! CONFIG
! url = https://filters.adtidy.org/extension/chromium/filters/2.txt
! timestamp = 2024-03-29T15:35:34.884847

! Checksum: Ms5VJfX7PvpXG4NsspaNfQ
! Diff-Path: ../patches/2/2-s-1711715829-3600.patch
! Title: AdGuard Base filter
! Description: EasyList + AdGuard English filter. This filter is necessary for quality ad blocking.
! Version: 2.3.28.89
! TimeUpdated: 2024-03-29T12:33:14+00:00
! Expires: 10 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!-------------------------------------------------------------------------------!
!------------------ General JS API ---------------------------------------------!
!-------------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||document.readyState==="interactive")func();else if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);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 ---------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of third-party advertising networks domains.
! Note, that we only put rules that block full domains here and not URL parts (there's `general_url.txt` for that). Also, it must be domains that are used in a third-party context.
! The rules with hints are at the end of file.
!
! Good: ||doubleclick.net^$third-party
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||adssubdomain.legitwebsite.com^ (should be in adservers_firstparty.txt)
!
!
!
||zovidree.com^
||rbqlbolklrvmk.top^
||ajvkakodvgpe.com^
||rtbuqtue.com^
||roamapheejub.com^
||ojyggbl.com^
||pta.wcm.pl^
||eradobzl.com^
||grantedpigsunborn.com^
||aetgjds.com^
||ndqkxjo.com^
||pekroace.net^
||nodreewy.net^
||wtuuilhbfvsiqbo.com^
||raneeptaid.net^
||al-adtech.com^
||owfrbdikoorgn.xyz^
||qfyavpwmraqibv.com^
||cqeomumqwx.com^
||d3c.life^
||toqaxrsbv.com^
||achejoos.com^
||whatnotbenjoin.top^
||papizedromon.life^
||vigsole.com^
||snlpclc.com^
||theremployeesi.info^
||xtijeyyeqwjegz.com^
||ttrcegmkccshey.com^
||kxjanwkatrixltf.xyz^
||naiglipu.xyz^
||vrvthmwyvbedy.com^
||xfvkxbouozw.com^
||idwystdnvb.com^
||honeycombabstinence.com^
||skhqmobc.com^
||nqgkuanetr.com^
||altarrousebrows.com^
||bj2550.com^
||nastokit.com^
||jfssblglhreubu.com^
||virusscanner.to^$all
||randomadsrv.com^$all
||crmentjg.com^$all
||crmtt.livejasmin.com^$all
||servetag.com^
||madurird.com^
||vhsugcbelruygy.com^
||aeoqmogkswsd.com^
||aunauque.net^
||gvwdwrtzrs.com^
||guangzhuiyuan.com^
||agamaevascla.top^$all
||paasvalhall.top^$all
||hauchiwu.com^$all
||meniscigox.digital^$all
||patakaendymal.top^$all
||noopapnoeic.digital^$all
||showoffmanifer.guru^$all
||noopapnoeic.digital^$all
||meniscigox.digital^$all
||vlkxsrhi.com^
||lxvluwda.com^
||afeerdah.net^
||shodaisy.com^
||cqkhdhrpo.com^
||rwwmbymwbzbea.top^
||adnext.pl^$third-party
||nativeone.pl^$third-party
||naitive.pl^$third-party
||4lke.online^
||agazejagless.com^
||forestallbladdermajestic.com^
||ganehangmen.com^
||ipurseeh.xyz^
||reonews.pl^$third-party
||reomanager.pl^$third-party
||adx.ws^$third-party
||ptoockex.xyz^
||imagoluchuan.com^
||externalfavlink.com^$all
||arwobaton.com^$all
||gaming001.site^$all
||fountaincheek.com^$all
||eanwhitepinafor.com^
||rubestdealfinder.com^
||wenoolgo.icu^$all
||slownansuch.info^$popup
||publisher1st.com^$third-party
||ad.apl302.me^
||altcoin.care^$third-party
||amplayeranydwou.info^$popup
||ads4media.online^$third-party
||s.pemsrv.com^$all
||porgruite.com^$all
||update-mac.com^$all
||primeleech.com^$all
||goatmod.xyz^$all
||bonzai.co^$third-party
||danbo.org^$third-party
||adsterratech.com^$third-party
||malikiresids.com^$all
||code.adsinnov.com^$third-party
||pubscale.com^$third-party
||atoplayads.com^$third-party
||compassionatecheek.com^$all
||anonads.net^$third-party
||dlmonitize.com^$all
||beyourxfriend.com^$all
||linkads.me^$third-party
||dating.service2u.shop^$all
||pushpad.xyz^$third-party
||dy.zsstoics.com^$all
||v.scurra.space^
||givememmastreams.com^$third-party
||huffson-delivery.com^$third-party
||watchtopapps.com^$all
||bh-dm.com^$third-party
||adrino.cloud^$third-party
||bgn.gg^$third-party
||gibbarwaiting.com^
||shadowminer.top^$all
||a.labadena.com^$all
||sheeme.com^$third-party
||whiteforwardlines.com^$all
||hoaxbasesalad.com^$all
||yourgoads.com^$all
||nannyamplify.com^$all
||runoj.click^$all
||ixisivomer.com^$all
||exinariuminix.info^$all
||chabadokor.com^$all
||truthfulsensor.com^$all
||5.61.55.143^$all
||37.1.213.100^$all
||loc.sexymilfspics.com^$third-party
||go2click.online^$all
||sibergy.com^$third-party
||ads.livetv*.me^
||roulax.io^$third-party
||adxfire.com^$third-party
||biocdn.net^$third-party
||yollamedia.com^$third-party
||ak.oalsauwy.net^$all
||efully.info^$all
||kumo.network-n.com^$third-party
||counter*.stat.ovh^
||blow.week1time.com^
||big-loads.com^$all
||yieldtrk.com^$all
||antivi.xyz^$all
||datingarea.life^$third-party
||currentaccountadv.com^$all
||myreqdcompany.com^$all
||impresivedate.com^$all
||datingmeetnet.com^$all
||0redire.com^$all
||celxkpdir.com^$all
||gointhe.space^$third-party
||pornjustx.com^$third-party
||vlcdownloads.com^$all
||theupgradedata.com^$all
||clicks.affstrack.com^
||ckl.fbmedia-ckl.com^$all
||vpnsafebrowsing.com^$all
||adsmatcher.com^$third-party
||menispirfly.com^$all
||uoutube.com^$all
||anzu.io^$third-party
||searchmarquis.com^$all
||maturecodes.com^$third-party
||updatemobilee.com^$all
||sonic-ui.highereducation.com^$third-party
||impreslvedate.com^$all
||uii.io^$third-party
||coinad.org^$third-party
||brazzerssurvey.com^$all
||adunity.com^$third-party
||allimpactdesign.com^$all
||sanjagh.com^$third-party
||ap.frarychazan.com^
||trestonclop.com^$all
||guroshied.com^$all
||cdn.bescore.com^$third-party
||cdn.sportlabs.online^$third-party
||track.sparta-tracking.xyz^
||adv.bandi.so^
||bluepartner.pl^$third-party
||selectmedia.asia^$third-party
||imilroshoors.com^$all
||affiliate.klook.com^$third-party
||casualdatingisreal.life^$all
||hot-dating-here.life^$all
||idreamed.com^$all
||js.wpshsdk.com^
||facevideosc.com^$all
||adcarousel.pl^$third-party
||programattik.com^$third-party
||familialsimulation.com^$all
||clickcanoe.com^$all
||user-shield-check.com^$all
||tag.winister.app^
||camsbanner.wtfgroup.co^
||ads.senmanga.com^
||viiadr.com^$all
||extyoneplus-3.com^$all
||searchboll.com^$all
||jiphihizi.com^
||ads.sibernetworks.com^$third-party
||ep.umobile.pl^
||cloudads.tv^$third-party
||phone-analyzer.com^$document
||reyormis.site^
||beastbuying.com^$all
||mbn-1.com^$third-party
||fiercedental.com^
||adsfirm.com^$third-party
||goldsurf24h.pl^$third-party
||hathyneglu.com^
||monetiza.co^$third-party
||sobowapso.com^
||u7z5fgj3k9c0vkah2v8zj1zj7v6gkm2f8zjc9j2vk6o9p2zks3a6sjc2mj6h.me^
||viavideo.digital^$third-party
||vlogerads.com^
||flat-ads.com^
||affforce.com^$all
||advservert.com^
||see-what-is-trending.com^$all
||wonderful-day.club^$all
||allprofitsurvey.top^$all
||bloxplay.com^$third-party
||berangkasilmu.com^$third-party
||fxhpaoxqyajvmdg.
||rgfftupf.
||zusepe.xyz^$third-party
||cdn.applixir.com^$third-party
||selfishmourninhabitants.com^
||monsy.com^$third-party
||fireworkadservices1.com^
||japanhotties.jp^$all
||df80k0z3fi8zg.cloudfront.net^
||getmackeepersoftpro.xyz^$all
||emisja.contentstream.pl^$third-party
||ads.playground.xyz^
||linker.ba^$third-party
||igniterads.com^$third-party
||impruads.com^$third-party
||gecko.me^$third-party
||ad.bluepartner.eu^
||androidtvchannels-pa.googleapis.com^
||androidtvwatsonfe-pa.googleapis.com^
||allsports4free.live^
||viadata.store^$third-party
||jicypigra.com^
||turnipsoft.pubfinity.com^
||api.pubfinity.com^
||pressizer.net^$all
||4qdx69gg2d.com^$all
||se05.biz^$all
||celeb-trending.com^$all
||clifads.com^
||mobileoffers-ac-download.com^$all
||api.clickaine.com^
||video-ads-module.ad-tech.nbcuni.com^
||trustiseverything.de^$third-party
||check-update-today.com^$all
||phoneapplicationlabs.top^$all
||cdn.fedsy.xyz^
||new-pressroom.com^$all
||wearetopple.com^$third-party
||guandads.com^$third-party
||t.visx.net^$third-party
||clickgate07.biz^
||cdn.rgrd.xyz^
||popcashjs.b-cdn.net^
||freewheel-mtgx-tv.akamaized.net^
||gcdn.2mdn.net^
||smartmnews.pro^$all
||clickgate09.biz^
||rexpush.info^$third-party
||bvmtogo.com^$all
||fadverdirect.com^$all
||elxont.com^$all
||adsparc.com^$third-party
||heaplap.com^
||neekstore.com^$third-party
||securecd-smnd.com^$all
||bbnfcfrvjs.com^
||adsjumbo.com^$third-party
||lukomol.com^
||stimulateartificial.com^
||natexo-programmatic.com^
||cdend.com^$third-party
||googles.video^$third-party
||brunettemattersrefused.com^
||ad.lomadee.com^
||adshares.net^$third-party
||ad.foxnetworks.com^
||1f7wwaex9rbh.com^
||kindnessmarshalping.com^
||ag.palmtube.net^$third-party
||parlorscenes.com^
||xdowl0adxd0wnloadx.com^
||aj2204.online^$third-party
||purebushesprop.com^
||zyrji.com^$third-party
||librateam.net^$all
||skimresources.com^$third-party
||pocketads.pl^$third-party
||bluffyporn.com^$third-party
||adbetnetwork.com^$third-party
||centralheat.me^$all
||traffic.pinklabel.com^$third-party
||go.tmrjmp.com^$all
||go.xxxjmp.com^$all
||fwtrck.com^
||hothomefuck.com^$third-party
||adultsclips.com^$third-party
||lajeshuru.pro^
||jillsclickcorner.com^
||cst.cstwpush.com^$third-party
||pixfuture.com^$third-party
||eppmedia.si^
||i-reklama.sk^
||xmorex.com^$third-party
||scripts.static-od.com^$third-party
||thevtk.com^$third-party
||adhooah.com^$third-party
||intentionscommunity.com^
||phiriaxi.com^
||trknex.com^$all
||slotscity.g2afse.com^$all
||quitzon.net^$all
||bonertraffic12.mobi^
||member.javtvnow.xyz^
||1ts11.top^$all
||spadelack.com^
||movies-flix.club^$all
||centent.slreamplay.cc^
||centent.slreamplay.cc^$all
||clk.rtpdn*.com^$all
||ads.topsex.cc^
||smartnews-ads.com^$third-party
||ssp.qc.coccoc.com^
||believegrandpa.com^
||admost-banner.b-cdn.net^$third-party
||claring-loccelkin.com^$all
||creative.leojmp.com^$third-party
||woollenthawewe.com^
||ptwmstc.com^$third-party
||loveofffer.com^$all
||adsgig.com^
||ads.timesjobsandcareers.com^
||tpx.tesseradigital.com^
||adp13a.com^$all
||admozartxml.com^$all
||eighing.space^$third-party
||spoilphysiqueteenagers.com^
||delivery.sexyxxx.biz^
||red12flyw2.site^$third-party
||cdn.allsportsflix.best^$third-party
||jawholeminable.com^
||vliplatform.com^$third-party
||tooasthmaloose.com^
||1xsultan.com^$third-party
||adc.streamspread.com^$third-party
||fogsham.com^$third-party
||ad.utop.ir^$third-party
||roewnand.biz^$third-party
||swinity.com^$third-party
||tags.catapultx.com^$third-party
||z.cdn.adpool.bet^$all
||refpakrtsb.top^$all
||melredirnxt.top^$all
||adsterra.org^$third-party
||nerdolac.com^$third-party
||ghostsinstance.com^$third-party
||yomaza.net^$third-party
||b0f1d2.com^$third-party
||getadfinity.com^$third-party
||air2s.com^$third-party
||aj2178.online^$third-party
||jotpoolwarren.com^$third-party
||adsyou.pro^$third-party
||adxxx.com^$third-party
||retdaz.fun^$all
||cryptoadvertising.net^$third-party
||offclaydolon.com^$third-party
||engagedhits.com^$third-party
||click.hooligapps.com^
||sersh.com^$third-party
||adsmodern.com^$third-party
||yourdestinationlink.com^$all
||adshort.media^$all
||wokm8isd4zit.com^
||a.binpartner.com^$third-party
||discovernative.com^$third-party
||gecontentasap.com^$third-party
||paychat.fuse-cloud.com^$all
||rqhere2.com^$all
||z8g0wlq5p0f6jg3k7eh2kyd58hjeskx0w9g5eu7q3m5hyq8l0xwofj3ap2nv.me^$third-party
||shacsda.name^$third-party
||adcryp.to^$third-party
||bidio.pl^$third-party
||assets.newsmaxwidget.com^$third-party
||wheelwheel.space^$third-party
||click.hooligapps.com^$all
||tafimedia.com^$third-party
||talazywho.pro^$all
||bional-dested.icu^$third-party
||ukoffzeh.com^$all
||prltmz.com^$all
||look.flowln.com^$all
||joinads.me^$third-party
||maphuahin.com^$third-party
||t.ajrkm.link^$third-party
||skinkexchange.com^$third-party
||bestcontentcost.top^$third-party
||pp.awmplus.com^$third-party
||rotate5url.com^$third-party
||smart-redirecting.com^$third-party
||1ts18.top^$all
||bangready.com^$third-party
||netnesspb.com^$third-party
||engine.partylemons.com^$third-party
||moviesflix4k.work^$third-party
||movies-flix.club^$third-party
||bulletprofitadclick.com^$third-party
||s.zlink2.com^$all
||tk6if76q.ab1n.net^$all
||heauty-viesected.com^$all
||vo2.qrlsx.com^$all
||pub.contexthub.net^
||contexthub.net^$third-party
||gotchosen.com^$third-party
||adtimaserver.vn^$third-party
||ads.123net.jp^
||ads.123net.jp^$redirect=nooptext
||gsecurecontent.com^$all
||helpful-web.com^$third-party
||zergnet.com^$script,third-party
||joggingavenge.com^$third-party
||popupaval.com^$third-party
||a.bestcontentitem.top^$third-party
||track.wg-aff.com^$all
||analyticsq1.com^$all
||crentgate.com^$all
||kts.visitstats.com^$all
||popcent.org^$all
||ppcnt.org^$all
||tomog.pro^$all
||webads.eu^$third-party
||chatintr.com^$third-party
||rdr.wargaming.net^$third-party
||adpaths.com^
||p.tanx.com^
||secureanalytic.com^$third-party
||willalland.info^$third-party
||xml.realtime-bid.com^$all
||refparjhob.top^$all
||xml.bidiology.com^$all
||ppcnt.us^$popup
||ppcnt.eu^$popup
||ppcnt.co^$popup
||doathair.com^
||preanalytication.com^
||milk.supertool.stunnermedia.com^$third-party
||adtol.com^$third-party
||poptival.com^$third-party
||whitehalfabrr.club^$all
||terttalkinhitin.pro^
||prltmz.com^
||download-alert.com^$all
||viralltopics.com^$third-party
||max-adserv.com^
||adpia.vn^$third-party
||ad.pornimg.xyz^$third-party
||apionloadmedia.com^$third-party
||nextclickadv.com^
||tracking.scenepass.com^
||irtyd.com^$third-party
||rednews.me^$third-party
||popcent.net^$all
||adprofits.ru^$third-party
||aestivator.com^$third-party
||trcksrvrs.com^$third-party
||padsims.com^$third-party
||thebestoffersintheweb.com^$all
||tantractium.com^$third-party
||admixer.co.kr^$third-party
||lodder5.biz^$all
||rubird.ru^$third-party
||evadavdsp.pro^$third-party
||bms*.adjarabet.com^$third-party
||sauwoaptain.com^$all
||cdn.sports-streams-online.club^$third-party
||ian029dkl3osl930sian.club^$third-party
||popupplus.ir^$third-party
||marfeelcache.com^$third-party
||amcdn.vn^$third-party
||punosy.top^$third-party
||pagiwp.com^$third-party
||paripartner.com^$all
||ookris.oferty-kredytowe.pl^
||black77854.com^$all
||sinsoftu.com^
||boxpr.aiservice.vn^$third-party
||targetpush.co.kr^$third-party
||a.bestcontenttool.top^$third-party
||start.parimatch.com^$popup
||nakedreel.com^$third-party
||doublepimpads.com^$third-party
||private-show.live^$all
||a.o333o.com^$all
||suntcontent.se^$third-party
||go.ero-advertising.com^$document
||bebasads.com^$third-party
||nuclearads.com^$third-party
||clipbongda.info^$third-party
||bitcoadz.pw^$third-party
||bitcoines.com^$third-party
||admarket.network^$third-party
||laratlacrestot.pro^
||vdo.ai^$third-party
||bigyapan.hamropatro.com^$third-party
||adalytics.prixacdn.net^$third-party
||sometired.com^$third-party
||aleapeact.club^
||tibacta.com^$redirect=nooptext,important
||superonclick.com^
||bulletprofit.com^$third-party
||adserver.yahoo.com^
||voluumtlkrnarketing.com^$third-party
||chidsimp.com^
||xxxc2c.org^$third-party
||z.cdn.braun634.com^$all
||adxadtracker.com^$third-party
||adword.ge^$third-party
||delivery.adten.eu^$third-party
||hub.com.pl^$third-party
||yourservice.live^
||whehilru.com^
||pub2srv.com^$third-party
||greetham.net^
||frtyo.com^$third-party
||targaubs.com^
||blueseed.tv^$third-party
||yomedia.vn^$third-party
||psonstrentie.info^
||popcent.net^$third-party
||itad.linetv.tw^
||phenver.com^$third-party
||clrpdhptoddatj49.pro^$third-party
||getmyfreetraffic.com^
||dm.hybrid.ai^$third-party
||uptopop.com^$third-party
||adslop.com^$third-party
||installp.com^$third-party
||coinzillatag.com^$third-party
||yoads.network^$third-party
||sensortoluy.club^$third-party
||burdaffi.burdadigital.pl^$third-party
||tinb.net^$third-party
||yeahmobi.com^$third-party
||api.grumft.com^$third-party
||jscdn.yieldbird.com^
||hb.headbidder.net^
||advmanager.techfun.pl^
||abodealley.com^$third-party
||onemerelyingisr.club^$third-party
||1warie.com^$third-party
||adblox.net^$third-party
||uniquecaptcha.com^
||marial.pro^$redirect=nooptext,important
||analyticsq.com^
||analyticsq.com^$redirect=nooptext,important
||ads.avocet.io^$third-party
||cdn.pljs.ru^$third-party
||renaissanto.com^$third-party
||ad.linkprice.com^$third-party
||outbanner.hu.co.kr^$third-party
||yektanet.com^$third-party
||yengo.com^$third-party
||partnerzyapi.ceneo.pl^$third-party
||bonnieradnetwork.se^$third-party
||drakorindo.club^$third-party
||piratepc.net^$third-party
||hechaocheng.cn^$third-party
||borsendental.com^$third-party
||oxu24.com^$third-party
||mediav.com^$third-party
||u8.hujiang.com^$third-party
||resu8.hjfile.cn^
||258ydh.com^$third-party
||admaster.com.cn^$third-party
||dup.baidustatic.com^
||youle55.com^$third-party
||download.350.com^$third-party
||js.jianbaimei.com^$third-party
||cnzz.com^$third-party
||54kefu.net^$third-party
||56fff.net^$third-party
||linker.hr^$third-party
||vvbox.cz^$third-party
||sbbanner.com^$third-party
||coinhits.com^$third-party
||hrtya.com^$third-party
||lexozfldkklgvc.com^$third-party
||asextube.net^$third-party
||pornodanke.com^$third-party
||pornomasse.com^$third-party
||pornogrund.com^$third-party
||pornojux.com^$third-party
||optmnstr.com^$third-party
||ypa.focusoftime.com^$third-party
||widgets.cryptopicture.com^$third-party
||reddleops.pro^$third-party
||richmediaads.com^$third-party
||teleriumads-*.netdna-ssl.com^$third-party
||reportions.club^$third-party
||kiwihk.net^$third-party
||hitadsmedia.com^$third-party
||allcuteboys.com^$third-party
||adrino.pl^$third-party
||webpower.eu^$third-party
||adserwer.xwords.pl^
||goadservices.com^$third-party
||apyecom.com^$third-party
||averoconnector.com^$third-party
||advnet.xyz^$third-party
||hadarone.com^$third-party
||muzotur.info^$third-party
||360adshost.com^$third-party
||compass.adop.cc^$third-party
||compasscdn.adop.cc^$third-party
||clickonometrics.pl^$third-party
||converti.se^$third-party
||widget.convertiser.com^$third-party
||adsenseguard.com^$third-party
||cashpartners.eu^$third-party
||pop.verplusonline.com^$third-party
||tjfot.com^$third-party
||bleua.ecefibwja.xyz^
||earnco.in^$third-party
||data.adwombat.com^
||caprofitx.com^$third-party
||webinstats.com^$third-party
||localbitcoins.com^$third-party
||qwfh39851jtfvkurf21hf.com^
||onaudience.com^$third-party
||ichlnk.com^$third-party
||adform.net^
||plxnt.com^$third-party
||ad-specs.guoshipartners.com^
||aanqylta.com^
||upasiansex.com^
||aanqylta.com^$redirect=nooptext
||ad.ettoday.net^$redirect=nooptext
||ad1.udn.com^
||ad2.udn.com^
||ad3.udn.com^
||ad4.udn.com^
||ad5.udn.com^
||popclck.org^$third-party
||adclickxpress.com^$third-party
||jsc.mgid.com^$domain=~mgid.com
||spacenine.biz^$third-party
||mds.nipa.co.th^$third-party
||nicesearches.com^
||giqepofa.com^
||mustang-browser.com^
||luckysearch123.com^
||hohosearch.com^
||yessearches.com^
||putrr*.com^$third-party
||shmokiads.com^$third-party
||ashow.pcpop.com^$third-party
||biggestplayer.cachefly.net^
||pvrtx.net^$third-party
||adsb4trk.com^$popup
||checkhit.com^$third-party
.bbelements.com^$third-party
.doublepimp.com^$third-party
||1100ad.com^$third-party
||2performant.com^$third-party
||adamoads.com^$third-party
||adnxs.com^$redirect=nooptext
||adplus.co.id^$third-party
||adrotator.se^$third-party
||ads.eorezo.com^$third-party
||adsmeda.com^$third-party
||adspynet.com^$popup
||adsrvmedia.adk2.co^$important,third-party
||adtech.com^$third-party
||affsnetwork.com^$third-party
||alephd.com^$third-party
||am15.net^$popup
||appintop.com^$third-party
||applicationgrabb.net^$third-party
||apytrc.com^$third-party
||az708531.vo.msecnd.net^$third-party
||banner.dabi.ir^
||bannery.hledejceny.cz^$third-party
||bitmedia.io^$third-party
||bitmedianetwork.com^$redirect=nooptext
||block.s*block.com^$third-party
||bundasnovinhas.com^
||buy-banner.com^$third-party
||c.mfstatic.cz^$third-party
||cdn.adk2.com^
||code.poptm.com^$redirect=nooptext,important,script,third-party
||costaction.com^$third-party
||cpmstar.com^$object,third-party
||cpmterra.com^$third-party
||dasistnews.net^$third-party
||dc121677.com^$third-party
||dsp-eu.exe.bid^$third-party
||eclkmpsa.com^$popup
||epom.com^$third-party
||exitintel.com^$third-party
||exogripper.com^$third-party
||ext.movixhub.com^$popup
||go.onclasrv.com^$popup
||gomakemerich1.com^$third-party
||hgads.com^$third-party
||hubrus.com^$third-party
||join.xlgirls.com^$third-party
||junbi-tracker.com^$third-party
||landing.meendo.com^$third-party
||linkbucks.com^$third-party,domain=~dyo.gs|~eafyfsuh.net
||lookfornews.net^$third-party
||magicplayer-api.torrentstream.org^$third-party
||magicplayer-s.acestream.net^$third-party
||magicplayer-s.torrentstream.org^$third-party
||mainclc.com^$third-party
||measure.mf.cz^$third-party
||mf*.advantage.as^$third-party
||moguldom.com^$third-party
||moneyplatform.biz^$third-party
||n156adserv.com^$third-party
||octobird.com^$third-party
||onclicktop.com^$third-party
||opt.ximad.com^
||ovgzbnjj.com^$third-party
||pketred.com^$third-party
||qadabra.com^$third-party
||rdsa2012.com^$popup
||redichat.com^$third-party
||referrer.website^$third-party
||serve.williamhill.com^$third-party
||sexpennyauctions.com^$third-party
||srvpub.com^$third-party
||strands.com^$third-party
||syndication.jsadapi.com^$third-party
||tapfiliate.com^$third-party
||thnqemehtyfe.com^$popup
||tizermedias.com^$third-party
||tr553.com^
||track.bcvc.mobi^
||tracking.cirrusinsight.com^
||tradeadexchange.com^$popup,third-party
||trafficholder.com^$popup
||trafficmagnates.com^$popup
||traforet.com^$third-party
||tubecontext.com^$third-party
||videogenetic.com^$third-party
||voluumtrk2.com^
||wrmcfyzl.com^$third-party
||www.fuze-hill*.xyz^$popup
||www.fuze-sea*.xyz^$popup
||yesadvertising.com^$third-party
||zanox.com^$third-party
||zeti.com^$third-party
!+ NOT_OPTIMIZED
||embed.sendtonews.com^$third-party
!+ NOT_OPTIMIZED
||o333o.com^
!+ NOT_OPTIMIZED
||dianomi.com^$third-party
!+ NOT_OPTIMIZED
||leaderhistliness.info^
!+ NOT_OPTIMIZED
||amazon-adsystem.com^
!+ NOT_OPTIMIZED
||vipads.live^
!
! Propeller Ads / Networkclaim
! For apps and DNS
/^139\.45\.19[5-7]\.\d{1,3}/
! https://github.com/AdguardTeam/AdguardFilters/issues/172400
! PowerAds
! https://github.com/AdguardTeam/AdguardFilters/issues/170063
! spam ads
! https://github.com/AdguardTeam/AdguardFilters/issues/155298
! Frequently changed domains with the same IPs
! https://github.com/AdguardTeam/AdguardFilters/issues/152407
! Frequently changed domains with the same IPs
! https://github.com/AdguardTeam/AdguardFilters/issues/151479
! Frequently changed domains with the IP range
! Frequently changed domains with the same IP
! For example: https://pornxp.com/videos/77778518360
||188.72.219.36^
!
! https://github.com/AdguardTeam/AdGuardSDNSFilter/issues/142
||stripe.rs-1028-a.com^
!
! Ads reinjection (For apps only)
!+ NOT_PLATFORM(windows, mac, android)
||piguiqproxy.com^$badfilter
!+ NOT_PLATFORM(windows, mac, android)
||amgload.net^$third-party,badfilter
!
! https://github.com/AdguardTeam/AdguardFilters/issues/31688
@@||amgload.net/z|$domain=sinoptik.ua|gismeteo.ua
!
!
! https://github.com/AdguardTeam/AdGuardHome/issues/1046
||samsungtvads.com^
!
! This section contains the list of advertising networks domains, which are hosted on non advertising sites as subdomains.
! Note, that we only put rules that block full subdomains here and not URL parts (there's `general_url.txt` for that).
!
! Good: ||ad.doubleclick.net^
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||legitwebsite.com^$third-party (should be in adservers.txt)
!
!
||buzzer.xhofficial.com^
||d2psma0az3acui.cloudfront.net^
||ads.betweendigital.com^
||rec.deezer.com^
||ads.greengeeks.com^
||d1rr5z16sjcy10.cloudfront.net^
||d2xupcbyjjjfoa.cloudfront.net^
||d17xmf66fp9kg9.cloudfront.net^
||d3icekm41k795y.cloudfront.net^
||ads.videy.co^
||ads.sportslocalmedia.com^
||ads.tvp.pl^
||ads.environmentalleader.com^
||edge.ads.twitch.tv^
||dic9vgwbkxd8r.cloudfront.net^
||fentent.stre4mplay.one^
||sponsor.imacdn.com^
||d3qvcyf9oa6vhw.cloudfront.net^
||d264dxqvolp03e.cloudfront.net^
||d2ovgc4ipdt6us.cloudfront.net^
||d1zw8evbrw553l.cloudfront.net^
||d39xdhxlbi0rlm.cloudfront.net^
||dvv009j588zal.cloudfront.net^
||d18ql5xgy7gz3p.cloudfront.net^
||d2f0ixlrgtk7ff.cloudfront.net^
||buzzer.xhamster.com^
||d12nvv2jqzsaax.cloudfront.net^
||d9leupuz17y6i.cloudfront.net^
||ad.apl298.me^
||d15fkr9rkey1dd.cloudfront.net^
||d1hfbz0n5yb6ym.cloudfront.net^
||d126kahie2ogx0.cloudfront.net^
||d27tzcmp091qxd.cloudfront.net^
||d2fnnovf9qvlf2.cloudfront.net^
||d25sca3heoa1so.cloudfront.net^
||d3u8vuldqjolr7.cloudfront.net^
||d2lzu2a5ishr7o.cloudfront.net^
||d2o8i1jpfoso49.cloudfront.net^
||d1r3ddyrqrmcjv.cloudfront.net^
||d1i64ia3gj0ol1.cloudfront.net^
||ads.digital.disneyadvertising.com^
||d2trpg4l6gqit0.cloudfront.net^
||dppaivsn6f9dy.cloudfront.net^
||dv663fc06d35i.cloudfront.net^
||pbcs.realtor.com^
||d108nnfn2eigw4.cloudfront.net^
||d2osk0po1oybwz.cloudfront.net^
||d1t38ngzzazukx.cloudfront.net^
||d1u4z2la3g1n0x.cloudfront.net^
||dad1mq193mgtr.cloudfront.net^
||d3vw74hiy9xqtm.cloudfront.net^
||d36utvtykl56bp.cloudfront.net^
||d34gjfm75zhp78.cloudfront.net^
||d1f7vr2umogk27.cloudfront.net^
||dfjlgfb4lxka5.cloudfront.net^
||dupcczkfziyd3.cloudfront.net^
||d1cglulyxpv8sj.cloudfront.net^$all
||c.down.tube^
||d3pnod4lg28ix4.cloudfront.net^
||d388cbecyo4yoc.cloudfront.net^
||s.4cola.com^$third-party
||s.4tr.cc^$third-party
||d1o6lu9dr4t13s.cloudfront.net^
||adserver.pandora.com^
||zap.cdn.zynga.com^
||mv.outbrain.com^
||ads.sparkflow.net^
||creative.ytboob.live^$third-party
||advertising.ntuplay.xyz^
||d10fhz7gnk5369.cloudfront.net^
||notification.tubecup.net^
||d3dpet1g0ty5ed.cloudfront.net^
||banners.defenceweb.co.za^
||smart-placements-sdk.ex.co^
||adtech-prod.nikecloud.com^
||newrevive.detik.com^
||ad.serv1for.pro^
||cdn.aanetwork.vn^
||res.adx.opera.com^
||ads.rubiconproject.com^
||eus.rubiconproject.com^
||fastlane.rubiconproject.com^
||prebid-*.rubiconproject.com^
||d25m254rjp3rii.cloudfront.net^
||buyer.dspx.tv^
||creative.live7mm.tv^
||ad.petel.bg^
||rek5.savefrom.net^
||creative.live.missav.com^
||ad.apl164.me^
||ad.mediaprimaplus.com.my^
||cdnads.geeksforgeeks.org^
||mailderef.mail.com^
||d3t3bxixsojwre.cloudfront.net^$all
||champagne.futurecdn.net^
||ih1.fileforums.com^
||ads.vidoomy.com^
||veih8bee.xhcdn.com^
||qontent.pomvideo.cc^
||ads.thetimes.co.uk^
||d1cykymlllue3h.cloudfront.net^
||dggaenaawxe8z.cloudfront.net^
||d3iih5w7xp5hdg.cloudfront.net^
||d1t4ekjh9ps4ob.cloudfront.net^
||d3a00ifauhjdp.cloudfront.net^
||dnn4px252i5wx.cloudfront.net^
||d3pel2vlstnlu9.cloudfront.net^
||d1cw0c50l8jv65.cloudfront.net^
||d13qwbj37sfx89.cloudfront.net^
||tagrec.sphdigital.com^
||adimage.sphdigital.com^
||creative.sphdigital.com^
||adtag.sphdigital.com^
||asg.faperoni.com^
||aa.pornvideotop.com^
||ads-partners.coupang.com^
||ads-dot-fbc-web-2018.uc.r.appspot.com^
||nugh2om.txxx.com^
||d13nu0oomnx5ti.cloudfront.net^
||dl.crazyporn.xxx^
||spyglass.octanime.net^
||ad.aceplanet.co.kr^
||ad.phaserep.com^
||vast.holmesmind.com^
||ad.holmesmind.com^
||j83ad.speedrun.com^
||api.flygame.io^
||tontent.powv1deo.cc^
||my.shymilftube.com^
||s2.everydaygayporn.com^
||apiads.gg.pl^
||feedads.feedblitz.com^
||leroj.elitegol.tv^
||algat.intergoles.me^
||adilk.ilikecomix.com^
||a.letsjerk.to^
||rek.www.wp.pl^
||dz5bomaog2c5t.cloudfront.net^
||s.remonti.org^$third-party
||ads.farakav.com^
||rst.pornyhd.com^
||ads-media.gameforge.com^
||benefits.sovendus.com^$third-party
||ads.roku.com^
||searchad-phinf.pstatic.net^$third-party
||d3d52lhoy0sh2w.cloudfront.net^
||d2oa97wrxvxm7y.cloudfront.net^
||d2wpknqle9nuv8.cloudfront.net^
||d1k3dpebxhgqjc.cloudfront.net^
||srtb.msn.com^
||banners.myads.ge^
||d1b0fk9ns6n0w9.cloudfront.net^
||smpop.icfcdn.com^
||doo6pwib3qngu.cloudfront.net^
||osm-onead.cdn.hinet.net^
||d13jhr4vol1304.cloudfront.net^
||dash.tmearn.com^
||drrcckbju3nd0.cloudfront.net^
||banner.vatanclick.ir^
||secure.iqmining.com^$third-party
||d2nrdy2pg3k168.cloudfront.net^
||d9tnvwv7i2n85.cloudfront.net^
||d35r45qhjmgs3g.cloudfront.net^
||sam.msn.com^
||d1n7ypf85zfej7.cloudfront.net^
||d1bevsqehy4npt.cloudfront.net^
||d985a9d2clzq5.cloudfront.net^
||dc5ig2fc8lg83.cloudfront.net^
||ssp.zryydi.com^$third-party
||d27x580xb9ao1l.cloudfront.net^
||d1k0glcmk0b5rb.cloudfront.net^
||d1pozdfelzfhyt.cloudfront.net^
||d3rhktq8uy839j.cloudfront.net^
||d1f5rbi95y1icu.cloudfront.net^
||d2wl3qmk54t3ha.cloudfront.net^
||dh0uktvqfaomb.cloudfront.net^
||d3p2b5qewrnsyv.cloudfront.net^
||dwf6crl4raal7.cloudfront.net^
||cdn.welcome.pussysaga.com^$third-party
||d28g1fhp6rn9w3.cloudfront.net^
||d3iz6lralvg77g.cloudfront.net^
||d1p7elpjrt6qav.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^
||d1mub3aw743hsf.cloudfront.net^
||d1vrcwxei1aj0g.cloudfront.net^
||d3cesrg5igdcgt.cloudfront.net^
||8cc5ff581a88.bitsngo.net^
||dsh1ct2zrfakt.cloudfront.net^
||djwf0dl2q9i99.cloudfront.net^
||d19uh5b0umbjrr.cloudfront.net^
||d1byvlfiet2h9q.cloudfront.net^
||d2nzjxafm0iowq.cloudfront.net^
||d1i2v9a8xom2hy.cloudfront.net^
||d3fqhkmofpujs3.cloudfront.net^
||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^
||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
||d19182vyfoustz.cloudfront.net^
||d1dli2tyorled9.cloudfront.net^
||d240937yockcdo.cloudfront.net^
||d2z0gqc8sv0l7p.cloudfront.net^
||d32r49xyei4vz6.cloudfront.net^
||d36sxvmjoflc2i.cloudfront.net^
||d6swopgiplmy0.cloudfront.net^
!-------------------------------------------------------------------------------!
!------------------ CNAME advertising networks  --------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of the rules are against CNAME advertising networks.
! Note, we only include rules from AdGuard's cname-tracker repo here, there's no need to add regular rules here.
!
! Good: !#include https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/ads/adspyglass.txt
! Bad:  ||monerominer.rocks^$third-party (should be in adservers.txt)
!
!
! AdSpyglass : 0i0i0i0.com disguised advertising networks
!
! Company name: AdSpyglass
||0.101tubeporn.com^
||0.oldgyhogola.com^
||0i.iqostaiwan.com^
||0i.sh-cdn.com^
||0i.simply-hentai.com^
||1111.sanjay44.xyz^
||1111.sieglinde22.xyz^
||1111.spinna.online^
||1aaa.spinna.site^
||1aab.spinna.site^
||1aac.spinna.site^
||1aad.spinna.site^
||1aae.spinna.site^
||1aaf.spinna.site^
||2222.sanjay44.xyz^
||2222.sieglinde22.xyz^
||2222.spinna.online^
||23.sweetmanga.fun^
||259luxu.xyz^
||2aaa.spinna.xyz^
||2aab.spinna.xyz^
||2aac.spinna.xyz^
||2aad.spinna.xyz^
||2aae.spinna.xyz^
||2aaf.spinna.xyz^
||3333.sanjay44.xyz^
||3333.sieglinde22.xyz^
||3333.spinna.online^
||4444.sanjay44.xyz^
||4444.sieglinde22.xyz^
||4444.spinna.online^
||5475feaab.clicknplay.to^
||5555.spinna.online^
||58745.clicknplay.to^
||5f25a.dappaa.site^
||5f25b.dappaa.site^
||5f25c.dappaa.site^
||5f25d.dappaa.site^
||6969.javher.com^
||69741211.clicknplay.to^
||6cf0e7801e8cd.clicknplay.to^
||7bd3d001ff6.clicknplay.to^
||91199a.xyz^
||99loz.xyz^
||a.123porner.net^
||a.1film.to^
||a.3fwlr7frbb.pro^
||a.6vids.space^
||a.8jl11zys5vh12.pro^
||a.acervox.com^
||a.antiadxxxspy.com^
||a.artamkari.com^
||a.atris.xyz^
||a.badword.xyz^
||a.bitporno.com^
||a.bitporno.to^
||a.bloblohub.com^
||a.bosda.xyz^
||a.boyjackpot.com^
||a.buicks.xyz^
||a.coinhub.wiki^
||a.craftbeerclub.com.ua^
||a.dajex.club^
||a.dhoma.xyz^
||a.digitalgiftshopping.com^
||a.donyandmark.xyz^
||a.ebolat.xyz^
||a.everymark.xyz^
||a.famestporn.com^
||a.fapcat.com^
||a.fapster.xxx^
||a.fuckamouth.com^
||a.glovet.xyz^
||a.goodweet.xyz^
||a.goteat.xyz^
||a.hentai369.com^
||a.hubhubhub.name^
||a.jerkdevice.tv^
||a.jhfhdkhkh.site^
||a.kainpopoy.com^
||a.kambistory.ml^
||a.kamehaus.net^
||a.kantotin.net^
||a.kizzteen.com^
||a.lakmus.xyz^
||a.letsjerk.org^
||a.letsjerk.tv^
||a.mafon.xyz^
||a.medriz.xyz^
||a.memia.xyz^
||a.memosaqee.com^
||a.merig.xyz^
||a.misctool.xyz^
||a.moera.xyz^
||a.muipe.xyz^
||a.myprettyads.one^
||a.obrom.xyz^
||a.pandaporner.com^
||a.pinayviralsexx.com^
||a.pinoymoviepedia.ru^
||a.porn369.net^
||a.pornhex.com^
||a.prigo.xyz^
||a.rafian.com^
||a.refia.xyz^
||a.reissue2871.xyz^
||a.seksohub.com^
||a.shemale99.com^
||a.shubatuuuu.site^
||a.suptube.com^
||a.teencfnm.com^
||a.testda.homes^
||a.tixir.xyz^
||a.totoro2011.xyz^
||a.unblock2303.xyz^
||a.unblock2304.xyz^
||a.vergu.xyz^
||a.viralnewsbd.xyz^
||a.voxar.xyz^
||a.warddogs.com^
||a.worldporncomix.com^
||a.xenar.xyz^
||a.xmanga.online^
||a.zillastream.com^
||a.zvert.xyz^
||a5g.oves.biz^
||a9o.youlikeboys.com^
||aa.4wank.com^
||aa.zerg.pro^
||aaa.sieglinde22.xyz^
||aab.faperoni.com^
||aabtest.asg-media.com^
||ab.cumhot.org^
||abc.cda-hd.co^
||abc.comick.top^
||abutok.xyz^
||ad.animeitaly.tv^
||ad.emule-island.eu^
||ad.pornutopia.org^
||ad.vvtadblk.online^
||ad.wawacity.xyz^
||ad.xxam.org^
||adanad.name^
||adblock.vidomo.xyz^
||adddddd.javmilk.org^
||addin.icu^
||adhand.icu^
||adilk.ilikecomix.com^
||ads.ad3d.icu^
||ads.ads-goodstream.homes^
||ads.crazyads.icu^
||ads.eporno.pro^
||ads.free-to.download^
||ads.gotxx.net^
||ads.hentaiheart.com^
||ads.javtit.com^
||ads.onetouchtv.me^
||ads.pornharlot.com^
||ads.pornharlot.net^
||ads.pornutopia.org^
||ads.saplacikardepo.xyz^
||ads.sparkporn.com^
||ads.sturls.com^
||ads.tabuflix.com^
||ads.wetpussy.sexy^
||adserv.tbussyb.com^
||adspy.javrank.com^
||adzilla.icu^
||alt.fescity.com^
||amaz.emailon.top^
||anti.nukedfans.com^
||anti.uiiumovies.net^
||antiadblock.info^
||anun.comicsarmy.com^
||aoihaizo.xyz^
||api.adultsclips.com^
||apiemb.xyz^
||app.phimvu.app^
||app.zrotary.com^
||apple.analnoe24.com^
||apple.arabtoons.net^
||arabs.alarabsex.com^
||arabs.alarbda.com^
||arabs.arabxforum.com^
||arabs.arabxn.org^
||arabs.nodzway.com^
||arabs.xn--mgbcvg3b0d2b.com^
||arabs.xn--ngbcrg3b.net^
||arabs.xn--ngbs7dg.net^
||arabss.arabxn.org^
||ars.comicarab.com^
||as.ebacdn.com^
||as.ebalovo.adult^
||as.hobby.porn^
||as.lencdn.com^
||as.lenkino.adult^
||as.pomcdn.com^
||as1.maturexxx.vip^
||ascc.javquick.com^
||asdf.eldos.xyz^
||asds.hentaitimes.com^
||asg.animehdl.net^
||asg.aphex.me^
||asg.asian-av.com^
||asg.dormtapes.com^
||asg.faperoni.com^
||asg.irontube.net^
||asg.laivue.com^
||asg.mrporn.online^
||asg.nude-famous-people.com^
||asg.page-x.com^
||asg.phukienthoitranggiare.com^
||asg.pornomoglie.com^
||asg.pornoplay.online^
||asg.pornvids.fr^
||asg.prettytube.net^
||asg.sdtraff.com^
||asg.shudhdesiporn.com^
||asg.soundrussian.com^
||asg.srvtax.com^
||asg.titdumps.com^
||asg.watchpornonline.xyz^
||asg.zzipps.com^
||asg1.xueserverhost.com^
||asg2.xueserverhost.com^
||asn.banginterracial.com^
||assets.taghtia.com^
||awrfds3.pornpapa.com^
||ax4.xmoviesland.com^
||b.012024jhvjhkozekl.space^
||b.bengytone.com^
||b.bloblohub.com^
||b.comihon.com^
||b.filexan.com^
||b.harehop.com^
||b.hubhubhub.name^
||b.pinetq.com^
||b.reissue2871.xyz^
||b.sexvids.cc^
||b.sonorousporn.com^
||b1.hentaibaka.one^
||b1.maturesexvideos.pro^
||b43gf.sanjay44.xyz^
||b8ms7gkwq7g.crocotube.com^
||babynaz.xyz^
||banana.arabtoons.net^
||banana.emailon.top^
||bangute.xyz^
||baukeri.ehrydnmdoe.com^
||bazao.xyz^
||bbb.dagobert33.xyz^
||bc6dc48b743dc5d01.clicknplay.to^
||bddd.javmilk.org^
||bencuzi.xyz^
||bestadultaction.com^
||bestxxxaction.com^
||bezuka.xyz^
||bigpornclips.com^
||bigsexvids.com^
||bikeno.xyz^
||blog.andropps.com^
||blow.week1time.com^
||bltkm.spinna.store^
||boob.sukaporn.com^
||bort.busty-wife.com^
||buatru.xyz^
||bulkd.co^
||bup.seksohub.com^
||bursa.conxxx.pro^
||bx5.tubemaximum.com^
||bzcdn.fin.ovh^
||c.bloblohub.com^
||c021b14e0782ad7ef6d74.clicknplay.to^
||c22x1.xcdn.ovh^
||c3s.bionestraff.pro^
||c6s.bionestraff.pro^
||cache.picxxxhub.com^
||cangatu.xyz^
||cca.sanjay44.xyz^
||cckum.spinna.store^
||cdc.teensnorest.com^
||cdddd.javmilk.org^
||cdfr.hot4k.org^
||cdn.sdtraff.com^
||cdn.yenidwa.com^
||cdn1.delii2.art^
||cdn3.cartoonporn.to^
||cdn3.hentaihand.com^
||cdn3.hentok.com^
||cdn3.r34comix.com^
||cdn5.cartoonporn.to^
||cesbr.spinna.store^
||chuchle.all-usanomination.com^
||click.fastupload.io^
||client2009x25.xcdn.ovh^
||comezz.xyz^
||content.zbporn.com^
||cool.gaygo.tv^
||cool.sunporno.com^
||cool.tubous.com^
||coolpornvids.com^
||crumpet.xxxpornhd.pro^
||custom1.shorterall.com^
||cvsd.tjaard11.xyz^
||cx6.lastxxxmovies.com^
||d.adultporn.tv^
||d.bloblohub.com^
||data.bangtubevideos.com^
||data.streamtape.com^
||ddd.adil23.xyz^
||ddddd.javmilk.org^
||deliver.vkcdnservice.com^
||dfbdfh4w3.sanjay44.xyz^
||dfgw.neigh11.xyz^
||dg3qtwew.sanjay44.xyz^
||digiadzone.com^
||display.cdnbucket.com^
||dl.4kporn.xxx^
||dl.crazyporn.xxx^
||dl.hoes.tube^
||dl.love4porn.com^
||dore.new-indian-porn.com^
||dsg.reifporn.de^
||dude.pleasedonotblockme.com^
||dust.xxx-video-indian.com^
||dx7.sosporntube.com^
||e.bloblohub.com^
||e.fetishdomina.net^
||e.sexbule.xxx^
||ebd.cda-hd.cc^
||ebd.cda-hd.co^
||eco.blendxxx.com^
||edddd.javmilk.org^
||eee.sanjay44.xyz^
||enrgy.fwtrck.com^
||esondvn.ehrydnmdoe.com^
||essential.awmcash.com^
||ex8.lostporntube.com^
||extra.imoxxnx.com^
||eznoz.xyz^
||f-g-l-j.22yy6.com^
||f.bfvideo1.com^
||f.bloblohub.com^
||f5w.prettytube.net^
||f92or5.spinna.shop^
||fansang.xyz^
||fddddddd.javmilk.org^
||fe34.sieglinde22.xyz^
||fff.sieglinde22.xyz^
||fg850ik01.6g0blqi1541polz4n0kjvwo1kjl5tcx30.xyz^
||fgf3312xcx.sanjay44.xyz^
||fght3322.sieglinde22.xyz^
||fgr3edff.sieglinde22.xyz^
||free.srcdn.xyz^
||fuckers.nieuws.xxx^
||fuwn782kk.alphaporno.com^
||fx9.freepornoboss.com^
||g.adultporn.tv^
||g.bloblohub.com^
||g33f.neigh11.xyz^
||g6j.cupidonmedia.com^
||game.starswalker.site^
||getallt1.com^
||ghtry.amateurswild.com^
||glass.rubyrevenue.com^
||glokta.info^
||go.showmeyouradsnow.com^
||go.ss-n-30.com^
||goallbest.com^
||godhame.xyz^
||godogle.steeelm.online^
||goog.emailon.top^
||gosoo.steeelm.xyz^
||great.xxxbanglavideo.com^
||gulto.xyz^
||h-ay.com^
||h.bloblohub.com^
||h037n.letsporn.com^
||hegdcrxavrtk.cdnvideo3.com^
||help.fanza.cc^
||hero3.nude-asian-videos.com^
||hetaer.xyz^
||heyyou.spinna.shop^
||hjdw.tjaard11.xyz^
||hjq9z7bw6f5tr3xe2yl8.giga-uqload.xyz^
||hoakz.xyz^
||hot.sexyadsrun.com^
||hotmovstore.com^
||hotpornpro.com^
||hotty.sweetadforu.cc^
||houdisco.xyz^
||hq3x.com^
||hqpornpro.com^
||hqsexpro.com^
||hsux.com^
||huanez.xyz^
||huewaix.xyz^
||hutanz.xyz^
||hx1.tubepornbase.com^
||i.bloblohub.com^
||iduq.com^
||ignore.hot-bbw-tube.com^
||ijucr.justbokep.com^
||imbdemfjjduu.cdnvideo3.com^
||in.fuckhardclips.com^
||invast.invast.site^
||invast.site^
||io.fapnado.xxx^
||io.fapnow.xxx^
||ishikawa.steeelm.online^
||isshi.steeelm.xyz^
||ix2.deepsexvids.com^
||j.bloblohub.com^
||j45.webringporn.com^
||javguru.gggsss.site^
||jfhnh.spinna.store^
||jo.429men.com^
||jo.fapnado.xxx^
||jo.fapnow.xxx^
||jordan.qunis.ru^
||js.allporncomic.com^
||js.eroticmv.com^
||js.j8jp.com^
||js.manga1000.top^
||js.manga1001.win^
||js.mangajp.top^
||js.mangakl.su^
||js.mangalove.top^
||js.phoenixmanga.com^
||js.syosetu.top^
||js.xemkqxs.com^
||jx3.freepornobook.com^
||jyfvt.neigh11.xyz^
||k.bloblohub.com^
||kaizzz.xyz^
||key.sexymovie.name^
||kfioeld.spinna.shop^
||kliqz.com^
||kuhdsysdas.indexsubtitle.com^
||kx4.firstsexfilm.com^
||l.bloblohub.com^
||l9zkm.pleasedonotblockme.com^
||lagrys.xyz^
||lammaou.xyz^
||larasub.conxxx.pro^
||lengtikto.xyz^
||lixir.wargers.org^
||load.jabx.net^
||load.try-games.com^
||logshort.xyz^
||lol.globlax.com^
||loop.bengali-sex-video.com^
||losa.mkace.net^
||luckyz.xyz^
||lx5.homeporntuber.com^
||m.bloblohub.com^
||m.x-power.info^
||m.xrum.info^
||m9xp1.hentaigold.net^
||maioux.xyz^
||makumva.all-usanomination.com^
||mamamia.vintageporno.stream^
||mambus.xyz^
||manboo.xyz^
||manduzo.xyz^
||mangoga.xyz^
||mangtoz.xyz^
||mangzoi.xyz^
||manzosui.xyz^
||markxa.xyz^
||maxcdn.dmm-video.online^
||maxhold.xyz^
||maxx1.a.pleasedonotblockme.com^
||maxx1.pleasedonotblockme.com^
||maxx2.a.pleasedonotblockme.com^
||mediacdn.x1hub.com^
||member.javtvnow.xyz^
||menguzi.xyz^
||mentuab.xyz^
||menui.xyz^
||metabuz.xyz^
||mficlyxgvfsp.cdnvideo3.com^
||mgbkt9eckr.xn--mgbkt9eckr.net^
||mido.steeelm.online^
||mopeia.xyz^
||moster.granny-xxx-video.com^
||mraozo.xyz^
||mrkaito.xyz^
||msioi.steeelm.xyz^
||mx6.3pornhere.com^
||my.shymilftube.com^
||mydomainbest.com^
||mydznew.xyz^
||mylives.xyz^
||mziso.xyz^
||n.bloblohub.com^
||n.hnntube.com^
||n.hubhubhub.name^
||nanbody.spinna.shop^
||nav.srcdn.xyz^
||net.contoseroticoscnn.com^
||net.sexstories69.com^
||newdin.name^
||newhand.name^
||news.solitut.online^
||newtits.name^
||newzilla.name^
||ngbcrg3b.xn--ngbcrg3b.com^
||nice.tranny.one^
||nice.tryboobs.com^
||non.arabshentai.com^
||nope.arabxforum.com^
||nope.xn--mgbkt9eckr.net^
||nope.xn--ngbcrg3b.com^
||nope.xn--ygba1c.wtf^
||nopetube.xn--mgbkt9eckr.net^
||notonthebedsheets.com^
||npbvqqkpuele.cdnvideo3.com^
||nx7.hdxxxclips.com^
||o.hotsextube.tv^
||o.xofilmes.com^
||o313o.com^
||o911o.com^
||oi.429men.com^
||oi.fapnado.xxx^
||oi.fapnow.xxx^
||oi.lesbianbliss.com^
||oi.transhero.com^
||oj.429men.com^
||oj.fapnado.xxx^
||oj.fapnow.xxx^
||ok.fapnow.xxx^
||oldsia.xyz^
||opus.sexyxxx.biz^
||orznp.spinna.store^
||outya.xyz^
||ox8.topsexhdvideos.com^
||ozoj.com^
||p.012024jhvjhkozekl.space^
||p.dfsnghhjhhhk.site^
||p.hgfdtujlknhkghf.site^
||p.strjuylfrjyk.site^
||p.upskirt.tv^
||pacaka.conxxx.pro^
||pakenta.xyz^
||pamtuea.xyz^
||pamury.xyz^
||pangoha.xyz^
||pangtues.xyz^
||panoz.xyz^
||panpant.xyz^
||parkurl.com^
||pempiz.xyz^
||penapne.xyz^
||penguest.xyz^
||perke.xxxpornhd.pro^
||pihu.xxxpornhd.pro^
||pivo.tracked.one^
||pnpjceawvmeu.cdnvideo3.com^
||pop.nkiris.com^
||porn18.me^
||pornve.sexyadsrun.com^
||pornvideos.casa^
||powe.asian-xxx-videos.com^
||pqaz.xyz^
||pre.03porno.com^
||pre.102porno.club^
||pre.102porno.net^
||pre.ebasos.club^
||pre.ebasos.org^
||pre.myfuck.club^
||pre.pornuxaxa.com^
||purp.sukaporn.com^
||puzzio.xyz^
||puzzoa.xyz^
||px9.nuderedtube.com^
||q.broes.xyz^
||q.ikre.xyz^
||q.kvovs.xyz^
||q.leru.xyz^
||q.roovs.xyz^
||qoqv.com^
||qovua60gue.tubewolf.com^
||qsdr.mysunnylawn.com^
||quantoz.xyz^
||quatxio.xyz^
||question.hot-step-mom.com^
||quiazo.xyz^
||quickzo.xyz^
||qwe4456133.justthegays.com^
||qx0.xnxxtubevideos.com^
||r.archertube.com^
||r.erohabu.com^
||r.eroticos.tv^
||r.freeadultporn.tv^
||r.tropictube.com^
||rdx.javmotion.com^
||redi.teengirl-pics.com^
||reklama.teenfuckhd.com^
||rema.neigh11.xyz^
||reryn3ce.com^
||rest.sexypornvideo.net^
||reton.free-porn-videos.org^
||rogligh.ehrydnmdoe.com^
||rosetua.xyz^
||rrree.baijav.com^
||rs.picmega.com^
||rst.pornyhd.com^
||ruozukk.xyz^
||rxxx.baijav.com^
||s.brada.buzz^
||s.freeporncave.com^
||s.grova.buzz^
||s.grova.xyz^
||s.isoporno.com^
||s.krivo.buzz^
||s.malay.buzz^
||s.oralblow.com^
||s.quedo.buzz^
||s.remonti.org^
||s1sentablya.teenfuckhd.com^
||s2.everydaygayporn.com^
||s4.sb89347.com^
||sailundu.xyz^
||sansuni.xyz^
||sape.ngumaz.com^
||satmon.neekstore.com^
||sbbb.spinna.xyz^
||sbm.stigmuuua.xyz^
||sda.seksohub.com^
||sdfdfff.flelgwe.site^
||sdfgggse.sieglinde22.xyz^
||sdg.desihamster.pro^
||sdg.fwtrck.com^
||sdtg.tjaard11.xyz^
||serve.bdsmstreak.com^
||sfw1a.dappab.site^
||sfw1b.dappab.site^
||sfw1c.dappab.site^
||sfw1d.dappab.site^
||sfwe.tjaard11.xyz^
||sg.xclick24.com^
||sgzhg.pornlovo.co^
||shaeian.xyz^
||sharion.xyz^
||shenzo.xyz^
||shinep.xyz^
||shukri.mwikace.com^
||shurku.mkace.net^
||sis.facesittingbbw.com^
||slit.lewd.rip^
||smart.sunporno.com^
||solo.chinese-sex-tube.com^
||sor.pornxok.com^
||spa.arabtoons.net^
||spyglass.reklamko.pro^
||spyglass.reklon.net^
||srtw.neigh11.xyz^
||srv1.bunnymediaserver.com^
||ssltest.soundrussian.com^
||staticz.hotpornfile.org^
||stepfantasy.art^
||stkk.spinna.shop^
||store4porn.com^
||strengk.xyz^
||strwaoz.xyz^
||stuff.wikiporno.org^
||sub.empressleak.biz^
||sup.srvtax.com^
||super.koreanpornmovie.xyz^
||support.streamjav.top^
||suzuhen.xyz^
||tacumi.xyz^
||tagbucks.xyz^
||tagmai.xyz^
||tagrua.xyz^
||tagun.xyz^
||tangpuax.xyz^
||tankiuz.xyz^
||tb.turbocap.net^
||templa.xyz^
||tentubu.xyz^
||test.shrinkbit.in^
||test2.maxx.ddac.ru^
||testcommon.soundrussian.com^
||tiktakz.xyz^
||tkwe.tjaard11.xyz^
||tlv.ui02.com^
||toabuck.xyz^
||topsexmovs.com^
||topvidstore.com^
||touaz.xyz^
||touena.xyz^
||touzia.xyz^
||tozuoi.xyz^
||tpl.fuckxness.com^
||tr.7vid.net^
||traffictraders.com^
||tron.bbw-porn-video.com^
||ts.sopornvideos.com^
||tt.wl-cornholio.com^
||tyo.justthegays.com^
||u1zga.letsporn.com^
||uacabilqlgpw.cdnvideo3.com^
||ui.videojav.com^
||uk.boffinsoft.com^
||umtpopxcsedc.cdnvideo3.com^
||uotbzz.xyz^
||upinu.xyz^
||uthbxvz.bestzba.com^
||v.vidghjlgkuyfk.site^
||v1.sellbuy.click^
||vd.7vid.net^
||vergo.ehrydnmdoe.com^
||vi1.prettytube.net^
||vid.prettytube.net^
||vikaez.xyz^
||vivuple.xyz^
||vo.turbocap.net^
||vsx.hotpornfile.org^
||vuiluaz.xyz^
||vuruzy.xyz^
||vuwjv7sjvg7.zedporn.com^
||vv.7vid.net^
||vz.7vid.net^
||watekade.xyz^
||ww.0prn.com^
||ww.cvideos.stream^
||www.antiadblock.info^
||www.b.hubhubhub.name^
||www.bigboy.monster^
||www.bloblohub.com^
||www.f.bloblohub.com^
||www.go.ss-n-30.com^
||www.hq3x.com^
||www.invast.site^
||www.javtvnow.xyz^
||www.letstry69.xyz^
||www.pleasedonotblockme.com^
||www.pornvideos.casa^
||www.spinna.shop^
||www.spinna.site^
||www.spinna.store^
||www.spinna.xyz^
||www.tbussyb.com^
||www.uk.boffinsoft.com^
||www.zqwe.ru^
||www4.hentai-rpg.com^
||www4.hentaigamecg.com^
||www6.freeanimesource.com^
||www6.hentai-zone.com^
||www7.erogegames.com^
||www7.erogewiki.com^
||www8.upload-pics.com^
||www9.downloadani.me^
||x.adactioner.com^
||x.xxxbf.tv^
||x.xxxbp.tv^
||x.xxxbule.com^
||x.xxxbule.tv^
||x.xxxex.com^
||x.xxxmovies.fun^
||x.xxxxxx.name^
||x1cdn.fin.ovh^
||x2c1v4.hentaigold.net^
||x2sfa.javgg.eu^
||xn--q1a.bloblohub.com^
||xs213.javgg.club^
||xserve.zapurl.cc^
||xxx.sdtraff.com^
||xxxddd.baijav.com^
||xxxlove.rooski.net^
||y43wd34.dagobert33.xyz^
||you75.youpornsexvideos.com^
||z0000g.yvmads.com^
||zaemi.xyz^
||zdhq.xyz^
||zhaner.xyz^
||zinipx.xyz^
||zone.pornlovo.co^
||zv.7vid.net^
||zzzzaaa.baijav.com^
||ad.desibp.com^
||ontj.com^
!
! ahacdn.me : cdn18685953.ahacdn.me disguised advertising networks
! Disabled, because contains more than 22000 rules
! !#include https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/ads/ahacdn_me.txt
!
! Clickaine : api.clickaine.com disguised advertising networks
!
! Company name: Clickaine
||39236100.lotre.io^
||a2.hotpornfile.org^
||a3.hotpornfile.org^
||aabclkane.bachelorarchive.com^
||ad.desibp.com^
||adb.xfilm.me^
||ads.imgdesu.art^
||anti.69vclub.com^
||api.hugemedia.cz^
||api.kekw.website^
||api.kekw.world^
||api.ngamgaixinh.art^
||api.rtnews.pro^
||api2.clickaine.com^
||app.rtnews.pro^
||asg.javhoho.com^
||axx.aflamk1.net^
||c.gotoxxxtube.com^
||c0n.tubestash.com^
||c4n.21hub.com^
||c4n.asianpinay.com^
||c4n.bigxxxsex.com^
||c4n.hotjavmovies.com^
||c4n.mypornovideos.com^
||c4n.myteentgp.com^
||c4n.perverzija.com^
||c4n.shudhdesiporn.com^
||c4n.surfotresors.com^
||c4n.swift4claim.com^
||c4n.thefreejapaneseporn.com^
||c4n.watchpornonline.xyz^
||c4n.xporn.to^
||c4n.xxx8.me^
||c4s.bionestraff.pro^
||c8d.upde.cc^
||ca.findyourpussy.net^
||ca.infomix.best^
||cc.histoires-de-sexe-gratuites.com^
||cc.relatoseroticos-gratis.com^
||cc.sersh.com^
||cc.sexgeschichten-kostenlos.com^
||cc.sexgeschichten-xxx.com^
||cc.sexstories-hot.com^
||cc.sexstories-xxx.com^
||cc.sexverhalen-gratis.com^
||cc2.camcaps.io^
||cdn1.memojav.com^
||cdn1.xvideohub.top^
||cdn2.picyield.com^
||ck.zzipps.com^
||cl.sexstories-all.com^
||click.freepopnews.skin^
||clickc4n.pornharlot.com^
||clk.slutcam.org^
||clka.bondagevalley.cc^
||clkn.apostle.onl^
||clkn2.apostle.onl^
||clkn3.apostle.onl^
||clknrtrg.pro^
||cln.willyporn.com^
||cn4.animehdl.net^
||cvk.supklik.com^
||ddd.contoseroticoscnn.com^
||ddd.sexstories69.com^
||dr1.piczlabs.com^
||dr3.piczlabs.com^
||drt.cliomovies.com^
||faq.brandnewapp.pro^
||flw.camcaps.ac^
||ge6.getfto.com^
||ge8.getfto.com^
||get.xclick24.com^
||go.lize.bid^
||hostmaster.brandnewapp.pro^
||hostmaster.rtnews.pro^
||hruk.afguk.top^
||hruk.gumasi.top^
||hruk.jjikk.top^
||hruk.prikupok.com^
||hruk.prikupok.icu^
||icn.brandnewapp.pro^
||images.savetiknowm.org^
||jg1.trypicz.com^
||jg3.trypicz.com^
||jpnj.hotpornfile.org^
||k10.usefto.com^
||k8.usefto.com^
||mail.7porn.ru^
||omg.house.porn^
||orange.arabtoons.net^
||p.deporno.online^
||p.imagevk.site^
||p.porn0hd.online^
||p.russ-porno.net^
||pi4.piczhq.com^
||ps1.reallifecam.to^
||ps2.camcaps.to^
||reg.ancensored.com^
||s1.rtnews.pro^
||s5.rtnews.pro^
||snow.snowdayonline.xyz^
||v040419.badjojo.com^
||wafe.camcaps.sx^
||wp.brandnewapp.pro^
||www.bokep.su^
||www.faq.brandnewapp.pro^
||www.rtnews.pro^
||xd3r.javgg.eu^
||zone1.bestbdsm24.com^
||zone1.bestporn24.com^
!
! ads2.bid : ads.bid disguised advertising networks
!
! Company name: ads2.bid
!
! heleric.com : heleric.com disguised advertising networks
!
! Company name: heleric.com
||ac.stigmaicomfy.com^
||ae.craccaanybody.com^
||ae.rackmanbehind.com^
||ae.riataspardahs.com^
||ag.axonesjames.com^
||ah.tabskeawe.com^
||aj.stomalhobble.com^
||an.pintaentrep.com^
||ao.tournaipestles.com^
||ap.bouncelargo.com^
||ar.pagodaskeeker.com^
||at.laundawaits.com^
||au.bolloxcyclism.com^
||av.eulerupslant.com^
||aw.omandersingly.com^
||ax.helcoidpedicel.com^
||ax.mousmeetrike.com^
||ax.requotebatman.com^
||az.koipatolipper.com^
||bb.mahdianupcurls.com^
||bb.vanhonker.com^
||bb.whaupburgeon.com^
||bc.manwaysprod.com^
||bd.inclipscalabur.com^
||bd.overpetleersia.com^
||be.habitueflasque.com^
||be.hyahyalay.com^
||be.jambertarry.com^
||bf.buffersling.com^
||bf.shodeoaters.com^
||bh.twifoilperoxyl.com^
||bi.narineware.com^
||bj.pplferio.com^
||bj.unfeeddizoic.com^
||bk.clinkedsphecid.com^
||bl.noonishkahala.com^
||bm.chileslatrede.com^
||bm.mellsrecta.com^
||bm.shamosmatic.com^
||bq.hammaidreswill.com^
||br.baculatowser.com^
||bs.lesionspalla.com^
||bt.allotshyoides.com^
||bu.sectistfrow.com^
||bx.khedivaormond.com^
||by.ballinghelonin.com^
||bz.waveoffcrakes.com^
||ca.encurlergon.com^
||ca.upboostarmaria.com^
||ce.paliercleaned.com^
||ch.hagboatdismast.com^
||ci.taupesverry.com^
||ck.abdalpaces.com^
||ck.barefitaiding.com^
||ck.fusainswheeled.com^
||cl.durezzacrowns.com^
||cm.twindlephalera.com^
||cq.stoundisocrat.com^
||cs.cowmankai.com^
||cs.daemonshymens.com^
||ct.eanlingtumfie.com^
||cy.chettikmacrli.com^
||cz.peatmenwhatsis.com^
||db.relandsnouts.com^
||dc.swartlybeebee.com^
||dg.durgahsursize.com^
||dh.txtcompert.com^
||di.allonymgranula.com^
||dk.cazibiukiyoe.com^
||dl.fatimacapos.com^
||dl.reqdleucine.com^
||dm.samitesetulae.com^
||do.chimblyconyger.com^
||do.felidaeabasing.com^
||ds.friskyvalew.com^
||dt.gregauunaided.com^
||du.jubhahbalize.com^
||dv.earthlyyowe.com^
||dw.organaamnions.com^
||dy.dautedergot.com^
||dy.fitrootmisterm.com^
||dz.banyaitlingit.com^
||ed.druggertruckle.com^
||ed.urotoxykerch.com^
||ef.derrybonedry.com^
||eh.stowingwhelks.com^
||ej.basialforced.com^
||ek.gisantscubit.com^
||em.curnberthed.com^
||em.gangerburler.com^
||en.bummingasses.com^
||er.briesziphius.com^
||et.furivaeshotman.com^
||et.isodontupspurt.com^
||eu.balletsbeep.com^
||eu.bassoonavatara.com^
||eu.jerkytaste.com^
||ew.physciahat.com^
||ey.hiedflashed.com^
||ez.cannelcaimito.com^
||ez.slabbernorland.com^
||fb.cushawbaized.com^
||fc.ferriesendless.com^
||fd.peguanmistone.com^
||fd.rusheedeserve.com^
||ff.guimpefesses.com^
||fh.termsixias.com^
||fi.creeguilds.com^
||fj.bedrowndaffs.com^
||fj.cavilerestops.com^
||fj.lactolwant.com^
||fj.patencydaimiel.com^
||fk.oaklikespiers.com^
||fl.dumpiesgoschen.com^
||fs.fogramokayed.com^
||fs.velellabudded.com^
||fx.muntiglesia.com^
||ga.asseizeenl.com^
||ga.fentwigful.com^
||gb.akhyanaoverhot.com^
||gf.goreplacers.com^
||gg.warmanmamelon.com^
||gh.outswumvinose.com^
||gi.okapisail.com^
||gn.afootwitword.com^
||go.cordelgront.com^
||go.iguanidguisian.com^
||go.loorydewdrop.com^
||gp.feiriegershon.com^
||gp.splodgydossing.com^
||gr.faencepuggy.com^
||gs.profrebecca.com^
||gt.unurnedbeleve.com^
||gw.glassbogey.com^
||gw.precislooed.com^
||ha.reaffixteaey.com^
||hc.besmutshelixin.com^
||he.sirramugget.com^
||hf.frisklelooms.com^
||hg.barwaltanha.com^
||hg.scallsoogloea.com^
||hi.oglesmulsify.com^
||hj.faggotbovidae.com^
||hl.jinchaovetoer.com^
||hl.queresspurdie.com^
||hm.sightercanidae.com^
||hr.codableprovene.com^
||hs.scrabervinod.com^
||hu.claspedammu.com^
||hu.xxifineer.com^
||hv.witwormfurzes.com^
||hw.testulebottega.com^
||hx.relivesternar.com^
||hy.orcinsjewish.com^
||hz.ruptureboogum.com^
||ia.bisetsoliped.com^
||ie.elandsmeikles.com^
||ie.exhumeaueto.com^
||ii.tiptoesstbd.com^
||ii.woolensulking.com^
||ik.nuraghireels.com^
||il.nodderbeezers.com^
||im.inciseclops.com^
||in.becamechorist.com^
||ir.avertinniello.com^
||ir.mildlydoucely.com^
||it.hokerlywaffies.com^
||ix.lithatelamnoid.com^
||iy.micastpyridic.com^
||iy.secalinonyxis.com^
||ja.ivegrandpa.com^
||jc.lairdsdemonry.com^
||jc.licencearchean.com^
||je.guancheoutwait.com^
||je.mammeysterrae.com^
||je.sepiasfra.com^
||jf.palemaneleven.com^
||jg.devaultautit.com^
||jj.boodymauves.com^
||jj.jaupsgrimes.com^
||jm.ethylintusker.com^
||jm.fallagerampire.com^
||jo.dinahmirv.com^
||jo.maraewid.com^
||jq.obeyersshewn.com^
||jr.guestschewy.com^
||jr.wishjolty.com^
||js.gussiesarkosic.com^
||ju.kittlesoceania.com^
||ju.veganswingbow.com^
||jv.curiousuraemia.com^
||jv.sugaryestrone.com^
||jw.posiedcaridea.com^
||jw.scuddedsisals.com^
||jx.yonnersekere.com^
||jy.epoxideouttop.com^
||ke.kabalagarsil.com^
||kl.embarupbuoy.com^
||kl.osmoticchalah.com^
||kp.stingeantonia.com^
||kq.baggilymitoses.com^
||kr.cafenehkikki.com^
||kt.guywireincorp.com^
||ku.allnesskepped.com^
||ku.arbacindiplex.com^
||ku.eftesthalms.com^
||kv.patenssabzi.com^
||kx.ragerystenchy.com^
||kz.rebakeassets.com^
||la.lamdensnip.com^
||lb.hyratesethic.com^
||lc.punkahskayles.com^
||ld.stengskelped.com^
||ld.wraithydecides.com^
||le.wellsmessy.com^
||lf.hagweedtoytown.com^
||lf.minyascannat.com^
||lg.feoffortapetis.com^
||lh.limosiwooable.com^
||ll.vriddhiejidal.com^
||lm.rinserbefore.com^
||lr.bezoarschrysid.com^
||lr.coehornliebig.com^
||ls.hongaries.com^
||lv.mandatscrate.com^
||lw.cupriteshride.com^
||lz.geasefloria.com^
||ma.preensosiery.com^
||md.unsizedreaward.com^
||me.salinaswesting.com^
||mf.anotiachilli.com^
||mf.collopantony.com^
||mf.egridstaidly.com^
||mf.fauldbeeth.com^
||mh.zonulews.com^
||mi.gaywayperkish.com^
||mj.mucinplanks.com^
||mn.prespurmaness.com^
||mp.arianatainos.com^
||mr.asitiazosters.com^
||mu.laplingskevish.com^
||mu.plateryamaine.com^
||mw.cinuralytic.com^
||my.ursstubs.com^
||nc.nominaturfy.com^
||ne.galenicnidana.com^
||ne.jarringerns.com^
||nj.molliefidac.com^
||nj.sloooutyelp.com^
||nl.yieldedshotter.com^
||nm.placoidtobyman.com^
||no.resailslemures.com^
||np.brackenclomped.com^
||nq.juiseforced.com^
||nr.celaenomash.com^
||ns.gyreneverist.com^
||nz.salvingrolls.com^
||oa.frowllutetia.com^
||oa.kettlewharves.com^
||oa.shticksconturb.com^
||oa.skancehobo.com^
||ob.freyrclogs.com^
||of.thomismtoast.com^
||og.cejainlike.com^
||og.elemeuric.com^
||ol.dundeesmemo.com^
||on.culverscoping.com^
||oq.banterswalloon.com^
||or.alpieutieboy.com^
||ot.myotomyarkab.com^
||ou.samogonmarvy.com^
||oz.lokaforky.com^
||pb.shaledpaidle.com^
||pg.maftirkolo.com^
||pi.beaufintorque.com^
||pk.tawersasocial.com^
||pl.tourteardass.com^
||pm.clokemidriff.com^
||pm.teawaredanzon.com^
||pn.wendatopen.com^
||po.lepidjounces.com^
||pq.carlingquerent.com^
||pq.murkfrazil.com^
||ps.lanzontuareg.com^
||pt.handjarcranch.com^
||pu.serumchicha.com^
||pv.wiglessoctaves.com^
||px.bajracashboy.com^
||px.owdunpiled.com^
||py.darzeegobble.com^
||py.dittanyambreic.com^
||qa.usninicsooey.com^
||qb.savorydult.com^
||qd.gibbarwaiting.com^
||qe.notersmilks.com^
||qg.mangerydewrot.com^
||qh.editormbiras.com^
||qj.humusesphren.com^
||qk.eyrarbuggers.com^
||ql.nudistwhitlow.com^
||qm.arointitacism.com^
||qo.dunganof.com^
||qo.enamelsdune.com^
||qr.grogsprats.com^
||qr.heezyvedaism.com^
||qs.levooutlast.com^
||qv.snaprosery.com^
||qw.garpikewoodbox.com^
||qw.teedoping.com^
||qy.narrateharmala.com^
||qz.equalsenframe.com^
||ra.birdeyedigenea.com^
||rd.gamglossae.com^
||rd.pulayanyet.com^
||rg.canesbilker.com^
||ri.eightvowrinkle.com^
||rj.rivageroily.com^
||rj.unhaveabobra.com^
||rl.fracturmeropia.com^
||rm.bauderylysines.com^
||rm.wegastroky.com^
||rn.kiblahpithing.com^
||ro.vacuomedogeys.com^
||rp.bumblesisobase.com^
||rp.splentstoatoa.com^
||rp.tsuresoranges.com^
||rq.pettahgurr.com^
||rr.giggertji.com^
||rw.davielyedith.com^
||rw.gundogleaker.com^
||rx.ominateamt.com^
||sa.resailsgyse.com^
||sb.elfshippref.com^
||sc.waybookmyceles.com^
||se.aspireetopee.com^
||sf.dirhamsleered.com^
||sf.eschelbolts.com^
||sf.skylesscandied.com^
||sf.zestfulpize.com^
||sk.tuskersecklein.com^
||sl.elinvarpayola.com^
||sn.weirmelamin.com^
||sp.voleryclat.com^
||sq.volvellurol.com^
||sr.awkwardpurfles.com^
||st.perteranorak.com^
||sw.pluckysups.com^
||sy.sartishmoop.com^
||sz.createsgummous.com^
||sz.famanils.com^
||ta.acedtousles.com^
||tb.nebackalien.com^
||tc.bovateoutrate.com^
||td.anasphragma.com^
||te.stionicfives.com^
||th.micheryfrugal.com^
||th.weighinened.com^
||ti.bandonbrubru.com^
||ti.solipedsnarls.com^
||tk.daubingweekday.com^
||tl.larchentreeman.com^
||tl.logwisespitzer.com^
||tm.hacklesovary.com^
||tm.omentadido.com^
||tm.tangasulfide.com^
||tn.abreactbuddy.com^
||tp.parcbegulf.com^
||tr.hiccupcotman.com^
||tr.impoundiranism.com^
||tr.keetsgray.com^
||ts.toccatamotific.com^
||ts.trilledwoods.com^
||tt.smirkydiff.com^
||tw.canjacvinum.com^
||ty.soulackbooths.com^
||ua.hullockotxi.com^
||uc.corditespicous.com^
||uf.disbendcrumby.com^
||ui.warmthsmasseur.com^
||ul.sokesbarling.com^
||ul.spatingaegina.com^
||um.sowinghognut.com^
||un.ginnleunshift.com^
||uo.tubaronunheler.com^
||uq.skewlyshoggle.com^
||ur.meteredrato.com^
||ur.olivetkneel.com^
||ut.ammannests.com^
||ut.floraepixies.com^
||ux.arsesresumes.com^
||ux.withinshobbist.com^
||uz.gamyboxbush.com^
||vc.rompishvariola.com^
||vd.clipserelock.com^
||ve.gweedunweld.com^
||vg.piaroanjust.com^
||vh.pewageconcile.com^
||vi.spratstatters.com^
||vk.immureuvanite.com^
||vl.boongsmokeho.com^
||vn.finisbur.com^
||vn.jaygeepigs.com^
||vo.mofettecalmed.com^
||vp.upswingmethyl.com^
||vq.areiccastano.com^
||vr.noosersturtles.com^
||vt.eluantsmousees.com^
||vv.tensingiseum.com^
||vw.sapidvenoms.com^
||vw.snippyteevee.com^
||vx.azuresjukes.com^
||vx.womerasecocide.com^
||wb.aliensplitch.com^
||wb.uncannyuneaths.com^
||wd.dimcarnie.com^
||wd.towmonterses.com^
||we.noonsderider.com^
||wg.clagssyria.com^
||wh.dabbyfather.com^
||wi.cohereseugene.com^
||wj.acrevenene.com^
||wl.gravergignate.com^
||wl.jimjumsalkes.com^
||wm.findalwaglike.com^
||wn.congostudia.com^
||wr.rugosehoarish.com^
||wv.donarynahane.com^
||wx.redealstonage.com^
||wz.bergallgenion.com^
||xb.subtextslypes.com^
||xb.sungzionism.com^
||xc.stupesinosine.com^
||xd.meritedyaws.com^
||xe.ioniumentomic.com^
||xh.channercatasta.com^
||xi.rankinegaumish.com^
||xi.wifeskneels.com^
||xl.demosbattik.com^
||xm.tinlikeil.com^
||xo.trigscocos.com^
||xs.odesschemes.com^
||xw.horrifyclausum.com^
||xx.architpled.com^
||xx.foetorsnudisms.com^
||xy.ocularribozo.com^
||xz.rapsseme.com^
||ye.coresepyllia.com^
||yg.coehornjobbet.com^
||yg.slantedsecno.com^
||yh.jewelyavoir.com^
||yi.fessetoi.com^
||yk.dissentsangir.com^
||yl.calumetjowing.com^
||yn.pigneedier.com^
||yo.senagegrasper.com^
||yp.poxykhakis.com^
||yp.tronkparsed.com^
||yq.bokosatom.com^
||yt.colorinmeasure.com^
||yu.deggerfletton.com^
||yv.atticereqd.com^
||yv.remountduretto.com^
||yx.minimalmodulet.com^
||za.retipwrested.com^
||zd.plattedrattons.com^
||ze.mahonetranvia.com^
||zf.perseuschoose.com^
||zg.butaneailment.com^
||zi.kissbluest.com^
||zj.rochermack.com^
||zk.kabscarbide.com^
||zl.apardonslaving.com^
||zl.tirlszunyite.com^
||zn.glucinasileni.com^
||zn.pussesmoile.com^
||zt.isledhaster.com^
||zw.cacajaoarmfuls.com^
||zx.plaiceagonist.com^
||zy.gazeesoter.com^
||zz.cuissenbisque.com^
!
! NameSilo : ab1n.net disguised advertising networks
!
! Company name: NameSilo
||*.exaapi.com^
||10.notify.bizonads-ssp.com^
||1109.notify.optimizesrv.com^
||12.notify.bizonads-ssp.com^
||2286.notify.optimizesrv.com^
||2492.notify.optimizesrv.com^
||2494.notify.optimizesrv.com^
||2534.notify.optimizesrv.com^
||2848.notify.optimizesrv.com^
||3115164.notify6.com^
||3115164.notifysrv.com^
||3115166.notify6.com^
||3115166.notifysrv.com^
||3164303.notifysrv.com^
||3164315.notify6.com^
||3164315.notifysrv.com^
||3164401.notifysrv.com^
||3164433.notifysrv.com^
||3164553.notifysrv.com^
||3164603.notify6.com^
||3164603.notifysrv.com^
||3164623.notifysrv.com^
||3164763.notifysrv.com^
||3164793.notifysrv.com^
||3165183.notifysrv.com^
||3165353.notify6.com^
||3165353.notifysrv.com^
||3165403.notifysrv.com^
||3165463.notifysrv.com^
||3165703.notify6.com^
||3165703.notifysrv.com^
||3165773.notifysrv.com^
||3165779.notify6.com^
||3166293.notifysrv.com^
||3166309.notifysrv.com^
||3166313.notifysrv.com^
||3167043.notifysrv.com^
||3167143.notifysrv.com^
||3168195.notify6.com^
||3169187.notify6.com^
||3169269.notifysrv.com^
||3170223.notifysrv.com^
||3171253.notifysrv.com^
||3171864.notify6.com^
||3171864.notifysrv.com^
||3172914.notifysrv.com^
||3173432.notifysrv.com^
||3174430.notifysrv.com^
||3174744.notifysrv.com^
||3176222.notifysrv.com^
||3176544.notifysrv.com^
||3176564.notifysrv.com^
||3177866.notify6.com^
||3177866.notifysrv.com^
||3178044.notifysrv.com^
||3178550.notifysrv.com^
||3178552.notifysrv.com^
||3178572.notifysrv.com^
||3178848.notifysrv.com^
||3179416.notify6.com^
||3179416.notifysrv.com^
||3179552.notifysrv.com^
||3180142.notifysrv.com^
||3180144.notifysrv.com^
||3180146.notifysrv.com^
||3180154.notifysrv.com^
||3180164.notifysrv.com^
||3180172.notifysrv.com^
||3180606.notifysrv.com^
||3180616.notify6.com^
||3180622.notifysrv.com^
||3180624.notifysrv.com^
||3180632.notifysrv.com^
||3180634.notifysrv.com^
||3180644.notifysrv.com^
||3180652.notifysrv.com^
||3180654.notifysrv.com^
||3180664.notifysrv.com^
||3180666.notifysrv.com^
||3180672.notifysrv.com^
||3180692.notifysrv.com^
||3180704.notifysrv.com^
||3180706.notifysrv.com^
||3180710.notifysrv.com^
||3180712.notifysrv.com^
||3180714.notifysrv.com^
||3181222.notifysrv.com^
||3181924.notifysrv.com^
||3181932.notifysrv.com^
||3183803.notifysrv.com^
||3184333.notifysrv.com^
||3185883.notifysrv.com^
||3188151.notifysrv.com^
||3188893.notifysrv.com^
||3188993.notifysrv.com^
||3189019.notify6.com^
||3189023.notifysrv.com^
||3189027.notify6.com^
||3189939.notifysrv.com^
||3191479.notify6.com^
||3191479.notifysrv.com^
||3191833.notifysrv.com^
||3192533.notifysrv.com^
||3193381.notifysrv.com^
||3193413.notifysrv.com^
||3193551.notify6.com^
||3194053.notify6.com^
||3194053.notifysrv.com^
||3194555.notifysrv.com^
||3194993.notifysrv.com^
||3196267.notifysrv.com^
||3196923.notifysrv.com^
||3197113.notifysrv.com^
||3198253.notifysrv.com^
||3199023.notify6.com^
||3199023.notifysrv.com^
||3199593.notify6.com^
||3199593.notifysrv.com^
||3200562.notifysrv.com^
||3204865.notify6.com^
||3204885.notify6.com^
||3205143.notifysrv.com^
||3205513.notifysrv.com^
||3205733.notifysrv.com^
||3205919.notify6.com^
||3205971.notify6.com^
||3207479.notifysrv.com^
||3207573.notifysrv.com^
||3207695.notify6.com^
||3207695.notifysrv.com^
||3208073.notifysrv.com^
||3208753.notifysrv.com^
||3209271.notifysrv.com^
||3209373.notifysrv.com^
||3209783.notifysrv.com^
||3210363.notifysrv.com^
||3211473.notifysrv.com^
||3212867.notifysrv.com^
||3213679.notify6.com^
||3214413.notifysrv.com^
||3214729.notify6.com^
||3214733.notifysrv.com^
||3215023.notifysrv.com^
||3215685.notify6.com^
||3215685.notifysrv.com^
||3216263.notifysrv.com^
||3217033.notifysrv.com^
||3217213.notifysrv.com^
||3220723.notify6.com^
||3221653.notifysrv.com^
||3221733.notify6.com^
||3221733.notifysrv.com^
||3221983.notifysrv.com^
||3225557.notify6.com^
||3225747.notify6.com^
||3227697.notify6.com^
||3230814.notifysrv.com^
||3231172.notify6.com^
||3231172.notifysrv.com^
||3232032.notifysrv.com^
||3232836.notify6.com^
||3232836.notifysrv.com^
||3234742.notifysrv.com^
||3237962.notifysrv.com^
||3238124.notifysrv.com^
||3239522.notifysrv.com^
||3240742.notifysrv.com^
||3242002.notifysrv.com^
||3242990.notify6.com^
||3242990.notifysrv.com^
||3243082.notify6.com^
||3243082.notifysrv.com^
||3245102.notifysrv.com^
||3246524.notifysrv.com^
||3248488.notify6.com^
||3249470.notifysrv.com^
||3249648.notify6.com^
||3250420.notify6.com^
||3251144.notify6.com^
||3254306.notifysrv.com^
||3258452.notifysrv.com^
||3258696.notifysrv.com^
||3260930.notifysrv.com^
||3263912.notifysrv.com^
||3264262.notifysrv.com^
||3267212.notifysrv.com^
||3267296.notifysrv.com^
||3269104.notifysrv.com^
||3270262.notifysrv.com^
||3273540.notifysrv.com^
||3276222.notifysrv.com^
||3278638.notify6.com^
||3281804.notifysrv.com^
||3282004.notifysrv.com^
||3282174.notifysrv.com^
||3283088.notifysrv.com^
||3283090.notify6.com^
||3283090.notifysrv.com^
||3285792.notifysrv.com^
||3286068.notify6.com^
||3286068.notifysrv.com^
||3288532.notifysrv.com^
||3290250.notifysrv.com^
||3290270.notifysrv.com^
||3290454.notifysrv.com^
||3290472.notifysrv.com^
||3291002.notifysrv.com^
||3292132.notifysrv.com^
||3292164.notify6.com^
||3292164.notifysrv.com^
||3292172.notifysrv.com^
||3294260.notify6.com^
||3294260.notifysrv.com^
||3294264.notify6.com^
||3294264.notifysrv.com^
||3296892.notifysrv.com^
||3298834.notifysrv.com^
||3300890.notifysrv.com^
||3300974.notify6.com^
||3300998.notify6.com^
||3302214.notifysrv.com^
||3302396.notify6.com^
||3302404.notify6.com^
||3302404.notifysrv.com^
||3303294.notifysrv.com^
||3303404.notifysrv.com^
||3303644.notifysrv.com^
||3304350.notifysrv.com^
||3304354.notify6.com^
||3304354.notifysrv.com^
||3305622.notifysrv.com^
||3307240.notifysrv.com^
||3307754.notifysrv.com^
||3307792.notifysrv.com^
||3307896.notifysrv.com^
||3310026.notify6.com^
||3310238.notify6.com^
||3310238.notifysrv.com^
||3310584.notify6.com^
||3310586.notify6.com^
||3311320.notify6.com^
||3311320.notifysrv.com^
||3311914.notifysrv.com^
||3312052.notifysrv.com^
||3312054.notify6.com^
||3312054.notifysrv.com^
||3312088.notify6.com^
||3313174.notify6.com^
||3313964.notifysrv.com^
||3314624.notifysrv.com^
||3317864.notifysrv.com^
||3317882.notify6.com^
||3317882.notifysrv.com^
||3317892.notify6.com^
||3317892.notifysrv.com^
||3319502.notifysrv.com^
||3319834.notifysrv.com^
||3321270.notifysrv.com^
||3321284.notifysrv.com^
||3321964.notifysrv.com^
||3322022.notifysrv.com^
||3323174.notifysrv.com^
||3323378.notify6.com^
||3324204.notifysrv.com^
||3324212.notifysrv.com^
||3324214.notifysrv.com^
||3324862.notifysrv.com^
||3325534.notifysrv.com^
||3325604.notifysrv.com^
||3326704.notifysrv.com^
||3328380.notifysrv.com^
||3328388.notifysrv.com^
||3328394.notifysrv.com^
||3328396.notifysrv.com^
||3328402.notifysrv.com^
||3328404.notifysrv.com^
||3329496.notify6.com^
||3329496.notifysrv.com^
||3329726.notifysrv.com^
||3334828.notify6.com^
||3335306.notifysrv.com^
||3338422.notifysrv.com^
||3338444.notify6.com^
||3338444.notifysrv.com^
||3339654.notifysrv.com^
||3340606.notifysrv.com^
||3343302.notifysrv.com^
||3343512.notifysrv.com^
||3344832.notifysrv.com^
||3344862.notifysrv.com^
||3344934.notifysrv.com^
||3344944.notifysrv.com^
||3345712.notifysrv.com^
||3346174.notify6.com^
||3346174.notifysrv.com^
||3347188.notify6.com^
||3347188.notifysrv.com^
||3347192.notifysrv.com^
||3348424.notify6.com^
||3348424.notifysrv.com^
||3348428.notify6.com^
||3348428.notifysrv.com^
||3349680.notify6.com^
||3351068.notify6.com^
||3351068.notifysrv.com^
||3351072.notifysrv.com^
||3351914.notifysrv.com^
||3352256.notify6.com^
||3352256.notifysrv.com^
||3352472.notifysrv.com^
||3354470.notify6.com^
||3354470.notifysrv.com^
||3357356.notify6.com^
||3358442.notify6.com^
||3359790.notifysrv.com^
||3359800.notifysrv.com^
||3360202.notify6.com^
||3360944.notifysrv.com^
||3362420.notify6.com^
||3362420.notifysrv.com^
||3362426.notify6.com^
||3362426.notifysrv.com^
||3363688.notify6.com^
||3365442.notifysrv.com^
||3376753.notifysrv.com^
||3382743.notify6.com^
||3382743.notifysrv.com^
||3382771.notifysrv.com^
||3382805.notifysrv.com^
||3383139.notifysrv.com^
||3385751.notify6.com^
||3385991.notify6.com^
||3385991.notifysrv.com^
||3386671.notify6.com^
||3389741.notify6.com^
||3392623.notify6.com^
||3392623.notifysrv.com^
||3395717.notify6.com^
||3396523.notify6.com^
||3396523.notifysrv.com^
||3396611.notifysrv.com^
||3398315.notify6.com^
||3398793.notifysrv.com^
||3400453.notifysrv.com^
||3402191.notifysrv.com^
||3404041.notifysrv.com^
||3404165.notify6.com^
||3404423.notifysrv.com^
||3405017.notify6.com^
||3405035.notifysrv.com^
||3405043.notifysrv.com^
||3405103.notify6.com^
||3405103.notifysrv.com^
||3405133.notify6.com^
||3405133.notifysrv.com^
||3405137.notifysrv.com^
||3405143.notifysrv.com^
||3405151.notifysrv.com^
||3405163.notifysrv.com^
||3405213.notifysrv.com^
||3408133.notifysrv.com^
||3408773.notify6.com^
||3408773.notifysrv.com^
||3409173.notifysrv.com^
||3409957.notifysrv.com^
||3410343.notify6.com^
||3410343.notifysrv.com^
||3414351.notifysrv.com^
||3414369.notifysrv.com^
||3416097.notifysrv.com^
||3416107.notifysrv.com^
||3416169.notifysrv.com^
||3416183.notifysrv.com^
||3416525.notifysrv.com^
||3416833.notifysrv.com^
||3417929.notify6.com^
||3417929.notifysrv.com^
||3419733.notifysrv.com^
||3420003.notifysrv.com^
||3420741.notify6.com^
||3420743.notifysrv.com^
||3420755.notifysrv.com^
||3420763.notifysrv.com^
||3420765.notifysrv.com^
||3420767.notify6.com^
||3420767.notifysrv.com^
||3420777.notifysrv.com^
||3420793.notifysrv.com^
||3421353.notifysrv.com^
||3423873.notifysrv.com^
||3423953.notifysrv.com^
||3428069.notifysrv.com^
||3429075.notify6.com^
||3432573.notify6.com^
||3436909.notify6.com^
||3437433.notifysrv.com^
||3440153.notify6.com^
||3440153.notifysrv.com^
||3440155.notify6.com^
||3440155.notifysrv.com^
||3440157.notify6.com^
||3440401.notify6.com^
||3440401.notifysrv.com^
||3440403.notify6.com^
||3440403.notifysrv.com^
||3440407.notifysrv.com^
||3440409.notifysrv.com^
||3440411.notify6.com^
||3440413.notifysrv.com^
||3440863.notifysrv.com^
||3442145.notifysrv.com^
||3447913.notifysrv.com^
||3453873.notifysrv.com^
||3454909.notifysrv.com^
||3456415.notifysrv.com^
||3457083.notifysrv.com^
||3457323.notifysrv.com^
||3457693.notifysrv.com^
||3457959.notify6.com^
||3459205.notifysrv.com^
||3459455.notify6.com^
||3459455.notifysrv.com^
||3461281.notifysrv.com^
||3461289.notify6.com^
||3461289.notifysrv.com^
||3461293.notifysrv.com^
||3461347.notifysrv.com^
||3461533.notifysrv.com^
||3464703.notifysrv.com^
||3466497.notifysrv.com^
||3466503.notifysrv.com^
||3466845.notifysrv.com^
||3466857.notify6.com^
||3466857.notifysrv.com^
||3466861.notify6.com^
||3466861.notifysrv.com^
||3466863.notify6.com^
||3466863.notifysrv.com^
||3467523.notifysrv.com^
||3468917.notifysrv.com^
||3470933.notifysrv.com^
||3470943.notifysrv.com^
||3471913.notifysrv.com^
||3472283.notifysrv.com^
||3472323.notifysrv.com^
||3474937.notify6.com^
||3474937.notifysrv.com^
||3475333.notifysrv.com^
||3475335.notify6.com^
||3475337.notifysrv.com^
||3475341.notify6.com^
||3475349.notify6.com^
||3476453.notifysrv.com^
||3478737.notifysrv.com^
||3483067.notifysrv.com^
||3483233.notifysrv.com^
||3483409.notify6.com^
||3484631.notify6.com^
||3485755.notifysrv.com^
||3489365.notify6.com^
||3491507.notifysrv.com^
||3491539.notifysrv.com^
||3493551.notify6.com^
||3493753.notifysrv.com^
||3496079.notify6.com^
||3497467.notifysrv.com^
||3498081.notifysrv.com^
||3498171.notify6.com^
||3501655.notify6.com^
||3505119.notify6.com^
||3505123.notify6.com^
||3505123.notifysrv.com^
||3505135.notifysrv.com^
||3505139.notify6.com^
||3505141.notify6.com^
||3505143.notifysrv.com^
||3505743.notifysrv.com^
||3505883.notifysrv.com^
||3505935.notify6.com^
||3505943.notifysrv.com^
||3505963.notifysrv.com^
||3505973.notifysrv.com^
||3505983.notifysrv.com^
||3505993.notifysrv.com^
||3506005.notify6.com^
||3508349.notifysrv.com^
||3508819.notify6.com^
||3508819.notifysrv.com^
||3508993.notifysrv.com^
||3509923.notifysrv.com^
||3510151.notifysrv.com^
||3512011.notifysrv.com^
||3512159.notifysrv.com^
||3512165.notifysrv.com^
||3512423.notifysrv.com^
||3512929.notifysrv.com^
||3513563.notifysrv.com^
||3516163.notifysrv.com^
||3517123.notify6.com^
||3517123.notifysrv.com^
||3518.notify.optimizesrv.com^
||3518183.notifysrv.com^
||3518189.notifysrv.com^
||3520653.notifysrv.com^
||3521363.notifysrv.com^
||3523289.notifysrv.com^
||3524303.notifysrv.com^
||3524325.notifysrv.com^
||3524339.notify6.com^
||3526213.notifysrv.com^
||3527699.notify6.com^
||3527699.notifysrv.com^
||3530761.notify6.com^
||3530761.notifysrv.com^
||3532273.notifysrv.com^
||3532663.notifysrv.com^
||3535661.notify6.com^
||3538565.notify6.com^
||3538613.notifysrv.com^
||3539463.notifysrv.com^
||3540837.notifysrv.com^
||3541095.notifysrv.com^
||3542163.notifysrv.com^
||3544557.notify6.com^
||3546.notify.optimizesrv.com^
||3549573.notifysrv.com^
||3551873.notifysrv.com^
||3556327.notifysrv.com^
||3556651.notifysrv.com^
||3557559.notify6.com^
||3557821.notifysrv.com^
||3562657.notifysrv.com^
||3562665.notify6.com^
||3563551.notify6.com^
||3563551.notifysrv.com^
||3563663.notifysrv.com^
||3566695.notifysrv.com^
||3566697.notifysrv.com^
||3566839.notifysrv.com^
||3566873.notifysrv.com^
||3568955.notify6.com^
||3569081.notify6.com^
||3569513.notifysrv.com^
||3570033.notifysrv.com^
||3570075.notifysrv.com^
||3570673.notify6.com^
||3570727.notifysrv.com^
||3570737.notifysrv.com^
||3570741.notifysrv.com^
||3570789.notifysrv.com^
||3572273.notify6.com^
||3572273.notifysrv.com^
||3572277.notify6.com^
||3572277.notifysrv.com^
||3572279.notify6.com^
||3572281.notify6.com^
||3572283.notifysrv.com^
||3572285.notifysrv.com^
||3572293.notifysrv.com^
||3572299.notify6.com^
||3572299.notifysrv.com^
||3572303.notifysrv.com^
||3572904.notifysrv.com^
||3576907.notifysrv.com^
||3578231.notify6.com^
||3578239.notify6.com^
||3578253.notifysrv.com^
||3580293.notifysrv.com^
||3580393.notify6.com^
||3580393.notifysrv.com^
||3583639.notifysrv.com^
||3584069.notifysrv.com^
||3584913.notifysrv.com^
||3585013.notifysrv.com^
||3585435.notify6.com^
||3587723.notifysrv.com^
||3587729.notifysrv.com^
||3587733.notifysrv.com^
||3587739.notifysrv.com^
||3587799.notifysrv.com^
||3588.notify.optimizesrv.com^
||3588135.notifysrv.com^
||3588587.notify6.com^
||3588587.notifysrv.com^
||3588589.notify6.com^
||3588593.notifysrv.com^
||3588597.notifysrv.com^
||3588599.notifysrv.com^
||3588603.notifysrv.com^
||3589779.notify6.com^
||3590311.notify6.com^
||3590449.notify6.com^
||3591075.notify6.com^
||3591075.notifysrv.com^
||3593835.notify6.com^
||3593835.notifysrv.com^
||3593847.notifysrv.com^
||3593859.notifysrv.com^
||3595095.notifysrv.com^
||3595711.notifysrv.com^
||3597775.notifysrv.com^
||3598457.notifysrv.com^
||3599607.notify6.com^
||3599607.notifysrv.com^
||3599613.notify6.com^
||3599613.notifysrv.com^
||3599727.notify6.com^
||3603119.notifysrv.com^
||3607715.notify6.com^
||3607715.notifysrv.com^
||3608083.notifysrv.com^
||3608417.notifysrv.com^
||3613079.notify6.com^
||3613299.notifysrv.com^
||3617551.notify6.com^
||3617853.notify6.com^
||3618939.notify6.com^
||3618945.notify6.com^
||3618947.notify6.com^
||3619313.notify6.com^
||3619313.notifysrv.com^
||3621331.notifysrv.com^
||3621333.notifysrv.com^
||3622827.notify6.com^
||3629687.notify6.com^
||3629687.notifysrv.com^
||3629693.notify6.com^
||3629693.notifysrv.com^
||3629895.notifysrv.com^
||3631057.notify6.com^
||3632607.notifysrv.com^
||3637423.notifysrv.com^
||3647443.notifysrv.com^
||3648599.notifysrv.com^
||3653677.notifysrv.com^
||3653689.notify6.com^
||3658633.notifysrv.com^
||3661193.notify6.com^
||3662555.notifysrv.com^
||3662557.notifysrv.com^
||3662563.notifysrv.com^
||3662591.notifysrv.com^
||3662593.notifysrv.com^
||3662595.notifysrv.com^
||3662601.notifysrv.com^
||3662839.notify6.com^
||3662845.notify6.com^
||3662845.notifysrv.com^
||3662897.notifysrv.com^
||3662963.notifysrv.com^
||3662967.notifysrv.com^
||3662975.notifysrv.com^
||3668783.notifysrv.com^
||3668785.notifysrv.com^
||3668787.notifysrv.com^
||3668791.notify6.com^
||3670119.notifysrv.com^
||3670315.notify6.com^
||3672243.notifysrv.com^
||3682345.notifysrv.com^
||3701725.notifysrv.com^
||3701939.notify6.com^
||3710061.notify6.com^
||3710063.notifysrv.com^
||3710069.notifysrv.com^
||3710075.notify6.com^
||3715633.notifysrv.com^
||3717105.notify6.com^
||3717105.notifysrv.com^
||3717259.notifysrv.com^
||3719901.notify6.com^
||3724345.notify6.com^
||3724345.notifysrv.com^
||3727723.notifysrv.com^
||3728675.notifysrv.com^
||3730893.notifysrv.com^
||3731701.notify6.com^
||3733283.notifysrv.com^
||3733673.notifysrv.com^
||3739013.notify6.com^
||3740615.notifysrv.com^
||3744.notify.optimizesrv.com^
||3745191.notify6.com^
||3745191.notifysrv.com^
||3745197.notify6.com^
||3752469.notifysrv.com^
||3756889.notifysrv.com^
||3767411.notify6.com^
||3768747.notify6.com^
||3768747.notifysrv.com^
||3775247.notifysrv.com^
||3783121.notify6.com^
||3783123.notifysrv.com^
||3783125.notifysrv.com^
||3789593.notify6.com^
||3789703.notifysrv.com^
||3791967.notify6.com^
||3793871.notifysrv.com^
||3793875.notify6.com^
||3794323.notify6.com^
||3805703.notifysrv.com^
||3814695.notifysrv.com^
||3815573.notify6.com^
||3815579.notify6.com^
||3822893.notifysrv.com^
||3832097.notifysrv.com^
||3837365.notifysrv.com^
||3837607.notifysrv.com^
||3837643.notifysrv.com^
||3843075.notify6.com^
||3843075.notifysrv.com^
||3845405.notify6.com^
||3849719.notify6.com^
||3853331.notify6.com^
||3853333.notify6.com^
||3856281.notify6.com^
||3856373.notify6.com^
||3858841.notify6.com^
||3869256.notifysrv.com^
||3869316.notify6.com^
||3869376.notify6.com^
||3869462.notify6.com^
||3869504.notify6.com^
||3869504.notifysrv.com^
||3869630.notify6.com^
||3869630.notifysrv.com^
||3869854.notify6.com^
||3869854.notifysrv.com^
||3869880.notifysrv.com^
||3869926.notify6.com^
||3870370.notify6.com^
||3871870.notify6.com^
||3878176.notify6.com^
||3880638.notify6.com^
||3881818.notify6.com^
||3884584.notify6.com^
||3887544.notify6.com^
||3898244.notify6.com^
||3898378.notify6.com^
||3903164.notify6.com^
||3911078.notify6.com^
||3914108.notify6.com^
||3917502.notify6.com^
||3917506.notify6.com^
||3917534.notify6.com^
||3917542.notify6.com^
||3919748.notify6.com^
||3920998.notify6.com^
||3921002.notify6.com^
||3935380.notify6.com^
||3935570.notify6.com^
||3937625.notify6.com^
||3938193.notify6.com^
||3939960.notify6.com^
||3943940.notify6.com^
||3944044.notify6.com^
||3944974.notify6.com^
||3944976.notify6.com^
||3944978.notify6.com^
||3944980.notify6.com^
||3945010.notify6.com^
||3946136.notify6.com^
||3946234.notify6.com^
||3946240.notify6.com^
||3946250.notify6.com^
||3948256.notify6.com^
||3950056.notify6.com^
||3950664.notify6.com^
||3950808.notify6.com^
||3957976.notify6.com^
||3959278.notify6.com^
||3959292.notify6.com^
||3960141.notify6.com^
||3960145.notify6.com^
||3961124.notify6.com^
||3961140.notify6.com^
||3961144.notify6.com^
||3961386.notify6.com^
||3961402.notify6.com^
||3961406.notify6.com^
||3968040.notify6.com^
||3973252.notify6.com^
||3975710.notify6.com^
||3979160.notify6.com^
||3981022.notify6.com^
||3982708.notify6.com^
||3984926.notify6.com^
||3989692.notify6.com^
||3990818.notify6.com^
||3995186.notify6.com^
||3997384.notify6.com^
||3997386.notify6.com^
||4.notify.bizonads-ssp.com^
||4003022.notify6.com^
||4003752.notify6.com^
||4004928.notify6.com^
||4018398.notify6.com^
||4021032.notify6.com^
||4022280.notify6.com^
||4022504.notify6.com^
||4022684.notify6.com^
||4028412.notify6.com^
||4028414.notify6.com^
||4031264.notify6.com^
||4031266.notify6.com^
||4035140.notify6.com^
||4035234.notify6.com^
||4035244.notify6.com^
||4037374.notify6.com^
||4037382.notify6.com^
||4037384.notify6.com^
||4037426.notify6.com^
||4037428.notify6.com^
||4046268.notify6.com^
||4046272.notify6.com^
||4048172.notify6.com^
||4050544.notify6.com^
||4052.notify.optimizesrv.com^
||4052828.notify6.com^
||4060008.notify6.com^
||4061366.notify6.com^
||4061378.notify6.com^
||4062416.notify6.com^
||4062424.notify6.com^
||4062428.notify6.com^
||4065194.notify6.com^
||4068856.notify6.com^
||4068860.notify6.com^
||4069896.notify6.com^
||4069900.notify6.com^
||4080560.notify6.com^
||4080606.notify6.com^
||4086498.notify6.com^
||4093684.notify6.com^
||4093690.notify6.com^
||4093704.notify6.com^
||4096386.notify6.com^
||4097564.notify6.com^
||4097566.notify6.com^
||4104214.notify6.com^
||4131834.notify6.com^
||4133026.notify6.com^
||4138684.notify6.com^
||4143324.notify6.com^
||4144426.notify6.com^
||4149128.notify6.com^
||4149216.notify6.com^
||4151384.notify6.com^
||4152268.notify6.com^
||4152316.notify6.com^
||4152328.notify6.com^
||4153216.notify6.com^
||4160048.notify6.com^
||4160112.notify6.com^
||4162032.notify6.com^
||4162254.notify6.com^
||4162256.notify6.com^
||4166040.notify6.com^
||4173044.notify6.com^
||4177784.notify6.com^
||4179930.notify6.com^
||4182036.notify6.com^
||4188246.notify6.com^
||4189332.notify6.com^
||4189336.notify6.com^
||4189910.notify6.com^
||4189916.notify6.com^
||4191292.notify6.com^
||4195388.notify6.com^
||4195738.notify6.com^
||4196012.notify6.com^
||4211854.notify6.com^
||4212642.notify6.com^
||4212982.notify6.com^
||4213112.notify6.com^
||4214522.notify6.com^
||4225290.notify6.com^
||4231372.notify6.com^
||4231374.notify6.com^
||4241052.notify6.com^
||4243868.notify6.com^
||4255510.notify6.com^
||4259086.notify6.com^
||4260738.notify6.com^
||4270600.notify6.com^
||4270606.notify6.com^
||4270618.notify6.com^
||4274618.notify6.com^
||4290976.notify6.com^
||4292982.notify6.com^
||4298194.notify6.com^
||4300970.notify6.com^
||4305016.notify6.com^
||4305094.notify6.com^
||4322316.notify6.com^
||4325144.notify6.com^
||4327052.notify6.com^
||4329288.notify6.com^
||4329292.notify6.com^
||4329294.notify6.com^
||4329296.notify6.com^
||4329300.notify6.com^
||4329302.notify6.com^
||4329306.notify6.com^
||4349528.notify6.com^
||4365744.notify6.com^
||4367658.notify6.com^
||4389756.notify6.com^
||4399198.notify6.com^
||4399896.notify6.com^
||4407878.notify6.com^
||4407892.notify6.com^
||4421184.notify6.com^
||4429788.notify6.com^
||4443548.notify6.com^
||4454624.notify6.com^
||4455804.notify6.com^
||4465254.notify6.com^
||4470554.notify6.com^
||4527824.notify6.com^
||4539496.notify6.com^
||4576708.notify6.com^
||4586.notify.optimizesrv.com^
||4587228.notify6.com^
||4598408.notify6.com^
||4598410.notify6.com^
||4598706.notify6.com^
||4615884.notify6.com^
||4621798.notify6.com^
||4623392.notify6.com^
||4623404.notify6.com^
||4636902.notify6.com^
||4648982.notify6.com^
||4656576.notify6.com^
||4680526.notify6.com^
||4682394.notify6.com^
||4735242.notify6.com^
||4743728.notify6.com^
||4794988.notify6.com^
||4795030.notify6.com^
||4795232.notify6.com^
||4795268.notify6.com^
||4795272.notify6.com^
||4795274.notify6.com^
||4795280.notify6.com^
||4795286.notify6.com^
||4795320.notify6.com^
||4795534.notify6.com^
||4795546.notify6.com^
||4795556.notify6.com^
||4795568.notify6.com^
||4795570.notify6.com^
||4798638.notify6.com^
||4799078.notify6.com^
||4801186.notify6.com^
||4809426.notify6.com^
||4809878.notify6.com^
||4811620.notify6.com^
||4815238.notify6.com^
||4815462.notify6.com^
||4819336.notify6.com^
||4832634.notify6.com^
||4832912.notify6.com^
||4833608.notify6.com^
||4836762.notify6.com^
||4841896.notify6.com^
||4842686.notify6.com^
||4844530.notify6.com^
||4847642.notify6.com^
||4863208.notify6.com^
||4872274.notify6.com^
||4872816.notify6.com^
||4881146.notify6.com^
||4882380.notify6.com^
||4882844.notify6.com^
||4888136.notify6.com^
||4896576.notify6.com^
||4897578.notify6.com^
||4902880.notify6.com^
||4917212.notify6.com^
||4919236.notify6.com^
||4960922.notify6.com^
||4983200.notify6.com^
||4983282.notify6.com^
||5085594.notify6.com^
||5111734.notify6.com^
||5114166.notify6.com^
||5132062.notify6.com^
||5153152.notify6.com^
||535.notify.optimizesrv.com^
||5602.notify.optimizesrv.com^
||577.notify.optimizesrv.com^
||583.notify.optimizesrv.com^
||589.notify.optimizesrv.com^
||603.notify.optimizesrv.com^
||6146.notify.optimizesrv.com^
||6154.notify.optimizesrv.com^
||639.notify.optimizesrv.com^
||649.notify.optimizesrv.com^
||663.notify.optimizesrv.com^
||665.notify.optimizesrv.com^
||7678.notify.optimizesrv.com^
||769.notify.optimizesrv.com^
||8.notify.bizonads-ssp.com^
||905.notify.optimizesrv.com^
||909.notify.optimizesrv.com^
||913.notify.optimizesrv.com^
||925.notify.optimizesrv.com^
||955.notify.optimizesrv.com^
||963.notify.optimizesrv.com^
||993.notify.optimizesrv.com^
||_sip._tcp.meet.3393147.notifysrv.com^
||_sips._tcp.3323174.notifysrv.com^
||admin.adnation.com^
||admin.datingclix.com^
||admin.etology.com^
||admin.exoclick.com^
||admin.gettopple.com^
||admin.shafttraffic.com^
||admin.trafficfactory.com^
||api.adnation.com^
||api.datingclix.com^
||api.getblaze.app^
||api.slice.exchange^
||api.tf4srv.com^
||click.advertrek.com^
||engine.gettopple.com^
||m.hue4a.com^
||m.optidigital.com^
||main.exdynsrv.com^
||main.exoclick.com^
||main.exosrv.com^
||main.realsrv.com^
||main0.exosrv.com^
||management-addisplaynetwork.exads.com^
||management-adwirk.exads.com^
||management-boost.exads.com^
||management-itsup.exads.com^
||management-slice.exads.com^
||management-topple.exads.com^
||management-venntro.exads.com^
||management-vsmedia.exads.com^
||management.adxnow.com^
||rtb.advertrek.com^
||rtb.exoclick.com^
||rtb.trafficfactory.com^
||s.adnflow.com^
||s.adsession.com^
||s.advantageclicks.net^
||s.advertrek.com^
||s.asvsm.com^
||s.bizonads-ssp.com^
||s.datingclix.com^
||s.eaalink.com^
||s.elink2b.com^
||s.elink2c.com^
||s.elink3x.com^
||s.elna1v.com^
||s.elna1w.com^
||s.elna1x.com^
||s.elnb21.com^
||s.elnb22.com^
||s.elnk4b.com^
||s.elnk4d.com^
||s.elnk90.com^
||s.elnk92.com^
||s.elnk93.com^
||s.elnkp2.com^
||s.elnkp4.com^
||s.elnl2a.com^
||s.elnl2b.com^
||s.elnn10.com^
||s.elnn12.com^
||s.elnn14.com^
||s.elnn20.com^
||s.elnn22.com^
||s.elnn24.com^
||s.elnn26.com^
||s.elnp11.com^
||s.elnr14.com^
||s.elnr15.com^
||s.elnr16.com^
||s.elns12.com^
||s.elns4a.com^
||s.elns4b.com^
||s.elns4c.com^
||s.elnz01.com^
||s.etology.com^
||s.eunow4u.com^
||s.exv6.com^
||s.linkw2e.com^
||s.linkw2g.com^
||s.ma3ion.com^
||s.magsrv.com^
||s.nowsrv.com^
||s.opoxv.com^
||s.opti-digital.com^
||s.optidigital.com^
||s.optnx.com^
||s.optzsrv.com^
||s.orbsrv.com^
||s.paradoxgroup.uk^
||s.pemsrv.com^
||s.redpathmedia.com^
||s.rocoads.net^
||s.slice.exchange^
||s.st1net.com^
||s.stuffserve.com^
||s.tf4srv.com^
||s.valuemedia-ltd.com^
||s.vlink6.com^
||s.vws4brkfst.com^
||s.wlink1.com^
||s.wlink2.com^
||s.zlink1.com^
||s.zlink2.com^
||s.zlink3.com^
||s.zlink4.com^
||s.zlink6.com^
||s.zlink8.com^
||s.zlink9.com^
||s.zlinkb.com^
||s.zlinkc.com^
||s.zlinkd.com^
||s.zlinkm.com^
||syndication-adblock.exoclick.com^
||syndication-json.exoclick.com^
||syndication.dynsrvtbg.com^
||syndication.dynsrvwer.com^
||syndication.elink12.com^
||syndication.elink4.com^
||syndication.elink66.com^
||syndication.epcmh.com^
||syndication.epcmk.com^
||syndication.exdynsrv.com^
||syndication.exoclick.com^
||syndication.exosrv.com^
||syndication.jsadapi.com^
||syndication.link2az.com^
||syndication.link2nx.com^
||syndication.link2zz.com^
||syndication.link3dx.com^
||syndication.link5c.com^
||syndication.linkfryn.com^
||syndication.linkwitt.com^
||syndication.optimizesrv.com^
||syndication.ouzads.com^
||syndication.realsrv.com^
||syndication.whibd.com^
||syndication.whibp.com^
||syndication0.exoclick.com^
||t.optzsrv.com^
||www.12.notify.bizonads-ssp.com^
||www.3177866.notifysrv.com^
||www.3191479.notifysrv.com^
||www.3207695.notify6.com^
||www.3227697.notify6.com^
||www.3231172.notify6.com^
||www.3243082.notifysrv.com^
||www.3254306.notifysrv.com^
||www.3270262.notifysrv.com^
||www.3466857.notify6.com^
||www.3466863.notify6.com^
||www.3815579.notify6.com^
||www.3881818.notify6.com^
||www.3972246.notify6.com^
||www.4065194.notify6.com^
||www.4069896.notify6.com^
||www.4152316.notify6.com^
||www.4389756.notify6.com^
||www.notify.bizonads-ssp.com^
||www.notify6.com^
||www.notifysrv.com^
||a.addisplaynetwork.com^
||a.adsession.com^
||a.advantageclicks.net^
||a.advertrek.com^
||a.asvsm.com^
||a.bizonads-ssp.com^
||a.etology.com^
||a.ma3ion.com^
||a.optimizesrv.com^
||a.paradoxgroup.uk^
||a.r8lnet.com^
||a.redpathmedia.com^
||a.rocoads.net^
||a.santabrowser.com^
||a.slice.exchange^
||a.stuffserve.com^
||a.tf4srv.com^
||a.vws4brkfst.com^
||delivery.gettopple.com^
!
! PopCash : popcashjs.b-cdn.net disguised advertising networks
!
! Company name: PopCash
||cdn.adevbom.com^
||cdn.adevppl.com^
||cdn.afwpc.com^
||cdn.agajx.com^
||cdn.alcatza.com^
||cdn.aliwjo.com^
||cdn.almacz.com^
||cdn.alota.xyz^
||cdn.asce.xyz^
||cdn.asdb.xyz^
||cdn.asdfix.com^
||cdn.asdnow.xyz^
||cdn.asecv.xyz^
||cdn.asopn.com^
||cdn.asrop.xyz^
||cdn.bahswl.com^
||cdn.barlo.xyz^
||cdn.bhlph.com^
||cdn.bnmkl.com^
||cdn.borhaj.com^
||cdn.buram.xyz^
||cdn.cabhwq.com^
||cdn.calcpol.com^
||cdn.cjlph.com^
||cdn.clbaf.com^
||cdn.crsope.com^
||cdn.cryjun.com^
||cdn.dawplm.com^
||cdn.decpo.xyz^
||cdn.delutza.com^
||cdn.drawx.xyz^
||cdn.eecd.xyz^
||cdn.eeco.xyz^
||cdn.elicaowl.com^
||cdn.fajukc.com^
||cdn.falkwo.com^
||cdn.faspox.com^
||cdn.fazanppq.com^
||cdn.fedsy.xyz^
||cdn.fedykr.com^
||cdn.fegivja.com^
||cdn.fexyop.com^
||cdn.fqkwn.com^
||cdn.ftwpcn.com^
||cdn.gecl.xyz^
||cdn.gelhp.com^
||cdn.genfpm.com^
||cdn.gitajwl.com^
||cdn.gocolow.com^
||cdn.gpcrn.com^
||cdn.hhjow.com^
||cdn.hjklq.com^
||cdn.holenhw.com^
||cdn.hqwa.xyz^
||cdn.htkcm.com^
||cdn.ianjumb.com^
||cdn.iople.com^
||cdn.isgost.com^
||cdn.jandaqwe.com^
||cdn.jbtul.com^
||cdn.jeckear.com^
||cdn.jhkfd.com^
||cdn.jhoncj.com^
||cdn.jitanvlw.com^
||cdn.jklpy.com^
||cdn.jwalf.com^
||cdn.karpatzi.com^
||cdn.keajs.com^
||cdn.kfjhd.com^
||cdn.luxope.com^
||cdn.mafyak.com^
||cdn.masbpi.com^
||cdn.miluwo.com^
||cdn.mnhjk.com^
||cdn.mnhjkl.com^
||cdn.monhax.com^
||cdn.mtinsqq.com^
||cdn.munilf.com^
||cdn.mwrgi.com^
||cdn.namol.xyz^
||cdn.nelhon.com^
||cdn.nlkli.com^
||cdn.nlop.xyz^
||cdn.nmkli.com^
||cdn.norymo.com^
||cdn.npcta.xyz^
||cdn.nuqwe.com^
||cdn.orjfun.com^
||cdn.ovqds.com^
||cdn.pctv.xyz^
||cdn.pfiuyt.com^
||cdn.piuyt.com^
||cdn.pllah.com^
||cdn.plmwsl.com^
||cdn.plrst.com^
||cdn.posawaj.com^
||cdn.ptomw.com^
||cdn.puyjjq.com^
||cdn.puysis.com^
||cdn.qgerr.com^
||cdn.quagfa.com^
||cdn.rapolok.com^
||cdn.rausfml.com^
||cdn.rawqel.com^
||cdn.rgrd.xyz^
||cdn.roemoss.com^
||cdn.rofant.com^
||cdn.rqwel.com^
||cdn.rtyufo.com^
||cdn.sblhp.com^
||cdn.shakre.com^
||cdn.spnut.com^
||cdn.srxy.xyz^
||cdn.sslph.com^
||cdn.syinga.com^
||cdn.tahwox.com^
||cdn.timsef.com^
||cdn.tsepyk.com^
||cdn.tzaho.com^
||cdn.ugopkl.com^
||cdn.uiopkl.com^
||cdn.ulesxbo.com^
||cdn.vcxzp.com^
||cdn.vehosw.com^
||cdn.verwh.com^
||cdn.viowrel.com^
||cdn.vonkol.com^
||cdn.wurqaz.com^
||cdn.wwfx.xyz^
||cdn.xbcpcn.com^
||cdn.xipteq.com^
||cdn.xwqea.com^
||cdn.ytihp.com^
||cdn.zikpwr.com^
||cdn.zivtux.com^
||cdn.zkcvb.com^
||cdn.zxclan.com^
||4ke5b4ila.codedge.de^
||7wrxo2xh.iriscreative.co^
||8inhjmd.usefathom.com^
||9kz9cttz76.antonsten.com^
||aardvark.helpingpets.org.uk^
||aardvark.mission-austria.at^
||aardvark.revolana.rs^
||aardvark.steadybit.com^
||aardvark.tonicaudio.com^
||aardvark.tracking.ovh^
||aardwolf.benbrignell.com^
||aardwolf.chrisblackwell.me^
||aardwolf.keygen.sh^
||aardwolf.meinsmartplan.de^
||aardwolf.relaycorp.tech^
||albatros.teamground.fr^
||albatross.mypromo.co^
||albatross.ohseesoftware.com^
||alpaca.hans-hornberger.com^
||alpaca.miidbaby.com^
||alpaca.thesocialmedwork.com^
||alpaca.wingmantracker.com^
||amphibian.foodfamily.app^
||amphibian.juergenhaller.at^
||amphibian.pinestc.com^
||amphibian.studionimbus.nl^
||amphibian.tboa.club^
||anaconda.venturearc.io^
||anaconda.webitizeicts.com^
||anaconda.zephyrus.gg^
||angelfish.dpya.com^
||angelfish.grayscale.design^
||angelfish.shorehamlife.com^
||angelfish.wpsocialrocket.com^
||anglerfish.luminfire.com^
||anglerfish.pfolios.net^
||ant.b13.com^
||ant.prefinery.com^
||ant.september.digital^
||anteater.audioadventuregame.com^
||anteater.benborgers.com^
||anteater.slyvon.com^
||anteater.stella-projects.de^
||anteater.ttbwsd.com^
||anteater.webitize.com^
||antelope.gabriellaroche.dev^
||antelope.itsluke.co.uk^
||antelope.johndbeatty.com^
||antelope.journeyofanurse.com^
||antelope.u3a.com.au^
||antlion.codivores.com^
||antlion.hendrikhaack.de^
||ape.mfj.se^
||ape.smartplanschema.se^
||aphid.enjoleur.com^
||aphid.nihilnegativum.com^
||aphid.polarcop.com^
||aphid.thyself.me^
||armadillo.axeneo7.qc.ca^
||armadillo.caj.ms^
||armadillo.oceandecadenortheastpacific.org^
||armadillo.stacking.club^
||armadillo.superpeak.dk^
||asp.ashesashes.org^
||asp.dimileeh.com^
||asp.podlist.de^
||asp.sepiasoft.eu^
||azlej8cdm.pragmaticwebsecurity.com^
||baboon.ideapotential.com^
||baboon.namegen.app^
||baboon.naxon.dev^
||baboon.vacanti.com^
||badger.pager.app^
||baldeagle.e-ma.re^
||bandicoot.mohit.dev^
||bandicoot.p0.design^
||bandicoot.sigerr.org^
||barnacle.big-in-japan.com^
||barnacle.nixfifty.com^
||barnacle.viewsource.io^
||barracuda.civicdatalibrary.org^
||barracuda.ottsysteme.rs^
||barracuda.saraos.tech^
||barracuda.verto.exchange^
||basilisk.kite.pub^
||basilisk.laosima.com^
||bass.alfrednerstu.com^
||bass.goulet.dev^
||bass.siterig.io^
||bat.heelix.be^
||bear.big.dk^
||bear.datingrelationshipsadvice.com^
||bear.jake.nyc^
||bear.modulr.design^
||beaver.bluebunnypaper.com^
||beaver.livechatlabs.com^
||bedbug.bragi.com^
||bee.andreawhitmer.com^
||bee.jbkmobiledj.com^
||bee.nfte.app^
||beetle.enlacepermanente.es^
||bird.brondby.com^
||bird.recruitkit.com.au^
||bird.webitizevoice.com^
||bison.joshhanley.com.au^
||bison.streamclocks.com^
||bison.stuffmatic.com^
||bison.weitweit.at^
||blackbird.docstation.co^
||blackbird.stickerclub.org^
||bluejay.edgesoftware.cloud^
||bluejay.postmediagroup.com^
||bluejay.schreinerei-virnich.de^
||bluejay.wearegray.com^
||boa.auaesthetics.com^
||boa.nolongerset.com^
||boa.prostamped.com^
||boar.hopehollow.com^
||boar.indieweb.org^
||boar.kostholdsveilederen.no^
||bobcat.pronounce.technology^
||bobcat.pushplay.nl^
||bobcat.snapshooter.io^
||booby.deanyeong.com^
||boom.laravel.io^
||bovid.docutize.de^
||bovid.neural.love^
||bowie-cdn.fathomdns.com^
||bug.aestheticpixels.io^
||bug.onlinedating.de^
||butterfly.coverworld.com.au^
||butterfly.dharsh.dev^
||butterfly.rfortherestofus.com^
||buzzard.donotresearch.net^
||buzzard.ficabo.com.au^
||camel.gastro-plan.app^
||camel.nonpopularopinion.com^
||camel.warvik.no^
||canid.20inchlabs.com^
||canid.innovatingchildrensservices.org^
||canid.mestamaster.fi^
||canidae.collectingsocialphoto.org^
||canidae.fidum.uk^
||capybara.civicsoftwarefoundation.org^
||capybara.randyhamiltonelectric.com^
||cardinal.businessfirstonline.co.uk^
||cardinal.ensembleblock.com^
||cardinal.genx.be^
||cardinal.iwgb.org.uk^
||cardinal.newman.is^
||cardinal.zenting.app^
||caribou.clintgwinter.com^
||caribou.color.io^
||caribou.mcgregorpublishing.com^
||caribou.reiterstolz.com^
||carp.acda.app^
||carp.amespacios.com^
||carp.pbncontent.com^
||carp.spotonevent.no^
||cat.acesandaros.org^
||cat.beunitedinchrist.com^
||cat.gfx.io^
||cat.laravel-news.com^
||cat.mattr.global^
||cat.serverless.quest^
||cat.sprucely.net^
||cat.thisminute.app^
||cat.tinylittlebusinesses.com^
||cat.weddingsabroad.com^
||caterpilla.ibon.live^
||catfish.lucalabs.com^
||catfish.sofatido.ch^
||catshark.janetalexandersson.com^
||catshark.spur.design^
||cattle.apisyouwonthate.com^
||cattle.driftbot.io^
||cattle.elitecanines.com.au^
||cattle.eprc.tools^
||cattle.herojob.de^
||cattle.kirkebaekke.dk^
||cattle.kumo.at^
||cattle.meets.beer^
||cattle.musikschule-bregenzerwald.at^
||cattle.spiral11.com^
||cattle.weiss-bregenz.at^
||centipede.davimug.com^
||centipede.roasted.dev^
||centipede.wildbit.com^
||centipede.yuv.al^
||cephalopod.nucleus.us^
||cephalopod.revelio.io^
||cephalopod.staff.design^
||cheetah.gaptry.com^
||cheetah.songrender.com^
||cheetah.stolenboats.info^
||cheetah.zeh.co.il^
||chickadee.laravel.tips^
||chickadee.mikebifulco.com^
||chickadee.och.dev^
||chickadee.serverlessfirst.com^
||chicken.alpla.info^
||chicken.clerklabs.com^
||chicken.couleur.io^
||chicken.redbrushart.com^
||chicken.tjsoler.dev^
||chicken.zwei.haus^
||chimpanzee.designerdailyreport.com^
||chimpanzee.ines-papert.com^
||chinchilla.68keys.io^
||chipmunk.sqltoapi.com^
||cicada.escapethecorporatecult.com^
||cicada.wordvested.org^
||clam.figmachina.com^
||clam.mglaman.dev^
||clownfish.onvard.de^
||clownfish.philipkiely.com^
||clownfish.wrestlingiq.com^
||cobra.michaelkoper.com^
||cockroach.head4work.com.au^
||cod.onemanandhisblog.com^
||cod.serverlesslaravelcourse.com^
||cod.tandartspraktijkjagtkade.nl^
||condor.oskarthoren.com^
||condor.stadttunnel-feldkirch.at^
||coral.bladestudy.net^
||coral.defygravity.co^
||cougar.augmentedmindapp.com^
||cougar.wzulfikar.com^
||coyote.12gem.me^
||coyote.gnx.cloud^
||coyote.hopr.swiss^
||coyote.nickgurney.com^
||coyote.txet.ch^
||crab.dunkeldbutchers.co.uk^
||crab.goalcanvas.com^
||crane.auctic.com^
||crane.maggsgroup.com^
||crane.thegardenroomguide.co.uk^
||crane.trescolori.cloud^
||crawdad.craiga.id.au^
||crawdad.dillonerhardt.com^
||crayfish.fansubbing.com^
||crayfish.portbanecottagelochtay.co.uk^
||crayfish.thecatherinewheel.co^
||crayfish.thingelstad.com^
||crocodile.rapid-sale.co.uk^
||crow.claudiakeil.de^
||crow.gim.technology^
||crow.manuel-metzger.com^
||crow.themarbleking.com^
||crow.voracious.dev^
||cuckoo.clientrock.app^
||cuckoo.cult.supply^
||cuckoo.jerandky.com^
||cuckoo.minaexplorer.com^
||cuckoo.peoplefirstjobs.com^
||damselfly.clk.click^
||damselfly.previously.today^
||damselfly.vegenook.com^
||deer.m1x.co^
||deer.ray.io^
||dingo.moehring.dev^
||dog.christinamoore.us^
||dog.franchisesocial.co.uk^
||dog.ghvenue.com^
||dog.justsketch.me^
||dog.orbit.love^
||dog.rejuvenateyouohio.com^
||dog.streameon.com^
||dolphin.brandname.tech^
||dolphin.mayansmithgobat.de^
||dolphin.sfelc.com^
||donkey.aerzteteam-luppe.de^
||donkey.annieswinecottagepowell.com^
||donkey.bahr.dev^
||donkey.elegantmusicgroup.com^
||donkey.guggenbichler.co.at^
||donkey.hackoregon.org^
||donkey.kontematik.com^
||donkey.the3rd.place^
||dormouse.consentkit.com^
||dove.hoku.nz^
||dragon.codemakes.art^
||dragon.codequeen.io^
||dragon.sh2.com^
||dragonfly.filmmakerfreedom.com^
||dragonfly.jala-one.com^
||eagle.roarfilm.com.au^
||earthworm.creatifmediagroup.com^
||earthworm.lidi.today^
||earthworm.makethemdebate.com^
||earthworm.mxdvl.com^
||earthworm.robbevanpetegem.be^
||earwig.architecturesofhiding.com^
||echidna.eyalgantz.me^
||echidna.hellotomorrow.agency^
||echidna.honeybadger.io^
||eel.aware7.de^
||eel.beekeeperstudio.io^
||eel.cuabuilders.com^
||eel.ieo.do^
||eel.tunspress.com^
||egret.brothers.studio^
||elephant.superdense.com^
||elk.andrewfomera.com^
||elk.itiden.se^
||elk.okcrowd.co^
||elk.ritterhilgerstuetz.de^
||elk.techphotoguy.com^
||emu.blitzpower.com^
||emu.cortexfutura.com^
||emu.motala.no^
||emu.pin13.net^
||eu.fathomdns.com^
||eu.usefathom.com^
||falcon.backgroundnoise.app^
||falcon.designed.org^
||falcon.executeprogram.com^
||falcon.rowanmanning.com^
||fancyrat.calebporzio.com^
||fancyrat.flatuicolors.com^
||fancyrat.keurslager-goeminne.be^
||fancyrat.spacestation.news^
||felidae.mmm.page^
||felidae.mysuperportal.com^
||felidae.theforeignarchitect.com^
||ferret.ecvan.io^
||ferret.helpspace.com^
||ferret.itsf.red^
||ferret.jesper.hk^
||ferret.linksoftwarellc.com^
||ferret.tailgraph.com^
||finch.eyal.rocks^
||finch.koronasporing.no^
||finch.market.xyz^
||fish.hyperfine.io^
||fish.muted.io^
||fish.trampoline.cx^
||fish.whitney.org^
||fjikgr.dennmart.com^
||flamingo.abihome.de^
||flamingo.apatonsrompus.com^
||flamingo.stacking-club.com^
||flea.artisan.school^
||flea.elbertsnaturalfoods.com^
||fly.foggybottomfarm.org^
||flyingfish.agilehedges.com^
||flyingfish.editorslab.de^
||flyingfish.whoisrepresented.org^
||fowl.saulhardman.com^
||fowl.teamyap.app^
||fox.domainr.com^
||fox.visionaudiovisual.com^
||gamefowl.emailforward.mx^
||gamefowl.karlsutt.com^
||gamefowl.nonprofit.foundation^
||gayal.guter-plan.at^
||gayal.maxmasnick.com^
||gayal.stockshouse.co^
||gazelle.editorclub.com^
||gazelle.laurenagray.com^
||gecko.anagodeck.com^
||gecko.rrrelax.app^
||gecko.withclarify.com^
||gerbil.buf.build^
||gerbil.clapsaddleart.com^
||gerbil.downtown-mafia.com^
||gerbil.lost.design^
||gerbil.recipe-ipsum.com^
||giraffe.talktalent.com^
||giraffe.viatorci.com^
||goat.aicontentdojo.com^
||goat.kunalslab.com^
||goat.purposevisionfuture.com^
||goat.studiobruikbaar.nl^
||goat.vrds.app^
||goldfish.boleary.dev^
||goldfish.clickand.de^
||goldfish.shingle.fi^
||goldfish.untitledspreadsheet.com^
||goose.accountsjs.com^
||goose.markerchase.com^
||goose.pooltogether.com^
||gopher.mina.ca^
||gorilla.celcyon.com^
||gorilla.hakai.org^
||gorilla.physio-soft.com^
||grouse.devopsnewsletters.com^
||grouse.i21.co^
||grouse.textile.io^
||grouse.ultimateballistics.com^
||grouse.yannev.es^
||guan.domainnamesanity.com^
||guan.elfenkueche.at^
||guan.lathamcommunications.com^
||guanaco.jden.me^
||guanaco.redpixelthemes.com^
||guanaco.shelter.stream^
||guineapig.espressive.com^
||guineapig.magnatkaffehus.no^
||guineapig.themenaffin.de^
||gull.mayansmithgobat.com^
||guppy.ausowned.com.au^
||guppy.ironmic.fm^
||guppy.under2.agency^
||haddock.affilimate.com^
||haddock.jeffreyknox.dev^
||haddock.simgenie.app^
||halibut.codehooks.io^
||halibut.phytype.com^
||hamster.consentkit.io^
||hamster.darstellendekuenste.de^
||hare.felix-schmid.de^
||hare.startupbootcamp.com.au^
||harrier.jasonsantamaria.com^
||harrier.progress.fyi^
||hawk.affio.co.uk^
||hawk.makroskop.eu^
||hawk.mjsarfatti.com^
||hedgehog.fightforthefuture.org^
||hedgehog.kiks.life^
||heron.joel.is^
||heron.morphiq.digital^
||heron.notability.com^
||heron.oneaudiobooks.app^
||heron.scarletnoir.co^
||herring.artemis.cloud^
||herring.panda.network^
||herring.superfast.dev^
||hookworm.campaignzee.com^
||hornet.energizer.co.za^
||hornet.jeffgable.com^
||hornet.newburycompanies.com^
||hornet.stechstudio.com^
||horse.adventurousmachines.com^
||horse.deadmanssnitch.com^
||horse.erms.app^
||horse.hookrelay.dev^
||horse.mynorthstarapp.com^
||horse.ohseemedia.com^
||horse.purely.lol^
||horse.rmrk.app^
||horse.uhaveto.click^
||horse.usemiso.com^
||horse.vesuvius-publishing.com^
||horse.zwei-bags.com^
||hoverfly.1pageimpact.com.au^
||hoverfly.cdengine.co.uk^
||hoverfly.dailyblocks.tv^
||hoverfly.papercrowns.com^
||hoverfly.winchdesign.cn^
||hyena.baseline.is^
||hyena.kitafund.com^
||hyena.m1guelpf.blog^
||hyena.wearegray.co^
||i5ixiwch2f.themakersmob.com^
||iguana.cypressridge-pca.org^
||iguana.delbaoliveira.com^
||iguana.indigospot.com^
||iguana.vivere.co^
||ijogkae.churchserviceplanner.co.uk^
||impala.vnv.nl^
||ipgeaif.blairmacintyre.me^
||jackal.jakerunzer.com^
||jackal.thetie.io^
||jay.brauerei-egg.at^
||jay.plantainguy.com^
||jcpjfyikk.dogbonemarket.com^
||jellyfish.teresaharlow.com^
||jellyfish.therapieplatz-finden.de^
||jncx1s.michaellindahl.com^
||kangaroo.kraenk.de^
||kangaroo.triplightfantastic.com^
||kaxlfq.testingwithtestcafe.com^
||kingfisher.gedaly.com^
||kingfisher.startupdemoday.live^
||kingfisher.wishloom.com^
||kite.cardneyestate.co.uk^
||kite.devin.website^
||kite.ibirthdayclub.com^
||kite.kochie.io^
||kite.launchcdn.com^
||kite.oakes.software^
||kite.ofenbau-voppichler.at^
||kiwi.coreyodonnell.tech^
||kiwi.emilkowal.ski^
||kiwi.mcan.sh^
||kiwi.railway.app^
||koala.getslopes.com^
||koala.moontells.com^
||koala.mynestbox.co.uk^
||koala.readyfive.io^
||koi.artsvp.co^
||koi.fftf.cat^
||koi.henrydennis.dev^
||koi.lkae.dev^
||koi.madebykind.com^
||koi.project-tampah.com^
||koi.valleywestlandscapes.com^
||koi.vyer.com^
||krill.far.site^
||krill.spoonrage.com^
||krill.swiss-uke.ch^
||ks42zt.spec.fm^
||ladybug.paulstovell.com^
||lamprey.carolcassar.com^
||lamprey.seagyndavis.com^
||landfowl.typegang.com^
||landsnail.bindle.io^
||landsnail.brownfield.dev^
||landsnail.garasjeport1.no^
||landsnail.motin.eu^
||lark.pollie.dev^
||leech.fuchsegg.at^
||leech.privacycloud.com^
||leech.stargate-project.de^
||lemming.nicolasmenard.com^
||lemming.vivian.do^
||lemur.prinsdalpizza.no^
||leopard.davidlindahlphoto.com^
||leopard.laszlo.cloud^
||leopard.ui-snippets.dev^
||leopard.understandit.se^
||leopon.luckycasts.com^
||leopon.originalmineral.com^
||limpet.eddiehinkle.com^
||limpet.pioneerlandscapingllc.com^
||limpet.yago.dev^
||lion.lastfrontiermagazine.com^
||lizard.juststeveking.uk^
||lizard.priorart.dev^
||llama.eniston.io^
||llama.growthinkers.nl^
||llama.lobbly.com^
||llama.mallardbay.com^
||llama.vivriticapital.com^
||lobster.justunderwear.com^
||lobster.tonebleed.com^
||locust.ausrebellion.earth^
||locust.michiel-gerritsen.com^
||loon.davidalindahl.com^
||loon.energizer.asia^
||loon.jrmyfranck.com^
||louse.16bit.it^
||louse.demaree.space^
||louse.seanconnolly.dev^
||louse.sigle.io^
||lungfish.datadividendproject.com^
||lynx.inovo.io^
||lynx.lumy.network^
||lynx.microl.ink^
||lynx.pascivite.com^
||lynx.sbstjn.com^
||lynx.simpleparish.com^
||macaw.ianmitchell.dev^
||mackerel.passiveincome.io^
||magpie.onething.org^
||magpie.phil.dev^
||mammal.autoidle.com^
||mammal.robholmes.app^
||manatee.biodom.bio^
||manatee.creativepassport.net^
||mandrill.castingcollective.net^
||mandrill.phiilu.com^
||mandrill.yellowfruit.co^
||mantaray.bullshitgoggles.com^
||marlin.firstline.org^
||marmoset.easycolour.app^
||marmot.hippiemodernism.com^
||marmot.jfontana.fr^
||marmot.theshootingcentre.com^
||marsupial.dbcontractingltd.ca^
||marsupial.kymellis.co^
||marten.countertype.com^
||marten.joqr.co.jp^
||marten.supernero.app^
||mastodon.internalnewsletters.co^
||mastodon.thrustcarbon.com^
||meadowlark.bump.sh^
||meadowlark.hownow.guide^
||meadowlark.psynapse.no^
||meerkat.bigcrazylife.com^
||meerkat.inprivy.io^
||mink.faq-bregenzerwald.com^
||minnow.clintwinter.me^
||minnow.mimosaagency.com^
||minnow.phasemedical.com^
||minnow.tapas-software.net^
||mite.cotinga.io^
||mite.downtotheearth.co.uk^
||mite.tetrameros.com^
||mockingbir.sgfunited.com^
||mole.bteam.co^
||mole.bubblefoundation.org.uk^
||mole.dansksejlunion.dk^
||mole.energizer.eu^
||mole.getfamealy.com^
||mole.gostartupco.com^
||mole.rtbhouse.com^
||mole.vcntlee.com^
||mollusk.working.actor^
||mongoose.jasonlbeggs.com^
||mongoose.scrumgenius.com^
||mongoose.thechocolatelife.com^
||monkey.colinjohnston.com^
||monkey.compulsivo.co^
||moose.cloverlearning.com^
||mosquito.iamamandaperez.com^
||mosquito.nooraldiyar.com^
||mosquito.zero.io^
||moth.artsmia.org^
||moth.jkundp.at^
||moth.treeferral.com^
||moth.underscoretw.com^
||mouse.anthony-noel.com^
||mouse.botreach.co^
||mule.caddyserver.com^
||mule.pricelessai.com^
||mule.reel.so^
||muskox.appital.io^
||narwhal.bounty.studio^
||newt.javier.dev^
||newt.jordin.eu^
||nf1nknlw.mateforevents.com^
||nkydma.newbuild.studio^
||ocelot.anthroquiches.fr^
||ocelot.goinpaces.com^
||ocelot.pixlwebs.nl^
||ocelot.sonicumonitoring.com^
||octopus.evobend.com^
||octopus.hans-hornberger.de^
||octopus.katrinebrandborg.dk^
||opossum.eyalgantz.com^
||opossum.roleup.com^
||opossum.stephanieharari.com^
||orangutan.equaliteam.com^
||orangutan.renovare.org^
||orca.getnodo.com^
||orca.ic3.network^
||orca.overbold.co^
||ostrich.getschools.org^
||ostrich.hegic-tokenizer.co^
||ostrich.pergaudiaadastra.de^
||ostrich.scd-rv.com.au^
||otter.butika.fr^
||otter.emdegmbh.com^
||otter.jetting.no^
||otter.preferredequineonline.com^
||owl.gregwolanski.com^
||owl.heidipay.com^
||owl.sentrydiscord.dev^
||ox.first-law.com^
||ox.ines-papert.de^
||pa5xjc.m1guelpf.me^
||panda.moritz-petersen.de^
||panda.mvhphotoproject.org^
||panda.teraskolmio.fi^
||panda.unpublished.app^
||panther.atgonlinecoaching.com^
||panther.codyhatfield.me^
||panther.essentialwellnessyoga.com.au^
||panther.hoprnet.org^
||panther.thestocks.im^
||panther.tigil.rs^
||parakeet.quotetweet.com^
||parrot.lovably.com^
||parrot.ohdear.app^
||parrotfish.thenping.me^
||parrotfish.wilderworld.com^
||parrotfish.wus.immo^
||peacock.psych.help^
||peafowl.projectstrackt.dev^
||penguin.craftpeak.io^
||penguin.mobiadroit.com^
||penguin.revolana.com^
||penguin.sunny.app^
||perch.luckydiff.com^
||perch.matiasvad.com^
||perch.searchwp.com^
||perch.stefangasser.com^
||pheasant.sonistaging.com^
||pig.civicplatform.org^
||pig.curtisherbert.com^
||pig.nigano.com^
||pig.notion.chat^
||pigeon.surtitlesolutions.com^
||pigeon.thankyuu.com^
||pinniped.gardenofficeguide.co.uk^
||pinniped.quarantinecup.live^
||pinniped.spacecountdown.com^
||piranha.jsmobiledev.com^
||piranha.minnmyatsoe.com^
||planarian.614deals.com^
||planarian.dailylocation.com^
||planarian.dtesta.com^
||planarian.fatsackfails.com^
||planarian.reverberate.org^
||platypus.cmp.is^
||platypus.colly.com^
||platypus.tompec.com^
||platypus.zwei-bags.ch^
||polarbear.codeday.org^
||porcupine.dvresolve.com^
||porpoise.azettl.net^
||porpoise.fruittreecottage.com.au^
||porpoise.groupcalendar.app^
||porpoise.jackwhiting.co.uk^
||porpoise.kristinholl.com^
||porpoise.numberzs.com^
||prairiedog.hashnode.com^
||prawn.fffuel.co^
||prawn.lionsmouth.digital^
||prawn.samgarson.com^
||primate.oleggera.com^
||primate.productcolors.com^
||ptarmigan.bridal-hair-and-accessories-now.com^
||ptarmigan.codebycorey.com^
||ptarmigan.goudieworks.co^
||ptarmigan.natalieba.net^
||ptarmigan.q-free.com^
||puffin.geocode.earth^
||puffin.jem.dev^
||puffin.nex4.net^
||puma.islingtonmecc.org.uk^
||python.casuallyprivate.com^
||python.jukejuke.app^
||quail.trueglowbylaura.com^
||quelea.igotcha.de^
||quokka.bulkbuyhosting.com^
||quokka.curbnumberpro.com^
||quokka.howrightnow.org^
||quokka.joshuawood.net^
||quokka.oeshome.org^
||rabbit.radicalxchange.org^
||rabbit.thebestproductlist.com^
||rabbit.upwardhomes.net^
||raccoon.jaronheard.com^
||rat.gimlet.io^
||raven.konquadrat.de^
||raven.vethelpdirect.com^
||reindeer.dunkeldholidayhome.co.uk^
||reindeer.iainbroome.com^
||reindeer.pablomaceda.com^
||reptile.o-lit.fr^
||reptile.sat.trading^
||reptile.wyattblogs.com^
||rhinoceros.codeagain.com^
||rhinoceros.krieger.io^
||rhinoceros.wus.life^
||roadrunner.ausmv.com.au^
||rodent.kevindendievel.com^
||rodent.livelinor.dk^
||rook.behmann.at^
||rook.clarify.io^
||rook.flowlens.com^
||rook.grithix.com^
||rooster.cashforcolumbushouses.com^
||rooster.ohqcloud.com^
||sailfish.hoap.com^
||sailfish.kentcdodds.com^
||sailfish.lifelines-film.com^
||sailfish.mastercw.com^
||sailfish.the-psychedelicatessen.com^
||sailfish.youracademycommunity.com^
||salamander.augmentedmind.io^
||salamander.showandtelldata.com^
||salamander.yourownpay.com^
||salmon.literallife.church^
||salmon.thespiritualpsychologist.co.uk^
||sawfish.abracebrasil.org^
||sawfish.hxd-lab.de^
||sawfish.loqbooq.app^
||scallop.esolia.pro^
||scallop.productionrails.com^
||scallop.vav.link^
||scorpion.clare.ink^
||sdegwynml.bmaci.me^
||seahorse.brightwayhealth.org^
||seahorse.dexterityvisuals.com^
||shark.codeswitch.be^
||shark.getplayback.com^
||shark.rockyourlife.de^
||sheep.littleboat.digital^
||sheep.pixair-survey.com^
||sheep.vaxstandby.com^
||silkworm.bobsmechanicalrepairs.co.uk^
||silkworm.boxmood.be^
||silkworm.energizergrouplegal.com^
||silkworm.hoprnet.io^
||silkworm.preventingsuicideinsussex.org^
||silkworm.waspexpert.com^
||silkworm.westwoodmbc.org^
||silverfish.dailybuilds.com^
||silverfish.djordjevanjek.com^
||skink.asorman.io^
||skink.thoumi.ch^
||skunk.gameworkersolidarity.com^
||smelt.allenpike.com^
||smelt.gautrowski.com^
||snipe.mfaber.at^
||snipe.mizzuu.co^
||snipe.nipht.io^
||sole.bkosmetik.com^
||sole.pretto.fr^
||sole.riverwalkdental.com.au^
||sparrow.carol.gg^
||sparrow.uitvaartzorg-vanraemdonck.be^
||sparrow.workingincontent.com^
||spermwhale.floofarazzi.com^
||spermwhale.rowansimpson.com^
||spermwhale.thankbox.co^
||spider.capricciocolumbus.org^
||spider.kearneyjaycees.com^
||spider.scottw.com^
||spider.storiesofchang.com^
||spoonbill.deknot.io^
||spoonbill.shawnprice.com^
||squid.adart.cc^
||squid.antevo.com.au^
||squirrel.cobaltconnect.com^
||squirrel.laravel-mix.com^
||starfish.taskflow.io^
||starman-new.fathomdns.com^
||starman.fathomdns.com^
||starman.usefathom.com^
||stingray.codecoolture.com^
||stingray.communityally.org^
||stingray.cryptovoxels.com^
||stingray.danielzoller.com^
||stingray.reform.app^
||stingray.tagedraussen-film.at^
||stoat.death-to-ie11.com^
||stork.ibite.company^
||stork.notlessbutbetter.com^
||swallow.axiom.co^
||swallow.pelias.io^
||swan.visualma.com^
||swift.avenue.so^
||swift.ciudadanob.com^
||swift.jos.ht^
||swift.mi-boda.com^
||swift.radio12.org^
||swift.unovy.net^
||swordfish.elvietanny.com^
||swordfish.floofs.com^
||swordfish.holzschuhe.at^
||swordfish.hotcross.com^
||swordfish.joebuhlig.com^
||swordfish.lorem.industries^
||swordfish.mattpreston.io^
||swordtail.hnh.digital^
||swordtail.rockface.io^
||swordtail.thocstock.com^
||t0ikowg7jg.serverlesslaravelcourse.com^
||tahr.componentsui.com^
||tahr.happydev.fm^
||tahr.rasen.dev^
||takin.bottlebeagle.com^
||takin.cors.digital^
||takin.dripmacetas.com^
||takin.revolana.fr^
||tapir.lindahlstudios.com^
||tarantula.emotionalbaking.com^
||tarantula.searchbox.tech^
||tarantula.tuxedo.media^
||tarsier.eyal.codes^
||tarsier.kriterie.se^
||termite.queerburners.org^
||tern.daffy.org^
||tern.xebel.co^
||tick.pcrpriser.se^
||tick.sculch.app^
||tigershark.garethtdavies.com^
||tigershark.moonpot.com^
||tigershark.paavanmagic.com^
||tigershark.samwaymire.com^
||tigershark.vandevliet.me^
||tiglon.beyondco.de^
||tiglon.davidroessli.com^
||toad.ettiennevorster.co.za^
||toucan.ateliermilky.com^
||toucan.the-faithful.com^
||treefrog.kaffeknappen.no^
||treefrog.socialmarketinggateway.co.uk^
||treefrog.tschmeisser.com^
||trout.batzo.net^
||trout.openfpl.com^
||trout.travelmassive.com^
||trout.unicornplatform.com^
||tuna.ajaymantri.com^
||tuna.peterfarms.com^
||turkey.codeness.io^
||turkey.docsy.cloud^
||turkey.tella.tv^
||turtle.geshem.space^
||turtle.hackstock.net^
||turtle.mushtache.com^
||turtle.mydataroom.io^
||turtle.olivier.cx^
||uktgg.dev-tester.com^
||vampirebat.datingmedellin.com^
||vampirebat.febolos.es^
||vampirebat.git-tower.com^
||vampirebat.sharpend.io^
||vampirebat.tinamrak.com^
||vicuna.callisoma.com^
||vicuna.casa-moebel.at^
||vicuna.equity.no^
||vicuna.fortbinary.com^
||vicuna.joblicant.de^
||vicuna.mybestproducts.net^
||viper.kyrelldixon.com^
||viper.sitesauce.app^
||vole.contemporaryartlibrary.org^
||vole.nettskaperne.no^
||vole.noteapps.info^
||vole.sonicrida.com^
||vole.tsttechnology.com^
||vulture.downzeroky.com^
||vulture.lagosdesaliencia.com^
||wallaby.cron.help^
||wallaby.legendkeeper.com^
||wallaby.short1.link^
||walrus.blindemployment.solutions^
||walrus.fetzcolor.at^
||walrus.oscaroarevalo.com^
||warbler.resumebuilder.dev^
||wasp.dyrynda.dev^
||wasp.mattjennings.io^
||waterboa.midu.dev^
||waterboa.nighttrain.co^
||whale.gdebrauwer.dev^
||whippet.ianglover.com^
||whippet.miniforetak.no^
||whitefish.antonopoulos-stores.gr^
||whitefish.autharmor.com^
||whitefish.kenku.fm^
||wildcat.fspy.io^
||wildcat.vivritiamc.com^
||wildebeest.gmk.today^
||wildebeest.quarva.dev^
||wildebeest.soft-spoken.dev^
||wildebeest.theheritagelodge.com^
||wildebeest.trigo.dev^
||wildfowl.minter.io^
||wolf.idthompson.com^
||wolf.minecraftserverhosts.com^
||wolf.samarasousa.com^
||wolverine.barac.at^
||wolverine.jhdierenklinieken.nl^
||wombat.buildrtech.com^
||woodpecker.binario11.de^
||woodpecker.ember.ly^
||woodpecker.mikehalliday.com^
||woodpecker.seabits.com^
||www.stork.notlessbutbetter.com^
||yak.auclantis.com^
||yak.flutterblog.net^
||yak.gregsullivan.com^
||yak.withlindy.com^
||ads.djc.com^
||assets-v2.boisedev.com^
||assets-v2.invaluable.com^
||assets-v2.northsidesun.com^
||avemariaas.vmrcommunications.com^
||carlsonmedia.streetinteractive.com^
||floorforce.streetinteractive.com^
||gemtun.ctnewsjunkie.com^
||images.decaturish.com^
||kitt.tucsonsentinel.com^
||partner.streetinteractive.com^
||partners.hourmediagroup.com^
||partners.nationalmortgageprofessional.com^
||partners.seetheworld.com^
||pnq.babcoxmediainc.com^
||saucon-sponsors.streetinteractive.com^
||sponsor-v2.lebtown.com^
||sponsor.styleblueprint.com^
||sponsors-v2.auctionzip.com^
||sponsors-v2.automate.org^
||sponsors-v2.floorforce.com^
||sponsors-v2.locablepublishernetwork.com^
||sponsors-v2.urbanistnetwork.com^
||sponsors.asisonline.org^
||sponsors.bicmagazine.com^
||sponsors.floorforce.com^
||sponsors.macaronikid.com^
||sponsors.njmonthly.com^
||sponsors.oaklandcountymoms.com^
||sponsors.salesforceben.com^
||sponsors.stateofdigitalpublishing.com^
||sponsors.teethtalkgirl.com^
||sponsors.vvng.com^
||support-v2.sweetwaternow.com^
||adserve.bongocdn.com^
||assets.diagomics.com^
||bcdn.cpmstar.com^
||cdn-b.notsy.io^
||cdn.admatic.com.tr^
||cdn.adsninja.ca^
||cdn.affiliatable.io^
||cdn.dircont3.com^
||cdn.responsiq.com^
||cdn.studiosis.in^
||cdn.unibotscdn.com^
||ucdn.adgebra.co^
||cdn.shrtfly.vip^
||consent.cookiefirst.com^
||contact-gloss-production.accelerator.net^
||dntcl.qualaroo.com^
||img.7xixi.site^
||live-tag.creatopy.net^
||log.ads-m.net^
||sp.cleaningkeepers.com^
||sp.freshlooklens.pk^
||sp.lenspk.com^
||sp.theladyshop.pk^
||static.netfly.fun^
||static.nfly.cc^
||static.xlyyzx.sbs^
||thirty-good.lugg.com^
||video.adsninja.ca^
!
! Webair : ak-is2.net disguised advertising networks
!
! Company name: Webair
||5stars.yeesshh.com^
||adk.ezmob.com^
||adk.mybestclick.net^
||adk.nativeadsfeed.com^
||adkfilter.mybestclick.net^
||admin3.danarimedia.com^
||ads.idiscountmall.net^
||ads.mediastinct.com^
||adserver.additionalmedia.com^
||adserver.catapultx.com^
||advertisers.revenuehits.com^
||ak-tracker.com^
||akxml.nativeadsfeed.com^
||apple-val.looksmart.com^
||beta.ad-maven.com^
||beta.adkernel.com^
||beta.looksmartppc.com^
||c.cgmission.com^
||calls.uptownleads.com^
||click-dsp-east.nativeads.com^
||click-eu-v4.celxkpdir.com^
||click-eu-v4.expdirclk.com^
||click-eu-v4.globlemath.com^
||click-eu-v4.junmediadirect1.com^
||click-eu-v4.plarimocl.com^
||click-eu.directrankcl.com^
||click-eu.jadspro.live^
||click-eu.junmediadirect1.com^
||click-eu.pclk.name^
||click-eu.plarimocl.com^
||click-eu.plarimoplus.com^
||click-eu.precmd.com^
||click-rtb2-apac.afkwa.com^
||click-rtb2-apac.newchallenges-dsp.com^
||click-rtb2-apac.onenativeads.com^
||click-rtb2-apac.waardex.com^
||click-rtb2-apac.xaprio.net^
||click-rtb2-eu.afkwa.com^
||click-rtb2-eu.convergeselect.net^
||click-rtb2-eu.e-volution.ai^
||click-rtb2-eu.waardex.com^
||click-rtb2-eu.xaprio.net^
||click-rtb2-useast.adsync.global^
||click-rtb2-useast.afkwa.com^
||click-rtb2-useast.catapultx.com^
||click-rtb2-useast.demandzoo.com^
||click-rtb2-useast.e-volution.ai^
||click-rtb2-useast.newchallenges-dsp.com^
||click-rtb2-useast.xaprio.net^
||click-rtb2-uswest.afkwa.com^
||click-v4.celxkpdir.com^
||click-v4.exclkplat.com^
||click-v4.expdirclk.com^
||click-v4.expilaclkdir.com^
||click-v4.expmdiadi.com^
||click-v4.expoclknu.com^
||click-v4.expoclknw.com^
||click-v4.globlemath.com^
||click-v4.jadspro.live^
||click-v4.junexclkmid.com^
||click-v4.junmediadirect1.com^
||click-v4.mediacpc.com^
||click-v4.plarimocl.com^
||click-v4.plarimoexocli.com^
||click.aarthpro.com^
||click.celxkpdir.com^
||click.clkepd.com^
||click.datafilteringsite.com^
||click.directrankcl.com^
||click.eclk.club^
||click.expdirclk.com^
||click.expmdiadi.com^
||click.expoclknu.com^
||click.expoclknw.com^
||click.globlemath.com^
||click.jadspro.live^
||click.junmediadirect.com^
||click.junmediadirect1.com^
||click.mediacpc.com^
||click.pclk.name^
||click.plarimocl.com^
||click.plarimoexocli.com^
||click.plarimoplus.com^
||click.precmd.com^
||clicks.uptownleads.com^
||clickv6.junmediadirect.com^
||clk.marketjar.net^
||clk.pdn-eu.com^
||connect.adsolut.in^
||console.flairads.com^
||cpm.152media.cloud^
||cpm.adbite.com^
||cpm.adjux.com^
||cpm.adlive.io^
||cpm.adomega.tech^
||cpm.adpluto.com^
||cpm.adsolut.in^
||cpm.afkwa.com^
||cpm.andbeyond.media^
||cpm.appocean.media^
||cpm.aserve1.net^
||cpm.audience.media^
||cpm.audiencedevelopers.com^
||cpm.bidmyqps.xyz^
||cpm.catapultx.com^
||cpm.chaoticinteractions.com^
||cpm.convergeselect.net^
||cpm.cpmme.com^
||cpm.denakop.com^
||cpm.didna.io^
||cpm.digitalpiee.com^
||cpm.entravision.com^
||cpm.ergadx.com^
||cpm.ezmob.com^
||cpm.felixads.com^
||cpm.fmlabsonline.com^
||cpm.foremedia.net^
||cpm.fw.tv^
||cpm.geoadserver.com^
||cpm.jambojar.com^
||cpm.mediahubserver.com^
||cpm.mobipromote.com^
||cpm.pixelpluses.com^
||cpm.pubgenius.io^
||cpm.pulsefintech.net^
||cpm.pwr-ads.com^
||cpm.qksrv.cc^
||cpm.qortex.ai^
||cpm.reachableads.com^
||cpm.revlift.io^
||cpm.rtbanalytica.com^
||cpm.rtbplatform.net^
||cpm.rtbwire.com^
||cpm.saturndynamic.pt^
||cpm.showcasead.com^
||cpm.superads.cn^
||cpm.theardent.group^
||cpm.thecdn.site^
||cpm.tris.com^
||cpm.uixml.bidcampaign.com^
||cpm.unibots.in^
||cpm.userwave.com^
||cpm.vespymedia.com^
||cpm.videowalldirect.com^
||cpm.vuukle.net^
||cpm.waardex.com^
||cpm.webtradingspot.com^
||cpm.xrtb.io^
||cpv.popxml.com^
||dash.ezmob.com^
||data.bvsrv.com^
||dbs-val.looksmart.com^
||display.additionalmedia.com^
||display.nativeads.com^
||display.online-adnetwork.com^
||display.rtb-serve.com^
||dsp-east.nativeads.com^
||dsp-eu.nativeads.com^
||dsp-west.nativeads.com^
||dsp.adcountymedia.com^
||dsp.adhunter.media^
||dsp.anytheengmedia.com^
||dsp.bcm.ltd^
||dsp.catapultx.com^
||dsp.e-volution.ai^
||dsp.foremedia.net^
||dsp.nativeads.com^
||dsp.pushub.net^
||dsp.rtbplatform.net^
||dsp.xapads.com^
||dsp.yeesshh.com^
||eu.datacygnal.io^
||exchange.adkernel.com^
||exchange.nativeads.com^
||exchange.nativeadshb.com^
||feed.clickmenia.com^
||filter-eu.adoperatorx.com^
||filter-eu.adright.co^
||filter-eu.adsupplyexchange.com^
||filter-eu.adtube.media^
||filter-eu.adzestocp.com^
||filter-eu.bidforclicks.com^
||filter-eu.bidmyadz.com^
||filter-eu.chameleostudios.com^
||filter-eu.convertap.com^
||filter-eu.coupontic.com^
||filter-eu.expialidosius.com^
||filter-eu.flairadscpc.com^
||filter-eu.fstsrv4.com^
||filter-eu.globlemath.com^
||filter-eu.hueadsxml.com^
||filter-eu.infinity-info.com^
||filter-eu.mediadstream.com^
||filter-eu.mobipromote.com^
||filter-eu.outpush.net^
||filter-eu.plarimoplus.com^
||filter-eu.qksrv.cc^
||filter-eu.qksrv1.com^
||filter-eu.realtime-bid.com^
||filter-eu.rocoads.com^
||filter-eu.saturndynamic.pt^
||filter-eu.topdealad.com^
||filter-eu.topsolutionsmedia.com^
||filter-eu.trafficmoose.com^
||filter.80xmedia.com^
||filter.acertb.com^
||filter.adcannyxml.com^
||filter.adcy.net^
||filter.adflores.com^
||filter.adflydsp.com^
||filter.adflyer.media^
||filter.adhunter.media^
||filter.adjux.com^
||filter.adkrivmedia.com^
||filter.admeridianads.com^
||filter.admidainsight.com^
||filter.admozartppc.com^
||filter.admozartxml.com^
||filter.adokutcontextual.com^
||filter.adop.co^
||filter.adpalladium.com^
||filter.adright.co^
||filter.adright.com^
||filter.adsailor.com^
||filter.adsbuyclick.com^
||filter.adsupplyexchange.com^
||filter.adtube.media^
||filter.adventurefeeds.com^
||filter.advlistings.com^
||filter.adwooo.com^
||filter.adxfactory.com^
||filter.adxnexus.com^
||filter.adzestocp.com^
||filter.afront.io^
||filter.anuerprivatelimited.com^
||filter.anytheengmedia.com^
||filter.audiencedevelopers.com^
||filter.babanetwork.net^
||filter.bcnmonetize.com^
||filter.benrif-solutions.com^
||filter.bidforclicks.com^
||filter.bidiology.com^
||filter.bidmyads.com^
||filter.bidmyadz.com^
||filter.bidrev.net^
||filter.bifocalads.com^
||filter.bliss91.com^
||filter.blueparrot.media^
||filter.boffoadsfeeds.com^
||filter.cerineas.com^
||filter.chameleostudios.com^
||filter.clickcpcads.com^
||filter.clickmenia.com^
||filter.clickmeniaads.com^
||filter.clickmi.net^
||filter.clicktoring.com^
||filter.clixcrafts.com^
||filter.clixforads.com^
||filter.clixportal.com^
||filter.clixvista.com^
||filter.clixwells.com^
||filter.convertap.com^
||filter.coupontic.com^
||filter.ctrtraffic.com^
||filter.datadrives.ai^
||filter.digiteci.com^
||filter.dollopsdigital.com^
||filter.domains-traffic.com^
||filter.dtxplatform.net^
||filter.eclk.club^
||filter.eximdigital.com^
||filter.expialidosius.com^
||filter.explorads.com^
||filter.ezmob.com^
||filter.finevisit.com^
||filter.flairadscpc.com^
||filter.flurryad.com^
||filter.fstsrv4.com^
||filter.fstsrv6.com^
||filter.globlemath.com^
||filter.goclickz.net^
||filter.groovyadz.com^
||filter.hangfly.net^
||filter.hetcash.com^
||filter.highsea.fun^
||filter.hotmaracas.fun^
||filter.hueads.com^
||filter.hueadsxml.com^
||filter.icyads.com^
||filter.infinity-info.com^
||filter.inptr.com^
||filter.jadspro.live^
||filter.jotterads.com^
||filter.kinesis-doo.com^
||filter.kunvertads.com^
||filter.leoback.com^
||filter.leoyard.com^
||filter.looksmartppc.com^
||filter.mediacpc.com^
||filter.mediadstream.com^
||filter.mediastinct.com^
||filter.mediaxchange.co^
||filter.mobagent.com^
||filter.mobifly.net^
||filter.mobipromote.com^
||filter.mobuppsrtb.com^
||filter.mymedia.club^
||filter.nativeadsfeed.com^
||filter.nativexml.com^
||filter.octov8.com^
||filter.online-adnetwork.com^
||filter.pensarmedia.com^
||filter.plarimoplus.com^
||filter.popmonetizer.com^
||filter.popmonetizer.net^
||filter.poprtb.com^
||filter.poprtb.pro^
||filter.popunder.bid^
||filter.pressize.com^
||filter.push-sense.com^
||filter.pushit.work^
||filter.pwr-ads.com^
||filter.qksrv.cc^
||filter.qksrv1.com^
||filter.reachclicks.net^
||filter.realtime-bid.com^
||filter.reklama.network^
||filter.relevanceads.com^
||filter.resultsmedia.com^
||filter.revenuehits.com^
||filter.revrtb.com^
||filter.revrtb.net^
||filter.rocoads.com^
||filter.rtbfactory.com^
||filter.rtbzone.com^
||filter.safesearchguard.com^
||filter.saturndynamic.pt^
||filter.sedodna.com^
||filter.shieldcheckerservices.com^
||filter.showcasead.com^
||filter.showcasepop.com^
||filter.skinkexchange.com^
||filter.solarad.net^
||filter.thenetwork18.com^
||filter.thetrafficbid.com^
||filter.thetrafficboss.com^
||filter.thing02.com^
||filter.topdealad.com^
||filter.topsolutionsmedia.com^
||filter.trafficmoose.com^
||filter.ultrads.net^
||filter.uptowntraction.com^
||filter.webmedxml.com^
||filter.xmladsystem.com^
||filter.xmlfusion.com^
||filter.xmlking.com^
||filter.xmlppc.net^
||filter.zaimads.com^
||filter.zeusadx.com^
||filter1.adop.co^
||filter3.danarimedia.com^
||filteradkernel.adsimilate.com^
||go-v4.savethereef.xyz^
||go.c4ptainn3lson.xyz^
||go.c4ptainr0berts.xyz^
||go.captainofallseas.com^
||go.coralreefs.xyz^
||go.coralsands.xyz^
||go.redanemone.xyz^
||go.savethereef.xyz^
||goto.riseofthetide.xyz^
||greenlight-val.looksmart.com^
||infospace-val.looksmart.com^
||inventory-useast.rtbanalytica.com^
||ipverifier.additionalmedia.com^
||jfilter.popxml.com^
||jfilter.vespymedia.com^
||join.finevisit.com^
||leads.uptownleads.com^
||link.metaadserving.com^
||live-eu.healthvot.com^
||live-eu.newsvot.com^
||live-eu.pornamigo.com^
||live-eu.pushub.net^
||live-eu.vot.media^
||live.healthvot.com^
||live.newsvot.com^
||live.pornamigo.com^
||live.pornamigos.com^
||live.pushub.net^
||live.vot.media^
||login.152media.com^
||login.acertb.com^
||login.ad-maven.com^
||login.additionalmedia.com^
||login.adflores.com^
||login.adflyer.media^
||login.adjux.com^
||login.admanmedia.com^
||login.admozartppc.com^
||login.admozartxml.com^
||login.adopt.media^
||login.adpalladium.com^
||login.adright.com^
||login.ads9.com^
||login.adsbuyclick.com^
||login.adsimilate.com^
||login.adxnexus.com^
||login.amtechads.com^
||login.bidmyads.com^
||login.bidrev.com^
||login.blueparrot.media^
||login.clicktoring.com^
||login.clixcrafts.com^
||login.clixforads.com^
||login.clixwells.com^
||login.convertise.io^
||login.crowdegic.com^
||login.dtxplatform.net^
||login.explorads.com^
||login.exploradsteam.com^
||login.exploradstech.com^
||login.foremedia.net^
||login.hetcash.com^
||login.icyads.com^
||login.junnifytech.com^
||login.keenkale.com^
||login.leoback.com^
||login.mediacpc.com^
||login.newchallenges-rtb.com^
||login.pop.adacts.com^
||login.popmonetizer.com^
||login.pressize.com^
||login.pressizeteam.com^
||login.pushub.net^
||login.reachableads.com^
||login.relevanceads.com^
||login.revrtb.com^
||login.rtbdemand.com^
||login.saturndynamic.pt^
||login.showcasead.com^
||login.topclickpick.com^
||login.topdealad.com^
||login.trafficmoose.com^
||login.unibots.in^
||login.waardex.com^
||login.xmlfusion.com^
||login.xmlking.com^
||login.xmlppc.net^
||login.yeesshh.com^
||login.zeusadx.com^
||members.adoptim.com^
||mob.lowtid.fun^
||my.adright.co^
||my.yeesshh.com^
||mydsp.waardex.com^
||panel.ad-maven.com^
||panel.adop.co^
||panel.bcnmonetize.com^
||partner.80xmedia.com^
||ph-query-1.looksmart.com^
||platform.adright.com^
||platform.artilleryads.com^
||platform.showcasead.com^
||platform.trafficmoose.com^
||push.admidainsight.com^
||push.adright.co^
||push.adventurefeeds.com^
||push.bvsrv.com^
||push.cerineas.com^
||push.ezmob.com^
||push.icyads.com^
||push.mywebqsearch.com^
||push.newsvot.com^
||push.pushub.net^
||push.revrtb.com^
||push.rocoads.com^
||push.trafficmoose.com^
||push.userwave.com^
||push.webmedxml.com^
||pushpop.nativeads.com^
||redir-v4.widebluetrue.xyz^
||redir.bluesandals.xyz^
||redir.flowwiththetide.xyz^
||redir.hightid.xyz^
||redir.lowtid.xyz^
||redir.sunnyshore.xyz^
||redir.tropicalsands.club^
||redir.tropicalsummer.xyz^
||results.certifyads.com^
||results.checkshield.net^
||results.clickverifier.online^
||rtb-apac-v4.adpluto.com^
||rtb-apac-v4.afkwa.com^
||rtb-apac-v4.broadadx.com^
||rtb-apac-v4.didna.io^
||rtb-apac-v4.jambojar.com^
||rtb-apac-v4.pixelpluses.com^
||rtb-apac-v4.qortex.ai^
||rtb-apac-v4.vuukle.net^
||rtb-apac.adportmedia.com^
||rtb-apac.adsolut.in^
||rtb-apac.adxfactory.com^
||rtb-apac.adzgame.com^
||rtb-apac.andbeyond.media^
||rtb-apac.appocean.media^
||rtb-apac.bidmyqps.xyz^
||rtb-apac.broadadx.com^
||rtb-apac.catapultx.com^
||rtb-apac.creativedot.net^
||rtb-apac.displayio.cloud^
||rtb-apac.fmlabsonline.com^
||rtb-apac.houseofpubs.com^
||rtb-apac.kinesis-rtb.com^
||rtb-apac.mobuppsrtb.com^
||rtb-apac.motionspots.com^
||rtb-apac.openrtb.in^
||rtb-apac.rtbadzesto.com^
||rtb-apac.rtbdemand.com^
||rtb-apac.rtbplatform.net^
||rtb-apac.rtbserve.io^
||rtb-apac.wxadserve.xyz^
||rtb-apac.xrtb.io^
||rtb-as-uswest.pulsefintech.net^
||rtb-eu-v4.152media.cloud^
||rtb-eu-v4.adlive.io^
||rtb-eu-v4.adpluto.com^
||rtb-eu-v4.afkwa.com^
||rtb-eu-v4.aserve1.net^
||rtb-eu-v4.didna.io^
||rtb-eu-v4.ezmob.com^
||rtb-eu-v4.jambojar.com^
||rtb-eu-v4.pixelpluses.com^
||rtb-eu-v4.servvidisplay.com^
||rtb-eu-v4.voisetech.com^
||rtb-eu-v4.vuukle.net^
||rtb-eu.152media.com^
||rtb-eu.80xmedia.com^
||rtb-eu.adbite.com^
||rtb-eu.adcannyads.com^
||rtb-eu.adhunter.media^
||rtb-eu.adjux.com^
||rtb-eu.admeridianopenrtb.com^
||rtb-eu.adop.co^
||rtb-eu.adsolut.in^
||rtb-eu.adventurefeeds.com^
||rtb-eu.adxfactory.com^
||rtb-eu.adzgame.com^
||rtb-eu.andbeyond.media^
||rtb-eu.appocean.media^
||rtb-eu.bidmyqps.xyz^
||rtb-eu.blueparrot.media^
||rtb-eu.boffoadsapi.com^
||rtb-eu.catapultx.com^
||rtb-eu.convergeselect.net^
||rtb-eu.creativedot.net^
||rtb-eu.displayio.cloud^
||rtb-eu.eximdigital.com^
||rtb-eu.fmlabsonline.com^
||rtb-eu.foremedia.net^
||rtb-eu.houseofpubs.com^
||rtb-eu.hueadsortb.com^
||rtb-eu.infinity-info.com^
||rtb-eu.mobipromote.com^
||rtb-eu.mobuppsrtb.com^
||rtb-eu.motionspots.com^
||rtb-eu.nativeads.com^
||rtb-eu.openrtb.in^
||rtb-eu.pressize.com^
||rtb-eu.rankortbdirect.com^
||rtb-eu.revlift.io^
||rtb-eu.rtb.vokut.com^
||rtb-eu.rtbadzesto.com^
||rtb-eu.rtbdemand.com^
||rtb-eu.rtbplatform.net^
||rtb-eu.rtbserve.io^
||rtb-eu.saturndynamic.pt^
||rtb-eu.showcasead.com^
||rtb-eu.waardex.com^
||rtb-eu.webtradingspot.com^
||rtb-eu.wxadserve.xyz^
||rtb-eu.xrtb.io^
||rtb-useast-v4.152media.cloud^
||rtb-useast-v4.admozartexchange.com^
||rtb-useast-v4.afkwa.com^
||rtb-useast-v4.aserve1.net^
||rtb-useast-v4.cerineas.com^
||rtb-useast-v4.coupontic.com^
||rtb-useast-v4.cpmme.com^
||rtb-useast-v4.cranberryads.com^
||rtb-useast-v4.datadrives.ai^
||rtb-useast-v4.didna.io^
||rtb-useast-v4.ezmob.com^
||rtb-useast-v4.jambojar.com^
||rtb-useast-v4.mobipromote.com^
||rtb-useast-v4.nebulaads.com^
||rtb-useast-v4.pixelpluses.com^
||rtb-useast-v4.pronivydigital.com^
||rtb-useast-v4.qortex.ai^
||rtb-useast-v4.relevanceads.com^
||rtb-useast-v4.sahrel-server.com^
||rtb-useast-v4.tri.media^
||rtb-useast-v4.voisetech.com^
||rtb-useast-v4.vuukle.net^
||rtb-useast.152media.cloud^
||rtb-useast.152media.com^
||rtb-useast.80xmedia.com^
||rtb-useast.adapace.com^
||rtb-useast.adbite.com^
||rtb-useast.adcannyads.com^
||rtb-useast.adhunter.media^
||rtb-useast.adksrv.com^
||rtb-useast.admeridianopenrtb.com^
||rtb-useast.admidadsp.com^
||rtb-useast.adokutrtb.com^
||rtb-useast.adportmedia.com^
||rtb-useast.adsolut.in^
||rtb-useast.advlistings.com^
||rtb-useast.adxfactory.com^
||rtb-useast.adzealous.com^
||rtb-useast.adzgame.com^
||rtb-useast.andbeyond.media^
||rtb-useast.anyclip-media.com^
||rtb-useast.appocean.media^
||rtb-useast.arbigo.com^
||rtb-useast.audience.media^
||rtb-useast.bidmyadz.com^
||rtb-useast.bidmyqps.xyz^
||rtb-useast.blueparrot.media^
||rtb-useast.boffoadsapi.com^
||rtb-useast.catapultx.com^
||rtb-useast.cerineas.com^
||rtb-useast.convergeselect.net^
||rtb-useast.convertap.com^
||rtb-useast.creativedot.net^
||rtb-useast.crowdegic.com^
||rtb-useast.denakop.com^
||rtb-useast.digitalpiee.com^
||rtb-useast.displayio.cloud^
||rtb-useast.e-volution.ai^
||rtb-useast.ergadx.com^
||rtb-useast.felixads.com^
||rtb-useast.fmlabsonline.com^
||rtb-useast.foremedia.net^
||rtb-useast.houseofpubs.com^
||rtb-useast.hueadsortb.com^
||rtb-useast.iavatarz.com^
||rtb-useast.imprexis.biz^
||rtb-useast.infinity-info.com^
||rtb-useast.intellectscoop.com^
||rtb-useast.kinesis-rtb.com^
||rtb-useast.kubient.com^
||rtb-useast.mars.video^
||rtb-useast.mediahubserver.com^
||rtb-useast.milkywase.com^
||rtb-useast.mobcomedia.com^
||rtb-useast.mobipromote.com^
||rtb-useast.mobuppsrtb.com^
||rtb-useast.motionspots.com^
||rtb-useast.mybiddertop.xyz^
||rtb-useast.nativeadshb.com^
||rtb-useast.openrtb.in^
||rtb-useast.pareto21.com^
||rtb-useast.pressize.com^
||rtb-useast.pwr-ads.com^
||rtb-useast.rankortbdirect.com^
||rtb-useast.readywind.media^
||rtb-useast.relevanceads.com^
||rtb-useast.revlift.io^
||rtb-useast.rtbadzesto.com^
||rtb-useast.rtbfactory.com^
||rtb-useast.rtbflairads.com^
||rtb-useast.rtbplatform.net^
||rtb-useast.rtbserve.io^
||rtb-useast.saturndynamic.pt^
||rtb-useast.stringads.com^
||rtb-useast.superads.cn^
||rtb-useast.vyadd.com^
||rtb-useast.waardex.com^
||rtb-useast.westcom.tv^
||rtb-useast.wxadserve.xyz^
||rtb-useast.xrtb.io^
||rtb-useast.zaimads.com^
||rtb-uswest-v4.152media.cloud^
||rtb-uswest-v4.afkwa.com^
||rtb-uswest-v4.aserve1.net^
||rtb-uswest-v4.didna.io^
||rtb-uswest-v4.jambojar.com^
||rtb-uswest-v4.qortex.ai^
||rtb-uswest-v4.vuukle.net^
||rtb-uswest.152media.com^
||rtb-uswest.ad-maven.com^
||rtb-uswest.adjux.com^
||rtb-uswest.adokutrtb.com^
||rtb-uswest.adsolut.in^
||rtb-uswest.adventurefeeds.com^
||rtb-uswest.adxfactory.com^
||rtb-uswest.andbeyond.media^
||rtb-uswest.appocean.media^
||rtb-uswest.audience.media^
||rtb-uswest.bidmyqps.xyz^
||rtb-uswest.boffoadsapi.com^
||rtb-uswest.catapultx.com^
||rtb-uswest.clixforads.com^
||rtb-uswest.convergeselect.net^
||rtb-uswest.creativedot.net^
||rtb-uswest.denakop.com^
||rtb-uswest.displayio.cloud^
||rtb-uswest.explorads.com^
||rtb-uswest.foremedia.net^
||rtb-uswest.imprexis.biz^
||rtb-uswest.kremsondigital.com^
||rtb-uswest.mobipromote.com^
||rtb-uswest.mobuppsrtb.com^
||rtb-uswest.nativeadshb.com^
||rtb-uswest.openrtb.in^
||rtb-uswest.pressize.com^
||rtb-uswest.rtb.vokut.com^
||rtb-uswest.rtbadzesto.com^
||rtb-uswest.rtbdemand.com^
||rtb-uswest.rtbplatform.net^
||rtb-uswest.rtbserve.io^
||rtb-uswest.showcasead.com^
||rtb-uswest.xrtb.io^
||rtb.adcy.net^
||rtb.adjux.com^
||rtb.adventurefeeds.com^
||rtb.bliss91.com^
||rtb.clixportal.com^
||rtb.clixwells.com^
||rtb.explorads.com^
||rtb.nativeads.com^
||rtb.rtbdemand.com^
||rtb.vokut.com^
||rtb2-apac.adpluto.com^
||rtb2-apac.afkwa.com^
||rtb2-apac.catapultx.com^
||rtb2-apac.convergeselect.net^
||rtb2-apac.demandzoo.com^
||rtb2-apac.e-volution.ai^
||rtb2-apac.jambojar.com^
||rtb2-apac.newchallenges-dsp.com^
||rtb2-apac.onenativeads.com^
||rtb2-apac.xaprio.net^
||rtb2-eu.adpluto.com^
||rtb2-eu.afkwa.com^
||rtb2-eu.convergeselect.net^
||rtb2-eu.demandzoo.com^
||rtb2-eu.e-volution.ai^
||rtb2-eu.jambojar.com^
||rtb2-eu.newchallenges-dsp.com^
||rtb2-eu.thecdn.site^
||rtb2-eu.waardex.com^
||rtb2-eu.xaprio.net^
||rtb2-useast.a8dsp.com^
||rtb2-useast.adhunter.media^
||rtb2-useast.adpix.online^
||rtb2-useast.adsync.global^
||rtb2-useast.afkwa.com^
||rtb2-useast.assemblyexchange.com^
||rtb2-useast.catapultx.com^
||rtb2-useast.convergeselect.net^
||rtb2-useast.demandzoo.com^
||rtb2-useast.e-volution.ai^
||rtb2-useast.gammae.com^
||rtb2-useast.geopop.io^
||rtb2-useast.jambojar.com^
||rtb2-useast.newchallenges-dsp.com^
||rtb2-useast.reachableads.com^
||rtb2-useast.torchad.com^
||rtb2-useast.waardex.com^
||rtb2-useast.xaprio.net^
||rtb2-uswest.a8dsp.com^
||rtb2-uswest.afkwa.com^
||rtb2-uswest.catapultx.com^
||rtb2-uswest.convergeselect.net^
||rtb2-uswest.demandzoo.com^
||rtb2-uswest.e-volution.ai^
||rtb2-uswest.jambojar.com^
||rtb2-uswest.qortex.ai^
||rtb2-uswest.webithr.com^
||rtb2-uswest.xaprio.net^
||search.adokutcontextual.com^
||search.adxfactory.com^
||search.anytheengmedia.com^
||search.boffoads.com^
||search.flairads.com^
||search.flairadscpc.com^
||search.semp.net^
||search.vokut.com^
||selfservice.adoptim.com^
||serv.bvsrv.com^
||serve.datacygnal.io^
||sm-rtb-useast.zmdvideo.com^
||static-rtb.adksrv.com^
||static-rtb2.adpluto.com^
||static-rtb2.afkwa.com^
||static-rtb2.catapultx.com^
||static-rtb2.convergeselect.net^
||static-rtb2.demandzoo.com^
||static-rtb2.e-volution.ai^
||static-rtb2.newchallenges-dsp.com^
||static-rtb2.qortex.ai^
||static-rtb2.reachableads.com^
||static-rtb2.xaprio.net^
||static.adbite.com^
||static.admeridianads.com^
||static.admidainsight.com^
||static.admozartxml.com^
||static.adoperatorx.com^
||static.adright.co^
||static.adright.com^
||static.adsolut.in^
||static.cerineas.com^
||static.creativethingsdoneright.top^
||static.datacygnal.io^
||static.directrankcl.com^
||static.displayio.cloud^
||static.explorads.com^
||static.ezmob.com^
||static.foremedia.net^
||static.fstsrv1.com^
||static.fstsrv2.com^
||static.fstsrv3.com^
||static.fstsrv4.com^
||static.fstsrv5.com^
||static.fstsrv6.com^
||static.fstsrv7.com^
||static.fstsrv8.com^
||static.fstsrv9.com^
||static.openrtb.in^
||static.pdn-1.com^
||static.pixelpluses.com^
||static.pressize.com^
||static.pushub.net^
||static.qksrv.cc^
||static.qksrv1.com^
||static.qualiclicks.com^
||static.reachableads.com^
||static.realtime-bid.com^
||static.revrtb.com^
||static.rtb-serve.com^
||static.rtbserve.io^
||static.rtbwire.com^
||static.servingserved.com^
||static.theardent.group^
||static.trafficmoose.com^
||static.userwave.com^
||static.webmedxml.com^
||static.xmlppc.net^
||static.xrtb.io^
||static.zaimads.com^
||sub-eu-v4.adzgame.com^
||sub-v4.adzgame.com^
||sub.adzgame.com^
||sv-pval.looksmart.com^
||sv-query.looksmart.com^
||sw.looksmart.com^
||sync.adkernel.com^
||tag.adkernel.com^
||tag.musiciansaudience.com^
||tq-eu.donkstar1.online^
||tq-eu.explorefast-2.com^
||tq-eu.iforcircles-1.online^
||tq-eu.minsonbar2.online^
||tq-eu.minutelight-1.online^
||tq-eu.nxthost-1.info^
||tq-eu.nxthost-2.info^
||tq-eu.optimalscreen1.online^
||tq-eu.optimalscreen2.online^
||tq-eu.resugovex-2.co^
||tq.adventurefeeds.com^
||tq.donkstar1.online^
||tq.explorefast-2.com^
||tq.iforcircles-1.online^
||tq.iforcircles-2.online^
||tq.ldnpointer.online^
||tq.martlochoco1.online^
||tq.minutelight-1.online^
||tq.nxthost-1.info^
||tq.nxthost-2.info^
||tq.optimalscreen1.online^
||tq.optimalscreen2.online^
||tq.pdn-eu.com^
||tq.resugovex-1.co^
||tq.resugovex-2.co^
||track.adoptim.com^
||traffic.adventurefeeds.com^
||uixml.bidcampaign.com^
||useast.datacygnal.io^
||uswest.datacygnal.io^
||uswest.rtb.nativeads.com^
||val.looksmart.com^
||vid-cpm.xapads.com^
||vid-rtb-eu.xapads.com^
||vid-rtb-india.xapads.com^
||vid-rtb-sg.xapads.com^
||vid-rtb-uswest.xapads.com^
||vid-rtb.xapads.com^
||vsv-val.looksmart.com^
||webferret-val.looksmart.com^
||webpush.adjux.com^
||webpush.adventurefeeds.com^
||webpush.pushub.net^
||webpush.reachyield.com^
||webpush.resultsmedia.com^
||win-dsp-east.nativeads.com^
||win-dsp-eu.nativeads.com^
||win-dsp-west.nativeads.com^
||win-rtb-eu.musiciansaudience.com^
||win-rtb-miami.musiciansaudience.com^
||win-rtb-uswest.musiciansaudience.com^
||win-rtb2-apac.afkwa.com^
||win-rtb2-apac.catapultx.com^
||win-rtb2-apac.e-volution.ai^
||win-rtb2-apac.newchallenges-dsp.com^
||win-rtb2-apac.qortex.ai^
||win-rtb2-apac.userwave.com^
||win-rtb2-apac.xaprio.net^
||win-rtb2-eu.afkwa.com^
||win-rtb2-eu.convergeselect.net^
||win-rtb2-eu.e-volution.ai^
||win-rtb2-eu.userwave.com^
||win-rtb2-eu.webtradingspot.com^
||win-rtb2-eu.xaprio.net^
||win-rtb2-useast.adsync.global^
||win-rtb2-useast.afkwa.com^
||win-rtb2-useast.assemblyexchange.com^
||win-rtb2-useast.e-volution.ai^
||win-rtb2-useast.userwave.com^
||win-rtb2-useast.waardex.com^
||win-rtb2-useast.webithr.com^
||win-rtb2-useast.xaprio.net^
||win-rtb2-uswest.afkwa.com^
||win-rtb2-uswest.convergeselect.net^
||win-rtb2-uswest.e-volution.ai^
||win-rtb2-uswest.userwave.com^
||win-rtb2-uswest.webtradingspot.com^
||win-rtb2-uswest.xaprio.net^
||www.adprudence.com^
||www.ads.mediastinct.com^
||www.bliss91.com^
||www.looksmartppc.com^
||www.metaadserving.com^
||www.nativexml.com^
||www.online-adnetwork.com^
||www.popxml.com^
||www.readywind.media^
||www.zng.com^
||xml-console.xapads.com^
||xml-default.xapads.com^
||xml-eu-v4.100conversions.com^
||xml-eu-v4.acertb.com^
||xml-eu-v4.adcannyxml.com^
||xml-eu-v4.adportonic.com^
||xml-eu-v4.adsbuyclick.com^
||xml-eu-v4.adsfloow.net^
||xml-eu-v4.adsupplyexchange.com^
||xml-eu-v4.adtube.media^
||xml-eu-v4.benrif-solutions.com^
||xml-eu-v4.bidderads.com^
||xml-eu-v4.boffoadsfeeds.com^
||xml-eu-v4.chameleostudios.com^
||xml-eu-v4.clickmeniaads.com^
||xml-eu-v4.clixvista.com^
||xml-eu-v4.convertap.com^
||xml-eu-v4.coupontic.com^
||xml-eu-v4.discoveryplugs-1.live^
||xml-eu-v4.donkstar1.online^
||xml-eu-v4.explorefast-1.com^
||xml-eu-v4.explorefast-2.com^
||xml-eu-v4.ezmob.com^
||xml-eu-v4.flurryad.com^
||xml-eu-v4.fstsrv5.com^
||xml-eu-v4.fstsrv6.com^
||xml-eu-v4.fstsrv7.com^
||xml-eu-v4.fstsrv8.com^
||xml-eu-v4.fstsrv9.com^
||xml-eu-v4.hawkads.in^
||xml-eu-v4.howboxmab.site^
||xml-eu-v4.iforcircles-1.online^
||xml-eu-v4.iforcircles-2.online^
||xml-eu-v4.infinity-info.com^
||xml-eu-v4.kunvertads.com^
||xml-eu-v4.martlochoco1.online^
||xml-eu-v4.martlochoco2.online^
||xml-eu-v4.mediadstream.com^
||xml-eu-v4.minsonbar2.online^
||xml-eu-v4.minutelight-1.online^
||xml-eu-v4.newbluetrue.xyz^
||xml-eu-v4.nxthost-1.info^
||xml-eu-v4.nxthost-2.info^
||xml-eu-v4.onemediawork.com^
||xml-eu-v4.optimalscreen1.online^
||xml-eu-v4.optimalscreen2.online^
||xml-eu-v4.outpush.net^
||xml-eu-v4.pushub.net^
||xml-eu-v4.pxfind3.com^
||xml-eu-v4.qksrv.cc^
||xml-eu-v4.qksrv1.com^
||xml-eu-v4.qualiclicks.com^
||xml-eu-v4.resugovex-1.co^
||xml-eu-v4.resugovex-2.co^
||xml-eu-v4.rocoads.com^
||xml-eu-v4.skinkexchange.com^
||xml-eu-v4.thenetwork18.com^
||xml-eu-v4.topsolutionsmedia.com^
||xml-eu-v4.tri.media^
||xml-eu-v4.webmedrtb.com^
||xml-eu-v4.webmedxml.com^
||xml-eu-v4.zentrixads.com^
||xml-eu.acertb.com^
||xml-eu.adcannyxml.com^
||xml-eu.adcy.net^
||xml-eu.adjux.com^
||xml-eu.admidainsight.com^
||xml-eu.admozartxml.com^
||xml-eu.adokutcontextual.com^
||xml-eu.adoperatorx.com^
||xml-eu.adright.co^
||xml-eu.adtube.media^
||xml-eu.adxfactory.com^
||xml-eu.adzestocp.com^
||xml-eu.bidderads.com^
||xml-eu.bidforclicks.com^
||xml-eu.bidmyadz.com^
||xml-eu.blueparrot.media^
||xml-eu.explorefast-1.com^
||xml-eu.ezmob.com^
||xml-eu.flairadscpc.com^
||xml-eu.flurryad.com^
||xml-eu.foremedia.net^
||xml-eu.green-resultsbid.com^
||xml-eu.hueadsxml.com^
||xml-eu.mediaxchange.co^
||xml-eu.mobipromote.com^
||xml-eu.mobuppsrtb.com^
||xml-eu.newbluetrue.xyz^
||xml-eu.nxthost-1.info^
||xml-eu.nxthost-2.info^
||xml-eu.optimalscreen1.online^
||xml-eu.outpush.net^
||xml-eu.pushub.net^
||xml-eu.pwr-ads.com^
||xml-eu.qksrv.cc^
||xml-eu.qualiclicks.com^
||xml-eu.realtime-bid.com^
||xml-eu.resugovex-1.co^
||xml-eu.rocoads.com^
||xml-eu.rtbfactory.com^
||xml-eu.saturndynamic.pt^
||xml-eu.thenetwork18.com^
||xml-eu.topdealad.com^
||xml-eu.tri.media^
||xml-eu.vespymedia.com^
||xml-eu.webmedxml.com^
||xml-eu.yellow-resultsbidder.com^
||xml-eu.zaimads.com^
||xml-rtb.xapads.com^
||xml-v4.100conversions.com^
||xml-v4.acertb.com^
||xml-v4.adcannyxml.com^
||xml-v4.adflyer.media^
||xml-v4.adportonic.com^
||xml-v4.adsbuyclick.com^
||xml-v4.adsfloow.net^
||xml-v4.adsupplyexchange.com^
||xml-v4.adtapmedia.com^
||xml-v4.adtube.media^
||xml-v4.advlistings.com^
||xml-v4.adzgame.com^
||xml-v4.afront.io^
||xml-v4.anuerprivatelimited.com^
||xml-v4.benrif-solutions.com^
||xml-v4.bidderads.com^
||xml-v4.boffoadsfeeds.com^
||xml-v4.cerineas.com^
||xml-v4.clickcpcads.com^
||xml-v4.clickmeniaads.com^
||xml-v4.clickmi.net^
||xml-v4.clixvista.com^
||xml-v4.clkfst.com^
||xml-v4.convertap.com^
||xml-v4.coupontic.com^
||xml-v4.cpmvibes.com^
||xml-v4.ctrtraffic.com^
||xml-v4.datadrives.ai^
||xml-v4.digiteci.com^
||xml-v4.domains-traffic.com^
||xml-v4.donkstar1.online^
||xml-v4.eximdigital.com^
||xml-v4.explorefast-1.com^
||xml-v4.explorefast-2.com^
||xml-v4.ezmob.com^
||xml-v4.flurryad.com^
||xml-v4.fmlabsonline.com^
||xml-v4.fstsrv1.com^
||xml-v4.fstsrv2.com^
||xml-v4.fstsrv3.com^
||xml-v4.fstsrv4.com^
||xml-v4.fstsrv5.com^
||xml-v4.fstsrv6.com^
||xml-v4.fstsrv7.com^
||xml-v4.fstsrv8.com^
||xml-v4.fstsrv9.com^
||xml-v4.goclickz.net^
||xml-v4.hawkads.in^
||xml-v4.hetcash.com^
||xml-v4.howboxmab.site^
||xml-v4.iforcircles-1.online^
||xml-v4.iforcircles-2.online^
||xml-v4.infinity-info.com^
||xml-v4.inptr.com^
||xml-v4.klapads.com^
||xml-v4.kunvertads.com^
||xml-v4.ldnpointer.online^
||xml-v4.martlochoco1.online^
||xml-v4.martlochoco2.online^
||xml-v4.mediacpc.com^
||xml-v4.mediadstream.com^
||xml-v4.minsonbar2.online^
||xml-v4.minutelight-1.online^
||xml-v4.mobifly.net^
||xml-v4.newbluetrue.xyz^
||xml-v4.nexrtb.com^
||xml-v4.nxthost-1.info^
||xml-v4.nxthost-2.info^
||xml-v4.onemediawork.com^
||xml-v4.optimalscreen1.online^
||xml-v4.optimalscreen2.online^
||xml-v4.popadclick.com^
||xml-v4.pushub.net^
||xml-v4.pwr-ads.com^
||xml-v4.pxfind3.com^
||xml-v4.qksrv.cc^
||xml-v4.qksrv1.com^
||xml-v4.qualiclicks.com^
||xml-v4.re-media.info^
||xml-v4.resugovex-1.co^
||xml-v4.resugovex-2.co^
||xml-v4.rocoads.com^
||xml-v4.rtxfeed.com^
||xml-v4.safesearchguard.com^
||xml-v4.skinkexchange.com^
||xml-v4.skycommission.com^
||xml-v4.solarad.net^
||xml-v4.staradsmedia.com^
||xml-v4.thenetwork18.com^
||xml-v4.thetargetmachine.com^
||xml-v4.topsolutionsmedia.com^
||xml-v4.trafficmoose.com^
||xml-v4.tri.media^
||xml-v4.uclpointer.online^
||xml-v4.webmedrtb.com^
||xml-v4.webmedxml.com^
||xml-v4.zentrixads.com^
||xml.100conversions.com^
||xml.80xmedia.com^
||xml.9dotsmedia.com^
||xml.acertb.com^
||xml.ad-maven.com^
||xml.adcannyxml.com^
||xml.adcy.net^
||xml.additionalmedia.com^
||xml.adflores.com^
||xml.adflydsp.com^
||xml.adflyer.media^
||xml.adfootmedia.com^
||xml.adhunter.media^
||xml.adjux.com^
||xml.adkmbc.com^
||xml.adkrivmedia.com^
||xml.admeridianads.com^
||xml.admidainsight.com^
||xml.admozartppc.com^
||xml.admozartxml.com^
||xml.adokutcontextual.com^
||xml.adop.co^
||xml.adoperatorx.com^
||xml.adoptim.com^
||xml.adpalladium.com^
||xml.adportonic.com^
||xml.adright.co^
||xml.adright.com^
||xml.adsailor.com^
||xml.adsbuyclick.com^
||xml.adscompute.com^
||xml.adsfloow.net^
||xml.adtapmedia.com^
||xml.adtube.media^
||xml.adventurefeeds.com^
||xml.advlistings.com^
||xml.adwooo.com^
||xml.adxfactory.com^
||xml.adxnexus.com^
||xml.adzestocp.com^
||xml.adzgame.com^
||xml.afront.io^
||xml.aimkweb.com^
||xml.ak-tracker.com^
||xml.babanetwork.net^
||xml.bappaads.com^
||xml.bcnmonetize.com^
||xml.benrif-solutions.com^
||xml.bidderads.com^
||xml.bidforclicks.com^
||xml.bidiology.com^
||xml.bidmonetize.com^
||xml.bidmyadz.com^
||xml.bidrev.net^
||xml.bike-adsbidding.org^
||xml.bird-getabid.net^
||xml.bliss91.com^
||xml.blue-biddingz.org^
||xml.blueparrot.media^
||xml.boffoads.com^
||xml.boffoadsfeeds.com^
||xml.cachegorilla.com^
||xml.cerineas.com^
||xml.chameleostudios.com^
||xml.clickcpcads.com^
||xml.clickmenia.com^
||xml.clickmeniaads.com^
||xml.clickmi.net^
||xml.clicktoring.com^
||xml.clixcrafts.com^
||xml.clixforads.com^
||xml.clixportal.com^
||xml.clixvista.com^
||xml.clixwells.com^
||xml.convertise.io^
||xml.conxstream.com^
||xml.coupontic.com^
||xml.cow-timerbudder.org^
||xml.ctrtraffic.com^
||xml.digiteci.com^
||xml.dog-realtimebid.org^
||xml.dollopsdigital.com^
||xml.domains-traffic.com^
||xml.donkstar1.online^
||xml.dtxplatform.net^
||xml.eureekkaa.com^
||xml.exdirectopl.com^
||xml.eximdigital.com^
||xml.expialidosius.com^
||xml.explorads.com^
||xml.explorefast-1.com^
||xml.expplatdirect.com^
||xml.ezmob.com^
||xml.fastdlx.info^
||xml.fastdlx.net^
||xml.finevisit.com^
||xml.flairads.com^
||xml.flairadscpc.com^
||xml.flurryad.com^
||xml.flyerblaze.com^
||xml.foremedia.net^
||xml.fstsrv1.com^
||xml.fstsrv2.com^
||xml.fstsrv3.com^
||xml.fstsrv4.com^
||xml.fstsrv5.com^
||xml.fstsrv6.com^
||xml.fstsrv7.com^
||xml.fstsrv8.com^
||xml.fstsrv9.com^
||xml.green-resultsbid.com^
||xml.groovyadz.com^
||xml.hangfly.net^
||xml.hetcash.com^
||xml.horse-bidforreal.org^
||xml.hotmaracas.com^
||xml.hueads.com^
||xml.hueadsxml.com^
||xml.icyads.com^
||xml.iforcircles-1.online^
||xml.iforcircles-2.online^
||xml.infinity-info.com^
||xml.junplatdirect.com^
||xml.kinesis-doo.com^
||xml.kunvertads.com^
||xml.landingpaged.com^
||xml.leoback.com^
||xml.leofback.com^
||xml.leoyard.com^
||xml.looksmartppc.com^
||xml.mediacpc.com^
||xml.mediadstream.com^
||xml.mediaxchange.co^
||xml.mobipromote.com^
||xml.mobra.in^
||xml.mobreach.com^
||xml.mobuppsrtb.com^
||xml.mymedia.club^
||xml.newbluetrue.xyz^
||xml.nxthost-1.info^
||xml.nxthost-2.info^
||xml.octov8.com^
||xml.onemediawork.com^
||xml.online-adnetwork.com^
||xml.optimalscreen1.online^
||xml.optimalscreen2.online^
||xml.pdn-1.com^
||xml.pdn-2.com^
||xml.pdn-3.com^
||xml.plane-pusherbidder.org^
||xml.plarimoplus.com^
||xml.pop.adacts.com^
||xml.popmonetizer.com^
||xml.popmonetizer.net^
||xml.poprtb.com^
||xml.poprtb.pro^
||xml.popunder.bid^
||xml.pressize.com^
||xml.pulsefintech.net^
||xml.push-sense.com^
||xml.pushub.net^
||xml.pwr-ads.com^
||xml.pxfind3.com^
||xml.q32167.com^
||xml.qksrv.cc^
||xml.qksrv1.com^
||xml.qualiclicks.com^
||xml.re-media.info^
||xml.reachclicks.net^
||xml.readywind.media^
||xml.realtime-bid.com^
||xml.red-getresult.com^
||xml.reklama.network^
||xml.relevanceads.com^
||xml.resugovex-2.co^
||xml.revenuehits.com^
||xml.revrtb.com^
||xml.revrtb.net^
||xml.rocoads.com^
||xml.rtbdemand.com^
||xml.rtbfactory.com^
||xml.rtbnext.com^
||xml.rtbzone.com^
||xml.rtxfeed.com^
||xml.safesearchguard.com^
||xml.saturndynamic.pt^
||xml.sedodna.com^
||xml.shieldcheckerservices.com^
||xml.showcasead.com^
||xml.skinkexchange.com^
||xml.skycommission.com^
||xml.speroll.com^
||xml.staradsmedia.com^
||xml.sweetides.xyz^
||xml.themediaad.com^
||xml.thenetwork18.com^
||xml.thetargetmachine.com^
||xml.thetrafficbid.com^
||xml.thetrafficboss.com^
||xml.topclickpick.com^
||xml.topdealad.com^
||xml.topsolutionsmedia.com^
||xml.trafficmoose.com^
||xml.tri.media^
||xml.ultrads.net^
||xml.uptowntraction.com^
||xml.userwave.com^
||xml.valueklicks.com^
||xml.vespymedia.com^
||xml.webmedxml.com^
||xml.win-bidding.com^
||xml.xml-brain.com^
||xml.xmladsystem.com^
||xml.xmlfusion.com^
||xml.xmlking.com^
||xml.xmlppc.net^
||xml.xmlwiz.com^
||xml.yellow-resultsbidder.com^
||xml.zaimads.com^
||xml.zentrixads.com^
||xml.zeusadx.com^
||xml1-eu-v4.admeridianads.com^
||xml1-eu.admeridianads.com^
||xml1-v4.admeridianads.com^
||xml1.admeridianads.com^
||xml1.adsimilate.com^
||xml1.xmlfusion.com^
||xml3.danarimedia.com^
||xmlads.adpalladium.com^
||xmlsearch.anytheengmedia.com^
||xmlserving.mobagent.com^
||xmlv4-eu.mobuppsrtb.com^
||xmlv4.chameleostudios.com^
||xmlv4.mobuppsrtb.com^
||xmlv4.reklama.network^
||akcdn.nativeadsfeed.com^
||static.zeusadx.com^
||vid-static.xapads.com^
||dsp-static.nativeads.com^
!
!
!
! Fixing the issues
!
!-------------------------------------------------------------------------------!
!------------------ Common anti-adblock ----------------------------------------!
!-------------------------------------------------------------------------------!
!
! First of all, this section has common rules that prevent most known ad block detections. In that case domain should be added to the common rules.
! The section contains the list of the rules are against all kinds of ads reinjection or ad-blocking circumvention scripts. If such a script does not cripple the website, we add rules to the Annoyances filter.
! Rules should generally be domain-specific. In some exceptional cases, it's allowed to add generic ones, but this should be approved by most of the maintainers.
!
! Good: ||example.org/adblock/detect.js
! Good: @@/adblocker/detect.js$domain=example.org
! Bad: ||ad.doubleclick.net^ (should be in adservers.txt)
!
! .pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links is often used as a bait
#$#.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!
! Common rules for 'www3.doubleclick.net' bait
://www3.doubleclick.net^|$xmlhttprequest,redirect=noopjson
! Common rules for 'static.ads-twitter.com/uwt.js' bait
||static.ads-twitter.com/uwt.js$xmlhttprequest,redirect=noopjs
!
! 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|~knaqu.tv
@@/js/advert.js$~third-party
@@/jannah/*js/advertisement.js|$~third-party
@@/themes/flow/frontend_assets/js/advertisement.js|$~third-party
!
/wp-content/plugins/popupbuilder-adblock/*
!
! "deblocker" common rule
/wp-content/plugins/deblocker/js/deblocker.min*.js$~third-party
||gamesrepacks.com/wp-content/plugins/deblocker/$important
||stackpathdns.com/wp-content/plugins/deblocker/js/deblocker.min.js
!
! SECTION: mdpDeBlocker
! 'mdpDeBlocker'("-blackout active")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=suryaindosinga.co|magesy.blog|teamkong.tk|blog.miuiflash.com|freewebcart.com|technoflip.in|hentaiseason.com|novinhastop.com|obutecodanet.ig.com.br|kolsuzkafasi.com|samuraiscan.com|modagamers.com|freegogpcgames.com|akumanimes.com|softwaretotal.net|ozabc.com|kopetnews.id|chimicamo.org|firmwarex.net|kieblog.vn|sampledrive.in|needrombd.com|aresmanga.com|chineseanime.co.in|portaliz.site|paidappstore.xyz|freecoursesites.com|hulnews.top|routech.ro|downloadr.in|financeflix.in|rule34porn.net|hiseku.com|crazytechgo.com|bithub.win|mytechroad.com|surfsees.com|38.242.198.170|enrology.in|jojo-themes.net|freedidi.com|brizzynovel.com|gezegenforum.com|freejav.guru|eoydo.com|3cinfo.net|appsmodz.com|crunchyscan.fr|boainformacao.com.br|manyakan.com|pinayvids.com|moviessquad.com|bneo.info|wpking.in|dengeki-plusv2.xyz|politicalmeme.pl|bullfrag.com|epainfo.pl|rontechtips.com|ypojie.com|cinemakottaga.*|tinhocdongthap.com|pogolinks.space|baominh.tech|sachiepvien.net|downloadcursos.org|jkmeng.cn|trgamestudio.com|audiobooks4soul.com|vfxdownload.net|electomania.es|captionsgram.com|clebinhoretrogames.com.br|reset-scans.*|compressware.in|alilove.pl|sqlserveregitimleri.com|tokuvn.com|texture-packs.com|bestwego.xyz|taregna.com|pcwarehub.com|phpscripttr.com|moddedguru.com|oyuncusoruyor.com|pbarecap.ph|sourds.net|tinyppt.com|tvinternetowa.info|nullpress.net|freeallcourse.com|nulljungle.com|udemydownload.com|doffeecafe.me|5.182.211.129|latesthdmovies.digital|hataphim.com|gigacourse.com|codingtuting.com|cyfostreams.com|movieslegacy.com|htstreaming.com|freewebcart.com|dubzstreams.com|watchmdh.to|ssf-co.com|solidfile.net|downloadtutorials.net|win10.vn|movieshub.top|legaartis.pl|cybermania.ws|legendary-rt-textures.xyz|globfone.com|blogging-techies.com|privatemoviez.*|courseclub.me|behindzscene.net|shineads.in|conhecimentolivre.net|downloadcursos.top|freecoursesite.com|persianhive.com|eductin.com|rtilinks.com|juegoscocinarpasteleria.org|blisseyhusband.in|cronachedellacampania.it|fuzzmusic.ru|applexgen.com|desktophut.com|infofuge.com|moviedhun.xyz|pinsystem.co.uk|grafixfather.com|globalrph.com|phoenixfansub.com|cyberdefensemagazine.com|vectogravic.com|teknotaci.com|uplod.net|onlinecoursebay.com|scrapywar.com|worldpremiumware.online|godmods.com|modagamers.com|tipslearn.com|nulljungle.com|fikiri.net|merkulov.design|cardiagn.com|nulleb.com|javgayplus.com|dr-farfar.com|netfuck.net|allywebsite.com|sonradangamer.com|onlinefreecourse.net|themeslide.com|phpscripttr.com|freewebcart.com|choq.fm|pentruea.com|software-on.com|tunovelaligera.com|open3dmodel.com|dr-farfar.com|fcportables.com|nsfw247.to|elrellano.com|tehnografi.com|filecr.com|usb-antivirus.com|kursors.lv|novelmultiverse.com|bollyholic.site|adibenha.com|worldfree4u-lol.online|tutorialsplanet.net|libri.link|gaypornhdfree.com|tech-story.net|tokuvn.com|freepreset.net|superembeds.com|animekhor.xyz|temi.pl|apkmagic.com.ar|crypto-blog.xyz|sakarnewz.com|nullphpscript.com|gocmod.com|mangaprotm.com|techsmoon.com|freedownloadvideo.net|magesy.pro|magesy.blog|freeudemycourse.com|wordpredia.com|comentariodetexto.com|myqqjd.com|windowslite.net|dvdporngay.com|karanpc.com|weadown.com|an1me.nl|nurparatodos.com.ar|getfreecourses.co|rttar.com|downloadlyir.com|mhdtvworld.me|movi.pk|unofficialtwrp.com|hlspanel.xyz|brasilsimulatormods.com|taodung.com|ipamod.com|jenismac.com|portalizpro.com|francescopelliccia.it|fapdrop.com|azoranov.com|daotranslate.com|androjungle.com|filegajah.com|seriesperu.com|megafire.net|broflix.club|shineads.org|gplastra.com|kuponigo.com|arponag.xyz|step-tech.pl|thecustomrom.com|plc247.com|uiiumovies.net|knightnoscanlation.com|tavernadequadrinhos.com.br|idlixplus.*|teksnologi.com|aiimgvlog.fun|porninblack.com|emptycode.in|livehd7.io|tech5s.co|mockuphunts.com|7xm.xyz|xadulto.com|serverbd247.com|cctvwiki.com|luciferdonghua.in|mummygroup.com|filmefarsi.com|pinsystem.co.uk|tuxnews.it|sonixgvn.net|downfile.site|loaninsurehub.com|daotranslate.com|idlixofficials.com|mhdworldtv.com|kisahdunia.com|mixrootmods.com|chindohot.site|javindo.eu.org|snlookup.com|daotranslate.us|vietnoiket.com
||googleads.g.doubleclick.net/pagead/id$script,xmlhttprequest,redirect=noopjs,domain=magesy.blog|blog.miuiflash.com|freewebcart.com|technoflip.in|hentaiseason.com|novinhastop.com|obutecodanet.ig.com.br|kolsuzkafasi.com|samuraiscan.com|modagamers.com|freegogpcgames.com|akumanimes.com|softwaretotal.net|ozabc.com|kopetnews.id|chimicamo.org|firmwarex.net|kieblog.vn|sampledrive.in|needrombd.com|aresmanga.com|chineseanime.co.in|portaliz.site|paidappstore.xyz|freecoursesites.com|hulnews.top|routech.ro|downloadr.in|financeflix.in|rule34porn.net|hiseku.com|crazytechgo.com|bithub.win|mytechroad.com|surfsees.com|38.242.198.170|enrology.in|jojo-themes.net|freedidi.com|brizzynovel.com|gezegenforum.com|freejav.guru|eoydo.com|3cinfo.net|appsmodz.com|crunchyscan.fr|boainformacao.com.br|manyakan.com|pinayvids.com|moviessquad.com|bneo.info|dengeki-plusv2.xyz|politicalmeme.pl|bullfrag.com|epainfo.pl|rontechtips.com|ypojie.com|cinemakottaga.*|tinhocdongthap.com|pogolinks.space|baominh.tech|sachiepvien.net|downloadcursos.org|jkmeng.cn|trgamestudio.com|audiobooks4soul.com|vfxdownload.net|electomania.es|captionsgram.com|clebinhoretrogames.com.br|reset-scans.*|compressware.in|alilove.pl|sqlserveregitimleri.com|tokuvn.com|texture-packs.com|bestwego.xyz|taregna.com|pcwarehub.com|phpscripttr.com|moddedguru.com|oyuncusoruyor.com|pbarecap.ph|sourds.net|tinyppt.com|tvinternetowa.info|nullpress.net|freeallcourse.com|nulljungle.com|udemydownload.com|doffeecafe.me|5.182.211.129|latesthdmovies.digital|hataphim.com|gigacourse.com|codingtuting.com|cyfostreams.com|movieslegacy.com|htstreaming.com|freewebcart.com|dubzstreams.com|watchmdh.to|ssf-co.com|solidfile.net|downloadtutorials.net|win10.vn|movieshub.top|legaartis.pl|cybermania.ws|legendary-rt-textures.xyz|globfone.com|blogging-techies.com|privatemoviez.*|courseclub.me|shineads.in|conhecimentolivre.net|downloadcursos.top|eductin.com|rtilinks.com|cronachedellacampania.it|fuzzmusic.ru|applexgen.com|desktophut.com|pinsystem.co.uk|grafixfather.com|globalrph.com|phoenixfansub.com|cyberdefensemagazine.com|vectogravic.com|teknotaci.com|uplod.net|onlinecoursebay.com|scrapywar.com|worldpremiumware.online|godmods.com|modagamers.com|tipslearn.com|nulljungle.com|merkulov.design|cardiagn.com|nulleb.com|filecr.com|vpnbrothers.com|bollyholic.site|tech-story.net|tokuvn.com|freepreset.net|superembeds.com|animekhor.xyz|temi.pl|apkmagic.com.ar|crypto-blog.xyz|sakarnewz.com|nullphpscript.com|gocmod.com|mangaprotm.com|techsmoon.com|freedownloadvideo.net|magesy.pro|magesy.blog|freeudemycourse.com|wordpredia.com|comentariodetexto.com|myqqjd.com|windowslite.net|dvdporngay.com|karanpc.com|weadown.com|an1me.nl|nurparatodos.com.ar|getfreecourses.co|rttar.com|downloadlyir.com|mhdtvworld.me|unofficialtwrp.com|hlspanel.xyz|brasilsimulatormods.com|taodung.com|ipamod.com|jenismac.com|portalizpro.com|francescopelliccia.it|fapdrop.com|azoranov.com|daotranslate.com|androjungle.com|filegajah.com|seriesperu.com|megafire.net|broflix.club|shineads.org|gplastra.com|kuponigo.com|arponag.xyz|step-tech.pl|thecustomrom.com|plc247.com|uiiumovies.net|knightnoscanlation.com|tavernadequadrinhos.com.br|idlixplus.*|teksnologi.com|aiimgvlog.fun|porninblack.com|emptycode.in|livehd7.io|tech5s.co|mockuphunts.com|7xm.xyz|xadulto.com|serverbd247.com|cctvwiki.com|luciferdonghua.in|filmefarsi.com|pinsystem.co.uk|tuxnews.it|sonixgvn.net|downfile.site|loaninsurehub.com|daotranslate.com|idlixofficials.com|mhdworldtv.com|kisahdunia.com|mixrootmods.com|chindohot.site|javindo.eu.org|snlookup.com|daotranslate.us|vietnoiket.com
! #%#//scriptlet('prevent-eval-if', 'adsBlocked')
tinys.click,mdhstream.cc,serverbd247.com,cronachesalerno.it,aiimgvlog.fun,uiiumovies.net,arponag.xyz,gplastra.com,coursesghar.com,whats-on-netflix.com,justpaste.top,rabaty-booking.pl,alttyab.net,brasilsimulatormods.com,shineads.in,movi.pk,techhelpbd.com,portalizpro.com,hayatarehber.com,dubznetwork.com,apkdelisi.net,livsavr.co,simulatormods.com,7xm.xyz,pornktubes.net,porhubvideo.com,alludemycourses.com,xiaomifirmware.net,allotech-dz.com,freepornsex.net,atikrost.com,plc247.com,gbfile.com,thecustomrom.com,magesypro.pro,maccanismi.it,blog.miuiflash.com,technoflip.in,hentaiseason.com,novinhastop.com,freejav.guru,gigacourse.com,gocmod.com,nullphpscript.com,australianfrequentflyer.com.au,gaymaletubes.*,havenstreams.com,kopetnews.id,freeshib.biz,infinityblogger.in,crazytechgo.com,bithub.win,stringreveals.com,superpsx.com,apkowner.org,appsmodz.com,freewp.io,phanmemmaytinh.net,sachiepvien.net,rucore.net,latesthdmovies.*,knightnoscanlation.com,audiobooks4soul.com,vfxdownload.net,reset-scans.*,freeallcourse.com,livenewsnow.com,edunil.com,udemycoursesfree.me,kursors.lv,dubzstreams.com,cybermania.ws,globfone.com,downloadcursos.top,infofuge.com#%#//scriptlet('prevent-eval-if', 'adsBlocked')
! #%#//scriptlet("abort-on-property-read", "mdp_deblocker")
305sports.net,getfreecourses.co,dubznetwork.com,igamemod.com,cyfostreams.com,godmods.com,sonradangamer.com,pentruea.com,software-on.com,tunovelaligera.com,open3dmodel.com,dr-farfar.com,nulledpremium.com,nsfw247.to,filecr.com#%#//scriptlet("abort-on-property-read", "mdp_deblocker")
! #%#//scriptlet("abort-on-property-read", "mdpDeBlockerDestroyer")
tech-story.net,joyhints.com,sudya-dredd.ru,vpnbrothers.com,tunovelaligera.com,myqqjd.com#%#//scriptlet("abort-on-property-read", "mdpDeBlockerDestroyer")
! #%#//scriptlet("abort-on-property-read", "mdpDeBlocker")
shineads.in,javbest.cc,persianhive.com,juegoscocinarpasteleria.org,bollyholic.site,phoenixfansub.com,joyeditor.ru,teknotaci.com,uplod.net,onlinecoursebay.com,scrapywar.com,worldpremiumware.online,modagamers.com,tipslearn.com,nulljungle.com,fikiri.net,cardiagn.com,dr-farfar.com,allywebsite.com,onlinefreecourse.net,themeslide.com,phpscripttr.com,usb-antivirus.com,freewebcart.com,choq.fm,tehnografi.com,tunovelaligera.com#%#//scriptlet("abort-on-property-read", "mdpDeBlocker")
! #%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
suryaindosinga.co,karanpc.com,topsporter.net,iconmonstr.com,nurparatodos.com.ar,an1me.nl,magesy.blog,grantorrent.win,apkmaven.io,comentariodetexto.com,wordpredia.com,nullphpscript.com,sakarnewz.com,tech-story.net,crypto-blog.xyz,gay-tubes.cc,iptvrun.com,91.208.197.24,animekhor.xyz,superembeds.com,mimundodonghua.com,apkmagic.com.ar,freepreset.net,obutecodanet.ig.com.br,kolsuzkafasi.com,modagamers.com,forums.rusmedserv.com,whncourses.com,freegogpcgames.com,akumanimes.com,softwaretotal.net,cinemakottaga.*,ozabc.com,kopetnews.id,chimicamo.org,firmwarex.net,kieblog.vn,sampledrive.in,needrombd.com,aresmanga.com,chineseanime.co.in,portaliz.site,paidappstore.xyz,freecoursesites.com,hulnews.top,jugomobile.com,downloadr.in,38.242.199.52,freedownloadvideo.net,jpopsingles.eu,toolss.net,financeflix.in,technoflip.in,rule34porn.net,hiseku.com,crazytechgo.com,allstreaming.online,mytechroad.com,cardiagn.com,38.242.198.170,enrology.in,jojo-themes.net,freedidi.com,brizzynovel.com,gezegenforum.com,freejav.guru,eoydo.com,3cinfo.net,appsmodz.com,crunchyscan.fr,boainformacao.com.br,manyakan.com,pinayvids.com,moviessquad.com,bneo.info,dengeki-plusv2.xyz,bullfrag.com,epainfo.pl,rontechtips.com,ypojie.com,tinhocdongthap.com,pogolinks.space,baominh.tech,downloadcursos.org,jkmeng.cn,trgamestudio.com,cybermania.ws,dvdgayonline.com,hotxfans.com,dotadostube.com,taradinhos.com,dvdgayporn.com,audiobooks4soul.com,vfxdownload.net,electomania.es,captionsgram.com,clebinhoretrogames.com.br,audiotools.pro,reset-scans.*,compressware.in,novinhastop.com,scat.gold,joyhints.com,techymedies.com,tutcourse.com,myqqjd.com,alilove.pl,sqlserveregitimleri.com,tokuvn.com,texture-packs.com,bestwego.xyz,taregna.com,pcwarehub.com,phpscripttr.com,moddedguru.com,oyuncusoruyor.com,pbarecap.ph,sourds.net,tinyppt.com,tvinternetowa.info,nullpress.net,nulljungle.com,udemydownload.com,doffeecafe.me,5.182.211.129,latesthdmovies.digital,hataphim.com,gigacourse.com,codingtuting.com,movieslegacy.com,gaypornhdfree.*,javgayplus.com,netfuck.net,pelismart.com,htstreaming.com,themehits.com,freewebcart.com,watchmdh.to,temi.pl,solidfile.net,downloadtutorials.net,win10.vn,movieshub.top,legaartis.pl,legendary-rt-textures.xyz,blogging-techies.com,privatemoviez.*,courseclub.me,behindzscene.net,conhecimentolivre.net,eductin.com,rtilinks.com,blisseyhusband.in,cronachedellacampania.it,applexgen.com,nulleb.com,desktophut.com,moviedhun.xyz,grafixfather.com,pinsystem.co.uk,globalrph.com,cyberdefensemagazine.com,vectogravic.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
! #%#//scriptlet('prevent-setTimeout', '/showModal\(\)|chooseAction\(\)/')
anonyviet.com,souq-design.com,173.249.8.3,karanpc.com,topsporter.net,iconmonstr.com,adslink.pw,rttar.com,nurparatodos.com.ar,an1me.nl,freepornsex.net,tiodonghua.com,torrentmac.net,dr-farfar.com,courseclub.me,weadown.com,grantorrent.win,dvdporngay.com,windowslite.net,bloground.ro,freewebcart.com,myqqjd.com,technoflip.in,freeudemycourse.com,magesy.pro,magesy.blog,freedownloadvideo.net,techsmoon.com,mangaprotm.com,gigacourse.com,sakarnewz.com,rtilinks.com,freegogpcgames.com,scat.gold,freecoursesites.com,tech-story.net,crypto-blog.xyz,apkmagic.com.ar,eductin.com,nulleb.com,temi.pl,firmwarex.net,routech.ro,downloadr.in,novelmultiverse.com,smgplaza.com,gezegenforum.com,bingotingo.com,politicalmeme.pl,cinemakottaga.*#%#//scriptlet('prevent-setTimeout', '/showModal\(\)|chooseAction\(\)/')
! #%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'adsBlocked')
scripcheck.great-site.net,e-player-stream.app,shineads.org,whats-on-netflix.com,justpaste.top,broflix.club,megafire.net,seriesperu.com,jeniusplay.com,tutorialsplanet.net,filegajah.com,nulleb.com,androjungle.com,daotranslate.com,azoranov.com,fapdrop.com,francescopelliccia.it,portalizpro.com,karanpc.com,jenismac.com,ipamod.com,taodung.com,voircartoon.com,comedyshow.to,brasilsimulatormods.com,hlspanel.xyz,nsw2u.*,unofficialtwrp.com,magesypro.pro,magesy.blog,adslink.pw,jpopsingles.eu,mhdtvworld.me,downloadlyir.com,pinsystem.co.uk#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'adsBlocked')
! #%#//scriptlet('abort-on-stack-trace', 'document.getElementsByTagName', 'adsBlocked')
highkeyfinance.com,firmwarex.net,vietnoiket.com,daotranslate.us,blackwot.ru,asiaon.top,snlookup.com,filmisub.cc,chindohot.site,javindo.eu.org,mixrootmods.com,kisahdunia.com,mhdworldtv.com,idlixofficials.com,magicgameworld.com,gamedrive.org,apkdrill.com,daotranslate.com,loaninsurehub.com,techacode.com,azmath.info,downfile.site,sonixgvn.net,tuxnews.it,pinsystem.co.uk,blessedhornbill.com,filmefarsi.com,luciferdonghua.in,cctvwiki.com,xadulto.com,7xm.xyz,mockuphunts.com,jadukit.com,tech5s.co,livehd7.io,emptycode.in,porninblack.com,tkbsen.in,teksnologi.com,shineads.in,app.trangchu.news,idlixplus.*,tavernadequadrinhos.com.br,knightnoscanlation.com,uiiumovies.net,plc247.com,thecustomrom.com,nulleb.com,step-tech.pl,reset-scans.*,arponag.xyz,kuponigo.com,cybermania.ws,gplastra.com,bethaniebu.com,coursesghar.com,souq-design.com#%#//scriptlet('abort-on-stack-trace', 'document.getElementsByTagName', 'adsBlocked')
! #%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsbygoogle.js")
kayifamilytv.com,dr-farfar.com,freecodezilla.net,surfsees.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsbygoogle.js")
! #%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
magesy.blog,routech.ro#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! #%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
forplayx.ink,karanpc.com,iconmonstr.com,getfreecourses.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! #%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
!
! #%#//scriptlet('remove-node-text', 'script', '"adsSrc"')
mhdstream.com#%#//scriptlet('remove-node-text', 'script', '"adsSrc"')
! #%#//scriptlet('prevent-xhr', 'static.doubleclick.net/instream/ad_status.js')
magicgameworld.com,karanpc.com#%#//scriptlet('prevent-xhr', 'static.doubleclick.net/instream/ad_status.js')
! #%#//scriptlet('abort-current-inline-script', 'eval', 'split')
web1s.asia,mizugigurabia.com,matomeiru.com,pornleaks.in,insideeducation.co.za,tirumalatirupatiyatra.in,geekering.com,banfaucet.com,trigonevo.com,digter8.com,ymknow.xyz,nullpk.com,uploadbank.com,onemarksolution.com,oportaln10.com.br,adslide.io,meteoregioneabruzzo.it,descargaseriestv.com,animexin.vip,bitview.cloud,camcam.cc,60fps.xyz,s1os.icu,shineads.org,azoranov.com,jenismac.com,nsw2u.*,unofficialtwrp.com,mhdtvworld.me,downloadlyir.com,pinsystem.co.uk,173.249.8.3,rttar.com,torrentmac.net#%#//scriptlet('abort-current-inline-script', 'eval', 'split')
!
filecr.com#@#.ad-unit
filecr.com#@#.ad_unit
filecr.com#@#.pub_300x250
filecr.com#@#.text-ad
filecr.com#@#.text_ad
||googleads.g.doubleclick.net/pagead/id$domain=filecr.com,redirect=nooptext,important
portable4pc.com##div[class^="mdpDeblocker-"]
! In case of DNS filtering
alliptvlinks.com#%#//scriptlet('abort-on-stack-trace', 'document.getElementsByTagName', '/[a-z]{5,20}.*\/plugins\/.*\.js/')
emptycode.in,sachiepvien.net,libri.link#%#(function(){var b=document.addEventListener;document.addEventListener=function(c,a,d){if(a&&-1==a.toString().indexOf("adsBlocked"))return b(c,a,d)}.bind(window)})();
blisseyhusband.in,freecoursesite.com,novelmultiverse.com#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "String.fromCharCode")
! Another possible solution for iOS, when the scriplets above do not work, and used DNS filtering
!
@@||static.doubleclick.net/instream/ad_status.js$domain=deblocker.merkulov.design
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=deblocker.merkulov.design
! NOTE: mdpDeBlocker end ⬆️
! !SECTION: mdpDeBlocker
!
! SECTION: FuckAdBlock
! START: FuckAdBlock *** ALL RULES MUST HAVE THE SAME DOMAINS LIST ***
!! Temporary
! https://github.com/AdguardTeam/AdguardFilters/issues/70736
! https://github.com/AdguardTeam/AdguardFilters/issues/50510
! https://github.com/AdguardTeam/AdguardFilters/issues/44173
! https://github.com/AdguardTeam/AdguardFilters/issues/43184
! https://github.com/AdguardTeam/AdguardFilters/issues/43180
! https://github.com/AdguardTeam/AdguardFilters/issues/42352
! https://github.com/AdguardTeam/AdguardFilters/issues/39695
! https://github.com/AdguardTeam/AdguardFilters/issues/38930
! https://github.com/AdguardTeam/Scriptlets/issues/39
sport-tv-guide.live,tecnotutoshd.net,lightnovelworld.com,androidaba.com,cshort.org,mshares.co,highresolutionmusic.com,she2013.com,tvserial.it,kodvizit.com,download.mokeedev.com,123link.biz,inmanga.com,mshare.io,eskago.pl#@%#//scriptlet("prevent-fab-3.2.0")
! `#%#//scriptlet("prevent-fab-3.2.0")`
viajarhoje.com,clubinvest.top,animefire.net,toolss.net,teamxmanga.com,uvnc.com,vijesti.me,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.com,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,yandexcdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonline.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebesucher.ru,streamporn.pw,javpornsex.com,habblet.city,miniroyale2.io,ad-doge.com,bitminer.biz,blkom.com,devactual.com,fshost.me,androidgreek.com,moneyexcel.com,playtube.ws,novagente.pt,vod-platform.net,filmozercy.com,nightpoint.io,panjiachen.gitee.io,kangkimin.com,pdd.by,teepr.com,crypto-lovers.club,mangadods.com,getmega.net,dj-figo.com,animeblkom.net,arabianbusiness.com,innemedium.pl,ntsafelink.blogspot.com,tv8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.com,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.de,kochamjp.pl,m3u-cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi.com,servedez.com,maxservicesi.com,why-tech.it,firefile.cc,hd-streams.org,xnalgas.com,imgtorrnt.in,xpaja.net,enterinit.com,habbokritik.de,suj.nu,net4ts.com,como5.com,macx.cn,plugincim.com,urlpay.net,digitallearn.online,u-play.pro,lightnovelworld.com,pspstation.org,exfaucet.com,sh7.ch,musicradar.com,thaiphysicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.com,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com,turkcedersi.net,formasyonhaber.net,mirrorace.com,warda.at,picmix.com,infoua.biz,minecraftmin.net,domowe-wypieki.pl,she2013.com,konten.co.id,fanseriesthaisub.com,cinafoniaci.com,heliohost.org,yannik.biz,hargawebsite.com,kinokong.pro,series-d.com,moneyhouse.ch,twi55.com,sorumatik.co,alsumaria.tv,kwikmotion.com,yamareco.com,cshort.org,batch.id,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-devices.ru,javjack.com,xko.red,5urokov.ru,cpopchanelofficial.com,satoshimonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh,queenfaucet.website,techspite.com,malzemebilimi.net,hindimetoons.net,scenelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladinsdecks.com,letsdownloads.com,autocar.co.uk,upvid.live,gdforum.freeforums.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,123link.vip,7plus.com.au,99businessideas.com,adbeat.com,aeonsource.org,andaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-odcinki.pl,anime-update2.site,anime47.com,animeku.tv,animextre.me,animeyt.tv,animeyt2.tv,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,azdictionary.com,bagusdl.pro,bdix.org,bebesymas.com,bejav.net,bemad.es,bg-gledai.tv,bitco.world,biters.io,bitsilver.io,bituniverse.net,bitvin.org,boas.io,bombuj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,chelsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.com,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerinsider.co,di.fm,diariodeleon.es,dickpritchettrealestate.com,dingit.tv,ditchthecarbs.com,divinity.es,diysideas.com,donnaglamour.it,doramasmp4.com,dramaz.se,dustreaming.com,dvdgayonline.com,eclypsia.com,ecuestre.es,egprices.com,egybest.site,elderland.de,elecgate.com,elektrobike-online.com,eltiempohoy.es,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,ez3c.tw,facepunch.io,factoriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,filesharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futbin.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geekrar.com,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklavye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,inmanga.com,inside-handy.de,intercelestial.com,iphonesoft.fr,iphonetweak.fr,iptvliste.com,j-talk.com,javhiv.com,javout.net,jazzradio.com,jbzdy.net,jbzdy.pl,jntufastupdates.com,journaldev.com,jovempan.uol.com.br,karanpc.com,karwan.tv,ketubanjiwa.com,kmbc.com,knowyourmeme.com,kodvizit.com,kphim.tv,kuchnia-domowa.pl,ladige.it,lasvegassun.com,latinoweb-tv.com,lavozdealmeria.es,league-funny.com,ledauphine.com,leitesculinaria.com,lifehacker.com,liketvw.com,linkerpt.com,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.org,marimo.me,matchat.online,mc-premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mitti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,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,myvidster.com,nadaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,odkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmnaut.com,ouo.io,outdoor-magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbullofficial.com,play.anghami.com,playview.io,pogo.com,polscygracze.pl,popcornflix.com,popcorntv.it,premium-link.ninja,proapkmod.com,professionaltutorial.com,promobil.de,publico.pt,purposegames.com,quoka.de,racingsportscars.com,radiocut.fm,raid-data-recovery-link.com,rapidrar.com,raptu.com,replica-watch.info,reponsesphoto.fr,rijmwoordenboek.net,roadbike.de,robot-forum.com,ronron-blog.com,rte.ie,runnersworld.de,s-kip.eu,saglamindir.net,secure-links.info,sedsports.com,seehd.pl,seetv.tv,sentireascoltare.com,shareinfo.pl,shencomics.com,shinden.pl,shink.me,shon.xyz,sk-ip.ru,sms-empfangen.com,softonic.com,sol.dk,splinternews.com,sport-tv-guide.live,stars24.cz,surfsees.com,svapo.it,syreop.com,tagblatt.ch,teachios.com,techperiod.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.it,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-algerie.com,tubitv.com,tvserial.it,upost.info,vacation-et.work,vergol.com,veuclips.com,vidoza.net,vipshare.co,viuclips.net,vmf.edge-apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,win10.vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandroid.com,yafud.pl#%#//scriptlet("prevent-fab-3.2.0")
!+ NOT_PLATFORM(ext_ublock)
elahmad.com,exxen.com#%#//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; }`
dogemate.com,viajarhoje.com,clubinvest.top,animefire.net,toolss.net,teamxmanga.com,uvnc.com,vijesti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.com,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,yandexcdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonline.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebesucher.ru,streamporn.pw,javpornsex.com,habblet.city,miniroyale2.io,ad-doge.com,bitminer.biz,blkom.com,devactual.com,fshost.me,androidgreek.com,moneyexcel.com,playtube.ws,novagente.pt,vod-platform.net,filmozercy.com,nightpoint.io,panjiachen.gitee.io,kangkimin.com,pdd.by,teepr.com,crypto-lovers.club,mangadods.com,getmega.net,dj-figo.com,animeblkom.net,arabianbusiness.com,innemedium.pl,ntsafelink.blogspot.com,tv8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.com,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.de,kochamjp.pl,m3u-cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi.com,servedez.com,maxservicesi.com,why-tech.it,firefile.cc,hd-streams.org,xnalgas.com,imgtorrnt.in,xpaja.net,enterinit.com,habbokritik.de,suj.nu,net4ts.com,como5.com,macx.cn,plugincim.com,urlpay.net,digitallearn.online,u-play.pro,lightnovelworld.com,pspstation.org,exfaucet.com,sh7.ch,musicradar.com,thaiphysicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.com,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com,turkcedersi.net,formasyonhaber.net,mirrorace.com,warda.at,picmix.com,infoua.biz,minecraftmin.net,domowe-wypieki.pl,she2013.com,konten.co.id,fanseriesthaisub.com,cinafoniaci.com,heliohost.org,yannik.biz,hargawebsite.com,kinokong.pro,series-d.com,moneyhouse.ch,twi55.com,sorumatik.co,alsumaria.tv,kwikmotion.com,yamareco.com,cshort.org,batch.id,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-devices.ru,javjack.com,xko.red,5urokov.ru,cpopchanelofficial.com,satoshimonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh,queenfaucet.website,techspite.com,malzemebilimi.net,hindimetoons.net,scenelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladinsdecks.com,letsdownloads.com,autocar.co.uk,upvid.live,gdforum.freeforums.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,123link.vip,7plus.com.au,99businessideas.com,adbeat.com,aeonsource.org,andaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-odcinki.pl,anime-update2.site,anime47.com,animeku.tv,animextre.me,animeyt.tv,animeyt2.tv,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,azdictionary.com,bagusdl.pro,bdix.org,bebesymas.com,bejav.net,bemad.es,bg-gledai.tv,bitco.world,biters.io,bitsilver.io,bituniverse.net,bitvin.org,boas.io,bombuj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,chelsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.com,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerinsider.co,di.fm,diariodeleon.es,dickpritchettrealestate.com,dingit.tv,ditchthecarbs.com,divinity.es,diysideas.com,donnaglamour.it,doramasmp4.com,dramaz.se,dustreaming.com,dvdgayonline.com,eclypsia.com,ecuestre.es,egprices.com,egybest.site,elderland.de,elecgate.com,elektrobike-online.com,eltiempohoy.es,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,ez3c.tw,facepunch.io,factoriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,filesharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futbin.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geekrar.com,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklavye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,inmanga.com,inside-handy.de,intercelestial.com,iphonesoft.fr,iphonetweak.fr,iptvliste.com,j-talk.com,javhiv.com,javout.net,jazzradio.com,jbzdy.net,jbzdy.pl,jntufastupdates.com,journaldev.com,jovempan.uol.com.br,karanpc.com,karwan.tv,ketubanjiwa.com,kmbc.com,knowyourmeme.com,kodvizit.com,kphim.tv,kuchnia-domowa.pl,ladige.it,lasvegassun.com,latinoweb-tv.com,lavozdealmeria.es,league-funny.com,ledauphine.com,leitesculinaria.com,lifehacker.com,liketvw.com,linkerpt.com,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.org,marimo.me,matchat.online,mc-premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mitti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,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,myvidster.com,nadaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,odkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmnaut.com,ouo.io,outdoor-magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbullofficial.com,play.anghami.com,playview.io,pogo.com,polscygracze.pl,popcornflix.com,popcorntv.it,premium-link.ninja,proapkmod.com,professionaltutorial.com,promobil.de,publico.pt,purposegames.com,quoka.de,racingsportscars.com,radiocut.fm,raid-data-recovery-link.com,rapidrar.com,raptu.com,replica-watch.info,reponsesphoto.fr,rijmwoordenboek.net,roadbike.de,robot-forum.com,ronron-blog.com,rte.ie,runnersworld.de,s-kip.eu,saglamindir.net,secure-links.info,sedsports.com,seehd.pl,seetv.tv,sentireascoltare.com,shareinfo.pl,shencomics.com,shinden.pl,shink.me,shon.xyz,sk-ip.ru,sms-empfangen.com,softonic.com,sol.dk,splinternews.com,sport-tv-guide.live,stars24.cz,surfsees.com,svapo.it,syreop.com,tagblatt.ch,teachios.com,techperiod.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.it,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-algerie.com,tubitv.com,tvserial.it,upost.info,vacation-et.work,vergol.com,veuclips.com,vidoza.net,vipshare.co,viuclips.net,vmf.edge-apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,win10.vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandroid.com,yafud.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
! Other rules:
/fuckadblock.js$badfilter
/fuckadblock.min.js$badfilter
/fuckadblock.$script,redirect=prevent-fab-3.2.0
/fuckadblock-$script,redirect=prevent-fab-3.2.0
/blockadblock.$script,redirect=prevent-fab-3.2.0
/blockadblock-$script,redirect=prevent-fab-3.2.0
!
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mshares.co
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=mshares.co,important
suj.nu#%#//scriptlet("abort-current-inline-script", "adBlockNotDetected", "fuckAdBlock")
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.js
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.js
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.min.js
@@||cdn.jsdelivr.net/npm/fuckadblock@3.2.1/fuckadblock.min.js
/wp-content/plugins/wp-adblock-dedect/js/dedect.js^
! END: FuckAdBlock
! NOTE: FuckAdBlock end ⬆️
! !SECTION: mdpDeBlocker
!
! SECTION: KillAdBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/82559
zuketcreation.net#@##adMid1
zuketcreation.net#@##ad_feature
zuketcreation.net#@##adtagfooter
zuketcreation.net#@##docmainad
zuketcreation.net#@##myAd
zuketcreation.net#@##travel_ad
! '#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }'
tapewithadblock.org,drivelinks.me,embedstream.me,socceronline.me,cricstream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,tv2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,rodjulian.com,taisv.com,alogum.com,tny.so,sports24.icu,aloegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,deportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,mangas-vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,elahmad.com,fantastic-film.online,key-hub.eu,news.com.au,point-news.jp,nulledteam.com,life-n.jp,joinfaucet.com,mailonsunday.co.uk,lookmovie.ag,konstantinova.net,grab.tc,engine.univtec.com,letfap.com,litecoinads.com,vaughn.live,t-rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-gamers.com,m.kuku.lu,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.com.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,doge-bitsfree.net,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndroids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,asiatv.cc,amni8.com,royaleapi.com,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,streamtape.*,abcvideo.cc,wyborcza.biz,digitalstudiome.com,wyborcza.pl,onepiece-online-manga.com,key-hub.eu,turkrock.com,forstreams.com,romatoday.it,pstream.net,desktopsolution.org,comparteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,newsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatoday.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com,controlc.com,webserver.one,apiplayers.mir-dikogo-zapada.com,boardgamesonline.net,daemon-hentai.com,fullpdfkitapindir.com,pdfkitapp.com,palermotoday.it,mega-hentai2.blogspot.com,iptvspor.com,teenager365.com,mshare.xyz,ashemaletube.com,techacrobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,streamsforu.com,thememypc.net,md5hashing.net,theandroidpro.com,520call.me,clipventures.com,ezbit.co.in,av-uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.win,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wtf,uiz.io,nightwolfapk.com.br,luckybits.io,wibc.com,kstarmp3.com,free-bitcoin.ltd,audio-sound-premium.com,lesmoutonsrebelles.com,6tek.org,the-man.gr,otomizu.work,dreamdth.com,13.cl,dutchycorp.space,todosobrepsp.com,allvidview.com,zetflix.net,9now.com.au,ymso.net,televisiongratisenvivo.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyrics.com,tekloggers.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,toxicpatat.com,scotsman.com,jbzd.cc,buildplayer.com,zombie-film.com,dailymail.co.uk,mytech.press,upclips.online,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonster.pw,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onlineinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-drama.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.co,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
! NOTE: KillAdBlock end ⬆️
! !SECTION: KillAdBlock
!
! SECTION: BlockAdBlock
!START: BlockAdBlock
! Old and 4.2b - #%#//scriptlet("prevent-bab")
oddee.com,dash.hyzen-cloud.com,bombuj.si,coin-profits.xyz,guiasaude.info,ldicas.com.br,akw.cam,ak.sv,teamxnovel.com,akw.mov,akw-cdn1.link,bazadecrypto.com,games-manuals.com,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,bits.re,ak4eg.*,diudemy.com,eg-akw.com,kienthucrangmieng.com,zonegfx.com,lecturel.com,magesy.download,card.llsif.moe,khelnow.com,robloxaltgen.com,insurancegold.in,freevipservers.net,allfaucet.xyz,newsonground.com,visiontimesnews.com,charpress.com,techcurved.com,shadowmangas.com,cryptowidgets.net,hatauzmani.com,elitetunnel.com,mytop5.club,business-phone.org,viefaucet.com,themoviesboss.cx,nrpla.de,dramaencode.xyz,dajya-ranger.com,sequencecard.xyz,aztravels.net,hubcloud.link,memangbau.com,fmoviesdl.com,hengame.club,shortiks.com,looptorrent.net,proxyfilm.shop,teamos.xyz,djxmaza.in,examtadka.com,aradramtv.com,gawbne.com,forex-golds.com,adpps.com,skincarie.com,rulesofcheaters.net,claimlite.club,bitcomarket.net,speedynews.xyz,xmod.in,blisseyhusband.in,scriptindex.us,mnhaestate.com,an1me.nl,aeroxplorer.com,coinpayz.xyz,altyazili76.xyz,michezoafrika.com,evafaucet.info,freecoursesonline.io,unofficialtwrp.com,tutsnode.net,edummm.xyz,sgpics.net,tsd.mdn.world,ontools.net,miauscan.com,cheaterboss.com,fogodelenha.net,cheirinhobao.com,manualdamulher.net,tudogostoso.de,dpkghub.com,ezimg.co,claimsatoshi.org,cryptorotator.website,nevcoins.club,bitcoinfaucet.network,welovecrypto.org,seobit.site,waterfaucet.online,bestcripto.xyz,geojamal.com,getfreetrx.com,shrink.*,quaanhdaocuteo.com,protestia.com,saudebemestar.online,mundodebolso.me,noticiastecnologica.online,madtrx.fun,9goku.com,empregovaga.com,financashoje.online,futlances.net,tudogostoso.xyz,gastronomiabrasileira.net,multifaucet.org,tlin.me,financasnow.online,anime-king.com,vidadeatletas.com,freenovelstoread.com,azoraworld.com,tron-free.com,images4u.cc,metalnaveia66.com,khsm.io,museum-29.dajya-ranger.com,techoreels.com,ricettafitness.com,rocku.space,patchedfiles.com,belezaedieta.net,legionscans.com,chinesesexmovie.net,thetodaypost.com,multiclaim.net,freeshib.biz,datphanmem.com,articlesnew.com,darmowa-tv.xyz,sevenjournals.com,voyeurhouse.life,handydecor.com.vn,haymod.com,cubehosting.me,thizissam.in,coincity.in,heyapakabar.com,usefuldiy.com,dual1080p.blogspot.com,dreamcheeky.com,33btc.site,uruploads.com,fernsehzone.online,noviello.it,tvshows4mobile.com,forex-lab.xyz,proviralhost.com,51sec.org,urbharat.xyz,kitsunime.com,fotkaew.ru,corvusrom.com,novelmultiverse.com,animes.vision,primeos.in,crunchyscan.fr,altadefinizione.desi,animefastmega.com,fluttercampus.com,clk.asia,apkmb.com,sektedoujin.club,reit-tirement.com,egbest1.xyz,magesypro.club,jpoplibs.us,ttsfree.com,bloggingguidance.com,shiba-faucoin.com,nodo313.net,descargaranimes.net,11bit.co.in,karanpc.com,shiba.limited,kalite18.cyou,furioscans.com,audiotools.in,comandotorrent.tv,myshrinker.com,tinytranslation.xyz,ask4movie.*,downloadcursos.org,havoc-os.com,hentai-asia.com,messitv.net,elearn.interviewgig.com,fulltip.net,telepisodes.org,riadcrypto.com,adrianeboneck.com.br,claimtrx.com,watchdoge.xyz,baixedetudo.net.br,canlidershane.net,illink.net,xproxxx.org,shortlink.prz.pw,cema4.onl,mixfaucet.com,openloadtv.co,gaminplay.com,olympusscanlation.com,7apple.net,readsmsonline.com,melodelaa.link,forex-trnd.com,informatikamu.id,birdurls.com,windowsbulletin.com,sports24.icu,bshopme.site,animeunity.tv,animeuploader.com,dogeclick.net,myfirstname.rocks,publicananker.com,owllink.net,samuraiscan.com,tutsgalaxy.net,senpaiediciones.com,voyeur-house.fun,bbw-chan.nl,chaturbate-video.xyz,anhdep24.com,racevpn.com,crazyblog.in,adonisfansub.com,mgkomik.com,tritinia.com,marharo.com,ear-phone-review.com,wildfaucet.me,bitcointrophy.com,tutflix.org,tboost.xyz,doffeecafe.me,nartag.com,love-stoorey210.net,rureka.com,aemenstore.com,cazzette.com,truebrandy.com,scratch247.info,hookeaudio.com,restorbio.com,azsoft.*,manjaro.pl,medcpu.com,webassistanceita.com,allkaicerteam.com,getexploits.com,gamingforecast.com,genshinnude.com,xanimehub.com,diariotecnico.netapad2.top,games-pc.top,rustorka.com,rustorka.net,rustorkacom.lib,naylo.top,monna2.top,zannn.top,innal.top,nsfwcrave.com,lucidcam.com,turismoeviagem.com,cizzy.cc,xploit.ink,two.re,afly.pro,silenthub.net,byboe.com,cm-pack.pl,viralfeed.xyz,jav-asia.top,objectivequiz.com,robloxhacks.net,multirecommend.com,mylinkconverter.com,kingsleynyc.com,thegoneapp.com,nousdecor.com,visitmama.com,mobileflasherbd.com,staaker.com,itopmusicx.com,damduck01.com,feyorra.top,hilanofaucet.xyz,tutsgalaxy.net,descargaspcpro.net,gifans.com,bagi.co.in,cblink.crazyblog.in,egydead.com,torrentsgames.xyz,fatcatslim.ru,go4kora.com,coursewikia.com,oxanime.com,linkpoi.me,173.249.49.204,evolution-x.org,wuyong.fun,cubehosting.me,hdturk.club,short-zero.com,kittydesu.com,fzmovies.*,krypto-trend.de,gledajcrtace.xyz,mcmfaucets.xyz,promo-visits.site,hentaisvision.biz,canyoublockit.com,galaxycrypto.net,fintel.io,nusantaraproject.my.id,dogestar.website,blog.krcesdev.com,clover-manga.com,filescracks.com,crypto-fun-faucet.de,crypto-faucet.xyz,nyaa.net,freesoft.id,zcteam.id,earnsato.com,omgexploits.com,tekfiz.com,onepiece-streaming.co,cryptslice.com,taisv.com,alogum.com,nekomeowmeow.com,linkhub.icu,uploadshare.net,blackclovermanga2.com,smartparaphrasingtool.com,tezgoal.com,cartoon.porn,sozcukbul.com,todoseriales1.blogspot.com,overwatch-teamup.com,bestshort.xyz,mmff30.com,gledaitv.live,tempmailpro.net,meganews.tech,shrx.in,217.16.188.246,aloegg.com,freevstplugins.net,repo.hackyouriphone.org,acilissaati.com,pennbookcenter.com,link1s.*,nnaa66.xyz,assistir.*,edvok.com,ltc24.com,jm2.xyz,portable4pc.com,yogurk.com,coinurl.net,allhomecinema.com,clickhouse.xyz,rscripts.net,uppit.com,cryptomoneyco.in,beursig.com,hcdn.online,readmanga.se,coindice.win,coindice.win,melissabenoist.com.br,startlr.com,puretoons.me,pcso-lottoresults.com,jagoanssh.com,clickscoin.com,cryptojunkie.net,99btc.top,langitfilm.*,jam1tron.com,freetutsdownload.net,wouterplanet.com,novelgo.id,coinles.com,globaltvapp.net,eldaminger.blogspot.com,msfsaddon.com,doge.is,rodjulian.com,kiemlua.com,centraldopirata.com,torrentsmegafilmes.com,xxxdao.com,desishoot.fun,freemiumaccounts.net,ifdreamscametrue.com,mailocal2.xyz,pahe.stream,ad-doge.com,pobierzgrepc.com,donghuanosekai.com,gainbtc.click,fast-down.com,animekuro.org,down.mdiaload.com,anime-saikou.com,itopmusic.org,devcourseweb.com,tqanime.com,sm.ms,afasiaarchzine.com,f1countdown.com,topdanet.me,myreadingmanga.info,paidtomoney.com,famfonts.com,novelasligera.com,legendadult.net,tecnomusic-evolution.com,arrowos.net,secretsdeepweb.blogspot.com,itopmusic.net,getpczone.com,myviptuto.com,multicoinads.com,toplevelfaucet.website,lefturl.com,8tm.net,janusnotes.com,hdmp4mania1.net,androidtunado.com.br,gpucheck.com,akwams.*,cryptoaddicted.biz,shoppinglys.blogspot.com,fzmovies.host,freetempsms.com,file-upload.com,firefiles.org,weviral.org,pro-deals.com,dota2freaks.com,thatoneguy.com.au,tellygossips.net,hala-tube.net,significatocanzoni.it,midiextreme.com,kpopstan.com,akwam.*,bfas237blog.info,zuketcreation.net,reactgo.com,goalpro-demo.blogspot.com,livehd7.com,hugo3c.tw,themeparktourist.com,tw-hkt.blogspot.com,filedown.org,best-shopme.com,doctor-groups.com,softairbay.com,hashhackers.com,addoge.cc,adzec.cc,filmytoday.com,submitclimb.com,adeth.cc,2ix2.com,surf-trx.com,samapkstore.com,satoshiquiz.com,super-ethanol.com,royalkom.com,streamanime.xyz,vidlii.com,csgo-ranks.com,adltc.cc,pasend.*,justlightnovels.com,gobrowse.net,blowxtube.com,sociadrive.com,technisches-zeichnen.net,webzews.com,santoinferninho.com,zt-protect.net,bokepindohot.pw,hakie.net,safetxt.net,onlinevideoconverter.pro,unity3diy.blogspot.com,nodkey.xyz,raphsonbd.com,koreanaddict.net,theinnews.com,vviruslove.com,unionmanga.xyz,shrinkurl.org,hexagame.io,btcfaucet.best,yannik.biz,kiktu.com,planet-streaming1.com,asus-zenfone.com,anonymous-links.com,filmesserieshd.net,series-streaminghd.com,iptunnels.com,davidgalaxia.com,nullslide.com,softmafia.com,relmz.io,wikitechy.com,quicasting.it,xn--80abmrinidrghe0b8e.xn--p1ai,senpa.io,crypto-lovers.club,bioskopkaca21.com,larvelfaucet.com,watchseries.video,daviruzsystems.com,veryfiles.com,itdplus.ru,graphicdesignresources.net,apptoko.com,emoji.gg,lookimg.com,topfreefaucet.com,stfly.me,skidrowfull.com,pensionioggi.it,profitlink.info,apnetv.me,umecourses.xyz,text2voice.org,paste.happy2hub.net,management.ind.in,freedeepweb.blogspot.com,4download.net,eduzabawy.com,jwearn.com,fontyukle.net,zagl.info,utorrentgamesps2.blogspot.com,onlinemovie.one,aradramatv.co,dayoftheweek.org,osuskinner.com,yoursavegames.com,canadapolicereport.ca,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,yalujailbreak.net,yggtorrent.fr,yourlifeupdated.net,zeusnews.it,znaki.vxm.pl,zone-telechargement2.net,zoogirls.org#%#//scriptlet("prevent-bab")
blog.wiki-topia.com,teamx.fun,rahim-soft.com,weatherx.co.in,mondainai.moe,belajarbro.id,souqsky.net,animesanka.club,animesanka.com,myuploadedpremium.de,freeomovie.to,leechpremium.link,vintagewinepicks.blogspot.com,filmesviatorrents.gratis,anitokyo.tv,casos-aislados.com,milaulas.com,thuglink.com,colheitafeliz.net,pulsemens.com,237solution.net,anomize.xyz,turknova.net,ziperto.com,oncam.me,prologuepro.com,sharescript.net,themes-dl.com,localizaagencia.com,freegetdownloader.com,downloaderzone.com,dubsstreamz.com,fox-url.com,frkn64modding.com,komiku.co.id,mangarow.com,dolldivine.com,mazakony.net,cours-de-droit.net,kantotero.net,paste.asia,althub.club,arabnaar.com,dirrtyremix.es,dirrrtyremixes.com,freecourselab.me,bg-gledai.live,bg-gledai.co,debrid-file.com,verteleseriesonline.com,animexin.xyz,teamshiginima.com,flutenotes.ph,ouofly.com,legendas.dev,megasubtitles.com,bgnews.space,vstx.org,mariouniverse.com,sombex.com,websdr.space,business-mortgage.pw,business-loan.trade,credits-loan.pw,business-credits.cc,business-mortgage.info,loan-trading.net,freetutorials.ca,mmo-population.com,memoriadatv.com,onbox.me,getfreecourses.co,linkshrnk.com,sarapbabe.com,kollhong.com,watchonceuponatimeonline.com,myfreecourses.com,ileak.xyz,shinsori.com,zt-protect.com,techdracula.com,jakimasklad.pl,autofaucets.org,ovagames.com,miscellaneous-c.blogspot.com,proxoexploits.com,easyexploits.com,blackclovermanga.com,userapk.net,userupload.*,hhkungfu.tv,webtvhd.com,vivereurbino.it,modekoninginmaxima.nl,hunter.fm,forzearmate.eu,sklinkstech.blogspot.com,sunbtc.space,ero18.cc,reqlinks.net,expresswords.xyz,watchthementalistonline.com,shortearn.org,scambieuropei.info,filmedonstage.com,obengplus.com,tudogamesbr.com,robloxexploitz.com,teledyski.info,get-digital-help.com,nxmac.com,alfaloji.org,remangas.top,watchsuitsonline.net,bigbtc.win,amazflix.com,musicpremieres.com,animesvision.biz,daemon-hentai.com,prueba.pixelshost.com,kiminime.com,profhalazayed.gnomio.com,animesonline.cz,memexcomputer.it,romsforever.co,mintik.com,scaleya.com,xda-developers-android.blogspot.com,k258059.net,shorteet.com,happy2hub.me,midiavip.com,expressfaucet.com,javplayer.com,claim4.fun,uragongaming.blogspot.com,iptv.allkaicerteam.com,shingekikyojin3v2.net,smashresume.com,tr3fit.xyz,torrentmegafilmes.tv,earlymanga.website,ezbit.co.in,jstack.ru,freeallcourse.com,criticecho.com,mega-p2p.net,chronox.co.in,infodifesa.it,info-desk.co.za,seosocialnews.info,countrytabs.com,gvmp.de,bitearns.com,erovoice.us,remixsearch.co,comptoir-hardware.com,157.245.202.123,guncelakademi.com,apkgezegeni.com,vstx.ru,courseforfree.com,seirsanduk.online,euconfesso.com,it-developer.in.ua,notepad.pw,promipool.com,mp4upload.com,givekey.ru,kaamuu.com,adrenalinagames.com,osuskins.net,hisseyorumlari.com,drrtyr.mx,sharing.wtf,remix.es,translations.gocreateme.com,niotv.com,wallpaperwaifu.com,starfaucet.net,crackedvst.com,olodesi.com,rennagiuseppe.it,erai-ddl.info,fizyka.org,cryptlife.com,expresscrypto.io,erai-raws.info,server-listesi.com,berryboot.alexgoldcheidt.com,nu6i-bg-net.com,kfake.pw,leechall.download,fortnitedb.com,underurl.com,overlord2.net,vsttorrents.net,gaming-tools.com,vietgamemod.net,classic-retro-games.com,ponselharian.com,akatsukisubs.com,fullmatchsports.co,bax.tv,anime2001.com,mhktricks.org,onifile.com,vsx.pl,sportsio.xyz,natevanghacks.com,getrelax.cc,okyanime.com,tokvid.com,limontec.com,itechfever.com,hisse.net,sopasti.com,beureum.com,shqipvision.com,freetutorialseu.com,knaqu.tv,iwatchsouthparkonline.com,todofull.net,dekhvhai.net,kk665403.pixnet.net,thememazing.com,midnightchannel.net,narutoitalia.com,seriehd.moda,thefightingcock.co.uk,zoom-link.com,soccer24hd.com,gatevidyalay.com,simumods.com,btcnewz.com,onlinecoursebay.com,kisshentai.tv,tormalayalam.in,zipraw.com,ktm2day.com,r34anim.com,godisagamer.org,desmoriders.it,shareappscrack.com,meusfilmestorrents.com,sapixcraft.com,live90m.blogspot.com,jjcchh.com,alexstuff.ru,typingtestnow.com,piratedhub.com,livenewschat.eu,txori.com,fifermods.com,aramosalsal.tv,tibiawiki.com.br,wowclassicbis.com,shirainime.com,tamiltunes.network,tout-debrid.net,canalgx.fr,tionghoa.info,papahd.live,photoshop-kopona.com,shorterall.com,gamebrew.org,faucetbr.tk,faucet.gold,claimfreecoins.io,jaiefra.com,animemangaddl.com,techrrival.com,gogoanime.cool,chiaseapk.com,csrevo.com,designoptimal.com,seirsanduk.us,fmzm.xyz,watchmalcolminthemiddle.com,watchonetreehillonline.com,onargo.com,teknolojiprojeleri.com,uncensoredleak.com,downfile.site,cadpartners.biz,freetutorials.se,onlyfullporn.com,downloader.la,freecourser.com,quizdiva.net,opendrive.online,driverays.com,lyricsongation.com,iblitzmods.ru,queenfaucet.website,earnbtc.io,herexxx.com,mcadventuretime.com,leporno.org,kikupload.xyz,allcoins.pw,go-links.net,naturalhealthy.xyz,xn--wemodels-gf7e.to,getfreebit.xyz,cloudstorageoptions.com,turkdown.com,premiumchronicle.com,premiumleecher.com,earn4files.com,ad4msan.win,tempmail.ninja,business-trade.me,chile-forum.ru,sorhadi.net,cyberspace.world,freshmms.com,paidcoursesforfree.com,receivetxt.com,durtypass.com,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.com,onehack.us,informarea.it,pluslive.live,juba-get.com,cutlinks.pro,todotech20.com,her-sey.net,dostats.info,tollypics.com,manatelugumovies.cc,mycumx.com,learningcrux.com,readcomicsonline.ru,megaurl.in,correotemporal.org,navratdoreality.cz,robuxgen.online,g-status.com,adnet.cash,executivetraveller.com,hdporncomics.com,getpcapps.com,warscrap.io,massivetechinterview.blogspot.com,tech-zealots.com,kimchi.tv,freephonenum.com,uplod.net,hoshinoromi.org,av-drive.blogspot.com,listenpersian.net,0mniscient.github.io,10-download.com,1000bit.it,100count.net,2cheat.net,360haven.com,4downfiles.org,4horlover.com,a2zapk.com,adbilty.me,addoncloud.org,adlpu.com,adorofilmesdeterror.com,adpop.me,adslink.pw,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,akenini.com,akoam.net,akoam.site,akoam.ws,allacronyms.com,allvideos.me,alt-torrent.com,alts4free.com,amtonline.com.br,android-zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidrepublic.org,ani-ost.info,anime-loads.org,anime7.download,animes-mangas-ddl.net,animetake.tv,animetubeitalia.it,animeunity.it,animmex.net,anitoonstv.com,anitube.*,annakendrick-fr.com,annuaire-ebook.com,aphim.co,apkmos.com,apnetv.co,apnetv.tv,appdrop.net,appvn.com,arenavision.biz,arenavision.cc,arianatoday.net,arkforum.de,asianovel.com,audioz.cc,ausbt.com.au,automobile-catalog.com,avarti.co.il,avaxhome.co,bdiptv.com,bdiptv.stream,bellathorne.net,bestarticles.me,bitcoinker.com,bitload.org,bittorrent.am,blockadblock.com,blogthetech.com,boxwares.com,brfiles.com,british-birdsongs.uk,btc.ms,btc4free.site,buenamusica.com,business-mortgage.co,business-solutions.us,businessvoip.pw,camwhores.co,catchsms.com,chimica-online.it,chloemoretz.org,cinemafacil.com,claimfreebtc.win,clik.pw,clk.icu,clk.ink,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrabr.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computingforgeeks.com,connect-trojan.net,connectwww.com,contract-miner.com#%#//scriptlet("prevent-bab")
proviralhost.com,fullmatchsports.cc,sunbtc.space,elamigosedition.com,cooltamilhd.com,cracxsoftwares.com,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-forum.de,dayzrp.com,ddmix.net,desirecourse.com,dir50.com,discordemoji.com,dl.r3sub.com,dogefaucet.com,dopedgeeks.com,dove-cameron.org,down2hub.com,download.pixelexperience.org,dream-sound.com,dslr-forum.de,dundi.it,dupedornot.com,e-dokument.org,easylife.tw,education-load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,emailtemporal.org,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriting.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcrypto.com,faucethub.io,fautsy.com,fce365.info,filesharing.io,findwords.info,fm.solewe.com,forumcoin.win,freeapps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,freeiptv.life,freemidi.org,freeomovie.com,freephonenum.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetutorialsus.com,freetvall.com,freevirtualsmsnumber.com,frendx.com,funtastic-vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,fuyufs.com,g1novelas.org,galaxy.gala100.net,gamecode.win,gamemod.mobi,gamesandroidhvga.net,gametimers.it,gamezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnumber.com,getlink.pw,getyourbitco.in,globalcryptopress.com,globalrph.com,gobits.io,gofobo.com,gradown.com,grafixfather.com,gratismas.org,ha-lab.com,hackerbot.net,hacksfinity.com,hdbox.ws,hdstreamvf.com,hentaicore.org,hindistoponline.com,htnovo.net,hulblog.com,hyperdebrid.net,icefilms.info,ifate.com,ilcorsaroblu.org,imaginetricks.com,indianhacking.in,informazionefiscale.it,instawank.com,intoupload.com,ioanbtc.com,ioscreator.com,iphonecake.com,isolaillyon.it,it-times.de,italiashare.life,itopmusic.com,itshokunin.cc,iwatchtheoffice.com,jagledam.co,jagledam.com,javadecompilers.com,javstream.com,javsubtitle.co,jcbtechno.com,jkwaveblog.com,joey-king.net,jolygram.com,justnerd.it,kadal.club,karaoke-tutor.com,ke1.nl,kickedface.com,kimochi.info,kodi-tutorials.uk,komiku.co,kubadownload.com,kuronotranslations.com,l2network.eu,lacalleochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leechall.com,letsdownloads.com,lik.cl,lingolex.com,linkasm.com,linkjust.com,liodonwloads.blogspot.com,litepaste.com,lowframe.com,luckybitco.com,luckybits.io,lustich.de,macappdownload.com,macbed.com,mackungfu.org,maclife.vn,macplanete.com,magesy.eu,magesypro.com,majesy.com,makemehost.com,mamahd.tv,mangaorigin.com,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,mertcangokgoz.com,micinehd.com,midiextreme.blogspot.com,milanworld.net,mileyupdateuk.com,minhaoperadora.com.br,mixmods.com.br,money.it,mrhowtosay.com,msguides.com,muchfriends.com,mwpaste.com,myfree-tivi.com,mygoodstream.pw,myicloud.info,myip.ms,mylink.sh,mytechnopedia.com,myxclip.com,natationpourtous.com,naturalbd.com,navigaweb.net,nb-music.net,nerdmaldito.com,newsforbolly.org,nfhost.me,ngolos.com,niagotch.com,nibbits.com,nmac.to,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co,nullpress.net,nyaa.pantsu.cat,oemdtc.com,ogznet.com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onlinevideoconverter.com,ooodesi.com,openelec.tv,opus.re,ownhax.com,pallok.com,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,peliculasmegahdd.net,peperonity.net,pes-patch.com,pes.social,peytonlist.ru,pg3dhacks.com,pinaywalkers.net,pipocas.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porngun.net,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,promipool.de,promovies.pro,proxybunker.online,qmaths.in,railpictures.net,railwayoperationsimulator.com,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingekinokyojin.com,realkana.com,realmofdarkness.net,resurrectionremix.com,rlinstall.tech,rmdan.net,rmdan.tv,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoanimes.com,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-stack.com,scubidu.eu,serialwale.com,seriesgato.tv,seucinema.net,shaanig.se,shara.today,sharejunction.com,shortit.pw,shortzon.com,shrtfly.com,silicongadget.com,simulatedapeminer.com,sinepinoy.net,skmedix.pl,skycloud-exploit.weebly.com,slink.bid,smsbomber.in,smscodeonline.com,smskola.com,smslisten.com,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,snowfiles.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcerers.net,sportbikerider.us,sportsvideo.net,startseite.to,steamid.eu,steamid.uk,stfly.io,stream4free.live,streamingdivx.co,streamlord.com,studychacha.com,studydhaba.com,sukkisukki.com,superiorwallpapers.com,superyachtfan.com,syriancivilwarmap.com,sznpaste.net,tasksshare.com,techmazza.com,techposts.org,techreviewpro.com,techtunes.co,techtunes.com.bd,techzac.com,tecknity.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebeast1.com,themeslide.com,therevcounter.co.uk,theseotools.net,thewpclub.net,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulre.net,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,unfriend-app.com,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbyte.com,uploadkadeh.com,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubspartner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,venipa.net,videoadept.com,videoo.info,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.net,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-house.com,wallpaperenginefree.com,wallpapermania.eu,watchadventuretime.com,watchcastleonline.com,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchhouseonline.net,watchhowimetyourmother.online,watchparksandrecreation.net,watchpsychonline.net,watchseinfeld.com,watchsmallvilleonline.net,watchtheofficeonline.net,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#%#//scriptlet("prevent-bab")
! in case if "prevent-bab" breaks DDoS protection by Cloudflare - https://github.com/AdguardTeam/Scriptlets/issues/21
apps2app.com,dynamicpapers.com,myreadingmanga.info,linnk.info,tpaste.net,f1fanklub.pl#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "|kcolbdakcolb|")
animefastmega.com,fastcoin.ga,kiwiexploits.com,swift4claim.com,appnee.com,msmxtended.org,compartiendofull.net,necksdesign.com,zt-za.com,mywatchseries.stream,reevown.com,cryptofun.space,rndnovels.com,justlightnovels.com,tranimeizle.*#%#//scriptlet("prevent-setInterval", "/.\.display=='hidden'[\s\S]*?.\.visibility=='none'/")
checkz.net,shareappscrack.com#%#//scriptlet('prevent-setInterval', '/"hidden"==.\.display[\s\S]*?"none"==.\.visibility/')
faktykaliskie.pl#%#//scriptlet('prevent-setInterval', '/.\.display == "hidden"[\s\S]*?.\.visibility == "none"/')
userupload.*,everexam.in#%#//scriptlet("prevent-setInterval", "/.\.display\s?==\s?'hidden'[\s\S]*?.\.visibility\s?==\s?'none'/")
! Can be replaced by "scriptlet" when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/57
animex.club#%#AG_abortInlineScript(/document\.getElementById\('babasbmsgx'\)/, 'Math.floor');
! For an old version: #banner_ad - removed as obsolete. Just in memory.
! !+ NOT_OPTIMIZED
! #@##banner_ad
!END: BlockAdBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/132150
! https://github.com/AdguardTeam/Scriptlets/issues/250
! TODO: remove after fixing the "prevent-bab" scriptlet [14.10.2022]
macbed.com#%#//scriptlet('prevent-setInterval', 'clientHeight')
! NOTE: BlockAdBlock end ⬆️
! !SECTION: BlockAdBlock
!
! SECTION: antiblock.org g207
! START: antiblock.org g207
! $generichide exclusions moved to 'content_blocker.txt'
! LINK: BaseFilter\sections\content_blocker.txt#antiblockorg
! #%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/google_ad_client/')
postazap.com,360kora.io,hes-goals.io,coin-profits.xyz,king-shoot.io,9goals.io,s41poke.com,yalla-shoot-tv.io,kiddyshort.com,chartstream.net,tucinehd.com,toramemoblog.com,db-creation.net,aiimgvlog.fun,akw.cam,daemonanime.net,hes-goal.net,userupload.net,irasutoya.blogspot.com,kiiw.icu,ak.sv,haafedk2.com,akw.mov,akw-cdn1.link,youwatch-serie.com,k-ba.net,yalla-kora.tv,go.freetrx.fun,klartext-ne.de,ak4ar.*,reyada-365.com,nu6i-bg-net.com,linkvertise.download,mawsueaa.com,akw.to,xn--mgba7fjn.*,laurasia.info,traductionjeux.com,fernsehzone.online,ak4eg.*,eg-akw.com,lecturel.com,kooora4lives.net,ibmmainframes.com,4mirrorlink.com,king-shoot.tv,gametter.com,downloadgeral.com,animehditalia.it,eegybest.xyz,descargasok.com,descargasok.org,ontools.net,aztravels.net,memangbau.com,handydecor.com.vn,downfile.site,lib.hatenablog.com,claim.fun,comandotorrenthd.org,livestreamtvbox.com,sultanovic.info,leechpremium.net,adpps.com,pastlinkvn.com,oneotv.online,liveradios.online,freehorseracingtv.com,baixedetudo.net.br,mistermodzzforum.space,thizissam.in,darmowa-telewizja.com,playstore.pw,myuploadedpremium.de,kymta.com,animeuniverse.*,gaget.hatenablog.com,hakanayas.blogspot.com,appsfullversion.com,thinktibits.blogspot.com,khsm.io,polstream.live,trendyoum.com,valuable.hatenablog.com,yalla-shoot-now.us,avjamak.net,yacine-tv.com,gsm1x.xyz,zeroupload.com,health-and.me,cubehosting.me,livetvboxfree.com,e-didaskalia.blogspot.com,copydev.com,zuketcreation.net,warungfansub.xyz,teamxnovel.com,mangajokomik.blogspot.com,prestashopturkiye.com,teamxmanga.com,starekino888.blogspot.com,animefastmega.com,funnymadworld.blogspot.com,egbest1.xyz,burnbutt.com,itdmusics.com,tienganhedu.com,latest-files.com,cotravinh.blogspot.com,themanwiththehat.de,sturls.com,gotxx.com,320volt.com,akwams.*,akwam.*,apasih.pw,fivemturk.com,lordchannel.com,anoboy.media,oneotv.com,5ggyan.com,uyduportal.net,audiobookcup.com,adslinkfly.online,explosivemenu.com,love-stoorey210.net,gfilex.blogspot.com,mediapemersatubangsa.com,ileak.xyz,two.re,comandotorrentshds.org,link.technics-goods.info,mysafe.stisda.ac.id,metamani.blog15.fc2.com,youkaiwatch2345.blog.fc2.com,aimasummd.blog.fc2.com,dokuo666.blog98.fc2.com,newssokuhou666.blog.fc2.com,touhoudougamatome.blog.fc2.com,ads-ti9ni4.blogspot.com,bouamra.blogspot.com,cintateknologi.com,dr-ios.com,pramejarab.blogspot.com,thelibrarydigital.blogspot.com,tamilmovierockers.info,drop.download,codare.fun,devotag.com,addonbiz.com,gaminplay.com,mizugigurabia.com,traficodetorrents.com,sportlive.*,yilmaztv.com,garaveli.de,mobileflasherbd.com,xiaomitools.com,masfrandy.com,pengantartidurkuh.blogspot.com,whowantstuffs.blogspot.com,animesanka.*,satilikhayvanim.com,th-world.com,mas-13.site,ihow.info,momozain.com,upinipin.me,leechpremium.link,bams.my.id,botannews.com,readyssh.net,satunivers.tv,arab4media.com,larvelfaucet.com,duit.cc,realitycheats.com,megacuriosidades.pw,itdmusic.in,ozbeceriksizler.co,adsy.pw,arabwe3.com,onlinetutorium.com,3dzip.org,nandetribune.com,lefturl.com,8tm.net,adobeactivators.blogspot.com,wo2viral.com,majesy.org,greatanimation.it,wowtv.info,onlyfoot.net,magesy.eu,gomaainfo.com,listatv.pl,kabel-tv-plus.blogspot.com,cgtips.org,3dmodelshare.org,tutoganga.blogspot.com,sshagan.net,goossh.com,dafideff.com,moneywar2.blogspot.com,linkerload.com,linksaya.com,ockles.com,fawrye.com,exambd.net,telemporio4.blogspot.com,tel-emporio10.blogspot.com,texte.work,ifile.cc,hhkungfu.tv,filetera.com,mangawt.com,inazumaotoshifansub.xyz,anoboy.stream,freshstuff4u.info,thuglink.com,mage.si,magesy.pro,minemods.com.br,bedavapdf.com,anonymousceviri.com,seireshd.com,globalssh.net,pghk.blogspot.com,stalker-mods.su,tainhanhvn.com,sakaiplus.com,nulledpremium.com,minorpatch.com,singamda.net,micano4u.org,techieway.blogspot.com,de-baystars.doorblog.jp,gbadamud.blogspot.com,cosmomaker3.blogspot.com,2kspecialist.net,digit77.com,hd-tch.com,maxidbr.com,archaeologynewsnetwork.blogspot.com,zekozimo.blogspot.com,dosyayukle.biz,nensaysubs.net,cheatglobal.com,bitearns.com,altyazili13.xyz,wojtekczytawh40k.blogspot.com,ogrenciyegelir.com,tipslab.info,akoam.net,forumrenkli.com,download.3dzip.org,toppng.com,goodssh.com,magdyman.com,best-anime.eu,anoboy.video,servicio-software.net,squidssh.com,descargaspcpro.net,pesfreedownloads.com,erpsoftwarelink.blogspot.com,viralogic.xyz,linkvertise.com,cirokun.blogspot.com,ryukanime.lompat.in,anisubindo.video,anibatch.me,lnindo.org,gdr-online.com,tamilyogi.vip,flsaudio.com,daemon-hentai.com,windes.com.es,interssh.com,dinvemitoloji.com,mangaromance.eu,onlineproxy.online,mixloads.com,unlockapk.com,libros4.com,animenonton.tv,wegner.tech,wikitrik.com,aspdotnet-suresh.com,jagoanssh.com,cle0desktop.blogspot.com,dropapk.to,mycumx.com,pharmaguideline.com,news-tech.xyz,marketmovers.it,ktmx.pro,jelajahinternet.me,mega-debrit.com,mimaletamusical.blogspot.com,balog18.blogspot.com,yupptv.in,fforfree.net,readrawmanga.com,vabstutorials.com,infosehatku.club,muhammadyoga.me,myshorturls.blogspot.com,link-to.net,almezoryae.com,jobhunterplg.xyz,freeserial-keys.blogspot.com,sna3talaflam.com,merdekaid.online,shtu.pro,sslproxies24.top,suarankri.me,getlec.blogspot.com,mohanlalmovieshub.blogspot.com,1idsly.com,updatetribun.org,darmowa-telewizja.online,porkyfap.org,iglive.me,drivebox.club,loverscum.com,linku.us,mobdi3ips.com,ljutkeunvpn.blogspot.com,javaguides.net,egyptiangy.net,freshstuff4you.com,exiledros.net,anime-i.com,fakyu.net,sardeath.com,diagnofast.com,aeprofree.com,droidtk.com,nir-oz.blogspot.com,itdmusic.com,majesy.com,sourcebincc.com,jagobd.com,ministryofsolutions.com,samnaprawiam.com,king-pes.blogspot.com,gotofap.tk,short24.pw,sdw-net.me,akashiro.co.id,terrarium.com.pl,europeanclassiccomic.blogspot.com,programminggeek.in,hexafile.net,neko-miku.com,visionias.net,micloudfiles.com,kpliker.net,smarturlref.net,go-ez.net,free-premium.maxidbr.com,telolet.in,mimaletadepeliculas.blogspot.com,voipsipclient.blogspot.com,voipsipclient.blogspot.nl,mamahd.tv,antiblock.org,verdirectotv.com,stadium-live.biz,driverdestek.com,ebookdz.com,eikaiwamastery.blogspot.com,wakudan.seesaa.net,kamikiyuki.hatenablog.com,omutulove.seesaa.net,omutulove.blog.fc2.com,hayamimi-gunpla.com,klikshowtime.com,oyunceviri.net,dreamfancy.org,m.pes24.com,tumkarikaturler.com,merlininkazani.com,softmaroc.org,televallweb.site,projetomotog.blogspot.com,radiotormentamx.com,eldaryasolutiongame.blogspot.com,stiffgamerdown.com,televall.website,sacheats.com,filmes-torrent-baixar.blogspot.com,otakuworldsite.blogspot.com,novelasymangasjpo.blogspot.com,bludvfilmes.com,tv-onlinehd.com,textflix.us,majesy.com,dompl3.info,latornamesa.blogspot.com,acienciasgalilei.com,yoututosjeff.es,nuevos-mu.ucoz.com,generacionretro.net,novelasd.com,tiengnhatpro.net,zwergenstadt.com,praxis-jugendarbeit.de#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/google_ad_client/')
! #%#//scriptlet("prevent-setTimeout", "/\.displayMessage[\s\S]*?\.nextFunction\(\)/") - in case if 'abort-current-inline-script' doesn't work due to race condition (happens with extensions only)
! or in case if 'abort-current-inline-script' doesn't work correctly, related to this issue - https://github.com/AdguardTeam/Scriptlets/issues/57
eurotruck2.com.br,aktion-holz.de,infinite-streaming.live,torrentmovies.online,zeroupload.com,yoima.hatenadiary.com,magesy.blog,daemon-hentai.com,uyduportal.net,blogesque.net,shortx.net,elamigosedition.com,hadoantv.com,top-faucet.com,wtfcripto.com,3dscias.blogspot.com,buffed.de,zcteam.id,telefullenvivo.com,futbolfullenvivo.com,pf-electronicstt.com,teamxmanga.com,turkdebrid.net,megawypas.com,maxurlz.com,aktion-solar.com,nbyts.online,itsguider.com,fc.lc,streamzz.*,www-daftarharga.blogspot.com,embed-channel.stream,udemypremiumcourses.com,blog.40ch.net,mobilkulup.com,uvnc.com,plex-guide.de,iconmonstr.com,dmhy.b168.net,sshconect.com.br,teknomuda.com,4download.net,dcode.fr,xup.in,gdrivez.xyz,safeku.com,pkfnpo.ru,streamz.*,seriesynovelas.online,onehack.us,gsmturkey.net,cheatsquad.gg,conversationexchange.com#%#//scriptlet("prevent-setTimeout", "/\.displayMessage[\s\S]*?\.nextFunction\(\)/")
! #%#//scriptlet("prevent-setTimeout", "/offsetParent[\s\S]*?defaultView\.getComputedStyle[\s\S]*?currentStyle\.display\)=='none'/")
serverssh.net,webcreator-journal.com,filesus.com,tools.halpas.com#%#//scriptlet("prevent-setTimeout", "/offsetParent[\s\S]*?defaultView\.getComputedStyle[\s\S]*?currentStyle\.display\)=='none'/")
! #%#//scriptlet("prevent-addEventListener", "load", "google_ad_client")
thebookee.net,decomaniacos.es,acapellas.eu,depo-program.blogspot.com,animeuniverse.*,e9china.net,freecoursesonline.me,configinter.net,smsbomber.biz,pianetafanta.it,freesoftpdfdownload.blogspot.com#%#//scriptlet("prevent-addEventListener", "load", "google_ad_client")
! #%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'displayMessage:')
fazercurriculo.online,usandoapp.com,cybertechng.com,digitalmarktrend.com,fc-lc.xyz,tophostingapp.com,cravesandflames.com,encurtandourl.com,codesnse.com,hdrez.com,uploady.io,oii.io,xpicture.ru,uploadydl.com,prz.pw,btvsports.lol,novelsapps.com,novelssites.com,freecoursesonline.me,shortx.net,techydino.net,toutes-les-solutions.fr,bclikeqt.com,pikafile.com,shortlink.prz.pw,webhostingpost.com,telefullenvivo.com,futbolfullenvivo.com,uploadmx.com,leet365.cc,rosefile.net,shuajota.com,xn--swqq1zt9i.net,markipli.com,katflys.com,gagaltotal666.my.id,fc-lc.com,streamzz.*,toonvideos.*,pythonmatplotlibtips.blogspot.com,dqmsl-search.net,khlinks.buzz,nobinbarta.com,webserver.one,blograffo.net,channelstream.club,bitfly.io,kiwiexploits.com,4horlover.com,hesgoal.com,chuppito.fr,streamz.*,shorterall.com,reifenrechner.at,baltasar5010purohentai.com,jumpmanclubbrasil.com.br,ozbeceriksizler.com,livestreamgamess.blogspot.com,ear-phone-review.com,adshrink.it,vmc.org.pl,anime-extremo.com,azvideo.net,dictionnaire-medical.net,forum-pokemon-go.fr,getinmac.com,hdbox.ws,in-trend.biz,links4u.me,megafilmestorrents.net,mp3fiber.com,sharecool.us,studizba.com,up-load.io,vivotvhd.com,wehellas.gr#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'displayMessage:')
! old JS rule
letras2.com,zonasports.es,pajaslocas.com,parasitipedia.net,ferr-um.ucoz.ru,stalker-mods.clan.su,helpsetup.ru,nazolog.com,i8086.de,promotionbasis.de,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"));
! if JS/scriptlet is not working
pianetafanta.it,wikitrik.com,duit.cc#@##Adrectangle
pianetafanta.it,wikitrik.com,duit.cc#@##PageLeaderAd
pianetafanta.it,wikitrik.com,duit.cc#@##ad-column
pianetafanta.it,wikitrik.com,duit.cc#@##advertising2
pianetafanta.it,wikitrik.com,duit.cc#@##divAdBox
pianetafanta.it,wikitrik.com,duit.cc#@##mochila-column-right-ad-300x250-1
pianetafanta.it,wikitrik.com,duit.cc#@##searchAdSenseBox
pianetafanta.it,wikitrik.com,duit.cc#@##ad
pianetafanta.it,wikitrik.com,duit.cc#@##Ads
pianetafanta.it,wikitrik.com,duit.cc#@##adSense
pianetafanta.it,wikitrik.com,duit.cc#@##adrectangle
pianetafanta.it,wikitrik.com,duit.cc#@##AdRectangle
!
! Scriptlet rules does not work in apps
! END: antiblock.org g207
! NOTE: antiblock.org g207 end ⬆️
! !SECTION: antiblock.org g207
!
! SECTION: InstartLogic
! START: InstartLogic
! It can be IP dependent - inline script, external JS or no InstartLogic script
! InstartLogic version: 10.6.32/10.9.37/10.9.40
! '#%#//scriptlet("set-constant", "Object.prototype.iadb", "undefined")'
foxsports.com.au,baggersmag.com,boatingmag.com,cbssports.com,cnet.com,cruisingworld.com,cycleworld.com,dirtrider.com,diversitybestpractices.com,edmunds.com,floridatravellife.com,frontpage.pch.com,gamespot.com,goal.com,ign.com,infinitiev.com,islands.com,marlinmag.com,metacritic.com,motorcyclecruiser.com,motorcyclistonline.com,msn.com,outdoorlife.com,popphoto.com,popsci.com,saltwatersportsman.com,scubadiving.com,sportdiver.com,sportfishingmag.com,sportingnews.com,spox.com,thoughtcatalog.com,tv.com,tvguide.com,utvdriver.com,wakeboardingmag.com,webmd.com,wetteronline.de,yachtingmagazine.com#%#//scriptlet("set-constant", "Object.prototype.iadb", "undefined")
! On some sites InstartLogic loaded by external JS: '/i10c@p1/client/latest/abd/instart.js'
/i10c@p1/client/latest/abd/instart.js$domain=ranker.com|infinitiev.com
! InstartLogic CSS broken
cnet.com#@#a[href*="/adclick."]
foxsports.com.au,wakeboardingmag.com,cbssports.com,thoughtcatalog.com,webmd.com,gamespot.com,windowscentral.com,tvguide.com,sfgate.com,afterellen.com,boston.com,calgarysun.com,cattime.com,celebuzz.com,cnet.com,comingsoon.net,computershopper.com,ctnow.com,cycleworld.com,edmunds.com,everydayhealth.com,metacritic.com,msn.com,popphoto.com,popsci.com,ranker.com,saveur.com,sportingnews.com,tv.com,washingtonpost.com#@#iframe[width="300"][height="250"]
foxsports.com.au,wakeboardingmag.com,cbssports.com,thoughtcatalog.com,webmd.com,gamespot.com,windowscentral.com,tvguide.com,sfgate.com,afterellen.com,boston.com,calgarysun.com,cattime.com,celebuzz.com,cnet.com,comingsoon.net,computershopper.com,ctnow.com,cycleworld.com,edmunds.com,everydayhealth.com,metacritic.com,msn.com,popphoto.com,popsci.com,ranker.com,saveur.com,sportingnews.com,tv.com,washingtonpost.com#@#iframe[width="728"][height="90"]
! END: InstartLogic
! NOTE: InstartLogic end ⬆️
! !SECTION: InstartLogic
!
! SECTION: Sourcepoint
laptopmag.com#%#//scriptlet("abort-on-property-write", "_sp_")
! before extension update please move foreign domains to respected filter
||sp.usatoday.com^
pushsquare.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)})}();
eurogamer.es,eurogamer.net,paramountplus.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)})}();
cbs.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)})}();
coachmag.co.uk,vier.be,carmagazine.co.uk,amc.com,bikeradar.com,mylifetime.com,gentside.com,biography.com,alphr.com,gesundheitsfrage.net,gutefrage.net,finanzfrage.net,theweek.co.uk,spiegel.de,autoexpress.co.uk,eppingforestguardian.co.uk,cotswoldjournal.co.uk,eurogamer.de,metabomb.net,usgamer.net,ligainsider.de,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)})}();
doodle.com,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,demorgen.be,deadline.com,dayviews.com,wwd.com,mymotherlode.com,goldderby.com,winload.de,kino.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,bikeradar.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,gamesradar.com,giga.de,gamona.de,erdbeerlounge.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);
! https://github.com/AdguardTeam/AdguardFilters/issues/63484
kino.de,demorgen.be#@%#(function(b,d,e){function a(){}b={get:function(){return a},set:a},d={};Object.defineProperties(d,{spid_control_callback:b,content_control_callback:b,vid_control_callback:b});e=new Proxy({},{get:function(a,c){switch(c){case "config":return d;case "_setSpKey":throw Error();default:return a[c]}},set:function(a,c,b){switch(c){case "config":return!0;case "bootstrap":case "mms":return a[c]=b,!0;default:throw Error();}}});Object.defineProperty(window,"_sp_",{get:function(){return e},set:a})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/49614
bikeradar.com,spiegel.de#@%#!function(){function b(){}function a(a){return{get:function(){return a},set:b}}function c(a){a(!1)}AG_defineProperty('_sp_.config.content_control_callback',a(b)),AG_defineProperty('_sp_.config.spid_control_callback',a(b)),AG_defineProperty('_sp_.config.vid_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)})}();
! NOTE: Sourcepoint end ⬆️
! !SECTION: Sourcepoint
!
!--- ChameleonX ---
/wp-content/embeded-adtional-content/*$redirect=nooptext,important
!
! NOTE: Kill-Adblock
/wp-content/plugins/kill-adblock/*$domain=ceplik.com|mrcheat.us|udemycoursedownloader.com|techno360.in|mocasoft.ro|articlesjar.com
ceplik.com,mrcheat.us,udemycoursedownloader.com,articlesjar.com,wrzko.ws,mocasoft.ro,techno360.in##.kill-adblock-container
!
! SECTION: Uponit
mmorpg.com,101greatgoals.com,biology-online.org,bizportal.co.il,calcalist.co.il,eurweb.com,examinationresults.ind.in,freewarefiles.com,hobbyconsolas.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,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,jvpnews.com,tetrisfriends.com,video.gazeta.pl,kshowonline.com,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(){});
colourlovers.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "window.TextDecoder")
! NOTE: Uponit end ⬆️
! !SECTION: Uponit
!
! 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;
the-sun.com,gmx.*,transfermarkt.*#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
@@||transfermarkt.*/image
@@||i*.gmx.com/image
@@||the-sun.com/wp-content/uploads/
!
! 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([/(?!)/]));
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
!
! JS rule for blocking XHR requests
! ***It has less supported ad domains than new rule***
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android)
5.ua,animeget.net,antidiary.com,azov-sea.info,blackboxrepack.com,chudesa.site,gazeta.ua,guru.ua,hd-dream.ru,kino-dom.org,lugradar.net,megatfile.cc,oklivetv.com,pure-t.ru,rian.com.ua,webcam.guru.ua,yahooeu.ru#%#(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)}})();
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android)
1movies.is,game8.vn,shippuden-naruto.com,megatfile.cc#%#(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|csp-oz66pp\.ru|ok9ydq\.ru|kingoablc\.com)[:/]/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)}})();
! JS for the sites with frequenly changed ad domains
! Another JS rule for some sites
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android, ext_ff)
acefile.co,mineavto.ru,newkaliningrad.ru,eku.ru,kramola.info,farap.ru,vesti.ru,myslo.ru,pravda.ru,vesti.ru,itog.info,myshows.me,neolove.ru#%#//scriptlet("abort-current-inline-script", "atob", "['charCodeAt']")
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android, ext_ff)
animepace.si,tamilyogi.cc#%#window.atob = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/24892
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android, ext_ff)
@@||ads.exdynsrv.com/nativeads.js$domain=torrentgalaxy.org
!
! https://github.com/AdguardTeam/AdguardFilters/issues/11091
! ads reinjection
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android)
kizi.com,minijuegos.com,footyroom.com,computerhoy.com,tworeddots.com,netzwelt.de,datpiff.com,jpost.com,quotidiano.net,broadwayworld.com,bold.dk,ilrestodelcarlino.it,spaziogames.it,ilgiorno.it,diariodocentrodomundo.com.br,acidcow.com,yepi.com,talkwithstranger.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,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,mathworksheetsgo.com,lamoto.es,sportenkort.dk,motomercado.es,diariodocentrodomundo.com.br,datpiff.com,asheepnomore.net,tworeddots.com,datpiff.com,footyroom.com,kizi.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "window.TextDecoder")
!
! SECTION: AdFender
!--- Prevent AdFender detection ---
@@||webfail.com/image
!+ NOT_OPTIMIZED
@@||reuters.com^$generichide
!+ NOT_OPTIMIZED
@@||webfail.com^$generichide
!+ NOT_OPTIMIZED
@@||pons.com/p/files/*$image
!+ NOT_OPTIMIZED
@@||reutersmedia.net/resources^
! NOTE: AdFender end ⬆️
! !SECTION: AdFender
!
! SECTION: Yavli
! 'ta_do:', ',adb:function(){if('
! #%#//scriptlet("json-prune", "*", "ad_to_link")
phoenixnewtimes.com,populistpress.com,thepatriotjournal.com,newser.com,canadafreepress.com,kresy.pl,thelibertydaily.com,writerscafe.org,populist.press,welovetrump.com,grammarist.com,protrumpnews.com,concomber.com,videogamesblogger.com,gamersheroes.com,letocard.fr,thepalmierireport.com,beforeitsnews.com#%#//scriptlet("json-prune", "*", "ad_to_link")
! another variant
amgreatness.com,beforeitsnews.com#%#//scriptlet("abort-on-property-write", "__reg_events")
thegatewaypundit.com,100percentfedup.com,comicallyincorrect.com,thepoke.co.uk#%#//scriptlet("abort-current-inline-script", "navigator.userAgent", "Object.getOwnPropertyDescriptor")
! For content blockers
@@||rddywd.com/adcode.png$domain=populistpress.com|canadafreepress.com|thelibertydaily.com|writerscafe.org|populist.press|welovetrump.com|grammarist.com|protrumpnews.com|concomber.com|videogamesblogger.com|gamersheroes.com|letocard.fr|100percentfedup.com|thepalmierireport.com|kresy.pl|beforeitsnews.com|thepatriotjournal.com|phoenixnewtimes.com|thepoke.co.uk|comicallyincorrect.com|thegatewaypundit.com
@@||rddywd.com/advertising.js$domain=populistpress.com|canadafreepress.com|thelibertydaily.com|writerscafe.org|populist.press|welovetrump.com|grammarist.com|protrumpnews.com|concomber.com|videogamesblogger.com|gamersheroes.com|letocard.fr|100percentfedup.com|thepalmierireport.com|kresy.pl|beforeitsnews.com|thepatriotjournal.com|phoenixnewtimes.com|thepoke.co.uk|comicallyincorrect.com|thegatewaypundit.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=populistpress.com|canadafreepress.com|thelibertydaily.com|writerscafe.org|populist.press|welovetrump.com|grammarist.com|protrumpnews.com|concomber.com|videogamesblogger.com|gamersheroes.com|letocard.fr|100percentfedup.com|thepalmierireport.com|kresy.pl|beforeitsnews.com|thepatriotjournal.com|phoenixnewtimes.com|thepoke.co.uk|comicallyincorrect.com|thegatewaypundit.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=populistpress.com|canadafreepress.com|thelibertydaily.com|writerscafe.org|populist.press|welovetrump.com|grammarist.com|protrumpnews.com|concomber.com|videogamesblogger.com|gamersheroes.com|letocard.fr|100percentfedup.com|thepalmierireport.com|kresy.pl|beforeitsnews.com|thepatriotjournal.com|phoenixnewtimes.com|thepoke.co.uk|comicallyincorrect.com|thegatewaypundit.com
! With CSP rule ads are not blocked
@@||videogamesblogger.com^$csp
! NOTE: Yavli end ⬆️
! !SECTION: Yavli
!
! NOTE: MediaNews Group, Inc. sites
@@||paywall-ad-bucket.s3.amazonaws.com/ad_300_250.jpg
santacruzsentinel.com,reviewjournal.com,record-bee.com,dailylocal.com,saratogian.com,union-bulletin.com,reporterherald.com,sgvtribune.com,bostonherald.com,theoaklandpress.com,dailybreeze.com,eastbaytimes.com,ocregister.com,chicoer.com,delcotimes.com,denverpost.com,macombdaily.com,newsday.com,pe.com,trentonian.com,twincities.com,marinij.com,dailybulletin.com,timescall.com,dailydemocrat.com,tampabay.com,adn.com,times-standard.com,montereyherald.com,spokesman.com,ajc.com#%#//scriptlet("abort-on-property-read", "MG2Loader.init")
!
!*****
!* Several wordpress adblock detector plugins
/wp-content/plugins/noti-blocker/js/blocker.js
/wp-content/plugins/eazy-ad-unblocker/*
/wp-content/plugins/jgc-adblocker-detector/*
/wp-content/plugins/unblock-adsense/*/adunblock
/wp-content/plugins/adunblocker
/wp-content/plugins/simple-adblock-notice-pro^
!*****
!
!
! gplinks - gplinks.co/fi3p
! https://github.com/AdguardTeam/AdguardFilters/issues/170980
! https://github.com/AdguardTeam/AdguardFilters/issues/147126
! https://github.com/AdguardTeam/AdguardFilters/issues/146997
! https://github.com/AdguardTeam/AdguardFilters/issues/140366
@@||gplinks.in/track/
! #$?##SmileyBanner { remove: true; }
tipdoot.in,kishanganjnews.in,powerrangergames.com,flyshayari.com,pagalmp3status.com,mdsuuniversity.org,odishadjs.link,trancebazar.com,jankari4u.com,instander.me,friv4school.in,digitalfacts4u.com,odiasongsworld.com,raidersixgameapk.com,sarkariexam365.com,gentletrail.in,mghindinews.in,netflixvip.in,pmyojanasarkari.in,picassoappk.com,geniuseducares.com,learnwithsaif.in,sugargliderfaqs.com,foreverhealth.in,eternalcbse.in,awolio.com,odiamusicsong.com,news36tech.com,minijankari.com,nhmgujarat.in,jobwaala.in,w3hindi.in,kaisekareblog.com,theringtonesworld.in,picassoappk.com,bmremix.in,odiasongmuzic.com,bharatsarkarijobalert.com,mpscstudyhub.com,djppclub.com,indiasarkari.com,ojasnew.in,mystudyhelp.in,aditechz.com,blog24.me,onpointgame.net,doge25.in,kejriwalyojana.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in#$?##SmileyBanner { remove: true; }
! ###AdbModel
tipdoot.in,kishanganjnews.in,powerrangergames.com,flyshayari.com,pagalmp3status.com,mdsuuniversity.org,odishadjs.link,trancebazar.com,jankari4u.com,instander.me,friv4school.in,digitalfacts4u.com,odiasongsworld.com,raidersixgameapk.com,sarkariexam365.com,gentletrail.in,mghindinews.in,netflixvip.in,pmyojanasarkari.in,picassoappk.com,geniuseducares.com,learnwithsaif.in,sugargliderfaqs.com,foreverhealth.in,eternalcbse.in,awolio.com,odiamusicsong.com,news36tech.com,minijankari.com,nhmgujarat.in,jobwaala.in,w3hindi.in,kaisekareblog.com,theringtonesworld.in,picassoappk.com,bmremix.in,odiasongmuzic.com,bharatsarkarijobalert.com,mpscstudyhub.com,djppclub.com,indiasarkari.com,ojasnew.in,mystudyhelp.in,aditechz.com,blog24.me,onpointgame.net,doge25.in,kejriwalyojana.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in###AdbModel
! #%#//scriptlet('remove-node-text', 'script', 'AdbModel')
tipdoot.in,kishanganjnews.in,powerrangergames.com,flyshayari.com,pagalmp3status.com,mdsuuniversity.org,odishadjs.link,trancebazar.com,jankari4u.com,instander.me,friv4school.in,digitalfacts4u.com,odiasongsworld.com,raidersixgameapk.com,sarkariexam365.com,gentletrail.in,mghindinews.in,netflixvip.in,pmyojanasarkari.in,picassoappk.com,geniuseducares.com,learnwithsaif.in,sugargliderfaqs.com,foreverhealth.in,eternalcbse.in,awolio.com,odiamusicsong.com,news36tech.com,minijankari.com,nhmgujarat.in,jobwaala.in,w3hindi.in,kaisekareblog.com,theringtonesworld.in,picassoappk.com,bmremix.in,odiasongmuzic.com,bharatsarkarijobalert.com,mpscstudyhub.com,djppclub.com,indiasarkari.com,ojasnew.in,mystudyhelp.in,aditechz.com,blog24.me,onpointgame.net,doge25.in,kejriwalyojana.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in#%#//scriptlet('remove-node-text', 'script', 'AdbModel')
!
! `Force Adblock` (app_vars) - Please disable Adblock to proceed to the destination page.
!  #%#//scriptlet('set-constant', 'app_vars.force_disable_adblock', 'undefined')
pwrpa.cc,link4earn.com,atglinks.com,megaurl.in,megafly.in,pandaznetwork.com,tii.la,ckk.ai,xpshort.com,kinemaster.cc,rajsayt.xyz,insurglobal.xyz,linkszia.co,usanewstoday.club,tlin.me,pndx.live,cutp.in,aylink.info,try2link.com,usdshort.com,onroid.com,filmyzilla-in.xyz,zirof.com,samaa-pro.com,earnme.club,adshort.*,adurly.cc,nini08.com,shortlink.prz.pw,swzz.xyz,mixfaucet.com,crazyblog.in,adlinkweb.com,linkbr.xyz,baominh.tech,shortz.one,newsalret.com,clickscoin.com,seulink.online,toptap.website,ez4short.com,gtlink.co,upshrink.com,beingtek.com,link.rota.cc,insuranceblog.xyz,coinsparty.com,katflys.com,webo.one,linkfly.io,coinadfly.com,ownurl.site,coinsurl.com,clk.ink,dl.tech-story.net,cpm10.org,theicongenerator.com,rancah.com,kingurls.com,link.asiaon.top,download.sharenulled.net,lucidcam.com,clikern.com,adsmoker.com,gifans.com,zipurls.com,theblissempire.com,xfiles.io,upfiles.*,filezipa.com,arab-chat.club,dz-linkk.com,jp88.xyz,shorterall.com,promo-visits.site,cryptourl.net,shrink.icu,rshrt.com,ptc.wtf,tei.ai,exey.*,url4cut.xyz,claimfreebits.com,shrlink.top,webshort.in,eririo.club,jameeltips.us,freshi.site,yxoshort.com,pewgame.com,turkdown.com,foxseotools.com,earnwithshortlink.com,tui.click,shrx.in,short.food-royal.com,linkpoi.me,adpop.me,galaxy-link.space,link.ltc24.com,kiiw.icu,vshort.link,adnit.xyz,fwarycash.moviestar.fun,finanzas-vida.com,linkebr.com,clickhouse.xyz,bloggingguidance.com,smoner.com,charexempire.com,cut-fly.com,tl.tc,forex-trnd.com,linkshorts.*,mycut.me,cuts-url.com,gainbtc.click,voxc.org,gonety.com,menjelajahi.com,st23q.com,hotel.menjelajahi.com,viraloc.com,beautyram.info,ccurl.net,shrt10.com,yourtechnology.online,1shorten.com,cashearn.cc,cryptoads.space,adcorto.me,shrinkforearn.in,seulink.net,modapk.link,holaurl.com,adbl.live,miklpro.com,kutt.io,afly.pro,cutlink.link,short88.com,pngit.live,exe.app,adcorto.xyz,okec.uk,viral-topics.com,paidtomoney.com,passgen.icu,lite-link.xyz,pureshort.link,recipestutorials.com,droplink.co,tawiia.com,vvc.vc,lite-link.com,bdnewsx.com,curto.win,linksfire.co,internewstv.com,ivn3.com,illink.net,4rl.ru,trinddz.com,ilinks.in,techupme.com,bitfly.io,earnguap.com,imagenesderopaparaperros.com,pslfive.com,url.namaidani.com,c-ut.com,toroox.com,4cash.me,shrinkme.in,fir3.net,softairbay.com,link1s.net,doctor-groups.com,abdeo8.com,apksvip.com,gibit.xyz,claimcrypto.cc,pkr.pw,todaynewspk.win,shrinke.me,wordcounter.icu,try2link.net,stfly.me,shorthub.co,dz4win.com,real-sky.com,bolssc.com,short2.cash,fx4vip.com,cutdl.xyz,shortearn.in,megalink.vip,adsrt.live,linksly.co,link1s.*,veneapp.com,cheappath.com,shortzon.com,arabplus2.co,linkurl.me,profitlink.info,zagl.info,shorthitz.com,savelink.site,axuur.com,tmearn.com,samapro.me,mondainai.moe,2ota.com,pnd.*,popimed.com,tipsforce.com,aii.sh,intothelink.com,7r6.com,iir.ai,tii.ai,biroads.com,adsrt.net,afly.us,coredp.com,bestearnonline.com,dz4link.com,gamesrs.com,ouofly.com,clicksbee.com,linkshrnk.com,linkad.in,fc.lc,techrfour.com,exee.io,rifurl.com,shurt.pw,owllink.net,birdurls.com,oncehelp.com,donia2link.com,cutlinks.pro,adclic.pro,shortpaid.com,s-url.xyz,adbull.tech,adbull.org,slink.bid,wplink.online,linkviet.xyz,dutchycorp.space,encurta.eu,adsrt.org,leechpremium.link,earnload.co,gpmojo.co,shrinkhere.xyz,readnnews.com,bitearns.com,wheeledu.com,gplinks.co,sedoinfo.com,memoo.xyz,neonlink.net,cashurl.in,bitcoinly.in,wealthh.xyz,supersimple.online,freeshrinker.com,linkviet.top,salez.site,unishort.com,dayy.site,caat.site,shortearn.eu,adbull.site,shrinx.net,2xs.io,earnload.com,jo2win.com,spiin.xyz,cleft.xyz,repayone.net,adslinkfly.online,ndoqp.com,go99tech.com,gplinks.in,waar.site,stfly.io,seosence.com,eio.io,cutwin.com,uii.io,acorpe.com,shrinkerhub.com,techbeast.xyz,techofaqs.com,zoom-link.com,short.pe,myhealthlytips.com,shorten.sh,megalink.pro,pingit.im,clik.pw,uiz.io,latestseoupdate.com,payskip.org,fasshi.xyz,shrinkme.io,urlcloud.us,2-cars.club,ex-foary.com,linkfinal.com,dearresult.com,ultraurls.com,shrinkurl.org,exe.io,liclink.com,shortearn.org,linkviet.net,adsafelink.com,enrt.eu,lkop.me,trendfaq.com,linkvietvip.com,suqdz.com,trendpick.info,egovtjob.in,getlink.deadtoonsindia.net,digitallearn.online,bollyreveal.com,shrtfly.net,mysiterank.org,digitalcafez.com,shotfly.in,adbilty.me#%#//scriptlet('set-constant', 'app_vars.force_disable_adblock', 'undefined')
#@#.ad-box
!  for platforms without JS rules support
ckk.ai,xpshort.com#@#.ad-BANNER
! url block
@@||2oceansvibe.com/?custom=takeover&callback=jQuery$domain=uiz.io
!
! SECTION: AdBlock Notify
! `AdBlock Notify` (anOptions)
! Scriptlet `#%#//scriptlet("abort-on-property-read", "anOptions")`
wololo.net,russianusa.tarima.org,lebakcyber.net,ifdreamscametrue.com,nudes7.com,switch-xci.xyz,meganebuk.net,teknomuda.com,ps4pkg.com,iptv4best.com,topnewsshow.com,intelligentliving.co,apkmaza.net,serie-novelas.com,outplayed.it,nulleb.com,oyuncusoruyor.com,picgiraffe.com,cgtips.org,locurainformaticadigital.com,p4fcourses.com,polskiedrogi-tv.pl,alltutorialsworld.com,racefans.net,csitalia.org,yildizscript.com,aulianza.com,pkmods.com,projetoscanlator.com,foxaholic.com,game-2u.com,easytutoriel.com,junaedialwi.com,otakuwire.com,turkceyama.net,xiaomitools.com,cfd.ninja,bwe.su,ebookscart.com,sciotocountydailynews.com,blogarti.com,labkom.co.id,muratisbilir.com.tr,torrentmafya.org,saberprogramas.com,smarteranalyst.com,movieknowing.com,10elol.it,app.poweradspy.com,money-sense.club,dailymockup.com,ciclosport.com,litecompare.com,tv-livestream.online,legendas.dev,megasubtitles.com,sexgayhot.com,jstranslations1.com,ggwptech.com,ultimate-catch.eu,animexin.xyz,xingkbjm.com,avoiderrors.com,freejavbt.com,butchixanh.com,desirefx.me,healthlytalks.com,androidride.com,v2rayssr.com,amote69.com,embetronicx.com,evileaks.su,freemockup.net,bozuyukhaberajansi.com,shatter-box.com,haberpop.com,techidence.com,edmtunes.com,textfonts.net,wotcheatmods.com,grafixfather.com,asia-mag.com,dellwindowsreinstallationguide.com,yolgunlukleri.net,amirantivirus.com,spaziogames.it,modernvalueinvesting.de,shirokuns.com,hulblog.com,omgmusik.com,omglyrics.com,phpscripttr.com,kkpmh.vip,resource-pack.com,kindleku.com,biryoo.com,onurcici.com,variatkowo.pl,lauxanh.org,robloxscripts.com,filmboxoffice.web.id,satcesc.com,teamsaiyajin.it,stilearte.it,gidabilinci.com,ipeenk.com,hwzone.co.il,bilgidehasi.com,tyrocity.com,plugintorrent.com,pinsystem.co.uk,comando4kfilmes.com,trgamestudio.com,terrarium.com.pl,3dzip.org,turreta.com,elevatortoday.com,canalbpv.com,thesimarchitect.com,desktophut.com,hackinformer.com,bookflare.org,earmilk.com,baomay01.com,chimicamo.org,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,bambusmann.de,kkphm.com,51kkp.club,gizchina.com,msguides.com,csonline2.net,airlive.net,arch2o.com,asianhobbyist.com,automobile-propre.com,barboflacmusic.com,celebsepna.com,civetta.tv,culture-informatique.net,dubs.top,faq.ph,filesrom.com,freepreset.net,gamesmagnet.net,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,learncpponline.com,ovagames.com,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rushtime.in,scat.gold,soskidkami.ru,thefalse9.com,torrentmafya.net,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#%#//scriptlet("abort-on-property-read", "anOptions")
! for platforms without JS rules support
/wp-content/uploads/*/*.js$domain=turkceyama.net|xiaomitools.com|sciotocountydailynews.com|muratisbilir.com.tr|torrentmafya.org|smarteranalyst.com|movieknowing.com|money-sense.club|tv-livestream.online|legendas.dev|megasubtitles.com|ggwptech.com|ultimate-catch.eu|xingkbjm.com|avoiderrors.com|v2rayssr.com|embetronicx.com|haberpop.com|techidence.com|wotcheatmods.com|grafixfather.com|asia-mag.com|dellwindowsreinstallationguide.com|amirantivirus.com|modernvalueinvesting.de|shirokuns.com|hulblog.com|omgmusik.com|omglyrics.com|phpscripttr.com|kkpmh.vip|resource-pack.com|kindleku.com|biryoo.com|onurcici.com|variatkowo.pl|lauxanh.org|robloxscripts.com|filmboxoffice.web.id|satcesc.com|teamsaiyajin.it|stilearte.it|gidabilinci.com|plugintorrent.com|pinsystem.co.uk|comando4kfilmes.com|trgamestudio.com|terrarium.com.pl|turreta.com|elevatortoday.com|canalbpv.com|thesimarchitect.com|desktophut.com|hackinformer.com|bookflare.org|earmilk.com|chimicamo.org|chromeba.net|learnsql.xyz|otobelgesel.com|ad4msan.win|mediasobytiya.com|airlive.net|civetta.tv|gamesmagnet.net|gktoday.in|jkmk.net|jppinto.com|learncpponline.com|programegratuitepc.com|scat.gold|unblockedgamming.com|veezie.st|wallstreams.com|labkom.co.id
!+ NOT_OPTIMIZED
wololo.net,russianusa.tarima.org,lebakcyber.net,ifdreamscametrue.com,nudes7.com,switch-xci.xyz,meganebuk.net,teknomuda.com,ps4pkg.com,iptv4best.com,topnewsshow.com,intelligentliving.co,apkmaza.net,serie-novelas.com,outplayed.it,nulleb.com,oyuncusoruyor.com,picgiraffe.com,cgtips.org,locurainformaticadigital.com,p4fcourses.com,polskiedrogi-tv.pl,alltutorialsworld.com,racefans.net,csitalia.org,yildizscript.com,aulianza.com,pkmods.com,projetoscanlator.com,foxaholic.com,game-2u.com,easytutoriel.com,junaedialwi.com,otakuwire.com,turkceyama.net,xiaomitools.com,cfd.ninja,bwe.su,ebookscart.com,sciotocountydailynews.com,blogarti.com,labkom.co.id,muratisbilir.com.tr,torrentmafya.org,saberprogramas.com,smarteranalyst.com,movieknowing.com,10elol.it,app.poweradspy.com,money-sense.club,dailymockup.com,ciclosport.com,litecompare.com,tv-livestream.online,legendas.dev,megasubtitles.com,sexgayhot.com,jstranslations1.com,ggwptech.com,ultimate-catch.eu,animexin.xyz,xingkbjm.com,avoiderrors.com,freejavbt.com,butchixanh.com,desirefx.me,healthlytalks.com,androidride.com,v2rayssr.com,amote69.com,embetronicx.com,evileaks.su,freemockup.net,bozuyukhaberajansi.com,shatter-box.com,haberpop.com,techidence.com,edmtunes.com,textfonts.net,wotcheatmods.com,grafixfather.com,asia-mag.com,dellwindowsreinstallationguide.com,yolgunlukleri.net,amirantivirus.com,spaziogames.it,modernvalueinvesting.de,shirokuns.com,hulblog.com,omgmusik.com,omglyrics.com,phpscripttr.com,kkpmh.vip,resource-pack.com,kindleku.com,biryoo.com,onurcici.com,variatkowo.pl,lauxanh.org,robloxscripts.com,filmboxoffice.web.id,satcesc.com,teamsaiyajin.it,stilearte.it,gidabilinci.com,ipeenk.com,hwzone.co.il,bilgidehasi.com,tyrocity.com,plugintorrent.com,pinsystem.co.uk,comando4kfilmes.com,trgamestudio.com,terrarium.com.pl,3dzip.org,turreta.com,elevatortoday.com,canalbpv.com,thesimarchitect.com,desktophut.com,hackinformer.com,bookflare.org,earmilk.com,baomay01.com,chimicamo.org,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.com,bambusmann.de,kkphm.com,51kkp.club,gizchina.com,msguides.com,csonline2.net,airlive.net,arch2o.com,asianhobbyist.com,automobile-propre.com,barboflacmusic.com,celebsepna.com,civetta.tv,culture-informatique.net,dubs.top,faq.ph,filesrom.com,freepreset.net,gamesmagnet.net,gktoday.in,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,learncpponline.com,ovagames.com,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource-packs.de,rushtime.in,scat.gold,soskidkami.ru,thefalse9.com,torrentmafya.net,tutsgalaxy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x-team.com#@##adSense
! NOTE: AdBlock Notify end ⬆️
! !SECTION: AdBlock Notify
!
!START: adtoniq
bigleaguepolitics.com,flagandcross.com#%#//scriptlet("abort-on-property-read", "adtoniq")
!+ NOT_PLATFORM(windows, mac, android)
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=flagandcross.com
!
adsatoshi.com,tech.dutchycorp.space,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
!
! 'ai_adb_detected'
linuxthebest.net,turkeycrack.com,guncelkaynak.com,soulreaperzone.com,myonepiecemanga.com,chuksguide.com,tencentgamingbuddy.co,dark5k.com,gplcanyon.com,civildigital.com,paksociety.com,iptv4sat.com,apkmb.com,loveroms.online,loveroms.online,soulreaperzone.com,freecoursesonline.me##body > div[id^="ai-adb-"][style^="position: fixed; top:"][style*="z-index: 9999"]
tutsnode.org,nakiny.com,linuxthebest.net,turkeycrack.com,guncelkaynak.com,soulreaperzone.com,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.com,dark5k.com,myonepiecemanga.com,chuksguide.com,tencentgamingbuddy.co,gplcanyon.com,civildigital.com,paksociety.com,iptv4sat.com,apkmb.com,loveroms.online,loveroms.online,soulreaperzone.com,freecoursesonline.me#%#//scriptlet("set-constant", "ai_adb_detected", "noopFunc")
!
! NOTE: Flashvars anti-adblock
! #%#//scriptlet("set-constant", "flashvars.protect_block", "")
watchmdh.to,watchporn.to,viralpornhub.com,camwhoresbay.porn,ebalovo.*,camwhores.*,camlovers.tv,sexcams-24.com,camhub.tv,pornissimo.org,pornobit.me,porntn.com,femdomtb.com,pornoham.me,tubsexer.com,homegrownfreaks.net,pornfd.com,pornsexer.com#%#//scriptlet("set-constant", "flashvars.protect_block", "")
!
! SECTION: ai_front / ai_adb
! #%#//scriptlet("abort-on-property-read", "ai_wait_for_jquery")
!+ NOT_PLATFORM(ext_ublock)
isekaitube.com,diznr.com,fairyhorn.cc,gadgetguideonline.com,mentourpilot.com,hulnews.top,shramikcard.in,kargotakiptr.com,netchimp.co.uk,gameost.net,sajhanotes.com,jpopsingles.eu,ticonsiglio.com,pornstash.in,topnewreview.com,skincarie.com,astro.qc.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazines.com,lilymanga.com,techcyan.com,supertipz.com,unceleb.com,rimworldbase.com,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,chineseanime.co.in,waves4you.com,freshersnow.com,inwepo.co,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,mobilanyheter.net,azoraworld.com,papunika.com,dramahd.me,audiotools.pro,flinsetyadi.com,populistpress.com,starwarsnews.it,victor-mochere.com,programmiedovetrovarli.it,gamingdeputy.com,forex-lab.xyz,fabiofood.com,ccthesims.com,puspas.com.np,almanilan.com,magesypro.com,magesy.blog,thecustomrom.com,itbusiness.com.ua,keralatelecom.info,techkaran.co.in,courseunity.com,webdeyazilim.com,wikirise.com,googledrivelinks.com,mejoresmodsminecraft.site,sysnettechsolutions.com,dafontfree.io,ebookmela.co.in,freevstplugins.net,audiotools.blog,tgsup.group,scubidu.eu,gkpb.com.br,adrianoluis.net,altevolkstrachten.de,animecast.net,armyranger.com,bengalinews.co.in,boxylucha.com,chibchat.com,comprasenoferta.com,coreseeker.com,descargasmix.xyz,duniailkom.com,enciclopediaonline.com,eyalo.com,fosslovers.com,fotopixel.es,freeiphone.fr,hairstylesthatwork.com,hello-e1.com,ichberlin.com,indostarmedia.com,indrive.net,ireez.com,keepkoding.com,latribunadeautomocion.es,linemarlin.com,lumpiastudio.com,miaandme.org,mobility.com.ng,mygardening411.com,newstvonline.com,organismes.org,papagiovannipaoloii.altervista.org,pictasty.com,playlists.rocks,relatosdesexo.xxx,rencah.com,riverdesdelatribuna.com.ar,sarkarinaukry.com,seamanmemories.com,socialmediaverve.com,solnechnyj-kitaj.ru,thefoodstorydotcom.wpcomstaging.com,theorie-musik.de,topperpoint.com,transformator220.ru,vita-water.ru,amyscans.com,udoyoshi.com,javhoho.com,isekaisubs.web.id,parzibyte.me,buydekhke.com,gaydelicious.com,gaypornmasters.com,5moviesporn.net,freebulksmsonline.com,ubuntudde.com,mettablog.com,secondlifetranslations.com,charbelnemnom.com,lowkeytech.com,gcertificationcourse.com,game-owl.com,plugincrack.com#%#//scriptlet("abort-on-property-read", "ai_wait_for_jquery")
! #%#//scriptlet("abort-on-property-write", "ai_front")
!+ NOT_PLATFORM(ext_ublock)
ftuapps.dev,gorecenter.com,bdix.app,lacittadisalerno.it,tutsnode.org,dcounter.space,m3uiptv.com,tutsnode.com,ebookbb.in,territorioleal.com,lilymanga.net,freeiptvplayer.com,7daystodiemods.com,avitter.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,trustmyscience.com,sarkarilist.org,usanewstoday.club,earnme.club,tipblogg.com,freecoursesonline.me,doctorrouter.ru,puspas.com.npapad2.top,games-pc.top,rustorka.com,rustorka.net,rustorkacom.lib,naylo.top,monna2.top,zannn.top,innal.top,javnow.net,pasend.*,mettablog.com,threezly.com,safemodapk.com,truyenbanquyen.com,veganinja.hu,studydhaba.com,c4ddownload.com,blisseyhusband.in,goblinsguide.com,gerardopandolfi.com,asklaftananlamazinhindi.com,solotrend.net,nsw2u.*,alphagames4u.com,courses4u.info,nawalakarsa.id,elektrikmen.com,doctorrouter.ru,politics-dz.com,unityassets4free.com,hdhub4u.cc,apkmaza.net,janusnotes.com,tekfame.com,wristreview.com,freewebcart.com,hinjakuhonyaku.com,mashtips.com#%#//scriptlet("abort-on-property-write", "ai_front")
! ##[style*="cursor:"][style*="user-select: none;"][style*="z-index:"]
ftuapps.dev,gorecenter.com,lumpiastudio.com,bdix.app,isekaitube.com,lacittadisalerno.it,tutsnode.org,diznr.com,fairyhorn.cc,gadgetguideonline.com,mentourpilot.com,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnode.com,hulnews.top,shramikcard.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny.com,freeiptvplayer.com,7daystodiemods.com,avitter.net,truyentranhfull.net,kargotakiptr.com,netchimp.co.uk,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.com,gameost.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,audiotruyenfull.com,sarkarilist.org,daemon-hentai.com,bi-girl.net,jpopsingles.eu,usanewstoday.club,earnme.club,tipblogg.com,ticonsiglio.com,lazytranslations.com,tutsnode.net,freecoursesonline.me,kpopjjang.com,topnewreview.com,skincarie.com,astro.qc.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazines.com,lilymanga.com,softfully.com,supertipz.com,celeb.nude.com,luckystudio4u.com,shineads.in,unceleb.com,bajeczki.org,rimworldbase.com,doctorrouter.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,chineseanime.co.in,waves4you.com,qzlyrics.com,freshersnow.com,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,mobilanyheter.net,audiotools.pro,apkmb.com,flinsetyadi.com,populistpress.com,starwarsnews.it,programmiedovetrovarli.it,gamingdeputy.com,forex-lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,magesy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,courseunity.com,webdeyazilim.com,freeiphone.fr,sysnettechsolutions.com,dafontfree.io,ebookmela.co.in,freevstplugins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gamingsym.in,gkpb.com.br,ilifehacks.com,frkn64modding.com,parzibyte.me,googledrivelinks.com,world4.eu,ubuntudde.com,mettablog.com,secondlifetranslations.com,charbelnemnom.com,lowkeytech.com,gcertificationcourse.com,game-owl.com,javnow.net,pasend.*,therootdroid.com,fantasyfootballgeek.co.uk,threezly.com,safemodapk.com,truyenbanquyen.com,veganinja.hu,cybermania.ws,studydhaba.com,nurgsm.com,c4ddownload.com,blisseyhusband.in,goblinsguide.com,gerardopandolfi.com,asklaftananlamazinhindi.com,solotrend.net,nsw2u.*,alphagames4u.com,courses4u.info,fcportables.com,nawalakarsa.id##[style*="cursor:"][style*="user-select: none;"][style*="z-index:"]
! For Safari
ftuapps.dev,bdix.app,isekaitube.com,lacittadisalerno.it,tutsnode.org,diznr.com,fairyhorn.cc,mentourpilot.com,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnode.com,hulnews.top,shramikcard.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny.com,freeiptvplayer.com,7daystodiemods.com,avitter.net,truyentranhfull.net,kargotakiptr.com,netchimp.co.uk,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.com,gameost.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,sajhanotes.com,sarkarilist.org,bi-girl.net,jpopsingles.eu,usanewstoday.club,earnme.club,tipblogg.com,ticonsiglio.com,tutsnode.net,freecoursesonline.me,clujust.ro,topnewreview.com,skincarie.com,astro.qc.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazines.com,lilymanga.com,softfully.com,luckystudio4u.com,shineads.in,unceleb.com,rimworldbase.com,doctorrouter.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,minemodpacks.ru,chineseanime.co.in,waves4you.com,qzlyrics.com,freshersnow.com,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,mobilanyheter.net,audiotools.pro,apkmb.com,flinsetyadi.com,populistpress.com,starwarsnews.it,programmiedovetrovarli.it,gamingdeputy.com,forex-lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,magesy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,courseunity.com,webdeyazilim.com,freeiphone.fr,dafontfree.io,ebookmela.co.in,freevstplugins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gkpb.com.br,ilifehacks.com,frkn64modding.com,parzibyte.me,googledrivelinks.com,world4.eu,sysnettechsolutions.com##[style*="cursor:"][style*="z-index:"][style*="transform"]
ftuapps.dev,bdix.app,isekaitube.com,lacittadisalerno.it,tutsnode.org,diznr.com,fairyhorn.cc,mentourpilot.com,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnode.com,hulnews.top,shramikcard.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny.com,freeiptvplayer.com,7daystodiemods.com,avitter.net,truyentranhfull.net,kargotakiptr.com,netchimp.co.uk,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.com,gameost.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,sajhanotes.com,sarkarilist.org,bi-girl.net,jpopsingles.eu,usanewstoday.club,earnme.club,tipblogg.com,ticonsiglio.com,tutsnode.net,freecoursesonline.me,clujust.ro,topnewreview.com,skincarie.com,astro.qc.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazines.com,lilymanga.com,softfully.com,luckystudio4u.com,shineads.in,unceleb.com,rimworldbase.com,doctorrouter.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,minemodpacks.ru,chineseanime.co.in,waves4you.com,qzlyrics.com,freshersnow.com,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,mobilanyheter.net,audiotools.pro,apkmb.com,flinsetyadi.com,populistpress.com,starwarsnews.it,programmiedovetrovarli.it,gamingdeputy.com,forex-lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,magesy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,courseunity.com,webdeyazilim.com,freeiphone.fr,dafontfree.io,ebookmela.co.in,freevstplugins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gkpb.com.br,ilifehacks.com,frkn64modding.com,parzibyte.me,googledrivelinks.com,world4.eu,sysnettechsolutions.com##[style*="cursor:"][style*="z-index:"][style*="position: fixed;"]
!
clujust.ro,minemodpacks.ru,apkmb.com,freeiphone.fr#%#//scriptlet("abort-current-inline-script", "define", "ai_check")
lilymanga.net,freecoursesonline.me#%#//scriptlet("prevent-setTimeout", "/navigator\.userAgent[\s\S]*?fetch[\s\S]*?catch/")
luckystudio4u.com,fifaultimateteam.it#%#//scriptlet("prevent-setTimeout", "/fetch[\s\S]*?\.append[\s\S]*?jQuery|ai_|ad_banner/")
bi-girl.net,tutsnode.net,qzlyrics.com,ilifehacks.com,frkn64modding.com#%#//scriptlet("abort-on-property-write", "ai_adb_get_script")
audiotruyenfull.com,daemon-hentai.com,celeb.nude.com,cultura-informatica.com,bajeczki.org,exbulletin.com,burakgoc.com,googledrivelinks.com,thenextdroid.com,world4.eu,javnow.net,pasend.*,fantasyfootballgeek.co.uk,cybermania.ws#%#//scriptlet("abort-on-property-read", "ai_run_scripts")
! anti-adblock 'adBlockDetected'
paoencurtador.blogspot.com,1090ys2.com,mikl4forex.com,clickscoin.com,techmody.io,marharo.com,link1s.com,aemenstore.com,cazzette.com,truebrandy.com,scratch247.info,byboe.com,hookeaudio.com,restorbio.com,medcpu.com,nbyts.online,lucidcam.com,itsguider.com,forex-gold.net,staaker.com,kingsleynyc.com,thegoneapp.com,nousdecor.com,moddedguru.com,downfile.site,gainbtc.click,tecnotutoshd.net,7misr4day.com,anig.me,sanoybonito.club,porn300.com,share1223.com,konstantinova.net,asiatv.cc,whatsaero.com,ebookdz.com,onepiece-online-manga.com,imintweb.com,coinbid.org,9docu.org,av-uncen.com,kstarmp3.com,6tek.org,zmanga.org#%#//scriptlet("abort-on-property-read", "adBlockDetected")
! NOTE: ai_front / ai_adb end ⬆️
! !SECTION: ai_front / ai_adb
!
!START: Popups - LocalStorage element abPopLastCall
@@||ads.exoclick.com/ads.js$domain=sss.xxx|hdzog.com|hclips.com
hclips.com,hdzog.com,sss.xxx#@#.advertisements
hclips.com,hdzog.com,sss.xxx#@#.adver
hclips.com#@#.adholder2
!END: Popups - LocalStorage element abPopLastCall
!
! AdRegain
competentedigitale.ro,onehack.us#%#//scriptlet("abort-on-property-write", "adregain_wall")
! #%#//scriptlet("abort-on-property-read", "ad_nodes")
!
!
! Ad reinject
@@||cdn.adspirit.de/banner/_default/160x600.jpg$domain=streetdir.com|roaddir.com
@@||cdn.adspirit.de/banner/_default/300x250.jpg$domain=streetdir.com|roaddir.com
@@||cdn.adspirit.de/banner/_default/468x60.jpg$domain=streetdir.com|roaddir.com
@@||cdn.adspirit.de/banner/_default/728x90.jpg$domain=streetdir.com|roaddir.com
@@||static.criteo.net/js/ld/publishertag.prebid.js$domain=streetdir.com|roaddir.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=streetdir.com|roaddir.com
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=streetdir.com|roaddir.com
@@||tycoon.adspirit.net/adview.php^$domain=streetdir.com|roaddir.com
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/56415
! NOTE: contributor.google.com
! generic fix for e.g. class="subadimg footerFullAd pdpads_desktop adkit-advert adline"
! IMPORTANT: Add generichide exception for content blockers to `content-blocker.txt` in the same section
#$#div[class*=" "][style^="width: 1px; height: 1px; position: absolute; left: -10000px; top: -"] { display: block !important; }
!
learn-japanese-adventure.com,thetvdb.com,aranzulla.it,drikpanchang.com,ettoday.net,smstome.com,tvp.info,medevel.com,abczdrowie.pl,tvn24.pl,nikkei225jp.com,apuntesdeingles.com,cnbeta.com.tw,lidovky.cz,gazeta.pl,animefillerlist.com,i.pl,interia.pl,japan.techinsight.jp,f1-gate.com,dailymail.co.uk#$#body { overflow: visible !important; }
learn-japanese-adventure.com,thetvdb.com,aranzulla.it,drikpanchang.com,ettoday.net,smstome.com,tvp.info,medevel.com,abczdrowie.pl,tvn24.pl,nikkei225jp.com,apuntesdeingles.com,cnbeta.com.tw,lidovky.cz,gazeta.pl,animefillerlist.com,i.pl,interia.pl,japan.techinsight.jp,f1-gate.com,dailymail.co.uk#$#body div.fc-ab-root:not(#style_important) { display: none !important; }
!
korben.info,alternativeto.net#%#//scriptlet('abort-current-inline-script', 'atob', '/googlefc|\.parentNode\.removeChild\(f\)/')
!
! #%#//scriptlet("abort-on-property-read", "__tnt.adBlockEnabled")
sozcu.com.tr,heraldo.es,20minutos.es,tucson.com,gendai.media,hamakei.com,telva.com,gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,stltoday.com,auburnpub.com,trib.com,dailyprogress.com,journalstar.com,siouxcityjournal.com,pantagraph.com#%#//scriptlet("abort-on-property-read", "__tnt.adBlockEnabled")
!
||fundingchoicesmessages.google.com^$domain=video.repubblica.it|br0wsers.com|mathsspot.com|now.gg|aranzulla.it|3bmeteo.com
! 'adblockdetector.front.abagent.agent'
/javascript_adblockdetector/front_front_abagent.js
!
! arlinablock
!+ NOT_OPTIMIZED
||peliculas8k.com/TV/encriptador/adblocknuevo.js
!+ NOT_OPTIMIZED
||okmp3.ru/js/plears.js
!+ NOT_OPTIMIZED
||optiklink.com/arlinablock.js
!+ NOT_OPTIMIZED
||ruxox.ru/js/plears.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/adigunawanxd/pluginsgalaxymag@master/seosecretidnblockads.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/ayoubcr5/bestnhl/ad.js
!+ NOT_OPTIMIZED
||cdn.rawgit.com/Arlina-Design/quasar/*/arlinablock.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/mdnaik/myblog@master/arlinablock.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/Arlina-Design/quasar@master/arlinablock.js
!+ NOT_OPTIMIZED
||cdn.staticaly.com/gh/Arlina-Design/*/arlinablock.js
!+ NOT_OPTIMIZED
||rawcdn.githack.com/sanjoy944/jonaki/*/adblockerpupup.js
!+ NOT_OPTIMIZED
||rawcdn.githack.com/*/arlinablock.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/dewaplokis/block@master/dewablock.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/*/js/arlinablock.js
!+ NOT_OPTIMIZED
||receivefreesms.co.uk/adblk/adblk_enc.js
!+ NOT_OPTIMIZED
||romgoc.net/*/adblock_fuck.js
!+ NOT_OPTIMIZED
||frendz4m.org/arlinablock.js
!+ NOT_OPTIMIZED
||imparteconocimientos.com/recursos/Anti-AdBlocker.js
!+ NOT_OPTIMIZED
||krx18.com/ads/adsblockx.js
krx18.com,meclipstudy.in,vknsorgula.net,uploadrar.com,elbierzodigital.com,rivanimation.com,codenova-center.web.app,safbits.com,bestnhl.com,frendz4m.org#$#body { overflow: auto !important; }
krx18.com,meclipstudy.in,vknsorgula.net,uploadrar.com,elbierzodigital.com,rivanimation.com,codenova-center.web.app,safbits.com,bestnhl.com,frendz4m.org#$##arlinablock { display: none !important; }
safelink.asia#$#body { overflow: auto !important; }
safelink.asia#$##seosecretidnadblock { display: none !important; }
krx18.com,safelink.asia,meclipstudy.in,uploadrar.com,rivanimation.com,codenova-center.web.app,safbits.com,bestnhl.com#%#//scriptlet('prevent-addEventListener', 'load', 'downloadJSAtOnload')
vknsorgula.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
safelink.asia#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=drivedrama.com|puressh.net|iptvbin.com|htnovo.net|frendz4m.org|bestnhl.com|safbits.com|codenova-center.web.app|rivanimation.com|elbierzodigital.com|uploadrar.com|vknsorgula.net|safelink.asia
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=drivedrama.com|puressh.net|iptvbin.com|htnovo.net|frendz4m.org|bestnhl.com|safbits.com|codenova-center.web.app|rivanimation.com|elbierzodigital.com|uploadrar.com|vknsorgula.net|safelink.asia
!
! ignielAdBlock
! #%#//scriptlet('abort-current-inline-script', 'document.createElement', 'ignielAdBlock')
shii4u.cam,batch-kun.com,iosviet.com,shahee4u.cam,indokontraktor.com,shahid4u.charity,freebnbcoin.com,eg-akw.com,exotictgirl.blogspot.com,adnews.me,traffic1s.com,codevn.net,ipacrack.com,oii.io,1shorten.com,publicananker.com,kiemlua.com,pes-patches.com,yoshare.net,playstore.pw,paste1s.com,note1s.com,fc.lc,fc-lc.com,health-and.me,akwam.*,rockmods.net,duit.cc,arabseed.*,poppamr.com,miuiku.com,tatangga.com,flash-firmware.blogspot.com,ghostsnet.com,rezkozpatch.xyz,orirom.com,rumahit.id#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'ignielAdBlock')
bospedia.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'AdBlock')
akw.cam,ak.sv,akw.mov,akw-cdn1.link,anhdep24.com,nguyenvanbao.com,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,ak4eg.*#%#//scriptlet('abort-current-inline-script', 'eval', 'ignielAdBlock')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=freebnbcoin.com|exotictgirl.blogspot.com|bospedia.com|rockmods.net|aiimsneetshortnotes.com|arabseed.*|poppamr.com|adnit.xyz|miuiku.com|tatangga.com|flash-firmware.blogspot.com|ghostsnet.com|rezkozpatch.xyz|rumahit.id|sekilastekno.com|romfirmware.com|orirom.com|gsmfirmware.net|akwam.*|health-and.me|fc-lc.com|fc.lc|note1s.com|paste1s.com|playstore.pw|yoshare.net|pes-patches.com|1shorten.com|publicananker.com|ipacrack.com|codevn.net|traffic1s.com|adnews.me|eg-akw.com|ak4eg.*|xn--mgba7fjn.*|akw.to|mawsueaa.com|ak4ar.*|anhdep24.com|nguyenvanbao.com|akw-cdn1.link|akw.mov|ak.sv|akw.cam|shahid4u.charity|indokontraktor.com|shahee4u.cam|batch-kun.com|shii4u.cam
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=freebnbcoin.com|exotictgirl.blogspot.com|bospedia.com|rockmods.net|aiimsneetshortnotes.com|arabseed.onl|poppamr.com|adnit.xyz|miuiku.com|tatangga.com|flash-firmware.blogspot.com|ghostsnet.com|rezkozpatch.xyz|rumahit.id|sekilastekno.com|romfirmware.com|orirom.com|gsmfirmware.net|akwam.*|health-and.me|fc-lc.com|fc.lc|note1s.com|paste1s.com|playstore.pw|yoshare.net|pes-patches.com|1shorten.com|publicananker.com|ipacrack.com|codevn.net|traffic1s.com|adnews.me|eg-akw.com|ak4eg.*|xn--mgba7fjn.*|akw.to|mawsueaa.com|ak4ar.*|anhdep24.com|nguyenvanbao.com|akw-cdn1.link|akw.mov|ak.sv|akw.cam|shahid4u.charity|indokontraktor.com|shahee4u.cam|batch-kun.com|shii4u.cam
fc-lc.com###ignielAdBlock
!+ NOT_OPTIMIZED
shii4u.cam,batch-kun.com,shahee4u.cam,indokontraktor.com,shahid4u.charity,akw.cam,ak.sv,akw.mov,akw-cdn1.link,anhdep24.com,nguyenvanbao.com,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,ak4eg.*,adnews.me,traffic1s.com,codevn.net,ipacrack.com,oii.io,1shorten.com,publicananker.com,kiemlua.com,pes-patches.com,yoshare.net,paste1s.com,note1s.com,fc.lc#$#body { overflow: auto !important; }
!+ NOT_OPTIMIZED
batch-kun.com,akw.cam,ak.sv,akw.mov,akw-cdn1.link,anhdep24.com,nguyenvanbao.com,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,ak4eg.*,adnews.me,traffic1s.com,codevn.net,ipacrack.com,oii.io,1shorten.com,publicananker.com,kiemlua.com,pes-patches.com,yoshare.net,paste1s.com,note1s.com,fc.lc#$##ignielAdBlock { display: none !important; }
shii4u.cam,shahee4u.cam,indokontraktor.com,shahid4u.charity#$#.ignielAdBlock { display: none !important; }
!
! DHAntiAdBlocker
@@/dh-anti-adblocker/assets/js/ads-prebid.js
@@/dh-anti-adblocker/assets/js/prebid-ads.js
@@/dh-anti-adblocker/assets/js/prebid-ads-
@@/dh-anti-adblocker/public/js/prebid-ads.js
@@/dh-new-anti-adblocker-lite/public/js/prebid-ads.js
@@/dh-anti-adblocker/public/js/adex.js
exerror.com,pc-plaza.com,crackwatch.eu,supertipz.com,cronosscan.net,arrowos.net,cover-addict.com,variatkowo.pl,freegogpcgames.com,omgpu.com,arcadepunks.com#%#//scriptlet("set-constant", "DHAntiAdBlocker", "true")
j2dw.ngo#%#//scriptlet("set-constant", "DHNewAntiAdBlocker", "true")
!
! adace-popup-detector
##.adace-popup-detector
@@/wp-content/plugins/ad-ace//includes/adblock-detector/advertisement.js$~third-party
!
! AdUnblocker ('-blanket' popup)
! #%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'aadb_get_data')
mangapt.com,ottverse.com,agorablog.it,apfelpatient.de,openculture.com,satcesc.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'aadb_get_data')
! #%#//scriptlet("abort-on-property-read", "daau_app")
pngtosvg.com,vladan.fr,unityassets4free.com#%#//scriptlet("abort-on-property-read", "daau_app")
! #%#//scriptlet('prevent-addEventListener', '', 'aadb_get_data')
willcycle.com,gourmetsupremacy.com,informatykit.it,domhouse.it,soisk.pl,samuraiscan.org,magiskmanager.com,infortechno.com,gaypornhdfree.com,powerup-gaming.com,mixrootmod.com,wanderertl130.id,davescomputertips.com,movies4u.*,engtranslations.com,smarttips.in,netfuck.net,sociologicamente.it,freepreset.net,textfonts.net,ketubanjiwa.com,javboys.tv,boyfuck.me,javgay.com,gaypornhot.com,ethernalworld.com,ubitennis.com,3dzip.org,movierulzhd.skin,igay69.com,ayatoon.com,fastssh.com,cgtips.org#%#//scriptlet('prevent-addEventListener', '', 'aadb_get_data')
! #%#//scriptlet("prevent-setTimeout", "css_class.show")
aquiyahorajuegos.net,graphicux.com,netfuck.net,baddiehub.com#%#//scriptlet("prevent-setTimeout", "css_class.show")
! #%#//scriptlet('prevent-addEventListener', 'load', 'aadb_get_data')
garoetpos.com,conocesobreinformatica.com,4allprograms.me,freetutorialsweb.com,te4h.ru,bbsnews.co.id,descargaspcpro.net,novelasligera.com,kodlamamerkezi.com,igay69.com,movierulzhd.site,taurusfansub.com,leviatanscans.com,magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr,magesy.eu,guiadaengenharia.com,poapan.xyz,luutrukienthuc.com,31mag.nl,doibihar.org,ffworld.xyz,rpclip.com,pastlinkvn.com,cyberstockofficial.in,joyplot.com,javboys.com,asuralightnovel.com,gaminplay.com,mangacrab.com,news.claimfey.com,wallpaperwaifu.com,sakpot.com,latestjav.com,e-sanatatea.ro,therootdroid.com,sevenjournals.com,7apple.net,jorgemoncada.com,hollywoodsmagazine.com,r3ndy.com,anicosplay.net,ewybory.eu,nanoroms.com,egymanga.net,flipreview.com,hiphopa.net,pngtosvg.com,compartilhandobr.com,loksado.com,ecoursefree.com,daemon-hentai.com,yigeplus.xyz,launcherfull.com,cheatbyte.com,techycoder.com,arasindakifark.net,kitguru.net,gsmxt.com,mangaxp.com,technicalatg.com,technicalatg.xyz,freetutorialsdownload.online,asyadrama.com,toolss.net,vipmods.net,adonisfansub.com,udemycoursesfree.me,bitcoinegypt.news,talkjarvis.com,satcesc.com,getfreecourses.net,citychilli.com,livenewsof.com,pinayvids.com,hardcoregames.ca,pasend.*,unityassetcollection.com,crypto-fun-faucet.de,fileoops.com,samuraiscan.com,3dmodelshare.org,dailyvideoreports.net,codesnail.com,ma-x.org,sitarchive.com,onlyfanesse.com,codingshiksha.com,graphicux.com,w3layouts.com,musike.net,windowsmatters.com,avoiderrors.com,gatcha.org,4horlover.com,topnewsshow.com,ovagames.com,lewdsenpai.com,mylivewallpapers.com#%#//scriptlet('prevent-addEventListener', 'load', 'aadb_get_data')
! #%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
sketchup.cgtips.org,31mag.nl,doibihar.org,ffworld.xyz,rpclip.com,pastlinkvn.com,cyberstockofficial.in,joyplot.com,javboys.com,asuralightnovel.com,latestjav.com,e-sanatatea.ro,therootdroid.com,sevenjournals.com,7apple.net,jorgemoncada.com,hollywoodsmagazine.com,r3ndy.com,anicosplay.net,ewybory.eu,nanoroms.com,egymanga.net,flipreview.com,hiphopa.net,pngtosvg.com,compartilhandobr.com,loksado.com,ecoursefree.com,daemon-hentai.com,yigeplus.xyz,launcherfull.com,cheatbyte.com,techycoder.com,arasindakifark.net,kitguru.net,gsmxt.com,mangaxp.com,technicalatg.com,technicalatg.xyz,freetutorialsdownload.online,asyadrama.com,toolss.net,vipmods.net,adonisfansub.com,udemycoursesfree.me,bitcoinegypt.news,talkjarvis.com,satcesc.com,getfreecourses.net,citychilli.com,livenewsof.com,pinayvids.com,hardcoregames.ca,pasend.*,unityassetcollection.com,crypto-fun-faucet.de,fileoops.com,samuraiscan.com,3dmodelshare.org,dailyvideoreports.net,codesnail.com,ma-x.org,sitarchive.com,onlyfanesse.com,codingshiksha.com,graphicux.com,w3layouts.com,musike.net,windowsmatters.com,avoiderrors.com,gatcha.org,4horlover.com,topnewsshow.com,3dzip.org,ovagames.com,lewdsenpai.com#%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
! #%#//scriptlet('prevent-setInterval', '+t.css_class.show')
igay69.com,gourmetscans.net#%#//scriptlet('prevent-setInterval', '+t.css_class.show')
! #%#//scriptlet('prevent-setInterval', 'aadb_get_data')
clapway.com,lascimmiapensa.com#%#//scriptlet('prevent-setInterval', 'aadb_get_data')
! #%#//scriptlet('prevent-addEventListener', 'load', 'daadb_get_data')
meganei.net#%#//scriptlet('prevent-addEventListener', 'load', 'daadb_get_data')
! other
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=movierulzhd.skin|gaminplay.com|dbsysupgrade.com|therootdroid.com|sevenjournals.com|7apple.net|jorgemoncada.com|hollywoodsmagazine.com|anicosplay.net|ewybory.eu|nanoroms.com|egymanga.net|flipreview.com|hiphopa.net|pngtosvg.com|compartilhandobr.com|loksado.com|ecoursefree.com|daemon-hentai.com|yigeplus.xyz|launcherfull.com|cheatbyte.com|techycoder.com|arasindakifark.net|kitguru.net|gsmxt.com|mangaxp.com|technicalatg.com|technicalatg.xyz|freetutorialsdownload.online|vipmods.net|adonisfansub.com|bitcoinegypt.news|talkjarvis.com|satcesc.com|getfreecourses.net|citychilli.com|livenewsof.com|pinayvids.com|hardcoregames.ca|pasend.*|unityassetcollection.com|crypto-fun-faucet.de|fileoops.com|samuraiscan.com|3dmodelshare.org|cgtips.org|dailyvideoreports.net|codesnail.com|ma-x.org|sitarchive.com|onlyfanesse.com|codingshiksha.com|graphicux.com|w3layouts.com|musike.net|windowsmatters.com|avoiderrors.com|gatcha.org|4horlover.com|topnewsshow.com|3dzip.org|ovagames.com|lewdsenpai.com|mitsmits.com|asyadrama.com|r3ndy.com|mylivewallpapers.com|e-sanatatea.ro|latestjav.com|sakpot.com|wallpaperwaifu.com|news.claimfey.com|mangacrab.com|asuralightnovel.com|javboys.com|joyplot.com|cyberstockofficial.in|pastlinkvn.com|rpclip.com|doibihar.org|ffworld.xyz|31mag.nl|gourmetscans.net|guiadaengenharia.com|ottverse.com|magesypro.pro|magesypro.com|magesy.blog|majesy.org|magesy.eu|magesy.fr|magesy.eu|leviatanscans.com|taurusfansub.com|movierulzhd.site|igay69.com|mangapt.com|kodlamamerkezi.com|novelasligera.com|descargaspcpro.net|bbsnews.co.id|4allprograms.me|ethernalworld.com|gaypornhot.com|javgay.com|boyfuck.me|javboys.tv|smarttips.in|engtranslations.com|lascimmiapensa.com|powerup-gaming.com|infortechno.com|magiskmanager.com|watchfacebook.com|domhouse.it|informatykit.it|gourmetsupremacy.com
! To avoid unblocking the script, used for ads
! if DNS filtering enabled and scriptlet does not work
summertoon.com,pinoyalbums.com,domhouse.it,watchfacebook.com,4allprograms.me,clapway.com#$#div[id$="-blanket"] { display: none !important; }
summertoon.com,pinoyalbums.com,domhouse.it,watchfacebook.com,4allprograms.me,clapway.com#$#body { overflow: auto !important; }
!
! SECTION: chp_ads_blocker
! https://github.com/AdguardTeam/AdguardFilters/issues/94283
! https://github.com/AdguardTeam/AdguardFilters/pull/120540#issuecomment-1143686419
!+ NOT_OPTIMIZED
##.mainholder  + div[id][class*=" "] > div[id][class*=" "]
!+ NOT_OPTIMIZED
###chp_ads_blocker-modal
!+ NOT_OPTIMIZED
###chp_ads_blocker-overlay
!+ NOT_OPTIMIZED
##.demo-wrapper[style="display:none;"] + div.fadeInDown[id]
!+ NOT_OPTIMIZED
##body > div.demo-wrapper[style="display:none;"] + div[id][class]
!+ NOT_OPTIMIZED
##div.fadeInDown[id$="____equal"][class$="____equal"]
! #%#//scriptlet('abort-on-property-read', 'adsBlocked')
majorscans.com,postazap.com,digitalmalayali.in,kevswoodworks.com,tabering.net,chataigpt.org,xn--nbkw38mlu2a.com,medeberiya1.com,memo-nikki.info,samovies.net,zealtyro.com,photoshopvideotutorial.com,iamflorianschulze.com,bi-girl.net,oyundunyasi.net,forum.release-apk.com,doc-owl.com,kyoto-kanko.net,yasumesi.com,barrier-free.net,giuseppegravante.com,blurayufr.*,alpinecorporate.com,msonglyrics.com,skiplink.me,manhuaga.com,chijooh.com,teikokutyo.com,daemon-hentai.com,shittokuadult.net,games-manuals.com,tgnscripts.xyz,mokou-matome.com,mypace.sasapurin.com,nsw2u.*,magesypro.com,adslink.pw,teamkong.tk,downloader.is,pornmz.com,audiotools.in,nanamiyuki.com,sinonimos.de,unkochan893.com,miauscan.com,game-2u.com,itopmusicx.com,mhscans.com,3rabsnews.com,tuxnews.it,eurekaddl.*,novel-gate.com,hscans.com,mitsmits.com,ncbellu.net,tyksnet.com,pornktubes.net,porhubvideo.com,freemen.jp,jisakupcbeginnermanual.com,kanaeblog.net,csharpprogram.com,grasta.net,investmentmatome.com,pokemonmatome.online,shirurin.com,covod.work,lenlino.com,mcspigot.com,it-money-life.com,tutorialsduniya.com,hentaiseason.com,monoqlo.tokyo,nknews.jp,anime-torrent.com,paraanaliz.com,officialpanda.com,moneysave.info,plugintorrent.com,ewybory.eu,crackwatch.eu,codelikes.com,eigo-no-manma.com,pupuweb.com,4allprograms.me,apkmaza.co,38.242.194.12,branditechture.agency,sysguides.com,polszczyzna.pl,netlivetv.xyz,mylivewallpapers.com,kurobatch.com,mantrazscan.com,4horlover.com,radsum.com,anime4mega-descargas.net,ahstudios.net,ntucgm.com,huntersscan.xyz,freemagazinespdf.com,wabetainfo.com,noijuz.pl,iggtech.com,javhdworld.com,soccermlbstream.xyz,desisexmasala.com,26g.me,watchtv24.com,mangatoo.net,francaisfacile.net,o-pro.online,eda-ah.com,ta2deem7arbya.com,leechyscripts.com,killdhack.com,rarovhs.com,jpopsingles.eu,technicalatg.com,anreiter.at,moewalls.com,frenchweb.fr,bankofinfo.com,knightnoscanlation.com,pathshalanepal.com,angolopsicologia.com,mikrometoxos.gr,geezwild.com,manga-fenix.com,codehelppro.com,9movierulz.*,icongnghe.com,pulpitandpen.org,turbolangs.com,skincaredupes.com,codeastro.com,saniaowner.space,chineseanime.co.in,hentai-mega-mix.com,ragnarokscan.com,codecap.org,themehits.com,katmoviefix.*,twinkybf.com,softfully.com,windowsbulletin.com,udemycoupons.me,365tips.be,animeactua.com,galaxytranslations97.com,myviptuto.com,tienichmaytinh.net,coursevania.com,youfriend.it,7misr4day.com,technicalatg.xyz,gourmetscans.net,mangakik.com,michaelemad.com,javgayplus.com,gaypornhdfree.com,netfuck.net,mkvhouse.com#%#//scriptlet('abort-on-property-read', 'adsBlocked')
! #%#//scriptlet('prevent-eval-if', '/fairAdblock|chp_?adblock|adsbygoogle\.js/')
ster-blog.xyz,yazilidayim.net,linkoops.com,altselection.com,donlego.com,automothink.com,majorscans.com,galaxytranslations97.com,postazap.com,lovendal.ro,primenews.pl,thelastgamestandingexp.com,adnan-tech.com,culture-informatique.net,workxvacation.jp,msonglyrics.com,teluguflix.biz,pandanote.info,violablu.net,pornfeel.com,r18blog.com,forexrw7.com,villettt.kitchen,retrotv.org,3rabsports.com,only4fans.gay,itopmusics.com,gold-24.net,snowman-information.com,movierr.site,seasons-dlove.net,publicdomainr.net,virtual-youtuber.jp,javcock.com,xerifetech.com,leeapk.com,hyogo.ie-t.net,tw.xn--h9jepie9n6a5394exeq51z.com,publicdomainq.net,paris-tabi.com,gahag.net,tedenglish.site,goegoe.net,xn--kckzb2722b.com,gokushiteki.com,comoinstalar.me,inlovingmemoriesnews.com,rabo.no,viciante.com.br,adminreboot.com,grazymag.com,news-toranomaki.net,bedavahesap.org,nocfsb.com,hornyfan247.xyz,otokukensaku.jp,josemo.com,onlyhgames.com,sararun.net,shopkensaku.com,welcometojapan.jp,xn--n8jwbyc5ezgnfpeyd3i0a3ow693bw65a.com,heartrainbowblog.com,51sec.org,hotspringsofbc.ca,zippyshare.cloud,lustesthd.cloud,animecenterbr.com,gogifox.com,chart.services,musicpremieres.com,atleticalive.it,khohieu.com,aitohuman.org,edivaldobrito.com.br,kakiagune.com,mitsmits.com,maisondeas.com,nobodycancool.com,yaspage.com,shangri-lafrontier.me,bookpraiser.com,akihabarahitorigurasiseikatu.com,sciencebe21.in,bishalghale.com.np,egybest.*,allcivilstandard.com,smartinhome.pl,gnusocial.jp,kagohara.net,lgcnews.com,calvyn.com,limontorrents.com,note1s.com,hackmodsapk.com,huhulist.com,forum.release-apk.com,idesign.wiki,dailyweb.pl,webcamfuengirola.com,daybuy.tw,boystube.link,grootnovels.com,tecnoyfoto.com,scansatlanticos.com,rsfinanceinfo.com,thesleak.com,bible-history.com,space-faucet.com,pandadevelopment.net,naveedplace.com,rseducationinfo.com,newzjunky.com,codenova-center.web.app,webcras.com,itdmusic.in,bokugents.com,esportsnext.com,quicktelecast.com,cimbusinessevents.com.au,veganab.co,3drubik.ru,freemagazinespdf.com,freeltc.online,4fingermusic.com,chatgbt.one,pc-hobby.com,studyis.xyz,dpscomputing.com,nudeslegion.com,habuteru.com,webmemonote.com,kurosuen.live,tech-bloggers.in,hobbykafe.com,surgicaltechie.com,payou.win,macrocreator.com,freebiesmockup.com,bugswave.com,easyjapanesee.com,madevarquitectos.com,codeastro.com,lscomic.com,tabonitobrasil.tv,techacrobat.com,chihouban.com,businesstrend.jp,yourlifeupdated.net,coingraph.us,brokensilenze.net,luciferdonghua.in,chakrirkhabar247.in,rspermatacirebon.com,kaystls.site,4spaces.org,minioppai.org,masashi-blog418.com,zerogptai.org,watchfacebook.com,rsadnetworkinfo.com,encurtareidog.top,encurtareidog2.top,gogetapast.com.br,fine-wings.com,sukuyou.com,gatagata.net,balkanteka.net,savegame.pro,felicetommasino.com,cazztv.xyz,canadaglobalinfo.com,motionisland.com,network-knowledge.work,inter-news.it,chatgptfree.ai,ukigmoch.com,buzter.xyz,techbytesblog.com,commodity-infobox.com,ruyamanga.com,dicengineer.com,neet.wasa6.com,pilsner.nu,eroalice.com,koume-in-huistenbosch.net,starsites.fun,nyangames.altervista.org,calmarkcovers.com,plantswith.com,freedom3d.art,milanreports.com,erreguete.gal,ynk-blog.com,nsfwr34.com,anothergraphic.org,palofw-lab.com,laurasia.info,xs735978.xsrv.jp,setsuyakutoushi.com,freemen.jp,meilblog.com,happy-otalife.com,tatsublog.com,ranourano.xyz,reeell.com,it-money-life.com,ruangmoviez.my.id,moneysave.info,blurayufr.*,gdrivemovies.xyz,samuraiscan.org,alpinecorporate.com,donghuaworld.com,nopay.info,adsy.pw,rssoftwareinfo.com,subindojav.cc,kawai.pics,kits4beats.com,teamkong.tk,techyrick.com,cheatermad.com,samovies.net,coleccionmovie.com,keroseed.net,38.242.194.12,casperhd.com,7hd.club,autodime.com,blog24.me,gomov.bio,yakisurume.com,torrentdofilmeshd.net,3dyasan.com,gamenv.net,gentiluomodigitale.it,chataigpt.org,pupuweb.com,ewybory.eu,nakiny.com,avitter.net,bi-girl.net,freshersgold.com,warungkomik.com,krx18.com,daemonanime.net,my-ford-focus.de,rbs.ta36.com,myqqjd.com,cheese-cake.net,blog.insurancegold.in,blog.cryptowidgets.net,4gousya.net,freecoursesonline.me,onehack.us,nghetruyenma.net,yumekomik.com,downloader.is,korogashi-san.org,blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net,leechyscripts.net,tarotscans.com,shinobijawi.id,south-park-tv.biz,mdn.lol,manhuaga.com,layardrama21.*,mlwbd.to,bitcotasks.com,stakes100.xyz,web1s.info,covemarkets.com,finclub.in,financeyogi.net,shogaisha-shuro.com,hankyjet.xyz,youpit.xyz,shogaisha-techo.com,crackwatch.eu,infotamizhan.xyz,morinaga-office.net,tehnar.net.ua,yurudori.com,kvadratmetr.uz,satcesc.com,telewizja-streamer.xyz,azrom.net,nartag.com,quatvn.club,mhscans.com,mitaku.net,noblessetranslations.com,siirtolayhaber.com,diamondfansub.com,iggtech.com,112amersfoort.nl,112amsterdam.nl,112apeldoorn.nl,112arnhem.nl,112barneveld.nl,112bunschoten.nl,112doetinchem.nl,112ede.nl,112harderwijk.nl,112hilversum.nl,112inbeeld.nl,112nijkerk.nl,112ridderkerk.nl,112rotterdam.nl,112scherpenzeel.nl,112schiedam.nl,112vallei.nl,112veenendaal.nl,112wageningen.nl,112zeewolde.nl,112zwolle.nl,chineseanime.org,zegtrends.com,atlantisscan.com,tecnoscann.com,27-sidefire-blog.com,speak-english.net,mamtamusic.in,projectlive.info,flixhub.*,247beatz.ng,bright-b.com,intelligence-console.com,nemumemo.com,scrap-blog.com,adultcomixxx.com,toramemoblog.com,azamericasat.net,magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr,blogk.com,motofan-r.com,sp500-up.com,papafoot.click,f1gplive.xyz,fumettologica.it,japannihon.com,youpits.xyz,mantrazscan.com,sim-kichi.monster,jkhentai.co,javhdworld.com,parking-map.info,news-geinou100.com,thenewsglobe.net,insider-gaming.com,itdmusic.com,downfile.site,anime4mega-descargas.net,anime4mega.net,bg-gledai.*,gamevcore.com,pepperlive.info,pepar.net,articlesmania.me,ustvgo.live,retire49.com,54.238.186.141,fchopin.net,kana-mari-shokudo.com,odekake-spots.com,orenoraresne.com,compota-soft.work,fresherbaba.com,anime-torrent.com,samuraiscan.com,sysguides.com,amritadrino.com,mgnetu.com,papahd.club,aiyumangascanlation.com,kinisuru.com,beaddiagrams.com,canaltdt.es,italiadascoprire.net,kllproject.lv,learnodo-newtonic.com,oracleerpappsguide.com,eurekaddl.*,english-topics.com,rightdark-scan.com,starlive.xyz,nsw2u.*,topsporter.net,unityassets4free.com,freevstplugins.net,4horlover.com,ayatoon.com,gemiadamlari.org,mysocceraustralia.com,neuna.net,studybullet.com,crackthemes.com,rinconpsicologia.com,rocdacier.com,tenbaiquest.com,uur-tech.net,ladypopularblog.com,game-2u.com,lapagan.org,emperorscan.com,javluna1.com,9ketsuki.info,kenta2222.com,rubyskitchenrecipes.uk,schildempire.com,yakyufan-asobiba.com,linkskibe.com,lionsfan.net,know-how-tree.com,grasta.net,kanaeblog.net,nswrom.com,mylivewallpapers.com,femisoku.net,eng-news.com,putlog.net,speculationis.com,audiotrip.org,flowsnet.com,saekita.com,brulosophy.com,reprezentacija.rs,tehnotone.com,telephone-soudan.com,brulosophy.com,daemon-hentai.com,hadakanonude.com,pasokau.com,poapan.xyz,javboys.com#%#//scriptlet('prevent-eval-if', '/fairAdblock|chp_?adblock|adsbygoogle\.js/')
! autoscout24.com
mylivewallpapers.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'adsBlocked')
! #%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'init();')
ubugedeco.com,gazzettarossonera.it,men4menporn.eu#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'init();')
! #%#//scriptlet('abort-current-inline-script', 'chp_ads_blocker_detector')
seirsanduk.com,branditechture.agency,team-octavi.com,azdly.com,mxcity.mx,softcobra.com,technorj.com,cizgifilmizle.info,kawaguchimaeda.com,herenscan.com,coursesdaddy.com#%#//scriptlet('abort-current-inline-script', 'chp_ads_blocker_detector')
! others
! #%#//scriptlet('abort-on-property-write', 'AdblockRegixFinder')
claimtrx.com,claimsatoshi.xyz#%#//scriptlet('abort-on-property-write', 'AdblockRegixFinder')
! #%#//scriptlet('abort-on-property-read', 'AdblockRegixFinder')
financeyogi.net,onroid.com,sportfacts.net,youboxtv.com,itdmusics.com#%#//scriptlet('abort-on-property-read', 'AdblockRegixFinder')
! #%#//scriptlet('prevent-eval-if', 'adbEnableForPage')
gtf.com.ng,xn--nbkw38mlu2a.com,yuki0918kw.com,bcanotesnepal.com,conoscereilrischioclinico.it,nvimfreak.com,openstartup.tm,stablediffusionxl.com,techsbucket.com,f1ingenerale.com,maketoss.com,iwb.jp,certificateland.com,downloadtanku.org,limontorrent.com#%#//scriptlet('prevent-eval-if', 'adbEnableForPage')
! #%#//scriptlet('set-constant', 'adbEnableForPage', 'false')
rshostinginfo.com,splashbase.co,ralli.ee,camcam.cc,nsw2u.*,mundovideoshd.com,ayatoon.com,sapphirescan.com,noblessetranslations.com,eventiavversinews.it,studybullet.com,e-kitapstore.com,studybullet.com,zapcourses.com#%#//scriptlet('set-constant', 'adbEnableForPage', 'false')
! #%#//scriptlet('prevent-fetch', 'ads-api.twitter.com')
euskalnews.tv,eventiavversinews.it,studybullet.com,e-kitapstore.com,studybullet.com,zapcourses.com#%#//scriptlet('prevent-fetch', 'ads-api.twitter.com')
! #%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
bedrat.xyz,euskalnews.tv,eventiavversinews.it,studybullet.com,e-kitapstore.com,studybullet.com,zapcourses.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! #%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'pagead2.googlesyndication.com')
itopmusics.com,teluguflix.biz,novelasligeras.net,4horlover.com#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'pagead2.googlesyndication.com')
! #%#//scriptlet('abort-on-property-read', 'chp_adblock_browser')
coastcams.com,teluguflix.lol,financeyogi.net,androidadult.com,audiotools.in,aoutoqw.xyz,bg-gledai.co,itopmusicx.com#%#//scriptlet('abort-on-property-read', 'chp_adblock_browser')
! #%#//scriptlet('prevent-eval-if', 'chp_adblock')
chpadblock.com#%#//scriptlet('prevent-eval-if', 'chp_adblock')
! #%#//scriptlet('abort-on-property-read', 'reqServers')
starwarsaddicted.it,wuyong.fun,26g.me,myqqjd.com,poapan.xyz,javboys.com,idevicecentral.com,fcportables.com,codehelppro.com#%#//scriptlet('abort-on-property-read', 'reqServers')
! chp_ads_blocker popups, that can be hidden
! generic
###chp_branding
##a[id][href="https://toolkitspro.com"][rel="noopener noreferrer"]
##a[id][href="https://chpadblock.com/"][rel="noopener noreferrer"]
! specific
appdoze.com##body > div.wrapper-page + div[id][class*=" "]
altselection.com##.g1-canvas + div[id][class*=" "]
nekoscans.com##.mainholder + div[id][class*=" "]
bedrat.xyz,fx-22.com###page ~ div[id][class*=" "]
retrotv.org##body > .Tp-Wp + div[id][class*=" "]
primenews.pl,only4fans.gay###jeg_forgotform + div[id][class*=" "]
minioppai.org,otokukensaku.jp,limontorrents.com,tabonitobrasil.tv,hairjob.wpx.jp,shikaku-getter.info,kyoto-kanko.net,tatsublog.com,rbs.ta36.com,4gousya.net,shogaisha-shuro.com,nemumemo.com,anime4mega-descargas.net,kinisuru.com,nsw2u.*,games-manuals.com,javluna1.com,9ketsuki.info,grasta.net##footer ~ div[id][class*=" "]
doumura.com##body > .container ~ h4.adblock_title ~ div[class]
doumura.com##.adblock_title
xerifetech.com##body> footer ~ .adblock_subtitle + div[class] + div[class]
donlego.com,leeapk.com##body > #jeg_off_canvas + div[id][class*=" "]
publicdomainr.net,publicdomainq.net###footercredits + div[id][class*=" "]
gold-24.net,bedavahesap.org##.back-top + div[id][class*=" "]
hornyfan247.xyz###back-top + div[id][class*=" "]
onlyhgames.com##.wrap_every_thing + div[id][class*=" "]
egybest.in##div[id$="-site-wrap-parent"] + div[id][class*=" "]
promisingapps.com##body > div#global-wrapper + div[id][class*=" "]
smartinhome.pl,lgcnews.com##body > div[data-elementor-type="footer"] ~ div[id][class*=" "]
daybuy.tw##body > :is(.penci-go-to-top-floating, .penci-rlt-popup) + div[id][class*=" "]
itopmusics.com,webcamfuengirola.com,newzjunky.com,teluguflix.biz##body > div[class][style="display:none;"] + div[id][class*=" "]
webcras.com##body > br + div[id][class*=" "]
hamzashatela.com,kaystls.site##body > script + div[id][class*=" "]:not(#wpcp-error-message, #ast-scroll-top)
watchfacebook.com##body > button + div[id][class*=" "]
canadaglobalinfo.com###content + div[id][class*=" "]
comoinstalar.me,allcivilstandard.com,hackmodsapk.com,oyundunyasi.net##.generate-back-to-top + div[id][class*=" "]
51sec.org,freemen.jp##.ta_upscr + div[id][class*=" "]
snowman-information.com,xn--kckzb2722b.com,xn--n8jwbyc5ezgnfpeyd3i0a3ow693bw65a.com,nobodycancool.com,kagohara.net,meilblog.com###st-ami + div[id][class*=" "]
yasumesi.com,barrier-free.net###page-top + div[id][class*=" "]
r18blog.com,virtual-youtuber.jp,matomeiru.com,paris-tabi.com,tedenglish.site,goegoe.net,sararun.net,shopkensaku.com,welcometojapan.jp,maisondeas.com,yaspage.com,akihabarahitorigurasiseikatu.com,gnusocial.jp,doumura.com,habuteru.com,kurosuen.live,businesstrend.jp,fine-wings.com,sukuyou.com,gatagata.net,setsuyakutoushi.com,ranourano.xyz,reeell.com,it-money-life.com###go-to-top + div[id][class*=" "]
thelastgamestandingexp.com,chart.services,moneysave.info,pornmz.com,yakisurume.com,tehnar.net.ua,rocdacier.com,audiotrip.org,flowsnet.com,brulosophy.com,reprezentacija.rs##body > div#page ~ div[id][class*=" "]
blurayufr.*##body > .bw_footer + div[id][class*=" "]
seasons-dlove.net,gdrivemovies.xyz##body > a[class] + div[id][class*=" "]
speak-english.net,ncbellu.net,covod.work,lenlino.com,mcspigot.com,nknews.jp##body > div#wp-footer > script[id] + div[id][class*=" "]
||link1s.com/kiem-tien-mua-sua-cho-con-gai.js
postazap.com,lovendal.ro,rabo.no,edivaldobrito.com.br,shangri-lafrontier.me,nsfwr34.com,kits4beats.com##body > .site-footer + div[id][class*=" "]
coleccionmovie.com###site-container + div[id][class*=" "]
38.242.194.12##center + div[id][class*=" "]
gentiluomodigitale.it###page-container + div[id][class*=" "]
techyrick.com,freshersgold.com###main-container + div[id][class*=" "]
krx18.com,myqqjd.com##script + div[class][style="display:none;"] + div[id][class*=" "]
tabering.net,happy-otalife.com,cheese-cake.net###body_wrap  + div[id][class*=" "]
freecoursesonline.me##div[class*="sb-toggle-"] + div[id][class*=" "]
shinobijawi.id##.scrollToTop + div[id][class*=" "]
crackwatch.eu###modalSearch + div[id][class*=" "]
infotamizhan.xyz###footer-container + div[id][class*=" "]
112amersfoort.nl,112amsterdam.nl,112apeldoorn.nl,112arnhem.nl,112barneveld.nl,112bunschoten.nl,112doetinchem.nl,112ede.nl,112harderwijk.nl,112hilversum.nl,112inbeeld.nl,112nijkerk.nl,112ridderkerk.nl,112rotterdam.nl,112scherpenzeel.nl,112schiedam.nl,112vallei.nl,112veenendaal.nl,112wageningen.nl,112zeewolde.nl,112zwolle.nl###wrapper > div[class][style="display:none;"] + div[id][class*=" "]
ruangmoviez.my.id,layardrama21.*,mamtamusic.in##.gmr-ontop + div[id][class*=" "]
movierr.site,mlwbd.to,flixhub.*###dt_contenedor + div[id][class*=" "]
adultcomixxx.com##.copyright ~ div[id][class*=" "]
toramemoblog.com##.lity-hide + div[id][class*=" "]
veganab.co,inter-news.it,azamericasat.net##.background-overlay + div[id][class*=" "]
gahag.net,inlovingmemoriesnews.com,4fingermusic.com,chihouban.com,cheatermad.com,autodime.com,torrentdofilmeshd.net,pupuweb.com,mmorpgplay.com.br##footer + div[id][class]
pornfeel.com,subindojav.cc,kawai.pics,javhdworld.com##body > #back-to-top + div[id][class*=" "]
orenoraresne.com##iframe[name="__tcfapiLocator"] + div[id][class*=" "]
27-sidefire-blog.com,intelligence-console.com,anime-torrent.com##body > .totop + div[id][class*=" "]
atleticalive.it,247beatz.ng,amritadrino.com##body > .mh-container + div[id][class*=" "]
beaddiagrams.com##body > .big-wrapper + div[id][class*=" "]
italiadascoprire.net##body > .search-modal-wrap + div[id][class*=" "]
nudeslegion.com,youpit.xyz,youpits.xyz,learnodo-newtonic.com##body > .site-footer ~ div[id][class*=" "]
oracleerpappsguide.com###fb-root + div[id][class*=" "]
ster-blog.xyz,yazilidayim.net,pandanote.info,forexrw7.com,3rabsports.com,hyogo.ie-t.net,iwb.jp,chatgbt.one,shrinklinker.com,felicetommasino.com,chatgptfree.ai,keroseed.net,ewybory.eu,nghetruyenma.net,south-park-tv.biz,telewizja-streamer.xyz,azrom.net,mitaku.net,siirtolayhaber.com,japannihon.com,kllproject.lv,telephone-soudan.com###page + div[id][class]
viciante.com.br##body > style + div[id][class*=" "] + div[class*=" "]
pornleaks.in,viciante.com.br,zippyshare.cloud,note1s.com,rseducationinfo.com,coingraph.us,rsadnetworkinfo.com,encurtareidog.top,encurtareidog2.top,gogetapast.com.br,cazztv.xyz,nopay.info,adsy.pw,rssoftwareinfo.com,casperhd.com,7hd.club,onehack.us,bitcotasks.com,finclub.in,financeyogi.net,projectlive.info,itdmusic.com,bg-gledai.*,pepperlive.info,mgnetu.com,starlive.xyz,topsporter.net##body > style + div[id][class*=" "]
galaxytranslations97.com,nocfsb.com,grootnovels.com,scansatlanticos.com,bokugents.com,lscomic.com,ruyamanga.com,samuraiscan.org,nartag.com,mhscans.com,noblessetranslations.com,diamondfansub.com,atlantisscan.com,tecnoscann.com,mantrazscan.com,jkhentai.co,rightdark-scan.com##body > .wrap + div[id][class*=" "]
unityassets4free.com##body > #scroll-top + div[id][class*=" "]
freevstplugins.net##body > div#site + div[id][class*=" "]
majorscans.com,xerifetech.com,gokushiteki.com,warungkomik.com,tarotscans.com,chineseanime.org,ayatoon.com##body > #footer + div[id][class*=" "]
gemiadamlari.org##body > .normal + div[id][class*=" "]
rinconpsicologia.com##.site-container + div[id][class*=" "]
tenbaiquest.com##.drawer-overlay + div[id][class*=" "]
lapagan.org###return-to-top + div[id][class*=" "]
violablu.net,villettt.kitchen,chataigpt.org,aitohuman.org,sciencebe21.in,dailyweb.pl,zerogptai.org,fresherbaba.com,nsw2u.*,game-2u.com,rubyskitchenrecipes.uk,know-how-tree.com,nswrom.com##body > #page + div[id][class*=" "]
hotspringsofbc.ca,studybullet.com##body > .clr + div[id][class*=" "]
linkoops.com,mylivewallpapers.com##body > .credits + div[id][class*=" "]
saekita.com##body > div#fb-root + div[id][class*=" "]
tehnotone.com##body > div#content > div#list-area + div[id][class*=" "]
daemonanime.net,anime4mega.net,daemon-hentai.com##body > a#scroll-up + div[id][class*=" "]
zegtrends.com,sysguides.com##body > .wrapper + div[id][class*=" "]
adminreboot.com,kakiagune.com,savegame.pro,papa4k.online,my-ford-focus.de,stakes100.xyz,sp500-up.com,papafoot.click,f1gplive.xyz,gamevcore.com,papahd.club,yakyufan-asobiba.com,hadakanonude.com##body > #wrapper + div[id][class*=" "]
digitalmalayali.in,alpinecorporate.com,gomov.bio,leechyscripts.net,skiplink.me,manhuaga.com,hankyjet.xyz,kvadratmetr.uz,thenewsglobe.net,daemon-hentai.com,4horlover.com,tgnscripts.xyz,crackthemes.com,sinonimos.de,game-2u.com,itopmusicx.com,nsw2u.*,mhscans.com,3rabsnews.com,novel-gate.com,pornktubes.net,porhubvideo.com,freemen.jp,jisakupcbeginnermanual.com,kanaeblog.net,tutorialsduniya.com,hentaiseason.com,drakescans.com,monoqlo.tokyo,anime-torrent.com,officialpanda.com,plugintorrent.com,crackwatch.eu,pupuweb.com,mylivewallpapers.com,netlivetv.xyz,kurobatch.com,mantrazscan.com,anime4mega-descargas.net,tora-scripts.com,ntucgm.com,anime4mega.net,noijuz.pl,iggtech.com,javhdworld.com,soccermlbstream.xyz,desisexmasala.com##body > script + div[id][class*=" "]
teamkong.tk##body > a[id] + div[id][class*=" "]
brokensilenze.net,financeyogi.net,satcesc.com,quatvn.club,audiotools.in,insider-gaming.com,bg-gledai.co,itopmusicx.com##body > script + div[class][style="display:none;"] + div[id][class*=" "]
bg-gledai.co##body > #wrapper > script + div[class][style="display:none;"] + div[id][class*=" "]
downloader.is##body > .slideout-overlay + div[id][class*=" "]
hentaiseason.com##body > i > script + div[id][class*=" "]
audiotools.in##body > .container + div[id][class*=" "]
aiyumangascanlation.com##body > [src] > .wrap + div[id][class*=" "]
tuxnews.it##body > [src] > script + div[id][class*=" "]
bookpraiser.com,motionisland.com,eurekaddl.*##.avada-footer-scripts > div[id][class*=" "]
culture-informatique.net,xn--nbkw38mlu2a.com,chataigpt.org,gamevcore.com,novel-gate.com##body > iframe + div[id][class*=" "]
paraanaliz.com##body > div[data-theiastickysidebar-options] + div[id][class*=" "]
moneysave.info##body > input ~ script + div[id][class*=" "]
38.242.194.12##footer > script + div[id][class*=" "]
polszczyzna.pl##body > script + style ~ a + div[id][class*=" "]
kurobatch.com##body > #page > script + div[id][class*=" "]
romarea.com,sportfacts.net,youboxtv.com,itdmusics.com##div[class*="__chp_branding__"]
romarea.com,sportfacts.net,youboxtv.com,itdmusics.com##div[id*="__modal__"][class*="__modal__"]
news-toranomaki.net,nanamiyuki.com,unkochan893.com,tyksnet.com,it-money-life.com,codelikes.com,eigo-no-manma.com,radsum.com,avitter.net,26g.me##body > #container > .content ~ script + div[id][class*=" "]
myqqjd.com##body > .wshop-pay-button + div[class][style="display:none;"] + div[id][class*=" "]
javcock.com,poapan.xyz,javboys.com##body > #site-wrapper > footer#site-footer + div[id][class*=" "]
noblessetranslations.com,4allprograms.me,ahstudios.net##body > script[src] + div[id][class*=" "]:not([id*="_"])
francaisfacile.net,o-pro.online,eda-ah.com,ta2deem7arbya.com,leechyscripts.com,killdhack.com,rarovhs.com,jpopsingles.eu,technicalatg.com,anreiter.at,moewalls.com,frenchweb.fr,freemagazines.top,desktopsolution.org,zuariya.com,bankofinfo.com,knightnoscanlation.com,pathshalanepal.com,angolopsicologia.com,courserecap.com,cyberbump.net,mikrometoxos.gr,geezwild.com,manga-fenix.com,codehelppro.com,9movierulz.*,icongnghe.com,pulpitandpen.org,turbolangs.com,skincaredupes.com,codeastro.com,saniaowner.space,chineseanime.co.in,hentai-mega-mix.com,ragnarokscan.com,codecap.org,themehits.com,katmoviefix.*,dragontea.ink,twinkybf.com,softfully.com,windowsbulletin.com,udemycoupons.me,365tips.be,animeactua.com,galaxytranslations97.com,myviptuto.com,tienichmaytinh.net,coursevania.com,youfriend.it,7misr4day.com,technicalatg.xyz,gourmetscans.net,mangakik.com,michaelemad.com,javgayplus.com,gaypornhdfree.com,fcportables.com,netfuck.net,mkvhouse.com##div[id^="chp_ads_block"]
!+ NOT_OPTIMIZED
msonglyrics.com##nav + div[id][class*=" "]
!+ NOT_OPTIMIZED
fumettologica.it##body div[id="td-outer-wrap"] ~ div[id][class*=" "]
!+ NOT_OPTIMIZED
parking-map.info##body[class^=" "] > div[id][class]:not(#body_wrap)
!+ NOT_OPTIMIZED
josemo.com,mitsmits.com,bi-girl.net,bright-b.com,news-geinou100.com##body > #container + div[id][class*=" "]
!+ NOT_OPTIMIZED
miauscan.com,hscans.com,mitsmits.com,csharpprogram.com,grasta.net,investmentmatome.com,pokemonmatome.online,shirurin.com,huntersscan.xyz,freemagazinespdf.com,wabetainfo.com##body > script[id] + div[id][class*=" "]
!+ NOT_OPTIMIZED
shogaisha-techo.com##body > .clearfix + div[id][class*=" "]
!+ NOT_OPTIMIZED
ynk-blog.com,3dyasan.com,gamenv.net,nakiny.com,avitter.net,yurudori.com,blogk.com,motofan-r.com,sim-kichi.monster,pepar.net,54.238.186.141,fchopin.net,compota-soft.work,shittokuadult.net,neuna.net,uur-tech.net,kenta2222.com,schildempire.com,lionsfan.net,mokou-matome.com,putlog.net,speculationis.com,pasokau.com##body > #container > footer#footer ~ div[id][class*=" "]
!+ NOT_OPTIMIZED
yourlifeupdated.net,balkanteka.net,giuseppegravante.com,iggtech.com###td-outer-wrap + div[id][class*=" "]
! NOTE: chp_ads_blocker end ⬆️
! !SECTION: chp_ads_blocker
!
! penci_adlbock
! #%#//scriptlet('set-constant', 'penci_adlbock', 'undefined')
passionategeekz.com,generazionebio.com,arcadepunks.com,dtbps3games.com,bestsimsmods.com,chromeready.com#%#//scriptlet('set-constant', 'penci_adlbock', 'undefined')
/js/detector.js$domain=bestsimsmods.com|dtbps3games.com|passionategeekz.com
||hb.wpmucdn.com/thirdeyemedia.wpmudev.host/5a0d26e8-7036-49f5-a883-1fcdaf372013.js
||generazionebio.com/wp-content/uploads/siteground-optimizer-assets/penci_ad_blocker.min.js
!
! adde_modal_detector
aagmaal.vip,taradinhos.com,pasarbokep.com,tubebular.com,pornfeel.com,bootyexpo.net,gayporntube.net,demo.wp-script.com,dvdgayonline.com,hutgay.com,hen-tie.net,sogirl.so,gayguy.top,camcam.cc,stepmoms.xxx,pornmilo.me,freshscat.com##.adde_modal-overlay
aagmaal.vip,taradinhos.com,pasarbokep.com,tubebular.com,pornfeel.com,bootyexpo.net,gayporntube.net,demo.wp-script.com,dvdgayonline.com,hutgay.com,hen-tie.net,sogirl.so,gayguy.top,camcam.cc,stepmoms.xxx,pornmilo.me,freshscat.com##.adde_modal_detector
! #%#//scriptlet("abort-on-property-read", "adsBlocked")
aagmaal.vip,taradinhos.com,pasarbokep.com,tubebular.com,pornfeel.com,bootyexpo.net,demo.wp-script.com,dvdgayonline.com,hutgay.com,hen-tie.net,sogirl.so,gayguy.top,camcam.cc,stepmoms.xxx,pornmilo.me,freshscat.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
!
! Similar to chp_ads_blocker/adde_modal_detector, but it's using "random" string with "____equal" at the end
fcportables.com,ps2-bios.com##div[id$="____equal"]:not(.ad)
ps2-bios.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
!
! JetBlocker Anit AdBlocker Detector
!+ NOT_OPTIMIZED
/wp-content/plugins/jet-blocker-anti-ad-blocker-detector/*
!+ NOT_OPTIMIZED
##.jetblocker-wrapper
!+ NOT_OPTIMIZED
##.jetblocker_overlay
!
! 'tie.ad_blocker_detector' (tie-popup-adblock)
! #%#//scriptlet("set-constant", "tie.ad_blocker_detector", "")
cioupdate.com.tr,lesite24.com,kayoanime.com,cad-elearning.com,admissionnotice.com,turkry-rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.com,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mondomobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,flashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,chakrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.fun,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.com,lehait.net,eduschool40.blog,kriptoup.com,sosyalbook.com,lojiciels.com,banglahunt.com,middroid.com,portallos.com.br,putinho.net,teknorus.com,flexyhit.com,evdealmanca.com,technicalatg.com,nullphpscript.com,thuthuatjb.com,bostanekotob.com,avsseries.com,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeinglesgratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.com,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmagazin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,myviptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,frenchpdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.org,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamingworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailybanner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,veganab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguideturkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhindi.in,nubng.com,vga4a.com,thetimesweekly.com,raqmedia.com,newsauto.it,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanalkan.net,apprepack.com,alghad.com,oicanadian.com,ifon.ca,cnwintech.com,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinbox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,stockrom.net,thenextdroid.com,jogging-plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#%#//scriptlet("set-constant", "tie.ad_blocker_detector", "")
! #%#//scriptlet("set-constant", "tie.ad_blocker_disallow_images_placeholder", "")
cioupdate.com.tr,moumentec.com#%#//scriptlet("set-constant", "tie.ad_blocker_disallow_images_placeholder", "")
! #$#body .Ad-Container.adsbygoogle { display: block !important; }
cioupdate.com.tr,lesite24.com,kayoanime.com,cad-elearning.com,admissionnotice.com,turkry-rasd.com,ringwitdatwixtor.com,pkpics.fun,notiziariodelweb.it,slogoanime.com,keylerbenden.com,electricaltechnology.org,dz-linkk.com,kabbos.com,canalk.com,checkresultbd.com,termux.xyz,mondomobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,flashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,chakrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.fun,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.com,lehait.net,eduschool40.blog,kriptoup.com,sosyalbook.com,lojiciels.com,banglahunt.com,middroid.com,portallos.com.br,putinho.net,teknorus.com,flexyhit.com,evdealmanca.com,technicalatg.com,nullphpscript.com,thuthuatjb.com,bostanekotob.com,avsseries.com,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeinglesgratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.com,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmagazin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,myviptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,frenchpdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.org,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamingworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailybanner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,veganab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguideturkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhindi.in,nubng.com,vga4a.com,thetimesweekly.com,raqmedia.com,newsauto.it,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanalkan.net,apprepack.com,alghad.com,oicanadian.com,ifon.ca,cnwintech.com,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinbox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,stockrom.net,thenextdroid.com,jogging-plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#$#body .Ad-Container.adsbygoogle { display: block !important; }
!
! npttech antiadblock script
tv3.lv,digitalmusicnews.com#%#//scriptlet('prevent-element-src-loading', 'script', 'npttech.com')
||npttech.com/advertising.js$important,script,redirect=noopjs,domain=~vijesti.me
!
!
! npttech+tinypass antiadblock
slate.com#@#.ad
slate.com#@#.ad01
$cookie=__adblocker,domain=slate.com
tv3.lv#%#//scriptlet('set-cookie', '__adblocker', 'false')
!
! @@/libs/advertisement.js popular antiadblock on crypto faucet websites
@@/libs/advertisement.js$domain=xfaucet.net|getfreebit.xyz|getfree.co.in|starbits.io|bagi.co.in|konstantinova.net|starfaucet.net|bitearns.com|cryptofreebies.info|trivisna.com|nosl.juezcoin.xyz|earn-cryptolive.000webhostapp.com|dogeatm.com|aztecafaucet.space|multifaucet.org|dogestar.website|claimbits.io|i-bits.io|diamondfaucet.space|gobits.io|russiacoin.xyz|lionltcfaucet.xyz|faucet.shorterall.com|yellowfaucet.ovh|faucet.cryptourl.net|simplyfaucet.xyz|up-cripto.com|highearn.xyz|tv3.lv
!
! https://github.com/AdguardTeam/AdguardFilters/issues/76212
tv3.lv,bangordailynews.com,hnonline.sk,vijesti.me#%#//scriptlet("abort-on-property-read", "setNptTechAdblockerCookie")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/120388
! ##.wgAdBlockMessage
! play-games.com,kolagames.com,friv5online.com,arcadehole.com,kiz10.com,pacogames.com,mousecity.com,zipi.com,yepi.com,oyunlarskor.com##.wgAdBlockMessage
##.wgAdBlockMessage
!
! ADs-BG/ST1mar
easywayget.com,bazigarkingyoutube.blogspot.com,edukasicampus.net,topliker.net,dreamrealitytuition.com,qasimtricks.com,otlinks.xyz,nullphpscript.xyz,gameissue05.blogspot.com,techiesavi.com,teamkong.tk,minecraftalpha.net,ammanpatro.in,freecatv.blogspot.com##.ADs-BG
easywayget.com,bazigarkingyoutube.blogspot.com,edukasicampus.net,topliker.net,dreamrealitytuition.com,qasimtricks.com,otlinks.xyz,nullphpscript.xyz,gameissue05.blogspot.com,techiesavi.com,teamkong.tk,minecraftalpha.net,ammanpatro.in,freecatv.blogspot.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!
! START: Ads replacement (this script is similar to `zmctrack`)
!
filmvilag.me,liderendeportes.com,serieskao.tv,ac24.cz,hesgoal.com,igg-games.com,ibb.co#$?#body > iframe[name]:not([class]):not([id]):not([src])[style*="none"] { remove: true; }
filmvilag.me,liderendeportes.com,serieskao.tv,ac24.cz,nsfwyoutube.com,hesgoal.com,igg-games.com,ukhello.info,uaclips.com,thodkyaat.com,kzclip.com,onlymen.cz,ultimasnoticias.com.ve,ibb.co##pp
igg-games.com##slot + div[class]
!
serieslatinoamerica.tv,trshow.info,ukposts.info,ruplayers.com##pp
! https://github.com/AdguardTeam/AdguardFilters/issues/123408
delicious-audio.com#%#//scriptlet('set-constant', 'adBlockerState', 'undefined')
!+ NOT_OPTIMIZED
delicious-audio.com#$##cboxOverlay { display: none !important; }
!+ NOT_OPTIMIZED
delicious-audio.com#$##colorbox { display: none !important; }
!+ NOT_OPTIMIZED
delicious-audio.com#$#html { overflow: auto !important; }
!+ NOT_OPTIMIZED
delicious-audio.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/115641
||claimfey.com/cryptonews/wp-content/uploads/bqanwcfp.js
! https://github.com/AdguardTeam/AdguardFilters/issues/85992
! https://github.com/AdguardTeam/AdguardFilters/issues/63273
trshow.info#$?#iframe[name]:not([class]):not([id]):not([src])[style^="display:"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15206
uaclips.com,kzclip.com,ru-clip.com,ruclip.com#$##morev { position: absolute!important; left: -3000px!important; }
uaclips.com,kzclip.com,ru-clip.com,ruclip.com###morev
!
! https://github.com/AdguardTeam/AdguardFilters/issues/65122
! https://github.com/AdguardTeam/AdguardFilters/issues/51117#issuecomment-599883366
adelaidepawnbroker.com,bztube.com,hotovs.com,insuredhome.org,nudegista.com,pornluck.com,vidd.se,redtube.*,youpornru.com,tube8.com,tube8.es,tube8.fr,tube8.net#%#//scriptlet('set-constant', 'page_params.holiday_promo', 'true')
pornhub.com,pornhub.org,pornhub.net#%#//scriptlet('set-constant', 'page_params.holiday_promo_prem', 'true')
pornhub.com,pornhub.org,pornhub.net#%#//scriptlet('prevent-setTimeout', '\x41\x64\x62\x6c\x6f\x63\x6b\x20\x66\x6f\x72\x20\x70\x6f\x72\x6e\x68\x75\x62')
! END: Ads replacement
!
! Prevent Admiral detection
! Partially for "Freestar Recovered"
#@#.stickyads
#@#.ads_banner
##.stickyads:not([style^="width: 32px"]):not(:empty)
##.ads_banner:not([style^="width: 32px"])
@@||static.adsafeprotected.com/skeleton.js?adslot=
@@||static.adsafeprotected.com/skeleton.js?adunitid=
@@||static.adsafeprotected.com/skeleton.js?bannnerid=
@@||static.adsafeprotected.com/skeleton.gif?*adslot=
@@||static.adsafeprotected.com/skeleton.gif?*adunitid=
@@||static.adsafeprotected.com/skeleton.gif?*bannnerid=
!
! NOTE: Regular rules
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/174556
dankmemer.lol#%#//scriptlet('prevent-setTimeout', 'nads')
! https://github.com/AdguardTeam/AdguardFilters/issues/175901
soft3arbi.com#$#body { overflow: auto !important; }
soft3arbi.com#$##detect-modal { display: none !important; }
soft3arbi.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/175839
html5.gamedistribution.com###gd__adblocker__overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/175668
exuce.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/175665
route-one.net,prajwaldesai.com#%#//scriptlet('prevent-setTimeout', 'placebo')
! https://github.com/AdguardTeam/AdguardFilters/issues/175504
gearingcommander.com#%#//scriptlet('prevent-setTimeout', 'fnMaskAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/175439
veev.to#%#//scriptlet('set-constant', 'fapit.check', 'noopFunc')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=veev.to
! In case of DNS filtering
! https://github.com/AdguardTeam/AdguardFilters/issues/175266
@@||rddywd.com/advertising.js$domain=herokuapp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/175371
myabandonware.com#%#//scriptlet('set-constant', 'j321', 'true')
myabandonware.com#%#//scriptlet('abort-on-stack-trace', 'XMLHttpRequest', 'putPb')
@@||myabandonware.com/wp-content/plugins/wp-banners/js/wp-banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/175339
streamingcommunity.*#%#//scriptlet('prevent-xhr', '/\.\w+\/$/')
@@||streamingcommunity.*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/175083
babia.to#%#//scriptlet('remove-node-text', 'script', '!document.getElementById(btoa(')
! https://github.com/AdguardTeam/AdguardFilters/issues/175218
freewebcart.com#@#.ad-wrap
freewebcart.com#%#//scriptlet('prevent-setTimeout', 'placebo.height')
! https://github.com/AdguardTeam/AdguardFilters/issues/175219
igeeksblog.com#%#//scriptlet('prevent-setTimeout', 'placebo.height')
! https://github.com/AdguardTeam/AdguardFilters/issues/175241
ncaa.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/175092
! https://github.com/AdguardTeam/AdguardFilters/issues/174997
fmovies.limited,rarbg-official.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||cinehub-official.site/js/dectector-2025.js
! https://github.com/AdguardTeam/AdguardFilters/issues/174968
colnect.com#%#//scriptlet('set-constant', 'CAD.possiblyShowAdblockWarning', 'noopFunc')
colnect.com##.main_page > div[style^="position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/174905
qload.info##.adb
! https://github.com/AdguardTeam/AdguardFilters/issues/113000
poplinks.sbs,shorttrick.in##.popSc
poplinks.sbs,shorttrick.in#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
poplinks.sbs,sampledrive.in#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'adsSrc')
poplinks.sbs,sampledrive.in#%#//scriptlet('abort-on-stack-trace', 'DOMTokenList.prototype.contains', 'manageBodyClasses')
! filemoon
! https://github.com/AdguardTeam/AdguardFilters/issues/174871
! Second part of the regexp ("break;case \$\.") is required to block popups/popunders, but two "abort-current-inline-script" cannot use the same property
! so it's necessary to use it in one scriptlet
fmembed.cc,rgeyyddl.skin,kerapoxy.cc,fmoonembed.*,defienietlynotme.com,embedme.*,filemoon.*,finfang.*,hellnaw.*,moonembed.*,sbnmp.bar,sulleiman.com,vpcxz19p.xyz,z12z0vla.*#%#//scriptlet('abort-current-inline-script', 'document.createElement', '/\.onerror|break;case \$\./')
! https://github.com/AdguardTeam/AdguardFilters/issues/175034
! https://github.com/AdguardTeam/AdguardFilters/issues/174876
/js/adb.js$domain=instload.com|twitload.com
twitload.com,instload.com#%#//scriptlet('prevent-setTimeout', '.check()')
! https://github.com/AdguardTeam/AdguardFilters/issues/174746
arabic-for-nerds.com#%#//scriptlet("prevent-fetch", "cookiebanner")
arabic-for-nerds.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "detect")
! https://github.com/AdguardTeam/AdguardFilters/issues/174339
treasl.com##.popSc
treasl.com#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
! https://github.com/AdguardTeam/AdguardFilters/issues/174290
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
botrix.live#%#//scriptlet('set-constant', 'Object.prototype.isAdblock', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/173936
@@||oddee.com/w_files/scripts/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/174120
magesy.blog###superadblocker
magesy.blog#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle.js')
! https://link.streamelements.com/startrek_ribenchi anti-adb
streamelements.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.ad-text.adSense.adBlock.adContent.adBanner { display: block !important; }
||macan-native.com^$script,redirect=noopjs,domain=streamelements.com
||cloudflareinsights.com/beacon.min.js$script,redirect-rule=noopjs,domain=streamelements.com
||redditstatic.com/ads/pixel.js$script,redirect-rule=noopjs,domain=streamelements.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173875
camsrip.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/174006
@@||static.doubleclick.net/instream/ad_status.js$domain=mhdtvmax.net
! shrinkall.com URL shortener
crypto-radio.eu,tiktokcounter.net#%#//scriptlet('set-constant', 'isAdClickDone', 'true')
crypto-radio.eu,tiktokcounter.net#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "QGSBETJjtZkYH"); } });
crypto-radio.eu,tiktokcounter.net#%#AG_onLoad((function(){const e=document.querySelector("#widescreen1");if(e){const t=document.createElement("div");t.setAttribute("id","google_ads_iframe_"),e.appendChild(t)}}));
crypto-radio.eu,tiktokcounter.net#%#//scriptlet('remove-class', 'is-hidden', '#checkclick')
@@||securepubads.g.doubleclick.net/*/gpt.js$domain=tiktokcounter.net|crypto-radio.eu
@@||securepubads.g.doubleclick.net/*/pubads_impl.js$domain=tiktokcounter.net|crypto-radio.eu
@@/adpartner.min.js$domain=tiktokcounter.net|crypto-radio.eu
@@/ad.js$domain=tiktokcounter.net|crypto-radio.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/173846
dash.hyzen-cloud.com#%#//scriptlet('abort-on-property-write', 'adScript')
! https://github.com/AdguardTeam/AdguardFilters/issues/173839
apkmoddone.com###adBlock
apkmoddone.com#%#//scriptlet('set-attr', '.adsbygoogle', 'data-ad-status', '0')
apkmoddone.com#%#//scriptlet('prevent-element-src-loading', 'script', '/googletagmanager\.com|pagead2\.googlesyndication\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/173804
investguiding-com.custommapposter.com#%#//scriptlet('set-constant', 'Object.prototype.detect', 'noopFunc')
investguiding-com.custommapposter.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/173633
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=alliptvlinks.com
@@||static.doubleclick.net/instream/ad_status.js$domain=alliptvlinks.com
@@||googleads.g.doubleclick.net/pagead/html/*/zrt_lookup_nohtml_fy2021.html$domain=alliptvlinks.com
@@||googleads.g.doubleclick.net/pagead/html/*/zrt_lookup_inhead_fy2021.html$domain=alliptvlinks.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_fy2021.js$domain=alliptvlinks.com
alliptvlinks.com#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/173728
! TODO: Check after 2024 May 1.
webeducate.top#%#//scriptlet('set-constant', 'adsBlocked', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/173706
tunein.com#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/173424
soninow.com#%#//scriptlet('prevent-setInterval', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/173666
xxlmag.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/173562
mathdf.com#%#//scriptlet("set-constant", "adBlockEnabled", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/173608
msfsaddon.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/173567
gifok.com##.popSc
gifok.com#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
! https://github.com/AdguardTeam/AdguardFilters/issues/173434
tipranks.com#%#//scriptlet('prevent-setTimeout', 'ad_blocker')
tipranks.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/173374
||us-east-1-cdn-ui-k8s.motorsport.com/629/design/dist/js/3619_fa432529226b845b1b7c.js$domain=autosport.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173423
gpfans.org##.adblock-wrapper
gpfans.org#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/173251
||sportshub.to/frames/sn/block/
! https://github.com/AdguardTeam/AdguardFilters/issues/172971
dgb.lol#%#//scriptlet('set-constant', 'findCMP', 'noopFunc')
dgb.lol#%#//scriptlet('prevent-element-src-loading', 'script', 'adlightning.com')
||tagan.adlightning.com/setupad-hai/op.js$script,redirect=noopjs,domain=dgb.lol
! https://github.com/AdguardTeam/AdguardFilters/issues/173052
uflash.tv#%#//scriptlet('prevent-fetch', '/code.js')
uflash.tv#%#//scriptlet('prevent-window-open', 'adblock', '1')
uflash.tv#%#//scriptlet('set-constant', 'popBlocked', 'falseFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/173118
aviationsourcenews.com##body div.mfp-wrap
aviationsourcenews.com##body div.mfp-bg
! https://github.com/AdguardTeam/AdguardFilters/issues/172588
sinonimos.de#%#//scriptlet("set-constant", "adbDetected", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/172596
trackid.net#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/172504
movies4u.cafe##.popSc
movies4u.cafe#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
! https://github.com/AdguardTeam/AdguardFilters/issues/172436
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rseducationinfo.com|rsinsuranceinfo.com|rsadnetworkinfo.com|rsfinanceinfo.com|rshostinginfo.com|rssoftwareinfo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/172399
elamigos-games.net#%#//scriptlet('prevent-setTimeout', 'checkAdblockUser')
! https://github.com/AdguardTeam/AdguardFilters/issues/172350
fireliker.com#%#//scriptlet('remove-node-text', 'script', 'Ad Blocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/172359
@@||dsharer.com/-ads-banner.js
dsharer.com#%#//scriptlet('set-constant', 'showada', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/172095
toolkitspro.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/172282
@@||drivemoe.com/-ads-banner.js
drivemoe.com#%#//scriptlet('set-constant', 'showada', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/172176
holiholic.com#%#//scriptlet("abort-on-property-read", "initBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/171869
snay.io#@#.ad-box:not(#ad-banner)
snay.io#%#//scriptlet('prevent-setInterval', 'hasAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/171870
vectr.com#%#//scriptlet('prevent-setTimeout', 'showAdBlockDialog')
! https://github.com/AdguardTeam/AdguardFilters/issues/171977
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=copyseeker.net
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_*.js$domain=copyseeker.net
copyseeker.net#@#ins.adsbygoogle[data-ad-slot]
copyseeker.net#@#.adsbygoogle-noablate
! https://github.com/AdguardTeam/AdguardFilters/issues/171768
xkeezmovies.com#%#//scriptlet('remove-node-text', 'script', 'eazy_ad')
xkeezmovies.com#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/171758
yoykp.com#@#ins.adsbygoogle[data-ad-slot]
yoykp.com#$#body ins.adsbygoogle { display: block !important; }
yoykp.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/173291
! https://github.com/AdguardTeam/AdguardFilters/issues/171651
mhdtvmax.com,mhdsportstv.com#%#//scriptlet('abort-on-stack-trace', 'DOMTokenList.prototype.contains', 'manageBodyClasses')
mhdtvmax.com,mhdsportstv.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'adsSrc')
! https://github.com/AdguardTeam/AdguardFilters/issues/171597
streamer4u.site#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! qwant.com
qwant.com#@#div[class="_2NDle"]:has(div[data-testid="advertiserAdsDisplayUrl"])
! https://github.com/AdguardTeam/AdguardFilters/issues/171774
! https://github.com/AdguardTeam/AdguardFilters/issues/171447
soccerinhd.com,limpaso.com##.popSc
soccerinhd.com,limpaso.com#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
soccerinhd.com,limpaso.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
||limpaso.com/mypages/terms-and-conditions/tt.js
! https://github.com/AdguardTeam/AdguardFilters/issues/171363
mlwbd.to#%#//scriptlet('abort-on-property-write', 'antiAdBlockerHandler')
! https://github.com/AdguardTeam/AdguardFilters/issues/171299
geekermag.com#$#body { overflow: auto !important; }
geekermag.com#$##detect-modal { display: none !important; }
geekermag.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/171290
textstudio.com#%#//scriptlet('abort-on-property-write', 'ADBLOCK')
! https://github.com/AdguardTeam/AdguardFilters/issues/171168
xmorex.com#@#.ad-content
! https://github.com/AdguardTeam/AdguardFilters/issues/171120
forja.me#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/151173
freemcserver.net#%#//scriptlet('prevent-setTimeout', '', '5000')
@@||prod.fennec.atp.fox/js/fennec.js$domain=freemcserver.net
@@||stpd.cloud^$domain=freemcserver.net
freemcserver.net#%#//scriptlet('set-constant', 'findCMP', 'noopFunc')
freemcserver.net#%#//scriptlet('abort-on-property-read', 'stpd')
@@||static.foxnews.com/static/strike/scripts/libs/prebid.js$domain=freemcserver.net
freemcserver.net#%#//scriptlet('abort-on-property-read', 'pbjs')
! https://github.com/AdguardTeam/AdguardFilters/issues/170946
||bbpic.ru/js/plears.js
! https://github.com/AdguardTeam/AdguardFilters/issues/170717
$subdocument,redirect-rule=noopframe,domain=ytlarge.com
@@||ytlarge.com^$script,subdocument,~third-party
@@||fundingchoicesmessages.google.com^$domain=ytlarge.com
@@||pagead2.googlesyndication.com^$domain=ytlarge.com
@@||tpc.googlesyndication.com^$domain=ytlarge.com
@@||googleads.g.doubleclick.net/pagead/html/*/zrt_lookup_fy2021.html$domain=ytlarge.com
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-*&adk=$~xmlhttprequest,~script,~image,domain=ytlarge.com
ytlarge.com#@##adcontent
ytlarge.com#%#(()=>{let t,e,o,n=!1;const r={apply:(r,c,a)=>{if(!n&&c&&"string"==typeof c&&c.includes("$builder_")&&c.match(/(\d+)\+.*?Math.*?\*.*?(\d+)/))try{t=c.match(/(\d+)\*/)?.[1];const r=c.match(/(\d+)\+.*?Math.*?\*.*?(\d+)/);e=r?.[1],o=r?.[2],n=!0}catch(t){}return Reflect.apply(r,c,a)}};window.String.prototype.split=new Proxy(window.String.prototype.split,r),AG_onLoad((()=>{let n,r,c;t&&e&&o&&(n=Number(t),r=Number(e),c=Number(o));const a=n*Math.floor(r+c*Math.random())||window.xrandom1,d=n*Math.floor(r+c*Math.random())||window.xrandom1;if(!a||!d)return;const i=[a,d],l=()=>{m()},m=()=>{document.querySelectorAll("input#mxtime, input#mxtime1").forEach(((t,e)=>{i[e]&&(t.value=i[e])}))};m();const u=document.querySelector("button#checker");u&&u.addEventListener("click",l)}))})();
! https://github.com/AdguardTeam/AdguardFilters/issues/170718
ultimate-guitar.com#%#//scriptlet('set-constant', 'UGAPP.bidding.prebidLoadError', 'false')
ultimate-guitar.com#%#//scriptlet('set-constant', 'Object.prototype.setNeedShowAdblockWarning', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/170588
efootballdb.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/170725
pornbimbo.com#%#//scriptlet("set-constant", "flashvars.protect_block_html", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/170624
||osuskinner.com/check|$xmlhttprequest
osuskinner.com#%#//scriptlet('prevent-xhr', 's.nitropay.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/170753
sportea.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/170613
mtvema.com,mtv.co.uk,mtv.de,mtv.it#%#//scriptlet('prevent-fetch', 'imasdk.googleapis.com')
||imasdk.googleapis.com/pal/sdkloader/pal.js$script,redirect=noopjs,domain=mtvema.com|mtv.co.uk|mtv.de|mtv.it
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=mtvema.com|mtv.co.uk|mtv.de|mtv.it
! https://github.com/AdguardTeam/AdguardFilters/issues/170545
shineads.in#%#//scriptlet('abort-on-property-read', 'Datad1d6cd127')
! https://github.com/AdguardTeam/AdguardFilters/issues/170424
fm-arena.com###d-container
! https://github.com/AdguardTeam/AdguardFilters/issues/170295
yad.com###moneyNoticeMessage
yad.com#%#//scriptlet('prevent-setTimeout', 'moneyDetect')
! https://github.com/AdguardTeam/AdguardFilters/issues/170276
||hiraethtranslation.com/wp-content/plugins/e*.*?ver=
hiraethtranslation.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'adsSrc')
hiraethtranslation.com#%#//scriptlet('abort-on-stack-trace', 'DOMTokenList.prototype.contains', 'manageBodyClasses')
hiraethtranslation.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/170269
pomofocus.io#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com', 'true')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=pomofocus.io
! https://github.com/AdguardTeam/AdguardFilters/issues/170049
nishankhatri.xyz##.adblock-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/170240
billingsmix.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/172601
! https://github.com/AdguardTeam/AdguardFilters/issues/172272
! https://github.com/AdguardTeam/AdguardFilters/issues/170175
cc.com,nickjr.com,nick.com#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com')
||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$script,redirect=noopjs,domain=nick.com|nickjr.com|cc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/170126
||tubereader.me/build/assets/app-*.js
tubereader.me#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'showAdblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/170115
24sport.stream#%#//scriptlet('prevent-setTimeout', 'keepChecking')
||24sport.stream/public/js/dublocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/172154
! https://github.com/AdguardTeam/AdguardFilters/issues/170084
idlixofficial.co,idlixofficials.com#%#//scriptlet('abort-on-stack-trace', 'DOMTokenList.prototype.contains', 'manageBodyClasses')
@@||static.doubleclick.net/instream/ad_status.js$domain=idlixofficials.com|idlixofficial.co
! https://github.com/AdguardTeam/AdguardFilters/issues/169962
nudecams.xxx###adb
nudecams.xxx#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169605
modapkvn.com,apkmodvn.com###adBlock
file.apkmoddone.com#%#//scriptlet('prevent-addEventListener', 'click', 'adElements')
apkmoddone.phongroblox.com#%#//scriptlet('set-constant', 'checkStructure', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/169545
gamecatandmouse.netlify.app,textcleaner.net##.adp
gamecatandmouse.netlify.app,textcleaner.net##.adp-underlay
gamecatandmouse.netlify.app,textcleaner.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169613
@@||isthischannelmonetized.com/wp-content/plugins/*/assets/js/bannerad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/169724
mhn.quest#%#//scriptlet('prevent-setTimeout', '/\.adblock|monster-home/')
@@||mhn.quest/*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/172858
! https://github.com/AdguardTeam/AdguardFilters/issues/169610
hardreset.info#%#//scriptlet('set-constant', 'ezAardvarkDetected', 'false')
hardreset.info#%#//scriptlet('set-constant', 'ezDetectAardvark', 'noopFunc')
!+ NOT_OPTIMIZED
hardreset.info###ez-content-blocker-container
! https://github.com/AdguardTeam/AdguardFilters/issues/172212
! https://github.com/AdguardTeam/AdguardFilters/issues/169878
! https://github.com/AdguardTeam/AdguardFilters/issues/169492
lootdest.com,loot-link.com,lootlinks.co,loot-links.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169660
flixscans.*#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=flixscans.*
! https://github.com/AdguardTeam/AdguardFilters/issues/169130
! 'Adblock Detected, please disable and Refresh page when done to watch.'
freetvsports.xyz,poscishd.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169101
xszav1.com#%#//scriptlet('remove-node-text', 'script', 'ad blocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/169386
elektrotanya.com#%#//scriptlet('set-constant', 'canRunAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/169282
chickenkarts.io#%#//scriptlet('set-constant', 'blockedAds', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/169297
! https://github.com/AdguardTeam/AdguardFilters/issues/169259
! Ads reinjection
autoscout24.*#%#//scriptlet('abort-on-property-read', 'Object.prototype.autoRecov')
autoscout24.*#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'HTMLImageElement')
||autoscout24.*/frontend-metrics/
! https://github.com/AdguardTeam/AdguardFilters/issues/169180
themarysue.com#%#//scriptlet('prevent-addEventListener', 'error', 'Disable Your Adblocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/169123
datasciencelearner.com#$#html { overflow: auto !important; padding-right: 0 !important; }
datasciencelearner.com#$#.site-access-popup { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/168907
alltechnerd.com#%#//scriptlet('set-constant', 'nitroAds.abp', 'true')
||s.nitropay.com/2.gif?$image,redirect-rule=1x1-transparent.gif,domain=alltechnerd.com
||zona11.com/public/js/dublocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/168735
thesportster.com#%#//scriptlet('remove-node-text', 'script', 'numberlessring.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/168646
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=play.dictionary.com
play.dictionary.com#@#display-ad-component
! https://github.com/AdguardTeam/AdguardFilters/issues/168598
londonnewsonline.co.uk##body > div[id][class^="popup"][class$="wrap"]
! https://github.com/AdguardTeam/AdguardFilters/issues/168417
panel.waifly.com#%#//scriptlet('set-constant', 'detectScriptError', 'noopFunc')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,domain=panel.waifly.com
! https://github.com/AdguardTeam/AdguardFilters/issues/168480
labrador.mayaremix.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/168521
brainly.com,brainly.com.br,brainly.co.id,brainly.in,brainly.ph,brainly.pl,brainly.lat,brainly.in,brainly.ro,eodev.com,znanija.com#%#//scriptlet('set-local-storage-item', 'simple-funnel-name', '$remove$')
! https://github.com/AdguardTeam/AdguardFilters/issues/168148
@@||btloader.com/tag$domain=taming.io
!#safari_cb_affinity(privacy)
@@||googletagmanager.com/gtag/js$domain=taming.io
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/168146
@@||api.poki.com/ads/houseads/$domain=ninja.io
! https://github.com/AdguardTeam/AdguardFilters/issues/168438
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=omegatv.com.cy
! https://github.com/AdguardTeam/AdguardFilters/issues/168493
! https://github.com/AdguardTeam/AdguardFilters/issues/168351
kissanime.com.ru,kissanime.co#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
kissanime.com.ru,kissanime.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167581
! I saw a http request related to https://unblockia.com/.
androidpolice.com#@#.adsninja-ad-zone
androidpolice.com#@#.ad-current
androidpolice.com#@#.ad-zone-container
androidpolice.com#@#.ad-zone
androidpolice.com#@#.ima-ad-container
androidpolice.com##.adsninja-ad-zone:not(.adsninja-valstream)
androidpolice.com#%#//scriptlet('set-constant', 'ValstreamVideoPlayer.prototype.isAllowedToPlayAds', 'falseFunc')
@@||cdn.adsninja.ca/adsninja_client.js$domain=androidpolice.com
@@||cdn.adsninja.ca/adsninja_client_style.css$domain=androidpolice.com
@@||video.adsninja.ca/valnetinc/AndroidPolice/*-projectRssVideoFile.mp4$domain=androidpolice.com
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=androidpolice.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=androidpolice.com
! satdl.com - needless waiting time
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=satdl.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=satdl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/167345
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=live.alexsportz.online
! https://github.com/AdguardTeam/AdguardFilters/issues/167294
mad4wheels.com#@##adcontent
mad4wheels.com#%#//scriptlet('set-constant', 'adblock.check', 'noopFunc')
mad4wheels.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|adblockanalytics\.com/')
||mad4wheels.com/plugins/js-b/js/js-b.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/167270
edealinfo.com#%#//scriptlet("abort-current-inline-script", "$", "fakeAd")
! https://github.com/AdguardTeam/AdguardFilters/issues/167035
rakuten.ca#@#.google-ads
@@||googletagmanager.com/gtag/js$domain=rakuten.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/166654
imgo.info#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/166327
cdkm.com#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/166319
gocmod.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! espnv2.online (embedded stream site on sport streaming page)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=espnv2.online|live.hitsports.bond
! https://github.com/AdguardTeam/AdguardFilters/issues/166101
||ipaspot.app/assets/js/abdetectorpro.script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/165486
! To reproduce the anti-adblock message, it is necessary to click on a specific element, for example the search button
@@||sextb.net^$generichide
@@||sextb.xyz^$generichide
sextb.xyz,sextb.net#$#body .sextb_728 { display: block !important; }
sextb.xyz,sextb.net#$#body .sextb_728:not([id]) { position: absolute !important; left: -9999px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/167445
! https://github.com/AdguardTeam/AdguardFilters/issues/165730
sparkful.co,mangoai.co#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/165407
freewsad.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/165570
deano.me#%#//scriptlet('abort-current-inline-script', 'jQuery', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/165059
thestockmarketwatch.com#%#//scriptlet('prevent-eval-if', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/174861
! https://github.com/AdguardTeam/AdguardFilters/issues/172737
! https://github.com/AdguardTeam/AdguardFilters/issues/172131
! https://github.com/AdguardTeam/AdguardFilters/issues/170304
! https://github.com/AdguardTeam/AdguardFilters/issues/164995
homebasis4d.*,linelocatemfsn.*,superbarca77.*,superargo77.*,superleo77.*,superlee77.*,superdom77.*,superabbit33.*,live-streamfootball.*,superabbit77.*,rbtv77.*#%#(()=>{const e={apply:(e,t,p)=>{const o=p[1];return o&&"string"==typeof o&&o.includes("pagead2.googlesyndication.com")&&(t.prevent=!0),Reflect.apply(e,t,p)}};window.XMLHttpRequest.prototype.open=new Proxy(window.XMLHttpRequest.prototype.open,e);const t={apply:(e,t,p)=>{if(!t.prevent)return Reflect.apply(e,t,p)}};window.XMLHttpRequest.prototype.send=new Proxy(window.XMLHttpRequest.prototype.send,t)})();
homebasis4d.*,linelocatemfsn.*,superbarca77.*,superargo77.*,superleo77.*,superlee77.*,superdom77.*,superabbit33.*,live-streamfootball.*,superabbit77.*,rbtv77.*#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169209
||cdn.jsdelivr.net/gh/arufxuenzaku/apmody@1.4/js/main.js
! https://github.com/AdguardTeam/AdguardFilters/issues/164844
fusevideo.io#%#//scriptlet('prevent-xhr', '/prebid|ads\./')
! https://github.com/AdguardTeam/AdguardFilters/issues/174539
! https://github.com/AdguardTeam/AdguardFilters/issues/164737
!+ NOT_OPTIMIZED
hortidaily.com,agf.nl,freshplaza.*#$?#input#block-ad-blockers { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/164724
||buy.tinypass.com/checkout/template/cacheableShow?*&offerId=fakeOfferId*&url=*ibelieve.com
! https://github.com/AdguardTeam/AdguardFilters/issues/164705
||writerhand.com/assets/js/unblock.js
writerhand.com#%#//scriptlet('set-constant', 'AdBlocker', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/164564
tmailor.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! offidocs.com anti-adb
offidocs.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=offidocs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/164271
ovabee.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/164231
streambtw.com###overlay
streambtw.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', '.onerror')
! https://github.com/AdguardTeam/AdguardFilters/issues/164418
||loader.masthead.me/prod/masthead/loader.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/164162
dessi.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/164205
! https://github.com/AdguardTeam/AdguardFilters/issues/164007
automoto.it,moto.it#%#//scriptlet('remove-class', 'app-cwall-shown', 'body')
!+ NOT_OPTIMIZED
automoto.it,moto.it#$#div#iubenda-cs-banner { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163765
putangclan.com#@#.advert-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/163704
govsfid.com#%#//scriptlet("set-constant", "isBrave", "noopFunc")
govsfid.com#%#//scriptlet("set-constant", "AdBDetected", "noopFunc")
@@||gplinks.in/track/js/$domain=govsfid.com
@@||gplinks.in/track/data.php$domain=govsfid.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=govsfid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/163705
sankaku.app#$##anti-adblock { display: none !important; }
sankaku.app#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163314
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dishy.co.ke
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=dishy.co.ke,important
! https://github.com/AdguardTeam/AdguardFilters/issues/163608
@@||s.nitropay.com/ads-*.js$domain=soccerguru.live
! https://github.com/AdguardTeam/AdguardFilters/issues/163601
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=myfilmyzilla.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=myfilmyzilla.com
@@||myfilmyzilla.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/163562
dzapk.com#%#//scriptlet("abort-current-inline-script", "mMcreateCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/163563
||tophostingapp.com/abdetectorpro.script.js
tophostingapp.com#%#//scriptlet("prevent-addEventListener", "load", "abDetectorPro")
! https://github.com/AdguardTeam/AdguardFilters/issues/163585
@@||stripflix.cam^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/163471
forum.release-apk.com#%#//scriptlet('abort-on-property-read', 'justDetectAdblock')
forum.release-apk.com##body > style + div[id][class*=" "]
! https://github.com/AdguardTeam/AdguardFilters/issues/163381
djflpduniya.com,sattanewss.com,digiclown.com#%#//scriptlet("set-constant", "detectWithFakeAdsDiv", "noopFunc")
djflpduniya.com,sattanewss.com,digiclown.com#%#//scriptlet("set-constant", "isBrave", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/163499
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mta-resource.com
mta-resource.com#$#ins.adsbygoogle[data-ad-slot] { display: block !important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163510
cutsy.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163457
! https://github.com/AdguardTeam/AdguardFilters/issues/163517
idol69.net,javball.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163412
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=foodbusinessnews.net
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=foodbusinessnews.net
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=foodbusinessnews.net,important
||securepubads.g.doubleclick.net/tag/js/gpt.js$redirect=googletagservices-gpt,domain=foodbusinessnews.net,important
! https://github.com/AdguardTeam/AdguardFilters/issues/163194
! https://github.com/AdguardTeam/AdguardFilters/issues/162165
kickasstorrents.bio,extratorrent.bio,torrentfunk.bio,nyaa.bio,torrent9.bio,magnetdl.bio,idope.bio,demonoid.bio,torrentz2.bio,torrentgalaxy.bio,isohunt.bio,thepiratebays.bio,1337x.bio,1337x.help,eztv.wiki,rarbg.store,zooqle.ink,1337xproxies.com,eztvstatus.net,rutracker.bio##ab-detector
/dectector.js$~third-party,domain=1337xproxies.com|eztvstatus.net|rutracker.bio|1337x.bio|1337x.help|eztv.wiki|rarbg.store|zooqle.ink|kickasstorrents.bio|extratorrent.bio|torrentfunk.bio|nyaa.bio|torrent9.bio|magnetdl.bio|idope.bio|demonoid.bio|torrentz2.bio|torrentgalaxy.bio|isohunt.bio|thepiratebays.bio
kickasstorrents.bio,extratorrent.bio,torrentfunk.bio,nyaa.bio,torrent9.bio,magnetdl.bio,idope.bio,demonoid.bio,torrentz2.bio,torrentgalaxy.bio,isohunt.bio,thepiratebays.bio,1337x.bio,1337x.help,eztv.wiki,rarbg.store,zooqle.ink,1337xproxies.com,eztvstatus.net,rutracker.bio#%#//scriptlet('set-constant', 'AB_Detector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/161970
coinpayz.xyz#@##adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/161918
@@||devfiles.pages.dev/fonts/wp-content/plugins/best-ads-block-detector/main.js
! https://github.com/AdguardTeam/AdguardFilters/issues/161767
filext.com#%#//scriptlet('trusted-replace-xhr-response', '/.*_preview_video.*/', '', '/acs')
! https://github.com/AdguardTeam/AdguardFilters/issues/161726
jwcuriosidades.com#%#//scriptlet('set-cookie', 'adSystem', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/161624
55k.io#%#//scriptlet('set-constant', 'cRAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/161053
165.22.246.130###adb
165.22.246.130#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160615
pornleaks.in#%#//scriptlet("set-constant", "ftuappss", "true")
||pornleaks.in/js/sample.js?version=
! https://github.com/AdguardTeam/AdguardFilters/issues/160625
@@||lilymanga.net/wp-content/uploads/ad-inserter*/*/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/159611
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=chromeactions.com
! https://github.com/bogachenko/fuckfuckadblock/issues/440
@@||advnetwork.net/advertising/*/advertising.js$xmlhttprequest,domain=bsshotel.it
! https://github.com/bogachenko/fuckfuckadblock/issues/446
/adblocker.js$domain=gameophobias.com|hindimearticles.net|solution-hub.com
! https://github.com/AdguardTeam/AdguardFilters/issues/165929
! https://github.com/AdguardTeam/AdguardFilters/issues/160931
! https://github.com/AdguardTeam/AdguardFilters/issues/156107
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ravenscans.com|oatuu.org|techedubyte.com
techedubyte.com,oatuu.org,ravenscans.com#@#[data-adblockkey]
techedubyte.com,oatuu.org,ravenscans.com#@#[data-advadstrackid]
techedubyte.com,oatuu.org,ravenscans.com#@#[data-ad-width]
techedubyte.com,oatuu.org,ravenscans.com#@#[data-ad-module]
techedubyte.com,oatuu.org,ravenscans.com#@#[data-ad-manager-id]
techedubyte.com,oatuu.org,ravenscans.com#@#.sidebar-ad
techedubyte.com,oatuu.org,ravenscans.com#@#.ad-slot
techedubyte.com,oatuu.org,ravenscans.com#@#.ad-placeholder
techedubyte.com,oatuu.org,ravenscans.com#@#.Ad-Container
techedubyte.com,oatuu.org,ravenscans.com#$#.adsbygoogle.Ad-Container.sidebar-ad.ad-slot.ad.ads.doubleclick.ad-placement.ad-placeholder.adbadge.BannerAd.adsbox { display: block !important; }
oatuu.org,ravenscans.com#$#.tjewtsgyeszduwntfveteepbzzdajlhvjbrwdrcnroyuedzfvkjf { display: none !important; }
techedubyte.com##.cdfjbgluvriuuuvzljdrfcymhgvwvjmwpitnymzjdqkwryudjsvjovtwghsb
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6498761
exactpay.online#%#//scriptlet('abort-on-property-read', 'Swal.fire')
||exactpay.online/Bitmedia.html$subdocument,redirect=noopframe
exactpay.online#%#//scriptlet('abort-on-property-read', 'htmls')
! https://github.com/AdguardTeam/AdguardFilters/issues/158767
@@||filelions.*/js/boxad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/153846
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=technorozen.com
! https://forum.adguard.com/index.php?threads/%D0%9A%D0%BE%D0%BD%D1%84%D0%BB%D0%B8%D0%BA%D1%82-%D1%81-vk-styles.53146/
! https://chrome.google.com/webstore/detail/vk-styles-themes-for-vkco/ceibjdigmfbbgcpkkdpmjokkokklodmc/
vk.com#@#[data-ad-cls]
vk.com#@#div[data-ad]
vk.com#$#div[data-ad][data-ad-cls] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/153355
okdebrid.com#@#ins.adsbygoogle[data-ad-slot]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=okdebrid.com
@@||static.yieldmo.com/ym.adv.min.js$domain=okdebrid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153352
btvsports.click#@##ad-bigsize
btvsports.click#@##ad-makeup
btvsports.click#@##ad_left_top
btvsports.click#@##googlead2
btvsports.click#@##omnibar_ad
btvsports.click#@##GoogleAd2
! https://github.com/AdguardTeam/AdguardFilters/issues/153103
@@||c.adsco.re^$domain=shorterall.com
@@||adsco.re/p$domain=shorterall.com
!  https://github.com/AdguardTeam/AdguardFilters/issues/151250
emoji.gg###yousuck
! https://github.com/AdguardTeam/AdguardFilters/issues/147423
techedubyte.com##.popSc
! https://github.com/AdguardTeam/AdguardFilters/issues/168330
onworks.net##.adbn-wrap
onworks.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167911
economictimes.indiatimes.com#%#//scriptlet('prevent-setTimeout', '/nltrShow30minFlag|js_primetargeting_popup/')
! https://github.com/AdguardTeam/AdguardFilters/issues/167905
cosplay18.pics#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167838
boyhoodmovies.net#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'window.adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/167815
bestx.stream#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167559
99corporates.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167683
! https://github.com/AdguardTeam/AdguardFilters/issues/169924
statesville.com,wacotrib.com#%#//scriptlet('abort-on-property-read', 'TNCMS.Access')
! https://github.com/AdguardTeam/AdguardFilters/issues/167727
infidrive.net#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/167531
23dfbfad8cb2-stremio-addon-superflix.baby-beamup.club#%#//scriptlet('prevent-element-src-loading', 'script', 'crossroadparalysisnutshell.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167432
bonsaiprolink.shop,lustesthd.lat#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
bonsaiprolink.shop,lustesthd.lat#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/167387
mrfreemium.blogspot.com##.popSc
mrfreemium.blogspot.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/167073
learnweb.top#%#//scriptlet('prevent-xhr', '/(showAds|ads?\.min)\.js/')
! https://github.com/AdguardTeam/AdguardFilters/issues/167356
lenouvelliste.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/167014
wholewellnesswhirl.life##.popSc
wholewellnesswhirl.life#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle')
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-7667896
kiddyshort.com#%#//scriptlet('prevent-addEventListener', 'load', 'htmls')
! https://github.com/AdguardTeam/AdguardFilters/issues/166987
vinstartheme.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/166938
helpdice.com#%#//scriptlet('abort-current-inline-script', 'onload', 'document.body.innerHTML')
! https://github.com/AdguardTeam/AdguardFilters/issues/166934
yt-downloaderz.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/166863
forum.cstalking.tv###adblock_msg
forum.cstalking.tv#%#//scriptlet('prevent-fetch', 'ads.cstalking.tv')
! https://github.com/AdguardTeam/AdguardFilters/issues/166883
||dvdgayporn.com/wp-content/plugins/POit-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/166747
hostmath.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||hostmath.com/Js/PromptShowAD.js
! https://github.com/AdguardTeam/AdguardFilters/issues/166721
urlcut.ninja#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||urlcut.ninja/static/nab.js
! https://github.com/AdguardTeam/AdguardFilters/issues/172589
! https://github.com/AdguardTeam/AdguardFilters/issues/167165
! https://github.com/AdguardTeam/AdguardFilters/issues/166454
! cuty.io
cutnet.net,cutado.com,cutlink.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/166266
hax.co.id#%#//scriptlet('prevent-addEventListener', 'load', 'AdBlock')
hax.co.id#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/166193
sexwebvideo.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/166037
fplstatistics.co.uk#%#//scriptlet('trusted-replace-node-text', 'script', 'setTimeout', '/if( +)?\(this\[_0x.{1,10}\]\)( +)?{( +)?if( +)?\(this\[_0x.{1\,10}\]( +)?>( +)?10\)/', 'if(true){if(true)')
fplstatistics.co.uk#%#//scriptlet('trusted-replace-node-text', 'script', 'setTimeout', '/(setTimeout\(function( +)?\(\)( +)?\{( +)?\$\()_0x.{1,30}\)/', '$1document.body)')
! https://github.com/AdguardTeam/AdguardFilters/issues/166009
archivebate.live#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/165993
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=njbeachcams.com
! https://github.com/AdguardTeam/AdguardFilters/issues/165830
postedium.com##.adb-overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/165773
mbjremix.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/165698
brighthubengineering.com#%#//scriptlet('prevent-addEventListener', 'load', 'waitForAardvarkDetection')
brighthubengineering.com#%#//scriptlet('prevent-addEventListener', 'load', 'create_ezolpl')
! https://github.com/AdguardTeam/AdguardFilters/issues/165484
||static.surfe.pro/js/net.js$domain=allfaucet.xyz,redirect=noopjs,important
||googletagmanager.com/gtm.js$domain=allfaucet.xyz,redirect=noopjs,important
@@||static.surfe.pro/js/net.js$domain=allfaucet.xyz
@@||googletagmanager.com/gtm.js$domain=allfaucet.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/167988
! https://github.com/AdguardTeam/AdguardFilters/issues/167225
! https://github.com/AdguardTeam/AdguardFilters/issues/165058
tikmate.app#$#button#download-hd[onclick="downloadHD(this);"] { display: block !important; }
tikmate.app#%#//scriptlet('set-constant', 'powerAPITag', 'emptyObj')
tikmate.app#%#//scriptlet('set-constant', 'detectAdBlock', 'noopFunc')
tikmate.app#%#//scriptlet('trusted-replace-node-text', 'script', 'Object.keys', 'document.getElementById(`download-hd-${data.id}`).remove();', '')
tikmate.app#%#//scriptlet('trusted-replace-node-text', 'script', 'downloadHD(this)', '.adsbygoogle-noablate', 'body')
tikmate.app#%#//scriptlet('trusted-replace-node-text', 'script', 'function downloadHD', '/(function downloadHD\(obj\) {)[\s\S]*?(datahref.*)[\s\S]*?(window.location.href = datahref;)[\s\S]*/', '$1$2$3}')
! https://github.com/AdguardTeam/AdguardFilters/issues/165336
! https://github.com/AdguardTeam/AdguardFilters/issues/165335
cnpics.org,cnxx.me#%#//scriptlet('abort-on-property-write', 'detectAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/165282
uptoearn.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
uptoearn.xyz#%#//scriptlet('trusted-replace-node-text', 'script', 'downloadConfig', '/"adb":\d/', '"adb":""')
! https://github.com/AdguardTeam/AdguardFilters/issues/164653
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=anidraw.net,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=anidraw.net
! https://github.com/AdguardTeam/AdguardFilters/issues/165068
@@||static.doubleclick.net/instream/ad_status.js$domain=bloggingsathi.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bloggingsathi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/167075
! https://github.com/AdguardTeam/AdguardFilters/issues/164439
@@||cdn.pubfuture-ad.com/v2/unit/pt.js$xmlhttprequest,domain=infinityscans.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/164348
porn4f.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/164148
ipalibrary.me#$#.adsbygoogle.ads_above_banner { display: block !important; height: 1px !important; }
ipalibrary.me#$#ins.adsbygoogle[data-ad-slot] { display: block !important; height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/164152
nabzclan.vip#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/164213
anisearch.*#$#.pagewidth > div.pcenter[id] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163771
ai18.pics#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/164103
||thesimsresource.com/js/ad-loader.js
thesimsresource.com#%#//scriptlet('set-constant', 'isAdBlocked', 'false')
thesimsresource.com#%#//scriptlet('prevent-xhr', '/googletagmanager\.com|googleoptimize\.com|enthusiastgaming\.net/')
! https://github.com/AdguardTeam/AdguardFilters/issues/164039
||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$script,redirect=google-ima3,domain=mtv.com
! UKRadioLive
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#%#//scriptlet('set-constant', 'AddAdsV2I.disableAds', 'true')
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#%#//scriptlet('set-constant', 'AddAdsV2I.showBackupAds', 'false')
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#%#//scriptlet('abort-on-property-write', 'FbTrack')
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/164006
musicforchoir.com#%#//scriptlet('abort-current-inline-script', 'eval', 'split')
! https://github.com/AdguardTeam/AdguardFilters/issues/163780
epllive.net##.abblock-msg
embed4u.xyz###_vliadb83
! https://github.com/AdguardTeam/AdguardFilters/issues/163948
infortechno.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163976
how2electronics.com#$#body { overflow: auto !important; }
how2electronics.com#$##detect-modal { display: none !important; }
how2electronics.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/163865
uploadsea.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
uploadsea.com#$#body .protection { display: none !important; }
uploadsea.com#$#body.protection { overflow: auto !important; position: static !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=uploadsea.com
! https://github.com/AdguardTeam/AdguardFilters/issues/163733
listvpn.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163326
chatgptlogin.ai#%#//scriptlet('prevent-addEventListener', 'load', 'adsbygoogle')
||chatgptlogin.ai/chat/assets/js/secret.js
! https://github.com/AdguardTeam/AdguardFilters/issues/163549
estudyme.com#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/163406
videosgay.me#%#//scriptlet('set-constant', 'cRAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/163449
perchance.org#%#//scriptlet('set-constant', 'ad1sAreShowing', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/163466
smsonline.cloud#@##ad-slot
smsonline.cloud#@#ins.adsbygoogle[data-ad-slot]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=smsonline.cloud
! https://github.com/AdguardTeam/AdguardFilters/issues/163297
! https://github.com/AdguardTeam/AdguardFilters/issues/163284
||ngontinh24.com/js/newsike.js
! https://github.com/AdguardTeam/AdguardFilters/issues/163292
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cheersandgears.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=cheersandgears.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/163071
morioh.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/162878
fixno.in##div[id][class^="popup"][class$="wrap"][style]
fixno.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/162790
pig69.com#$#body #protection { display: none !important; }
pig69.com#$#body.protection { overflow: auto !important; position: static !important; }
pig69.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/63329#issuecomment-690657867
2ip.io,2ip.ru#@#.advMenuTab
2ip.io,2ip.ru#$#.advMenuTab { visibility: hidden !important; }
2ip.io,2ip.ru#$#a[href^="https://krot.io"] { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/162299
playstore.pw,adsy.pw#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsBlocked')
playstore.pw,adsy.pw#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
playstore.pw,adsy.pw#%#//scriptlet('prevent-addEventListener', 'load', 'htmls')
$script,domain=adsy.pw|playstore.pw,redirect-rule=noopjs
@@||d3u598arehftfk.cloudfront.net/prebid_hb_3922_6541.js$domain=adsy.pw|playstore.pw
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=adsy.pw|playstore.pw
! https://github.com/AdguardTeam/AdguardFilters/issues/162661
||cheater.ninja/assets/nab.js
cheater.ninja#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/162654
babiato.tech#%#//scriptlet('prevent-setTimeout', 'show', '10*1000')
! https://github.com/AdguardTeam/AdguardFilters/issues/162587
ytstv.co#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/162518
cutyurls.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-7083013
fc-lc.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/162449
keyrblx.com#%#//scriptlet('prevent-fetch', 'chpadblock.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/47101
messletters.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/162109
player.amperwave.net##.ad-block__overlay
player.amperwave.net#$##adblocker-test-ad[class] { display: block !important; }
player.amperwave.net#%#//scriptlet('prevent-xhr', 'yield-op-idsync.live.streamtheworld.com/partnerIds')
! https://github.com/AdguardTeam/AdguardFilters/issues/162110
sankakucomplex.com#$##anti-adblock { display: none !important; }
sankakucomplex.com#$#body { overflow: auto !important; }
sankakucomplex.com#@#.scad
sankakucomplex.com#$#body div.scad.ad { display: block !important; }
sankakucomplex.com#%#//scriptlet('set-constant', 'detected', 'false')
sankakucomplex.com#%#//scriptlet('set-constant', 'Post.detected', 'undefined')
sankakucomplex.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', '.offsetHeight')
! https://github.com/AdguardTeam/AdguardFilters/issues/162062
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,important,redirect=google-ima3,domain=observatornews.ro
! https://github.com/AdguardTeam/AdguardFilters/issues/161630
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_*.js$domain=production-api.androidacy.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=production-api.androidacy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/162008
newscon.org##.adblock-warning
! https://github.com/AdguardTeam/AdguardFilters/issues/161800
coinfola.com#%#//scriptlet('prevent-addEventListener', 'load', 'document.getElementById')
! https://github.com/AdguardTeam/AdguardFilters/issues/161786
techno360.in#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/168744
! https://github.com/AdguardTeam/AdguardFilters/issues/161760
@@||a.magsrv.com/ad-provider.js$domain=reshare.pm
reshare.pm#@#.showads
! https://github.com/AdguardTeam/AdguardFilters/issues/161715
||media.salemwebnetwork.com/adverts/advertisement.js$redirect=noopjs,domain=biblestudytools.com,important
@@||media.salemwebnetwork.com/adverts/advertisement.js$domain=biblestudytools.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161294
filmy4wab.pro#%#//scriptlet('set-constant', 'isBrave', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/161553
vicksburgnews.com#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
! adbn-wrap
unitystr.com,azrotv.com,uptoplay.net,reviewtech.me##.adbn-wrap
unitystr.com,azrotv.com,uptoplay.net,reviewtech.me#%#//scriptlet('prevent-fetch', '/histats\.com|pagead2\.googlesyndication\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/161558
||cdn.almaftuchin.com/js/no-adblock.js
almaftuch.in#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! Used only as a bait - Admiral
! Exceptions are also required because these requests can be blocked by other rules
||succeedscene.com^$badfilter
@@||succeedscene.com/*/ads.load.js
@@||succeedscene.com/ads/*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/161405
! Metroland Media Group
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_300x250
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_300x250m
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_728x90
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ad
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.textAd
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.text_ad
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.text_ads
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ads
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ad-links
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.ad-text
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.adSense
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.adBlock
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.adContent
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/161334
smartfityoga.com,mangareleasedate.com###AdbModel
! https://github.com/AdguardTeam/AdguardFilters/issues/161342
chatgptdemo.info,chatgptdemo.net###ADS-block-detect
chatgptdemo.info,chatgptdemo.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! reddit.com - possible anti-adblock
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#$##adblock-test { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161150
pmsarkarijob.com#%#//scriptlet('abort-on-property-write', 'AdbModel')
! https://github.com/AdguardTeam/AdguardFilters/issues/161188
! https://github.com/AdguardTeam/AdguardFilters/issues/161169
te-it.com,mobi2c.com,gold-24.net,3rabsports.com#%#//scriptlet("set-constant", "getalladblocks", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/161156
snapwordz.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/161127
gsmware.com#%#//scriptlet('prevent-eval-if', 'adblock')
gsmware.com#$#.gsmware-com { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161128
theshedend.com#%#//scriptlet('prevent-setTimeout', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/160762
gofile.io#$?#body > div:has(> div.modal #AppLixirAdBtn) { display: none !important; }
gofile.io#$#.modal-backdrop { display: none !important; }
gofile.io#$#body.modal-open { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161036
manga18fx.com###detect_modal
manga18fx.com###detect_modal ~ .modal-backdrop
manga18fx.com#%#//scriptlet('prevent-fetch', 'realsrv.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/161014
bchtechnologies.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/160927
vstdrive.in#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/160871
free-sms-receive.com#%#//scriptlet('prevent-setTimeout', 'adb-mask', '1000')
! https://github.com/AdguardTeam/AdguardFilters/issues/160820
@@||appnee.com/clever_ads.js
appnee.com#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'alert')
! https://github.com/AdguardTeam/AdguardFilters/issues/160772
heavy.com###fp-popup-modal
heavy.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160710
rainostream.net##.abblock-msg
rainostream.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160560
participation.dtect.io#@#.ad-box:not(#ad-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/160439
alpinecorporate.com###abDetectorModal
alpinecorporate.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/160481
codingbeautydev.com###ez-content-blocker-container
codingbeautydev.com#%#//scriptlet('set-constant', 'ezDetectAardvark', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/160334
mcafee-com.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsBlocked')
! https://github.com/AdguardTeam/AdguardFilters/issues/160317
@@||yunjiema.top/static/ad/ads.js$domain=yunjiema.top
! https://github.com/AdguardTeam/AdguardFilters/issues/160275
||svgcolor.com/assets/js/template/anti-block.js
! https://github.com/AdguardTeam/AdguardFilters/issues/160289
scamtel.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160088
archivebate.com###detect
archivebate.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160164
getthit.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|googletagmanager\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/160234
!+ NOT_OPTIMIZED
shabdkosh.com##.modal-backdrop
!+ NOT_OPTIMIZED
shabdkosh.com###adblocker-detected-modal
shabdkosh.com#$#.textads.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159491
amateurporn.co#%#//scriptlet('set-constant', 'isAdBlockActive', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/159881
shroomers.app#%#//scriptlet('set-constant', 'isAdBlockerActive', 'noopFunc')
||shroomers.app/static/modules/base/js/shr-ads-enforcer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/159869
meetdownload.com#@#.ad-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/159811
exeurl.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/159554
gktech.uk#$##overlay-ad { display: none !important; }
gktech.uk#%#//scriptlet('set-constant', 'scrollTo', 'noopFunc')
gktech.uk#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/159455
tvtv.ca,tvtv.us#%#//scriptlet('set-constant', 'paAddUnit', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/159481
deletedspeedstreams.blogspot.com###adblocker-popup
deletedspeedstreams.blogspot.com#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'onerror')
! https://github.com/AdguardTeam/AdguardFilters/issues/159560
crictracker.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159578
fctvlive.com#$#body { overflow: auto !important; }
fctvlive.com#$##adblock_msg { display: none !important; }
fctvlive.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/159530
||acacdn.com^$script,redirect=noopjs,domain=dflix.top
! https://github.com/uBlockOrigin/uAssets/issues/19372
||imasdk.googleapis.com/pal/sdkloader/pal.js$script,redirect-rule=noopjs,domain=channel5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158932
! https://github.com/AdguardTeam/AdguardFilters/issues/159342
blog24.me#%#//scriptlet('prevent-xhr', 'czilladx.com')
blog24.me#%#//scriptlet('abort-on-property-read', 'htmls')
blog24.me#%#//scriptlet('abort-on-property-read', 'detectADB')
blog24.me#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsBlocked')
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=blog24.me
! https://github.com/AdguardTeam/AdguardFilters/issues/159335
exego.app#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/159211
olarila.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/158244
! https://github.com/AdguardTeam/AdguardFilters/issues/160758
! https://github.com/AdguardTeam/AdguardFilters/issues/158753
! https://github.com/AdguardTeam/AdguardFilters/issues/143385
||cdn.jsdelivr.net/gh/*/js/AdsenseAds.min.js
ittoolspack.com,woxreview.com,aimtuto.com###antiAdB
ittoolspack.com,woxreview.com,aimtuto.com#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/158303
aconvert.com#%#//scriptlet('set-constant', 'numblock', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/158698
theprodkeys.com###adb
theprodkeys.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/155956
gayfor.us#%#//scriptlet('abort-on-stack-trace', 'olplayer.error', 'Be.o.dispatcher.o.dispatcher')
gayfor.us#%#//scriptlet('set-constant', 'adblockcheck', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/158630
@@||perrzo.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/158573
forasm.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/158325
||genoanime.tv/block-ads/main.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=genoanime.tv,important
! https://github.com/AdguardTeam/AdguardFilters/issues/158469
themodellingnews.com##.adblcr
! https://github.com/AdguardTeam/AdguardFilters/issues/158476
app.neilpatel.com#%#//scriptlet('prevent-xhr', '/googletagmanager\.com\/gtm\.js|static\.hotjar\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/158247
wionews.com#%#//scriptlet('set-constant', 'vgrAdBlock', 'false')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=wionews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158079
||interest.co.nz/modules/custom/presspatron/js/pp-ablock-banner.js
interest.co.nz#%#//scriptlet('prevent-element-src-loading', 'script', 'fastlane.rubiconproject.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/157909
! https://github.com/AdguardTeam/AdguardFilters/issues/157990
yify-subs.xyz##ab-detector
||yify-subs.xyz/dectector.js
yify-subs.xyz#%#//scriptlet('set-constant', 'AB_Detector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/157874
yts-official.com##ab-detector
||yts-official.com/js/dectector.js
yts-official.com#%#//scriptlet('set-constant', 'AB_Detector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/157862
worldhistory.org#%#//scriptlet('set-constant', 'AHE.adsLoaded', 'true')
||worldhistory.org/js/ay-ad-loader.js$script,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/157422
sport-tv-guide.live#%#//scriptlet('prevent-setTimeout', 'bb', '150')
! https://github.com/AdguardTeam/AdguardFilters/issues/157796
freecoursesonline.me#@#.ad-placeholder
freecoursesonline.me#$#body { overflow-y: auto !important; }
freecoursesonline.me#$##abDetectorModal { display: none !important; }
freecoursesonline.me#%#//scriptlet('set-constant', 'ABDetector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/157742
yalla-shoots.tv#@##ads_top
yalla-shoots.tv#@##content-left-ad
yalla-shoots.tv#@##footer_ad_modules
yalla-shoots.tv#@##google_ad_inline
yalla-shoots.tv#@##top_wide_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/157584
mytempsms.com#@##container-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/166599
! https://github.com/AdguardTeam/AdguardFilters/issues/136476
@@||dragontea.ink^$generichide
dragontea.ink#$?#html { overflow: visible !important; }
dragontea.ink#$?#html > body { overflow: visible !important; }
dragontea.ink#$#body .reading-content img { display: block !important; }
dragontea.ink#%#//scriptlet('prevent-setInterval', '_0x')
dragontea.ink#%#//scriptlet('remove-attr', 'style', 'body > div[style]:not([id])')
dragontea.ink#%#AG_onLoad((function(){if(window.CryptoJSAesJson&&window.CryptoJSAesJson.decrypt){const e=document.createElement("link");function t(){const t=document.querySelector(".entry-header.header");return parseInt(t.getAttribute("data-id"))}e.setAttribute("rel","stylesheet"),e.setAttribute("media","all"),e.setAttribute("href","https://dragontea.ink/wp-content/cache/autoptimize/css/autoptimize_325679dd9090b57747bdd165077b8cc2.css"),document.head.appendChild(e);const r=3,n=5,o=13,a="07";let c="",i="";const d=1,l=6,g=1,s=5,u=2,p=8,m=8,A=(t,e)=>parseInt(t.toString()+e.toString()),b=(t,e,r)=>t.toString()+e.toString()+r.toString(),S=()=>{const e=document.querySelectorAll(".reading-content .page-break img").length;let c=parseInt((t()+A(o,a))*r-e);return c=A(2*n+1,c),c},h=()=>{const e=document.querySelectorAll(".reading-content .page-break img").length;let r=parseInt((t()+A(p,m))*(2*d)-e-(2*d*2+1));return r=b(2*l+g+g+1,c,r),r},y=()=>{const e=document.querySelectorAll(".reading-content .page-break img").length;return b(t()+2*s*2,i,e*(2*u))},f=(t,e)=>CryptoJSAesJson.decrypt(t,e);let k=document.querySelectorAll(".reading-content .page-break img");k.forEach((t=>{const e=t.getAttribute("id"),r=f(e,S().toString());t.setAttribute("id",r)})),k=document.querySelectorAll(".reading-content .page-break img"),k.forEach((t=>{const e=t.getAttribute("id"),r=parseInt(e.replace(/image-(\d+)[a-z]+/i,"$1"));document.querySelectorAll(".reading-content .page-break")[r].appendChild(t)})),k=document.querySelectorAll(".reading-content .page-break img"),k.forEach((t=>{const e=t.getAttribute("id"),r=e.slice(-1);c+=r,t.setAttribute("id",e.slice(0,-1))})),k=document.querySelectorAll(".reading-content .page-break img"),k.forEach((t=>{const e=t.getAttribute("dta"),r=f(e,h().toString());t.setAttribute("dta",r)})),k=document.querySelectorAll(".reading-content .page-break img"),k.forEach((t=>{const e=t.getAttribute("dta").slice(-2);i+=e,t.removeAttribute("dta")})),k.forEach((t=>{var e=t.getAttribute("data-src"),r=f(e,y().toString());t.setAttribute("data-src",r)})),k.forEach((t=>{t.classList.add("wp-manga-chapter-img","img-responsive","lazyload","effect-fade")}))}}));
! https://github.com/AdguardTeam/AdguardFilters/issues/157523
godtspeed.xyz#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/157502
@@||lifesurance.info/-ads-banner.js
lifesurance.info#%#//scriptlet('set-constant', 'showada', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/157449
emulatorgames.onl###cg > #button
emulatorgames.onl#%#//scriptlet('set-constant', 'aiptag.adplayer', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/157372
rewayatcafe.com###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/157392
! TODO: use redirect resource when it will be added - https://github.com/AdguardTeam/Scriptlets/issues/401
southparkstudios.com#%#(()=>{const e=new Map,t=function(){},o=t;o.prototype.dispose=t,o.prototype.setNetwork=t,o.prototype.resize=t,o.prototype.setServer=t,o.prototype.setLogLevel=t,o.prototype.newContext=function(){return this},o.prototype.setParameter=t,o.prototype.addEventListener=function(t,o){t&&(console.debug(`Type: ${t}, callback: ${o}`),e.set(t,o))},o.prototype.removeEventListener=t,o.prototype.setProfile=t,o.prototype.setCapability=t,o.prototype.setVideoAsset=t,o.prototype.setSiteSection=t,o.prototype.addKeyValue=t,o.prototype.addTemporalSlot=t,o.prototype.registerCustomPlayer=t,o.prototype.setVideoDisplaySize=t,o.prototype.setContentVideoElement=t,o.prototype.registerVideoDisplayBase=t,o.prototype.submitRequest=function(){const t={type:tv.freewheel.SDK.EVENT_SLOT_ENDED},o=e.get("EVENT_SLOT_ENDED");o&&setTimeout((()=>{try{o(t)}catch(e){console.error(e)}}),1)},window.tv={freewheel:{SDK:{Ad:t,AdManager:o,AdListener:t,_instanceQueue:{},setLogLevel:t,EVENT_SLOT_ENDED:"EVENT_SLOT_ENDED"}}}})();
southparkstudios.com#%#//scriptlet('prevent-fetch', 'imasdk.googleapis.com')
||imasdk.googleapis.com/pal/sdkloader/pal.js$script,redirect=noopjs,domain=southparkstudios.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=southparkstudios.com
! #abDetectorModal
ftuapps.dev,onehack.us#$#.adsbox.doubleclick.ad-placement { display: block !important; }
ftuapps.dev,onehack.us#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
ftuapps.dev,onehack.us#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ NOT_OPTIMIZED
ftuapps.dev,onehack.us###abDetectorModal
! https://github.com/AdguardTeam/AdguardFilters/issues/157086
fordownloader.com###freezePopup
fordownloader.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/157022
srvy.ninja#%#//scriptlet('prevent-xhr', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/157008
playertv.net#%#//scriptlet('abort-current-inline-script', 'document.getElementsByTagName', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/156982
betrugsalarm.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||betrugsalarm.com/assets/*/pubPolicy/customEvent.js
! https://github.com/AdguardTeam/AdguardFilters/issues/156852
! https://github.com/AdguardTeam/AdguardFilters/issues/156850
mangindo.xyz,adikhealth.xyz#@#.showads
@@||adikpm.github.io/repo/assets/js-v3/prebid.js$domain=adikhealth.xyz|mangindo.xyz
mangindo.xyz,adikhealth.xyz#%#//scriptlet('set-constant', 'dsinvudsNSJnjdnsjv', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/156834
egao.in#%#//scriptlet('prevent-eval-if', 'checker')
! https://github.com/AdguardTeam/AdguardFilters/issues/156642
hecker.likesyou.org#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/156806
conceptartworld.com,themezon.net,mrproblogger.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/156761
paste-drop.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/156737
emailnator.com#%#//scriptlet('prevent-setTimeout', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/156181
ad-maven.com#%#//scriptlet('prevent-fetch', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/156706
xfreehd.com#%#//scriptlet('prevent-fetch', 'ads.exosrv.com')
xfreehd.com#%#//scriptlet('abort-current-inline-script', '$', 'abk_vmsg')
xfreehd.com#%#//scriptlet('abort-on-stack-trace', 'String.fromCharCode', 'HTMLScriptElement.onerror')
xfreehd.com##div[style^="height:"][style*="position: relative;"] > div[class][style^="position:"][style*="absolute"][style*="z-index:"]
xfreehd.com##div[style^="height:"][style*="position: relative;"] > div[class][style^="position:"][style*="absolute"][style*="z-index:"] + div[class][style*="position:"][style*="absolute"][style*="opacity:"]
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=xfreehd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156515
@@||all3dp.com/gpt.min.js
all3dp.com#%#//scriptlet('set-constant', 'ALL3DP_ABDC', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/156599
citytv.com#%#//scriptlet('prevent-xhr', 'get_ad_targets_by_url', 'true')
||citytv.com/wp-json/rsm-adutil/$xmlhttprequest,redirect-rule=noopjson
! https://github.com/easylist/easylist/issues/16724
sharer.pm#%#//scriptlet('set-constant', 'hadeh_ads', 'false')
sharer.pm#@#.showads
! https://github.com/uBlockOrigin/uAssets/issues/16317
! https://github.com/uBlockOrigin/uAssets/issues/16317
$script,domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net,redirect=noopjs
||bitcotasks.com/*.php$script,domain=carsmania.net|carstopia.net|coinsvalue.net|cookinguide.net|freeoseocheck.com|makeupguide.net
@@||d3u598arehftfk.cloudfront.net/prebid_hb_1670_2903.js$domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net
@@||googletagmanager.com/gtag/js?id=$domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net
@@||js.wpadmngr.com/static/adManager.js$domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=blog.carstopia.net|blog.coinsvalue.net|blog.cookinguide.net|blog.freeoseocheck.com|blog.makeupguide.net
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet("prevent-fab-3.2.0")
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#@#.floating-banner
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'detected.html')
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('prevent-addEventListener', 'load', 'detected.html')
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('abort-on-property-write', 'adBlockDetected')
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net###ad\.js
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsBlocked')
blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('prevent-addEventListener', 'load', 'htmls')
! https://github.com/AdguardTeam/AdguardFilters/issues/156164
technofino.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/156249
||ad-delivery.net/px.gif?$image,redirect-rule=1x1-transparent.gif
linuxcapable.com#%#//scriptlet('set-constant', 'nitroAds.abp', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/155956
hqq.to#%#//scriptlet('abort-on-stack-trace', 'olplayer.error', 'Be.o.dispatcher.o.dispatcher')
hqq.to#%#//scriptlet('set-constant', 'adblockcheck', 'false')
! Clickadu reinjection
hentai2read.com,sxyprn.com,xmoviesforyou.com,fapfappy.com,jav.direct,mangaraw.vip,manga1001.se,manga1001.tv,syosetu.*,telorku.xyz,kissjav.li,lovingsiren.com,mesex.pro,tojav.net,vlxyz.tv,xanimeporn.com#%#//scriptlet('abort-on-stack-trace', 'atob', '_0x')
/aas/r45d/vki/*$script,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/155761
wellness4live.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/155887
! https://github.com/AdguardTeam/AdguardFilters/issues/155883
10minuteemails.com,luxusmail.org#%#//scriptlet('prevent-setTimeout', '/Ad Blocker|ad_block/')
@@/storage/js/taboola_ads.js$~third-party,domain=luxusmail.org|10minuteemails.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156120
topbubbleindex.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/155507
vwforum.ro#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/155181
freepikdownloader.com,freepic-downloader.com#%#//scriptlet('prevent-addEventListener', 'load', 'modal_blocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/155375
bedfix.wurstclient.net#@#ins.adsbygoogle[data-ad-slot]
bedfix.wurstclient.net#$?#ins[data-ad-client^="ca-pub-"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/155341
||mycoding.id/assets/seosecret/seosecretidnblockads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/171301
! https://github.com/AdguardTeam/AdguardFilters/issues/169958
! https://github.com/AdguardTeam/AdguardFilters/issues/161650
! https://github.com/AdguardTeam/AdguardFilters/issues/160545
! https://github.com/AdguardTeam/AdguardFilters/issues/155510
! https://github.com/AdguardTeam/AdguardFilters/issues/155332
ytsyifytorrent.com,torrents.vip,ytsyifymovie.com,ytstv.me,ytstvmovies.*#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
ytsyifytorrent.com,torrents.vip,ytsyifymovie.com,ytstv.me,ytstvmovies.*#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/154197#issuecomment-1616180413
globalnews.ca#@#.ad-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/155110
@@||tvfreak.cz/*/pubfig.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/155104
!+ NOT_OPTIMIZED
foodxor.com,files.technicalatg.com###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/154992
thequint.com#$#.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154563
javgg.net#@##AD_160
! https://github.com/AdguardTeam/AdguardFilters/issues/166097
! https://github.com/AdguardTeam/AdguardFilters/issues/156959
! https://github.com/AdguardTeam/AdguardFilters/issues/154877
@@||terabox.fun^$generichide
@@||hotmediahub.com^$generichide
@@||terashare.me^$generichide
@@||teraearn.com^$generichide
@@||teralink.me^$generichide
@@||fansonlinehub.com^$generichide
fansonlinehub.com,teralink.me,teraearn.com,terashare.me,hotmediahub.com,terabox.fun#$#body { overflow: auto !important; }
fansonlinehub.com,teralink.me,teraearn.com,terashare.me,hotmediahub.com,terabox.fun#%#AG_onLoad(function(){setTimeout(()=>{document.querySelectorAll("ins.adsbygoogle").forEach(a=>{a.appendChild(document.createElement("div"))})},1e3)});
! https://github.com/AdguardTeam/AdguardFilters/issues/154833
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=lascimmiapensa.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lascimmiapensa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/154790
resistthemainstream.com###ez-content-blocker-container
resistthemainstream.com#%#//scriptlet('set-constant', 'ezDetectAardvark', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/154755
zeste.ca#?#.text-center > div#modal-root:has(>div > div#modal div:contains(utilisez un bloqueur))
zeste.ca#@##adBanner:not([style^="position: absolute; left: -5000px"]):not([data-testid="adBlockTest"])
! https://github.com/AdguardTeam/AdguardFilters/issues/154687
needrom.com#%#//scriptlet('prevent-setTimeout', '/adsbygoogle|\.offsetHeight&&0!=|\.innerHTML=[\s\S]*?(Adblock|advertisement)/')
! https://github.com/AdguardTeam/AdguardFilters/issues/155552
! https://github.com/AdguardTeam/AdguardFilters/issues/154666
! https://github.com/AdguardTeam/AdguardFilters/issues/154664
fag/js/lol.js$~third-party,domain=dropnudes.com|privatenudes.com|bin.sx
bin.sx,privatenudes.com,dropnudes.com#%#//scriptlet('set-constant', 'ABDetector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/154584
mtg-print.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/154443
cambb.xxx#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/154411
gameissue05.blogspot.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/154384
sheetmusic-free.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/154315
ontools.net###modal_blocker
ontools.net##.modal-backdrop
ontools.net#%#//scriptlet('prevent-fetch', 'google-analytics.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/154286
! https://github.com/AdguardTeam/AdguardFilters/issues/154288
@@||vatchus.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/154235
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=themodellingnews.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=themodellingnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153771
online2pdf.com#%#//scriptlet('prevent-setTimeout', 'check')
! https://github.com/AdguardTeam/AdguardFilters/issues/154005
canirunthegame.com##div[class^="blocker-"]
canirunthegame.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/153796
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rekidai-info.github.io
! https://github.com/AdguardTeam/AdguardFilters/issues/153596
infotamizhan.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/153643
reidoplacar.com#%#//scriptlet('prevent-setTimeout', '.innerHTML')
! https://github.com/AdguardTeam/AdguardFilters/issues/153644
@@||avpgalaxy.net/gpt.js
avpgalaxy.net#%#//scriptlet('set-constant', 'passthetest', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/153305
loudwire.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/153377
techedubyte.com###superadblocker
techedubyte.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/153224
||aeroxplorer.com/articles/veneranda.js
! https://github.com/AdguardTeam/AdguardFilters/issues/153150
! https://github.com/AdguardTeam/AdguardFilters/issues/153151
goo.st#$#.ad.ads.adsbox.doubleclick.ad-placement.ad-placeholder.adbadge.BannerAd { display: block !important; }
goo.st#$##leaderboard.ad { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/153152
theconomy.me###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/153146
@@||lifesurance.info/-cpm-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/152642
galaxyfirmware.com#@#.textad
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6076196
||acceptable.a-ads.com/1^$xmlhttprequest,redirect=nooptext,domain=go.freetrx.fun,important
||surfe.pro/js/net.js$script,redirect=noopjs,domain=go.freetrx.fun,important
@@||acceptable.a-ads.com/1^$domain=go.freetrx.fun
@@||surfe.pro/js/net.js$domain=go.freetrx.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/152706
ask4movie.net##div[id][class^="popup"][class$="wrap"][style^="opacity"]
! https://github.com/AdguardTeam/AdguardFilters/issues/152563
||rxd-mods.xyz/assets/js/zblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/152003
||leak.sx/fag/style/abdetector.style.min.css
leak.sx##.abdmodal
! https://github.com/AdguardTeam/AdguardFilters/issues/152467
@@/advt.png$domain=freevpn4you.net
freevpn4you.net#@##adBanner:not([style^="position: absolute; left: -5000px"]):not([data-testid="adBlockTest"])
! https://github.com/AdguardTeam/AdguardFilters/issues/153087
/cloudflare.js$domain=comohoy.com|pornleaks.in|leak.sx
leak.sx,comohoy.com,pornleaks.in#%#//scriptlet("prevent-addEventListener", "load", "abDetectorPro")
! https://github.com/AdguardTeam/AdguardFilters/issues/152388
||zefoy.com/assets/89f614a5c6751bbc2a7045cfaa8a1a48.js
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_*.js$domain=zefoy.com
zefoy.com#$?#ins.adsbygoogle[data-ad-slot] { height: 0 !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=zefoy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171608
! https://github.com/AdguardTeam/AdguardFilters/issues/152204
quackr.io#%#//scriptlet('prevent-fetch', 'cdn.fuseplatform.net', '', 'opaque')
! https://github.com/AdguardTeam/AdguardFilters/issues/152212
tempumail.com#%#//scriptlet('prevent-setTimeout', 'Ad Blocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/152095
fotor.com#%#//scriptlet('prevent-setTimeout', 't.hasAdBlock')
fotor.com#$?##main > div > div + div:matches-property(offsetWidth=160) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/152092
uprot.net#$##butok { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/152260
cordtpoint.co.in,mealcold.com###adb
! Link shorteners - oko.sh, tii.la
! https://github.com/AdguardTeam/AdguardFilters/issues/171361
! Health2Wealth
! oko.sh,tii.la#%#//scriptlet('prevent-eval-if', '/document[\s\S]*?_0x/')
! oko.sh,tii.la#%#//scriptlet('prevent-xhr', '/pagead2\.googlesyndication\.com|inklinkor\.com/')
! oko.sh,tii.la#%#//scriptlet('prevent-fetch', '/ads/load.js')
! oko.sh,tii.la#%#//scriptlet('prevent-setTimeout', 'getComputedStyle')
! ||shrinkearn.com/modern_theme/img/dwndbnr1.png$image,redirect=1x1-transparent.gif,domain=tii.la
! tii.la,oko.sh#@%#//scriptlet('prevent-setTimeout', 'window.getComputedStyle')
! oko.sh,tii.la#$#.banner-inner > * { visibility: hidden !important; }
! oko.sh,tii.la#%#//scriptlet('abort-current-inline-script', 'document.querySelector', 'adb_detected')
oko.sh,tii.la#%#//scriptlet('prevent-xhr', '/^(?!.*(oko\.sh|tii\.la)).*/ method:GET')
aii.sh,oko.sh,tii.la#$#.banner-inner { display: block; width: 0 !important; }
oko.sh,tii.la#$#.myads > a { visibility: hidden !important; }
oko.sh,tii.la#%#//scriptlet('abort-current-inline-script', 'XMLHttpRequest', '.innerHTML')
oko.sh,tii.la#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'innerHTML')
oko.sh,tii.la#%#//scriptlet('abort-current-inline-script', 'document.createElement', '/\.innerHTML|break;case \$\./')
oko.sh,tii.la#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|inklinkor\.com/')
oko.sh#%#//scriptlet('set-constant', 'app_vars.force_disable_adblock', 'undefined')
aii.sh#%#//scriptlet('prevent-xhr', '/pagead2\.googlesyndication\.com|inklinkor\.com/')
$xmlhttprequest,redirect-rule=nooptext,domain=oko.sh|tii.la
$script,redirect-rule=noopjs,domain=oko.sh|tii.la
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6011881
@@||shortlinks.tech^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/151833
webmatrices.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/151805
kbjfree.com#%#//scriptlet('set-constant', 'Object.prototype.adblockDetected', 'false')
kbjfree.com#%#//scriptlet('prevent-fetch', 'method:HEAD')
kbjfree.com#%#//scriptlet('prevent-fetch', '/cloudflareinsights\.com\/beacon\.min\.js|ccmiocw\.com|doubleclick\.net|tapioni\.com|wpadmngr\.com|wyhifdpatl\.com|wbilvnmool\.com|cloudfront\.net\/\?|\/scripts\/popad\.js/')
kbjfree.com#%#//scriptlet('prevent-element-src-loading', 'script', '/cloudflareinsights\.com\/beacon\.min\.js|ccmiocw\.com|doubleclick\.net|tapioni\.com|wpadmngr\.com|wyhifdpatl\.com|wbilvnmool\.com|cloudfront\.net\/\?|\/scripts\/popad\.js/')
$script,redirect-rule=noopjs,domain=kbjfree.com
$xmlhttprequest,redirect-rule=nooptext,domain=kbjfree.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158583
! https://github.com/AdguardTeam/AdguardFilters/issues/151668
! TODO: use redirect=google-ima3 when scriptlets library version 1.9.57 or newer will be used in apps and extensions
! Related to - https://github.com/AdguardTeam/Scriptlets/issues/331
! ||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=gbnews.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=gbnews.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gbnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151424
royalroad.com#%#//scriptlet('set-constant', 'AdblockPlus.detect', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/151553
techtobo.com#%#//scriptlet('abort-current-inline-script', '$', 'adBlockAction')
! https://github.com/AdguardTeam/AdguardFilters/issues/151360
filerice.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/151344
quackr.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/151243
ancientrom.xyz#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/150851
computerpedia.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150850
@@||ay.delivery/client-v2.js$script,domain=diep.io
@@||c.amazon-adsystem.com/aax2/apstag.js$script,domain=diep.io
! https://github.com/AdguardTeam/AdguardFilters/issues/150763
albkinema.in##div[id][class^="popup"][class$="wrap"][style]
albkinema.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/148974
@@||louishide.com/js/boxad.js
louishide.com#%#//scriptlet('set-constant', 'cRAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/150762
slideshare.net#@#.ad-space
slideshare.net#$#.textads.banner-ads.banner_ads.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/150726
wellness4live.com##.adb
! https://github.com/AdguardTeam/AdguardFilters/issues/160111
btcbitco.in#%#//scriptlet('set-constant', 'isRequestPresent', 'true')
@@||surfe.pro/net/teaser$domain=btcbitco.in|btcsatoshi.net
@@||static.surfe.pro/js/net.js$domain=btcbitco.in|btcsatoshi.net
btcbitco.in,btcsatoshi.net,wiour.com#$#div.text-center[id] { height: 100px !important; }
btcbitco.in,btcsatoshi.net,wiour.com#%#//scriptlet('prevent-window-open', '?key=')
||acceptable.a-ads.com^$subdocument,redirect=noopframe,domain=btcbitco.in|btcsatoshi.net|wiour.com
||cryptocoinsad.com/ads/js/popunder.js$script,redirect=noopjs,domain=btcbitco.in|btcsatoshi.net|wiour.com
/invoke.js$script,redirect-rule=noopjs,domain=btcbitco.in|btcsatoshi.net|wiour.com
exactpay.online,bitcotasks.com#%#//scriptlet('prevent-setTimeout', 'offsetWidth')
||cryptocoinsad.com/ads/show.php$subdocument,redirect=noopframe,domain=btcbitco.in|btcsatoshi.net|cempakajaya.com|gainl.ink|manofadan.com|wiour.com
manofadan.com#%#//scriptlet('abort-current-inline-script', 'addEventListener', 'ads')
btcbitco.in,btcsatoshi.net,wiour.com#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'ads')
gainl.ink#@##adclose
btcbitco.in,btcsatoshi.net,cempakajaya.com,gainl.ink,wiour.com#%#//scriptlet('prevent-fetch', '/adoto|\/ads\/js/')
@@||acceptable.a-ads.com/1^$xmlhttprequest,domain=gainl.ink
||surfe.pro/js/net.js$script,xmlhttprequest,redirect=noopjs,important,domain=btcbitco.in|btcsatoshi.net|cempakajaya.com|gainl.ink|wiour.com
@@||surfe.pro/js/net.js$script,xmlhttprequest,domain=btcbitco.in|btcsatoshi.net|cempakajaya.com|gainl.ink|wiour.com
@@||googletagmanager.com/gtm.js$domain=btcbitco.in|btcsatoshi.net|gainl.ink|wiour.com
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-5871745
phineypet.com#@##adsiframe
@@||banner.infoey.com/adbanner.png$domain=phineypet.com
@@||ad.a-ads.com/*?size=320x50$domain=phineypet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/150023#issuecomment-1545062673
@@||static.doubleclick.net/instream/ad_status.js$domain=youtube.com
youtube.com#%#//scriptlet('set-constant', 'google_ad_status', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/150536
btcbunch.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'window.location')
@@||g.adspeed.net/ad.php?do=detectadblocker$domain=btcbunch.com
! https://github.com/AdguardTeam/AdguardFilters/issues/150233
! https://github.com/AdguardTeam/AdguardFilters/issues/150234
@@/js/fuckadb.js$~third-party,domain=megaurl.in
megaurl.in,megafly.in#%#//scriptlet("abort-current-inline-script", "document.getElementById", "').style.display='none';")
! https://github.com/AdguardTeam/AdguardFilters/issues/150408
incredibox.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150446
filmypoints.in##div[id][class^="popup"][class$="wrap"][style]
filmypoints.in#$##wpsafe-snp { display: block !important; }
filmypoints.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150414
morbidkuriosity.com#%#//scriptlet('prevent-addEventListener', 'np.detect', 'detail.blocking')
morbidkuriosity.com##body > div[style^="background:"][style*="position: fixed; display: flex; align-items: center; justify-content: center; inset: 0px; z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/150286
uservideo.xyz#%#//scriptlet('prevent-fetch', 'imasdk.googleapis.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150287
fulltime-predict.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/150243
maxcheaters.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150235
@@||cdn.adrise.tv/js/ads.js$domain=tubitv.com
tubitv.com#%#//scriptlet('prevent-fetch', 'adrise.tv/js/ads.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/150310
2baksa.ws##.antiblock
2baksa.ws#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'Adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/149070
phimlongtieng.net,abysscdn.com,watchx.top#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=watchx.top|phimlongtieng.net|abysscdn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149890
4allprograms.me##div[id][class^="popup"][class$="wrap"][style^="opacity"]
! https://github.com/AdguardTeam/AdguardFilters/issues/160507
! https://github.com/AdguardTeam/AdguardFilters/issues/160020
! https://github.com/AdguardTeam/AdguardFilters/issues/151674
! https://github.com/AdguardTeam/AdguardFilters/issues/150149
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,japaneseasmr.top,v6embed.xyz,gaystream.online,vgembed.com,vgfplay.com#%#//scriptlet('prevent-element-src-loading', 'script', '/acacdn\.com|oaphoace\.net/')
||oaphoace.net/*/$script,redirect-rule=noopjs
||acacdn.com/script/*.js$script,redirect-rule=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/149932
freemodsapp.xyz#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/150030
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=littlebigsnake.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149984
mixrootmod.com#%#//scriptlet('prevent-fetch', '/adoto\.net|pagead2\.googlesyndication\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/149912
mixrootmods.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/149748
@@||anyporn.com/js_ads/banner.js$~third-party
anyporn.com#%#//scriptlet('set-constant', 'banner_is_blocked', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/149704
||purposegames.com/api/*/adblock?token=
purposegames.com#%#//scriptlet('set-constant', 'googletag.apiReady', 'true')
! www.mcoc-guide.com anti-adb
mcoc-guide.com#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/149402
! https://github.com/AdguardTeam/AdguardFilters/issues/149326
atefaucet.com,coinsrev.com#%#//scriptlet("prevent-addEventListener", "load", "lipfoJyjxTvn")
coinsrev.com#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "_0x")
||static.surfe.pro/js/net.js$script,xmlhttprequest,redirect=nooptext,domain=atefaucet.com|coinsrev.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=coinsrev.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149355
now.us,now.gg#$#.ad-zone.textads.banner-ads { display: block !important; }
now.us,now.gg#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
now.us,now.gg#%#//scriptlet('prevent-element-src-loading', 'script', '/\/prebid-load\.js|fundingchoicesmessages\.google\.com/')
||fundingchoicesmessages.google.com/i/pub$script,redirect=noopjs,domain=now.gg|now.us
||dn0qt3r0xannq.cloudfront.net/nowgg-*/video/prebid-load.js$script,redirect=noopjs,domain=now.gg|now.us
||dn0qt3r0xannq.cloudfront.net/nowgg-*/display/prebid-load.js$script,redirect=noopjs,domain=now.gg|now.us
! https://github.com/AdguardTeam/AdguardFilters/issues/149154
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=news8000.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=news8000.com
@@||pubads.g.doubleclick.net/ssai/event/*/streams$xmlhttprequest,domain=news8000.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149041
||djnf6e5yyirys.cloudfront.net/js/friendbuy.min.js$domain=coursera.org,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/149262
dlpanda.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/149147
faqwiki.us#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/149258
w3resource.com#%#//scriptlet('prevent-setTimeout', 'ins.adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/149182
! https://github.com/AdguardTeam/AdguardFilters/issues/149075
examword.com#%#//scriptlet('prevent-setTimeout', 'data-ad-status')
examword.com#%#//scriptlet('set-constant', 'check_pl_ad', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/149092
tempsmss.com##div[id][class^="popup"][class$="wrap"][style]
tempsmss.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/149017
noviello.it###overlayyy
noviello.it#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/147810
winaero.com#$#a[href^="/"][target="_blank"][rel*="nofollow"].subrec { height: 48px !important; }
winaero.com#%#//scriptlet('prevent-eval-if', '.style.getPropertyValue("display")')
winaero.com#%#//scriptlet('abort-current-inline-script', 'jQuery', '/\.innerHTML[\s\S]*?(R[ЕE]COMM[ЕE]ND[ЕE]D|to fix Wind[оo]ws|\.parentNode\.insertBefore)/')
! https://github.com/AdguardTeam/AdguardFilters/issues/149195
z-lib.io#%#//scriptlet('set-constant', 'isAdBlockActive', 'false')
!+ NOT_PLATFORM(windows, mac, android)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=z-lib.io
! https://github.com/AdguardTeam/AdguardFilters/issues/148373
!+ NOT_OPTIMIZED
bondagevalley.cc###pleasedoit
! https://github.com/AdguardTeam/AdguardFilters/issues/148904
receivesms.org,receivesms.co#%#//scriptlet('prevent-setTimeout', 'ins.adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/148822
/^https?:\/\/[0-9a-z]{13,14}\.cloudfront\.net\/\?[a-z]{3,5}=\d{6}$/$domain=workink.click,xmlhttprequest,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/148810
jenismac.com#@#.advertisement:not(body)
! https://github.com/AdguardTeam/AdguardFilters/issues/148189
quienhabla.mx#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=quienhabla.mx,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/148698
toeic-testpro.com#@#.ad-placement
toeic-testpro.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148760
bazadecrypto.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/148376
||veganab.co/wp-content/uploads/ozlrxj.js
! https://github.com/AdguardTeam/AdguardFilters/issues/148621
! https://github.com/AdguardTeam/AdguardFilters/issues/148612
replica-watch.info#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/148485
||hager.com/*/youtubeblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/148436
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=winknews.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=winknews.com
@@||pubads.g.doubleclick.net/ssai/event/*/streams$xmlhttprequest,domain=winknews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148090
oldroms.com###adb
oldroms.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/148155
streamspass.to##.abblock-msg
streamspass.to#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/148112
elitebabes.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/147765
||tpc.googlesyndication.com/simgad/$image,redirect=2x2-transparent.png,domain=a2zapk.io
||steepto.com/g/$image,redirect=nooptext,domain=a2zapk.io
! In case of DNS filtering
! https://github.com/AdguardTeam/AdguardFilters/issues/147980
pracezdopravy.cz#%#//scriptlet('set-constant', 'adBlockEnabled', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/147717
forexit.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/147719
forexit.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/147899
||rackusreads.com/*/dh-anti-adblocker/
rackusreads.com#%#//scriptlet('remove-attr', 'style', 'html')
! https://github.com/AdguardTeam/AdguardFilters/issues/147556
programmingeeksclub.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! app.axenthost.com
app.axenthost.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
app.axenthost.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/147153
! https://github.com/AdguardTeam/AdguardFilters/issues/147123
! https://github.com/AdguardTeam/AdguardFilters/issues/147396
@@||linkvertise.download^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/147327
quicksounds.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "fcca")
! https://github.com/AdguardTeam/AdguardFilters/issues/150892
! https://github.com/AdguardTeam/AdguardFilters/issues/147110
emurom.net#%#//scriptlet('set-constant', 'dvsize', '50')
emurom.net#%#AG_onLoad(function(){const a=document.querySelector("#annonce");if(a){const b=document.createElement("iframe");b.style.height="50px",a.appendChild(b)}});
! https://github.com/AdguardTeam/AdguardFilters/issues/147113
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=pac-12.com
! https://github.com/AdguardTeam/AdguardFilters/issues/147278
! https://github.com/AdguardTeam/AdguardFilters/issues/75968
$script,redirect-rule=noopjs,domain=linkebr.com
linkebr.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', '/head\.appendChild|body\.innerHTML|\.onerror/')
linkebr.com#%#//scriptlet('prevent-addEventListener', '', '.onerror =')
linkebr.com###antiAdBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/144579
happy-living.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/146796
streamonsport-ldc.top#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/146480
darksoftware.net#%#//scriptlet('set-constant', 'xv_ad_block', '0')
darksoftware.net#%#//scriptlet('set-constant', 'XV', 'emptyObj')
darksoftware.net#%#//scriptlet('set-constant', 'XV.ad_text', 'undefined')
darksoftware.net#%#//scriptlet('set-constant', 'XV.ad_block', 'undefined')
darksoftware.net#$?#.ad_block { remove: true; }
darksoftware.net#$?#.adsbygoogle { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/146825
! https://github.com/AdguardTeam/AdguardFilters/issues/146755
sanjun.com.np,acharyar.com.np###antiAdBlocker
sanjun.com.np,acharyar.com.np#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/146467
javb1.com#%#//scriptlet('set-constant', 'cRAds', 'true')
@@||javb1.com/js/boxad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/146605
newson.us#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/146564
pornhub.com##.videoPremiumBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/146297
oneslidephotography.com,apasih.my.id,financekami.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/146163
@@||xpornium.net/imgs/160x600.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/146128
@@||jpopsingles.eu/ddl/banner-ad-300x250.png
adslink.pw,jpopsingles.eu#$##all-good { display: none !important; }
adslink.pw,jpopsingles.eu#$##no-blocking { display: block !important; }
jpopsingles.eu#%#//scriptlet('set-constant', 'adblock.check', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/145830
@@||tempinbox.xyz/storage/js/adex.js
! https://github.com/AdguardTeam/AdguardFilters/issues/145997
bankvacency.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/146014
technewsrooms.com#%#//scriptlet('prevent-addEventListener', 'DOMContenLoaded', 'AdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/145748
webgradee.com#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
! https://github.com/AdguardTeam/AdguardFilters/issues/146269
! https://github.com/AdguardTeam/AdguardFilters/issues/136189
! https://github.com/AdguardTeam/AdguardFilters/issues/145796
stfly.xyz,stfly.me#%#//scriptlet('abort-current-inline-script', 'document.createElement', '.onerror')
! https://github.com/AdguardTeam/AdguardFilters/issues/145653 Brave detected on Vidstreaming
rapid-cloud.co#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
! javgg.net - at the download page
javgg.net#@#.AdsBox
javgg.net#@##ad_160
! https://github.com/AdguardTeam/AdguardFilters/issues/145586
linea.io###overlay
linea.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/145282
hdstockimages.com#%#//scriptlet('abort-current-inline-script', 'jQuery', 'adblocker-popup')
hdstockimages.com##.adblocker-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/145402
@@||jsdelivr.net/gh/niihen/niihen.github.io/niihen-com/safelink/$script,domain=link.idblog.eu.org|niihen.com
! https://github.com/AdguardTeam/AdguardFilters/issues/145374
staige.tv#%#//scriptlet('prevent-xhr', '/adblock/advert')
@@||storage.googleapis.com/aisw-assets/fanpage/adblock/advert*_.json$domain=staige.tv
! white screen on video playbck - access from Hong Kong
viu.tv#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/145284
/wp-content/plugins/best-ads-block-detector/*
! https://github.com/AdguardTeam/AdguardFilters/issues/157512
! https://github.com/AdguardTeam/AdguardFilters/issues/144268
@@||topsporter.net^$generichide
topsporter.net#%#//scriptlet('abort-current-inline-script', '$', 'keepChecking')
topsporter.net#%#//scriptlet('prevent-xhr', 'static.doubleclick.net/instream/ad_status.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/145039
! TODO: remove prevent-addEventListener rule when new version with fix for prevent-element-src-loading will be released
! https://github.com/AdguardTeam/Scriptlets/issues/270
pentafaucet.com,simplebits.io,getitall.top,satoshilabs.net,hitbits.io#%#//scriptlet('prevent-addEventListener', 'bugfix', 'fix')
pentafaucet.com,simplebits.io,getitall.top,satoshilabs.net,hitbits.io#%#//scriptlet('prevent-element-src-loading', 'script', '/(googlesyndication|coinzillatag|cpx-research)\.com/')
pentafaucet.com,simplebits.io,getitall.top,satoshilabs.net,hitbits.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
$script,redirect-rule=noopjs,domain=pentafaucet.com|simplebits.io|getitall.top|satoshilabs.net|hitbits.io
! https://github.com/AdguardTeam/AdguardFilters/issues/152736
! https://github.com/AdguardTeam/AdguardFilters/issues/144160
stmruby.com,wolfstream.tv,sfastwish.com,wishfast.top,awish.pro,leakslove.net,embedwish.com,mwish.pro,streamxxx.online,streamwish.to,ahvsh.com,streamhide.to#%#//scriptlet('set-constant', 'cRAds', 'true')
@@/js/*.js?ads*1&AdType=1&$~third-party,script,domain=streamhide.to|ahvsh.com|streamwish.to|streamxxx.online|mwish.pro|embedwish.com|leakslove.net|awish.pro|wishfast.top|sfastwish.com|wolfstream.tv
@@/js/*.js?ad*=popup&ads=DisplayAd$~third-party,script,domain=streamhide.to|ahvsh.com|streamwish.to|streamxxx.online|mwish.pro|embedwish.com|leakslove.net|awish.pro|wishfast.top|sfastwish.com|wolfstream.tv
@@||stmruby.com/js/ads_adverts.js
@@||streamwish.com/js/dnsads.js?ads
@@||streamhide.com/js/dnsads.js?ads
! https://github.com/AdguardTeam/AdguardFilters/issues/155918
! https://github.com/AdguardTeam/AdguardFilters/issues/144996
! https://github.com/AdguardTeam/AdguardFilters/issues/124312
@@/static/*/js/plugins/adview_*_ads.js$~third-party,domain=zebranovel.com|panda-novel.com|pandasnovel.com
pandasnovel.com,panda-novel.com,zebranovel.com#%#//scriptlet('set-constant', 'pandaAdviewValidate', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/144925
androidecuatoriano.xyz#%#//scriptlet('set-constant', 'adblockDetector', 'emptyObj')
androidecuatoriano.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/145793
! https://github.com/AdguardTeam/AdguardFilters/issues/144471
sinonimos.de#$##checkclick { display: block !important; }
bluetechno.net,healthy4pepole.com,world2our.com,mobi2c.com#%#//scriptlet('set-constant', 'SanadLoadAds', 'true')
bluetechno.net,healthy4pepole.com,world2our.com,mobi2c.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@/wp-content/themes/publisher/*/ads/static/adv/sailthru.js$domain=mobi2c.com|world2our.com|healthy4pepole.com|bluetechno.net
! https://github.com/AdguardTeam/AdguardFilters/issues/144893
x265lk.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
x265lk.com#%#//scriptlet('abort-current-inline-script', 'document.querySelector', 'getComputedStyle')
! https://github.com/AdguardTeam/AdguardFilters/issues/144579
ask4movie.mx#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/144806
@@||forum.admiregirls.com/js/*/ad160.js
! https://github.com/AdguardTeam/AdguardFilters/issues/144751
osmanonline.co.uk#$#.ad { height: 10px !important; position: absolute !important; left: -3000px !important; }
osmanonline.co.uk#%#//scriptlet('abort-current-inline-script', '$', '.height()')
! https://github.com/AdguardTeam/AdguardFilters/issues/144431
sportsplays.com#%#//scriptlet('abort-on-stack-trace', 'XMLHttpRequest', 'vfT')
! winknews.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,domain=winknews.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=winknews.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/144459
castracoin.com##.cc_adblock
castracoin.com#$#.textads.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143996
coins-town.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
coins-town.com#%#//scriptlet('set-constant', 'noAdBlock', 'undefined')
coins-town.com#%#//scriptlet('prevent-addEventListener', 'load', 'window.getComputedStyle')
! https://github.com/AdguardTeam/AdguardFilters/issues/144293
@@||in91vip.win/default_ad_js/ad_code.js
! techcyan.com - https://listauthorschat.slack.com/archives/C010PK1A022/p1677591789790399
techcyan.com#%#//scriptlet('prevent-setTimeout', 'google_ads_iframe_')
! https://github.com/AdguardTeam/AdguardFilters/issues/143871
upzone.ga#@#.sponsorad
! https://github.com/AdguardTeam/AdguardFilters/issues/143808
broadwayworld.com#%#//scriptlet('prevent-addEventListener', 'load', 'detectAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/144195
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=diudemy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/144202
/block-ads/*$domain=b9good.us|b9good.in|genoanime.tv
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=b9good.us|b9good.in|genoanime.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/143921
techacrobat.com#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
techacrobat.com#%#//scriptlet('prevent-fetch', 'https://ads-api.twitter.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/143984
sitelike.org#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/144137
chaturflix.cam#%#//scriptlet('prevent-setTimeout', '"none"===getComputedStyle')
chaturflix.cam#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143171
playok.com#%#//scriptlet('abort-on-property-read', 'abask')
! https://github.com/AdguardTeam/AdguardFilters/issues/144086
! https://github.com/AdguardTeam/AdguardFilters/issues/144071
sbembed1.com,lvturbo.com,embedsb.com,sbchill.com,japopav.tv#%#//scriptlet('set-constant', 'isadb', 'false')
@@||appcdn01.xyz/vast.js
||appcdn01.xyz^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/143809
bstlar.com#@#.ad-placement
bstlar.com#@#.ad-placeholder
bstlar.com#$#body > [id].adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/157933
! https://github.com/AdguardTeam/AdguardFilters/issues/143676
bhojpuritop.in,amritadrino.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/156088
! https://github.com/AdguardTeam/AdguardFilters/issues/143771
deezer.com#%#//scriptlet('set-constant', 'smartLoaded', 'true')
@@||e-cdns-assets.dzcdn.net/common/js/*.js$domain=deezer.com
! https://github.com/AdguardTeam/AdguardFilters/issues/143274
summarizingtool.net,allmath.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143320
watchhentai.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/143321
hanime.xxx#%#//scriptlet('prevent-fetch', 'ads-twitter.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/143219
!+ NOT_OPTIMIZED
||toolbaz.com/assets/js/unblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/143474
ufreegames.com###blckr-notice
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,xmlhttprequest,subdocument,redirect=google-ima3,domain=ufreegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/143278
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,domain=topsporter.net
! https://github.com/AdguardTeam/AdguardFilters/issues/143395
garoetpos.com,ketubanjiwa.com##div[id][class^="popup"][class$="wrap"][style]
garoetpos.com,ketubanjiwa.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/143402
@@||request-global.czilladx.com/serve/popunder.php$domain=faucetcrypto.net
! https://github.com/AdguardTeam/AdguardFilters/issues/143146
@@||browserleaks.com/img/9.gif$domain=browserleaks.com
@@||browserleaks.com^$generichide
browserleaks.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/142903
modzilla.in#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/142554
photooxy.com##.i-said-no-thing-can-stop-me-warning
photooxy.com#%#//scriptlet('abort-on-property-read', 'blockAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/142843
winscreener.live#@#.ad-block
! https://github.com/AdguardTeam/AdguardFilters/issues/142453
meracalculator.com#%#//scriptlet('set-constant', 'addBlocker', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/141987
||codeflareblogspot.github.io/code/KillAdBlock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/141979
! ezAdBlockDetected
diyphotography.net#%#//scriptlet('prevent-addEventListener', 'load', 'detectAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/142326
scamwatcher.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/142301
xszav2.com#@#.ad-content
xszav2.com#%#//scriptlet('prevent-setTimeout', '$("body").html')
! https://github.com/AdguardTeam/AdguardFilters/issues/142291
||pobierzgrepc.com/templates/games/js/blocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/130807
sonixgvn.net#@#.Ad-Container
sonixgvn.net#@#.sidebar-ad
sonixgvn.net#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/141883
||topsporter.net/wp-content/plugins/wptqn
! https://github.com/AdguardTeam/AdguardFilters/issues/142189
luvsquad-links.com,premiumhubs.com#%#//scriptlet('prevent-element-src-loading', 'script', '/adserver')
||dfdgfruitie.xyz/adserver/yzfdmoan.js$script,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/142199
sshkit.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/141808
bia2.xyz###adbd
bia2.xyz#%#//scriptlet("set-constant", "xads", "false")
bia2.xyz#%#//scriptlet("set-constant", "_p", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/141327
interestingengineering.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/141710
! https://github.com/AdguardTeam/AdguardFilters/issues/141084
@@||mysocceraustralia.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/141683
sbanime.com#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=sbanime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/141410
*$image,redirect=1x1-transparent.gif,domain=examtadka.com|proviralhost.com
! https://github.com/AdguardTeam/AdguardFilters/issues/141373
mylivewallpapers.com#%#//scriptlet("set-constant", "adsBlocked", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/141303
vidmoly.to#%#//scriptlet("prevent-setTimeout", "=document['createElement']")
vidmoly.to##body > div[style*="opacity:"][style*="position: fixed; width:"][style*="z-index:"]:not([class], [id])
! https://github.com/AdguardTeam/AdguardFilters/issues/141106
edealinfo.com#%#//scriptlet('abort-on-property-write', 'detectAdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/140977
ttsfree.com#%#//scriptlet('prevent-setInterval', 'show_alert_adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/140927
!+ NOT_OPTIMIZED
||tuttotech.net/wp-content/plugins/ta2022-plugin-adblock/
! https://github.com/AdguardTeam/AdguardFilters/issues/140694
airportinfo.live#%#//scriptlet('prevent-setTimeout', 'AdBlocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/140788
hacksnation.com#%#//scriptlet("abort-on-property-read", "isSiteOnline")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=hacksnation.com
! https://github.com/AdguardTeam/AdguardFilters/issues/140764
@@||mastaklomods.com/wp-content/uploads/*/adex.js
! https://github.com/AdguardTeam/AdguardFilters/issues/140585
techcyan.com#%#//scriptlet('abort-current-inline-script', 'RegExp', '/fetch[\s\S]*?constructor[\s\S]*?0x/')
! https://github.com/AdguardTeam/AdguardFilters/issues/140451
@@||affiliates.sankmo.com/iframe-redirect$domain=latestcooldeals.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/140362
! https://github.com/AdguardTeam/AdguardFilters/issues/140070
sportfacts.net#%#//scriptlet('abort-on-stack-trace', 'XMLHttpRequest.prototype.send', 'adsBlocked')
! https://github.com/AdguardTeam/AdguardFilters/issues/146007
! https://github.com/uBlockOrigin/uAssets/issues/16373
vebma.com,pinloker.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/140041
vikatan.com#%#//scriptlet('set-constant', 'isBlock', 'false')
vikatan.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/140262
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=railstream.net
! https://github.com/AdguardTeam/AdguardFilters/issues/140312
bluedollar.net#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblockEnabled")
! lyricskpop.net anti-adb
lyricskpop.net##body > div[id][class^="popup"][style^="opacity"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140197
@@||audiotag.info/images/banner
audiotag.info##.awt
! https://github.com/AdguardTeam/AdguardFilters/issues/140073
ckk.ai#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/140217
@@||crackle.com/vendor/adex.js
! https://github.com/AdguardTeam/AdguardFilters/pull/140050
schaken-mods.com#%#//scriptlet('prevent-setTimeout', 'adblockdetector_')
! https://github.com/AdguardTeam/AdguardFilters/issues/139929
||cdn.wendycode.com/blogger/antiAdbLazy.js
writedroid.eu.org###anti-ad-blocker
writedroid.eu.org#%#//scriptlet('abort-current-inline-script', 'Defer', 'adsbygoogle.js')
writedroid.eu.org#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adblocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/139932
secretflying.com#$##abd-ad-iframe { display: block !important; visibility: visible !important; }
secretflying.com#%#//scriptlet('abort-current-inline-script', 'jQuery', 'showAdbMsg')
! https://github.com/AdguardTeam/AdguardFilters/issues/139888
av-th.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/139812
vocalley.com#@#.ad-area
vocalley.com#@#.ads_container
! https://github.com/AdguardTeam/AdguardFilters/issues/139851
daemonanime.net#@#.ad-space
daemonanime.net#@#.ad-unit
daemonanime.net#@#.ad-zone
daemonanime.net#@#.banner-ads
daemonanime.net#@#.banner_ads
daemonanime.net#@#div[id^="div-gpt-"]
daemonanime.net#@#[id^="div-gpt-ad"]
daemonanime.net#%#//scriptlet('prevent-element-src-loading', 'script', 'a.magsrv.com/video-slider.js')
||a.magsrv.com/video-slider.js$script,redirect=noopjs,domain=daemonanime.net
@@||daemonanime.net/*/adex.js
! https://github.com/AdguardTeam/AdguardFilters/issues/139451
||dubznetwork.com/playerone/plugins/block/js/deblocker.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/139670
wikitraveltips.com,naukrilelo.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/139448
magesy.download#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/139341
||azpelis.com/dectector.js
! https://github.com/AdguardTeam/AdguardFilters/issues/139544
nevcoins.club#%#//scriptlet("abort-on-property-read", "adsBlocked")
nevcoins.club#%#//scriptlet("set-constant", "NoAdBlock", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/139681
||carewellpharma.in/assets/unadblock.js
carewellpharma.in#%#//scriptlet('set-constant', 'unadblock', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/139688
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=iconmonstr.com,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/139000
cinemablind.com##div[id][class^="popup"][class$="wrap"]
! https://github.com/AdguardTeam/AdguardFilters/issues/139118
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=anydebrid.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,domain=anydebrid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/139286
bagpipe.news#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adsanityAdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/139244
@@||ads.kiktu.com/index.js
! https://github.com/AdguardTeam/AdguardFilters/issues/139239
imagetotext.info#%#//scriptlet('set-constant', 'detectadsbocker', 'false')
@@||cdn.snigelweb.com/adengine/imagetotext.info/loader.js$domain=imagetotext.info
! https://github.com/AdguardTeam/AdguardFilters/issues/139100
tool-box.xyz##body > #loading
tool-box.xyz#%#//scriptlet("set-constant", "adBlock", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/139041
9koala.com##.adblock-wrapper
9koala.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/138903
blog.nationapk.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/138858
$image,third-party,denyallow=cdn77.org|fpbns.net|others-cdn.com|rncdn7.com|sb-cd.com|stream.highwebmedia.com|upsiloncdn.net|xvideos-cdn.com|youjizz.com|ypncdn.com,domain=pussyspace.com|pussyspace.net
pussyspace.com,pussyspace.net#?#img:matches-property(naturalWidth=/^(3[0-2][0-9]|2[89][0-9])/):matches-property(naturalHeight=/^2[3-7][0-9]/)
pussyspace.com,pussyspace.net#?#img:matches-property(naturalWidth=/^7[0-5][0-9]/):matches-property(naturalHeight=/^([7-9][0-9]|1[0-2][0-9])/)
pussyspace.com,pussyspace.net#?#img:matches-property(naturalWidth=/^1[4-8][0-9]/):matches-property(naturalHeight=/^(5[89][0-9]|6[0-2][0-9])/)
pussyspace.com,pussyspace.net#?#a:matches-attr(/^on/=/event/)
pussyspace.com,pussyspace.net#?#a:matches-attr(/-h?ref/)
pussyspace.com,pussyspace.net##img[src^="data:image"]:not(a.cam_img > [id]):not(a.cat_img > span > [data-src*="/upload/"]):not(a.video_img > span > [id])
pussyspace.com,pussyspace.net##.mainBox div[id] img:not(a img)
||pussyspace.$image
@@||st.pussyspace.com/player/playBTN.png|
@@||st.pussyspace.com/favicon.ico|
@@||st.pussyspace.com/style/03/img/bg.png|
@@||st.pussyspace.com/style/03/img/dropmenudownarrow.png|
@@||st.pussyspace.com/style/03/img/navbg.hover.png|
@@||st.pussyspace.com/style/03/img/navbg.png|
@@||st.pussyspace.com/style/03/img/pinkbg.gif|
@@||st.pussyspace.com/style/03/img/speed-dials.png|
@@||st.pussyspace.com/style/03/img/x-sprite.png|
@@||st.pussyspace.com/style/10/img/logo.png|
@@||st.pussyspace.com/style/10/img/logo_mobile.png|
@@||st.pussyspace.com/style/webcam.jpg|
@@||st.pussyspace.net/player/playBTN.png|
@@||st.pussyspace.net/favicon.ico|
@@||st.pussyspace.net/style/03/img/bg.png|
@@||st.pussyspace.net/style/03/img/dropmenudownarrow.png|
@@||st.pussyspace.net/style/03/img/navbg.hover.png|
@@||st.pussyspace.net/style/03/img/navbg.png|
@@||st.pussyspace.net/style/03/img/pinkbg.gif|
@@||st.pussyspace.net/style/03/img/speed-dials.png|
@@||st.pussyspace.net/style/03/img/x-sprite.png|
@@||st.pussyspace.net/style/10/img/logo.png|
@@||st.pussyspace.net/style/10/img/logo_mobile.png|
@@||st.pussyspace.net/style/webcam.jpg|
@@/^https:\/\/i\.pussyspace\.(?:com|net)\/(?:yip?|xvs)\/videos\/20\d{4}\/\d{2}\/\d{9}\/(?:original|thumbs_\d{2})\/\d{1,2}(?:\(m=e[0-9A-Za-z]{5,7}aaaa\)\(mh=[-_0-9A-Za-z]{16}\))?\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/i\.pussyspace\.(?:com|net)\/(?:yip?|xvs)\/videos\/thumbs169l\/[0-9a-f]{2}\/[0-9a-f]{2}\/[0-9a-f]{2}\/[0-9a-f]{32}(?:-\d)?\/[0-9a-f]{32}\.\d{1,2}\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/i\.pussyspace\.(?:com|net)\/(?:yip?|xvs)\/videos\/thumbs_5\/\d{1,2}(?:\(m=e[0-9A-Za-z]{5,7}aaaa\)\(mh=[-_0-9A-Za-z]{16}\))?\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/i\.pussyspace\.(?:com|net)\/jz\/(?:[0-9a-f]\/){3,5}[0-9a-f]{42}-?(?:\d{2,3}|(?:(?:\d{3,4}-){3}h264)?\.(?:mp4-\d{1,2}|flv-\d))\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/i\.pussyspace\.(?:com|net)\/sb\/t\/\d{6,8}\/\d\/\d\/w:300\/t\d{1,2}-enh\/(?:[0-9a-z]+-)*[0-9a-z]+\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/st\.pussyspace\.(?:com|net)\/upload\/cat\.image\/[_3a-z]{2,16}\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/st\.pussyspace\.(?:com|net)\/upload\/poster_img_url\/par\/c3Rhci9[%0-9A-Za-z]{16,32}&size_width\/par\/160\/l\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@||www.pussyspace.com/ajax/contact/exo-logo.png|
@@||www.pussyspace.com/upload/no_img.jpg|
@@||www.pussyspace.com/favicon.ico|
@@||www.pussyspace.com/class/captcha/captcha.php|
@@||www.pussyspace.com/class/captcha/arrow.png|
@@||www.pussyspace.com/player/loading.gif|
@@||www.pussyspace.com/style/img/abuse.email.png#|
@@||www.pussyspace.com/style/img/navbg.hover.png|
@@||www.pussyspace.net/ajax/contact/exo-logo.png|
@@||www.pussyspace.net/upload/no_img.jpg|
@@||www.pussyspace.net/favicon.ico|
@@||www.pussyspace.net/class/captcha/captcha.php|
@@||www.pussyspace.net/class/captcha/arrow.png|
@@||www.pussyspace.net/player/loading.gif|
@@||www.pussyspace.net/style/img/abuse.email.png#|
@@||www.pussyspace.net/style/img/navbg.hover.png|
pussyspace.com,pussyspace.net#%#//scriptlet('prevent-addEventListener', '', '=loader')
pussyspace.com,pussyspace.net#%#//scriptlet('prevent-requestAnimationFrame', 'exoframe')
pussyspace.com,pussyspace.net#%#//scriptlet('prevent-addEventListener', 'load', 'exoJsPop101')
! https://github.com/AdguardTeam/AdguardFilters/issues/138725
imagetotext.info#@##top_ad
! https://github.com/uBlockOrigin/uAssets/issues/16166
shareus.site#%#//scriptlet('prevent-setTimeout', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/137947
upfilesurls.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/138484
@@||citynews.ca/*/get_ad_$domain=citynews.ca
||citynews.ca/*/get_ad_$xmlhttprequest,redirect=noopjson,domain=citynews.ca,important
! https://github.com/AdguardTeam/AdguardFilters/issues/135504
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=t2bot.ru,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=t2bot.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/137878
redketchup.io#%#//scriptlet("adjust-setTimeout", "adBlockerCountdown", "*", "0.02")
redketchup.io#%#//scriptlet('prevent-element-src-loading', 'script', 'securepubads.g.doubleclick.net/tag/js/gpt.js')
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=noopjs,domain=redketchup.io,important
! https://github.com/AdguardTeam/AdguardFilters/issues/137898
darkhub-v4.maxt.church#%#//scriptlet('prevent-xhr', 'googletagmanager.com/gtag/js')
! https://github.com/AdguardTeam/AdguardFilters/issues/137335
namethatporn.com#%#//scriptlet("set-constant", "maniblok", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/137876
scamdoc.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/137605
paketmu.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/137856
hentaidude.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/137823
! https://github.com/AdguardTeam/AdguardFilters/issues/147635
! https://github.com/AdguardTeam/AdguardFilters/issues/141231
! https://github.com/uBlockOrigin/uAssets/issues/16011
motorsport.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.dispatchEvent', 'ms-article-comments')
||mstm.motorsport.com^$script,~third-party,redirect-rule=noopjs
motorsport.com#%#//scriptlet('prevent-addEventListener', 'gtmloaderror')
!#safari_cb_affinity(privacy)
@@||googletagmanager.com/gtm.js$domain=motorsport.com
@@||mstm.motorsport.com/mstm.js
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/137487
s0ft4pc.com##.popup02778wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/137442
galaxytranslations97.com#?#body .dialog-root
galaxytranslations97.com#$#html { overflow-y: auto !important; }
galaxytranslations97.com#$#body #ads-classes[class] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137457
@@||api.production.k8s.y3o.tv/*/video-ads/$domain=yallo.tv
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=yallo.tv,important
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=yallo.tv
yallo.tv#%#//scriptlet('set-constant', 'google.ima.AdsManager.start', 'undefined')
! Rule $referrerpolicy is required for apps, becasue source of ima3.js is not detected and due to this it's not redirected
! https://github.com/AdguardTeam/AdguardFilters/issues/137365
||media.lajornadafilipina.com/bheyjmz.js
! https://github.com/AdguardTeam/AdguardFilters/issues/137263
myrateplan.com#%#//scriptlet("set-constant", "adblockEnabled", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/137298
calibercorner.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/137248
||cdn.bmcdn3.com/js/*aab.js$script,redirect=noopjs,important,domain=earnhub.net
||googletagmanager.com/gtag/js$script,redirect=noopjs,important,domain=earnhub.net
@@||cdn.bmcdn3.com/js/*aab.js$domain=earnhub.net
@@||googletagmanager.com/gtag/js$domain=earnhub.net
! https://github.com/AdguardTeam/AdguardFilters/issues/136612
||coinzillatag.com/lib/fp.js$script,redirect=noopjs,domain=faucetcrypto.com,important
@@||coinzillatag.com/lib/fp.js$domain=faucetcrypto.com
! https://github.com/AdguardTeam/AdguardFilters/issues/136812
thehouseofportable.com#%#//scriptlet('prevent-setTimeout', 'openInNewTab')
thehouseofportable.com#$##htp { display: none !important; }
thehouseofportable.com#$##mt + div.diva { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136815
idmlover.com###antiAdBlock
idmlover.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/166152
ftuapps.dev#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/136843
cboxera.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/136688
codingdeft.com#$#.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136431
sportsguild.net#%#//scriptlet('abort-current-inline-script', '$', 'keepChecking')
sportsguild.net#?#.wpb_wrapper > div.wpb_content_element:has(> div.wpb_wrapper > h3:contains(Disable Adblocker))
||sportsguild.net/block/dublocker.css
sportsguild.net##.ad-modal
! https://github.com/AdguardTeam/AdguardFilters/issues/136293
@@||ads2.banaraswap.in^$xmlhttprequest,domain=banaraswap.in|kiktu.com
@@||ads2.filescreed.buzz^$xmlhttprequest,domain=techcyan.com
@@||banaraswap.in^$xmlhttprequest,domain=techcyan.com
kiktu.com,techcyan.com#$#a[target="_blank"][rel] { clip-path: circle(0) !important; }
techcyan.com#$#iframe[src^="https://www.google.com/recaptcha/"] { display: block !important; }
techcyan.com#%#//scriptlet('prevent-fetch', 'ads.kiktu.com')
upshrink.com,kiktu.com,techcyan.com#$#body { overflow: auto !important; }
upshrink.com,kiktu.com,techcyan.com#?#section#xx:has(> span:contains(Detected))
upshrink.com,kiktu.com,techcyan.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "/_0x|\\x|google_ads_iframe/")
upshrink.com,kiktu.com,techcyan.com#@##ads-text
upshrink.com#$#a.get-link { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130225
ipacrack.com#%#//scriptlet("prevent-setInterval", "", "3000")
! https://github.com/AdguardTeam/AdguardFilters/issues/136237
@@||cnt.streamz.ws/count.php
! https://github.com/AdguardTeam/AdguardFilters/issues/150379
! https://github.com/AdguardTeam/AdguardFilters/issues/136173
watchtv24.com#%#//scriptlet('set-constant', 'Brid.A9.prototype.backfillAdUnits', 'emptyArr')
watchtv24.com#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com/js/sdkloader/ima3.js')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,domain=watchtv24.com
! https://github.com/AdguardTeam/AdguardFilters/issues/136199
codingnepalweb.com#%#//scriptlet('set-attr', '.adsbygoogle', 'data-ad-status', '0')
codingnepalweb.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
codingnepalweb.com#%#AG_onLoad(function(){const a=document.querySelector("ins.adsbygoogle");if(a){const b=document.createElement("iframe");a.appendChild(b)}});
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=codingnepalweb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135819
filelu.com#@#.banner_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/135818
misirtune.blogspot.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/135946
jiocinema.com#@##videoAd
jiocinema.com#$#body .ad-zone { display: block !important; height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135993
! https://github.com/AdguardTeam/AdguardFilters/issues/135812
/nilesoft.org\/assets\/js\/lib\/[a-f0-9]+$/$domain=nilesoft.org
! https://github.com/AdguardTeam/AdguardFilters/issues/135793
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=techkeshri.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techkeshri.com
! https://github.com/AdguardTeam/AdguardFilters/issues/138488
cutty.app#@#ins.adsbygoogle[data-ad-slot]
cutty.app#$#.adsbygoogle { position: absolute !important; left: -4000px !important; }
cutty.app#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
cutty.app#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cutty.app
! https://github.com/AdguardTeam/AdguardFilters/issues/135281
faucetcrypto.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/135305
editpad.org#$#body #detect[class] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135568
||s1cdn.vnecdn.net/*/production/modules/home.defer.js$domain=vnexpress.net
vnexpress.net##a[data-event-label="Button-TatAdblock"]
! https://github.com/AdguardTeam/AdguardFilters/issues/135567
ipacrack.com#$##myTestAdd { height: 1px !important; }
ipacrack.com#%#//scriptlet("prevent-setTimeout", ".clientHeight")
! https://github.com/AdguardTeam/AdguardFilters/issues/135219
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=noor-book.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=noor-book.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/135435
codevn.net#$#.ads-above-content > div[id] { height: 1px !important; }
codevn.net#%#//scriptlet("prevent-setInterval", "['offsetHeight']")
! https://github.com/AdguardTeam/AdguardFilters/issues/135481
h-game18.xyz#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=h-game18.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/135457
truffeonline.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=truffeonline.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=truffeonline.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/135379
@@||cdn.ptztv.live/flyads/streaming.js
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=portmiamiwebcam.com
portmiamiwebcam.com#@##adbannerdiv
portmiamiwebcam.com#@#div[id^="div-gpt-"]
portmiamiwebcam.com#@#[id^="div-gpt-ad"]
@@||d2kv6n94eruxg9.cloudfront.net/Prebid_$domain=portmiamiwebcam.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=portmiamiwebcam.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=portmiamiwebcam.com
@@||securepubads.g.doubleclick.net/gampad/ads?pvsid=$domain=portmiamiwebcam.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135365
calculatored.com#%#//scriptlet("prevent-setTimeout", "adsbygoogle")
! https://github.com/AdguardTeam/AdguardFilters/issues/135029
getpaidstock.com###anti_ab
! https://github.com/AdguardTeam/AdguardFilters/issues/134653
||te4h.ru/wp-content/uploads/elbnpo.
! https://github.com/AdguardTeam/AdguardFilters/issues/134975
10alert.com#@#.adbanner
10alert.com#%#//scriptlet("prevent-setTimeout", "siteAccessPopup()")
! https://github.com/AdguardTeam/AdguardFilters/issues/134564
@@||hdwatched.me/*/js/banger.js$domain=hdwatched.me
! https://github.com/AdguardTeam/AdguardFilters/issues/134639
!+ NOT_OPTIMIZED
japannews.yomiuri.co.jp###tpModal
! https://github.com/AdguardTeam/AdguardFilters/issues/133295
! https://github.com/AdguardTeam/AdguardFilters/issues/134216
dlpanda.com#%#//scriptlet('prevent-addEventListener', 'load', 'adDLPanda')
! https://github.com/AdguardTeam/AdguardFilters/issues/134535
letmeread.net#@##google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/134407
fromfahad.com##div[id][class^="popup"][class$="wrap"][style]
fromfahad.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/133882
forums-fastunlock.com#%#//scriptlet("abort-on-property-read", "XV")
! https://github.com/AdguardTeam/AdguardFilters/issues/134288
2ix2-alternative.de###abmm
2ix2-alternative.de#%#//scriptlet("prevent-setTimeout", ".clientHeight")
! https://github.com/uBlockOrigin/uAssets/issues/15479
tpaste.io#%#//scriptlet("abort-on-property-read", "adBlockDetected")
@@||incolumitas.com/data/neutral.js?&adserver=$script,domain=tpaste.io
! https://github.com/AdguardTeam/AdguardFilters/issues/133291
||pviewer.site/element_view/adblock_detected.html
! https://github.com/AdguardTeam/AdguardFilters/issues/133255
apkhex.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/171414
! https://github.com/AdguardTeam/AdguardFilters/issues/133205
sbs.com.au#%#//scriptlet('set-constant', 'odabd', 'false')
sbs.com.au#%#//scriptlet("set-constant", "adBlockerDetected", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/133108
hentai.guru,hentaihaven.vip#%#//scriptlet('prevent-fetch', 'ads-twitter.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/133101
paraphraser.io#$#body #detect[class] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/133102
rephrase.info#$#body #detect[class] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/175907
! https://github.com/AdguardTeam/AdguardFilters/issues/132820
fastssh.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|www3\.doubleclick\.net/')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=fastssh.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=fastssh.com,important
@@||fastssh.com/dfp.min.js
fastssh.com#@#.ad-box:not(#ad-banner)
fastssh.com#@#.ad-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/132661
teamkong.tk#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/uBlockOrigin/uAssets/issues/14345
||ad-delivery.net/px.gif?$image,redirect=1x1-transparent.gif,domain=explorecams.com,important
@@||ad-delivery.net/px.gif?$domain=explorecams.com
! https://github.com/AdguardTeam/AdguardFilters/issues/132701
shoot-yalla.live,adnews.me,koora.golato.tv#%#//scriptlet("prevent-addEventListener", "load", "ofc9")
! https://github.com/AdguardTeam/AdguardFilters/issues/132754
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,important,redirect=googlesyndication-adsbygoogle,domain=warsawnow.pl
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=warsawnow.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/132249
sportfacts.net##.ad-modal
sportfacts.net#%#//scriptlet("prevent-setTimeout", "keepChecking")
! https://github.com/AdguardTeam/AdguardFilters/issues/132593
||d3u598arehftfk.cloudfront.net/prebid_hb_1670_2319.js$domain=blog.wiki-topia.com,redirect=noopjs,important
@@||d3u598arehftfk.cloudfront.net/prebid_hb_1670_2319.js$domain=blog.wiki-topia.com
||lib.wtg-ads.com/publisher/wiki-topia.com/732ddef10898663e15a5.js$domain=blog.wiki-topia.com,redirect=noopjs,important
@@||lib.wtg-ads.com/publisher/wiki-topia.com/732ddef10898663e15a5.js$domain=blog.wiki-topia.com
||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=blog.wiki-topia.com,redirect=noopjs,important
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=blog.wiki-topia.com
||googletagmanager.com/gtag/js$domain=blog.wiki-topia.com,redirect=noopjs,important
@@||googletagmanager.com/gtag/js$domain=blog.wiki-topia.com
||googletagmanager.com/gtm.js$domain=blog.wiki-topia.com,redirect=noopjs,important
@@||googletagmanager.com/gtm.js$domain=blog.wiki-topia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/132582
s0ft4pc.com,portable4pc.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,important,redirect=googlesyndication-adsbygoogle,domain=s0ft4pc.com|portable4pc.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=s0ft4pc.com|portable4pc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/132546
! https://github.com/AdguardTeam/AdguardFilters/issues/132527
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gamingnews.live
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=gamingnews.live,important
! https://github.com/AdguardTeam/AdguardFilters/issues/132341
donghua.in#%#//scriptlet("abort-current-inline-script", "atob", "decodeURIComponent")
! https://github.com/AdguardTeam/AdguardFilters/issues/132356
nohat.cc,psd.world,png.is#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/132009
elahmad.com##div[id^="adsads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/131979
hypebeast.com###ad-blocker-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/131962
kinemaster.cc#@##ad-top
kinemaster.cc#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/131883
upshrink.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/131917
sabishare.com,thenetnaija.net#@#.ad-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/131819
@@||scamwatcher.com/js/pubPolicy/ads-prebid.js$domain=scamwatcher.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131760
binaryfork.com###blocker-message
binaryfork.com#%#//scriptlet("prevent-setTimeout", ".offsetHeight&&0!==")
! ! https://github.com/AdguardTeam/AdguardFilters/issues/131613
video.bestjavporn.com#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/50850
viki.com#%#//scriptlet("set-constant", "VikiPlayer.prototype.pingAbFactor", "noopFunc")
viki.com#%#//scriptlet("set-constant", "player.options.disableAds", "true")
viki.com#%#//scriptlet("set-constant", "VikiMediaPlayer.prototype.executeAdblockBreak", "noopFunc")
viki.com#%#//scriptlet("set-constant", "VikiMediaPlayer.prototype.requestAdblockBreak", "noopFunc")
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=viki.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131471
rephrase.info#$?#div[id^="adngin-incontent_"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131445
vector-eps.com#%#//scriptlet("prevent-setTimeout", ".adsbygoogle")
vector-eps.com#$#.download-home { display: block !important; }
vector-eps.com#$#.download-home + .disableadblock { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131230
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=kdbhbd.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131369
kissanime.com.ru#%#//scriptlet("set-constant", "check_adblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/131308
i-polls.com#%#//scriptlet("abort-on-property-read", "detectAdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/131089
@@||tsyndicate.com/iframes2/$domain=xfreehd.com
@@||ads.exosrv.com/iframe.php$domain=xfreehd.com
||ads.exosrv.com/iframe.php$domain=xfreehd.com,redirect=nooptext,important
||tsyndicate.com/iframes2/$domain=xfreehd.com,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/130986
||googletagmanager.com/gtag/js$script,redirect=noopjs,domain=hackerranksolution.in
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=hackerranksolution.in
! https://github.com/AdguardTeam/AdguardFilters/issues/130968
adikhealth.xyz###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/130891
karvitt.com#$#ins.adsbygoogle[data-ad-slot] { height: 1px!important; }
karvitt.com#@#.adsbygoogle-noablate
karvitt.com#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/130888
blisseyhusband.in#@#.ad-unit
blisseyhusband.in#@#.ad_unit
blisseyhusband.in#@#.adsBanner
blisseyhusband.in#$#.ad_unit.ad-unit.text-ad.text_ad.pub_300x250 { display: block !important; }
blisseyhusband.in#%#//scriptlet("set-constant", "eazy_ad_unblocker_msg_var", "")
blisseyhusband.in#%#//scriptlet("set-constant", "advanced_ads_check_adblocker", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/130814
gogoanime.*#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/130774
primetechieforum.com#%#//scriptlet('prevent-element-src-loading', 'img', 'doubleclick.net')
@@||doubleclick.net/favicon.ico$domain=primetechieforum.com
! https://github.com/AdguardTeam/AdguardFilters/issues/130592
hacoscripts.com#$#.textads.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130701
moddingthrones.freemodsapp.xyz##.adb
! https://github.com/AdguardTeam/AdguardFilters/issues/130637
||donnaglamour.it/adblock-tracking.html
donnaglamour.it#%#//scriptlet("set-constant", "adBlockRunning", "false")
donnaglamour.it###detect ~ div[style^="display: flex; align-items: center; justify-content: center; position: fixed;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130541
techcyan.com#%#//scriptlet("abort-current-inline-script", "$", "div-gpt-ad")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/132509
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=insurancegold.in
! https://github.com/AdguardTeam/AdguardFilters/issues/130503
blog.insurancegold.in,blog.cryptowidgets.net#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
blog.insurancegold.in,blog.cryptowidgets.net#%#//scriptlet('prevent-setTimeout', 'detected')
blog.insurancegold.in,blog.cryptowidgets.net#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsBlocked')
blog.insurancegold.in,blog.cryptowidgets.net#%#//scriptlet('prevent-addEventListener', 'load', 'htmls')
$redirect-rule=noopjs,domain=cryptowidgets.net|insurancegold.in
! Probably an extension bug - redirect is not applied
! TODO: check after fixing https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2208 [19.10.22]
!+ NOT_PLATFORM(windows, mac, android)
@@||snobdomobeyeo.com^$script,domain=blog.cryptowidgets.net|blog.insurancegold.in
blog.insurancegold.in,blog.cryptowidgets.net#%#function preventError(d){window.addEventListener("error",function(a){if(a.srcElement&&a.srcElement.src){const b=new RegExp(d);b.test(a.srcElement.src)&&(a.srcElement.onerror=function(){})}},!0)}preventError("^.");
!
! https://github.com/AdguardTeam/AdguardFilters/issues/130397
emsnow.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adsanityAdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/130031
xfreehd.com##.video-container-bxPower > div:not(.fluid_video_wrapper)
! https://github.com/AdguardTeam/AdguardFilters/issues/130167
tiger-algebra.com##.adt-layout-fade
tiger-algebra.com##.ad-blocker-detector
tiger-algebra.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsbox")
! https://github.com/AdguardTeam/AdguardFilters/issues/130155
@@||digworm.io^$generichide
@@||zertalious.xyz^$generichide
@@||incolumitas.com/data/*.js$domain=zertalious.xyz|digworm.io
@@/weborama.js$~third-party,domain=zertalious.xyz|digworm.io
$~third-party,xmlhttprequest,script,redirect-rule=nooptext,domain=zertalious.xyz|digworm.io
zertalious.xyz,digworm.io#%#//scriptlet('prevent-fetch', '/\/(ad(ex|gpt)|weborama)\.js/')
! https://github.com/AdguardTeam/AdguardFilters/issues/129934
@@||d3njgrq4uvb497.cloudfront.net/videojs/videojs-contrib-ads.js$domain=ksl.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=ksl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129840
ufacw.com###adb
ufacw.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/129839
beelink.pro###adb
beelink.pro#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/129838
||makefreecallsonline.com/includes/AB-code.min.js
makefreecallsonline.com#$#body { overflow: auto !important; }
makefreecallsonline.com#$##adblockbyspider { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=makefreecallsonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129829
@@||tools.dik.si/assets/js/prebid-ads.js
tools.dik.si#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/129850
javdock.com#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/131116
! https://github.com/uBlockOrigin/uAssets/issues/10291#issuecomment-1247746003
allcryptoz.net,crewbase.net,crewus.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net#%#//scriptlet("abort-current-inline-script", "setInterval", "_0x")
allcryptoz.net,crewbase.net,crewus.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net#%#//scriptlet('prevent-addEventListener', '', 'window.location')
||ads.sportslocalmedia.com^$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||dsh7ky7308k4b.cloudfront.net^$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||connect.facebook.net/en_US/fbevents.js$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||a.pub.network/crewbase-net/pubfig.min.js$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
||scripts.cleverwebserver.com^$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
@@||g.adspeed.net/ad.php?do=detectadblocker$domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|uniqueten.net
allcryptoz.net,crewbase.net,crewus.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net#$?#form:has(button[class^="btn-"]) { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129683
fcportables.com##div[class^="popup"][class$="wrap"][id]
! https://github.com/AdguardTeam/AdguardFilters/issues/152383
! https://github.com/AdguardTeam/AdguardFilters/issues/129556
! https://github.com/AdguardTeam/AdguardFilters/issues/129658
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=cbs.com|paramountplus.com|history.com
@@||pubads.g.doubleclick.net/ondemand/*/content/*/vid/*/streams$domain=cbs.com|paramountplus.com|history.com
||pubads.g.doubleclick.net/ondemand/*/content/*/vid/*/streams/*/time-events.json$important,domain=cbs.com|paramountplus.com|history.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129547
comohoy.com#%#//scriptlet("set-constant", "checkAdBlock", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/169369
! https://github.com/AdguardTeam/AdguardFilters/issues/129563
rakuten.tv#%#//scriptlet('prevent-xhr', '/springserve\.com|cdn\.spotxcdn\.com\/media\//')
! https://github.com/AdguardTeam/AdguardFilters/issues/129441
latest-files.com###blockedmessagewrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/129435
vijaysolution.com#@#.adbanner
vijaysolution.com#%#//scriptlet("prevent-setTimeout", "siteAccessPopup()")
! https://github.com/AdguardTeam/AdguardFilters/issues/129526
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,important,redirect=googlesyndication-adsbygoogle,domain=btcpany.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js^$domain=btcpany.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129225
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=leet365.cc
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=leet365.cc,important
||leet365.cc/cfx.js
! https://github.com/AdguardTeam/AdguardFilters/issues/129155
dubznetwork.com#@#.adsbyvli
! https://github.com/AdguardTeam/AdguardFilters/issues/129165
||shortx.net/js/block00.js
! https://github.com/AdguardTeam/AdguardFilters/issues/129118
9anime.skin#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/129114
@@||toolsincloud.com/assets/js/prebid-ads.js
toolsincloud.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/128916
raider.io##.rio-block-message
raider.io#%#//scriptlet('abort-on-property-read', 'RIO_OnProviderBlocked')
! https://github.com/AdguardTeam/AdguardFilters/issues/128950
ustream.click#$#body { overflow: auto !important; }
ustream.click#$#body > img[alt="Adblock Plus"] { display: none !important; }
ustream.click#%#//scriptlet("set-constant", "moneyAbovePrivacyByvCDN", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/128696
freepremiumcourse.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/128650
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=visalist.io,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=visalist.io
! https://github.com/AdguardTeam/AdguardFilters/issues/128621
@@||affiliates.sankmo.com/iframe-redirect$domain=getcashfree7.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156952
! https://www.reddit.com/r/uBlockOrigin/comments/x2exom/
thothd.com,thothd.to#@#.ads-iframe
thothd.com,thothd.to#$#iframe#ads_iframe[src*="/player_ads.html"] { display: block !important; }
thothd.com,thothd.to#%#//scriptlet('prevent-element-src-loading', 'img', 'stats.php?event=')
||thothd.com/player/stats.php?event=Init$image,redirect=1x1-transparent.gif,domain=thothd.com|thothd.to
||thothd.com/player/player_ads.html?advertising_id=$subdocument,redirect=noopframe,domain=thothd.com|thothd.to
! https://github.com/AdguardTeam/AdguardFilters/issues/128618
viefaucet.com#%#//scriptlet('prevent-element-src-loading', 'script', 'coinzillatag.com')
! https://www.crazygames.com/game/bullet-force-multiplayer
@@||crazygames.com/prebid.js$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/128402
||gstatic.com/firebasejs/9.6.10/firebase-messaging.js$script,redirect=noopjs,domain=smallseotools.com
smallseotools.com#%#//scriptlet('prevent-fetch', '/firebase-messaging.js')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=smallseotools.com
smallseotools.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||cdn.adpushup.com/*/adpushup.js$script,xmlhttprequest,redirect=noopjs,domain=smallseotools.com
@@||smallseotools.com^$generichide,badfilter
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=smallseotools.com,badfilter
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=smallseotools.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=smallseotools.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/128230
bestreamsports.org#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/128388
opentunnel.net#@#.textad
opentunnel.net#$#body .textad { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170231
! https://github.com/AdguardTeam/AdguardFilters/issues/128306
howdy.id#%#//scriptlet('prevent-fetch', '/www3\.doubleclick\.net|pagead2\.googlesyndication\.com/')
howdy.id#@#.ad-box:not(#ad-banner)
howdy.id#@#.ad-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/128185
supercloudsms.com###adb-mask
! adshnk.com
@@||pagead2.googlesyndication.com/pagead/*?fcd=true$domain=adshnk.com
@@||incolumitas.com/data^$domain=adshnk.com
@@||fundingchoicesmessages.google.com/f^$domain=adshnk.com
@@||adshnk.com^$generichide
! https://github.com/uBlockOrigin/uAssets/issues/14545
kpopjams.com#%#//scriptlet('abort-current-inline-script', 'dataLayer', 'detectAdBlock')
!+ NOT_OPTIMIZED
kpopjams.com###add-blocker-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/128080
course-downloader.com#$#body { overflow: auto !important; }
course-downloader.com#$##modal_blocker { display: none !important; }
course-downloader.com#$#.modal-backdrop { display: none !important; }
course-downloader.com#%#//scriptlet('prevent-addEventListener', 'load', 'blocker')
!#safari_cb_affinity(privacy)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/128026
modshost.net#$##wrapfabtest { height: 1px !important; display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128066
gpudrops.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/127726
men4menporn.eu,player.cdnm4m.nl#%#//scriptlet("set-constant", "canRunAds", "true")
@@||player.cdnm4m.nl/assets/js/prebid-ads.js$domain=player.cdnm4m.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/127924
$script,redirect-rule=noopjs,domain=uniqueten.net
! https://github.com/AdguardTeam/AdguardFilters/issues/127996
! https://github.com/AdguardTeam/AdguardFilters/issues/164365
||woiden.id/dist/js/red.js
woiden.id#@#.ad-box:not(#ad-banner)
woiden.id#@#.ad-wrapper
! https://github.com/uBlockOrigin/uAssets/issues/14510
xsz-av.com#@#.ad-content
! https://github.com/AdguardTeam/AdguardFilters/issues/167992
! https://github.com/AdguardTeam/AdguardFilters/issues/160924
! https://github.com/AdguardTeam/AdguardFilters/issues/127937
zeroupload.com###superadblocker
zeroupload.com#$?#body > center[id]:has(> p:contains(Disable Your ad blocker)) { remove: true; }
zeroupload.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
zeroupload.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', '/nextFunction|google_ad_client|adsbygoogle\.js/')
$script,redirect-rule=noopjs,domain=zeroupload.com
!+ NOT_PLATFORM(windows, mac, android)
@@||zeroupload.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/127547
bitsfree.net#%#//scriptlet("abort-on-property-read", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/127897
xranks.com#%#//scriptlet('prevent-element-src-loading', 'script', 'm2d.m2.ai')
! https://github.com/AdguardTeam/AdguardFilters/issues/101723
dudestream.com#%#//scriptlet('prevent-requestAnimationFrame', 'style.opacity')
dudestream.com#$#body > div[id^="\30"][class^="popup0"][class$="wrap"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127789
juba-get.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/127824
!+ NOT_OPTIMIZED
bluedollar.net##div[id^="aub"]
! quick adblock detection script
@@||eegybest.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/127651
@@||tpc.googlesyndication.com/simgad/$domain=financemonk.net
! https://github.com/AdguardTeam/AdguardFilters/issues/127611
rakuten.com#@#.google-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/127506
||sellthing.co/?advertiserId=&platform=$important,redirect=noopjs
@@||sellthing.co//?advertiserId=&platform=
! https://github.com/AdguardTeam/AdguardFilters/issues/127430
store.asus.com#%#//scriptlet('prevent-fetch', 'adblockanalytics.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/127333
magesy.pro,magesy.blog###adb
magesy.pro,magesy.blog#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/126738
@@||getpasteleaks.link/js/prebid-ads.js
getpasteleaks.link#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/127216
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=pharmaguideline.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=pharmaguideline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155590
mail.com#%#//scriptlet('abort-current-inline-script', 'Date', 'uabp')
! https://github.com/AdguardTeam/AdguardFilters/issues/125973
@@||fautsy.com/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/126620
@@||avpgalaxy.net/advert.js
avpgalaxy.net#%#//scriptlet('prevent-xhr', '/advert.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/126619
osuskins.net#%#//scriptlet('prevent-addEventListener', 'np.detect', 'detail.blocking')
osuskins.net##body > div[style^="background:"][style*="position: fixed; display: flex; align-items: center; justify-content: center; inset: 0px; z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/126595
@@||s.jacquieetmichelelite.com/assets/popunder.js
jacquieetmichelelite.com#%#//scriptlet("set-constant", "window.is_adblocked", "false")
! https://github.com/uBlockOrigin/uAssets/issues/14189
shorterall.com#%#//scriptlet('set-cookie', '_popfired', '1')
@@||shorterall.com/folder/ad-test/$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/126385
mangas-raw.com#%#//scriptlet("abort-on-property-write", "showInfoAdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/125923
iphoneincanada.ca##.slbElement
! https://github.com/AdguardTeam/AdguardFilters/issues/126202
yt2save.com#@#.showads
yt2save.com#%#//scriptlet("prevent-setTimeout", "document.body.innerHTML")
! https://github.com/AdguardTeam/AdguardFilters/issues/125829
$script,redirect-rule=noopjs,domain=freebnb.top
! https://github.com/AdguardTeam/AdguardFilters/issues/126026
ewrc-results.com#%#//scriptlet('set-constant', 'canGetAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/125474
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dogeen.xyz
dogeen.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/125716
darksoftware.net#%#//scriptlet("abort-current-inline-script", "$", "/initDetection|!document\.getElementById\(btoa/")
darksoftware.net##body > div[class*=" "][style^="background"][style*="display: block;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125610
vods.tv#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/125296
||elamigosedition.com/*/js/blocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/125719
orbispatches.com#@#.adsbyvli
orbispatches.com#$#body .adsbyvli { display: block !important; height: 30px !important; }
orbispatches.com#%#AG_onLoad(function(){const a=document.querySelectorAll(".adsbyvli");a.forEach(a=>{a.setAttribute("data-id","vi_")})});
orbispatches.com#%#(()=>{window.viAPItag={init(){}}})();
orbispatches.com#%#//scriptlet('prevent-fetch', 'services.vlitag.com/adv')
! https://github.com/uBlockOrigin/uAssets/issues/14141
@@||et.novelgames.com/ads.js?adTagUrl=
! https://github.com/AdguardTeam/AdguardFilters/issues/125602
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=anycodings.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=anycodings.com
! in case of a DNS blocking
anycodings.com#$##myblock { display: none !important; }
anycodings.com#$#body[style^="overflow:"] { overflow: auto !important; background-color: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/125597
kiemlua24h.co###d7b2
! https://github.com/AdguardTeam/AdguardFilters/issues/125523
onlinehacking.in#$##adblock_msg { display: none!important; }
onlinehacking.in#$#body { overflow: visible!important; }
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_fy2019.js$domain=onlinehacking.in
||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_fy2019.js$script,redirect=googlesyndication-adsbygoogle,important,domain=onlinehacking.in
! https://github.com/AdguardTeam/AdguardFilters/issues/125507
xfreehd.com##.video-container > div:not(.fluid_video_wrapper)
xfreehd.com#%#//scriptlet("abort-on-property-write", "axtest01")
! https://github.com/AdguardTeam/AdguardFilters/issues/125462
@@||matystudios.github.io/banner_ad.png$domain=serialyzdarma.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/122282
10play.com.au#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=10play.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/125445
@@||obagg.com/js/sailthru.js$domain=obagg.com
! https://github.com/AdguardTeam/AdguardFilters/issues/125135
ansedo.com#%#//scriptlet("set-constant", "canRunAdvertBanner", "true")
@@||ansedo.com/js/advert-banner.js
! https://github.com/AdguardTeam/AdguardFilters/issues/124619
teachoo.com###adblockModal
teachoo.com###adblockModal ~ div.modal-backdrop
! https://github.com/AdguardTeam/AdguardFilters/issues/163937
! https://github.com/AdguardTeam/AdguardFilters/issues/124919
getintoway.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=getintoway.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=getintoway.com
! https://github.com/AdguardTeam/AdguardFilters/issues/124861
nullforums.net#%#//scriptlet('prevent-setTimeout', 'show', '0*1000')
@@||nullforums.net/js/*/uvb-tag-ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/124475
mohammedkhc.com#@#ins.adsbygoogle[data-ad-slot]
mohammedkhc.com#%#//scriptlet('set-constant', 'detectAdblock', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/124348#issuecomment-1185811321
||static.surfe.pro/js/net.js$script,xmlhttprequest,redirect=nooptext,domain=claim.fun
! mailgen.biz#%#//scriptlet('prevent-setTimeout', 'enable_ad_block_detector')
mailgen.biz#%#//scriptlet('prevent-setTimeout', 'enable_ad_block_detector')
! https://github.com/AdguardTeam/AdguardFilters/issues/124326
cardscanner.co#%#//scriptlet("prevent-setTimeout", "('body').css('overflow'")
! https://github.com/AdguardTeam/AdguardFilters/issues/124278
satoshitap.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "ads_")
! https://github.com/AdguardTeam/AdguardFilters/issues/124280
@@||pastesearch.xyz/js/prebid-ads.js
pastesearch.xyz#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/124236
||cdn.jsdelivr.net/gh/symit-dev/js@main/da-code.js
hashhackers.com#$#body { overflow: auto !important; }
hashhackers.com#$##adblockbyspider { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=hashhackers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/124220
supermarches.ca#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/123947
socialgirls.im#%#//scriptlet("prevent-setTimeout", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/123928
@@||bitssurf.com/assets/ads-*.js$~third-party
bitssurf.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/123940
crast.net#$#body { overflow: auto !important; }
crast.net#$##Adblock { display: none !important; }
crast.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=crast.net
! https://github.com/bogachenko/fuckfuckadblock/issues/334
helmiau.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "404")
! spigotunlocked.org anti-adb
spigotunlocked.org#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "_0x")
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=spigotunlocked.org
! https://github.com/AdguardTeam/AdguardFilters/issues/121309
strtapeadblocker.art#@#.skyscraper.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/123610
hotdebrid.com#%#//scriptlet('prevent-element-src-loading', 'script', 'ads.rubiconproject.com/ad/')
! https://github.com/AdguardTeam/AdguardFilters/issues/151992
@@||work.ink^$generichide
work.ink#%#//scriptlet('prevent-fetch', '/quantserve\.com|adligature\.com|srvtrck\.com/')
@@||adligature.com^|$xmlhttprequest,domain=work.ink
! https://github.com/AdguardTeam/AdguardFilters/issues/123122
blog.textpage.xyz#%#//scriptlet('abort-on-property-read', 'eazy_ad_unblocker')
blog.textpage.xyz#@#.adsBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/122844
@@/wp-content/themes/*/ads/*/sailthru.js$domain=healthy4pepole.com
healthy4pepole.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "Adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/122913
tweakcentral.net#%#//scriptlet("set-constant", "checkBlock", "noopFunc")
@@||static.doubleclick.net/instream/ad_status.js$domain=tweakcentral.net
! https://github.com/AdguardTeam/AdguardFilters/issues/122889
launcherleaks.com#@#.ads_container
launcherleaks.com#%#//scriptlet('prevent-setTimeout', '===0x0&&Swal')
! https://github.com/AdguardTeam/AdguardFilters/issues/122627
||read.amazon.*/ads-prebid.js$script,redirect=prebid-ads,important
@@||read.amazon.*/ads-prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/122663
! https://github.com/AdguardTeam/AdguardFilters/issues/130388
! https://github.com/AdguardTeam/AdguardFilters/issues/131808
! https://github.com/AdguardTeam/AdguardFilters/issues/133487
! https://github.com/AdguardTeam/AdguardFilters/issues/143965
! https://github.com/AdguardTeam/AdguardFilters/issues/143968
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#@#.mpu
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#$##nagBG { display: none !important; }
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#$#body { overflow: auto !important; }
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#$#body [id*="google_ads_iframe_"] { display: block !important; }
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#$#.mpu { position: absolute !important; left: -3000px !important; }
spaldingtoday.co.uk,stratford-herald.com,granthamjournal.co.uk,fenlandcitizen.co.uk,cambridgeindependent.co.uk,advertiserandtimes.co.uk,northern-scot.co.uk,suffolknews.co.uk,kentonline.co.uk#$#span[id^="p_article_mpu"] { position: absolute !important; left: -3000px !important; }
@@.co.uk/wp-banners.js$domain=advertiserandtimes.co.uk|northern-scot.co.uk|suffolknews.co.uk|kentonline.co.uk|cambridgeindependent.co.uk|fenlandcitizen.co.uk|granthamjournal.co.uk|stratford-herald.com|spaldingtoday.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/122659
utils.surf#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/122289
palixi.net#%#//scriptlet("set-constant", "canRunAds", "true")
palixi.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||palixi.net/assets/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/122543
jav68.net#@#.ads-header
jav68.net#$##wrapfabtest { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/122392
visalist.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/122511
@@||onlytech.com/community/js/*/AdsenseBlockView.js$domain=onlytech.com
! https://github.com/AdguardTeam/AdguardFilters/issues/122504
techhelpbd.com#%#//scriptlet('prevent-setTimeout', '/disable adblocker|\(alert\(_0x/')
! https://github.com/AdguardTeam/AdguardFilters/issues/122456
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=paraphrasetool.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=paraphrasetool.com
! https://github.com/AdguardTeam/AdguardFilters/issues/154175
easymc.io#%#//scriptlet('set-constant', 'nitroAds.abp', 'true')
easymc.io#%#//scriptlet('prevent-addEventListener', '/np\..*detect/')
! https://github.com/AdguardTeam/AdguardFilters/issues/122150
f1livegp.me#%#//scriptlet('prevent-fetch', 'googleadservices.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/122149
onejailbreak.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/122283
@@||sarapbabe.com/nativeads-v2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/170482
! https://github.com/AdguardTeam/AdguardFilters/issues/125892
! https://github.com/uBlockOrigin/uAssets/issues/13760
luscious.net#%#//scriptlet('set-constant', 'Object.prototype.adblock_detected', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/122044
minorpatch.com#@#.AdBox
minorpatch.com#%#//scriptlet("abort-current-inline-script", "Array.prototype.shift", "_0x")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=minorpatch.com
! https://github.com/AdguardTeam/AdguardFilters/issues/121795
@@||nulledsite.com/ads-prebid.js
nulledsite.com#%#//scriptlet("prevent-addEventListener", "load", "_blocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/121722
tesla-club.eu#@#.reklama
! https://github.com/AdguardTeam/AdguardFilters/issues/121126
jasonsavard.com#%#//scriptlet('set-constant', 'detectAdsPromise', 'emptyObj')
!+ NOT_PLATFORM(windows, mac, android)
jasonsavard.com#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/155544
! https://github.com/AdguardTeam/AdguardFilters/issues/121630
megadrive-emulator.com#%#//scriptlet('prevent-setTimeout', '/document\[_0x|window\.getComputedStyle\(bite\)/')
megadrive-emulator.com#$#body #some-ad { display: block !important; }
megadrive-emulator.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/120890
texturecan.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/120817
gameplay.icu#$#body { overflow: auto !important; }
gameplay.icu#$##adblockbyspider { display: none !important; }
gameplay.icu#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=gameplay.icu
! https://github.com/AdguardTeam/AdguardFilters/issues/152089
getautoclicker.com#%#//scriptlet('set-constant', 'adsLoaded', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/120171
cashearn.cc#%#//scriptlet("abort-current-inline-script", "$", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/120351
thizissam.in#%#//scriptlet("abort-on-property-read", "adsBlocked")
thizissam.in#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=thizissam.in
! https://github.com/AdguardTeam/AdguardFilters/issues/120235
gamepure.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/120205
gwaher.com###anti_ab
! https://github.com/AdguardTeam/AdguardFilters/issues/120247
cined.com#%#//scriptlet("set-constant", "ulp_noadb", "true")
||cined.com/content/plugins/abss-adblock-notice/assets/js/adblocker.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/120054
go.techgeek.digital#%#//scriptlet('set-constant', 'adblockDetector', 'noopFunc')
! https://github.com/uBlockOrigin/uAssets/issues/13369
tamrieltradecentre.com#@#ins.adsbygoogle[data-ad-slot]
tamrieltradecentre.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adservice.google.com")
tamrieltradecentre.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
tamrieltradecentre.com#%#AG_onLoad(function(){"function"==typeof ViewModelBase&&"object"==typeof ViewModelBase.prototype&&"function"==typeof ViewModelBase.prototype.LoadBrandAdAsync&&(ViewModelBase.prototype.LoadBrandAdAsync=function(){})});
tamrieltradecentre.com#%#AG_onLoad(function(){var a=document.querySelectorAll("ins.adsbygoogle");a.length&&a.forEach(a=>{var b=document.createElement("iframe");b.style="display: none !important;",a.setAttribute("data-ad-status","filled"),a.appendChild(b)})});
! https://github.com/AdguardTeam/AdguardFilters/issues/119298
@@||liveindex.org/wp-content/plugins/imedia-basic/*.js
liveindex.org#%#//scriptlet("abort-current-inline-script", "jQuery", "adblock")
! https://github.com/uBlockOrigin/uAssets/issues/13271
||japantimes.co.jp/wp-content/themes/jt_theme/library/css/piano.css
! https://github.com/AdguardTeam/AdguardFilters/issues/144131
! https://github.com/AdguardTeam/AdguardFilters/issues/118843
mdn.lol#%#//scriptlet('prevent-setInterval', 'atob', '1000')
mdn.lol#%#//scriptlet('abort-on-property-read', 'alert')
mdn.lol#%#//scriptlet('prevent-setTimeout', '/\.innerHtml|offsetWidth/')
mdn.lol#%#//scriptlet('remove-attr', 'onmouseover', '.g-recaptcha')
mdn.lol#$?#form > div[id]:has(> button) { display: block !important; }
mdn.lol#%#//scriptlet('prevent-fetch', 'static.surfe.pro')
mdn.lol#%#//scriptlet('prevent-addEventListener', '', 'Ad Blocker')
mdn.lol,techydino.net#$#form [id][style*="none"] { display: block !important; }
techydino.net#$#form[id] { display: block !important; }
!+ NOT_PLATFORM(windows, mac, android)
@@||googletagmanager.com/gtm.js$domain=mdn.lol
*$script,redirect-rule=noopjs,domain=mdn.lol|techydino.net
! https://github.com/AdguardTeam/AdguardFilters/issues/118802
mypractically.xyz#%#//scriptlet("abort-current-inline-script", "document.createElement", "_0x")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=mypractically.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/118646
||globaldjmix.com/dist/js/script_site_detect.js
globaldjmix.com#%#AG_onLoad(function(){var b=document.querySelectorAll(".adsbygoogle");b.forEach(a=>a.appendChild(document.createElement("div")))});
! https://github.com/AdguardTeam/AdguardFilters/issues/118778
@@||jpopsingles.eu/ddl/ads_300x250.png
jpopsingles.eu#@##adcontent
jpopsingles.eu#@#.adsBanner
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=jpopsingles.eu
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=jpopsingles.eu
@@||jpopsingles.eu/ads/banners_300x250.png
! https://github.com/AdguardTeam/AdguardFilters/issues/118621
||a.exoclick.com/ad_track.js$domain=anydebrid.com|cloudcomputingtopics.net,important,redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/129965
$script,xmlhttprequest,redirect-rule=noopjs,domain=freesolana.top
! https://github.com/AdguardTeam/AdguardFilters/issues/118513
||cxense.com/cx.$script,domain=japannews.yomiuri.co.jp,redirect=noopjs,important
@@||cdn.cxense.com/cx.$script,domain=japannews.yomiuri.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/118531
lightningmaps.org#%#//scriptlet('set-constant', 'wb_insert', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/118270
||amritadrino.com/wp-content/plugins/wp-ad-guru/
amritadrino.com##div[id^="adguru_modal_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/118524
@@||england101.com/assets/js/prebid-add.js
@@||ireland101.com/assets/js/prebid-add.js
! https://github.com/AdguardTeam/AdguardFilters/issues/118072
@@||11bit.co.in/*/libs/advertisement.js
!+ NOT_PLATFORM(windows, mac, android)
||googletagmanager.com/gtag/js?id=$script,redirect=noopjs,domain=11bit.co.in
! https://github.com/AdguardTeam/AdguardFilters/issues/118016
faucet4news.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/118162
!+ NOT_PLATFORM(windows, mac, android)
||static.surfe.pro/js/net.js$script,redirect=noopjs,domain=median.uno
! https://github.com/AdguardTeam/AdguardFilters/issues/118215
@@||j2apps.s.llnwi.net/assets-origin/static/js/mx-prebid-ads.js$domain=mxplayer.in
! https://github.com/AdguardTeam/AdguardFilters/issues/118061
||bagi.co.in/*/js/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/118066
||cryptocoinsinfo.pl/*/libs/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/118043
googledrivelinks.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/118133
@@||btc.sldc.pl/libs/advertisement.js?ad_ids=
! anti-adb
camvideoshub.com#%#//scriptlet("set-constant", "canRunAds", "true")
@@||camvideoshub.com/livejasmin.com.js$script
! https://github.com/AdguardTeam/AdguardFilters/issues/118059
||cdn.wendycode.com/blogger/antiAdbDefer.js
keran.co#$##adcontent.adsbygoogle { display: block !important; }
keran.co#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
keran.co#%#//scriptlet("abort-on-property-read", "disableButtonTimer")
||keran.co/js/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/118055
faucetcrypto.net#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "_0x")
||static.surfe.pro/js/net.js$script,xmlhttprequest,redirect=nooptext,domain=faucetcrypto.net
! https://github.com/AdguardTeam/AdguardFilters/issues/117939
freebitcoin.top#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "_0x")
||static.surfe.pro/js/net.js$script,xmlhttprequest,redirect=nooptext,domain=freebitcoin.top
! https://github.com/AdguardTeam/AdguardFilters/issues/117841
youfiles.net#%#//scriptlet("set-constant", "gadb", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/117860
@@||allarewin.space/assets/ads-*.js
allarewin.space#%#//scriptlet("abort-current-inline-script", "document.getElementById", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/117873
aruble.net#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/117699
technicalatg.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/117646
||cdn.jsdelivr.net/gh/binhprodotcom/utilities@main/main.js
redirect.dafontvn.com#$#body { overflow: auto !important; }
redirect.dafontvn.com#$##levelmaxblock { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=redirect.dafontvn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/117112
hackr.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/117176
r3owners.net#%#//scriptlet("abort-current-inline-script", "$", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/116557
racedepartment.com#%#//scriptlet("abort-current-inline-script", "$", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/116522
@@||memangbau.com/sailthru.js
memangbau.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "').style.display='none';")
! https://github.com/AdguardTeam/AdguardFilters/issues/116338
javtiful.com##.dontblockme
! https://github.com/AdguardTeam/AdguardFilters/issues/116437
searchenginereports.net#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/116330
choiceappstore.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/116384
technicalatg.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/116320
imagetotext.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://jbbs.shitaraba.net/bbs/read.cgi/internet/25463/1598352715/807
@@||techniknews.net/data/ads/doubleserve.js
! https://github.com/AdguardTeam/AdguardFilters/issues/116199
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=educationat.xyz
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=educationat.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/116078
mmastreams-100.tv,mlbstreams100.com,boxingstreams100.com,nbastreams-100.tv#%#//scriptlet('prevent-fetch', 'doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/115668
bestjavporn.com#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/115815
pandaznetwork.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/115711
cheatermad.com#@##adcontent
cheatermad.com#%#//scriptlet("prevent-setTimeout", "0===o.offsetLeft&&0===o.offsetTop")
! https://github.com/AdguardTeam/AdguardFilters/issues/115891
searchresults.cc#%#//scriptlet("set-constant", "test", "true")
! https://github.com/uBlockOrigin/uAssets/issues/12809
dramaworldhd.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/115748
hentaidexy.com#%#//scriptlet("set-constant", "userExperienceImpacted", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/115727
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=tudaydeals.com
tudaydeals.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://www.reddit.com/r/uBlockOrigin/comments/xmjm98/zshort_detecting_adblocker_not_allowing_downloads/
! https://github.com/AdguardTeam/AdguardFilters/issues/115595
charexempire.com,up-load.one#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "/abisuq/")
! https://github.com/AdguardTeam/AdguardFilters/issues/115511
! https://github.com/AdguardTeam/AdguardFilters/issues/72370
tyla.com,gamingbible.com,unilad.com,ladbible.com#@#div[class*="margin-Advert"]
tyla.com,gamingbible.com,unilad.com,ladbible.com#$#body > div[id].margin-Advert { display: block !important; }
tyla.com,gamingbible.com,unilad.com,ladbible.com#%#//scriptlet("set-constant", "pbjs.adUnits", "emptyArr")
! https://github.com/AdguardTeam/AdguardFilters/issues/115282
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=treetab.co
! https://github.com/AdguardTeam/AdguardFilters/issues/115190
!+ NOT_PLATFORM(windows, mac, android)
||googletagmanager.com/gtag/js$script,redirect=noopjs,domain=faucetofbob.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/164665
! https://github.com/AdguardTeam/AdguardFilters/issues/115352
uploadbank.com#%#//scriptlet('abort-on-stack-trace', 'setTimeout', 'win')
! https://github.com/AdguardTeam/AdguardFilters/issues/114134
||aaxwall.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/115162
nagarlyricshub.blogspot.com###antiAdBlock
nagarlyricshub.blogspot.com#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/114814
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=imagetotext.info
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=imagetotext.info
! https://github.com/AdguardTeam/AdguardFilters/issues/113418
toolxox.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/113418
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=unlimitdownloads.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=unlimitdownloads.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/114837
gifans.com#%#//scriptlet('abort-on-stack-trace', '$', 'HTMLScriptElement.onerror')
!+ NOT_PLATFORM(windows, mac, android)
||iclickcdn.com/tag.min.js$script,redirect=noopjs,domain=gifans.com
! https://github.com/bogachenko/fuckfuckadblock/issues/296
adinserter.pro#@##banner-advert-container
! https://github.com/AdguardTeam/AdguardFilters/issues/116173
itscybertech.com#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
itscybertech.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
itscybertech.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
premiumebooks.*#%#//scriptlet('abort-current-inline-script', 'document.getElementsByTagName', '/antiAdBlock|adblock/')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=itscybertech.com|premiumebooks.*
! rakuten.tv - adblock detection
@@||tv.ads.spotx.tv^$domain=rakuten.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/114665
||cdn.leanhduc.pro.vn/utilities/block-adblock/main.js
top1iq.com,thuthuatmoi.xyz#$#body { overflow: auto !important; }
top1iq.com,thuthuatmoi.xyz#$##levelmaxblock { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/114454
iptvjournal.com,kienthucrangmieng.com,coin-free.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/114600
filmzie.com#@#.textad
filmzie.com#$#.textads.textad { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/114453
@@||ezcoin.it/adex.js
ezcoin.it#$#.step2 > .alert-info[style*="none"] { display: block !important; }
ezcoin.it#$#.step2 > .ablinksgroup[style*="none"] { display: block !important; }
ezcoin.it#%#//scriptlet("abort-current-inline-script", "document.getElementById", "(!document[_")
! https://github.com/AdguardTeam/AdguardFilters/issues/114452
larvelfaucet.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "ad.a-ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/114449
totalcalc.com###overlay
totalcalc.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/114092
||googletagmanager.com/gtag/js$script,redirect=noopjs,domain=btcbunch.com
btcbunch.com#%#//scriptlet("abort-on-property-write", "TestAd")
! https://github.com/easylist/easylist/issues/11483
ricettafitness.com#$##colunas { display: block !important; }
ricettafitness.com#$##saudacao { display: none !important; }
ricettafitness.com#$?#body > p > span:contains(adblock) { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/160293
! https://github.com/AdguardTeam/AdguardFilters/issues/114021
dailymotion.com#@#.ad_box
dailymotion.com#$#body .ad_box { display: block !important; }
dailymotion.com#%#//scriptlet('prevent-setTimeout', 'adBlockerDetection')
! https://github.com/AdguardTeam/AdguardFilters/issues/113963
ninja.io#%#//scriptlet("set-constant", "App.AdblockDetected", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/113969
games.word.tips#@#display-ad-component
! https://github.com/AdguardTeam/AdguardFilters/issues/113700
3dzip.org#$#body { overflow: auto !important; }
3dzip.org#$##levelmaxblock { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/126893
! https://github.com/AdguardTeam/AdguardFilters/issues/113935
slink.bid#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
slink.bid#%#//scriptlet("abort-current-inline-script", "document.getElementById", "').style.display='none';")
! https://github.com/AdguardTeam/AdguardFilters/issues/5738
searchftps.net#%#(function(){document.location.hostname.includes("searchftps.net")&&AG_onLoad(function(){var b=document.body,a=document.createElement("iframe");b&&(a.setAttribute("width","336"),a.setAttribute("height","280"),a.style="display: none !important;",b.appendChild(a))})})();
! https://github.com/AdguardTeam/Scriptlets/issues/203
@@||googletagmanager.com/gtag/js$domain=coin-free.com|kienthucrangmieng.com|clickscoin.com
||googletagmanager.com/gtag/js$domain=coin-free.com|kienthucrangmieng.com|clickscoin.com,redirect=noopjs,important
! https://github.com/AdguardTeam/AdguardFilters/issues/113429
moddingzone.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/116620
! https://github.com/AdguardTeam/AdguardFilters/issues/113230
igg-games.co,igg-games.com##body > div[id][style^="position: fixed; z-index:"][style*="overflow: auto; background-color:"]
igg-games.co,igg-games.com#@#.widget-advads-ad-widget
igg-games.co,igg-games.com#$#.widget-advads-ad-widget { position: absolute !important; left: -3000px !important; }
igg-games.co,igg-games.com#$##dkwids98s { height: 1px !important; }
igg-games.co,igg-games.com#%#//scriptlet("prevent-setTimeout", "/divAds|_0x[\s\S]*?getElementsByTagName/")
igg-games.co,igg-games.com#%#//scriptlet("abort-current-inline-script", "$", "advads")
! https://github.com/bogachenko/fuckfuckadblock/commit/a4d302bbb5f75bcd7d3762afb4b8ae3c6fe4d801#commitcomment-69137942
@@||bitefaucet.com/ads/wp-content/plugins/wp-safelink/assets/$image,~third-party
bitefaucet.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/117540
! https://github.com/AdguardTeam/AdguardFilters/issues/113169
||bluemediafile*.*/imgads/$image,redirect=1x1-transparent.gif,domain=bluemediafiles.*|bluemediafile.*|bluemedialink.online|bluemediaurls.lol|bluemediadownload.*
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#@##ads-left
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#@##ads-right
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#@#a[href^="https://tm-offers.gamingadult.com/"]
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*###ads-centter > a[target="_blank"] > img
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#$#body #ads-left { display: block !important; position: absolute !important; left: -3000px !important; }
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#$##ads-center { height: 250px !important; }
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#$##ads-right div { height: 604px !important; width: 160px !important; visibility: hidden !important; }
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*#$#body #ads-right { display: block !important; position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/113048
forexlap.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112630
pibys.win#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/112977
urdutimesdaily.com#@#.adhead
urdutimesdaily.com#%#//scriptlet("prevent-setTimeout", "adblock")
! https://poki.jp/g/repuls-io / https://repuls.io/ FREE CRADITS
@@||a.poki.com/prebid/$script,domain=poki-gdn.com|repuls.io
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=poki-gdn.com|repuls.io
@@||g.doubleclick.net/gampad/ads?*&url=https%3A%2F%2Fgames.poki.com$xmlhttprequest,domain=imasdk.googleapis.com
@@||g.doubleclick.net/gampad/ads?*&url=https%3A%2F%2Frepuls.io$xmlhttprequest,domain=imasdk.googleapis.com
@@||redirector.gvt1.com/videoplayback/id/*/source/gfp_video_ads/$media,domain=poki-gdn.com|repuls.io
||redirector.gvt1.com/videoplayback/id/*/source/gfp_video_ads/$media,redirect=noopmp4-1s,domain=poki-gdn.com|repuls.io,important
! https://github.com/AdguardTeam/AdguardFilters/issues/112825
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$xmlhttprequest,domain=testadmit.com
testadmit.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112931
leechpremium.link#%#//scriptlet("abort-current-inline-script", "document.getElementById", "').style.display='none';")
leechpremium.link#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112883
beermoneyforum.com#%#//scriptlet("abort-current-inline-script", "$", "initDetection")
! https://github.com/AdguardTeam/AdguardFilters/issues/112372
tvwish.com#$#.ad-zone.ad-space.ad-unit.textads.banner-ads.banner_ads { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/112231
blognews.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112280
soccerstreams-100.tv#%#//scriptlet('prevent-fetch', 'doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/112175
rajsayt.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112100
familyporner.com#%#//scriptlet("set-constant", "canRunAds", "true")
@@||familyporner.com/jesojof/js/prebid-ads.js
! https://github.com/uBlockOrigin/uAssets/issues/12057
@@||learnmania.org^$generichide
@@||learnmania.org/js/*.js?_v=$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/111673
noithatmyphu.vn,dulichkhanhhoa.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/111791
therootdroid.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/111784
||raw.githack.com/gitabdel/javafiles/main/adblocken.js
learngeom.com#$#body { overflow: auto !important; }
learngeom.com#$##adblockbyspider { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=learngeom.com
! https://github.com/AdguardTeam/AdguardFilters/issues/111755
! https://github.com/AdguardTeam/AdguardFilters/issues/111672
@@||exe.io/js/prebid-ads.js
eio.io,exey.io#%#//scriptlet('prevent-fetch', 'googletagmanager.com/gtag/js')
exeo.app#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
exey.io#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
exey.io#%#//scriptlet("set-constant", "randomVar", "true")
exey.io#%#(function(){document.location.hostname.includes("exey.io")&&AG_onLoad(function(){document.querySelector("html").setAttribute("data-fp","");var a=document.createElement("ins");a.setAttribute("class","adsbygoogle");a.setAttribute("data-adsbygoogle-status","done");document.body.appendChild(a);var b=document.createElement("iframe");a.appendChild(b)})})();
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=exey.io
! https://github.com/AdguardTeam/AdguardFilters/issues/110079
b2bhint.com#%#//scriptlet('prevent-setTimeout', 'verifyBlocker')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=b2bhint.com
! https://github.com/AdguardTeam/AdguardFilters/issues/111448
order-order.com#%#//scriptlet('prevent-setTimeout', 'fetchBad')
! https://github.com/AdguardTeam/AdguardFilters/issues/111488
! https://github.com/AdguardTeam/AdguardFilters/issues/129622
mysports.to,footy.to##.ad-modal
mysports.to,footy.to#%#//scriptlet("abort-current-inline-script", "$", "ad-modal")
! https://github.com/AdguardTeam/AdguardFilters/issues/111385
@@/wp-content/plugins/imedia-basic/adserver-*.js$domain=sgxnifty.org|dollarindex.org|cacfutures.org|dowfutures.org|nasdaqfutures.org|spfutures.org|ftsefutures.org|daxfutures.org|nikkeifutures.org|niftyfutures.org|comexlive.org|mcxlive.org|ncdexlive.org
! https://github.com/bogachenko/fuckfuckadblock/issues/278
kituweh.xyz,artunnel57.com#@#.ad-placement
kituweh.xyz,artunnel57.com#@#.adbadge
kituweh.xyz,artunnel57.com#@#.ad-placeholder
kituweh.xyz,artunnel57.com#@#.BannerAd
kituweh.xyz,artunnel57.com#%#//scriptlet("abort-current-inline-script", "document.querySelector", "detect")
kituweh.xyz,artunnel57.com#%#//scriptlet("prevent-setInterval", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/110892
@@||btcadspace.com/assets/ads-*.js
btcadspace.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/110989
mrlabtest.com##.adblockwrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/111267
!+ NOT_PLATFORM(windows, mac, android)
||services.vlitag.com/adv$script,redirect=noopjs,domain=mangasco.com
! https://github.com/AdguardTeam/AdguardFilters/issues/111068
||claimtrx.com/next.js
! https://github.com/AdguardTeam/AdguardFilters/issues/111167
vaughn.live#$#div[class$="MvnAbvsLowerThirdWrapper"] { position: absolute !important; left: -3000px !important; }
vaughn.live#%#//scriptlet("prevent-setInterval", "MvnAbvsLowerThirdWrapper")
! https://www.reddit.com/r/uBlockOrigin/comments/sy74pj/full_page_anti_adblock_detector/
paidappstore.xyz#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/110983
@@||streamsb.net/pop.js
streamsb.net#%#//scriptlet("set-constant", "isadb", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/111060
||feyorra.top/next.js
! https://github.com/AdguardTeam/AdguardFilters/issues/110870
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=semicolonworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/110513
worldappsstore.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/bogachenko/fuckfuckadblock/issues/269
safe.elektroupdate.com#@#ins.adsbygoogle[data-ad-slot]
safe.elektroupdate.com#$#.adsbygoogle { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/117009
vrcmods.com#%#//scriptlet("abort-on-property-read", "bruhded")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=vrcmods.com
||a.pub.network^$script,redirect=noopjs,domain=vrcmods.com
! https://github.com/AdguardTeam/AdguardFilters/issues/109657
pherotruth.com#%#//scriptlet('abort-current-inline-script', 'Array.prototype.shift', 'void 0===')
! https://github.com/AdguardTeam/AdguardFilters/issues/110083
skypng.com#%#//scriptlet("set-constant", "canRunAds", "true")
@@||skypng.com/public/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/173837
! https://github.com/AdguardTeam/AdguardFilters/issues/110085
xtremestream.co#$#.ad { height: 100px !important; }
xtremestream.co#%#//scriptlet('abort-current-inline-script', '$', '.height()')
! https://github.com/AdguardTeam/AdguardFilters/issues/105851
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wink.ru
! Common anti-adblock rules for:
! - detectadblock.com (the first rule);
! - similar script (borh rules)
/doubleserve.js$badfilter
#$#div[class="adsbygoogle"][id="ad-detector"] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/108057
sanoybonito.club#@#.adbanner
@@||googleads.g.doubleclick.net/pagead/id$xmlhttprequest,domain=sanoybonito.club
! https://github.com/AdguardTeam/AdguardFilters/issues/109699
dwgshare.com#$#body { overflow: auto !important; }
dwgshare.com#$##levelmaxblock { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=dwgshare.com
! https://github.com/AdguardTeam/AdguardFilters/issues/109397
@@||base64.online/ads.txt
! https://github.com/uBlockOrigin/uAssets/issues/11570
@@||playmyopinion.com/assets/developer/js/prebid-ads.js
playmyopinion.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/109269
elamigosedition.com#@##advert-box
elamigosedition.com#@##dnn_adSky
elamigosedition.com#@##adlayer
elamigosedition.com#@##ad-ads
elamigosedition.com#@##ad-655
elamigosedition.com#@##midadd
elamigosedition.com#@##ad_middle
elamigosedition.com#@##ads
elamigosedition.com#@#[id^=ad_]
! getcopy.link - antiadblock
@@||getcopy.link/js/prebid-ads.js
getcopy.link#%#//scriptlet("set-constant", "isAdBlockActive", "false")
getcopy.link#%#//scriptlet("set-constant", "lck", "true")
getcopy.link#%#//scriptlet("abort-on-property-read", "preloader_tag")
! https://github.com/AdguardTeam/AdguardFilters/issues/161563
! https://github.com/AdguardTeam/AdguardFilters/issues/150578
@@||dlvideo.*/prebid.js$domain=bigbtc.win|shrink.icu
@@||onceagain.mooo.com/prebid.js$domain=bigbtc.win
bigbtc.win#%#//scriptlet("set-constant", "canRunAds", "true")
@@||bigbtc.win/js/ads-prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/109021
zeroupload.com#%#//scriptlet('abort-current-inline-script', '$', 'adblockinfo')
@@||zeroupload.com/js/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/110343
||googletagmanager.com/gtag/js$script,redirect=noopjs,important,domain=proinfinity.fun
@@||googletagmanager.com/gtag/js$domain=proinfinity.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/105382
@@||dosgamezone.com/ads/banner1.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/108686
@@||blindhypnosis.com/abc-doubleclick.js
blindhypnosis.com#$#.abcd { display: none !important; }
blindhypnosis.com#$#.asdf { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/108674
diglink.blogspot.com#$#body { overflow: auto !important; }
diglink.blogspot.com#$##caynetunad { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=diglink.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/108515
xup.in###xupab
xup.in#%#//scriptlet("set-constant", "showab", "noopFunc")
xup.in#%#//scriptlet("prevent-setTimeout", "wrapfabtest")
! https://github.com/AdguardTeam/AdguardFilters/issues/108648
za.gl,za.uy#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/108435
deezloaded.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/108381
@@||dcode.fr/static/ad/index_ad_service.js
dcode.fr#%#//scriptlet("set-constant", "dCode.adBlock", "false")
dcode.fr#%#//scriptlet("prevent-eval-if", "google_ad_client")
! https://github.com/AdguardTeam/AdguardFilters/issues/108367
bootdey.com#%#//scriptlet("prevent-setTimeout", "adCheck")
bootdey.com#@##ads-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/108330
studyis.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! tubeload.co - antiadblock
redload.co,tubeload.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
redload.co,tubeload.co##body > div[id][style^="height:"][style*="opacity:"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/107644
sadeempc.com#$##babasbmsgx { display: none !important; }
sadeempc.com#%#//scriptlet('remove-attr', 'style', 'body[style="visibility: hidden !important;"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/107643
gplpalace.one###adb
gplpalace.one#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/107394
htmlsave.com#%#//scriptlet("remove-attr", "href", "a[id][href^='#PleaseDisableAdblock']")
!+ NOT_PLATFORM(windows, mac, android)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=htmlsave.com
! https://github.com/AdguardTeam/AdguardFilters/issues/108210
apkandroidhub.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=apkandroidhub.in,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=apkandroidhub.in
! https://github.com/AdguardTeam/AdguardFilters/issues/107856
sgxnifty.org###aub
sgxnifty.org###aub_cover
@@||cdn.jsdelivr.net/gh/imediacdn/wp-plugins@main/imedia-basic/doubleserve.js$domain=sgxnifty.org
! https://github.com/uBlockOrigin/uAssets/issues/11443
babymodz.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=babymodz.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=babymodz.com
! https://github.com/AdguardTeam/AdguardFilters/issues/107600
jaunpurmusic.info#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=jaunpurmusic.info,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=jaunpurmusic.info
! https://github.com/AdguardTeam/AdguardFilters/issues/106746
||cdn.jsdelivr.net/gh/choipanwendy/adsBlock@main/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/105648
faucethero.com#$#.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/105131
freecoursesite.com#%#//scriptlet("prevent-setTimeout", "()=>this.display()")
! https://github.com/AdguardTeam/AdguardFilters/issues/106513
quizack.com#%#//scriptlet("prevent-setTimeout", "blocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/111294
! https://github.com/AdguardTeam/AdguardFilters/issues/106187
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/mytoolznet/mab/js/dublocker.js
!+ NOT_OPTIMIZED
||cdn.jsdelivr.net/gh/mytoolznet/M-AdBlocker/2.0/code.min.js
toolss.net###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/105920
toeflmocks.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/107000
@@||lootup.me/assets/js/ads-prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/114495
xfreehd.com#%#//scriptlet("abort-current-inline-script", "setTimeout", ".ad")
xfreehd.com#@#.ad-title
xfreehd.com##.abk_msg
xfreehd.com#@#.ad-body
! https://github.com/AdguardTeam/AdguardFilters/issues/173746
! https://github.com/AdguardTeam/AdguardFilters/issues/103540
||bizjournals.com/static/js/app/cxense.js
bizjournals.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|cdn\.cxense\.com|securepubads\.g\.doubleclick\.net/')
$xmlhttprequest,third-party,redirect-rule=noopjs,domain=bizjournals.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=bizjournals.com
! https://github.com/AdguardTeam/AdguardFilters/issues/105554
justwatch.com#$#.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/74691
clickscoin.com#%#//scriptlet("abort-current-inline-script", "$", "'body'")
! https://github.com/AdguardTeam/AdguardFilters/issues/104678
made-by.org#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/103998
mm9841.cc#@#.ad-placement
javxxx.me#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/104500
filessrc.com,srcimdb.com#$#.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/104317
examsnet.com#%#//scriptlet("abort-on-property-read", "adsblocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/104336
askpaccosi.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/102683
||f362.nola.com/script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/102612
!#safari_cb_affinity(all)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/103936
code2care.org#@##googleAds
code2care.org#%#//scriptlet("prevent-setTimeout", "displayMsg()")
! https://github.com/AdguardTeam/AdguardFilters/issues/103441
otakukan.com#%#//scriptlet('prevent-addEventListener', 'np.detect', 'detail.blocking')
otakukan.com##body > div[style^="background:"][style*="position: fixed; display: flex; align-items: center; justify-content: center; inset: 0px; z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/102921
healdad.com#%#//scriptlet("abort-on-property-read", "checkAdBlocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/101811
@@||mahimeta.com/networks/ad_code.php$domain=gaminplay.com
gaminplay.com#%#//scriptlet("abort-on-property-read", "mMCheckAgainBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/102928
hollywoodmask.com#%#//scriptlet("prevent-setTimeout", "adsBlockPopup")
! https://github.com/AdguardTeam/AdguardFilters/issues/102186
hyipstats.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/102362
arhplyrics.in###adb
arhplyrics.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/102079
javhdporn.net#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/102142
jesusninoc.com#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/104152
! https://github.com/AdguardTeam/AdguardFilters/issues/102919
! https://github.com/AdguardTeam/AdguardFilters/issues/102451
forexrw7.com,fx-22.com,forexwaw.club,forex-articles.com,try2link.com,world-trips.net,forex-gold.net#%#//scriptlet('set-constant', 'usingBlocker', 'emptyObj')
!
! https://github.com/AdguardTeam/AdguardFilters/issues/102334
amcplus.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text_ads_2.text-ads.text-ad-links { display: block !important; }
amcplus.com#@#.pub_300x250
amcplus.com#@#.pub_300x250m
amcplus.com#@#.pub_728x90
amcplus.com#@#.text-ad
amcplus.com#@#.text-ad-links
amcplus.com#@#.text-ads
amcplus.com#@#.textAd
amcplus.com#@#.text_ad
amcplus.com#@#.text_ads
amcplus.com#@#.text_ads_2
! https://github.com/AdguardTeam/AdguardFilters/issues/102138
instastory.net##div[class^="adp"]
||instastory.net/header/detect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101894
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.miamiherald.com
games.miamiherald.com#@#display-ad-component
games.miamiherald.com#%#//scriptlet("adjust-setInterval", "game will", "", "0.02")
! https://github.com/uBlockOrigin/uAssets/issues/10745
pdfaid.com#%#//scriptlet("prevent-setTimeout", ".offsetHeight")
pdfaid.com#@#.googleads
! https://github.com/AdguardTeam/AdguardFilters/issues/104340
strikeout.cc#%#//scriptlet("prevent-addEventListener", "error", "blockMsg")
! https://github.com/AdguardTeam/AdguardFilters/issues/100820
securenetsystems.net###adblockWrapper
@@||securenetsystems.net/*/scripts/ads/prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101509
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=gamalk-sehetk.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=gamalk-sehetk.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/101665
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=ethereumfaucet.info,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ethereumfaucet.info
! https://github.com/AdguardTeam/AdguardFilters/issues/143574
! https://github.com/AdguardTeam/AdguardFilters/issues/131046
! https://github.com/AdguardTeam/AdguardFilters/issues/119162
! https://github.com/AdguardTeam/AdguardFilters/issues/101651
$script,third-party,redirect-rule=noopjs,domain=paraphraser.io
paraphraser.io#%#//scriptlet('set-constant', 'adsload', 'true')
paraphraser.io#$?##adngin-incontent_1-0 { remove: true; }
paraphraser.io#%#AG_onLoad(function(){var a=document.querySelector("#adngin-top_banner-0");a&&a.appendChild(document.createElement("div"))});
! https://github.com/AdguardTeam/AdguardFilters/issues/99835
coupdemy.com##div[class^="adp"]
! https://www.reddit.com/r/uBlockOrigin/comments/r43gcd/how_do_i_prevent_the_adblock_detector_and_the/
isi7.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/100833
@@||swnovels.com/assets/js/prebid-ads.js
swnovels.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/101294
@@||yt.upshrink.com/adex.js
! ! https://github.com/AdguardTeam/AdguardFilters/issues/101170
@@||scatfap.com/scat-porn/modules/vids/misc_static/adverts.js
! https://github.com/AdguardTeam/AdguardFilters/issues/100856
techymedies.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
! https://github.com/AdguardTeam/AdguardFilters/issues/99805
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=darkwiki.in
! https://github.com/AdguardTeam/AdguardFilters/issues/100649
shrinkurl.org#%#//scriptlet("abort-on-property-read", "adBlockDetected")
shrinkurl.org#%#//scriptlet("abort-current-inline-script", "fetch", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/99872
luckydice.net,coinsearns.com#$#button#mdt { display: block !important; }
luckydice.net,coinsearns.com#%#//scriptlet("abort-on-property-read", "disableButtonTimer")
! https://github.com/AdguardTeam/AdguardFilters/issues/100696
@@||checkfresh.com/js/prebid-ads.js
checkfresh.com#%#//scriptlet('set-constant', 'canCanCan', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/100808
||strdef.world/js/acheck.js
! https://github.com/AdguardTeam/AdguardFilters/issues/99911
@@||playshakespeare.com/*/js/prebid-ads.js
playshakespeare.com#%#//scriptlet("set-constant", "AAAntiAdBlocker", "true")
! adslinkfly.online,gaminplay.com anti-adb
adslinkfly.online,gaminplay.com#%#//scriptlet("abort-current-inline-script", "mMcreateCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/100666
! https://github.com/uBlockOrigin/uAssets/issues/10518#issuecomment-974645159
fileborder.com,phsensei.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "decodeURIComponent")
! https://github.com/FastForwardTeam/FastForward/issues/208
||ytsubme.com/assets/adblock/
! https://github.com/AdguardTeam/AdguardFilters/issues/99542
@@/ads/wp-banners.js$domain=ibomma.*
ibomma.*#$##abEnabled { display: none !important; }
ibomma.*#$##abDisabled { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/99322
letsmakeiteasy.tech###quads-myModal
letsmakeiteasy.tech#%#//scriptlet("set-constant", "wpquads_adblocker_check_2", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/99371
fetishshrine.com#$#.adsBox.pub_300x250m.pub_728x90.text-ad { display: block !important; }
fetishshrine.com#%#AG_defineProperty('exoDocumentProtocol', { value: window.document.location.protocol });
! https://github.com/AdguardTeam/AdguardFilters/issues/100165
edealinfo.com###overlay-backadBlock
edealinfo.com###adBlockpopup
! https://github.com/AdguardTeam/AdguardFilters/issues/100154
softprober.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/99142
@@||zerodmca.com/*/prebid-ads.js
zerodmca.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/99155
mocah.org##.kavp
mocah.org#%#//scriptlet("prevent-setInterval", "adsbygoogle")
! https://github.com/AdguardTeam/AdguardFilters/issues/99695
tutorial.siberuang.com###adb
tutorial.siberuang.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/99249
||adsy.pw/games/games/adblocker2.js
girls-like.me#$##wdbloogablock { display: none !important; }
girls-like.me#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/111106
calculator-online.net#%#//scriptlet("prevent-setInterval", ".css('display','block');")
calculator-online.net#%#//scriptlet("prevent-setTimeout", ".css('display','block');")
calculator-online.net#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|cdn\.snigelweb\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/99912
kendam.com#%#//scriptlet('set-constant', 'canRunAds', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/100080
@@||googletagmanager.com/gtag/js$domain=schoolcheats.net
||googletagmanager.com/gtag/js$script,redirect=googletagservices-gpt,important,domain=schoolcheats.net
! https://forum.adguard.com/index.php?threads/add-native-support-for-anti-adblocker-detection.45466/
orbispatches.com#%#//scriptlet("set-constant", "window.adsloaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/99090
segurosdevida.site###adb
segurosdevida.site#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/97373
newser.com###divAB
newser.com##.whiteBack > div#lightbox
! https://github.com/AdguardTeam/AdguardFilters/issues/98206
automotur.club###WgD
! https://github.com/AdguardTeam/AdguardFilters/issues/104768
/aot-content/assets/*/cb-ads/*$domain=asiaon.top|asiaontop.com
*$xmlhttprequest,third-party,redirect-rule=noopjs,domain=asiaon.top|asiaontop.com
@@||a.realsrv.com/ad-provider.js$xmlhttprequest,domain=asiaon.top|asiaontop.com
@@||cse.google.com/adsense/search/async-ads.js$domain=asiaon.top|asiaontop.com
! https://github.com/AdguardTeam/AdguardFilters/issues/98307
@@||milfnut.net/pop.js
milfnut.net#%#//scriptlet("set-constant", "isadb", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/98371
garutexpress.id###adb
garutexpress.id#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/98382
@@||wcoanimesub.tv/inc/embed/ads.js
wcoanimesub.tv#%#//scriptlet("set-constant", "isAdBlockActive", "false")
wcoanimesub.tv#%#//scriptlet("prevent-setTimeout", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/98293
projectfreetv.stream#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", ".offsetHeight")
! https://github.com/AdguardTeam/AdguardFilters/issues/98707
ravenmanga.xyz#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adblock')
!+ NOT_OPTIMIZED
ravenmanga.xyz##.wc-adblock-wrap
! https://github.com/uBlockOrigin/uAssets/issues/10382
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=romaniatv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/108192
mac2sell.net#%#//scriptlet('prevent-fetch', 'doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/98755
sketchup.cgtips.org###owxjka-blanket
! https://github.com/AdguardTeam/AdguardFilters/issues/98723
@@||sto*.igstatic.com/js/seo-ads.js$domain=igraal.com
! https://github.com/AdguardTeam/AdguardFilters/issues/138863
ojaivalleynews.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.ad-text.adSense.adBlock.adContent.adBanner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98722
linuxuprising.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.ad-text.adSense.adBlock.adContent.adBanner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/84715
wataugademocrat.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.ad-text.adSense.adBlock.adContent.adBanner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/88110
mmacore.tv#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.ad-text.adSense.adBlock.adContent.adBanner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/97290
||coubassistant.com/js/adbd.js
! https://github.com/AdguardTeam/AdguardFilters/issues/98491
streamta.*#@#.google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/129136
! https://github.com/AdguardTeam/AdguardFilters/issues/116826
wcostream.org,watchanimesub.net,wco.tv,wcostream.net,wcostream.com#%#//scriptlet('abort-current-inline-script', 'onload', '/isAdBlockActive|google_jobrunner|window\.location\.replace/')
wcostream.org,watchanimesub.net,wco.tv,wcostream.net,wcostream.com#%#//scriptlet("prevent-setTimeout", "AdBlock")
wcostream.org,watchanimesub.net,wco.tv,wcostream.net,wcostream.com#%#//scriptlet("set-constant", "isAdBlockActive", "false")
@@/inc/embed/*ads.js$domain=wcostream.org|watchanimesub.net|wco.tv|wcostream.net|wcostream.com
@@/inc/embed/suv4.js$domain=wcostream.org|watchanimesub.net|wco.tv|wcostream.net|wcostream.com
@@||embed.watchanimesub.net/inc/embed/kampyle.js
@@||embed.watchanimesub.net/inc/embed/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/97271
@@||static.stands4.com/app_common/js/prebid-ads.js
quotes.net#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/97647
@@||mgnet.xyz/default/public/assets/*.js
mgnet.xyz#%#//scriptlet("prevent-setTimeout", "bnsErrorsCount")
mgnet.xyz#%#//scriptlet("set-constant", "timeForCounter", "1000")
! https://github.com/AdguardTeam/AdguardFilters/issues/97919
magicvalley.com#$#.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/97925
psychpoint.com##.adblockpopup
! https://github.com/AdguardTeam/AdguardFilters/issues/96233
! https://github.com/AdguardTeam/AdguardFilters/issues/97148
maxstream.video#%#//scriptlet('prevent-addEventListener', 'click', 'window.getComputedStyle')
maxstream.video#$#div[id][style*="display"] div[id]:not(#play_limit_box,[class*="vjs"]) { display: block !important; }
maxstream.video#%#//scriptlet("adjust-setTimeout", ".fadeIn()", "*", "0.02")
maxstream.video#%#//scriptlet("adjust-setInterval", "counter", "*", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/96306
mixfaucet.com#%#//scriptlet("abort-on-property-read", "adblockDetector")
! https://github.com/AdguardTeam/AdguardFilters/issues/97285
@@||videovard.sx/ad/advert/adverts/advertisement/ad.js?
! https://github.com/uBlockOrigin/uAssets/issues/10227
@@||c.adsco.re/|$script,domain=hotfrog.*
! https://github.com/AdguardTeam/AdguardFilters/issues/102882
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=pigeonburger.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/96899
1cloudfile.com#%#//scriptlet('prevent-fetch', 'cloudfront.net/?')
1cloudfile.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblockEnabled")
1cloudfile.com#%#//scriptlet("abort-on-property-read", "cdnasset")
@@/^https?:\/\/(?:www\.|[a-z0-9]{7,10}\.)?[a-z0-9-]{5,}\.(?:com|bid|link|live|online|top|club)\/\/?(?:[a-z0-9]{2}\/){2,3}[a-f0-9]{32}\.js/$script,xmlhttprequest,third-party,domain=1cloudfile.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=1cloudfile.com
||cloudfront.net/?*=$script,xmlhttprequest,redirect=noopjs,domain=1cloudfile.com
||cloudfront.net/?rwlrd=$redirect=noopframe,domain=1cloudfile.com
1cloudfile.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
1cloudfile.com#$#.advert-wrapper { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/96586
@@||imagefap.com/jscripts/ad_loader.js
imagefap.com#%#//scriptlet("set-constant", "adblockOn", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/96803
aumaletv.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=aumaletv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96161
@@||neobux.com/css/ads.css
! https://github.com/AdguardTeam/AdguardFilters/issues/96900
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=plex.tv
! audiotools.pro anti-adb
audiotools.pro#%#//scriptlet("abort-current-inline-script", "onload", "style.display")
! https://github.com/AdguardTeam/AdguardFilters/issues/96774
@@||true-gaming.net/home/wp-content/themes/TrueGaming2021/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/96702
freeiptvgen.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=freeiptvgen.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95560
m.kuku.lu#%#//scriptlet("set-constant", "errorSlotFlag", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/94320
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tutcourse.com
! https://github.com/AdguardTeam/AdguardFilters/issues/94699
mix957gr.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=mix957gr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96228
classicreload.com###main-dialog-window
classicreload.com#%#//scriptlet("set-constant", "aawChunk", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/95554
oxygenu.xyz#%#//scriptlet("abort-on-property-read", "detect_adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=oxygenu.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/96046
onlinehacking.xyz#$#body { overflow: auto !important; }
onlinehacking.xyz#$##adblockbyspider { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=onlinehacking.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/95549
techbrij.com###adblockerDialog
techbrij.com#%#//scriptlet("set-constant", "isadBlockRunning", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/95444
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=zoomtventertainment.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95368
vn.trueid.net#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/170108
! https://github.com/AdguardTeam/AdguardFilters/issues/95010
||cdn.jsdelivr.net/gh/Indzign/InSEO@master/levelmaxblock.js
beatsnoop.com###levelmaxblock
beatsnoop.com#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
beatsnoop.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
beatsnoop.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_fy2019.js$script,xmlhttprequest,redirect=noopjs,domain=beatsnoop.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95200
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=calculator-online.net,important
! https://github.com/AdguardTeam/AdguardFilters/issues/136570
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bowfile.com
||cloudfront.net/?rwlrd=$redirect=noopframe,domain=bowfile.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95132
cdkm.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/131199
@@||freereceivesms.com/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/121076
@@||smartnator.com/assets/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/93416
cryptofans.news#%#//scriptlet('prevent-setTimeout', 'swal')
! https://github.com/AdguardTeam/AdguardFilters/issues/166834
! https://github.com/AdguardTeam/AdguardFilters/issues/158258
! https://github.com/AdguardTeam/AdguardFilters/issues/94208
hentaihaven.xxx#%#//scriptlet('prevent-fetch', 'ads-twitter.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/94598
eviltranslator.xyz#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=eviltranslator.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/94684
@@||wcofun.com/inc/embed/ads.js
wcofun.net,wcofun.com#%#//scriptlet("set-constant", "isAdBlockActive", "false")
wcofun.net,wcofun.com#%#//scriptlet("prevent-setTimeout", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/92823
||chd4.com/blocks/$script
! https://github.com/AdguardTeam/AdguardFilters/issues/93893
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=alfred.camera
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=alfred.camera
! https://github.com/AdguardTeam/AdguardFilters/issues/105644
sms24.me,sms24.info#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'showAdblock')
sms24.me,sms24.info#%#//scriptlet("prevent-addEventListener", "", "showAdblock()")
sms24.me,sms24.info#%#//scriptlet("prevent-setTimeout", "/ADBLOCK|window\.\$ado|showAdblock/")
sms24.me,sms24.info#%#//scriptlet('remove-class', 'preloader', '.preloader')
sms24.me,sms24.info#%#//scriptlet('remove-class', 'placeholder-content', '.placeholder-content')
sms24.me,sms24.info#%#//scriptlet('remove-class', 'placeholder', '.placeholder:not(span[class="placeholder"]:empty)', 'complete')
sms24.me,sms24.info##body > div[style^="position: fixed; z-index: 1000"]
||cdn.adoptum.net/ado.js$script,redirect=noopjs,domain=sms24.me|sms24.info
! https://github.com/AdguardTeam/AdguardFilters/issues/95457
@@||sledujserialy.io/theme/js/popunder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/93493
rbxscripts.xyz#%#//scriptlet('prevent-setInterval', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/93491
fluxteam.xyz#%#//scriptlet('prevent-setInterval', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/93822
animet.tv#$#.textads.banner-ads.banner_ads.adsbox { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92911
link.rota.cc#%#//scriptlet("abort-on-property-read", "adBlocked")
link.rota.cc#%#//scriptlet("abort-on-property-read", "adssBlocked")
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=noopjs,important,domain=link.rota.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/104640
! https://github.com/AdguardTeam/AdguardFilters/issues/93328
!+ NOT_OPTIMIZED
||jsdelivr.net/gh/RockBlogger/Anti-AdBlocker@main/
! https://github.com/AdguardTeam/AdguardFilters/issues/92823
chd4.com#%#//scriptlet("abort-on-property-write", "checkAdBlocker")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=chd4.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=chd4.com
! Blocked by SPF
||adblockanalytics.com^$xmlhttprequest,redirect=nooptext,domain=chd4.com,important
@@||adblockanalytics.com^$xmlhttprequest,domain=chd4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93212
! '(function(root,factory){if(typeof define==='function'&&define.amd)'
lewdcorner.com,scriptzhub.com,iptvapps.net,nabzclan.vip,galaxyos.net,blackhatworld.com,vuinsider.com,secuhex.com,null-scripts.net,aroratr.club,forum.admiregirls.com,worldofiptv.com,mobilkulup.com,vsro.org,crazydl.net,spigotunlocked.com,iptvkalite.com,coldfrm.org,htforum.net,nullscripts.net,onlytech.com,defense-arab.com,metin2hub.com,spigotunlocked.org,crackturkey.com,dpkghub.com,eurocccam.net,forum.shoppingtelly.com,hostingunlock.com,iptvsat-forum.com,isgfrm.com,playstationhaber.com,spleaks.org,tamilbrahmins.com,tattle.life,turkishaudiocenter.com#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/92757
javcl.com#$##ads1 { height: 1px !important; }
javcl.com#%#//scriptlet("prevent-setTimeout", "blockads")
! https://github.com/AdguardTeam/AdguardFilters/issues/92431
! https://github.com/AdguardTeam/AdguardFilters/issues/92183
grafixfather.com#%#//scriptlet("abort-current-inline-script", "setTimeout", ".style.display=")
! https://github.com/AdguardTeam/AdguardFilters/issues/92296
@@||universalfreecourse.com/ads-prebid.js
universalfreecourse.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', '.style.display="block"')
! https://github.com/AdguardTeam/AdguardFilters/issues/92295
@@||downloadfreecourse.com/ads-prebid.js
downloadfreecourse.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', '.style.display="block"')
! https://github.com/AdguardTeam/AdguardFilters/issues/92729
shaalaa.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/91711
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=udemydownload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/91646
bdnewszh.com##.abblock-msg
bdnewszh.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/pull/105436
temporarymail.com#%#//scriptlet("set-constant", "adsRunningNew", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/91926
85tube.com#%#//scriptlet("set-constant", "flashvars.protect_block", "")
85tube.com#@#.ads-iframe
@@||85tube.com/player/player_ads.html
! https://github.com/AdguardTeam/AdguardFilters/issues/91583
pclicious.net###quads-myModal
pclicious.net#%#//scriptlet("set-constant", "wpquads_adblocker_check_2", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/91312
@@||link1s.com/wp-banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/91466
theluckygene.com#%#//scriptlet('remove-attr', 'value', 'input#poh[value]')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=theluckygene.com
! https://github.com/AdguardTeam/AdguardFilters/issues/91125
!+ NOT_OPTIMIZED
||samfw.com/js/script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/91007
techilife.com#%#//scriptlet("set-constant", "Ad_Blocker", "true")
@@||techilife.com/wp-content/plugins/ad-blocker/assets/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/91168
@@||leaklinks.com/js/prebid-ads.js
leaklinks.com#%#//scriptlet('abort-current-inline-script', 'isAdBlockActive')
! https://github.com/AdguardTeam/AdguardFilters/issues/91105
@@||user.pnetlab.com/store/advs/check
! https://github.com/AdguardTeam/AdguardFilters/issues/90946
downloads.descendant.me#%#AG_onLoad(function(){var a=document.querySelector("ins.adsbygoogle");a&&a.setAttribute("data-ad-status","filled")});
downloads.descendant.me##ins[id^="aswift_"]
downloads.descendant.me#$#.adsbygoogle { height: 5px !important; }
@@||downloads.descendant.me^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=downloads.descendant.me
@@||googletagservices.com/activeview/js/current/osd.js$domain=downloads.descendant.me
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_with_ama_fy2019.js?client=ca-pub-$domain=downloads.descendant.me
! https://github.com/AdguardTeam/AdguardFilters/issues/90797
@@||infobel.com/Scripts/custom/*.js
infobel.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/90627
! https://github.com/AdguardTeam/AdguardFilters/issues/90498
@@||js.hyra.io/*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/90399
asiaflix.app#$#.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/126106
anydebrid.com#@#.responsive-ad-wrapper
anydebrid.com#@#ins.adsbygoogle[data-ad-slot]
anydebrid.com#@#.adsbygoogle-noablate
anydebrid.com#@#[id^="aswift_"]
! anydebrid.com#%#//scriptlet('prevent-element-src-loading', 'script', '/dotomi\.com\/assets\/js\/adapters\/.*\/ad-info\.js|adform\.net\/banners\/scripts\/st\/trackpoint-async\.js|pagead2\.googlesyndication\.com\/pagead\/sma8\.js/')
anydebrid.com#%#AG_onLoad(function(){const a=document.createElement("ins");a.classList.add("adsbygoogle","adsbygoogle-noablate"),a.setAttribute("data-adsbygoogle-status","done");a.setAttribute("data-ad-status","filled");const b=document.createElement("div");b.setAttribute("id","aswift_0_host"),document.body.appendChild(a),a.appendChild(b)});
||static.yieldmo.com/ym.adv.min.js$script,redirect=noopjs,domain=anydebrid.com
||pagead2.googlesyndication.com/pagead/sma8.js$script,redirect=noopjs,domain=anydebrid.com,important
@@||ads.exoclick.com/nativeads.js$domain=anydebrid.com
||exoclick.com/*.js$script,redirect-rule=noopjs,domain=anydebrid.com
||a.exoclick.com/ads.js$script,redirect=noopjs,domain=anydebrid.com
||ads.exoclick.com/nativeads.js$domain=anydebrid.com,redirect=noopjs,important
||ads.exoclick.com/tag_gen.js$script,redirect=noopjs,domain=anydebrid.com
||adserver.juicyads.com/js/fib.js$script,redirect=noopjs,domain=anydebrid.com
||dotomi.com/assets/js/adapters/*/ad-info.js$script,redirect=noopjs,domain=anydebrid.com
||adform.net/banners/scripts/st/trackpoint-async.js$script,redirect=noopjs,domain=anydebrid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/90335
@@||lewd.ninja^$csp
@@||trk-imps.com^$csp
new.lewd.ninja#@#.stargate
@@||a.trk-imps.com/loader?$domain=new.lewd.ninja|lewdninja.com
@@||advertserve.com^$domain=trk-imps.com|lewdninja.com
lewdninja.com,new.lewd.ninja#%#(function(){window.adnPopConfig={zoneId:"149"}})();
lewd.ninja#%#//scriptlet('prevent-fetch', 'ads.juicyads.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/115688
@@||anonigviewer.com/assets/js/*.js
anonigviewer.com#%#//scriptlet("abort-current-inline-script", "$", "ABD")
! https://github.com/AdguardTeam/AdguardFilters/issues/90317
streameast.live#%#//scriptlet("abort-current-inline-script", "$", "adblocker")
@@||streameast.live/wp-banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/90085
freebinchecker.com#%#//scriptlet("prevent-setTimeout", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=freebinchecker.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89915
@@||mangasail.co/sites/all/themes/*/js/adsense-ads.js
mangasail.co#%#//scriptlet("abort-on-property-read", "adb_checker")
! https://github.com/AdguardTeam/AdguardFilters/issues/89318
||ufile.io/assets/js/ab.js
ufile.io#%#//scriptlet("abort-on-property-read", "justDetectAdblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/89199
aiimsneetshortnotes.com#%#//scriptlet("set-constant", "adsbygoogle", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/89253
@@||doubleclick.net/|$xmlhttprequest,domain=comidoc.net
comidoc.net#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/88990
@@||watch.globaltv.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/89138
bowfile.com#%#//scriptlet("abort-on-property-read", "detectAdBlock")
! crackevil.com anti adb
crackevil.com#%#//scriptlet("abort-current-inline-script", "mMcreateCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/88825
crosswordsolver.org#@#display-ad-component
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=crosswordsolver.org
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=crosswordsolver.org
@@||ams.cdn.arkadiumhosted.com/advertisement/display/stable/display-ads.js$domain=crosswordsolver.org
crosswordsolver.org#%#//scriptlet("adjust-setInterval", "game will", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/109781
! https://github.com/AdguardTeam/AdguardFilters/issues/88763
pstream.net#?#body > [data-weirdly-static-load]
pstream.net#?#[data-rtzk-specific-ovl-msg]
@@||pstream.net/js/prebid*.js
@@||pstream.net/*.js$xmlhttprequest,domain=pstream.net
! https://github.com/AdguardTeam/AdguardFilters/issues/88626
rancah.com#%#//scriptlet("set-constant", "short_url_app_vars.force_disable_adblock", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/88714
||codescratcher.com/wp-content/uploads/ysgpdv.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=codescratcher.com
! https://github.com/AdguardTeam/AdguardFilters/issues/88364
@@||googletagservices.com/tag/js/gpt.js$domain=cars.ksl.com
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=cars.ksl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/140626
@@||adblockanalytics.com^|$domain=pearos.xyz
pearos.xyz#%#//scriptlet('prevent-fetch', 'adblockanalytics.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/88300
smallseo.tools#%#//scriptlet('prevent-setTimeout', 'testAd.offsetHeight === 0')
smallseo.tools#$#.adsense.banner_ad.pub_728x90.pub_300x250 { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/88338
homedecoratione.com#@#.advertiser
! https://github.com/AdguardTeam/AdguardFilters/issues/88060
k2radio.com,kowb1290.com,koel.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=k2radio.com|kowb1290.com|koel.com
! https://github.com/AdguardTeam/AdguardFilters/issues/88235
fbsub.de,freer.in#@#.advertiser
! https://github.com/AdguardTeam/AdguardFilters/issues/87895
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=coursesghar.com
! https://github.com/AdguardTeam/AdguardFilters/issues/86918
@@||pubads.g.doubleclick.net/ondemand/hls/content/*/vid/*/streams$domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/87332
visatk.com###levelmaxblock
! https://github.com/AdguardTeam/AdguardFilters/issues/87264
@@||snowfl.com/ads/*.js$~third-party
snowfl.com#%#//scriptlet("set-constant", "canRunAds1", "true")
snowfl.com#%#//scriptlet("set-constant", "canRunAds2", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/87229
viralmods.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=viralmods.net
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=viralmods.net
! https://github.com/AdguardTeam/AdguardFilters/issues/143246
! https://github.com/AdguardTeam/AdguardFilters/issues/87134
simplebits.io#%#//scriptlet('prevent-fetch', '.io/ads/')
@@||simplebits.io/ads/700/cz.html$xmlhttprequest,domain=simplebits.io
@@||coinzillatag.com/lib/displayf.js$xmlhttprequest,domain=simplebits.io
! https://github.com/AdguardTeam/AdguardFilters/issues/86812
listendata.com###myModal
! https://github.com/AdguardTeam/AdguardFilters/issues/86715
livingstonparishnews.com##.ad-block-meterless
! https://github.com/AdguardTeam/AdguardFilters/issues/86828
tutflix.org#%#//scriptlet("prevent-setTimeout", "/\$\('.*show/")
! https://github.com/AdguardTeam/AdguardFilters/issues/86488
sexbjcam.com#@#.google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/90301
! https://github.com/AdguardTeam/AdguardFilters/issues/86998
archpaper.com#%#//scriptlet("set-constant", "adBlocked", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/86371
@@||rcm-na.amazon-adsystem.com^$domain=sixsave.com
! https://github.com/AdguardTeam/AdguardFilters/issues/86360
@@||imeteo.sk/clanok/adx.adform.net/adx/
! https://github.com/AdguardTeam/AdguardFilters/issues/86617
! https://github.com/AdguardTeam/AdguardFilters/issues/86546
@@||universeguide.com/abdetect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/86171
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=wgod.co
wgod.co##body > div[class*=" "][style*="0.9); display: block;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/85932
onlynudes.tv##div[id^="adde_modal-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/85820
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=moviemakeronline.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=moviemakeronline.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/85695
codingnepalweb.com#$##cn-detect { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/85343
||browser.sentry-cdn.com/*/bundle.min.js$script,redirect=noopjs,domain=freebitz.xyz
!#safari_cb_affinity(privacy)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/91130
@@/wp-banners.js$domain=scratch247.info|azsoft.*|downfile.site
link1s.com,scratch247.info,azsoft.*,downfile.site#%#//scriptlet("abort-current-inline-script", "document.getElementById", "style.display")
! https://github.com/AdguardTeam/AdguardFilters/issues/88037
thepoorcoder.com#%#//scriptlet("set-constant", "adblockDetector", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/85312
@@||audiotag.info/js/adblockDetectorWithGA.js
audiotag.info#%#//scriptlet("set-constant", "canRunAds", "true")
audiotag.info#%#//scriptlet("set-constant", "adblockDetector", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/85134
@@||subscene.vip/frontend/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/85826
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,domain=gbnews.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/119056
! https://github.com/AdguardTeam/AdguardFilters/issues/113613
! https://github.com/AdguardTeam/AdguardFilters/issues/85014
!+ NOT_OPTIMIZED
||quebecormedia.com/*/lib/cheezwhiz/*index.js
!+ NOT_OPTIMIZED
||cheezwhiz.z9.web.core.windows.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/85392
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kiiw.icu
! https://github.com/AdguardTeam/AdguardFilters/issues/84935
imagefu.com#$?#link[id][href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"] { remove: true; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=imagefu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85272
! Sourcepoint
||7q1z79gxsi.global.ssl.fastly.net^$domain=tallahassee.com
! https://github.com/AdguardTeam/AdguardFilters/issues/170320
! https://github.com/AdguardTeam/AdguardFilters/issues/156523
! https://github.com/AdguardTeam/AdguardFilters/issues/84584
||photon.scrolller.com/scrolller/$media,redirect-rule=noopmp4-1s
||yotta.scrolller.com^$media,redirect=noopmp4-1s
||yotta.scrolller.com^$image,redirect=1x1-transparent.gif
scrolller.com##.popup:has(> .popup__box > .ad-block-popup)
scrolller.com#%#//scriptlet('trusted-set-local-storage-item', 'SCROLLLER_BETA_1:ADBLOCK_STORAGE', '$now$')
! https://github.com/AdguardTeam/AdguardFilters/issues/101066
! https://github.com/AdguardTeam/AdguardFilters/issues/84455
!+ NOT_OPTIMIZED
||raw.githack.com/*/*/main/antiadblock/2.0/code.min.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=moddedguru.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85065
appsumo.com#$#.ad.ads.Ad.Ads.googleAd.googleAds { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148790
meteologix.com#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
@@||img*.kachelmannwetter.com/images/$domain=meteologix.com
! https://github.com/AdguardTeam/AdguardFilters/issues/84269
meteologix.com#%#//scriptlet("set-constant", "adsJsLoaded", "1")
! fc.lc - adblock detection after short while
fc.lc#@##adContext
fc.lc#@##ad_img
fc.lc#@##adv_62
fc.lc#@##downloadAd
fc.lc#@##onpageads
fc.lc#@##topBannerAd
fc.lc#@##weatherad
! fc.lc#@##ad
! https://github.com/AdguardTeam/AdguardFilters/issues/84088
@@||posttrack.com^$xmlhttprequest,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/84306
gifans.com##body > div.adb
@@||gifans.com/wp-content/plugins/wp-safelink/assets/fuckadblock.js$domain=gifans.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83691
premierfantasytools.com#%#//scriptlet("abort-on-property-read", "checkForAdBlocker")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=premierfantasytools.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83954
thephoblographer.com###adblock-warning
! https://github.com/AdguardTeam/AdguardFilters/issues/83843
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=fox.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=fox.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83756
@@||timebucks.com/publishers/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/83518
aiarticlespinner.co#%#AG_onLoad(function(){var b=document.body,a=document.createElement("div");b&&(b.appendChild(a),a.setAttribute("class","adsbygoogle"),a&&a.appendChild(document.createElement("div")))});
! https://github.com/AdguardTeam/AdguardFilters/issues/83091
megainteresting.com#%#//scriptlet("abort-on-property-read", "ADBLOCK")
||tpc.googlesyndication.com/safeframe/*/html/container.html$xmlhttprequest,redirect=nooptext,domain=megainteresting.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82626
@@||faucethero.com/libs/blockadblock.min.js$domain=faucethero.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83084
cbs-soft.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
!
! VOE
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,20demidistance9elongations.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx,crownmakermacaronicism.com#%#//scriptlet("abort-current-inline-script", "$", "/\.fadeIn|\.show\(.?\)/")
! Required for Firefox extension, because there is issue where scriptlets do not work in iframes - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1984
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=chromotypic.com|gamoneinterrupted.com|metagnathtuggers.com|wolfdyslectic.com|rationalityaloelike.com|sizyreelingly.com|simpulumlamerop.com|urochsunloath.com|monorhinouscassaba.com|counterclockwisejacky.com|availedsmallest.com|tubelessceliolymph.com|tummulerviolableness.com|35volitantplimsoles5.com|scatch176duplicities.com|matriculant401merited.com|antecoxalbobbing1010.com|boonlessbestselling244.com|cyamidpulverulence530.com|guidon40hyporadius9.com|449unceremoniousnasoseptal.com|321naturelikefurfuroid.com|30sensualizeexpression.com|19turanosephantasia.com|toxitabellaeatrebates306.com|20demidistance9elongations.com|tinycat-voe-fashion.com|realfinanceblogcenter.com|uptodatefinishconferenceroom.com|bigclatterhomesguideservice.com|fraudclatterflyingcar.com|housecardsummerbutton.com|fittingcentermondaysunday.com|reputationsheriffkennethsand.com|launchreliantcleaverriver.com|audaciousdefaulthouse.com|v-o-e-unblock.com|un-block-voe.net|voeun-block.net|voe-un-block.com|voeunblk.com|voeunblck.com|voeunbl0ck.com|voeunblock3.com|voeunblock2.com|voeunblock1.com|voeunblock.com|voe-unblock.*|voe.bar|voe.sx|crownmakermacaronicism.com|generatesnitrosate.com|yodelswartlike.com|figeterpiazine.com|cigarlessarefy.com|valeronevijao.com|strawberriesporail.com|timberwoodanotia.com|apinchcaseation.com|nectareousoverelate.com|phenomenalityuniform.com|prefulfilloverdoor.com|nonesnanking.com|kathleenmemberhistory.com|denisegrowthwide.com|troyyourlead.com|stevenimaginelittle.com|paulkitchendark.com|edwardarriveoften.com|lukecomparetwo.com|kennethofficialitem.com|bradleyviewdoctor.com|jamiesamewalk.com|seanshowcould.com|johntryopen.com|morganoperationface.com|markstyleall.com|sandrataxeight.com|jayservicestuff.com|sharonwhiledemocratic.com|vincentincludesuccessful.com|brookethoughi.com
!
!
! https://github.com/easylist/easylist/pull/7875#issuecomment-841782152
neos-easygames.com,synk-casualgames.com#@##ad_block
! https://github.com/AdguardTeam/AdguardFilters/issues/83177
herokuapp.com#%#//scriptlet("set-constant", "gadb", "false")
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,domain=herokuapp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82713
b2bhint.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/82707
@@||chipverify.com/*/js/prebid-ads.js
chipverify.com#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/82780
! https://github.com/AdguardTeam/AdguardFilters/issues/97815
@@||popcash.net^|$xmlhttprequest,domain=upvideo.to
! https://github.com/AdguardTeam/AdguardFilters/issues/82404
witcherhour.com#$#.publicite.text-ad.adsbox { display: block !important; }
witcherhour.com#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/82880
softwebtuts.com##.adblock-wrapper
! https://www.reddit.com/r/uBlockOrigin/comments/n98r1z/trouble_displaying_articles_on_gazettecom/
||azureedge.net/prod/cosprings/loader.min.js$domain=gazette.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82559
zuketcreation.net#@#.adsBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/82331
rodude.com#%#//scriptlet("set-constant", "adblock_detection", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/81867
charbelnemnom.com#%#//scriptlet("set-constant", "advanced_ads_check_adblocker", "noopFunc")
! Tracktrace.delivery - unable to track due to detection
@@||tracktrace.delivery/ads.txt
! https://github.com/AdguardTeam/AdguardFilters/issues/110491
! https://github.com/AdguardTeam/AdguardFilters/issues/81794
toolss.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
toolss.net#%#//scriptlet('prevent-setTimeout', 'testAd.offsetHeight === 0')
toolss.net#$#.adsense.banner_ad.pub_728x90.pub_300x250 { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/82049
lootlinks.*#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/81693
abandonmail.com#%#//scriptlet('prevent-setTimeout', '.offsetHeight == 0')
! https://github.com/AdguardTeam/AdguardFilters/issues/169818
! https://github.com/AdguardTeam/AdguardFilters/issues/81464
motorsport.tv#%#//scriptlet('set-constant', 'google', 'emptyObj')
motorsport.tv#%#//scriptlet('set-constant', 'google.ima', 'emptyObj')
@@||static.adsafeprotected.com/vans-adapter-google-ima.js$domain=motorsport.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=motorsport.tv
||static.adsafeprotected.com/vans-adapter-google-ima.js$script,redirect=noopjs,domain=motorsport.tv,important
! adz7short.space,goldenfaucet.io,croclix.me anti-adb
@@/viewad.$stylesheet,script,domain=adz7short.space|short.croclix.me|short.goldenfaucet.io
@@||adz7short.space^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/81503
yoshare.net#$#.publicite.text-ad.adsbox { display: block !important; }
yoshare.net#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/81497
game3rb.com#%#//scriptlet("abort-on-property-read", "plzdisa")
game3rb.com#%#//scriptlet("abort-current-inline-script", "loadScript", ")]['innerHTML'")
game3rb.com#%#//scriptlet("prevent-fetch", "/pagead2\.googlesyndication\.com|cloudfront\.net\/\?.*=/")
||cloudfront.net/?*=$script,xmlhttprequest,other,redirect=noopjs,domain=game3rb.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,other,redirect=noopjs,domain=game3rb.com
||cloudfront.net/?besed=$script,other,redirect=noopjs,domain=game3rb.com
||googletagmanager.com/gtag/js$script,other,redirect=noopjs,domain=game3rb.com
@@||static.doubleclick.net/instream/ad_status.js$domain=game3rb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/81107
kittycatcam.com,morganhillwebcam.com,njwildlifecam.com,atlanticcitywebcam.com,palmbeachinletwebcam.com,juneauharborwebcam.com,portnywebcam.com,nyharborwebcam.com,portbermudawebcam.com,pompanobeachcam.com,fllbeachcam.com,ftlauderdalebeachcam.com,keywestharborwebcam.com,porttampawebcam.com,portcanaveralwebcam.com,sxmislandcam.com,mahobeachcam.com,portstmaartenwebcam.com,paradiseislandcam.com,portnassauwebcam.com,miamiairportcam.com,portmiamiwebcam.com,ftlauderdalewebcam.com,portevergladeswebcam.com#%#//scriptlet("prevent-setTimeout", "contentCheck")
! https://github.com/AdguardTeam/AdguardFilters/issues/81379
! TODO: Probably it will be possible to change AG_defineProperty rule to scriptlet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/65
@@||static.doubleclick.net/instream/ad_status.js$domain=pewgame.com
||pewgame.com/js/pab.js
pewgame.com#%#//scriptlet("abort-on-property-read", "plzdisa")
pewgame.com#%#AG_defineProperty('app_vars.counter_value', {value: 5, writable: false});
! https://github.com/AdguardTeam/AdguardFilters/issues/81273
animedao.to#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
@@||s.yimg.com/dy/ads/native.js$domain=animedao.to
||s.yimg.com/dy/ads/native.js$script,redirect=noopjs,domain=animedao.to,important
! https://github.com/AdguardTeam/AdguardFilters/issues/81280
jacquieetmicheltv.net#%#//scriptlet('set-constant', 'is_adblocked', 'false')
@@||jacquieetmicheltv.net/statics/js/popunder.js.
! https://github.com/AdguardTeam/AdguardFilters/issues/81233
||hentaisvision.biz/js/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/85755
movieverse.co#@#.ads_header
movieverse.co#@#.ads_single_center
! https://github.com/AdguardTeam/AdguardFilters/issues/80254
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=vladan.fr
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vladan.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/109361
! https://github.com/AdguardTeam/AdguardFilters/issues/80585
apps2app.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
apps2app.com#%#//scriptlet("abort-on-property-read", "detectAdblock")
apps2app.com#%#//scriptlet("prevent-setTimeout", "xdBlockEnabled", "100")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=apps2app.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80273
! Incase of DNS Filtering
adzsafe.com#%#//scriptlet("set-constant", "chk_ads_block", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/79989
! Similar site in Japanese filter: rocketnews24.com, youpouch.com
soranews24.com#@#.ad
soranews24.com#%#//scriptlet('prevent-fetch', 'tpc.googlesyndication.com')
soranews24.com#%#//scriptlet('remove-attr', 'id', '#div-gpt-ad-sidebottom')
soranews24.com#%#//scriptlet('remove-attr', 'id', '#div-gpt-ad-footer')
soranews24.com#%#//scriptlet('remove-attr', 'id', '#div-gpt-ad-pagebottom')
soranews24.com#%#//scriptlet('remove-attr', 'id', '#div-gpt-ad-relatedbottom-1')
@@||tpc.googlesyndication.com/simgad/$xmlhttprequest,domain=soranews24.com
||tpc.googlesyndication.com^$image,redirect=1x1-transparent.gif,domain=soranews24.com,important
@@||g.doubleclick.net/gampad/ads?$xmlhttprequest,domain=soranews24.com
||g.doubleclick.net/gampad/ads?$xmlhttprequest,removeparam=/^(cookie|ga_|u_)/,domain=soranews24.com
@@||sst.soranews24.com/gtm.js$script,~third-party
@@||g.doubleclick.net/tag/js/gpt.js$domain=soranews24.com
@@||g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=soranews24.com
@@||fundingchoicesmessages.google.com^$script,domain=soranews24.com
||pagead2.googlesyndication.com/pagead/$script,redirect=googlesyndication-adsbygoogle,domain=soranews24.com
@@||soranews24.com^$generichide
||googlesyndication.com/safeframe/$subdocument,redirect=noopframe,domain=soranews24.com
||fundingchoicesmessages.google.com^$script,redirect-rule=noopjs,domain=soranews24.com
soranews24.com#%#//scriptlet('remove-class', 'hidden_share', 'div[id^="post-"]')
soranews24.com#%#//scriptlet('abort-on-property-read', 'jQuery')
soranews24.com#%#AG_onLoad(function(){const a=document.querySelectorAll("img[data-sco-src]");a.forEach(a=>{const b=a.getAttribute("data-sco-src");a.setAttribute("src",b),a.style.opacity="1"})});
!#safari_cb_affinity(privacy)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=soranews24.com
@@||tpc.googlesyndication.com/simgad/$image,domain=soranews24.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/80392
rollercoin.com##.adBlock-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/79516#issuecomment-816672313
! https://github.com/AdguardTeam/AdguardFilters/issues/82053
uniqueten.net###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/79755
beta.shortearn.eu#%#//scriptlet('abort-current-inline-script', 'fetch', 'detectAdblockWithInvalidURL')
! https://github.com/AdguardTeam/AdguardFilters/issues/80086
hindustantimes.com#%#//scriptlet("set-constant", "PWT.requestBids", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/79933
tnaflix.com#$#.adsBox.pub_300x250m.pub_728x90.text-ad { display: block !important; }
tnaflix.com#%#AG_defineProperty('exoDocumentProtocol', { value: window.document.location.protocol });
! https://github.com/AdguardTeam/AdguardFilters/issues/80030
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=timesnownews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80189
||googleads.g.doubleclick.net/pagead/id$xmlhttprequest,redirect=nooptext,important,domain=guides.magicgameworld.com
@@||googleads.g.doubleclick.net/pagead/id$domain=guides.magicgameworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80290
! https://github.com/AdguardTeam/AdguardFilters/issues/80289
||tinypass.com^$domain=christianity.com|crosswalk.com|dailycaller.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80955
@@/libs/advertisement1.js$domain=faucet.shorterall.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79435
@@||redbox.com/images/ads/pixel.png
! https://github.com/AdguardTeam/AdguardFilters/issues/78775
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=10play.com.au
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=10play.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/79325
@@||claimbits.net/static/js/noadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/78471
venge.io#%#//scriptlet("set-constant", "SDKLoaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/78600
dndsearch.in#$#.myTestAd { height:1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154144
||investing.com/js/*/ad-notification-popup-*.min.js
investing.com#$#div[id^="bait-"][class][style] { display: block !important; }
investing.com#%#//scriptlet('set-constant', 'adNotificationDetected', 'false')
investing.com#%#//scriptlet('prevent-setTimeout', '===window.getComputedStyle(')
! https://github.com/AdguardTeam/AdguardFilters/issues/77675#issuecomment-809455670
! it's caused by AdGuard DNS
investing.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|yandex\.ru\/ads\//', '', 'opaque')
! https://github.com/AdguardTeam/AdguardFilters/issues/78540
tw-calc.net#%#//scriptlet("set-constant", "WebSite.plsDisableAdBlock", "noopFunc")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=tw-calc.net
! https://github.com/AdguardTeam/AdguardFilters/issues/78722
! Anti-adblock caused by DNS.
thgss.com##.blockerAlert
! textovisia.com - antiadblock
@@||textovisia.com/js/prebid-ads.js
textovisia.com#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/78270
||pubads.g.doubleclick.net/ondemand/hls/content/*/streams$xmlhttprequest,redirect=nooptext,domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/78305
@@||mahimeta.com/networks/ad_code.php$domain=forobasketcatala.com
forobasketcatala.com#%#//scriptlet("abort-on-property-read", "mMCheckAgainBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/78136
adex.network#%#//scriptlet('prevent-fetch', 'moonicorn.network')
||tom.moonicorn.network/channel/list$xmlhttprequest,redirect=nooptext,domain=adex.network
! https://github.com/AdguardTeam/AdguardFilters/issues/78009
notateslaapp.com#%#//scriptlet("prevent-setTimeout", "/adthrive|blockedAds|books/")
notateslaapp.com#%#//scriptlet("set-constant", "canSeeAds", "true")
@@/assets/ads-*.js$domain=notateslaapp.com
! macworld.co.uk - ad reinjection
macworld.co.uk#%#//scriptlet('abort-current-inline-script', 'navigator.userAgent', 'Flags.')
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=macworld.co.uk
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=macworld.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/77890
dudestream.com###eazy_ad_unblocker_holder
! https://github.com/AdguardTeam/AdguardFilters/issues/77887
insidertracking.com#%#//scriptlet("prevent-setTimeout", "no_ad", "15000")
! https://github.com/AdguardTeam/AdguardFilters/issues/77852
! https://github.com/AdguardTeam/AdguardFilters/issues/77686
||cdn.jsdelivr.net/gh/vli-platform/adb-analytics@*/v1.0.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/77693
daviruzsystems.com#$##babasbmsgx { display: none !important; }
daviruzsystems.com#%#//scriptlet('remove-attr', 'style', 'body[style="visibility: hidden !important;"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/77475
@@||blogs.earningradar.com/wp-content/plugins/wp-safelink/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/125969
! https://github.com/AdguardTeam/AdguardFilters/issues/77522
flowsoft7.com#%#//scriptlet("set-constant", "gadb", "false")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=flowsoft7.com
! https://github.com/AdguardTeam/AdguardFilters/issues/77519
scanner.thetimetube.com#%#//scriptlet("set-constant", "gadb", "false")
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,domain=scanner.thetimetube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/121676
! https://github.com/AdguardTeam/AdguardFilters/issues/77644
/xlnuxytj$domain=lightnovelworld.com|lightnovelspot.com|webnovelpub.com|lightnovelpub.com|lightnovelpub.vip
@@||static.*.com/content/js/pubfig.*.js$domain=lightnovelpub.com|webnovelpub.com|lightnovelspot.com|lightnovelpub.vip
||static.*.com/content/js/abdbundle.*.js$domain=lightnovelpub.com|webnovelpub.com|lightnovelspot.com|lightnovelworld.com|lightnovelpub.vip
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#$#body .adsbox[style*="height"] { display: block !important; }
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#$#body .adsbygoogle[style*="height"] { display: block !important; }
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#%#//scriptlet("set-constant", "lnabd", "false")
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#%#//scriptlet('prevent-element-src-loading', 'img', 'px.moatads.com')
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#%#//scriptlet("prevent-setTimeout", "/abchecker|AdBlock/")
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com#%#//scriptlet('prevent-setTimeout', '/(?:function)?\(\)(?:=>)?\{(?:(?!.*(add|remove)Class).*)\(.*"(?:(?!show|visible).*)"\)\}/')
! https://github.com/AdguardTeam/AdguardFilters/issues/77375
gats.io#$##detect.ad-placement { display: block !important; }
! getpaste.link, pastebr.xyz - antiadblock
@@/js/prebid-ads.js$~third-party,domain=vippaste.xyz|sharetext.me|getpaste.link|pastebr.xyz
vippaste.xyz,sharetext.me,getpaste.link,pastebr.xyz#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/77121
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nrl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/76928
beef1999.blogspot.com#%#//scriptlet("prevent-eval-if", "/_statcounter|use_adebloker|my_ads_url/")
||revenuenetworkcpm.com^$script,redirect=noopjs,important,domain=beef1999.blogspot.com|ustream.to
||profitabletrustednetwork.com$redirect=noopjs,important,domain=beef1999.blogspot.com|ustream.to
! https://github.com/AdguardTeam/AdguardFilters/issues/76858
sportbible.com#@#div[class*="margin-Advert"]
sportbible.com#$#body > div[id].margin-Advert { display: block !important; }
||adsafeprotected.com/vans-adapter-google-ima.js$script,redirect=noopjs,domain=sportbible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/77008
aiarticlespinner.co#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/76787
hideandseek.world#%#//scriptlet("set-constant", "canRunAds", "true")
@@||hideandseek.world/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/76778
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=toyoheadquarters.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=toyoheadquarters.com
minecraftraffle.com#%#//scriptlet("abort-current-inline-script", "awm", "window.location")
! https://github.com/AdguardTeam/AdguardFilters/issues/152774
! https://github.com/AdguardTeam/AdguardFilters/issues/90078
check-plagiarism.com#@#.ad-placeholder
check-plagiarism.com#$#body #detect[class] { display: block !important; }
check-plagiarism.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
check-plagiarism.com#%#AG_onLoad(function(){var b=new MutationObserver(function(){var a=document.querySelectorAll("ins.adsbygoogle");if(0<a.length)for(b.disconnect(),i=0;i<a.length;i++)a[i].appendChild(document.createElement("div"))});b.observe(document,{childList:!0,subtree:!0})});
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=check-plagiarism.com
! https://github.com/AdguardTeam/AdguardFilters/issues/133423
prepostseo.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|\/ad\.js/')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=prepostseo.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=prepostseo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/76337
fshost.me#%#//scriptlet("abort-current-inline-script", "showIt", "$")
! https://github.com/AdguardTeam/AdguardFilters/issues/76642
@@/js/wp-banners.js$domain=articlerewritertool.com|spinbot.com|free-article-spinner.com
articlerewritertool.com,spinbot.com,free-article-spinner.com#%#//scriptlet("abort-current-inline-script", "angular", "/whiteListRequestMessage|canRunAds/")
! https://github.com/AdguardTeam/AdguardFilters/issues/76414
sudoku-topical.com,sudoku-aktuell.de#%#AG_onLoad(function(){window.adsbygoogle={loaded:!0,push:function(){"undefined"===typeof this.length&&(this.length=0,this.length+=1)}}});
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=sudoku-topical.com|sudoku-aktuell.de
! https://github.com/AdguardTeam/AdguardFilters/issues/76371
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=animedao.to
! https://github.com/AdguardTeam/AdguardFilters/issues/76241
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.onnetwork.tv
video.onnetwork.tv#%#//scriptlet('set-constant', 'playerConfig.abWarning', '0')
video.onnetwork.tv#%#//scriptlet('set-constant', 'playerState.ads.adsBlocked', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/76089
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=wpshare.net
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=wpshare.net
! https://github.com/AdguardTeam/AdguardFilters/issues/76319
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=nihongo-pro.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=nihongo-pro.com
! https://github.com/AdguardTeam/AdguardFilters/issues/76226
daemon-hentai.com#%#//scriptlet('prevent-setTimeout', 'adbl')
! https://github.com/AdguardTeam/AdguardFilters/issues/75764
megaup.net#%#AG_onLoad(function(){var e=document.querySelector(".metaRedirectWrapperBottomAds img");e&&Object.defineProperty(e,"naturalWidth",{value:300})});
megaup.net#%#AG_onLoad(function(){var c=document.body,a=document.createElement("div"),b=document.createElement("div");c&&(c.appendChild(a),a.setAttribute("class","image-container"),a.appendChild(b),b.setAttribute("class","mcimg"),b.style.height="185px")});
megaup.net#%#AG_onLoad(function(){var a=document.body,c=document.createElement("div"),b=document.createElement("div"),d=document.createElement("a");a&&(a.appendChild(c),c.setAttribute("class","mgbox"),c.appendChild(b),b.setAttribute("class","mg_addad"),b.appendChild(d));for(a=0;4>a;a++)b.appendChild(d.cloneNode())});
megaup.net#%#AG_onLoad(function() { var el=document.querySelector(".metaRedirectWrapperBottomAds"); var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("class", "text-elements"); } });
megaup.net#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("id", "AdskeeperComposite"); } });
megaup.net#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); if(el) { el.appendChild(ce); ce.setAttribute("class", "mghead"); } });
megaup.net#$#.metaRedirectWrapperBottomAds img { width: 300px !important; }
megaup.net#$#.metaRedirectWrapperBottomAds a > img { visibility: visible !important; }
megaup.net#$#.imgAds { height: 250px !important; }
megaup.net#$#.imgAds > img { height: 250px !important; }
megaup.net#$#.metaRedirectWrapperBottomAds > * { pointer-events: none !important; }
megaup.net#$#div[style="display: inline-block"] a[target="_blank"] > img { position: absolute !important; left: -3000px !important; }
megaup.net#%#//scriptlet("abort-current-inline-script", "I833")
megaup.net#%#//scriptlet('set-constant', 'zJSYdQ ', 'true')
megaup.net#%#//scriptlet('set-constant', 'ASksiwk', 'true')
megaup.net#%#//scriptlet('trusted-replace-node-text', 'script', 'setInterval', '/if\(window.*?==undefined.*?img.*?return;}/', 'if(!1){}')
||download.megaup.net/*ad*.png
||download.megaup.net/images/*.gif
||megaup.net/images/ads/$important
||megaup.net/imageads/$important
@@||download.megaup.net/*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/96227
! https://github.com/AdguardTeam/AdguardFilters/issues/75571
purposegames.com#%#//scriptlet("set-constant", "sngsaa", "false")
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=purposegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/75708
@@||megaup.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/75570
note.sieuthuthuat.com#%#//scriptlet("set-constant", "isAdBlockActive", "false")
@@||note.sieuthuthuat.com/js/prebid-ads.js
! anti-adblock in friendproject.net
friendproject.net#@#.ad-top
friendproject.net#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/75461
twcc.fr#%#!function(){window.adsbygoogle={loaded:!0,push:function(){"undefined"===typeof this.length&&(this.length=0,this.length+=1)}}}();
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=twcc.fr
! pops.tv anti-adb
pops.tv#@##adsContainer
pops.tv#@#.ad-placement
! freebitcoin.win Anti-AdBlock
@@||freebitcoin.win/static/deliver_ads/popunder_moon_ads_*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/75346
gplinks.co,adomainscan.com##div[id^="__vliadb83"]
! https://github.com/AdguardTeam/AdguardFilters/issues/75333
badassdownloader.com#%#//scriptlet('set-constant', 'bscheck.adblocker', 'noopFunc')
badassdownloader.com#%#//scriptlet('prevent-setTimeout', 'innerHTML')
! https://github.com/AdguardTeam/AdguardFilters/issues/75270
freecoursewebsite.com#@#.adsBanner
freecoursewebsite.com#$##wrapfabtest { height: 1px !important; }
freecoursewebsite.com###eazy_ad_unblocker_holder
! https://github.com/AdguardTeam/AdguardFilters/issues/75202
movieflixpro.com#@#.ads_single_center
movieflixpro.com#$#aside.ads_single_center { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/75027
driverename.iblogbox.com#%#//scriptlet("set-constant", "gadb", "false")
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,domain=driverename.iblogbox.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74820
tiz-cycling-live.io#%#//scriptlet("prevent-setTimeout", "ins.adsbygoogle")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=tiz-cycling-live.io
! https://github.com/AdguardTeam/AdguardFilters/issues/74725
tyla.com#@#div[class*="margin-Advert"]
@@||static.adsafeprotected.com/vans-adapter-google-ima.js$domain=tyla.com
! https://github.com/AdguardTeam/AdguardFilters/issues/71042
/fontyukle.net\/js\/\w+.js/$domain=fontyukle.net
fontyukle.net#%#//scriptlet("prevent-setTimeout", "adsbygoogle")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=fontyukle.net
! https://github.com/AdguardTeam/AdguardFilters/issues/74902
robot-forum.com#%#//scriptlet("set-constant", "cwAdblockDisabled", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/74649
freemc.host#%#//scriptlet("prevent-setInterval", "adsbygoogle", "1000")
! https://github.com/AdguardTeam/AdguardFilters/issues/74427
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=theteacherscorner.net
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=theteacherscorner.net
! https://github.com/AdguardTeam/AdguardFilters/issues/74545
strtape.*#@#.google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/74464
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=simsdom.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=simsdom.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74359
! https://github.com/AdguardTeam/AdguardFilters/issues/74360
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hulblog.com|omgmusik.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=hulblog.com|omgmusik.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74176
! https://github.com/AdguardTeam/AdguardFilters/issues/75599
||copyrightcontent.org/unblocker/ub/$domain=finchtechs.com|imginn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74297
elil.cc#%#//scriptlet('set-constant', 'ads_blocked', '0')
@@||elil.cc/advertisement/$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/74097
tvchoicemagazine.co.uk#%#//scriptlet("set-constant", "showModal", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/73943
||adservice.google.com/adsid/integrator.js$script,redirect=noopjs,domain=961thebreeze.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73940
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.metro.us
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=games.metro.us
@@||ams.cdn.arkadiumhosted.com/advertisement/display/stable/display-ads.js$domain=games.metro.us
games.metro.us#%#//scriptlet("adjust-setInterval", "game will", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/85743
eio.io,linkpoi.me,eririo.club,freshi.site,exe.app#%#//scriptlet("set-constant", "disableItToContinue", "noopFunc")
!#safari_cb_affinity(privacy)
!#safari_cb_affinity
! ytmp3.eu/en45/ anti-adblock
||ytmp3.eu/en45/pagead/js/adsbygoogle.js$xmlhttprequest,~third-party,redirect=nooptext,important
@@||ytmp3.eu/en45/pagead/js/adsbygoogle.js$xmlhttprequest,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/73849
@@||player.clevercast.com/players/video-js/video-js-plugins/videojs.ads.min.js
!
! https://github.com/AdguardTeam/AdguardFilters/issues/72017
! The rules from Frellwit's list
! https://github.com/AdguardTeam/AdguardFilters/issues/72017#issuecomment-787037644
!START: discoveryplus
||akamaihd.net^$media,domain=discoveryplus.*
||dnitv.com^$media,domain=discoveryplus.*
@@||mparticle.com^*/login$domain=discoveryplus.*
!+ PLATFORM(ext_chromium)
||prod-adops-proxy.dnitv.net^$redirect=nooptext,domain=discoveryplus.*
!END: discoveryplus
!
! https://github.com/AdguardTeam/AdguardFilters/issues/73654
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=subtitle.one
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=subtitle.one
! https://github.com/AdguardTeam/AdguardFilters/issues/73502
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=livexlive.com
@@||googletagservices.com/tag/js/gpt.js$domain=livexlive.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=livexlive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73553
||cdn.jsdelivr.net/gh/dandyraka/jnck-adblock/jnck.adblock.min.js$domain=jnckmedia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73957
@@||cryptofuns.ru^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/73676
genshinimpactcalculator.com#%#//scriptlet("set-constant", "nitroAds.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/73068
! https://github.com/AdguardTeam/AdguardFilters/issues/73419
@@||ephoto360.com/js/blockadblock.js
ephoto360.com#%#//scriptlet("abort-current-inline-script", "$", "Adblock")
! Ads reinjection(Ad Defend)
! also can be hidden by `##img[referrerpolicy="unsafe-url"][src^="***"]`
transfermarkt.*#@#.AD-POST
#@#.ADV320_50_100
! https://github.com/AdguardTeam/AdguardFilters/issues/152983
client.falixnodes.net#%#//scriptlet('abort-on-property-write', 'detectAdBlock')
@@||client.falixnodes.net^$generichide
client.falixnodes.net##div[id^="adngin-"]
@@||s0.2mdn.net^$image,domain=client.falixnodes.net
@@||tpc.googlesyndication.com/simgad/$image,domain=client.falixnodes.net
@@||snigelweb.com/*.js$script,domain=client.falixnodes.net
! https://github.com/AdguardTeam/AdguardFilters/issues/73214
psychpoint.com##.adblockmodal
! https://github.com/AdguardTeam/AdguardFilters/issues/72888
@@||8s8.eu/fa.js$domain=g9g.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/73781
escapegames24.com#%#//scriptlet("prevent-setTimeout", "ads", "2000")
! https://github.com/AdguardTeam/AdguardFilters/issues/72896
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=panoramaviewer.1bestlink.net
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,important,domain=panoramaviewer.1bestlink.net
! https://github.com/AdguardTeam/AdguardFilters/issues/72829
dlink.mobilejsr.com,healthtune.site#%#//scriptlet("prevent-addEventListener", "load", ".nextFunction")
! https://github.com/AdguardTeam/AdguardFilters/issues/72048
@@||dogemate.com/banner/cointiply_72890.jpg$domain=dogemate.com
dogemate.com#$#img[id^="ads-"] { opacity: 0 !important; }
dogemate.com#@#img[width="728"][height="90"]
dogemate.com#@#img[width="468"][height="60"]
dogemate.com#%#//scriptlet("abort-current-inline-script", "$", "location")
! https://github.com/AdguardTeam/AdguardFilters/issues/62266
! https://github.com/AdguardTeam/AdguardFilters/issues/72420
@@||api.adinplay.com/libs/aiptag/pub/SND/skynode.pro/tag.min.js$domain=panel.skynode.pro
! https://github.com/AdguardTeam/AdguardFilters/issues/72691
tinyppt.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/72956
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=seminarstopics.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=seminarstopics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72828
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$important,script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=kisahdunia.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kisahdunia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72741
magesy.blog,magesy.pro#%#//scriptlet("set-constant", "adBlockFunction", "noopFunc")
magesy.pro##.fuckGitHUB_content
magesy.pro##.fuckGitHUB_blackoverlay
! https://github.com/AdguardTeam/AdguardFilters/issues/79242
cashearn.cc#%#//scriptlet("prevent-setTimeout", "checkblockUser", "1000")
||cashearn.cc/img/cointiply_728x90.jpg$image,redirect=1x1-transparent.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/72432
foxgreat.com#@#.google-ad
foxgreat.com#$#body .google-ad { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72384
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kitguru.net
! https://github.com/AdguardTeam/AdguardFilters/issues/95765
hobby-machinist.com#%#//scriptlet('prevent-setInterval', 'options')
! https://github.com/AdguardTeam/AdguardFilters/issues/72569
||rblx.land/main_scriptx2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/97906
@@||oklivetv.com/*&*=*&*&_=$xmlhttprequest,~third-party
@@||okteve.com/*&*=*&*&_=$xmlhttprequest,~third-party
@@||aweprt.com/embed/fk?_=$domain=oklivetv.com|okteve.com
dudestream.com#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72482
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=supreme-gamers.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=supreme-gamers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72181
totv.org###ad
totv.org#%#//scriptlet("set-constant", "google_tag_data", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/72161
||temp-mails.com/assets/js/sweetalert2.js
temp-mails.com##body > div[style^="position: fixed; z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/149995
! https://github.com/AdguardTeam/AdguardFilters/issues/126247
! https://github.com/AdguardTeam/AdguardFilters/issues/72010
@@||nocorspolicy.com^$xmlhttprequest,domain=taming.io
@@||api.adinplay.com/$xmlhttprequest,domain=taming.io
@@||api.adinplay.com/libs/aiptag/pub/NND/taming.io/tag.min.js$domain=taming.io
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=taming.io
! https://github.com/AdguardTeam/AdguardFilters/issues/71913
calculate.plus#%#//scriptlet("prevent-setTimeout", "checkStopBlock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=calculate.plus
! https://github.com/AdguardTeam/AdguardFilters/issues/71942
stockstracker.com#@##googleAds
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=stockstracker.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72162
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=bbcamerica.com
! https://github.com/AdguardTeam/AdguardFilters/issues/71949
||europixhd.net/js/note.js
europixhd.net#%#//scriptlet('abort-current-inline-script', 'document.write', 'unescape')
! https://github.com/AdguardTeam/AdguardFilters/issues/70719
@@||duit.cc/favicon.ico#
! https://github.com/AdguardTeam/AdguardFilters/issues/71707
@@||cdn.radiostreamlive.com/v*/js/adblock/advert-1bb.js
radionatale.com,radionorthpole.com,radioamericalatina.com,radioitalianmusic.com,radioitaliacanada.com,miamibeachradio.com,radiosymphony.com,radiocountrylive.com,radioitalylive.com,radiolovelive.com,radionylive.com,radiorockon.com#%#//scriptlet("set-constant", "adp", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/71713
@@||imgur.com/desktop-assets/js/floaty_rotator.*.bundle.js
imgur.com#%#//scriptlet("set-constant", "ADBLOCKED", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/71597
@@||promods.net/*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/71605
temp-phone-number.com#%#//scriptlet("prevent-setTimeout", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/70998
camarchive.tv#%#//scriptlet("set-constant", "adsBlocked", "falseFunc")
||exosrv.com/*.js$script,xmlhttprequest,redirect=noopjs,domain=camarchive.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/70641
vanis.io###ab-overlay
! san_wrapper
cybermania.ws,3dzip.org##.san_wrapper
cybermania.ws,3dzip.org#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/71650
ustream.to###adblockz_alert
ustream.to#%#//scriptlet("set-constant", "ads_is_loaded", "1")
ustream.to#%#//scriptlet("set-constant", "adblock_user", "0")
ustream.to#%#//scriptlet("set-constant", "ads_blocked", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/71498
agar.red#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/71150
@@||mylivesignature.com/js/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/70562
memoryhackers.org#@#.ads-header
memoryhackers.org#%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
memoryhackers.org#%#//scriptlet("set-constant", "google_jobrunner", "emptyObj")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=memoryhackers.org
! https://github.com/AdguardTeam/AdguardFilters/issues/170998
! https://github.com/AdguardTeam/AdguardFilters/issues/70979
ctrlv.sk,ctrlv.cz,ctrlv.link##body > div[id][style="display: flex;"]
ctrlv.sk,ctrlv.cz,ctrlv.link#%#//scriptlet('set-constant', 'adbId', 'null')
! https://github.com/AdguardTeam/AdguardFilters/issues/71190
iptv22.uk#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=iptv22.uk
! raqmedia.com - antiadblock
||raw.githack.com/Raqmedia/adblock/master/disallowad.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,important,domain=raqmedia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/71156
slidesharedownloader.ngelmat.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/71182
@@||textbin.net/js/prebid-ads.js
textbin.net#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/70949
@@||ontiva.com/js/prebid-ads.js
ontiva.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/71052
mope.io#%#AG_onLoad(function() { var el = document.querySelector('#moneyRect > #mope-io_300x250'); var ce = document.createElement('iframe'); ce.style = 'display: none !important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/70660
@@||arrowos.net/js/blockAdBlock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/127694
! Website's checking a lot of elements and values of CSS properties
! Rule below is appending these elements to website, and sets appropriate style
forum.release-apk.com#%#AG_onLoad(function(){var b=new MutationObserver(function(){try{for(var a,d=function(c){for(var a="",d=0;d<c;d++)a+="0123456789".charAt(Math.floor(10*Math.random()));return a},e=document.querySelectorAll(".adsbygoogle, script[data-ad-client]"),f=0;f<e.length;f++)if(e[f].getAttribute("data-ad-client")){a=e[f].getAttribute("data-ad-client");break}if(a){var g=`<ins class="adsbygoogle" data-adsbygoogle-status="done" style="display: block; height: 200px; width: 200px;" data-ad-status="unfilled"><ins id="aswift_0_expand" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: inline-table;" tabindex="0" title="Advertisement" aria-label="Advertisement"><ins id="aswift_0_anchor" style="border: none; height: 0px; width: 0px; margin: 0px; padding: 0px; position: relative; visibility: visible; background-color: transparent; display: block;"><iframe id="aswift_0" name="aswift_0" style="left:0;position:absolute;top:0;border:0;width:200px;height:200px;" sandbox="allow-forms allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-top-navigation-by-user-activation" frameborder="0" src="https://googleads.g.doubleclick.net/pagead/ads?client=${a}&amp;output=html&amp;adk=${d(10)}&amp;adf=${d(10)}&amp;lmt=${d(10)}&amp;plat=${d(100)};&amp;format=0x0&amp;url=${encodeURIComponent(document.location.href)}&amp;ea=0&amp;flash=0&amp;pra=5&amp;wgl=1&amp;uach=${d(100)}&amp;bpp=2&amp;bdt=${d(3)}&amp;idt=${d(3)}&amp;shv=r${d(8)}&amp;mjsv=m${d(8)}&amp;ptt=${d(1)}&amp;saldr=aa&amp;abxe=1&amp;nras=1&amp;correlator=${d(8)}&amp;frm=${d(2)}&amp;pv=2&amp;ga_vid=${d(10)}.${d(10)}&amp;ga_sid=${d(10)}&amp;ga_hid=${d(10)}&amp;ga_fc=0&amp;u_tz=${d(3)}&amp;u_his=8&amp;u_java=0&amp;u_h=${d(4)}&amp;u_w=${d(4)}&amp;u_ah=${d(4)}&amp;u_aw=${d(4)}&amp;u_cd=${d(2)}&amp;u_nplug=${d(1)}&amp;u_nmime=${d(1)}&amp;adx=-${d(8)}&amp;ady=-${d(8)}&amp;biw=${d(4)}&amp;bih=${d(4)}&amp;scr_x=0&amp;scr_y=0&amp;eid=${d(30)}&amp;oid=${d(1)}&amp;pvsid=${d(16)}&amp;pem=${d(3)}&amp;eae=${d(1)}&amp;fc=${d(4)}&amp;brdim=${d(20)}&amp;vis=1&amp;rsz=${d(6)}&amp;abl=NS&amp;fu=${d(4)}&amp;bc=${d(2)}&amp;ifi=1&amp;uci=a!1&amp;fsb=1&amp;dtd=128" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true" data-google-container-id="a!1" data-load-complete="true"></iframe></ins></ins></ins>`,h=document.querySelector("body > *"),j=document.querySelectorAll(".phpbb-ads-center > .adsbygoogle");h&&j.length&&(!h.querySelector("iframe#aswift_0")&&h.insertAdjacentHTML("afterend",g),j.forEach(a=>{a.querySelector("iframe#aswift_0")||(a.parentNode.style.height="200px",a.parentNode.style.width="200px",a.parentNode.innerHTML=g)}))}var k=document.querySelector(".page-body"),l=document.querySelectorAll(".adsbygoogle, .phpbb-ads-center");k&&!k.innerText.includes("deactivating your Ad-Blocker")&&l.length&&(l.forEach(a=>{a.remove()}),b.disconnect())}catch(a){}});b.observe(document,{childList:!0,subtree:!0}),setTimeout(function(){b.disconnect()},1E4)});
@@||forum.release-apk.com^$generichide
@@||forum.release-apk.com/*#/*/ad/$image
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=forum.release-apk.com
||googleads.g.doubleclick.net/pagead/ads$redirect=noopframe,domain=forum.release-apk.com
||googleads.g.doubleclick.net/pagead/html/*/zrt_lookup.html$redirect=noopframe,domain=forum.release-apk.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70082
||ad.a-ads.com/*?size=$xmlhttprequest,redirect=nooptext,domain=pentafaucet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69954
@@||chillicams.net/js/adv/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/69820
||dubsstreamz.com/block/js/deblocker.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/69995
nba.com#%#//scriptlet("set-constant", "adBlockerDetected", "false")
@@||akamaihd.net/nbad/player/v*/nba/site*/player/scripts/nlad.js$domain=nba.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nba.com
! androidapkapp.net
||androidapkapp.net/adblockscript/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/70080
@@||hitbits.io/v1/ads2/ads/$xmlhttprequest
||a-ads.com/*?size=$xmlhttprequest,redirect=nooptext,domain=hitbits.io,important
@@||a-ads.com/*?size=$xmlhttprequest,domain=hitbits.io
! https://github.com/AdguardTeam/AdguardFilters/issues/69752
||lapagan.net/wp-content/uploads/gcahputb.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=lapagan.net
lapagan.net#%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/69236
! https://github.com/AdguardTeam/AdguardFilters/issues/69841
streameast.live#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
||googleads.g.doubleclick.net/pagead/id$script,xmlhttprequest,redirect=noopjs,domain=streameast.live
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=streameast.live
! https://github.com/AdguardTeam/AdguardFilters/issues/59506
cryptowin.io#%#//scriptlet("abort-current-inline-script", "document.getElementById", "AdBlock")
@@||cryptowin.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/69629
@@||downfile.site/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/69563
! TODO: replace below rule to scriptlet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/57#issuecomment-697240649
konnoznet.xyz#%#AG_abortInlineScript(/adblock/, 'document.createElement');
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=konnoznet.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/69361
! https://github.com/AdguardTeam/AdguardFilters/issues/69302
! https://github.com/AdguardTeam/AdguardFilters/issues/66844
pipeflare.io#@#div[id^="amzn-assoc-ad"]
@@||z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=$domain=pipeflare.io
@@||aax-us-east.amazon-adsystem.com/x/getad?src=$domain=pipeflare.io
! https://github.com/AdguardTeam/AdguardFilters/issues/69028
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tvp.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/69007
@@||1bit.space/default/public/assets/*.js$~third-party
@@||1bitspace.com/default/public/assets/*.js$~third-party
1bit.space#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/68815
||ad.a-ads.com/*?size=$xmlhttprequest,redirect=nooptext,domain=getitall.top
! https://github.com/AdguardTeam/AdguardFilters/issues/68635
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=livemint.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=livemint.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68616
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=mr9soft.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mr9soft.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68575
lootlinks.net#%#//scriptlet('set-constant', 'canRunAds', 'true')
/js/prebid-ads.js$~third-party,domain=lootlinks.net
! https://github.com/AdguardTeam/AdguardFilters/issues/68464
@@||softairbay.com/autoSAB/src/google-ads.js
softairbay.com#%#//scriptlet('set-constant', 'SABcheck', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/68465
pluspremieres.*#%#//scriptlet("abort-current-inline-script", "$", "var selector")
pluspremieres.*#%#//scriptlet("prevent-setInterval", "/\['\\x[\s\S]*?checkInterval/")
! https://github.com/AdguardTeam/AdguardFilters/issues/68117
@@||video.520call.me/ad.php
! https://github.com/AdguardTeam/AdguardFilters/issues/68339
@@||elahmad.com/ads/fc.php
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=elahmad.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68223
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=bestgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68193
pics4you.net##body > div[style*="width: 100%; z-index: "]
! https://github.com/AdguardTeam/AdguardFilters/issues/68272
@@||tipslearn.com/wp-content/plugins/wp-safelink/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/68222
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=yad.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68112
protrumpnews.com#%#//scriptlet("set-constant", "zsfel", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/68000
scat.gold#%#//scriptlet("set-constant", "adsbygoogle", "true")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=scat.gold
! https://github.com/AdguardTeam/AdguardFilters/issues/67935
||yourporngod.com/cdn-cgi/apps/head/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/67931
@@||pubads.g.doubleclick.net/ssai/event/$xmlhttprequest,domain=zoomtventertainment.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67654
@@||api.adinplay.com/libs/aiptag/assets/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/67601
keralatelecom.info#%#//scriptlet('abort-on-property-read', 'blogantiadblock')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=keralatelecom.info
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=keralatelecom.info,important
! https://github.com/AdguardTeam/AdguardFilters/issues/100046
mytoolz.net#$##adblock_msg { display: none !important; }
mytoolz.net#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/67517
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=unityassets4free.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70311
! https://github.com/AdguardTeam/AdguardFilters/issues/67508
evoload.io#%#//scriptlet("set-constant", "bloaded", "true")
||evosrv.com/html/videojs/plugins/videojs-contrib-ads.js$script,redirect=noopjs,domain=evoload.io
! https://github.com/AdguardTeam/AdguardFilters/issues/67398
@@||desktophut.com/ad1.js
desktophut.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "test-block")
! https://github.com/AdguardTeam/AdguardFilters/issues/67165
@@||8tm.net/stylesheets/ads.css
! https://github.com/AdguardTeam/AdguardFilters/issues/154273
! https://github.com/AdguardTeam/AdguardFilters/issues/143181
! https://github.com/AdguardTeam/AdguardFilters/issues/66997
vidmoly.me,vidmoly.net,vidmoly.to#@#.AdsBox
vidmoly.me,vidmoly.net,vidmoly.to###adsblock
vidmoly.me,vidmoly.net,vidmoly.to##body > div[style*="opacity:"][style*="position: fixed; width:"][style*="z-index:"]
vidmoly.me,vidmoly.net,vidmoly.to#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
vidmoly.me,vidmoly.net,vidmoly.to#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
vidmoly.me,vidmoly.net,vidmoly.to#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', '/_0x|adsBlocked/')
$script,redirect-rule=noopjs,domain=vidmoly.me|vidmoly.net|vidmoly.to
! https://github.com/AdguardTeam/AdguardFilters/issues/67053
bestopbook.info#%#//scriptlet("abort-on-property-read", "mdp_ngaurcom")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=bestopbook.info
! https://github.com/AdguardTeam/AdguardFilters/issues/67067
top.gg#$#body { overflow: auto !important; }
top.gg#$#div[class^="chakra-modal__overlay"][style="opacity: 1;"] { display: none !important; }
top.gg#$#div[class^="chakra-modal__overlay"][style="opacity: 1;"] ~ div[data-focus-lock-disabled] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/67023
k12reader.com#$#.pub300x250.pub300x250m.pub728x90.text-ad { display: block !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=k12reader.com
! flipboard.com - antiadblock in the video player
@@||flipboard.com/*/videojs-contrib-ads.*.bundle.js
@@||flipboard.com/*/vendors~videojs-contrib-ads.*.bundle.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=flipboard.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66835
@@||discoveryplus.in/*/ads/banner_ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66868
iptv4best.com##.adace-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/66841
kickassanime.*#%#//scriptlet("set-constant", "appData.ftg", "true")
kickassanime.*#%#//scriptlet("set-constant", "ifmax", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/66772
!+ NOT_PLATFORM(windows, mac, android)
@@||wo2viral.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/66676
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=hindustantimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66628
kisscartoon.nz#%#//scriptlet("set-constant", "check_adblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/66560
@@||googleads.g.doubleclick.net/pagead/ads?ads$domain=freebinchecker.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66511
@@||mshares.co/js/blockadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/118908
! https://github.com/AdguardTeam/AdguardFilters/issues/77239
! It looks like that it's server-side anti-adblock and it's checking some cookies
@@||atozmath.com^$cookie
@@||atozmath.com^$generichide
@@||assets.bilsyndication.com/plugins/safeframe/src/js/sf_host.min.js$domain=atozmath.com
@@||assets.bilsyndication.com/prebid/default/prebid-$domain=atozmath.com
@@||assets.bilsyndication.com/prebid/default/prebid-7.31.0.js$domain=atozmath.com
@@||assets.bilsyndication.com/widget/$image,domain=atozmath.com
@@||atozmath.com/Scripts/advertisement.js
@@||bhavanijewellery.in/ads9.gif$domain=atozmath.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=atozmath.com
@@||c.amazon-adsystem.com/bao-csm/aps-comm/aps_csm.js$domain=atozmath.com
@@||google-analytics.com/analytics.js$domain=atozmath.com
@@||googletagmanager.com/gtag/js?id=$domain=atozmath.com
@@||googletagservices.com/tag/js/gpt.js$domain=atozmath.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=atozmath.com
@@||prebid-asia.creativecdn.com/bidder/prebid/bids$domain=atozmath.com
@@||prebid-asia.creativecdn.com/bidder/prebid/bids?_=$domain=atozmath.com
@@||services.bilsyndication.com/adv1/?q=$domain=atozmath.com
@@||services.bilsyndication.com^$domain=atozmath.com,~media
atozmath.com#$##vi_LN_sticky1-ad2 { height: 11px !important; }
atozmath.com#$##vi_LN_sticky2-ad2 > .adsbyvli { height: 250px !important; }
atozmath.com#$##vi_LN_sticky3-ad2 > .adsbyvli { height: 250px !important; }
atozmath.com#$##Table2 .adsbyvli { height: 90px !important; }
atozmath.com#$#div[id^="vi_LN_sticky"][id*="-ad"] { visibility: hidden !important; }
!atozmath.com#$##top.table0 .menubg .adsbyvli[data-ad-slot]:not([data-width]) { height: 250px !important; position: absolute !important; left: -3000px !important; }
!atozmath.com#$#.menubg .adsbyvli[data-ad-slot][data-width]:not([data-height="250"]) { height: 90px !important; position: absolute !important; left: -3000px !important; }
atozmath.com#%#//scriptlet('set-constant', 'window_focus', 'true')
atozmath.com#%#//scriptlet('set-constant', 'vitag.enableGeoLocation', 'false')
atozmath.com#$#body #bottomAd.adsbox { display: block !important; }
!atozmath.com#%#//scriptlet("prevent-setInterval", "BAdBlock")
!atozmath.com#%#AG_onLoad(function(){try{function i(a,b){return a=Math.ceil(a),b=Math.floor(b),Math.floor(Math.random()*(b-a+1))+a}function j(a){for(var b="",c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",d=c.length,e=0;e<a;e++)b+=c.charAt(Math.floor(Math.random()*d));return b}const k=[1,9,14],l=Math.floor(Math.random()*k.length);var a=new Date;a.setTime(a.getTime()+1200000);var b=a.toGMTString();document.cookie=`BAdBlock1=0; path=/; expires=${b}`,document.cookie=`BAdBlock2=0; path=/; expires=${b}`,document.cookie=`BAdBlock3=600; path=/; expires=${b}`,document.cookie=`BAdBlock4=68~600~${i(1,9)}0~250~250~250~250~230~250~250~231~; path=/; expires=${b}`,document.cookie=`BAdBlock5=600~231~9${i(1,9)}0~${i(1,9)}10~${i(1,3)}~1~${i(1,3)}~${i(1,9)}; path=/; expires=${b}`,document.cookie=`BAdBlock6=160~160~728~970~970~${i(1,3)}00~300~${i(1,3)}00~${i(1,9)}00~300~300~${i(1,3)}00~410~; path=/; expires=${b}`,document.cookie=`BAdBlock7=9~1~${k[l]}~9~9~9~${k[l]}~9~${k[l]}~9~9~9~9~; path=/; expires=${b}`,document.cookie=`BAdBlock9=020; path=/; expires=${b}`,document.cookie=`BAdBlock10=0; path=/; expires=${b}`,document.cookie=`BAdSvi1=vi_az~vi_vi_az~vi_31308${i(600,700)}~vi_31308${i(600,700)}~vi_31308703~vi_313010421~vi_31308${i(600,700)}~vi_31308${i(600,700)}~vi_31308${i(600,700)}~vi_31308698~vi_31308${i(600,700)}~vi_31308${i(600,700)}~vi_31308${i(600,700)}~undefined~; path=/; expires=${b}`,document.cookie=`BAdSvi2=0~1595~1287~581~${i(500,600)}~581~581~${i(500,600)}~1289~30872~${i(500,600)}~581~13962~; path=/; expires=${b}`,document.cookie=`pbC=${i(30,80)}; path=/; expires=${b}`,document.cookie=`ifC=${i(90,100)}-${i(1,10)}-${i(30,70)}; path=/; expires=${b}`;document.cookie=`__viCookieActive=true; path=/; expires=${b}`,document.cookie.includes("_gat_gtag_UA_")||(document.cookie=`__gads=ID=${j(16)}-${j(16)}:T=${j(10)}:S=${j(34)}; path=/; expires=${b}`,document.cookie=`_ga=GA1.2.${i(7e7,8e7)}.${i(165e7,175e7)}; path=/; expires=${b}`,document.cookie=`_gid=GA1.2.${i(2e9,21e8)}.${i(165e7,175e7)}; path=/; expires=${b}`,document.cookie=`_gat_gtag_UA_${i(21e7,213e6)}_2=1; path=/; expires=${b}`,document.cookie=`_gat_gtag_UA_${i(21e7,213e6)}_2=1; path=/; expires=${b}`,document.cookie=`__utmb=${i(19e6,2e7)}.${i(10,20)}.${i(1,10)}.${i(165e7,166e7)}; path=/; expires=${b}`,document.cookie=`__utma=${i(19e6,2e7)}.${i(79e7,8e8)}.${i(165e7,166e7)}.${i(165e7,166e7)}.${i(165e7,166e7)}.${i(1,9)}; path=/; expires=${b}`,document.cookie=`__utmc=${i(19e6,2e7)}; path=/; expires=${b}`,document.cookie=`__utmz=${i(19e6,2e7)}.${i(165e7,166e7)}.${i(1,9)}.${i(1,9)}.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); path=/; expires=${b}`,document.cookie=`__utmt=1; path=/; expires=${b}`,document.cookie=`__ppIdCC=${j(8)}_${j(12)}.${i(8e3,9e3)}; path=/; expires=${b}`,document.cookie=`cto_bidid=${j(2)}-${j(140)}; path=/; expires=${b}`,document.cookie=`cto_bundle=${j(190)}; path=/; expires=${b}`,document.cookie=`_pbjs_userid_consent_data=${i(81e14,811e13)}; path=/; expires=${b}`,document.cookie=`ucf_uid=${j(7)}-${j(4)}-${i(1e3,5e3)}-${j(4)}-${j(12)}; path=/; expires=${b}`);var c,d=document.querySelectorAll("body script");d.forEach(a=>{a.textContent.includes("hCode")&&(c=a.textContent)}),c=c.replaceAll("\n","");var e=c.match(/var hCode[\s\S]*?\.value=hCode;/);e=e[0];var f=c.match(/var BAdBlock8[\s\S]*?\.value=BAdBlock8;[\s\S]*?document\.cookie="BAdBlock8=[\s\S]*?\+CookieExpiry;/);f=f[0];var g=e+f,h=Function(g);h()}catch(a){}});
! https://github.com/AdguardTeam/AdguardFilters/issues/66369
@@||adservice.google.com/adsid/integrator.js$domain=ultimateclassicrock.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66399
@@||wcoanimedub.tv/inc/embed/ads.js
wcoanimedub.tv#%#//scriptlet("prevent-setTimeout", "AdBlock")
wcoanimedub.tv#%#//scriptlet("set-constant", "isAdBlockActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/66338
||streameast.live/wp-content/plugins/yalaan/js/deblocker.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66220
quackr.io#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62272
||vladan.fr/wp-content/cache/min/1/wp-content/uploads/images/bmdqpcen-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66152
||tellynewsarticles.com/wp-content/uploads/pobsfqz.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66096
siz.tv###koddostu-com-adblocker-engelleme
siz.tv#%#//scriptlet("set-constant", "koddostu_com_adblock_yok", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/65918
@@||tutorial.siberuang.com/wp-content/plugins/wp-safelink/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/65886
@@||mahimeta.com/networks/ad_code.php$domain=biggboss13.io
biggboss13.io#%#//scriptlet("abort-on-property-read", "mMCheckAgainBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/72129
! https://github.com/AdguardTeam/AdguardFilters/issues/65874
laptrinhx.com#@#.post-ads
laptrinhx.com#%#//scriptlet('remove-class', 'post-ads', '.post-content.post-ads')
laptrinhx.com#%#//scriptlet("prevent-setInterval", "showAdblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=laptrinhx.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=laptrinhx.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65735
southindianactress.in#%#//scriptlet("abort-on-property-read", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=southindianactress.in
! javfull.net, javcl.com - antiadblock
javfull.net,javcl.com#$##wrapfabtest { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/81390
! https://github.com/AdguardTeam/AdguardFilters/issues/65606
standardmedia.co.ke#%#//scriptlet("set-constant", "canRunAds", "true")
@@||standardmedia.co.ke/assets/js/prebid-google-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66340
evoload.io##.xadb-msg
! https://github.com/AdguardTeam/AdguardFilters/issues/65499
livestreaming24.eu#%#//scriptlet('prevent-setTimeout', 'ad.clientHeight')
! https://github.com/AdguardTeam/AdguardFilters/issues/65418
||sp-mms.weather.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/65438
grab.tc#%#//scriptlet("set-constant", "NoAdBlock", "noopFunc")
grab.tc#%#//scriptlet("set-constant", "noAdBlock.on", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/65205
@@||urbanmilwaukee.com/wp-content/themes/*/js/prebid-ads.js
urbanmilwaukee.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/65081
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,script,redirect=noopjs,domain=malaysianwireless.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65035
@@||cdn.witchhut.com/network-js/witch-afg/ima3.js$domain=friv-2017.com
gamezop.com###adBlockerOverlay
! https://github.com/AdguardTeam/AdguardFilters/issues/64949
||linuxgizmos.com/files/ctkiba.css
linuxgizmos.com###ctkiba-blanket
! https://github.com/AdguardTeam/AdguardFilters/issues/65006
downloadrepack.com#%#//scriptlet('prevent-addEventListener', 'load', '"gads"')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=downloadrepack.com
! https://github.com/AdguardTeam/AdguardFilters/issues/64833
||freecourseweb.com/wp-content/uploads/xseoml.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=freecourseweb.com
freecourseweb.com#%#//scriptlet('prevent-setTimeout', 'body.className+=')
! https://github.com/AdguardTeam/AdguardFilters/issues/64800
claimrbx.gg#%#//scriptlet('prevent-setTimeout', 'Adblocker Detected')
! https://github.com/AdguardTeam/AdguardFilters/issues/90138
! https://github.com/AdguardTeam/AdguardFilters/issues/64366
! coolmathgames.com#%#//scriptlet("set-constant", "validSubscriber", "true")
coolmathgames.com#%#//scriptlet("set-constant", "google", "emptyObj")
coolmathgames.com#%#//scriptlet("set-constant", "cmgpbjs", "emptyObj")
coolmathgames.com#%#//scriptlet("set-constant", "displayAdblockOverlay", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/64396
mylink.vc,myl1nk.net#%#//scriptlet("abort-on-property-read", "atob")
! https://github.com/AdguardTeam/AdguardFilters/issues/64373
roleplayer.me#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/64100
bfas237blog.info#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/64078
@@||androidtvbox-*.netdna-ssl.com/wp-content/themes/jannah/assets/js/ad.js$domain=androidtvbox.eu
@@||androidtvbox-*.netdna-ssl.com/wp-content/uploads/siteground-optimizer-assets/adning_dummy_advertising.min.js$domain=androidtvbox.eu
androidtvbox.eu#%#//scriptlet("set-constant", "$tieE3", "true")
androidtvbox.eu#%#//scriptlet("set-constant", "adning_no_adblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/64090
||mokkaofficial.com/wp-content/uploads/ibrmagw.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=mokkaofficial.com
! https://github.com/AdguardTeam/AdguardFilters/issues/64045
saungfirmware.id#%#//scriptlet("set-constant", "short_url_app_vars.force_disable_adblock", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/64029
@@||checkz.net/tools/*/*.$~third-party
@@||checkz.net^$generichide
checkz.net#$#.adsbygoogle { height: 1px!important; display: block!important; }
checkz.net#$#div[class^="selam"] { height: 5px !important; }
checkz.net#%#//scriptlet("set-constant", "can_run_ads", "true")
checkz.net#%#//scriptlet("set-constant", "adblock_detect", "false")
checkz.net#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/63869
@@||moviehousememories.com/wp-content/themes/jannah/assets/js/ad.js
moviehousememories.com#%#//scriptlet("set-constant", "$tieE3", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/63803
ignboards.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'iframe-network')
! https://github.com/AdguardTeam/AdguardFilters/issues/63790
@@||persianhive.com/wp-content/plugins/wp-adblock-dedect/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101148
! https://github.com/AdguardTeam/AdguardFilters/issues/64702
! https://github.com/AdguardTeam/AdguardFilters/issues/63620
upstream.to###adbd
@@||upstream.to/advertisement/ads.js
@@||upstream.to/ads/pop.js
@@||upstream.to/js/dnsads.js
upstream.to#%#//scriptlet("set-constant", "cRAds", "true")
upstream.to#%#//scriptlet("set-constant", "xadV", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/86760
@@||drphil.com/modules/contrib/ctd_cvp/js/prebid-ads.js
drphil.com#%#//scriptlet("set-constant", "canRunAds", "true")
drphil.com#%#//scriptlet("set-constant", "hasAdBlocker", "false")
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=drphil.com
! https://github.com/AdguardTeam/AdguardFilters/issues/120609
||googletagmanager.com/gtm.js^$domain=emedemujer.com|theweathernetwork.com
! https://github.com/AdguardTeam/AdguardFilters/issues/63391
@@||ebesucher.ru/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/63362
@@||lookcam.com/fuckadblock.js
lookcam.it,lookcam.fr,lookcam.ru,lookcam.com,lookcam.pl#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/63185
beypazaricekici.com#%#//scriptlet('prevent-setTimeout', 'adBanner')
! https://github.com/AdguardTeam/AdguardFilters/issues/63020
@@||miniroyale2.io/*adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/63019
@@||googleads.g.doubleclick.net/pagead/ads?ads$domain=freevocabulary.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62904
@@||waaw.tv/js/adv/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/62831
||deliver.vkcdnservice.com/vast-im.js$script,redirect=noopjs,domain=hqq.to
@@||hqq.to/js/adv/fuckadblock.js
@@||hqq.to/e/$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/62802
eddiekidiw.com#%#//scriptlet("set-constant", "itools", "true")
eddiekidiw.com#%#//scriptlet("abort-current-inline-script", "$", "#modal_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/62787
bitminer.biz#%#//scriptlet("abort-on-property-read", "adsBlocked")
||googleads.g.doubleclick.net/pagead/id$xmlhttprequest,redirect=nooptext,domain=bitminer.biz
! https://github.com/AdguardTeam/AdguardFilters/issues/62664
@@||cruisin.me/community/js/*/oasadframe.js
cruisin.me#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/62602
fshost.me#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/62554
vidlii.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/62517
@@||static.clmbtech.com/ad/commons/js/adframe.js$domain=colombiaonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62371
audiotag.info#%#//scriptlet("prevent-setTimeout", "adsbygoogle.loaded")
audiotag.info#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/62389
lumiafirmware.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,script,redirect=noopjs,domain=lumiafirmware.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62271
chronicle.com#%#//scriptlet('prevent-setTimeout', 'checkPageIntegrity()')
! https://github.com/AdguardTeam/AdguardFilters/issues/62273
||lnfcdn.getsurl.com/js/aab.js
! https://forum.adguard.com/index.php?threads/resolved-py-md.39393/
||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.min.js$domain=py.md
! https://github.com/AdguardTeam/AdguardFilters/issues/61954#issuecomment-679448498
@@/script/advert.js$domain=sunbtc.space|weatherx.co.in
! https://github.com/AdguardTeam/AdguardFilters/issues/71824
! https://github.com/AdguardTeam/AdguardFilters/issues/61650
@@||linkvertise.com^$generichide
@@||linkvertise.com/assets/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/61964
forums.catholic.com###main > div[style="position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.8);z-index:99999;"]
! forums.catholic.com#@#.google-adsense
! @@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forums.catholic.com
forums.catholic.com#%#//scriptlet("prevent-setTimeout", "innerHTML.replace")
! https://github.com/AdguardTeam/AdguardFilters/issues/61829
coolsoft.altervista.org#%#//scriptlet('prevent-setTimeout', 'let _')
! https://github.com/AdguardTeam/AdguardFilters/issues/61813
reddit-livetv-links.blogspot.com#%#//scriptlet('abort-current-inline-script', 'addEventListener', 'Adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/102641
@@||ff14angler.com^$generichide
ff14angler.com#$#ins.adsbygoogle[data-ad-slot] > ins { display: inline-table !important; }
@@||g.doubleclick.net/pagead/ads?$subdocument,domain=ff14angler.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ff14angler.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/$script,domain=ff14angler.com
! https://github.com/AdguardTeam/AdguardFilters/issues/61593
||allcoins.pw/js/adbb.js
! https://github.com/AdguardTeam/AdguardFilters/issues/61483
adslink.pw,solvetube.site###ai-adb-message
adslink.pw,solvetube.site###ai-adb-overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/61382
@@||mixdrop.to/adblock.js
mixdrp.*,mixdrop.*#%#//scriptlet("set-constant", "MDCore.adblock", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/61346
@@||playtube.ws/ad/banner/*.json
! https://github.com/AdguardTeam/AdguardFilters/issues/88501
premid.app#%#AG_onLoad(function(){(new MutationObserver(function(){document.querySelectorAll(".adsbygoogle:not([data-adsbygoogle-status])").forEach(function(a){var b=document.createElement("div");a.appendChild(b);a.setAttribute("data-adsbygoogle-status","done")})})).observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/61332
@@||dloady.com/js/*/ad728x90-gmu.js
dloady.com#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/61257
thetechrim.com##div[class^="blocker-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/60961
@@||fruitlab.com/js/pages/dfp.js
fruitlab.com#%#//scriptlet("set-constant", "adBlockDetected", "noopFunc")
||secure.quantserve.com/quant.js$script,redirect=noopjs,domain=fruitlab.com
! https://github.com/AdguardTeam/AdguardFilters/issues/111111
thingiverse.com#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/60789
clubpenguinhq.net#%#//scriptlet("abort-on-property-read", "adBlockDetected")
! https://github.com/AdguardTeam/AdguardFilters/issues/60891
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=autofaucet.dutchycorp.space
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=autofaucet.dutchycorp.space
! https://github.com/AdguardTeam/AdguardFilters/issues/60575
@@||brighteon.com/static/dfp.js
brighteon.com#%#//scriptlet("set-constant", "adBlockDisabled", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/60288
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rte.ie
! https://github.com/AdguardTeam/AdguardFilters/issues/60714
post.techtutors.site#@##systemad_background
post.techtutors.site#@##row2AdContainer
post.techtutors.site#@##ps-vertical-ads
post.techtutors.site#@##mod_ad
post.techtutors.site#@##inner-top-ads
post.techtutors.site#@##hp-store-ad
post.techtutors.site#@##ad_300x250_m_c
! https://github.com/AdguardTeam/AdguardFilters/issues/60493
golfroyale.io#%#//scriptlet("set-constant", "adblocked", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/60492
dynast.io#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=dynast.io
! https://github.com/AdguardTeam/AdguardFilters/issues/60977
||cdn.sms24.me/assets/js/ado.js
! https://github.com/AdguardTeam/AdguardFilters/issues/60469
wabetainfo.com#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60462
!+ NOT_PLATFORM(windows, mac, android)
@@||ockles.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/60388
||inews.co.uk/static/inews-ab-dialog/inewsFeAdblockDialog.
! https://github.com/AdguardTeam/AdguardFilters/issues/59445
@@||tweaktown.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/60310
||puressh.net/assets/js/extra.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/60126
alphaantileak.net#%#window.google_jobrunner = function() {};
alphaantileak.net#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
!+ PLATFORM(windows, mac, android, ext_chromium)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=alphaantileak.net
! axilesoft.com (ACG player app) - not able to hide ads until next start
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=axilesoft.com
! https://github.com/AdguardTeam/AdguardFilters/issues/60039
msguides.com##div[id^="ai-adb-"]
! unblock if feature blocked and move analytics rule to Tracking protection
! @@||msguides.com/wp-content/plugins/ad-inserter/js/sponsors.js
! @@||google-analytics.com/analytics.js$domain=msguides.com
! @@||contextual.media.net/dmedianet.js$domain=msguides.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59932
@@||ninja.io/js/dist/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59929
@@||seadragons.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59898
@@||cdn.witchhut.com/network-js/witch-afg/ima3.js$domain=witchhut.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128507
duplichecker.com##.text-center > a[target="blank"] > img
duplichecker.com##.MID_WLI_CLASS
duplichecker.com##.dpn
duplichecker.com#%#//scriptlet("prevent-setInterval", "isAdBlockActive")
! duplichecker.com#@#.adtab
! duplichecker.com#@#.o-zergnet
@@||duplichecker.com^$generichide
@@||delivery.adrecover.com/*/adRecover.js$domain=duplichecker.com
@@||cdn.adpushup.com/*/adpushup.js$domain=duplichecker.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=duplichecker.com
@@||delivery.adrecover.com/allow.jpg$domain=duplichecker.com|smallseotools.com
||delivery.adrecover.com/allow.jpg$domain=duplichecker.com|smallseotools.com,redirect=1x1-transparent.gif,important
duplichecker.com#$#closePopupss ~ div[class]:not([id]) { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129986
! https://github.com/AdguardTeam/AdguardFilters/issues/59883
kiktu.com#%#//scriptlet("abort-current-inline-script", "$", "google_ads_iframe_")
kiktu.com#%#//scriptlet("abort-current-inline-script", "jQuery", "ai_adb")
! https://github.com/AdguardTeam/AdguardFilters/issues/59772
malaysiastock.biz#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/59570
@@||chompers.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/69526
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=tricksplit.io
! https://github.com/AdguardTeam/AdguardFilters/issues/60520
! https://github.com/AdguardTeam/AdguardFilters/issues/59461
@@||thewatchcartoononline.tv*inc/embed/ads.js
thewatchcartoononline.tv#%#//scriptlet("set-constant", "isAdBlockActive", "false")
thewatchcartoononline.tv#%#//scriptlet("prevent-setTimeout", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/59409
@@||bombom.io/ads.txt
! https://github.com/AdguardTeam/AdguardFilters/issues/59415
@@||minigiants.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59360
@@||wcoforever.net/inc/embed/ads.js
@@||wcoforever.com/inc/embed/ads.js
wcoforever.net,wcoforever.com#$##wrapfabtest { height: 1px !important; }
wcoforever.net,wcoforever.com#%#//scriptlet("set-constant", "isAdBlockActive", "false")
wcoforever.net,wcoforever.com#%#//scriptlet("prevent-setTimeout", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/59204
cdn.htmlgames.com###afgContainer
@@||yolla-d.openx.net/|$script,domain=cdn.htmlgames.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cdn.htmlgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59345
@@||brutalmania.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59206
getdogecoins.com#%#//scriptlet("set-constant", "show_ads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/59155
@@||ads.a-static.com/ads.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/59106
@@||vanis.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/61800
zkillboard.com#%#//scriptlet('set-constant', 'showAds', '0')
! https://forum.adguard.com/index.php?threads/talkceltic-detecting-talkceltic-net.39047
! https://github.com/AdguardTeam/AdguardFilters/issues/58984
freetutorialsus.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/58980
pasteit.top#%#//scriptlet("set-constant", "fabActive", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/58409
kbb.com#@#.gpt-ad
kbb.com#@#.ad-med-rec
! https://github.com/AdguardTeam/AdguardFilters/issues/58832
@@||windowcleaningforums.co.uk/js/Epyc/reg-top-ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/58913
hunterfansub.com#%#//scriptlet("abort-on-property-read", "adBlockDetected")
! distro.tv - antiadblock
||distro.tv/js/blocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/58251
zeoob.com#@#.ads_div
! https://github.com/AdguardTeam/AdguardFilters/issues/117420
@@||cracking.org/js/siropu/am/ads.min.js
cracking.org#%#//scriptlet("abort-current-inline-script", "$", "/initDetection|!document\.getElementById\(btoa/")
! https://github.com/AdguardTeam/AdguardFilters/issues/58059
@@||chinapost-track.com/ads.txt
! https://github.com/AdguardTeam/AdguardFilters/issues/57870
wallpapershome.com###welcome.adblock
! https://github.com/AdguardTeam/AdguardFilters/issues/57756
@@||faucetcrypto.com/ads^
! https://github.com/AdguardTeam/AdguardFilters/issues/57596
techyhit.com,allsmo.com,br0wsers.com,softwaresde.com#@#.ad_box
techyhit.com,allsmo.com,br0wsers.com,softwaresde.com#%#//scriptlet("prevent-setTimeout", "isHidden(advert)")
! https://github.com/AdguardTeam/AdguardFilters/issues/57561
@@||camarchive.tv/assets/ads.js
camarchive.tv#%#//scriptlet("set-constant", "canads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/57504
||cryptoads.space/libs/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/76545
!+ NOT_OPTIMIZED
||metro.co.uk/base/metro-ab-*/$stylesheet,script
! https://github.com/AdguardTeam/AdguardFilters/issues/57382
@@||fuckadblock.sitexw.fr^$generichide
@@||fuckadblock.sitexw.fr/beta/fuckadblock.js$domain=fuckadblock.sitexw.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/57380
megafile.io#%#//scriptlet("set-constant", "replaceContentWithAdBlockerContent", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/57302
@@||world-sms.org/get-ad/step
! https://github.com/uBlockOrigin/uAssets/issues/7308#issuecomment-778989942
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shavetape.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud.link,streamtape.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shavetape.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud.link,streamtape.*#%#//scriptlet("prevent-setInterval", "adblock", "700")
@@||streamtape.*/ad.js
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shavetape.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud.link,streamtape.*#@#.skyscraper.ad
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shavetape.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud.link,streamtape.*#@#.google-ad
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shavetape.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud.link,streamtape.*#%#//scriptlet("set-constant", "googleAd", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/57119
xhardhempus.net##div[id][class^="popup"][class$="wrap"]
! https://github.com/AdguardTeam/AdguardFilters/issues/57044
@@||abcvideo.cc/js/popads.js
abcvideo.cc#%#//scriptlet("set-constant", "cRAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/137292
freecoursesonline.me#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/56935
techadvisor.com,techadvisor.co.uk#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
! https://github.com/AdguardTeam/AdguardFilters/issues/56686
gtamaxprofit.com#$##wrapfabtest { height: 1px!important; }
gtamaxprofit.com#%#//scriptlet("abort-current-inline-script", "$", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/56675
claimtrx.club#%#//scriptlet("set-constant", "show_ads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/56627
leakite.com#%#//scriptlet("abort-on-property-write", "ai_check_block")
! https://github.com/AdguardTeam/AdguardFilters/issues/67832
! https://github.com/AdguardTeam/AdguardFilters/issues/56588
key-hub.eu###overlay
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=key-hub.eu
@@||key-hub.eu/js/prebid-ads.js
key-hub.eu#%#//scriptlet("set-constant", "gaData", "emptyObj")
key-hub.eu#%#//scriptlet("set-constant", "adblockDetector.init", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/56572
myviptuto.com#$##levelmaxblock { display: none!important; }
myviptuto.com#$#body[style] { overflow: visible!important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=myviptuto.com
! https://github.com/AdguardTeam/AdguardFilters/issues/77359
leechall.com#$##adBanner { height: 25px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171226
! https://github.com/AdguardTeam/AdguardFilters/issues/151304
! https://github.com/AdguardTeam/AdguardFilters/issues/79665
! https://github.com/AdguardTeam/AdguardFilters/issues/56486
! Arkadium antiadblock
gamelab.com#%#//scriptlet('set-constant', '__INITIAL_STATE__.config.theme.ads.isAdBlockerEnabled', 'false')
arkadium.com#@#display-ad-component
arkadium.com#@#div[class^="Ad-adContainer"]
arkadium.com#$#div[class^="Ad-adContainer"] { position: absolute !important; left: -3000px !important; }
arkadium.com#$#div[class^="GamePageAd-"] { position: absolute !important; left: -3000px !important; }
arkadium.com#$#div[class^="GameTemplate-gameAreaTopAdContainer"] { position: absolute !important; left: -3000px !important; }
arkadium.com#$#div[class^="CategoryPageContent-adRowDesktop-"] { position: absolute !important; left: -3000px !important; }
arkadium.com#$?#display-ad-component { remove: true; }
arkadium.com#%#//scriptlet('set-cookie', 'ark_adfree', 'true')
arkadium.com#%#//scriptlet('prevent-setTimeout', 'adsShown')
arkadium.com#%#//scriptlet('adjust-setInterval', 'game will', '', '0.02')
arkadium.com#%#//scriptlet('adjust-setTimeout', '[native code]', '*', '0.02')
arkadium.com#%#//scriptlet('set-constant', '__INITIAL_STATE__.gameLists.gamesNoPrerollIds.indexOf', 'trueFunc')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=arkadium.com,important
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=arkadium.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=arkadium.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=arkadium.com
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=arkadium.com
@@||ams.cdn.arkadiumhosted.com/advertisement/display/stable/display-ads.js$domain=arkadium.com
! https://github.com/AdguardTeam/AdguardFilters/issues/56436
smartwebsolutions.org#@#.adsense-container
smartwebsolutions.org#%#//scriptlet("abort-current-inline-script", "$", "Adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/55656
tr.link#%#//scriptlet("set-constant", "xmlhttp", "noopFunc")
! toolforge.org - antiadblock
@@||toolforge.org/ad_block_test.js
toolforge.org#%#//scriptlet("set-constant", "noAdBlockers", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/56359
@@||ievaphone.com/public/javascripts/ads.js
ievaphone.com#%#//scriptlet("abort-current-inline-script", "onload", "adblock")
! windows101tricks.com - antiadblock
windows101tricks.com#%#//scriptlet("set-constant", "better_ads_adblock", "true")
@@||windows101tricks.com/wp-content/plugins/better-adsmanager/js/advertising.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56289
roya.tv#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/56200
findandfound.ga#%#//scriptlet("abort-on-property-read", "adb_warning")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=findandfound.ga
! https://github.com/AdguardTeam/AdguardFilters/issues/56233
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=breatheheavy.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=breatheheavy.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/55855
nightfallnews.com#%#//scriptlet("set-constant", "adBlockDetected", "noopFunc")
||cdnjs.cloudflare.com/ajax/libs/fingerprintjs2/2.0.6/fingerprint2.min.js$script,redirect=noopjs,domain=nightfallnews.com
!#safari_cb_affinity(general,privacy)
@@||cdnjs.cloudflare.com/ajax/libs/fingerprintjs2/2.0.6/fingerprint2.min.js$domain=nightfallnews.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/56141
@@||call2friends.com/*/javascripts/ads.js
call2friends.com#%#//scriptlet("abort-current-inline-script", "onload", "Adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/56054
@@||linkdecode.com^$generichide
!
! SECTION: devuploads.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55971
! https://github.com/AdguardTeam/AdguardFilters/issues/57470
! It seems that website is using Element.outerHTML to checks if some elements and script are part of the site
! and it looks like that then it's valided on server side
! dropgalaxy.com#$?#input[id^="adblock_"] { remove: true; }
! techssting.com,dropgalaxy.com#%#//scriptlet("abort-current-inline-script", "$", "/var _0x|adblock/")
!
! Domains: financemonk.net,rtxkeeda.com,houseofblogger.com,dropgalaxy.com,djxmaza.in,jytechs.in
@@||dropgalaxy.com^$generichide
@@||djxmaza.in^$generichide
@@||miuiflash.com^$generichide
*$subdocument,redirect-rule=noopframe,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
*$xmlhttprequest,redirect-rule=nooptext,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
*$script,redirect-rule=noopjs,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
*$image,redirect-rule=32x32-transparent.png,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
!
@@/gettoken.php?$xmlhttprequest,domain=dropgalaxy.com
@@||securepubads.g.doubleclick.net/pagead/ppub_config?ippd=$xmlhttprequest,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||a2zapk.com^$script,xmlhttprequest,third-party,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||protagcdn.com/s/dropgalaxy.com/site.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||services.vlitag.com/adv1/$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||protagcdn.com/check-bot/index.html$subdocument,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||assets.vlitag.com/prebid/default/prebid-*.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||jscdn.greeter.me/dropgalaxy.onlinehead.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||securepubads.g.doubleclick.net/*/pubads_impl*.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||player.aplhb.adipolo.com/prebidlink/$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||googletagmanager.com/gtag/js$xmlhttprequest,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||googletagservices.com/tag/js/gpt.js$script,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
@@||googlesyndication.com^$script,xmlhttprequest,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com|jytechs.in
!@@.jpg$image,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
!@@.png$image,domain=financemonk.net|rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
!
jytechs.in,miuiflash.com,djxmaza.in,thecubexguide.com#$##featuredimage { height: 20px !important; }
jytechs.in,miuiflash.com,djxmaza.in,thecubexguide.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'antiAdBlockerHandler')
jytechs.in,miuiflash.com,djxmaza.in,thecubexguide.com#%#//scriptlet('prevent-xhr', '/adtrue\.com|eningspon\.com|freychang\.fun|orquideassp\.com|popunder/')
jytechs.in,miuiflash.com,djxmaza.in,thecubexguide.com#%#//scriptlet('prevent-fetch', '/a-mo\.net|adnxs\.com|prebid|creativecdn\.com|e-planning\.net|quantumdex\.io/')
dropgalaxy.com#%#//scriptlet('set-constant', 'supportedBrowsers', '')
dropgalaxy.com#@#iframe[data-aa]
dropgalaxy.com#@#div[id^="div-gpt-ad"]
jytechs.in,miuiflash.com,djxmaza.in,thecubexguide.com#@##featuredimage
financemonk.net,rtxkeeda.com,houseofblogger.com,dropgalaxy.com,djxmaza.in,jytechs.in#@#.showads
dropgalaxy.com#%#//scriptlet("set-constant", "_VLIOBJ", "emptyObj")
dropgalaxy.com##.pgAdWrapper
! For DNS filtering
! NOTE: devuploads.com end ⬆️
! !SECTION: devuploads.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/158271
streama2z.com,smartkhabrinews.com#%#//scriptlet('abort-current-inline-script', '$', 'err_id:')
@@||tpc.googlesyndication.com/simgad/$domain=smartkhabrinews.com|streama2z.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55228
arcai.com#%#//scriptlet("set-constant", "window.canRunAds", "true")
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=arcai.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55598
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mobile-tracker-free.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55767
haaretz.com#%#//scriptlet("prevent-addEventListener", "load", "hblocked?returnTo")
! https://github.com/AdguardTeam/AdguardFilters/issues/55510
sms24.me#$#.pub_728x90.text-ad.text_ads.text-ads.text-ad-links { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55755
agxapks.com#$#.publicite.text-ad.adsbox { display: block !important; }
agxapks.com#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/55676
@@||awempt.com/embed/$script,domain=sexcamfreeporn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55516
@@||akvideo.stream/js/popunder*.js
akvideo.stream#%#//scriptlet("abort-current-inline-script", "$", "').show();")
! https://github.com/AdguardTeam/AdguardFilters/issues/55404
||ads.exoclick.com/ads.js$script,redirect=noopjs
nakedteens.fun#%#AG_defineProperty('exoDocumentProtocol', { value: window.document.location.protocol });
! https://github.com/AdguardTeam/AdguardFilters/issues/55366
plagiarismdetector.net#%#//scriptlet("prevent-setTimeout", "isAdBlockActive")
plagiarismdetector.net#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/55203
@@||embed.m3u-cdn.live/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/55580
! https://github.com/AdguardTeam/AdguardFilters/issues/55121
||assets.revcontent.com/master/delivery.js$script,redirect=noopjs,domain=mp4upload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54811
||miamiherald.com/static/yozons-lib/choice.adb*.js
! mylink.*
@@/ad.sense/ad-m.js$~third-party
@@/\/\d{5,7}$/$domain=mylink.*|my1ink.*|myl1nk.*|myli3k.*
@@||ads.themoneytizer.com/*/gen.js$domain=mylink.*|my1ink.*|myl1nk.*|myli3k.*
@@|http$script,~third-party,domain=mylink.*|my1ink.*|myl1nk.*|myli3k.*
@@||in-page-push.com^$script,domain=mylink.*|my1ink.*|myl1nk.*|myli3k.*
mylink.*,my1ink.*,myl1nk.*,myli3k.*#%#//scriptlet('prevent-setInterval', '/0x|dBodySize/')
! https://github.com/AdguardTeam/AdguardFilters/issues/72466
mylink.vc#%#//scriptlet("prevent-setTimeout", "//in-page-push.")
! https://github.com/AdguardTeam/AdguardFilters/issues/54881
||sp.tennessean.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/54969
@@||freebcc.org/static/ads/popunder.js
freebcc.org#%#//scriptlet("set-constant", "popunder_ads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/54968
@@||vidload.net/popads.js
easyload.io##.force-adblock
! https://github.com/AdguardTeam/AdguardFilters/issues/78287
@@||wstream.video^$generichide
@@||wstream.video/*.js$~third-party
@@||fastcdn.stream/*.js$domain=wstream.video
wstream.video#%#//scriptlet("adjust-setTimeout", ".height()", "3000", "0.02")
wstream.video#%#//scriptlet('remove-attr', 'style', 'div[id][style="display: none;"]')
wstream.video#$#[id^="ad"] { height: 10px!important; }
wstream.video#$#body[style*="overflow"] { overflow: visible!important; }
wstream.video#?##container div[id] > div:not([class]):not([id])> div[id][style]:has(> * > a[href="https://wstream.video/premium.html"])
wstream.video#?##container div[id] > div:not([class]):not([id])> div[id][style]:has(> center > * > a[href="https://wstream.video/premium.html"])
wstream.video#?#body > div[id][style]:has(> center > * > a[href="https://wstream.video/premium.html"])
wstream.video#?#div > div[id] > br ~ h2:contains(Plase disable ad-block):upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/54632
@@||maxservicesi.com/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54532
techably.com#%#//scriptlet("prevent-setTimeout", "ins.adsbygoogle")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=techably.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54508
prepostseo.com#%#//scriptlet("set-constant", "showDabay", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/54378
@@||coinbid.org/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54426
||cdn.rawgit.com/hasrul11/mass/a68bd824/script.min.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=runmods.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79329
! https://github.com/AdguardTeam/AdguardFilters/issues/54244
dutchycorp.ovh,dutchycorp.space#%#//scriptlet("abort-on-property-read", "NoAdBlock")
dutchycorp.ovh,dutchycorp.space#%#//scriptlet("abort-on-property-read", "adBlockerDetected")
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.js$domain=dutchycorp.ovh
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=dutchycorp.ovh
dutchycorp.ovh#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/54302
rummikub-apps.com###blockBanner
@@||cdn.reignn.com/Products/Reignn/DataPixels/AdBlockerCheck/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54204
shorterall.com#$#div[id^="42483"] { height: 11px!important; }
shorterall.com#%#//scriptlet("prevent-setTimeout", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/54183
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/3.2.1/blockadblock.js$domain=dutchycorp.space
! https://github.com/AdguardTeam/AdguardFilters/issues/54042
@@||googleads.g.doubleclick.net/pagead/ads?ads$domain=gleanster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53996
||freetutsdownload.net/wp-content/plugins/adblock-monetizer/js/adblock-monetizer.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=freetutsdownload.net
freetutsdownload.net#%#//scriptlet("set-constant", "adblock_is_adsense", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/53912
shrib.com#%#//scriptlet("prevent-setTimeout", "adblock", "6000")
! https://github.com/AdguardTeam/AdguardFilters/issues/53888
newser.com#%#//scriptlet('abort-on-property-read', 'checkAds')
! https://github.com/AdguardTeam/AdguardFilters/issues/53850
1shortlink.com#%#//scriptlet("abort-on-property-read", "showAlertRequireDisableAdblocker")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=1shortlink.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=1shortlink.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53787
@@||notebookchat.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/53694
milfzr.com#$##juicyads { height: 21px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53600
||akunssh.net/assets/js/extra.min.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=akunssh.net
! https://github.com/AdguardTeam/AdguardFilters/issues/53643
@@||playtube.ws/js/pop.js
playtube.ws#%#//scriptlet("set-constant", "MehBleh", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/53433
@@||cheatsquad.gg/javascript/ad*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/53430
ilovephd.com#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/53394
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=akinator.com|akinator.mobi
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=akinator.com|akinator.mobi
! https://github.com/AdguardTeam/AdguardFilters/issues/53351
||ads.exoclick.com/ads.js$script,redirect=noopjs,domain=uflash.tv
||ads.exoclick.com/nativeads.js$script,redirect=noopjs,domain=uflash.tv
uflash.tv#$#body .video .ad300x250 { display: block!important; height: 250px!important; width: 300px!important; position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53106
javtiful.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/52997
@@||habbokritik.de/FuckAdBlock/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/52878
@@||tstrs.me/img/*#/
@@||tstrs.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/52779
androidpolice.com#%#//scriptlet("abort-on-property-write", "ai_adb")
! https://github.com/AdguardTeam/AdguardFilters/issues/52764
@@||bookscool.com/*/advertisement.js
||bookscool.com/*/adblock-checker.
bookscool.com#%#//scriptlet("set-constant", "adblock", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/52725
@@||fux.com/adblockchecker.js
fux.com#%#//scriptlet("set-constant", "adbDetectorLoaded", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/52702
podu.me#%#//scriptlet("set-constant", "adsAreBlocked", "false")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=podu.me
! https://github.com/AdguardTeam/AdguardFilters/issues/52345
@@||soup.io/ads.js
soup.io#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/128326
dvdgayonline.com,gaypornhdfree,dood.re#%#//scriptlet("set-constant", "bab", "noopFunc")
jav-scvp.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("abort-current-inline-script", "document.getElementsByClassName", "allow adblock")
jav-scvp.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dvdgayonline.com,fxggxt.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("set-constant", "googleAd", "true")
jav-scvp.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dvdgayonline.com,fxggxt.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("set-constant", "xPoPAdS", "false")
!+ NOT_OPTIMIZED
@@||i.doodcdn.co/ads/ad.js
!+ NOT_OPTIMIZED
@@||i.doodcdn.co/ads/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/52225
thelayoff.com#%#//scriptlet("prevent-setTimeout", "AdBlockers")
! https://github.com/AdguardTeam/AdguardFilters/issues/52031
@@/ad.js$~third-party,domain=giveaway.su
! https://github.com/AdguardTeam/AdguardFilters/issues/52117
freecoursesonline.me#%#//scriptlet("abort-on-property-write", "adregain_wall")
! https://github.com/AdguardTeam/AdguardFilters/issues/52020
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=sna3talaflam.com
sna3talaflam.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/51938
||intl.startrek.com/modules/contrib/ctd_sourcepoint/js/ctd-sourcepoint.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51905
qpython.club#$##wrapfabtest { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/51775
@@||100count.net/*/linko/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51758
@@||freebcc.org/claim/vendor/ads/ads.js
freebcc.org#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/51649
moonbitcoin.cash#$##claimAd { display: block!important; position: absolute!important; left: -3000px!important; }
! vivo.sx - antiadblock
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vivo.sx
! https://github.com/AdguardTeam/AdguardFilters/issues/51422
||mangafeeds.com/antiblock/antiadblockscript.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51340
@@||urlpay.net/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51149
@@||firefaucet.win^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/50933
pornsexer.com#%#//scriptlet("set-constant", "flashvars.protect_block", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/50871
@@||digitallearn.online/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/50757
@@||thefastlaneforum.com/community/js/*/adblocker-leader.js
thefastlaneforum.com#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/50731
@@||gogodl.com/*/js/advertisement.js
gogodl.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "bannerad")
! https://github.com/AdguardTeam/AdguardFilters/issues/50707
@@||shorteet.com/*/advertisement.js
||shorteet.com/*/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/50721
lg-firmwares.com,sfirmware.com#%#AG_onLoad(function(){var a=document.querySelector("#download-popup-inner");if(a&&!a.hasChildNodes()){var b=document.createElement("inc");a.appendChild(b);b.setAttribute("class","adsbygoogle")}a=document.querySelector("#download-popup-inner > .adsbygoogle");b=document.createElement("iframe");b.style="width: 0px !important; border: none !important;";a&&a.appendChild(b)});
! https://github.com/AdguardTeam/AdguardFilters/issues/50737
@@||lookmovie.ag/*dfp.min.js
lookmovie.ag#@#.adbanner
lookmovie.ag#$##ft-site-logo { height: 1px!important; }
lookmovie.ag#%#//scriptlet("abort-on-property-read", "detect")
lookmovie.ag#%#//scriptlet("abort-on-property-read", "adBlockDetected")
lookmovie.ag#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "wellcome-boy")
! https://github.com/AdguardTeam/AdguardFilters/issues/50387
btcmining.best#%#//scriptlet("set-constant", "window.ADSController", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/50629
md5hashing.net#%#//scriptlet("set-constant", "_app.adsBlocked.set", "falseFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/50540
read7deadlysins.com#@#.adBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/50520
@@||secureservercdn.net/*.myftpupload.com/wp-content/themes/jannah/assets/js/advertisement.js$domain=sailuniverse.com
sailuniverse.com#%#//scriptlet("set-constant", "$tieE3", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/50548
almezoryae.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=almezoryae.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50482
@@||cdn.howtofixwindows.com/wp-content/*/better-adsmanager/js/advertising.min-*.js
howtofixwindows.com#%#//scriptlet("set-constant", "better_ads_adblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/49874
kimochi.info#%#//scriptlet("abort-current-inline-script", "$", "checkAdBlocker")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=kimochi.info
! https://github.com/AdguardTeam/AdguardFilters/issues/50102
sznlink.xyz#%#//scriptlet("abort-current-inline-script", "jQuery", "/ai_|ai-|detected|use_current_selector|JSON.stringify|insertion_before|AdSense|jquery-migrate\.min\.js/")
! https://github.com/AdguardTeam/AdguardFilters/issues/50179
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=tunein.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50016
u-s-news.com#%#//scriptlet("set-constant", "ulp_noadb", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/49892
@@||cdn.jsdelivr.net/npm/*/fuckadblock.min.js$domain=theandroidpro.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50065
journaldev.com#%#//scriptlet("abort-on-property-read", "mailoptin_globals.public_js")
! https://github.com/AdguardTeam/AdguardFilters/issues/49707
gamesradar.com#@#.googleAd
! https://github.com/AdguardTeam/AdguardFilters/issues/146245
! https://github.com/AdguardTeam/AdguardFilters/issues/79192
filecr.com#%#AG_onLoad(function(){let o=document.location.origin,e=document.location.href;const t=o=>{window.postMessage('{"msg_type":"adsense-labs"}',o)};o&&t(o);const n=document.querySelector("body");new MutationObserver((n=>{n.forEach((()=>{e!==document.location.href&&(e=document.location.href,o=document.location.origin,o&&setTimeout((()=>{t(o)}),100))}))})).observe(n,{childList:!0,subtree:!0})});
filecr.com#$#body .pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; width: 3px !important; }
filecr.com#$?#body .pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; width: 3px !important; }
filecr.com#%#AG_defineProperty('ShPublic.extention_session', {value: true});
@@||filecr.com/wp-content/plugins/holdback/$script,stylesheet
@@||scriptcdn.net/code/$xmlhttprequest,domain=filecr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49667
||cdn.staticaly.com/gist/pyarmeindia/*/raw/*/gourabblock.js$third-party
softwarecrackguru.com#%#//scriptlet("abort-current-inline-script", "addEventListener", "abblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=softwarecrackguru.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49608
@@||birdload.com/*/js/advertisement.js
birdload.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "bannerad")
! https://github.com/AdguardTeam/AdguardFilters/issues/49526
tecknity.com#%#//scriptlet("set-constant", "ads_b_test", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/49290
avforums.com#$#.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/49261
@@||bitearns.com/*/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49176
rimworldbase.com#%#//scriptlet("prevent-setTimeout", "getAdIFrameCount")
! https://github.com/AdguardTeam/AdguardFilters/issues/48905
play.anghami.com#@#.adsBanner
play.anghami.com#$#.adsbox.adsBanner { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/48665
asia-mag.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=asia-mag.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48661
@@||viptools.es/assets/ads.js
! adslink.pw - antiadblock
@@||adslink.pw/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48465
/levelmaxblock.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=blog.omgmusik.com|safelink.hulblog.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48420
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cdnvideo.me
! https://github.com/AdguardTeam/AdguardFilters/issues/47155
demonslayermanga.com#@#.adBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/48211
@@||dloady.com/js/*/ad-banner.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48392
thewatchcartoononline.tv,wco.tv,wcoanimesub.tv,wcoanimedub.tv#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/48245
@@||ooodesi.com/*/js/advertisement.js
! hydrax.net, playhydrax.com - antiadblock
playhydrax.com,hydrax.net#%#//scriptlet("set-constant", "isClick", "true")
@@||iamcdn.net/players/*ads*.js$domain=hydrax.net|playhydrax.com
!+ NOT_PLATFORM(ext_ublock)
||fadsanz.com/*.js$script,redirect=noopjs,important,domain=hydrax.net|playhydrax.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48025
@@||ads.remix.es/advertisement.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/48010
joblo.com#%#//scriptlet("abort-current-inline-script", "document.body.appendChild", "adb:function")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=joblo.com
!+ NOT_PLATFORM(windows, mac, android)
@@||rddywd.com/adcode.png$domain=joblo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48008
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=player.glomex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59049
@@||leechall.download/js/adsbygoogle.js
leechall.download#$##taboola-below-article-thumbnails { height: 450px!important; position: absolute!important; left: -3000px!important; }
leechall.download#$#.asd { display: block!important; position: absolute!important; left: -3000px!important; height: 100px !important; }
leechall.download#$##adBanner { display: block!important; position: absolute!important; left: -3000px!important; height: 100px !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=leechall.download
! https://forum.adguard.com/index.php?threads/19361/
rong-chang.com###content > div > table:nth-child(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/47632
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wibc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47555
||cdn.rawgit.com/perampokgoogle/AntiAdblock/master/AdblockRampok.js
! sickworldmusic.com - antiadblock
sickworldmusic.com#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "ad blocker")
!+ NOT_PLATFORM(windows, mac, android)
@@||sickworldmusic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/47144
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=radiotunes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47331
! https://github.com/AdguardTeam/AdguardFilters/issues/47187
totv.org#%#//scriptlet("set-constant", "blocked", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/47284
ddl.to#%#//scriptlet("set-constant", "adb_check", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/47112
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=babygames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47231
||cdn.rawgit.com/Abdo-Hegazi/wdbloog/*/wdbloogablock.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=okyanime.com
okyanime.com#%#//scriptlet("abort-current-inline-script", "addEventListener", "ablock")
! https://github.com/AdguardTeam/AdguardFilters/issues/46844
@@||bitent.com/lock_html5/adPlayer/v*/adPlayer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46862
||cdnjs.cloudflare.com/ajax/libs/jquery-confirm/*/jquery-confirm.min.js$domain=openplayer.net
! https://github.com/AdguardTeam/AdguardFilters/issues/46483
@@||fingahvf.top/advertisers.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46351
@@||retweetpicker.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/46350
123greetings.com###ad_lightbox
! https://github.com/AdguardTeam/AdguardFilters/issues/46107
quackr.io#%#window.adsbygoogle = { loaded: !0 };
! https://github.com/AdguardTeam/AdguardFilters/issues/46046
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js$domain=todosobrepsp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45966
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sportskeeda.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45945
@@||picmix.com/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45891
freevocabulary.com#@##adWrap
freevocabulary.com#$##adWrap { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47063
@@||uiz.io/_sw.js
! https://github.com/AdguardTeam/AdguardFilters/issues/157481
! https://github.com/AdguardTeam/AdguardFilters/issues/116756
@@||pandora.com/static/ads/
@@||pandora.com/web-client-assets/ads.*.js
@@||pandora.com/web-version/*/*.json
||pandora.com/static/ads/omsdk-*.js$script,redirect=noopjs,domain=pandora.com,important
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=pandora.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45688
@@||seeitworks.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45588
televisiongratisenvivo.com###divadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/45465
@@||c.yandexcdn.com/js/adv/ads.js$domain=yandexcdn.com
@@||c.yandexcdn.com/js/adv/advert3.js$domain=yandexcdn.com
@@||c.yandexcdn.com/js/adv/fuckadblock.js$domain=yandexcdn.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=yandexcdn.com
@@||cdn.jsdelivr.net/npm/videojs-contrib-ads/dist/videojs.ads.min.css$domain=yandexcdn.com
@@||cdn.jsdelivr.net/npm/videojs-contrib-ads/dist/videojs.ads.min.js$domain=yandexcdn.com
@@||storage.googleapis.com/vkcdnservice.appspot.com/script$domain=yandexcdn.com
||deliver.vkcdnservice.com/api/spots/$redirect=nooptext,domain=yandexcdn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45453
freemagazines.top#%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=freemagazines.top
! https://github.com/AdguardTeam/AdguardFilters/issues/45452
@@||keran.co/*/libs/ad*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45447
@@||wstream.video/ads2.js
!+ NOT_PLATFORM(windows, mac, android)
wstream.video#%#//scriptlet("prevent-setTimeout", "/document\.getElementById\([\s\S]*?\)\.style\.display/")
! https://github.com/AdguardTeam/AdguardFilters/issues/45442
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js$domain=televisiongratishd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45411
doodle.com#@#.googleAd
! she2013.com - antiadblock
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/fuckadblock.min.js$domain=she2013.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45347
@@||konten.co.id/wp-content/*/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45311
autocar.co.uk#@#.googleAd
! https://github.com/AdguardTeam/AdguardFilters/issues/49288
! https://github.com/AdguardTeam/AdguardFilters/issues/45301
@@||dreamdth.com/community/js/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45298
@@||cdn.osimg.co/ads/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45187
games.latimes.com#%#//scriptlet("set-constant", "Adv_ab", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/70152
@@||wilafhhbdyewgbd.xyz/popads.js$domain=filezip.cc
filezip.cc#$##blockblockB { display: block!important; }
filezip.cc#$##blockblockA { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/44788 - bing.com - it seems that bing.com is using some kind of ad reinjection script and displays different ads if below elements are blocked
! https://github.com/AdguardTeam/AdguardFilters/issues/116297
! 27.04.2022 - It looks like that website is checking "document.querySelector('li.b_ad').offsetHeight < 1 || document.querySelector('li.b_ad').offsetWidth < 1 || document.querySelector('li.b_ad').offsetLeft < 0" (and some other elements) and
! if it returns true, then ABDEF cookie is set to "V=13&ABDV=13" and then display a different ads, if returns false then to "V=13&ABDV=11" and ad reinjection is not called, if I'm not wrong
! bing.com##.sb_adTA
! bing.com###b_content > main > #b_results > li:not(.b_algo):not(.b_ans):not(.b_mop):not(.b_pag)
! bing.com#$?#.b_ad { remove: true; }
bing.com#@#.pa_sb
bing.com#@#.pa_carousel_mlo
bing.com#@#li.b_adBottom
@@||bing.com^$generichide
bing.com#$#body .pa_sb { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#body .pa_carousel_mlo { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#body .b_adLastChild { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$#.b_ad { display: block !important; position: absolute !important; top: -9999px !important; }
bing.com#$?#.b_restorableLink { remove: true; }
||bing.com^$cookie=ABDEF
! https://github.com/AdguardTeam/AdguardFilters/issues/44634
@@||androiddownload.net/themes/*/js/advertisement.js
androiddownload.net#%#//scriptlet("abort-current-inline-script", "document.getElementById", "bannerad")
! hargawebsite.com - antiadblock
@@||hargawebsite.com/js/fuckadblock.js
! https://forum.adguard.com/index.php?threads/36047/
||shqipvision.com/js/blockadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44518
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-ads.js$domain=games.metv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44442
sadeempc.com#$?#body[style*="visibility"] { visibility: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/44314
@@||geekrar.com/wp-content/*/js/ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44260
@@||wstream.video/js/popads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44068
@@||vidia.tv/js/googima.js
vidia.tv#%#//scriptlet("set-constant", "cRAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/44048
@@||kxcdn.com/js/wutime_adblock/ads.js$domain=enxf.net
! https://github.com/AdguardTeam/AdguardFilters/issues/44003
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=jazzradio.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102126
! https://github.com/AdguardTeam/AdguardFilters/issues/53221
! https://github.com/AdguardTeam/AdguardFilters/issues/43982
!+ NOT_OPTIMIZED
adshnk.com,adshrink.it#$#.adsbox.pub_300x250 { display: block !important; }
||c.adsco.re^$script,other,redirect=noopjs,domain=adshnk.com|adshrink.it
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=adshnk.com|adshrink.it
! https://github.com/AdguardTeam/AdguardFilters/issues/43950
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||saruch.co/ads/ad.xml$redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/43791
||cdn.jsdelivr.net/gh/vli-platform/adb-analytics@a6f3a45/v1.0.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43788
@@||soccer24hd.com/adblock/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43152
pch.com#%#//scriptlet("abort-current-inline-script", "pAPI", "location")
! https://github.com/AdguardTeam/AdguardFilters/issues/43723
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||adservice.google.com/adsid/integrator.js$script,redirect=noopjs,important,domain=943thex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43553
@@||cdn.onlystream.tv/ads/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43168
@@||hesgoal.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43517
||subtitledb.org/js/adblockcheck.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43408
@@||asianrun.com/ads.js
asianrun.com#%#//scriptlet("set-constant", "allow_ads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/72376
! https://github.com/AdguardTeam/AdguardFilters/issues/43231
teemo.gg#@#ins.adsbygoogle[data-ad-slot]
teemo.gg#$#.bg-gray-200 { background: none !important; height: 1px !important; min-height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/42869
@@||books-share.com/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42870
@@||promods.net/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42630
windows4all.com#@##adWrap
windows4all.com#$##adWrap { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/42638
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=litecoinfaucet.info
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=litecoinfaucet.info
! https://github.com/AdguardTeam/AdguardFilters/issues/42584
@@||bagi.co.in/*/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42533
@@||receivesms.co/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42256
programmer-books.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/42197
@@||radio.securenetsystems.net/cwa/scripts/ads/prebid.js
securenetsystems.net#%#//scriptlet("set-constant", "iExist", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/42206
streamty.com###adbd
! https://github.com/AdguardTeam/AdguardFilters/issues/42270
videobin.co#%#//scriptlet("set-constant", "adb", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/42085
gogoanime.cloud#%#//scriptlet("set-constant", "check_adblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/41496
coinhub.pw#%#//scriptlet('abort-current-inline-script', 'adBlockNotDetected', '/FuckAdBlock/')
! https://github.com/AdguardTeam/AdguardFilters/issues/41798
@@||keran.co/*/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/41762
! https://github.com/AdguardTeam/AdguardFilters/issues/41762#issuecomment-541089131
@@||megaup.net/ads.js
megaup.net#$?#div[id*="ScriptRootC"] > div[id*="PreloadC"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/41357
! FAB with different baits list('.pub_300x25')
falkirkherald.co.uk#$#.pub_300x25.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/71351
m.hindustantimes.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "checkAdBlocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/42081
hindustantimes.com#%#//scriptlet("abort-current-inline-script", "$", "areAdsBlocked")
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=hindustantimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/41916
@@||paraphrasing-tool.com/js/wp-banners.js
paraphrasing-tool.com#%#//scriptlet("abort-current-inline-script", "angular", "/whiteListRequestMessage|canRunAds/")
! https://github.com/AdguardTeam/AdguardFilters/issues/41688
gounlimited.to###adbd
@@||gounlimited.to/ads/pop.js|
gounlimited.to#%#//scriptlet("set-constant", "xads", "false")
gounlimited.to#%#//scriptlet("set-constant", "_p", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/41660
! https://github.com/AdguardTeam/AdguardFilters/issues/144994
3dtuning.com#%#//scriptlet('prevent-fetch', 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
@@||3dtuning.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/41594
@@||myneobuxportal.com/wp-content/plugins/*/adblock-detector/advertisement.js
myneobuxportal.com#%#//scriptlet("set-constant", "jQuery.adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/41376
creditcardgenerator.com#@##adWrap
creditcardgenerator.com#$#body #adWrap { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/40896
! https://github.com/AdguardTeam/AdguardFilters/issues/41035
@@||tagmp3.net/ads.js
tagmp3.net#%#//scriptlet('abort-current-inline-script', 'document.getElementById', '$(".warning")')
! https://github.com/AdguardTeam/AdguardFilters/issues/41038
||transparentcalifornia.com/static/js/ab-message
! https://github.com/AdguardTeam/AdguardFilters/issues/41068
@@||stackpathcdn.com/wp-content/plugins/*/adblock-detector/advertisement.js$domain=phoneswiki.com
phoneswiki.com#%#//scriptlet("set-constant", "jQuery.adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/41023
||conversationexchange.com/javaScript/checkBlock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/40935
@@||cloudfront.net/assets/advertisement/ads-*.js$domain=heatworld.com
@@||d27so4lebom4m9.cloudfront.net/assets/advertisement/ads-ad7a5d608196d8a3a02d451c604c2ad5.js
! https://github.com/AdguardTeam/AdguardFilters/issues/40531
@@||services.brid.tv/player/build/plugins/adunit.js
gem021.com#%#//scriptlet("set-constant", "document.bridCanRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/40674
@@||cdn.jsdelivr.net/gh/njentit/testads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/40632
@@||sombex.com/ads.js
sombex.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblock-blocker-overlay")
! https://github.com/AdguardTeam/AdguardFilters/issues/40452
@@||vegashipcalc.co.uk/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/62999
! https://github.com/AdguardTeam/AdguardFilters/issues/40536
novelas360.com,hqq.tv#%#//scriptlet('set-constant', 'doSecondPop', 'noopFunc')
@@||hqq.tv/js/optscript/script
@@||storage.googleapis.com/vkcdnservice.appspot.com/script$domain=hqq.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/40405
@@||1filesharing.com/*/js/advertisement.js
1filesharing.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "bannerad")
! https://github.com/AdguardTeam/AdguardFilters/issues/40260
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=kharisma-adzana.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/40235
@@||mexa.sh/advertisements.js
! https://github.com/AdguardTeam/AdguardFilters/issues/40222
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mobinozer.com
@@||cdn.games.mobinozer.com/shared/loader/advert.js
mobinozer.com#%#//scriptlet("set-constant", "noAdblock", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/67498
@@||nulledteam.com/js/*/adsservice.js
nulledteam.com#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/40000
tv-onlinehd.com###divadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/39877
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=amc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39745
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=download.shareappscrack.com
! 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/39501
@@||turkdown.com/*/advertisement.js
turkdown.com#$##agzblocker-unit-id { display: block!important; }
turkdown.com#%#//scriptlet("set-constant", "agzblocker.adsBlocked", "noopFunc")
turkdown.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "bannerad")
! https://github.com/AdguardTeam/AdguardFilters/issues/39498
creditcardrush.com#@##adWrap
creditcardrush.com#$##adWrap { display: block!important; height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39443
@@||cruisin.me/community/js/wutime_adblock/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39386
@@||letsdownloads.com/wp-content/plugins/*/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/81465
! https://github.com/AdguardTeam/AdguardFilters/issues/70252
! https://github.com/AdguardTeam/AdguardFilters/issues/39316
! https://github.com/AdguardTeam/AdguardFilters/issues/39322
playertoast.cloud,fsohd.pro,xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbnetu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.online,playerhd.org,gledajvideo.top,tikzoo.xyz,filme-romanesti.ro,peliculas8k.com,vido.fun,europixhd.net,cuevana.*,cuevana3.*,javboys.cam,koreanbj.club,vaav.top,ddl-francais.com,cuevana4.cc,watch-series.site,multiup.us,hqq.tv#%#//scriptlet('set-constant', 'WebSocket', 'undefined')
playertoast.cloud,fsohd.pro,xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbnetu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.online,playerhd.org,gledajvideo.top,younetu.*,tikzoo.xyz,video.q34r.org,korall.xyz,porntoday.ws,tabooporns.com,netuplayer.top,wiztube.xyz,netu.ac,hqq.to,hqq.ac,zerknij.cc,speedporn.net,chillicams.net,meucdn.vip,yandexcdn.com,waaw1.tv,waaw.*,czxxx.org,scenelife.org,hqq.tv#%#//scriptlet("set-constant", "adblockcheck", "false")
younetu.*,chillicams.net,waaw.to,meucdn.vip,yandexcdn.com,waaw1.tv,waaw.tv,czxxx.org,scenelife.org,hqq.tv#%#//scriptlet("set-constant", "adBlockDetected", "noopFunc")
@@/fuckadblock.js$domain=uniqueten.net|allcryptoz.net|meucdn.vip|yandexcdn.com|scenelife.org|hqq.tv|czxxx.org|waaw.tv
@@||cdn.jsdelivr.net/npm/videojs-contrib-ads/dist/videojs.ads.min.js$domain=scenelife.org|hqq.tv|czxxx.org|waaw.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=scenelife.org|hqq.tv|czxxx.org|waaw.tv
||deliver.vkcdnservice.com/vast-im.js$script,redirect=noopjs,domain=meucdn.vip|yandexcdn.com|waaw.to|waaw1.tv|waaw.tv|czxxx.org|scenelife.org|hqq.tv
! Redirect rule is not required for apps, because script with onerror event is removed from website
!+ NOT_PLATFORM(windows, mac, android)
||googletagmanager.com/ns.html?id=GTM-$script,redirect-rule=noopjs
!+ NOT_PLATFORM(ext_edge, ext_ublock)
||vkcdnservice.com/api/spots/$redirect=noopjs,domain=waaw.to|waaw1.tv|waaw.tv|czxxx.org|scenelife.org|hqq.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/39196
antdownloadmanager.com#@#.adv_td
! https://github.com/AdguardTeam/AdguardFilters/issues/38854
besttechinfo.com#%#//scriptlet("set-constant", "$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/38757
automobiledimension.com#$##adtura { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/38562
pcgamer.com#%#//scriptlet("set-constant", "handleHeaderError", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/38347
zoobeeg.com##.swal2-container
! https://github.com/AdguardTeam/AdguardFilters/issues/38625
@@||indianrailways.info/js/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33497
autocar.co.uk#@#input[onclick^="window.open('http://www.FriendlyDuck.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/38401
safemaru.blogspot.com###unblocker
! https://github.com/AdguardTeam/AdguardFilters/issues/38302
! 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#%#//scriptlet("set-constant", "CHAPTER.adwallTag", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/38117
! 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/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#%#//scriptlet("abort-current-inline-script", "document.getElementById", "blocking_ads")
! 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/87894
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
nosteamgames.ro###fanback
nosteamgames.ro#%#//scriptlet('abort-current-inline-script', 'jQuery', 'AdBlock')
@@||nosteamgames.ro/notcaptcha/adheader.js
@@||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#%#//scriptlet("abort-on-property-read", "adB")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=kitploit.com
! veedi.com
@@||veedi.com/*/js/ads/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/172240
! https://github.com/AdguardTeam/AdguardFilters/issues/162675
! https://github.com/AdguardTeam/AdguardFilters/issues/126190
! https://github.com/AdguardTeam/AdguardFilters/issues/80122
! https://github.com/AdguardTeam/AdguardFilters/issues/37214
@@||v.fwmrm.net/ad/g/1$domain=uktvplay.uktv.co.uk|uktvplay.co.uk
uktvplay.co.uk,uktvplay.uktv.co.uk#%#//scriptlet('prevent-fetch', 'v.fwmrm.net')
uktvplay.co.uk,uktvplay.uktv.co.uk#%#//scriptlet('prevent-xhr', 'v.fwmrm.net')
uktvplay.co.uk,uktvplay.uktv.co.uk#%#//scriptlet("set-constant", "FW_plugin.prototype._adPlayer", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/35411
! 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/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/32896
@@||mediaite.com/*/adsbygoogle.js
! 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/35591
janjua.tv#$##blockeddiv { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36324
camhub.cc,camhub.world#%#//scriptlet("set-constant", "flashvars.protect_block", "")
fuckit.cc,camhub.cc,camhub.world#@#.ads-iframe
@@||camhub.cc/player/player_ads.html
@@||camhub.world/player/player_ads.html
! https://github.com/AdguardTeam/AdguardFilters/issues/35883
uiz.io#@#.myTestAd
! https://github.com/AdguardTeam/AdguardFilters/issues/85114
i.trackr.fr##.classInfoCoucou
! https://github.com/AdguardTeam/AdguardFilters/issues/35608
! 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/36036
nekopoi.care#%#//scriptlet("set-constant", "popjs", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/32134
di.fm#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
di.fm#%#//scriptlet('set-constant', 'di.VAST.XHRURLHandler', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/35674
@@||newser.com/javascript/*/adblock.js
! rulu.co
@@||rulu.co/*.php$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35139
ebates.ca#@#.google-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/31904
@@||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/35406
! https://github.com/AdguardTeam/AdguardFilters/issues/35292
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
!+ NOT_PLATFORM(windows, mac, android)
@@||theseotools.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35212
! https://github.com/AdguardTeam/AdguardFilters/issues/34066
flashplayer.fullstacks.net#%#//scriptlet("set-constant", "gadb", "false")
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,important,domain=flashplayer.fullstacks.net
! 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/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/34990
@@||surfsees.com/wp-content/plugins/clickarsf/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34987
macrotrends.net#%#//scriptlet("abort-current-inline-script", "atob", "removeCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/34958
appnee.com#$?#body[style*="visibility"] { visibility: visible !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34932
undeniable.info#%#//scriptlet("abort-current-inline-script", "document.getElementById", "testadblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/34918
win10.vn#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "|kcolbdakcolb|")
! 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://forum.adguard.com/index.php?threads/speed4up-com.32807/
! 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/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/34663
! https://github.com/AdguardTeam/AdguardFilters/issues/34569
! https://github.com/AdguardTeam/AdguardFilters/issues/34535
! https://github.com/AdguardTeam/AdguardFilters/issues/34484
! https://github.com/AdguardTeam/AdguardFilters/issues/34464
!+ NOT_PLATFORM(windows, mac, android)
@@||vnhax.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34429
@@||satellite-calculations.com/ads.js
satellite-calculations.com#%#//scriptlet("set-constant", "blck_enabled", "false")
@@||yepi.com/assets/*advertisement-*.js
yepi.com#%#//scriptlet("set-constant", "evitca_kcolbda", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/34384
! https://github.com/AdguardTeam/AdguardFilters/issues/34399
! 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/34176
! https://github.com/AdguardTeam/AdguardFilters/issues/34175
! https://github.com/AdguardTeam/AdguardFilters/issues/34110
! https://github.com/AdguardTeam/AdguardFilters/issues/98062
@@||freevpn4you.net/*/advt.png
freevpn4you.net#$##adbanner { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33986
gamekit.com#$#.ad.ads.adBanner { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34002
! https://github.com/AdguardTeam/AdguardFilters/issues/33863
! https://github.com/AdguardTeam/AdguardFilters/issues/33861
namemc.com#%#//scriptlet("abort-current-inline-script", "navigator", "Object.defineProperties?Object.defineProperty:function")
! https://github.com/AdguardTeam/AdguardFilters/issues/33837
! https://github.com/AdguardTeam/AdguardFilters/issues/33870
@@||123link.biz/js/blockadblock.js
123link.biz#%#//scriptlet("abort-on-property-read", "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/33743
@@||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/33671
worder.cat#%#//scriptlet("set-constant", "aben", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/33795
@@||ratemyteachers.com/ads.js
ratemyteachers.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "whitelist")
! 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/33511
! https://github.com/AdguardTeam/AdguardFilters/issues/33423
antiadblockscript.com#@#.ad_box
! https://github.com/AdguardTeam/AdguardFilters/issues/33476
! https://github.com/AdguardTeam/AdguardFilters/issues/33487
! https://github.com/AdguardTeam/AdguardFilters/issues/33475
vidlox.me#%#//scriptlet("set-constant", "adb", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/33433
! https://github.com/AdguardTeam/AdguardFilters/issues/33321
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
! 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/33055
! https://github.com/AdguardTeam/AdguardFilters/issues/33303
! https://github.com/AdguardTeam/AdguardFilters/issues/33270
! 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/34363
! https://forum.adguard.com/index.php?threads/freepsdvn-com.31748/
! https://github.com/AdguardTeam/AdguardFilters/issues/31759
@@||xcafe.com/*/advertisement.jsf
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
! https://github.com/AdguardTeam/AdguardFilters/issues/33167
! https://github.com/AdguardTeam/AdguardFilters/issues/33058
! https://github.com/AdguardTeam/AdguardFilters/issues/33008
! https://github.com/AdguardTeam/AdguardFilters/issues/33028
! https://github.com/AdguardTeam/AdguardFilters/issues/32994
! 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=waaw.tv|czxxx.org|scenelife.org|hqq.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/32806
!+ NOT_PLATFORM(windows, mac, android)
@@||getinmac.com^$generichide
! 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#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "|kcolbdakcolb|")
! https://github.com/AdguardTeam/AdguardFilters/issues/31731
! https://github.com/AdguardTeam/AdguardFilters/issues/32722
! 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/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/32526
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
! https://github.com/AdguardTeam/AdguardFilters/issues/32460
! https://github.com/AdguardTeam/AdguardFilters/issues/32447
! https://github.com/AdguardTeam/AdguardFilters/issues/32444
@@||nohat.cc/*/advertisement.js
nohat.cc#%#//scriptlet("set-constant", "adblock", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/59313
||d33wubrfki0l68.cloudfront.net/js/*/js/ad-payment.js$domain=duellinksmeta.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32324
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/31213
@@||sportsplays.com/ads/ad.html$~third-party
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/101490
crackstreams.*,soccerworldcup.me,720pstream.me,buffstreams.*,vipboxtv.*,cricstream.me,viprow.*,socceronline.me,vipleague.*,vipbox.*,strikeout.*#$#.position-absolute { position: absolute !important; left: -3000px !important; }
vipleague.tv#@#.adSense
vipleague.tv#@#.adContent
vipleague.tv#@#.adBlock
vipleague.tv#@#.ad-text
@@||raw.githubusercontent.com/wmcmurray/just-detect-adblock/master/baits
! https://github.com/AdguardTeam/AdguardFilters/issues/32016
! veuclips.com - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/32108
! https://github.com/AdguardTeam/AdguardFilters/issues/31983
! 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#%#//scriptlet("set-constant", "ert6j", "false")
rmdown.com#%#AG_onLoad(function() { window.dpos = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/31926
! https://github.com/AdguardTeam/AdguardFilters/issues/31840
! https://github.com/AdguardTeam/AdguardFilters/issues/31745
! 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/31383
! https://github.com/AdguardTeam/AdguardFilters/issues/31375
! https://github.com/AdguardTeam/AdguardFilters/issues/31351
! https://github.com/AdguardTeam/AdguardFilters/issues/26283
justjared.com#%#//scriptlet('abort-current-inline-script', 'document.readyState', 'getAttribute("abp")')
! https://github.com/AdguardTeam/AdguardFilters/issues/31304
@@||watch32hd.org/ads_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31099
! https://github.com/AdguardTeam/AdguardFilters/issues/31182
! 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/31052
pornbimbo.com#%#//scriptlet("set-constant", "flashvars.protect_block", "")
!+ NOT_PLATFORM(windows, mac, android)
@@||pornbimbo.com/player/player_ads.html
! 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/48073
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
! https://github.com/AdguardTeam/AdguardFilters/issues/30936
channel4.com#%#//scriptlet('json-prune', 'adverts')
channel4.com#%#//scriptlet('prevent-xhr', 'v.fwmrm.net/ad/')
channel4.com#%#//scriptlet('prevent-element-src-loading', 'script', 'v.fwmrm.net/ad/')
/^https?:\/\/cdn\.http\.anno\.channel4\.com\/m\/[\s\S]*?_[\s\S]*_\d+\.mp4/$object,domain=channel4.com,important
-ads-ingest-prod.*.amazonaws.com/*.mp4$~object,media,redirect=noopmp4-1s,domain=channel4.com
||cdn.http.anno.channel4.com/m/*.mp4$~object,media,redirect=noopmp4-1s,important,domain=channel4.com
@@||s-static.innovid.com/*/config/*.xml$object,domain=channel4.com
@@||mssl.fwmrm.net/p/c4_live/*.swf$object,domain=channel4.com
@@||v.fwmrm.net/ad/l/1?$object,domain=channel4.com
@@||cdn.http.anno.channel4.com^$domain=channel4.com
@@||ad-emea.doubleclick.net/ad/*$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/30777
! https://github.com/AdguardTeam/AdguardFilters/issues/30766
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
! https://github.com/AdguardTeam/AdguardFilters/issues/30799
! https://github.com/AdguardTeam/AdguardFilters/issues/30755
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
! https://github.com/AdguardTeam/AdguardFilters/issues/30729
kissanime.si#%#//scriptlet("set-constant", "check_adblock", "true")
! 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/41342
! 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|redtube.net|tube8.com|youporn.com|youporn.fyi
! 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/30404
!+ NOT_PLATFORM(windows, mac, android)
@@||akalaty4day.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30363
! https://github.com/AdguardTeam/AdguardFilters/issues/30364
! https://github.com/AdguardTeam/AdguardFilters/issues/30381
heidisql.com#%#//scriptlet('set-constant', 'floovy', 'undefined')
! 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/19256
! https://github.com/AdguardTeam/AdguardFilters/issues/30296
uploadbank.com#%#//scriptlet("abort-current-inline-script", "f")
! https://github.com/AdguardTeam/AdguardFilters/issues/121637
! https://github.com/AdguardTeam/AdguardFilters/issues/36005
! https://github.com/AdguardTeam/AdguardFilters/issues/30143
theappstore.org#$##divalert { display: none !important; }
theappstore.org#$##bodypanel { filter: none !important; }
@@||aosmark.com/ads.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=theappstore.org
! https://github.com/AdguardTeam/AdguardFilters/issues/29716
! https://github.com/AdguardTeam/AdguardFilters/issues/30120
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/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/29830
@@||geoguessr.com/_ads/
! 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/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/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#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "moc.kcolbdakcolb")
! https://github.com/AdguardTeam/AdguardFilters/issues/169691
couponscorpion.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/29444
@@||dramaz.se/*antiadblock.js
! 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/29101
!+ NOT_PLATFORM(windows, mac, android)
@@||drivebox.club^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28900
! https://github.com/AdguardTeam/AdguardFilters/issues/28894
! https://github.com/AdguardTeam/AdguardFilters/issues/28888
@@||game-maps.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28948
@@||tubidy.net/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28030
! https://github.com/AdguardTeam/AdguardFilters/issues/28748
! 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/28720
! https://github.com/AdguardTeam/AdguardFilters/issues/27408
! Prevent popup
@@||origin-ads.exosrv.com/ad99uip8i.php
! https://github.com/AdguardTeam/AdguardFilters/issues/28513
||kimochi.info/qc.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28627
||script.bloggerku.com/antiadblock/1.0/script.min.js
! 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/28389
@@||aniwatcher.com/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28420
! https://github.com/AdguardTeam/AdguardFilters/issues/28307
! https://github.com/AdguardTeam/AdguardFilters/issues/28377
! https://github.com/AdguardTeam/AdguardFilters/issues/28310
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=boards.vinylcollective.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=boards.vinylcollective.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28200
! 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/28260
! https://github.com/AdguardTeam/AdguardFilters/issues/28121
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
! https://github.com/AdguardTeam/AdguardFilters/issues/27462
!+ NOT_OPTIMIZED
@@/ad/banner/_adsense_/_adserver/_adview_.ad.json
! https://github.com/AdguardTeam/AdguardFilters/issues/28008
@@||demolandia.net/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27912
hanime.tv#@#.banner-ad
! 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
!+ NOT_PLATFORM(windows, mac, android)
@@||nulledteam.com^$generichide
! 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/27726
@@||pirate.ws/advert.js
pirate.ws#%#window.spoof_weer2edasfgeefzc = true;
! 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/27493
@@||filegage.com/popads.js
filegage.com#$##blockblockB { display: block!important; }
filegage.com#$##blockblockA { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27506
! https://github.com/AdguardTeam/AdguardFilters/issues/27435
! https://github.com/AdguardTeam/AdguardFilters/issues/24969
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=firstonetv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/27330
||jolygram.com/js/ba.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30875
@@||file-up.org/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26985
! https://github.com/AdguardTeam/AdguardFilters/issues/54765
! https://github.com/AdguardTeam/AdguardFilters/issues/40813
! https://github.com/AdguardTeam/AdguardFilters/issues/38170
! https://forum.adguard.com/index.php?threads/30210/
! https://github.com/AdguardTeam/AdguardFilters/issues/41895
a2zupload.com#%#AG_onLoad(function(){if(document.querySelector(".DownLoadBotton")){var b=new MutationObserver(function(){var c=document.querySelector("#alertmsg");if(c)try{[].slice.call(document.getElementsByTagName("script")).some(function(a){if(a.text.match(/var apk;[\s\S]*?\.attr\('action'/))return a=a.text.split(/function ([\s\S]*?\(\))\n/),(new Function(a[1]))(),c.remove(),b.disconnect(),!0})}catch(a){}});b.observe(document,{childList:!0,subtree:!0});setTimeout(function(){b.disconnect()},1E4)}});
@@|http*://*.*/*.$image,third-party,domain=a2zupload.com
@@||a2zapk.com/images/$image,domain=a2zupload.com
! if DNS filtering enabled
||tpc.googlesyndication.com/simgad/*?w=*&h=$domain=a2zupload.com|educatiocenter.online,redirect=1x1-transparent.gif,important
@@||tpc.googlesyndication.com/simgad/$image,domain=a2zupload.com|educatiocenter.online|unlockapk.com
@@||adsterra.com/images/*.png$image,domain=unlockapk.com
@@||static.popads.net/img/icons/menu/websites.png$domain=a2zupload.com
!+ PLATFORM(windows, mac, android, ext_chromium)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=unlockapk.com|a2zupload.com
a2zupload.com,unlockapk.com#%#AG_onLoad(function() { var el = document.querySelector('.adsbygoogle'); if(el) el.setAttribute("data-adsbygoogle-status", "done"); });
@@||unlockapk.com/*ads.js
unlockapk.com###aswift_2_expand
a2zupload.com,unlockapk.com#@#.showads
a2zupload.com,unlockapk.com#$#.adsbygoogle { height: 1px!important; }
a2zupload.com,unlockapk.com#$#.showads { height: 1px!important; }
a2zupload.com,unlockapk.com#$##adsenseimage { height: 1px!important; }
@@||airpush.com/wp-content/themes/airpush/assets/images^$domain=a2zupload.com|unlockapk.com
!
! 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/26990
!+ NOT_PLATFORM(windows, mac, android)
@@||freshstuff4you.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/51300
! https://github.com/AdguardTeam/AdguardFilters/issues/27060
@@||mshare.xyz/js/blockadblock.js
@@||mshare.io/js/blockadblock.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=mshare.io|mshare.xyz
! 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
! TODO: Change AG_setConstant to scripltet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/65
safelinkmoba.blogspot.com#%#AG_defineProperty('safelink.adblock', { value: false }); AG_defineProperty('safelink.counter', { value: 0 });
! 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$script,redirect=noopjs,important,domain=dl.ccbluex.net
||adservice.google.*/adsid/integrator.js?domain=dl.ccbluex.net$redirect=nooptext,important,domain=dl.ccbluex.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/32663
! https://github.com/AdguardTeam/AdguardFilters/issues/25530
!+ NOT_OPTIMIZED
theverge.com##div[class^="adblock-allowlist-messaging"]
! rapidstream.co - antiadblock
@@||rapidstream.co/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26600
! gentside.com
@@/assets/prebid/*.js$script,xmlhttprequest,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
@@/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
@@||googletagservices.com/tag/js/gpt.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
@@||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
! 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
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hackedfreegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26474
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/26229
@@||mc-premium.org/assets/js/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26334
! https://github.com/AdguardTeam/AdguardFilters/issues/26226
! https://github.com/AdguardTeam/AdguardFilters/issues/26225
! https://github.com/AdguardTeam/AdguardFilters/issues/26212
uploadbox.io#%#//scriptlet('set-constant', 'replaceContentWithAdBlockerContent', 'noopFunc')
@@||uploadbox.io/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/26177
! 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/24376
@@||native.propellerclick.com/1?z=^$domain=swatchseries.to
! https://github.com/AdguardTeam/AdguardFilters/issues/25923
!+ NOT_PLATFORM(windows, mac, android)
@@||google-analytics.com/analytics.js$domain=receive-sms-online.info
! 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/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/25581
@@||gounlimited.to/js/pop.js|
gounlimited.to#%#window.cRAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/25468
! 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
@@||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/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/24722
@@||mega-debrid.eu/JS/advertisement.js
mega-debrid.eu#%#window.Advertisement = 1;
!
@@||file-upload.com/js/advertisement.js
file-upload.com#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'getElementById("adblockinfo")')
! https://github.com/AdguardTeam/AdguardFilters/issues/58160
! https://github.com/AdguardTeam/AdguardFilters/issues/61814
! solvetube.site,getintopc.com#%#AG_onLoad(function(){if(location.pathname.includes("/wait-for-resource/")||location.pathname.includes("/video-guide-for-setup-installation/")||location.pathname.includes("/file-will-start-automatically")){var c=function(a){for(var b="",e=0;e<a;e++)b+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".charAt(Math.floor(62*Math.random()));return b};f=function(a,b){a=Math.ceil(a);b=Math.floor(b);return Math.floor(Math.random()*(b-a+1))+a};d=new MutationObserver(function(){var a=document.querySelector("ins.adsbygoogle[data-ad-client]"); if(a)var b=a.getAttribute("data-ad-client");if(a=document.querySelector("ins.adsbygoogle[data-ad-slot]"))var e=a.getAttribute("data-ad-slot");a=document.querySelectorAll('iframe[id^="aswift_"]:not([src]), iframe[id^="google_ads_iframe_"]:not([src])');0<a.length&&(a.forEach(function(g){g.setAttribute("src","https://googleads.g.doubleclick.net/pagead/ads?client="+b+"&output=html&h=90&slotname="+e+"&adk="+c(f(9,10))+"&adf="+c(f(10,11))+"&w="+c(f(10,11))+" &lmt="+c(f(10,11))+"&format="+c(f(1E3,1500)))}), d.disconnect())});d.observe(document,{childList:!0,subtree:!0});setTimeout(function(){d.disconnect()},5E3)}});
! solvetube.site,getintopc.com#%#AG_onLoad(function(){if(location.pathname.includes("/wait-for-resource/")||location.pathname.includes("/video-guide-for-setup-installation/")||location.pathname.includes("/file-will-start-automatically")){var d={format:{stringify:function(a){var b={ct:a.ciphertext.toString(CryptoJS.enc.Base64)};a.iv&&(b.iv=a.iv.toString());a.salt&&(b.s=a.salt.toString());return JSON.stringify(b)},parse:function(a){a=JSON.parse(a);var b=CryptoJS.lib.CipherParams.create({ciphertext:CryptoJS.enc.Base64.parse(a.ct)});a.iv&&(b.iv=CryptoJS.enc.Hex.parse(a.iv));a.s&&(b.salt=CryptoJS.enc.Hex.parse(a.s));return b}}},c=new MutationObserver(function(){try{var a=document.querySelector(".clear-block > div[id][style] > h1 > b");a&&a.innerText.includes("Adblocker")&&(a.style.display="none",[].slice.call(document.getElementsByTagName("script")).some(function(b){b.text.match(/'({"ct":"[\s\S]*?"\})'/)&&"CryptoJS"in window&&(b=b.text.matchAll(/'({"ct":"[\s\S]*?"\})'/g),(match=Array.from(b))&&match[0]&&match[0][1]&&(link=match[0][1], c.disconnect(),setTimeout("location.href = 'http://"+JSON.parse(CryptoJS.AES.decrypt(link,"lvzzcibxicb",d).toString(CryptoJS.enc.Utf8))+"';",10)))}))}catch(b){}});c.observe(document,{childList:!0,subtree:!0});setTimeout(function(){c.disconnect()},1E4)}});
unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info#%#//scriptlet("set-constant", "qckyta", "false")
unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info#%#//scriptlet("abort-current-inline-script", "jQuery", "/ai_|ai-|detected|use_current_selector|JSON.stringify|insertion_before|AdSense|\/wp-includes\/[\s\S]*?\.js|jscomp\.arrayIterator|_mNDetails/")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=getintopc.com|solvetube.site
@@||getintopc.com/*.js$domain=getintopc.com
@@||solvetube.site/*js$domain=solvetube.site
@@||unique-tutorials.info^$generichide
@@||getintopc.com^$generichide
@@||solvetube.site^$generichide
@@||tech-platform.info^$generichide
unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info##.adsbygoogle
!unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info#%#//scriptlet("abort-on-property-write", "ai_front")
!@@|http$script,domain=unique-tutorials.info|getintopc.com|solvetube.site|tech-platform.info
!||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$important,domain=unique-tutorials.info|getintopc.com|solvetube.site|tech-platform.info
!@@||unique-tutorials.info/*ad*.js
!@@||solvettube.com/*ad*.js
!@@||solvetube.site/*ad*.js
!
! https://github.com/AdguardTeam/AdguardFilters/issues/24884
! 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#%#//scriptlet("set-constant", "jQuery.adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/24835
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=temp-mail.org,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/24657
@@||imgview.net/js/jquery-*.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24512
! https://github.com/AdguardTeam/AdguardFilters/issues/24585
! 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#%#//scriptlet("abort-current-inline-script", "Math.random", "isIframeNetworking")
trueachievements.com,ign.com#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "isIframeNetworking")
ign.com#%#//scriptlet('abort-current-inline-script', 'addEventListener', 'iframe-network')
! https://github.com/AdguardTeam/AdguardFilters/issues/24396
! https://github.com/AdguardTeam/AdguardFilters/issues/24374
xmovies8.pl#%#window.check_adblock = true;
xmovies8.pl#%#window.isAdsDisplayed = true;
! 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/24149
! https://github.com/AdguardTeam/AdguardFilters/issues/24179
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=igniel.com,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/24180
! https://github.com/AdguardTeam/AdguardFilters/issues/24186
@@||emailregex.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24119
! https://github.com/AdguardTeam/AdguardFilters/issues/24025
@@||mexashare.com/advertisements.js
mexashare.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblockinfo")
! https://github.com/AdguardTeam/AdguardFilters/issues/23993
!+ NOT_PLATFORM(windows, mac, android)
@@||freetutorials.eu^$generichide
! 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/23568
kizi.com#%#//scriptlet("set-constant", "evitca_kcolbda", "false")
kizi.com#%#//scriptlet("set-constant", "ad_blocker_active", "false")
@@||kizicdn.com/assets/prebid.detect_ad_blocker-*.js$domain=kizi.com
@@||kizi.com/assets/*advertisement-*.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kizi.com
! 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$script,redirect=noopjs,important
! https://github.com/AdguardTeam/AdguardFilters/issues/23144
! 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
! TODO: Change AG_setConstant to scripltet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/65
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/22916
! https://github.com/AdguardTeam/AdguardFilters/issues/22878
@@||deepbrid.com/backend-dl/app/views/site/default/ads/advertisement.js
deepbrid.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/22753
! Ad reinject
debka.com#%#//scriptlet("abort-current-inline-script", "Math.random", "InstallTrigger")
! matchat.online
! https://github.com/AdguardTeam/AdguardFilters/issues/22720
||cdn.rawgit.com/MuhBayu/adBDetect^$third-party
! 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/22398
@@||upload.ac/hg/js/advertisement.js
! 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/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,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/100918
thurrott.com#$#body { overflow: visible!important; }
thurrott.com#$##adBlock.blocker-interstitial { display: none!important; }
@@||thurrott.com/wp-content/themes/theme/assets/dist/scripts/wp-banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22149
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
! https://github.com/AdguardTeam/AdguardFilters/issues/22070
! https://github.com/AdguardTeam/AdguardFilters/issues/22048
@@||sfl.ink^$generichide
! 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://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/21459
! https://github.com/AdguardTeam/AdguardFilters/issues/21628
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
pcmag.com#@#iframe[title="3rd party ad content"]
! 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$script,redirect=noopjs,important,domain=fileflares.com
! 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#@#.SponsorAds
! https://github.com/AdguardTeam/AdguardFilters/issues/21348
! 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/21206
mhtviewer.booogle.net,kmlviewer.nsspot.net,epubreader.1bestlink.net,imagetotext.iblogbox.com#%#//scriptlet('set-constant', 'gadb', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/20910
! https://github.com/AdguardTeam/AdguardFilters/issues/20955
@@||lunaticfiles.com/ads.js|
! https://github.com/AdguardTeam/AdguardFilters/issues/21030
!+ NOT_PLATFORM(windows, mac, android)
@@||everydayporn.co/player/player_ads.html
! 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#%#//scriptlet("abort-current-inline-script", "navigator", "Flags.autoRecov")
reuters.com#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
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/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/16677
!#safari_cb_affinity(all)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/20663
||shortit.pw/js/adbb.js
! 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/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/20130
@@||mp4upload.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20222
! https://github.com/AdguardTeam/AdguardFilters/issues/20187
! https://github.com/AdguardTeam/AdguardFilters/issues/20126
wroffle.com#@##banner-advert-container
wroffle.com#@#.chitika-ad
wroffle.com#@#.ad-inserter
wroffle.com#@#.SponsorAds
wroffle.com#@#.adsense
@@||wroffle.com/wp-content/plugins/ad-inserter^
! https://github.com/AdguardTeam/AdguardFilters/issues/20128
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=stickgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20134
@@||uploaded-premium-link-generator.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20026
! 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/19899
! https://github.com/AdguardTeam/AdguardFilters/issues/19902
@@||zonebourse.com/js/googleads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19838
@@||imgdrive.net/anex/alt2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19753
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hiddenobjectgames.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://github.com/AdguardTeam/AdguardFilters/issues/19450
! https://github.com/AdguardTeam/AdguardFilters/issues/19449
@@/adBlockDetector.js$~third-party,domain=facepunch.io|biters.io|fisp.io
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=facepunch.io|biters.io|fisp.io
! 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/19455
! https://github.com/AdguardTeam/AdguardFilters/issues/19458
@@||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/19520
! https://github.com/AdguardTeam/AdguardFilters/issues/19214
! https://github.com/AdguardTeam/AdguardFilters/issues/19320
cwseed.com#%#//scriptlet("set-constant", "wc.pid", "")
! 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
@@||g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=games.coolgames.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=coolgames.com|newgames.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/19310
||foxbooru.com/js/bab.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19370
! https://github.com/AdguardTeam/AdguardFilters/issues/19240
! 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/19050
! https://github.com/AdguardTeam/AdguardFilters/issues/18807
! https://github.com/AdguardTeam/AdguardFilters/issues/18806
@@||hm732.com/adverts/ad-400.js
goodtoknow.co.uk#%#//scriptlet("abort-current-inline-script", "IPCCoreQueue", "bidWon")
! https://github.com/AdguardTeam/AdguardFilters/issues/18633
@@||evowars.io/ads.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/130163
! https://github.com/AdguardTeam/AdguardFilters/issues/128239
! https://github.com/AdguardTeam/AdguardFilters/issues/35064
! https://github.com/AdguardTeam/AdguardFilters/issues/20387
! https://github.com/AdguardTeam/AdguardFilters/issues/18523
kisstvshow.net,lifestylehack.info,keephealth.info,kimcartoon.li,kissorg.net,kisstvshow.to,kissasian.*#%#//scriptlet("set-constant", "alb", "false")
||bebi.com/js/plugins.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.*|kisstvshow.net,redirect=nooptext,important
||propellerads.com/wp-content/plugins/radiantthemes-addons/tabs/js/radiantthemes-tab-element-four.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.*|kisstvshow.net,redirect=nooptext,important
||propellerads.com/wp-content/themes/Zephyr/framework/js/jquery.simpleplaceholder.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.*|kisstvshow.net,redirect=nooptext,important
||pubmatic.com/wp-content/themes/pubmatic/js/jquery.alignHeight.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.*|kisstvshow.net,redirect=nooptext,important
||pubmatic.com/wp-content/plugins/pardot/js/asyncdc.min.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.*|kisstvshow.net,redirect=nooptext,important
! 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/18139
! https://github.com/AdguardTeam/AdguardFilters/issues/17420
! https://github.com/AdguardTeam/AdguardFilters/issues/18079
couponcabin.com#@##bottomAd
! https://github.com/AdguardTeam/AdguardFilters/issues/16190
! TODO: Change AG_setConstant to scripltet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/65
xberuang.blogspot.de,xberuang.blogspot.com#%#AG_defineProperty('safelink.adblock', {value: false}); AG_defineProperty('safelink.counter', {value: 0});
! 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/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/
! https://github.com/AdguardTeam/AdguardFilters/issues/56841
! ad reinjection
@@/nbc-ad*.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
@@/ads.*.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#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
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#%#//scriptlet("abort-current-inline-script", "navigator", "Flags.autoRecov")
@@||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://github.com/AdguardTeam/AdguardFilters/issues/17560
! https://github.com/AdguardTeam/AdguardFilters/issues/17604
@@||hulkshare.com/combine/*adblocker.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/19061
! https://github.com/AdguardTeam/AdguardFilters/issues/17104
! https://github.com/AdguardTeam/AdguardFilters/issues/17514
intercelestial.com##.swal2-container
! https://github.com/AdguardTeam/AdguardFilters/issues/92570#issuecomment-989634249
! https://github.com/AdguardTeam/AdguardFilters/issues/28391
! https://github.com/AdguardTeam/AdguardFilters/issues/18113
! https://github.com/AdguardTeam/AdguardFilters/issues/115683#issuecomment-1109265607
[$domain=facebook.com,path=/gaming]#$#body > .AdBox.Ad.advert ~ div[class] { display: block !important; }
[$domain=facebook.com,path=/gaming]#$#body > .AdBox.Ad.advert { display: block !important; }
[$domain=facebook.com,path=/adsmanager]#$#body { display: block !important; }
[$domain=facebook.com,path=/adsmanager]#$#body > .AdBox.Ad.advert { display: block !important; }
[$domain=facebook.com,path=/adsmanager]#$#body > .AdBox.Ad.advert ~ div[class] { 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/17295
@@||crackedgameservers.com/uploads/set_resources*adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17077
! 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/16676
!+ NOT_PLATFORM(windows, mac, android)
@@||pagead2.googlesyndication.com/pagead/$domain=nationalpost.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16832
! 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/16660
@@||cutcaptcha.com/captcha/*.js$domain=filecrypt.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/16476
! https://github.com/AdguardTeam/AdguardFilters/issues/16519
@@||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/16288
! https://github.com/AdguardTeam/AdguardFilters/issues/16397
offidocs.com##body > div[style*="text-align: center; z-index: 90000;"]
@@||assets.beinsports.com/*/scripts/ads.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/15962
streamratio.com#%#window.detector_active = true;
@@/detector/adsbygoogle.js$~third-party,script,domain=streamratio.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16277
@@||billiongraves.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15762
||education-load.com/js/main.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15951
! 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/15834
! 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/15546
! https://github.com/AdguardTeam/AdguardFilters/issues/15533
! https://github.com/AdguardTeam/AdguardFilters/issues/161864
! https://github.com/AdguardTeam/AdguardFilters/issues/62435
! https://github.com/AdguardTeam/AdguardFilters/issues/15491
surfline.com#@#.ad-box:not(#ad-banner)
@@||cdn-surfline.com/quiver/*/scripts/$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/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
!+ NOT_PLATFORM(windows, mac, android)
@@||benkhouya.com/ads.js$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/66583
! 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
||googletagmanager.com/gtm.js$script,xmlhttprequest,redirect=googletagmanager-gtm,domain=einthusan.ca|einthusan.tv|einthusan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15190
@@||gardenista.com/assets/scripts/advert.js
gardenista.com#%#//scriptlet('set-constant', 'adsAreBlocked', '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
! https://github.com/AdguardTeam/AdguardFilters/issues/15306
! https://github.com/AdguardTeam/AdguardFilters/issues/15273
! https://github.com/AdguardTeam/AdguardFilters/issues/15275
! 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/15117
@@||hgtv.ca^$generichide
! 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/14895
@@||gamesglue.com/game_core/check^
! https://github.com/AdguardTeam/AdguardFilters/issues/14898
! https://github.com/AdguardTeam/AdguardFilters/issues/14858
! https://github.com/AdguardTeam/AdguardFilters/issues/14823
! 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/14259
! https://github.com/AdguardTeam/AdguardFilters/issues/14650
||javhiv.net/statics/defaultv2/js/dedect.js
! allvideos.me - antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/11336
@@||pubads.g.doubleclick.net^$domain=twitch.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/14486
! https://github.com/AdguardTeam/AdguardFilters/issues/14297
! https://github.com/AdguardTeam/AdguardFilters/issues/14020
! https://github.com/AdguardTeam/AdguardFilters/issues/14392
@@||mapquest.com^$generichide
! 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/28426
! https://github.com/AdguardTeam/AdguardFilters/issues/14270
! https://github.com/AdguardTeam/AdguardFilters/issues/13326
! https://github.com/AdguardTeam/AdguardFilters/issues/14172
! https://github.com/AdguardTeam/AdguardFilters/issues/13804
! https://github.com/AdguardTeam/AdguardFilters/issues/13801
cointiply.com#@#.side-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/13882
@@||tvarticles.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13797
! https://github.com/AdguardTeam/AdguardFilters/issues/14006
forum.hackinformer.com#@#.headerads
! https://github.com/AdguardTeam/AdguardFilters/issues/13991
@@||audioz.cc/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13888
! 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/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$redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/13061
@@||speedtest.net/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/13031
! https://github.com/AdguardTeam/AdguardFilters/issues/13057
@@||fcportables.com/wp-content/uploads/ad-inserter^
! 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/99972
! https://github.com/AdguardTeam/AdguardFilters/issues/65172
! https://github.com/AdguardTeam/AdguardFilters/issues/23901
! https://github.com/AdguardTeam/AdguardFilters/issues/12807
magesy.blog#%#//scriptlet("prevent-setTimeout", "keepChecking")
@@||majesy.com/css-cdn/advertisement.js
@@||mage.si/advertisement.js
@@||majesy.com/advertisement.js
@@||beelink.in/ad/advertisement.js
||magesy.blog/dublocker.js
magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr###adb
magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr##div[id][class^="popup"][class$="wrap"][style]
magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr#%#//scriptlet("abort-current-inline-script", "onload", ".offsetHeight<=0")
magesypro.pro,magesypro.com,magesy.blog,majesy.org,magesy.eu,magesy.fr#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'document.write')
majesy.com,magesy.eu,beelink.in#%#//scriptlet("set-constant", "jQuery.adblock", "false")
@@/ad_banner.js$~third-party,domain=magesypro.pro|magesypro.com|magesy.blog|majesy.org|magesy.eu|magesy.fr
@@||majesy.org^$generichide
@@||majesy.com^$generichide
@@||magesy.eu^$generichide
@@||magesy.blog^$generichide
@@.png#$domain=majesy.org|majesy.com|magesy.eu|magesy.blog
! 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#@#.TopBannerAd
!+ NOT_PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
||thefreedictionary.com/_/tr.ashx?
! https://github.com/AdguardTeam/AdguardFilters/issues/12529
! https://github.com/AdguardTeam/AdguardFilters/issues/12756
ma-x.org##.k2cd89-hide
! 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/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/66574
! https://github.com/AdguardTeam/AdguardFilters/issues/14251
! https://github.com/AdguardTeam/AdguardFilters/issues/12297
vidlox.me#%#window.popns = true;
! 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/66551
freeopenvpn.org#$##advert_top { height: 6px !important; }
@@||ipspeed.online/*/*.png$domain=freeopenvpn.*
@@||freeopenvpn.*/*/*.png$domain=freeopenvpn.*
@@||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://forum.adguard.com/index.php?threads/28133/
! https://github.com/AdguardTeam/AdguardFilters/issues/12098
! 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/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)};})();
! 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/171747
! 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#%#//scriptlet('abort-current-inline-script', '$', 'AdBlock')
! https://github.com/AdguardTeam/AdguardFilters/issues/11542
@@||dl.go4up.com/*ad*.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/87054
@@||static.adsafeprotected.com/skeleton.js$domain=cwtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48235
! https://github.com/AdguardTeam/AdguardFilters/issues/10770#issuecomment-365468745
cwseed.com,cwtv.com#%#//scriptlet("set-constant", "Object.prototype.handleWall", "noopFunc")
cwtv.com#%#//scriptlet("set-constant", "wc.pid", "")
! 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/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/10938
@@||games.gamesplaza.com^$generichide
@@||games.gamesplaza.com/shared/loader/advert.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.gamesplaza.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/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/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/10831
@@||akvideo.stream/banners^$domain=akvideo.stream
! https://github.com/AdguardTeam/AdguardFilters/issues/10738
! https://github.com/AdguardTeam/AdguardFilters/issues/10712
@@||bitfun.co^$generichide
! 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/10687
idsly.com##.adsbygoogle
@@||idsly.com^$generichide
! 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/18187
! https://github.com/AdguardTeam/AdguardFilters/issues/10542
! Ads reinjection
nme.com#%#//scriptlet("abort-current-inline-script", "Math.floor", "Infinity")
! 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/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/10323
! https://github.com/AdguardTeam/AdguardFilters/issues/10147
livesports.pw###adb-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/10096
! 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/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/9789
wstream.video#$#.mypop { height:1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/9537
off-soft.net##.contents-usual .adsbygoogle:not(#content-raw)
! 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/9028
@@||map.poketrack.xyz/js/ads-min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/9052
8wayrun.com#$#.happyContainer {height:1px!important; length:1px!important;}
! 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/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/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/8727
getrelax.club#@#.google-ad
! seattletimes.com - antiadblock
@@||seattletimes.com/wp-content/plugins/st-privacy-detection/js/src/ads/ad-test.js
! 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/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/8575
! https://github.com/AdguardTeam/AdguardFilters/issues/8492
! https://github.com/AdguardTeam/AdguardFilters/issues/8408
! https://github.com/AdguardTeam/AdguardFilters/issues/8493
@@||hollaforums.com/js/adcash.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/8278
@@||porn.com^$generichide
! https://forum.adguard.com/index.php?threads/27405/
masseurporn.com#@#.advertisement
masseurporn.com#@#.ad-body
! https://github.com/AdguardTeam/AdguardFilters/issues/8298
@@||getfree.co.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8299
! https://github.com/AdguardTeam/AdguardFilters/issues/8357
! https://github.com/AdguardTeam/AdguardFilters/issues/8252
! https://github.com/AdguardTeam/AdguardFilters/issues/8297
! https://github.com/AdguardTeam/AdguardFilters/issues/33815
! https://github.com/AdguardTeam/AdguardFilters/issues/23999
! https://github.com/AdguardTeam/AdguardFilters/issues/8168
next-episode.net#%#//scriptlet("abort-on-property-read", "tryCheckB32")
! https://github.com/AdguardTeam/AdguardFilters/issues/7903
! https://forum.adguard.com/index.php?threads/27550/
@@||apjr.needrom.com/advert*.js
! https://forum.adguard.com/index.php?threads/27524/
@@||themelock.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8089
target.my.com#%#//scriptlet("set-constant", "trg.ads", "true")
@@||target.my.com/media/js/app/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/7905
kisshentai.net#%#//scriptlet('set-constant', 'adblock', 'false')
! 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/27243/
! 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,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7592
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/121997
||uploadcloud.pro/js/Aab-js-
@@||uploadcloud.pro^$generichide
! 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/7634
@@||festyy.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7242
au.tv.yahoo.com#@#.y7-advertisement
! https://github.com/AdguardTeam/AdguardFilters/issues/7240
||freewheel-mtgx-tv.akamaized.net/*.mp4$redirect=nooptext,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/26799/
! https://github.com/AdguardTeam/AdguardFilters/issues/7536
@@||cpmlink.net^$generichide
! https://forum.adguard.com/index.php?threads/last-fm-anti-adblock.16897/
||static.doubleclick.net/instream/ad_status.js$domain=last.fm,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7306
@@||v.fwmrm.net/ad/g/1?$domain=01net.com
! 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/6905
!+ NOT_PLATFORM(windows)
socketloop.com#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/document\.getElementById\('cootent'\)\.innerHTML=/.test(a)){ _st(a,b);}};
! https://github.com/AdguardTeam/AdguardFilters/issues/7175
simply-debrid.com#@##google_ads
! 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/26453/
@@||tcpvpn.com/ads/advertisement.js
! https://forum.adguard.com/index.php?threads/down2hub-com.26379/
! 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/7106
freestocks.org##body.adblock > .popup
! https://github.com/AdguardTeam/AdguardFilters/issues/7224
! https://forum.adguard.com/index.php?threads/uploadx-link.26197/
! 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/26114/
! https://forum.adguard.com/index.php?threads/26085/
@@/ads.js$domain=cut-urls.com,~third-party
! 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/bigspeeds-com-anti-ad-block.25908/
@@||bigspeeds.com/ajax/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/166758
! https://github.com/AdguardTeam/AdguardFilters/issues/128127
leechpremium.net#%#//scriptlet('prevent-setInterval', 'iframe')
! leechpremium.net#%#AG_onLoad(function(){var b=new MutationObserver(function(){var a=document.querySelectorAll(".adsbygoogle iframe");for(i=0;i<a.length;i++)a[i].setAttribute("height",280+i),b.disconnect()});b.observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/78207
! https://gist.github.com/AdamWr/d9d16be46fcad6df18306e19637ed6aa#file-myuploadedpremium-js
myuploadedpremium.de#%#AG_onLoad(function(){var b=new MutationObserver(function(){var a=document.querySelectorAll(".adsbygoogle iframe");for(i=0;i<a.length;i++)a[i].setAttribute("height",280+i),b.disconnect()});b.observe(document,{childList:!0,subtree:!0})});
myuploadedpremium.de#%#//scriptlet('remove-attr', 'height', 'body > iframe[height][width][style]')
myuploadedpremium.de#%#//scriptlet('abort-current-inline-script', '$', '/setInterval[\s\S]*?_0x[\s\S]*?</')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=myuploadedpremium.de
! https://forum.adguard.com/index.php?threads/www-televisionparatodos-tv-anti-adblock.25891/
latino-webtv.com###adb-enabled
! https://forum.adguard.com/index.php?threads/25761/
! https://forum.adguard.com/index.php?threads/25823/
! https://forum.adguard.com/index.php?threads/25828/
! 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/25743/
@@||zeroboard.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6888
! https://github.com/AdguardTeam/AdguardFilters/issues/7020
@@||rappers.in/js/antiadblock.js
! 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/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/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://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/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/18729
@@||tmearn.com/js/ads*.js
! https://forum.adguard.com/index.php?threads/25117/
@@||7sim.net^$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/15726
! https://github.com/AdguardTeam/AdguardFilters/issues/6661
! 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/6693
! 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/24938/
! 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,redirect=nooptext,important
! 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
! 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/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,redirect=nooptext,important
||mds.pliing.com/scm/videoburner/isobar/burneruploads/*.mp4$domain=tv3sport.dk,redirect=nooptext,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6414
bank-codes.com#%#//scriptlet('set-constant', 'ab1', 'false')
bank-codes.com#%#//scriptlet('set-constant', 'ab2', 'false')
bank-codes.com#%#//scriptlet('set-constant', 'ab3', 'false')
bank-codes.com#%#//scriptlet('set-constant', 'ab4', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/6411
! 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/6530
@@||linkkawy.com^*js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6520
! https://forum.adguard.com/index.php?threads/24564/
ur.ly#@##bottomad
! https://github.com/AdguardTeam/AdguardFilters/issues/6517
1001tracklists.com#$?#div[class*="adngin"].exNet { remove: true; }
1001tracklists.com#@##adframe:not(frameset)
! https://forum.adguard.com/index.php?threads/zippyshare-com-pop-up-on-download-now-windows.24433/
@@||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/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://github.com/AdguardTeam/AdguardFilters/issues/6349
@@||vivud.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6284
! https://github.com/AdguardTeam/AdguardFilters/issues/6280
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lolalytics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6278
! 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://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#%#//scriptlet('remove-class', 'disabled', 'a.downloadButton.disabled')
apkmirror.com#%#//scriptlet('abort-on-stack-trace', 'document.querySelectorAll', '/Object\.visibleEl[\s\S]*?onload|Object\.vE/')
apkmirror.com#$#.accent_bg.downloadButton { pointer-events: auto !important; cursor: pointer !important; }
apkmirror.com#$#body .ains { display: block !important; position: absolute !important; left: -3000px !important; }
apkmirror.com#$#body .gooWidget { display: block !important; position: absolute !important; left: -3000px !important; height: 310px !important; }
apkmirror.com#$#.gooWidget.google-ad-square { display: block !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=apkmirror.com
! 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/11166
paraphrasing-tool.com#$#[id^="adsense_"] { height: 80px!important; width: 80px!important; position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/24045/
@@||copypastecharacter.com^$generichide
! 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
!
! NoAdBlock (CloudflareApps)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5953
! 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/5981
! https://github.com/AdguardTeam/AdguardFilters/issues/5957
@@||generatorlinkpremium.com/ads/advertisement.php
! 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/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/5766
yiv.com###AdBlockMessage
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=h5.4j.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5759
haxmaps.com#%#//scriptlet('prevent-setTimeout', 'log_abb_tests')
! 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/23665/
@@/adsense.js$~third-party,domain=handjob.pro|lezbiyen-tube.com|mybigbeautifulwoman.com|mystreetgirl.com|sex-jav.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5758
@@||totaldebrid.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5753
! http://ps.w.org/monitor-adblock/tags/2.3/monitorblockad.php
securityonline.info,xkorean.net,h-hentai.com,honatur.com,lanouvelletribune.info,supertelatv.net,yearn-magazine.fr,cantaringles.com,cscscholarships.org,javgay.com,rozbor-dila.cz,teenboytwink.com,filmeseserieshd.org,kizzboy.com,meterpreter.org,pronunciaciones.com,atelevisao.com,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://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/96795
! https://github.com/AdguardTeam/AdguardFilters/issues/5764
cellmapper.net#%#//scriptlet("prevent-setTimeout", "/children\('ins'\)|Adblock|adsbygoogle/")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=cellmapper.net
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5677
openculture.com#@##SponsoredLinks
openculture.com#@##influads_block
!
!
!+ NOT_PLATFORM(windows, mac, android)
gktoday.in#@##google-ads
!+ NOT_PLATFORM(windows, mac, android)
gktoday.in#@#.adsense
!+ NOT_PLATFORM(windows, mac, android)
gktoday.in#@#.sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/5508
@@||cdn.reverso.net/*/static/js/advertising.js^
! https://forum.adguard.com/index.php?threads/23122/
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://forum.adguard.com/index.php?threads/cinemablend-com-anti-adb-windows.22290/
@@//aka-cdn-ns.adtechus.com/images/$domain=cinemablend.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5655
@@||cdn.hackintosh.zone/ipscdn/adsense/$domain=hackintosh.zone
! https://github.com/AdguardTeam/AdguardFilters/issues/5626
! https://github.com/AdguardTeam/AdguardFilters/issues/65443
! https://github.com/AdguardTeam/AdguardFilters/issues/377
@@||spike.itv.com/itv/lserver/tserver/random=$xmlhttprequest
@@||itv.com/itv/tserver/*size=*/*/viewid=
! https://forum.adguard.com/index.php?threads/23302/
@@||destyy.com^$generichide
! https://forum.adguard.com/index.php?threads/23262/
! https://github.com/AdguardTeam/AdguardFilters/issues/5469
! 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/
ehubsoft.net#%#//scriptlet("set-constant", "gadb", "false")
!+ NOT_PLATFORM(ios, ext_android_cb)
||pagead2.googlesyndication.com/pagead/show_ads.js$script,redirect=noopjs,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[data-ad-slot]
! realclearpolitics.com antiadblock
@@||realclearpolitics.com/asset/section/ad-blocker.js
! uploadfiles.io anti-adblock (size of the element exceeds 100500px)
uploadfiles.io##.ad-blocked
! https://github.com/AdguardTeam/AdguardFilters/issues/5389
gosugamers.net#@#.ad-placement
! https://forum.adguard.com/index.php?threads/22624/
!+ NOT_PLATFORM(windows, mac, android)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=receive-sms-online.info
!
! https://forum.adguard.com/index.php?threads/22596/
@@||uploadboy.com/ads.js
! https://forum.adguard.com/index.php?threads/22255/
||storesurprise.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/103491
! https://forum.adguard.com/index.php?threads/22256/
*$script,redirect-rule=noopjs,domain=binbucks.com
@@||binbucks.com/fuckadblock.js
@@||binbucks.com^$generichide
! https://forum.adguard.com/index.php?threads/expedia-de.22147/
@@||travel-assets.com/ads/*/expadsblocked.js^
! https://forum.adguard.com/index.php?threads/anti-adblock-ibtimes-co-uk.22124/
@@||d.ibtimes.co.uk/imasdk/ads.js^
! https://forum.adguard.com/index.php?threads/22081/
mylifetime.com#@#.block-doubleclick
! 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://github.com/AdguardTeam/AdguardFilters/issues/5039
@@||viid.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15016
! https://github.com/AdguardTeam/AdguardFilters/issues/4661
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
! https://github.com/AdguardTeam/AdguardFilters/issues/4917
@@||dailygeekshow.com/wp-content/themes/soofresh2/js/advertisement.js^
! https://xenforo.com/community/resources/rellect-adblock-detector.2312/
/rellect/AdblockDetector/handler.$~third-party,redirect=nooptext,important
! https://forum.adguard.com/index.php?threads/21366/
||b.slipstick.com/bmp/bmpjquery.js
! 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
! Graphiq owned sites https://forum.adguard.com/index.php?threads/planes-axlegeeks-com.21241/
corporate.com,findthebest.com,findthecompany.com,findthedata.com,graphiq.com,platform.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/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
! wordpress theme https://mythemeshop.com/themes/ad-sense/
adisteme.kz,adobevn.net,aggressivecars.com,allbluevr.com,androidcrush.com,applosungen.com,awamiweb.com,besthealthyguide.com,bhookedcrochet.com,biochemden.com,bloggingden.com,braininspired.net,business-solution.us,carapraktis.info,caratulasparacuadernos.com,catchmyjobs.com,ccna6.com,ccnav6.com,circuiteasy.com,conspatriot.com,dailyhealthkeeper.com,darmawan.my.id,dayoadetiloye.com,detutorial.com,diedit.com,dollsnews.com,dormir-moins-bete.com,download-album.com,duniaq.com,espiaresgratis.com,gamingguidetips.com,geekpeaksoftware.com,gennarino.org,gratiserotik.se,healthspiritbody.com,healthytotal.net,hightechbuzz.net,horamerica.com,howtorootmobile.com,inmigrantesenmadrid.com,insurancequotestip.com,kampusexcel.com,kimdirbu.com,lahuria.com,laivanduc.com,langsungviral.com,learn-automation.com,lifeblogid.com,liriklaguindonesia.net,masterdrivers.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,prdnews.com,quoteacademy.com,ricasaude.com,rwaag.org,sarungpreneur.com,satgobmx.com,shoemoney.com,smartphonehrvatska.com,soltvperu.com,ssante.com,sumberpendidikan.com,supportcanon.com,tatuajestatu.com,techcrack.net,teclane.com,tellynews.us,tipsdroidmax.com,topnaturaltips.com,topwebsitelists.com,trenddify.com,tutorialescomo.com,ultra4kporn.com,usefuldiys.com,vegrecetas.com,vidabytes.com,viralistics.com,wikigain.com,wisdomquotesandstories.com,yoemigro.com,zenfoneasus.com#$#.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/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/adageindia-in-missed-ads-windows.20841/
||gaia.adage.com/assets/js/min/BlockDetector.js^
! https://forum.adguard.com/index.php?threads/liverpoolecho-co-uk.20590/
||dashboard.tinypass.com/*/load^$third-party
! 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/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/im9-eu.20226/
@@||tff.tf/popunder.js$domain=im9.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/4624
bicycling.com,menshealth.com,prevention.com,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|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@.com/ads.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@/pagead2.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|rodalesorganiclife.com|rodalewellness.com|runnersworld.com|womenshealthmag.com
@@/pubads.$script,other,~third-party,domain=bicycling.com|menshealth.com|prevention.com|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/54746
@@||googletagservices.com/tag/js/gpt.js$domain=citationmachine.net
@@||cdn.springserve.com/assets/0/playerJS/chegg_unlocked_cm.js$domain=citationmachine.net
@@||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
! 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/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);
! ratemyprofessors.com - adblock detection
@@||ratemyprofessors.com/assets/libs/adFrame_ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4362
@@||upbitcoin.com^$generichide
! 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://forum.adguard.com/index.php?threads/pokemonultimate-forumcommunity-net.18332/
||forumfree.net/js/anti_adb.js
! https://forum.adguard.com/index.php?threads/16928/
@@||hdwall.us/js/adsbygoogle.js
! Anti-adblock ads
@@||traffic.adxprts.com/ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4237
! Reported: https://forums.lanik.us/viewtopic.php?f=64&t=35263
sonichits.com#@#.right-ad
! 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://forum.adguard.com/index.php?threads/18447/
@@||mp3fy.com^$generichide
! https://forum.adguard.com/index.php?threads/14844/
imagefap.com#@#[id][style*="width:"]
! https://forum.adguard.com/index.php?threads/18426/
@@||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/3925
@@||msn.com/advertisement.ad.js
! 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^$redirect=nooptext
! 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/58238
@@||aranzulla.it/_adv/
! 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=hdzog.com
! https://forum.adguard.com/index.php?threads/facebook-com.12519/
@@||ad.atdmt.com/m/*account_id=*&source=cm&step=1^$domain=facebook.com|facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion
! 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://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/17590/
@@||football-lineups.com^$generichide
! https://forum.adguard.com/index.php?threads/17447/
@@.adcenter.$domain=indiansgetfucked.com
@@||indiansgetfucked.com$generichide
! vulture.com - anti-adblock message
vulture.com###article > #bottom > div.nymab-response
! 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
! 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
! 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
! 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://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
! 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;
! 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/15454/
@@||crawlist.net^$generichide
! 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/
@@/advert.js$domain=radiostreamlive.com,~third-party
! https://forum.adguard.com/index.php?threads/15316/
@@||eenadu.net/ads.js
! 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://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/15159/
@@||javhdx.tv$generichide
! https://forum.adguard.com/index.php?threads/14963/
carandbike.com#@#.ad300
! 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/14544/
@@||static.cdn.web.tv/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3097
@@||ad.doubleclick.net/ddm/ad/*$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/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
! 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#%#//scriptlet('set-constant', 'adBlockDetected', '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
@@||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/19712/
@@/pop.js|$domain=pornve.com
pornve.com#%#(function() { window.xRds = false; window.frg = true; window.frag = true;  })();
! 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/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://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/13593/
bollywood.bhaskar.com#%#window.canABP = true;
@@||bollywood.bhaskar.com/*ads*.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/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/AdguardBrowserExtension/issues/335
@@||thoaimedia.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
@@||ad.doubleclick.net/ddm/ad/*$domain=fyi.tv
! https://forum.adguard.com/index.php?threads/12969/
freewaresys.com##.xenOverlay
freewaresys.com###exposeMask
! 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/116770
@@||yandex.ru/ads/system/context.js$domain=investing.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=investing.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=investing.com
! 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/11977/
||myabandonware.com/media/js/blckevent.js
! https://forum.adguard.com/index.php?threads/12300/
intoday.in##.adblocker-page
! https://github.com/AdguardTeam/AdguardFilters/issues/2739
@@||economictimes.com/*ads*/*.cms
! 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/2638
@@||hindustantimes.com/res/js/*ads*
! 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/11774/
@@||vietget.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/44716
! https://forum.adguard.com/index.php?threads/11956/
indiatimes.com#%#window.canRun = true;
@@*ad*.cms$domain=indiatimes.com|timesofindia.com
@@||indiatimes.com/wp-content/themes/*/js/*ads*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2506
businesstoday.in###adbocker_alt
! 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://github.com/AdguardTeam/AdguardFilters/issues/49716
! https://github.com/AdguardTeam/AdguardFilters/issues/46103
! https://github.com/AdguardTeam/AdguardFilters/issues/31457
! https://forum.adguard.com/index.php?threads/17643/
download.mokeedev.com#%#//scriptlet("set-constant", "adVerified", "false")
download.mokeedev.com#%#//scriptlet("set-constant", "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/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
download.mokeedev.com#$#body ins.adsbygoogle { display: block!important; position: absolute!important; left: -3000px!important; }
download.mokeedev.com#@#ins.adsbygoogle[data-ad-client]:not([data-matched-content-ui-type])
! dasolo.org
@@||js.adscale.de/getads.js:adscale_slot_id/$domain=dasolo.org
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/2561
bournemouthecho.co.uk###__nq__hh
@@||ad.doubleclick.net/ddm/ad/*$domain=bournemouthecho.co.uk
! 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/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://forum.adguard.com/index.php?threads/10793/
pizap.com#%#AG_onLoad(function() { window.showAdBlock = function() {}; });
! https://forum.adguard.com/index.php?threads/12853/
allmusic.com#$#.advertising { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/11076/ [BlockAdBlock]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ifate.com
! 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/10386/
@@||maxcheaters.com^$generichide
! https://forum.adguard.com/index.php?threads/10133/
@@||receivesmsonline.net/ads.js
! https://forum.adguard.com/index.php?threads/10087/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=blackbird.zoomin.tv
! 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/9742/
@@||iptvcanales.com^$generichide
! http://forum.adguard.com/showthread.php?10797
keybr.com##div[class^="Supporter"]
! http://forum.adguard.com/showthread.php?10564
slacker.com#$#body > header { margin-top: 0!important; }
slacker.com###leaderboard
! miuipro.ru - prevent download firmware
@@||miuipro.ru/advert.js
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1877
@@||wpmienphi.com^$generichide
! 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?9768
@@||mamahd.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1738
||macos-app.com/wp-content/uploads/an-temp/
! 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
! 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
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1541
@@||filespace.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1509
pch.com###sfad-wrapper
pch.com###sfad-greyback
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1356
@@||biggestplayer.cachefly.net/ad300.html
@@||biggestplayer.cachefly.net/cricad.html
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1416
||thinkcomputers.org/wp-content/uploads/an-temp/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1373
liberallogic101.com#@##sidebar_ad_1
liberallogic101.com#@##text-37
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1310
@@||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?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/1129
@@||dozenofelites.com^$elemhide
! http://forum.adguard.com/showthread.php?8092
@@||uploadex.com^$elemhide
! 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
! 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?7001
zippymoviez.cc###h97e
! http://forum.adguard.com/showthread.php?6948
pornhub.com,pornhub.org,pornhub.net###abAlert
! https://github.com/AdguardTeam/ExperimentalFilter/issues/774
dayt.se#$##synpit { height:1px!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/727
@@||cdn.needrom.com/advert*.js
! 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?6415
@@||techonthenet.com/javascript/advert-min.js
! http://forum.adguard.com/showthread.php?6126
||xsportnews.com/wp-content/uploads/an-temp/
! 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() {};
! 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
! 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
! https://github.com/AdguardTeam/ExperimentalFilter/issues/436
/abb-msg.js$domain=hardocp.com
! uptobox.com
||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
! hyperspeeds.com - http://forum.adguard.com/showthread.php?1355
hyperspeeds.com##body #d315
! 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
! 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#@##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?4598
tamilmovierockers.net###j401
tamilmovierockers.net#$##j401 ~ * { display: block!important; }
! http://forum.adguard.com/showthread.php?3165
dirtstyle.tv##.lightbox
! 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() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/2241
! admitad ad block checker
@@||ad.admitad.com/3rd-party/advert.js
@@||ad.admitad.com/3rd-party/*/cookie/?f=CookieChecker.remoteTest
! https://github.com/AdguardTeam/AdguardFilters/issues/111850
bigbrothercanada.ca#%#//scriptlet('set-constant', 'video_player_config.players.0.adblock', 'false')
!-------------------------------------------------------------------------------!
!------------------ Banner sizes -----------------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of popular banner sizes.
! Rules should be generic.
!
! Good: ##iframe[width="100%"][height="90"]
! Bad: example.org##iframe[width="100%"][height="90"] (should be in specific.txt)
!
##embed[width="100%"][height="100"]
##embed[width="120"][height="240"]
##embed[width="160"][height="600"]
##embed[width="240"][height="400"]
##embed[width="468"][height="60"]
##embed[width="600"][height="160"]
##embed[width="728"][height="90"]
##iframe[width="100%"][height="90"]
##iframe[width="100%"][height="120"]
##iframe[width="104"][height="464"]
##iframe[width="200"][height="240"]
##iframe[width="200"][height="300"]
##iframe[width="210"][height="237"]
##iframe[width="240"][height="350"]
##iframe[width="240"][height="400"]
##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"]
##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"]
!-------------------------------------------------------------------------------!
!------------------ Foreign rules ----------------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules that are supposed to work on websites we have no language-specific filter for yet.
!
! Good: any type of the rules will be good
! Bad: @@||example.org^$stealth (should be in AdGuard Base - allowlist_stealth.txt)
!
!
!---------------------------------------------------------------------
!------------------------------ Albanian -----------------------------
!---------------------------------------------------------------------
! NOTE: Albanian
! https://github.com/AdguardTeam/AdguardFilters/issues/156360
rtklive.com##.text-center > a[target="_blank"] > img
||rtklive.com/sq/marketing/files/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/154356
telegrafi.com##.code-block
telegrafi.com##.leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/70771
syri.net##div[id^="rekl-"]
||syri.net/marketing/a.php?
@@||syri.net/uploads/syri.net/images/*/300x150_*.jpg
!
joq-albania.com,joqalbania.com##div[data-adunit]
joq-albania.com,joqalbania.com##div[class^="adunit-"]
joq-albania.com,joqalbania.com##.boost-list-container a[href^="https://aa.boostapi.net"]
joq-albania.com,joqalbania.com#?#.boost-list-container > [style] > [class]:has(> a[href^="https://aa.boostapi.net"])
! https://github.com/AdguardTeam/AdguardFilters/issues/172716
! https://github.com/AdguardTeam/AdguardFilters/issues/126142
! https://github.com/AdguardTeam/AdguardFilters/issues/53545
filma24.*###vidad
filma24.*##center > a[target="_blank"] > img
filma24.*##.watch-movie > .widgets > .widget > h2
filma24.*#?#.watch-movie > .movie-info[style]:has(> center > a[target="_blank"])
||filma24.*/f24-ytb-v*.js
||youtube.com/embed/*?*&origin=*.filma24.*&widgetid$domain=filma24.*,important
||filma24.*/kazino*.gif
||i.imgur.com^$domain=filma24.*
! https://github.com/AdguardTeam/AdguardFilters/issues/22556
@@||videotekaime.net/uni/popunder.js|
videotekaime.net#%#window.ad_permission = "OK";
! https://github.com/AdguardTeam/AdguardFilters/issues/17139
||gjc.gjirafa.com^
gjirafa.com##div[id^="an-holder-"]
!
||teksteshqip.com/imgz/ads/336.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/12509
@@||videotekaime.com/uni/popunder.js
!---------------------------------------------------------------------
!------------------------------ Arabian ------------------------------
!---------------------------------------------------------------------
! NOTE: Arabian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175443
lesite24.com##div[id^="pum-"][data-popmake*="ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/173657
$script,third-party,domain=faselhd.cafe,badfilter
$third-party,xmlhttprequest,domain=faselhd.cafe,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/172834
nabd.com##div[id^="nb-ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/171153
||go4kora.tv/assets/js/script_antiAdBlock_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/169260
techradar.ink##.adbn9-wrap9
! Anti Ad Blocker Code by elsabagh (usually sport streams sites)
livekoora.info#%#//scriptlet('abort-on-property-write', 'checkAdsStatus')
! https://github.com/AdguardTeam/AdguardFilters/issues/168547
||img4kora.com/assets/js/script_antiAdBlock_*.js
go4kooora.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/165699
aresnov.org###floatcenter
! https://github.com/AdguardTeam/AdguardFilters/issues/165179
benacer-techpro.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/164225
news-724.com###divOfx
@@||cdn1.img4kora.com/assets/js/clever_ads.js
news-724.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163323
elktob.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/163074
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=n-egy.best
n-egy.best#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/159832
gouit.blogspot.com#$##pbt { display: none !important; }
gouit.blogspot.com#$#body { overflow: auto !important; }
gouit.blogspot.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/158627
witanime.org##center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/157742
yalla-shoots.tv##.demand-supply
! https://github.com/AdguardTeam/AdguardFilters/issues/157475
elconsolto.com##.leaderboardDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/157527
masrawy.com###ShiftHP
masrawy.com###ElconsoltoHP
masrawy.com##.waya
! https://github.com/AdguardTeam/AdguardFilters/issues/156122
yokugames.com##body > a[target="_blank"]
yokugames.com,cimaramadan.site##a[id^="ad"][target="_blank"]
yokugames.com,cimaramadan.site#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/169754
! https://github.com/AdguardTeam/AdguardFilters/issues/158742
faselhd-embed.scdns.io,faselhd.*###popup
! https://github.com/AdguardTeam/AdguardFilters/issues/155001
akw.cam,ak.sv,akw.mov#%#//scriptlet('prevent-addEventListener', 'click', 'clicking')
! https://github.com/AdguardTeam/AdguardFilters/issues/154217
akhbarelyom.com##div[class^="desktop-add_"] center a:not([href*="akhbarelyom.com/"])
akhbarelyom.com##div[class^="desktop-add_"] center a:not([href*="akhbarelyom.com/"]):first-child + img
akhbarelyom.com##div[id^="Ads-"]
akhbarelyom.com##center > img[style="height: 300px; width: 300px;"]
akhbarelyom.com##p > img[style="width: 300px; height: 250px;"]
akhbarelyom.com#?#.internal-sidebar > div.row > div.col-md-12:not(:has(> script[src^="https://akhbarelyom.com/"])):not(:has(> div.Newsmost-reads))
||youtube.com/embed/$domain=akhbarelyom.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153221
egybist.online,n-egy.best,egybist.site,eg-yb-est.site,egy-best.site##body > a[target="_blank"]
egybist.online,n-egy.best,egybist.site,eg-yb-est.site,egy-best.site#%#//scriptlet('prevent-window-open')
egybist.online,n-egy.best,egybist.site,eg-yb-est.site,egy-best.site#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!
kooora.com###LeaderboardCont
kooora.com###MPU
kooora.com##.nbanner
kooora.com##.headerTop
kooora.com###bottom_mpu
! https://github.com/AdguardTeam/AdguardFilters/issues/151810
iprom.pics#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/151335
shahidpro.net#%#//scriptlet('remove-attr', 'href', 'a[href]#clickfakeplayer')
! https://github.com/AdguardTeam/AdguardFilters/issues/150943
azoranov.com##div[id^="teaserad"]
azoranov.com##div[id^="sticky-ads-az-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/148402
lisanarb.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbygoogle.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/148581
youm7.com###id-custom_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/142993
aitnews.com###sidebar-primary-sidebar > div.widget:not([id^="bs-mix-listing-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/170555
! https://github.com/AdguardTeam/AdguardFilters/issues/142021
lib-books.com,books-lib.net##.adsenseHome
lib-books.com,books-lib.net##.BookAdsSide
lib-books.com,books-lib.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/141626
dimakids.com##.adblock-wrapper
||dimakids.com/popunder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/141094
series4pack.com###blc-wrap
series4pack.com#%#//scriptlet("abort-current-inline-script", "mMcreateCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/175152
! https://github.com/AdguardTeam/AdguardFilters/issues/174866
! https://github.com/AdguardTeam/AdguardFilters/issues/173591
! https://github.com/AdguardTeam/AdguardFilters/issues/170759
! https://github.com/AdguardTeam/AdguardFilters/issues/168477
! https://github.com/AdguardTeam/AdguardFilters/issues/159669
! https://github.com/AdguardTeam/AdguardFilters/issues/150425
! https://github.com/AdguardTeam/AdguardFilters/issues/148266
! https://github.com/AdguardTeam/AdguardFilters/issues/148098
! https://github.com/AdguardTeam/AdguardFilters/issues/158596
! https://github.com/AdguardTeam/AdguardFilters/issues/140805
! arabseed.ink
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###ad
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###adxbox
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me##.div-over
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###fixedban
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###fixedban2
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me##body > #sticky
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me##div[class^="adbn"][class*="wrap"]
gameland.click,gamestation.cam,gamezone.cam,gamesera.online,free-games.cam,top-games.live,tech-review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|greeter\.me/')
! https://github.com/AdguardTeam/AdguardFilters/issues/139730
arabic-toons.com###ads-blocked
arabic-toons.com#%#//scriptlet('abort-on-property-read', 'adsBlocked')
! https://github.com/AdguardTeam/AdguardFilters/issues/138948
||nope.xn--mgbkt9eckr.net/Ong5FQ7.js
! https://github.com/AdguardTeam/AdguardFilters/issues/137233
kooora365.com##.quads-modal
kooora365.com#%#//scriptlet("set-constant", "wpquads_adblocker_check_2", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/136596
qa.opensooq.com##.adSearch
! https://github.com/AdguardTeam/AdguardFilters/issues/132100
hibapress.com##div[style^="width: 160px; height: 600px;"]
hibapress.com###fixedbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/132013
ozulscans.com##.lm-adblock-notfic-container
ozulscans.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|jubnaadserve\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/129443
m.kooora.com#?#.mainArticle > div.cx-content-part > strong > a[target="_blank"]:upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/129426
taxielcima.live##html > iframe
! https://www.chrohat.com/2018/08/Fix-Win-Restarts.html
chrohat.com#$##adblock_msg { display: none !important; }
chrohat.com#$#body { overflow: visible !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128342
||cdn.emarat-news.ae/wp-content/cache/min/1/wp-content/uploads/pum/pum-site-scripts.js
! https://github.com/AdguardTeam/AdguardFilters/issues/126388
arabiaweather.com##.content-side-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/119043
||cdn.statically.io/gh/Kaka4i-os/js/main/adblock.js$domain=peshdpatch.com
! https://github.com/AdguardTeam/AdguardFilters/issues/117859
elbalad.news##.left-col > div[style="height:300px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/117857
filgoal.com##.ads
filgoal.com##iframe[src*="sarmady.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/117858
laroza.net###id-custom_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/115948
stardima.com##p[align="center"] > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/115761
anime4up.*##center > a[rel="dofollow"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/113954
farescd.com##.ads_five
@@||mahimeta.com/networks/ad_code.php$domain=farescd.com
farescd.com#%#//scriptlet("abort-current-inline-script", "mMcreateCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/113862
makyaje.com###nodata
makyaje.com###adintop_interstitial
makyaje.com#$##skipContent { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/113069
beinmatch.*###sponsor
beinmatch.*#%#//scriptlet("prevent-window-open", "!/home/")
beinmatch.*#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/113045
mawsueaa.com,redirect.khsm.io,re.two.re,noon.khsm.io##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/112654
||vga4a.com/wp-content/uploads/Horizon-Web-Banners*-x-*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/112746
egyfalcons.com#$#body { overflow: auto !important; }
egyfalcons.com#$##adblock_msg { display: none !important; }
egyfalcons.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=egyfalcons.com
! https://github.com/AdguardTeam/AdguardFilters/issues/110574
stardima.com##input[onclick^="parent.open("]
! https://github.com/AdguardTeam/AdguardFilters/issues/108415
cooldl.net##.post > div.pm
! https://github.com/AdguardTeam/AdguardFilters/issues/108189
egyshare.cc#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/108133
teamxnovel.com##.body-wrap > div[style^=" padding:50px "]
! https://github.com/AdguardTeam/AdguardFilters/issues/104410
||blob.cammpaign.com/popup.min.js$domain=xsanime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101739
egbest1.xyz#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
egbest1.xyz#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=egbest1.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/99343
||player.octivid.com/*/video?*&custom_ads=$removeparam=custom_ads,domain=kooora.com
! https://github.com/AdguardTeam/AdguardFilters/issues/172244
! https://github.com/AdguardTeam/AdguardFilters/issues/171857
! https://github.com/AdguardTeam/AdguardFilters/issues/99417
cimanowtv.com,cnvids.com,cimanow.cc#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
cimanow.cc#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=nooptext,domain=cimanow.cc|cnvids.com|cimanowtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/99034
alwafd.news##center > a[href="#"]
alwafd.news##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/98043
aqweeb.com##.adsinsidepost
aqweeb.com##.adhere
! https://github.com/AdguardTeam/AdguardFilters/issues/97486
fit-dz.blogspot.com##.sidebar-wrapper img[alt="ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97208
wifi4games.com#%#//scriptlet("prevent-window-open", "/include/redirect.php")
wifi4games.com#%#//scriptlet('prevent-setTimeout', '/\!window\[[\s\S]*?String\.fromCharCode[\s\S]*?document\.createElement\("script"\)/')
! https://github.com/AdguardTeam/AdguardFilters/issues/95142
!+ NOT_OPTIMIZED
masrawy.com##.bgAd
! https://github.com/AdguardTeam/AdguardFilters/issues/96581
arblionz.online#%#//scriptlet("abort-on-property-read", "loadpopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/93997
q84sale.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/92743
love-stoorey210.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/91410
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=asa3ah.com
! https://github.com/AdguardTeam/AdguardFilters/issues/90789
||cdn.jsdelivr.net/gh/MohammadQt/Itheric/Auto.link.js
iembra2or.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/90309
magdyman.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/89344
mangaalarab.com#%#//scriptlet("set-constant", "canRunAds", "true")
@@||mangaalarab.com/app/js/ads-prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/88506
@@||cdn.plyr.io/*/plyr.svg$domain=akwam.*
! https://github.com/AdguardTeam/AdguardFilters/issues/88255
elbotola.com##.hero-pub
! https://github.com/AdguardTeam/AdguardFilters/issues/87379
||iranmodares.com/baner/
! https://github.com/AdguardTeam/AdguardFilters/issues/85978
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=anime-king.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=anime-king.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85879
||soccer24hd.com/js/socc*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/85174
bitcoinegypt.news#?#div[class="vc_wp_text wpb_content_element"] > .widget  > .textwidget > p > .adsbygoogle:upward(4)
! https://github.com/AdguardTeam/AdguardFilters/issues/83658
go4kora.com###id-custom_banner
||storage.de.cloud.ovh.net/v*/*/sarsor/avikingdynamic.js
! https://github.com/AdguardTeam/AdguardFilters/issues/82966
anime-list16.site###najva-popup
||anime-list16.site/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/82968
octanime.net##.adsense_section
! https://github.com/AdguardTeam/AdguardFilters/issues/82841
alrakoba.net##.stream-item-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/81533
||googletagmanager.com/gtag/js$script,redirect=noopjs,important,domain=rotana.net
! https://github.com/AdguardTeam/AdguardFilters/issues/81136
@@||almayadeen.net/Content/VideoJS/js/videoPlayer/VideoAds.js$domain=almayadeen.net
almayadeen.net#%#//scriptlet("set-constant", "videojsIma", "noopFunc")
almayadeen.net#%#//scriptlet("set-constant", "videojsContribAds", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/80614
arabseed.*##.ads-aa
arabseed.*##a[href^="https://bit.ly/"] > img
||cdn.statically.io/img/arabseed.onl/*/wp-content/uploads/2020/12/*.gif$domain=arabseed.*
! https://github.com/AdguardTeam/AdguardFilters/issues/75931
animesanka.*###slot-ads-top-article
! https://github.com/AdguardTeam/AdguardFilters/issues/74388
@@||p.jwpcdn.com/player/*.js$domain=akwam.*
! https://github.com/AdguardTeam/AdguardFilters/issues/95403
! https://github.com/AdguardTeam/AdguardFilters/issues/73735
akwam.*###Arpian-ads
akwam.*##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/73417
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,important,redirect=googlesyndication-adsbygoogle,domain=flash-guide.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=flash-guide.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72593
almo7eb.com##div[id*="ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/72501
alamelsyarat.net#@#.adscenter
alamelsyarat.net###jm1
alamelsyarat.net##.content-details-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/71465
imovie-time.cam##.advpop
! https://github.com/AdguardTeam/AdguardFilters/issues/71294
gulf-up.com###adblock_msg
gulf-up.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=gulf-up.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70800
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/rocket-loader.min.js$domain=movizland.online
! https://github.com/AdguardTeam/AdguardFilters/issues/70118
! Fixes a long delay before video starts
@@||cdn.cnn.com/ads/adfuel/adfuel-*.min.js$domain=arabic.cnn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69124
movs4u.*#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/163893
! https://github.com/AdguardTeam/AdguardFilters/issues/67613
shahid.mbc.net#%#//scriptlet('prevent-fetch', 'doubleclick.net/gampad/ads')
! https://github.com/AdguardTeam/AdguardFilters/issues/107846
okanime.tv###video-player-with-calque > #calque:empty
okanime.tv#%#//scriptlet("abort-current-inline-script", "$", "ads-unbblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/66068
! https://github.com/AdguardTeam/AdguardFilters/issues/65871
sydroid.co#?##sidepar > div.widget:has(> div.widget-content > ins.adsbygoogle)
sydroid.co#?##sidepar > div.widget:has(> div.widget-content > script[type]:not([src]))
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sydroid.co
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=sydroid.co
! https://github.com/AdguardTeam/AdguardFilters/issues/65714
||economickey.com/wp-content/plugins/popup-builder/$script,stylesheet
! https://github.com/AdguardTeam/AdguardFilters/issues/64113
allkaicerteam.com###sidebar3 > #HTML19
allkaicerteam.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=allkaicerteam.com
! https://github.com/AdguardTeam/AdguardFilters/issues/61456
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=filgoal.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59718
@@||unpkg.com/aos@*/dist/aos.js$domain=xsanime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/61410
xxxnxx.org###fluid_nonLinear_myplay
! https://forum.adguard.com/index.php?threads/elkooora-live.39063
elkooora.live#%#//scriptlet("set-constant", "openx150", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/58726
harmash.com#%#//scriptlet('prevent-setTimeout', '#ads_alert')
! https://github.com/AdguardTeam/AdguardFilters/issues/57982
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=amni8.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=amni8.com,script,redirect=googlesyndication-adsbygoogle,important
! https://github.com/AdguardTeam/AdguardFilters/issues/56649
lodynet.co##.Ad160
! https://github.com/AdguardTeam/AdguardFilters/issues/76877
! https://github.com/AdguardTeam/AdguardFilters/issues/58493
kooora.com##.banner
kooora.com##div[class^="cx-topnews-div"] > div[class^="cx-content-part"] > p[style="color: #949494;font-size: 12px;margin-top: 8px; display: flex;align-items: center; direction: ltr;"]
kooora.com###big_MPU
kooora.com#?#.cognativex-widget > div[class] > div.cx-topnews-div:has(> div.cx-content-part > p[style] > svg[data-icon="ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/52525
harmash.com###hsoub_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/49712
arabseed.net##center > a[rel="nofollow"] > img
arabseed.me,arabseed.net#%#//scriptlet("abort-on-property-read", "area51")
! orangespotlight.com - antiadblock
orangespotlight.com#%#//scriptlet("abort-on-property-read", "adBlockDetected")
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=orangespotlight.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48622
!+ NOT_PLATFORM(ext_edge, ios, ext_android_cb, ext_safari)
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=animesanka.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45355
@@||cdn.statically.io/gh/koraonlinefans/koraonline/*/rmp-shaka.min.js$domain=kora-online.tv
@@||cdn.radiantmediatechs.com^$domain=kora-online.tv
@@||gstatic.com/cv/js/sender/v1/cast_sender.js$domain=kora-online.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/43401
||deloplen.com^$redirect=nooptext,domain=eg.arblionz.tv,important
! https://github.com/AdguardTeam/AdguardFilters/issues/44480
! https://github.com/AdguardTeam/AdguardFilters/issues/42075
egyanime.com#$#.video-container > img[src="https://www.egyanime.com/play.png"] { display: none!important; }
egyanime.com#$#.video-container > iframe#FrameID { z-index: 1!important; }
egyanime.com##body > .container > a[href][target="_blank"] > img
egyanime.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/37579
nabmovie.com#%#window.open=function(){};
nabmovie.com#%#//scriptlet("prevent-window-open")
! 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/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/31678
||cdn.jsdelivr.net/gh/tknobloog/nossir98@master/adblock/adblock%2B.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=mikrotikafricaa.com
!
gerasanews.com###firstads_close_button
! vidstream.to - https://github.com/AdguardTeam/AdguardFilters/issues/40013
||deloplen.com^$csp=script-src 'none'
! 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/28657
! 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/26933
@@||upload.far7net.com^$generichide
! 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://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/21720
myegy.cc##a[href^="https://firstbyte.pro"]
! https://github.com/AdguardTeam/AdguardFilters/issues/21321
filfan.com#$#.feautred { background:none!important; }
filfan.com##.topLeaderboardHome
!+ NOT_OPTIMIZED
filfan.com##div[class^="c-"] > .mr
! https://github.com/AdguardTeam/AdguardFilters/issues/21322
yallakora.com##.leaderboardDiv
yallakora.com##.showcaseDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/134048
! https://github.com/AdguardTeam/AdguardFilters/issues/23063
! https://github.com/AdguardTeam/AdguardFilters/issues/20809
!+ NOT_OPTIMIZED
masrawy.com##.leaderboardDiv
!+ NOT_OPTIMIZED
masrawy.com##.showcaseDiv
!+ NOT_OPTIMIZED
masrawy.com##.monsterDiv
!+ NOT_OPTIMIZED
masrawy.com##.billboardDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/19544
sigma4pc.com#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "abisuq")
! 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#%#//scriptlet("set-constant", "settings.adBlockerDetection", "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/13999
@@||ma-x.org^$generichide
! 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"])
||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#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "abisuq")
! https://github.com/AdguardTeam/AdguardFilters/issues/8204
! https://github.com/AdguardTeam/AdguardFilters/issues/6957
! 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
!+ NOT_PLATFORM(windows, mac, android)
gerasanews.com##[class^="adsSpacer"]
!+ NOT_PLATFORM(windows, mac, android)
gerasanews.com##[class^="bestaAds_"]
!+ NOT_PLATFORM(windows, mac, android)
gerasanews.com##.iads_border
!
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
!---------------------------------------------------------------------
!------------------------------ Armenian -----------------------------
!---------------------------------------------------------------------
! NOTE: Armenian
!
||auto.am/static/azd/
tiv1.am##.banner
tiv1.am##.footer_absolute_banner
tiv1.am##.itbanner
||tiv1.am/wp-content/uploads/*/1200x240-
||tiv1.am/gwd-banner/
auto.am##.azd-top
!---------------------------------------------------------------------
!------------------------------ Azerbaijani --------------------------
!---------------------------------------------------------------------
! NOTE: Azerbaijani
!
! generic
.az/banner/
.az/reklamexport_
##.ainsyndication
az##.makerekframe
!
baku.ws##.banners-right
modern.az##.wrap_top_bnr
modern.az##.bnr_300_250
konkret.az###media_image-13
metbuat.az##div[style="margin-top: 10px; text-align: center"]
||axar.az/meltem_ads.html
||globalinfo.az/export/
||buta.tv^$subdocument,third-party
||yenipress.az^$subdocument,third-party
az24saat.org##.stream-item-widget
az24saat.org##.stream-item
big.az##.link8
marja.az###iazw_ticker
lent.az##.rek_baner_desktop
lent.az##.rek_baner
lent.az#$#.rek_header { display: none !important; }
lent.az#$##header { top: 0px !important; }
globalinfo.az##.mrg-tag
globalinfo.az##a[target="_blank"][href] > img[alt$="-reklam"]
buta.tv##ins[data-ad-slot]
||cbcsport.az/assets_new/ads/
arenda.az###popupFrame
||arenda.az/public/banner/alanya/index.html
caliber.az###adv
caliber.az##div[style="height:302px;"]
insider.az##.advertise-block
insider.az##.content-img > a > img[alt="Top Banner"]
||insider.az/banners/$image
news.day.az##.mewtwo-flights--l
day.az#$#header { min-height: 76px!important; }
||mostbet-az90.com/upload/images/ref%20progr/
ucuztap.az##.bh
||cdn.edumap.az/cdn/ads/
edumap.az##.single-post a[href^="https://bit.ly/"]
axar.az##.smartbee-adv
||axar.az/assets/adv/
||teleqraf.com/informers/
||bakupost.az/banner
||buta.ws/axaraz
news.milli.az##.quiz-holder > div[style^="margin"]
news.milli.az##a[href][target="_blank"][style^="display: block; font-weight: bold;"]
news.milli.az##.ad-holder + div.row
fed.az##.hire-block
modern.az##.top_rek_divs
modern.az##.right_reklam
modern.az##.middle_rek1_divs
apa.az##.rek_banner
apa.az##.rek_300x250
apa.az#$#.rek_header { display: none !important; }
apa.az#$#.rek_header ~ #header { top: 0 !important; }
||apa.az/banner/
report.az##.feed-col > div[style^="height:"]
||player.bax.tv/vast/
||player.bax.tv/vast/$xmlhttprequest,redirect=nooptext
arenda.az,globalinfo.az,sfera.az,metbuat.az##.ainsyndication
metbuat.az##.wh_box a[href="https://livescore.az"]
replay.az##div[align="center"][style^="padding-top:"]
||replay.az/share2.jpg
qiymeti.net##.float-ad
boss.az,turbo.az##.lotriver-top-banner
sende.biz##a[href^="https://kingads.link/"]
sende.biz##center > div > a[href][target="_blank"] > img
||code.ainsyndication.com^
kayzen.az##.Blocksmaster
edumap.az##.textwidget > a[href] > img
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"]
qarabazar.az##.left_banner
birja-in.az##.right_banner
alan.az,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
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:"]
||amazingomgnews.ru/live.js^
||ru.axar.az/axar.php$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
||hizliresimyukle.com/images/2018/02/13/banner-1.jpg
||525.az/site/dinamicbanner525_l_qolaz.php
||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
vol.az##a[href="http://mp3.big.az/zengimcell"].btn
banco.az##.lr-banner
banco.az##.menu-banners
banco.az##.row-10 > .col-6 > a[href].btn
||xeberler.az/ckfinder/userfiles/images/
metbuat.az#$#.tnav { margin-top: auto!important; }
||yenicag.az/wp-content/themes/_city-desk/baner_c/
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
axar.az##.branding
||bakuguide.com/rek/
big.az##a[href="http://unvan.az"]
sonxeber.az##.makerekframe
||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"]
mp3.feat.az#?#.sidebarfull > .sidebox2:has(>.side-t > div[align="center"] > span:contains(Reklam))
||i.hizliresim.com/1J2pQB.png
cebhe.info#?#.sidebar > .box_outer:has(> div.widget > h3 > div.box_outer > div.widget > h3.widget_title:contains(Reklam))
||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/
||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/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
||ikisahil.az/iframe/banner
||azvision.az/qafqaza/qafqazinfo.php$third-party
daytube.az##.advertise_row
7news.az,ann.az##.sidebarbanner
avtosfer.az##.banner
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; }
||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
||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##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/
||azvision.az/qafqaza/olke.php^$third-party
||olke.az/qaynar.html^$third-party
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
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
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
||picshare.ru/uploads/170822/Z489OPvAEY.jpg
anews.az##div[id^="reklam"]:not(.small-sidebar)
||anews.az/theme/frontend/annaz/style/default/banner/
||metbuat.az/html5_ads/
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/
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/"]
||code.adsgarden.com/js/adsgarden.js
az.baku.ws##iframe[src^="http://ad.adriver.ru/"]
sfera.az,az.baku.ws##iframe[src^="https://ad.adriver.ru/"]
mp3.run.az###dle-content > .full > .sect
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"]
sportinfo.az##.craiBanner
||apa.tv/apatv2sport$subdocument,domain=apasport.az
||rekord.az/images/aaafpark.swf
||emlak.az/images/banners/
||dashinmazemlak.az/images/banner
||digital.newmedia.az/web/web_page_2.html
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
||cebhe.info/reklam
||7news.az/*.html$third-party
mp3.big.az##.blockreklam
||olke.az/banners/
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
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;"]
turbo.az,tap.az##.bg-bnr-container
tap.az###js-lotriver-top-banner
feat.az##div[class^="reklam"]
||qafqazinfo.az/banners/
||qafqazinfo.az/public/site/js/adsbyskyline.js^
sonxeber.az,big.az##.blk_rek
sonxeber.az##.blk_rekinline
sonxeber.az##body > a[href="http://unvan.az"][target="_blank"]
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)
qafqazinfo.az##a.visible-lg
qafqazinfo.az##div[id^="sag-banner-"]
||salamnews.org/files/ENERGY_az.jpg
||faktinfo.az/wp-content/themes/fakt/images/banner
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; }
saglamolun.az##.wallpreklamsag
||qaziler.az/rek/
saglamolun.az##div[id^="banner"]
avtosfer.az##.top_banners
avtosfer.az##.bnr0
||avtosfer.az/upload/banner/
valyuta.com###bannerInvest
||baku.ws/banners
az.baku.ws##.main_top_banners
az.baku.ws##.bottom_banner
baku.ws##.ban_mac
||turbo.az/r/
bina.az###central_banners
||avtosfer.az/banner*_
avtosfer.az##iframe[src^="http://avtosfer.az/banner"]
||avtosfer.az/banner240x
avtosfer.az##div[class^="bannerArea"]
||avtosfer.az/banners/
||unvan.az/banner
legend.az##.bantop
||legend.az/banners/
legend.az##.fban
||saglamolun.az/images/banners/
olke.az##iframe.mom_visibility_desktop
||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;"]
||apa.tv/test/banners/
||vesti.az/site/vestiiframe3lentaz
||bizimyol.info/azzz_
anspress.com##.ans-adv-block
trend.az###header > div > div[id^="TREND_slot"]
bax.tv##.mejs__baxtv_midroll
bax.tv,cebhe.info,az##.adsgarden
azpolitika.info,az##.adsbyskyline
! https://github.com/AdguardTeam/AdguardFilters/issues/13766
/^https:\/\/banker\.az\/wp-content\/uploads\/[0-9]{4}\/[0-9]{2}\/[0-9]{3}x[0-9]{3}\./$domain=banker.az
banker.az##.sticky_left_banner
banker.az##.sticky_right_banner
banker.az#%#//scriptlet('set-constant', 'td_ad_background_click_link', '')
! 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/
! https://github.com/AdguardTeam/AdguardFilters/issues/134307
1news.az##.topbanner
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-take-az.25344/
take.az#%#//scriptlet('set-constant', 'makePopunder', 'noopFunc')
! 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/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 ------------------------------
!---------------------------------------------------------------------
! NOTE: 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
!---------------------------------------------------------------------
!------------------------------ Bengali ------------------------------
!---------------------------------------------------------------------
! NOTE: Bengali
!
/img/ads/*$domain=kivabe.com
! https://github.com/AdguardTeam/AdguardFilters/issues/174117
||prothomalo.com/static-*a0d$subdocument
||prothomalo.com/icc-worldcup-2023-countdown$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/167336
! https://github.com/AdguardTeam/AdguardFilters/issues/165177
itvbd.com##.widget_text_inner div:not([class],[id]) a[target="_blank"]:not([href*="youtube.com"]) > img
itvbd.com##a[href^="https://www.bkash.com/"] > img
itvbd.com###widget_626
! https://github.com/AdguardTeam/AdguardFilters/issues/162667
haal.fashion#?#div:has(> div > div > div.dfp-ad-unit)
! https://github.com/AdguardTeam/AdguardFilters/issues/150880
channel24bd.tv##.stickyAds
channel24bd.tv##a[target="_blank"] > img[title="Advertisement"]
! https://github.com/AdguardTeam/AdguardFilters/issues/146068
!+ NOT_OPTIMIZED
ekattor.tv##.ads
!+ NOT_OPTIMIZED
ekattor.tv###banner0
! https://github.com/AdguardTeam/AdguardFilters/issues/130260
!+ NOT_OPTIMIZED
rtvonline.com##.text-center > a[target="_blank"] > img
!+ NOT_OPTIMIZED
rtvonline.com##.adfinix-ad
! https://github.com/uBlockOrigin/uAssets/issues/22628
iamgujarat.com,eisamay.com,samayam.com,vijaykarnataka.com,indiatimes.com##.wdt-taboola
iamgujarat.com,eisamay.com,samayam.com,vijaykarnataka.com,indiatimes.com##.advertorialwrapper
iamgujarat.com,eisamay.com,samayam.com,vijaykarnataka.com,indiatimes.com##div[class="news-card col4"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123650
inews.zoombangla.com##.a-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/111938
||prothomalo.com/ad-codes/
prothomalo.com##div[class*="_ad__"]
prothomalo.com##div[class*="__middle-ad__"]
prothomalo.com##div[class*="__ad-wrapper__"]
prothomalo.com##.multipurposeComponent-m__base__EbwQF
prothomalo.com##div[class*="_ads_"]
prothomalo.com##div[class*="_ad-slot-"]
prothomalo.com##div[class*="_ad_"] > a
! https://github.com/AdguardTeam/AdguardFilters/issues/111188
kalerkantho.com#?#.details > .some-class-name2 > p[style*="font-size:"]:contains(/^বিজ্ঞাপন$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/101405
||cdn.jamuna.tv/ksrm$image
! https://github.com/AdguardTeam/AdguardFilters/issues/101408
prothomalo.com##div[class^="blank-m__adslot-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/98124
banglatribune.com##.mobiledesktop_sticky
banglatribune.com##div[id^="BT_Inner_R"]
! https://github.com/AdguardTeam/AdguardFilters/issues/96284
techtunes.io##body .tAds_MediumBillboard
techtunes.io#?#section.grey > .d-flex.justify-content-center > .tAds:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/94823
bdjobs.com##.single-promo
! https://github.com/AdguardTeam/AdguardFilters/issues/79261
||lastnewsbd.com/proposed.gif
lastnewsbd.com##.banner
lastnewsbd.com###top-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/79259
||ejjdin.com/img/one_bank.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/72955
prothomalo.com##div[class^="breakingNewsSlider-m__ad-bottom"]
! https://github.com/AdguardTeam/AdguardFilters/issues/55418
bartamanpatrika.com##.mybot-adcover
bartamanpatrika.com##.superBanner_970X70
bartamanpatrika.com##.pageAdBanner_300X255 img
||bartamanpatrika.com/userfiles/ADs/
! https://github.com/AdguardTeam/AdguardFilters/issues/51817
prothomalo.com##.advertisement
prothomalo.com##.news_inner_spcl_ad
prothomalo.com##a[href^="https://unilever3.demdex.net/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/46957
prothomalo.com##.common_google_ads
prothomalo.com##a[href^="http://bit.ly/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/46316
banglanews24.com#%#//scriptlet('abort-current-inline-script', '$', '#myModal')
! https://github.com/AdguardTeam/AdguardFilters/issues/36588
/banner/*.gif$domain=ebdpratidin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/41233
!
!---------------------------------------------------------------------
!------------------------------ Burmese ------------------------------
!---------------------------------------------------------------------
! NOTE: Burmese
!
fofmyanmar.com##div[style*="text-align: center;"] > a > img[style="width: 100%; height: auto"]
fofmyanmar.com##center > a[rel="noopener noreferrer"] > img
!
!---------------------------------------------------------------------
!------------------------------ Croatian -----------------------------
!---------------------------------------------------------------------
! NOTE: Croatian
!
||a.mabipa.com^
||klik-slider.morgancode.com^
||linker.hr^
||lupon.media^
||redakcija.alo.rs^
||traffic.styria.hr^
||widget.admiral.hr^
||widgets.jutarnji.hr^
! https://github.com/AdguardTeam/AdguardFilters/issues/173898
net.hr##.VoyoSlider_container
net.hr##div[class*="__ads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/171304
dalmatinskiportal.hr##.ad-click-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/167246
danas.hr##div[class^="article__ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/166074
glasistre.hr#?#.row:has(> div[class^="col-"] > style + div > div > div.ponuda)
! https://github.com/AdguardTeam/AdguardFilters/issues/165826
! https://github.com/AdguardTeam/AdguardFilters/issues/160496
! https://github.com/AdguardTeam/AdguardFilters/issues/162237
zadarskiportal.com##.bn-content
zadarskiportal.com##body .lebox-ready
! https://github.com/AdguardTeam/AdguardFilters/issues/160497
espreso.co.rs##body .ads
! https://github.com/AdguardTeam/AdguardFilters/issues/160487
net.hr#?#article > div[class^="css-"]:has(> span.SlotContainer_title:contains(Tekst se nastavlja ispod oglasa))
! https://github.com/AdguardTeam/AdguardFilters/issues/153730
danas.hr#?#div[class^="css-"]:has(> div[id^="slot_content_d-billboard"])
danas.hr#?#.cls_frame:has(> div[class^="css"] > div.Wallpaper_container)
danas.hr#?#.Sidebar_aside > div[class^="css-"] > div[class^="css-"]:has(.SlidingWrapper_wrapper)
! https://github.com/AdguardTeam/AdguardFilters/issues/153148
net.hr##.category__ads-listing
net.hr###head_aside
net.hr###might_be_interested_and_ad + div[class^="css-"]
net.hr##.groupWrapper > div[class^="css-"] > div[class^="css-"][style^="display:flex;"]:not([data-upscore-zone])
net.hr###sliding_wrapper
net.hr##div[style="padding:0;margin:0;position:relative;width:100%;height:100%"]
net.hr##div[style="display: flex; flex-direction: column; align-items: center; justify-content: center; align-self: stretch; padding: 0px; margin: 0rem -0.9375rem;"]
net.hr#?#.cls_frame:has(> div[class^="css-"] > div.Wallpaper_container)
net.hr#?#.cls_frame:has(> div[class^="css-"] > iframe[title="admiral-widget"])
net.hr#?#.cls_frame:has(> div > iframe[title*="banner"])
net.hr#?##might_be_interested_and_ad > div#desktopScaleDown:has(> div[class^="css-"] a[id^="placeholder_container_"])
net.hr#?##jos_iz_rubrike_wrapper + div[class^="css-"]:has(> div[class^="css-"] a[id^="placeholder_container_"])
net.hr#?#.sectionTitle_wrapper ~ div[class^="css-"]:has(> div[class^="css-"] a[id^="placeholder_container_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/150036
jockantv.com###Toast1
jockantv.com###Dialog1
jockantv.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/149285
||traffic.styria.hr^
||widget.admiral.hr^
vecernji.hr##.single-article__row--top-offer
! https://github.com/AdguardTeam/AdguardFilters/issues/149276
rezultati.com##.detailLeaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/147456
index.hr#?#.categories > div.cube-holder:has(> div[data-css-class="google-box center-aligner"])
! https://github.com/AdguardTeam/AdguardFilters/issues/142030
story.hr#$#.pg-story-page div.c-wallpaper-ad-wrapper { display: none!important; }
story.hr#$#.pg-story-page div.wallpaper-help-wrapper { top: 60px !important; }
||adriamediacontent.com/js/pubjelly/main/pubjelly.js
! https://github.com/AdguardTeam/AdguardFilters/issues/140888
danas.hr#?#main > div > div.intextAdIgnore:has(> div > h1 > span:contains(Više s weba))
! https://github.com/AdguardTeam/AdguardFilters/issues/140344
||eph-adsjutarnji.cdn.sysbee.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/140015
telegram.hr#?#.relative.center:has(> div.banner-slot)
! https://github.com/AdguardTeam/AdguardFilters/issues/140242
danas.hr##.Slot_placeholder
danas.hr#?#div[class^="css-"]:has(> .Slot_content:only-child)
danas.hr#?#div[class^="css-"]:has(> span.Slot_title:first-child + .Slot_content:last-child)
danas.hr#?#.intextAdIgnore:has(> div[class^="css-"]:only-child > .Slot_content:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/156555
! https://github.com/AdguardTeam/AdguardFilters/issues/148286
! https://github.com/AdguardTeam/AdguardFilters/issues/139960
tportal.hr##.kaufland-w
tportal.hr#$#.gpElementAdvertising { display: none !important; }
tportal.hr#%#//scriptlet("remove-class", "advertisingActive", "div.gpElement.hasSidebarBanner")
tportal.hr#%#//scriptlet('json-prune', 'options.displayBannerAfterEntry')
tportal.hr#%#//scriptlet('set-constant', 'Object.prototype.displayBannerAfterEntry', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/139959
bloombergadria.com##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/138837
novilist.hr##.more-news
novilist.hr##.addBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/138832
n1info.hr##.banner-promotion
! https://github.com/AdguardTeam/AdguardFilters/issues/137033
slobodnadalmacija.hr##.container--break
slobodnadalmacija.hr##.item__ad-center
! https://github.com/AdguardTeam/AdguardFilters/issues/126889
zagreb.info##.td-is-sticky div[align="center"] > a > img
zagreb.info##.td-ss-main-sidebar div[align="center"] > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/170809
! https://github.com/AdguardTeam/AdguardFilters/issues/124162
||sultanovic.info/?*%$script
sultanovic.info#%#//scriptlet('set-constant', 'uShowAdBanner', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/109934
jutarnji.hr##.position_item_right_01_top
jutarnji.hr##.position_item_textend_top
jutarnji.hr##.container--break[class*="break_"]
||widgets.jutarnji.hr/instar/index.html
jutarnji.hr##.lidl.products
jutarnji.hr##.feroterm.products
jutarnji.hr##.promo_heading_fix img
! https://github.com/AdguardTeam/AdguardFilters/issues/91918
!+ NOT_OPTIMIZED
mondo.me##.js-gpt-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/81294
gledajcrtace.xyz###header-wrap-reklama
gledajcrtace.xyz###sidebar > #HTML8
gledajcrtace.xyz###sidebar-two > #HTML4
gledajcrtace.xyz###sidebar-two > #HTML5
! https://github.com/AdguardTeam/AdguardFilters/issues/71161
sveopoznatima.com#?##secondary > aside:has(> div.widget-header > h3:contains(/Marketing|Sponzorisano/))
! https://github.com/AdguardTeam/AdguardFilters/issues/57692
!+ NOT_OPTIMIZED
||bug.hr/ads/
! 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 ------------------
!---------------------------------------------------------------------
! NOTE: Czech and Slovakian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/173513
alza.sk##.gtm-promo-binded
! https://github.com/AdguardTeam/AdguardFilters/issues/173564
motorkari.cz##div[class][style="position:relative;z-index:50;"] > div[style="margin:auto;"] > [id]
! https://github.com/AdguardTeam/AdguardFilters/issues/173418
hlavnespravy.sk###bottom-nav > #text-29
hlavnespravy.sk##div[id^="admin-"] > a[data-bid]
! https://github.com/AdguardTeam/AdguardFilters/issues/173320
! sssp
sauto.cz#%#//scriptlet('json-prune', 'ads', 'requestId')
sauto.cz##div[class^="c-ssp-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/171914
extra.cz#@#.ads-desktop
extra.cz#$#html > body.ads-adform { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171502
spite.cz##div[data-sda-slot]
spite.cz##.sda-desktop
! https://github.com/AdguardTeam/AdguardFilters/issues/169928
hnonline.sk##.item__ad-center
hnonline.sk##div[class^="position_break_"]
hnonline.sk##div[class^="position_item_right_"]
hnonline.sk#%#//scriptlet('json-prune', 'ads.*')
! https://github.com/AdguardTeam/AdguardFilters/issues/169629
media.cms.markiza.sk#%#//scriptlet('prevent-element-src-loading', 'script', 's2.adform.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/167656
fdrive.cz##.bannerMN
fdrive.cz##.bannerBillboard
fdrive.cz#%#//scriptlet('set-constant', 'sssp', 'emptyObj')
fdrive.cz#%#//scriptlet('set-constant', 'googletag.getVersion', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/167595
! TODO: remove the following rules if https://github.com/tomasko126/easylistczechandslovak/issues/422 is resolved.
hlavnespravy.sk##.adblock-warning
hlavnespravy.sk###text-37
! https://github.com/AdguardTeam/AdguardFilters/issues/166600
vosveteit.zoznam.sk###vosveteit_desktop_titulka_branding
vosveteit.zoznam.sk##div[class^="code-block code-block-"][style^="margin: 8px auto; text-align: center;"]
vosveteit.zoznam.sk##div[id^="ai_widget-"]
vosveteit.zoznam.sk##.ad-block-recommended
! https://github.com/AdguardTeam/AdguardFilters/issues/166669
datashare.spravazeleznic.cz#%#//scriptlet('prevent-xhr', '/cms_ads.js')
@@||datashare.spravazeleznic.cz/szdc-apps/theme-szdc/js/cms_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/166204
nextech.sk##.container > a[onclick^="storeClick"]
nextech.sk##.promo-zone
||nextech.sk/files/photo/*top.jpg
||nextech.sk/files/photo/*left.jpg
||nextech.sk/files/photo/*right.jpg
nextech.sk##a[href^="https://www.canon.sk/offers/"]
nextech.sk##.promo-zone
! https://github.com/AdguardTeam/AdguardFilters/issues/165598
nikee.net#?#td > div[style*="width:"]:has(> div[style]:contains(/Reklama|AONN.cz/))
||alza.cz^$domain=nikee.net
! https://github.com/AdguardTeam/AdguardFilters/issues/165451
idnes.cz##div[id^="fix-block-"]
idnes.cz###r-super300
idnes.cz###r-native
idnes.cz##.r-main
! https://github.com/AdguardTeam/AdguardFilters/issues/165521
techbyte.sk##body .code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/165040
jablickar.cz###ad_popup
jablickar.cz#?#.content  > p:has(> a[rel^="attachment"])
! https://github.com/AdguardTeam/AdguardFilters/issues/165054
ireceptar.cz##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/164932
cnews.cz##.design-advert-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/164722
ekolist.cz##.reklama-rsticky
! https://github.com/AdguardTeam/AdguardFilters/issues/164433
zive.cz#@#.rklm
zive.cz#@#.cnc-ads
zive.cz#@#div.sky-wrapper
mobilmania.cz,zive.cz#%#//scriptlet('set-constant', 'pp_gemius_cnt', '1')
zive.cz#@%#//scriptlet('ubo-aeld.js', 'beforeunload', '()')
zive.cz#@%#//scriptlet('ubo-acis.js', 'window.addEventListener', ':visible')
zive.cz#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', '/:visible|adblock/')
!mobilmania.cz,zive.cz#%#//scriptlet('abort-on-stack-trace', 'document.querySelector', '/Object\.(go|run|[a-zA-Z0-9]{1,}_[a-zA-Z0-9]{1,})/')
mobilmania.cz,zive.cz#%#//scriptlet('abort-on-stack-trace', 'Element.prototype.insertAdjacentHTML', '/Object\.(go|run|[a-zA-Z0-9]{1,}_[a-zA-Z0-9]{1,})/')
mobilmania.cz,zive.cz#%#//scriptlet('abort-on-stack-trace', 'String.prototype.indexOf', '/Object\.(go|run|[a-zA-Z0-9]{1,}_[a-zA-Z0-9]{1,})/')
mobilmania.cz,zive.cz#%#//scriptlet('prevent-addEventListener', 'load', '/function\(\){[a-zA-Z0-9]{1,}_[a-zA-Z0-9]{1,}.*\(\)}/')
!+ NOT_PLATFORM(windows, mac, android)
!mobilmania.cz,zive.cz#%#//scriptlet('remove-class', 'cnc-ads', '.cnc-ads')
mobilmania.cz,zive.cz#$#div[class*=" cnc-ads--"] { height: 10px !important; min-height: 10px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/164067
sector.sk##.conte
! https://github.com/AdguardTeam/AdguardFilters/issues/163232
dnes.cz##.r-head
dnes.cz##[id^="r-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/162997
lupa.cz###adsGalleryDesktop
lupa.cz##.design-page__content-row > .leaderboard-dynamic-height-wrapper
lupa.cz#%#//scriptlet('set-constant', 'Gallery.prototype.setupAdsGallery', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/160380
zgonr.miliongames.com##.container_second
! https://github.com/AdguardTeam/AdguardFilters/issues/159021
mobilenet.cz##.banner
mobilenet.cz##.bannerMN
mobilenet.cz#$##body.clickable { background-image: none !important; cursor: auto !important; }
mobilenet.cz#%#//scriptlet('set-constant', 'App.psts._displayBranding', 'noopFunc')
mobilenet.cz#%#//scriptlet('prevent-addEventListener', 'click', 'window.open(t.url,"_blank"),App.psts.hit')
! https://github.com/AdguardTeam/AdguardFilters/issues/158741
menicka.cz##div[class^="banner_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/157856
karaoketexty.cz#$#body > #wrapper { margin-top: 68px !important; }
karaoketexty.cz#$#body { background: unset !important; }
karaoketexty.cz#?#body > div[id$="_wrapper"]:has(span[class^="ad_notice"])
karaoketexty.cz#?##left_column > div[class]:has(> div[class] > span.ad_notice1)
karaoketexty.cz#?##right_column > div[class]:has(> span.ad_notice1)
karaoketexty.cz###sky_right_col
! https://github.com/AdguardTeam/AdguardFilters/issues/157753
svetmobilne.cz##.desktop
svetmobilne.cz###main > article ~ .art-producer
svetmobilne.cz###main > article ~ .art-bottom
svetmobilne.cz##.content > center > div[style="height:270px;"]:only-child
! https://github.com/AdguardTeam/AdguardFilters/issues/157122
sita.sk##.branding
sita.sk##.gpt-wrap
sita.sk#@#.ads-box
sita.sk#%#//scriptlet('set-constant', 'Object.prototype.loadAdblockCheck', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/157695
! https://github.com/AdguardTeam/AdguardFilters/issues/157752
! https://github.com/AdguardTeam/AdguardFilters/issues/156591
@@/_js/pubfig.min.js$~third-party,domain=svethardware.cz|relaxuj.cz|svetmobilne.cz|digimanie.cz
digimanie.cz,svetmobilne.cz,relaxuj.cz,svethardware.cz#%#//scriptlet('set-constant', 'isAdblock', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/156220
moneymag.cz##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/156017
citroen-club.cz#@#.reklama
citroen-club.cz#$##obalovydiv { display: block !important; }
citroen-club.cz#%#//scriptlet('abort-on-property-read', 'gaFailedToLoad')
! https://github.com/AdguardTeam/AdguardFilters/issues/155130
katerionews.com##body > div[id][style^="position: fixed;top:"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/155110
tvfreak.cz##.box[style=" max-width: 300px; height: 300px;"]
tvfreak.cz#?#div[class^="heureka-affiliate-"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/153860
svethardware.cz##div[data-rab*="svethardware.cz/article.jsp"]
svethardware.cz##.skyscraper
svethardware.cz#?#div[class^="heureka-affiliate-"]:upward(1)
svethardware.cz#?#.banner-zone-title:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/152990
!+ NOT_PLATFORM(android, ios, ext_android_cb)
touchit.sk#$#.main-wrap { margin-top: 80px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/150861
||static.primacdn.cz/sas/sas/sasspa.js
||static.primacdn.cz/sas/ads/templates/creatives.js
||prima-vod-prep.ssl.cdn.cra.cz/vod_Prima/$domain=iprima.cz
||cdn.dopc.cz^$media,domain=iprima.cz
iprima.cz##.videoplayer-overlay
iprima.cz##.vjs-a2doverlay
! https://github.com/AdguardTeam/AdguardFilters/issues/164018
iprima.cz#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'kununu_mul')
$cookie=adb.key,domain=iprima.cz
$cookie=adb,domain=iprima.cz
!
! https://github.com/AdguardTeam/AdguardFilters/issues/150878
fiatclub.eu#@#.reklama
fiatclub.eu#$##obalovydiv { display: block !important; }
fiatclub.eu#%#//scriptlet('abort-on-property-read', 'gaFailedToLoad')
! https://github.com/AdguardTeam/AdguardFilters/issues/150221
||login.dognet.sk/accounts/default1$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/150558
supraphonline.cz###sidebanner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/150409
! Sometimes this video player only shows ads and then redirects to another video
! so setting autoplay to true causes that it's redirected automatically
! and videos without ads will not play automatically anyway
media.joj.sk#%#//scriptlet('set-constant', 'settings.autoplay', 'true')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=media.joj.sk
! https://github.com/AdguardTeam/AdguardFilters/issues/149301
spite.cz,pctuning.cz###sda-adb-checker
spite.cz,pctuning.cz#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'checkerEnabled')
! gozofinder.com - ads at top
gozofinder.com#?##root > div[class]:has(> .advert-iframe)
gozofinder.com#$#.advertisement-branding { margin-top: 0px !important; }
gozofinder.com##.advert
! https://github.com/AdguardTeam/AdguardFilters/issues/145524
iprima.cz##.mone_box
! https://github.com/AdguardTeam/AdguardFilters/issues/144956
! https://github.com/AdguardTeam/AdguardFilters/issues/144921
freevideo.cz##.videos__banner
freevideo.cz##.detail-banner
freevideo.cz##.section__content.videos > .video[data-autofill="placenky"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142992
chrysler-club.net#$##obalovydiv { display: block!important; }
chrysler-club.net#%#//scriptlet("abort-on-property-read", "gaFailedToLoad")
! https://github.com/AdguardTeam/AdguardFilters/issues/141489
webnoviny.sk##.gpt-wrap
webnoviny.sk##.spklw-swiper-slide > .spklw-post-attr[data-type="ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/139947
||sbazar.cz/*/static/js/ssp.js
sbazar.cz#%#//scriptlet("set-constant", "sssp", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/139830
betarena.cz##.skyscraper
betarena.cz##div.bestBetBox
betarena.cz##a[rel$="sponsored"]
betarena.cz#?##lightbox-search > div.boxBlock:has(> p > a[rel$="sponsored"])
betarena.cz#?##lightbox-search > p:has(> strong > img[src^="/img/poker"])
! https://github.com/AdguardTeam/AdguardFilters/issues/138041
||svetapple.sk/*/ecophone-banner.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/136380
imeteo.sk#@#.is-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/135870
endless-live.cz#@##reklama
endless-live.cz#%#//scriptlet('prevent-setTimeout', 'Adblocker')
! https://github.com/AdguardTeam/AdguardFilters/issues/145888
||sport.cz/*/static/js/ssp.js
||sport.cz^$cookie=sportySporty
sport.cz#%#//scriptlet('abort-current-inline-script', 'Object.getOwnPropertyDescriptor', 'ssp')
! https://github.com/AdguardTeam/AdguardFilters/issues/150719
svetzeny.cz#%#//scriptlet('set-constant', '__burdaAds', 'emptyObj')
svetzeny.cz#%#//scriptlet('set-constant', '__burdaAds.getDevice', 'noopFunc')
svetzeny.cz#%#//scriptlet('set-constant', '__burdaAds.isSeznam', 'noopFunc')
svetzeny.cz#%#//scriptlet('set-constant', '__burdaAds.refreshAllSlots', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/144019
! https://github.com/AdguardTeam/AdguardFilters/issues/140501
||seznam.cz^$cookie=qusnyQusny
! https://github.com/AdguardTeam/AdguardFilters/issues/135692
seznam.cz##div[data-dot="gadgetCommercial"]
seznam.cz##.atm-ad-label
seznam.cz##.mol-ssp-advert-content--responsive
seznam.cz##div[data-dot^="reklama"]
@@||h.imedia.cz/js/cmp2/scmp.js$domain=seznam.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/103752
slovnik.seznam.cz##.TextSSP
slovnik.seznam.cz##.BannerSSP
! https://github.com/AdguardTeam/AdguardFilters/issues/102540
seznam.cz##.ssp-advert
seznam.cz##li[data-analytics-entity-type="nativeSspAdvert"]
||seznam.cz/*/v2/vast?
||seznam.cz/*/static/js/ssp.js
www.seznam.cz#%#//scriptlet("set-constant", "sssp", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/135127
seznamzpravy.cz##div[style^="max-width:"][style*="970px;"]
seznamzpravy.cz##div[style^="max-width:"][style*="300px;"]
seznamzpravy.cz##div[style^="max-width:"][style*="480px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134415
svetapple.sk#?#figure:has(> figcaption:contains(Reklama))
! https://github.com/AdguardTeam/AdguardFilters/issues/133808
megaknihy.cz###banner-shipping
megaknihy.cz##.small_vertical_banner_container
megaknihy.cz###banner-shipping-balikovna
! https://github.com/AdguardTeam/AdguardFilters/issues/131005
serialy.io##.w-episode-source > div[id][style*="height: 380px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/131008
||najserialy.io/sk?s=
! https://github.com/AdguardTeam/AdguardFilters/issues/131005
@@||serialy.io/theme/js/popunder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/129951
telekomunikace.cz##.Flagrow-Ads-under-header
! https://github.com/AdguardTeam/AdguardFilters/issues/128016
zivot.pluska.sk##.banner_d_1
! https://github.com/AdguardTeam/AdguardFilters/issues/127891
podnikatel.cz,mesec.cz##.design-advert-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/127890
vitalia.cz##.design-advert-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/127772
@@||videosprofitnetwork.com/watch.xml$domain=thisirussia.io
sledujfilmy.io##.ads.flex-video
! uloz.to - banner when searching
uloz.to###bandzoneHint
!
moviezone.cz##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/126782
||drevostavitel.cz/img/prevleceni
drevostavitel.cz##a[id^="prevleceni_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/126679
parabola.cz##a[href^="/odkazovnik/b"]
parabola.cz##h3[class$="idr"]
! https://github.com/AdguardTeam/AdguardFilters/issues/126255
sledujfilmy.online##div[class^="cez-video"]
sledujfilmy.online#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/126094
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=play.joj.sk
! https://github.com/AdguardTeam/AdguardFilters/issues/125337
super.cz###adSkyscraperStart-1 + div[style]
super.cz###adPlachtaStart-1 + div[style]
! https://github.com/AdguardTeam/AdguardFilters/issues/124723
||stream.cz/*/vast?
! https://github.com/AdguardTeam/AdguardFilters/issues/125016
||garaz.cz/*/static/js/ssp.js
! https://github.com/AdguardTeam/AdguardFilters/issues/123777
parabola.cz#@#.rklm
parabola.cz##.zpravicky_sdeleni
parabola.cz##.nav_sloupec > h3[ style^="display: none"] + a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/123704
penize.cz##.ad
penize.cz##.reklamabg
||static-css.pencdn.cz/javascript/www/mafra/*/mafra-pcz-nojq.js$domain=penize.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/112757
!+ NOT_OPTIMIZED
mobilenet.cz##.bannerMB
mobilenet.cz#%#//scriptlet("set-constant", "seznam_ads", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/108109
divoch.cz##.bottom-reklama
pocasi.divoch.cz#?##leva > h2:contains(/^Reklama$/)
pocasi.divoch.cz#?##prava > h2:contains(/^Reklama$/)
divoch.cz##iframe[src^="https://affil.invia.cz/direct/core/tool_dynamic-banner/"]
||affil.invia.cz/direct/core/tool_dynamic-banner/$domain=divoch.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/103195
suzukiclub.cz#@#.reklama
! https://github.com/AdguardTeam/AdguardFilters/issues/103764
@@||cdn.cpex.cz/logos/cnc.png$domain=zive.cz
@@||cdn.cpex.cz/cmp/v*/cpex-cmp.min.js$domain=zive.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/102378
parlamentnilisty.cz##.aoad
parlamentnilisty.cz#%#//scriptlet("set-constant", "AdTrack", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/102320
sport.cz#@#.ad_hr
! https://github.com/AdguardTeam/AdguardFilters/issues/98558
karaoketexty.cz##.ad_notice1
karaoketexty.cz#$##ad_leader_wrapper { min-height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/97321
peak.cz#%#//scriptlet("abort-current-inline-script", "$", "adblock-modal")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=peak.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/95908
najserialy.to#@#[id^="etarget"]
najserialy.to#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/158599
! https://github.com/AdguardTeam/AdguardFilters/issues/96840
@@||static.ads-twitter.com/uwt.js$domain=cms.nova.cz
nova.cz#%#//scriptlet('prevent-fetch', 'ads-twitter.com')
nova.cz#%#//scriptlet('prevent-element-src-loading', 'script', 'trackad.cz')
!+ NOT_OPTIMIZED
||trackad.cz/adtrack.php$script,other,redirect=noopjs,domain=nova.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/95920
yauto.cz###adv_ram
! kurzy.cz - ads
kurzy.cz###adv_content
||kurzy.cz/*/adv_async.js
||s.kurzy.cz/*/s_back.js
||img.kurzy.cz/*/*/*;ad=
! https://github.com/AdguardTeam/AdguardFilters/issues/95061
!+ NOT_OPTIMIZED
seznamzpravy.cz#$?#.adform-adbox.advert-square { remove: true; }
!+ NOT_OPTIMIZED
seznamzpravy.cz#$?#img[src*="ad_ads_advert"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/95412
idnes.cz###selfart-box
! https://github.com/AdguardTeam/AdguardFilters/issues/95457
sledujserialy.io##.w-episode-source > div[id][style^="position: absolute; top: 0"]:not([class])
||sledujserialy.io/theme/json/episode.ad.etarget.php?adlink=
! https://github.com/AdguardTeam/AdguardFilters/issues/95305
zive.cz##.bx-leaderboard
zive.cz##body > div.fs-os
zive.cz#%#//scriptlet('set-constant', 'st', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/93425
topspeed.sk#%#//scriptlet('abort-current-inline-script', '$', 'adBlockDetected')
!
! https://github.com/AdguardTeam/AdguardFilters/issues/129357
zdopravy.cz##.container.px-0 > div.otherAds
zdopravy.cz##body .adsMain:not(#style_important)
zdopravy.cz#$##AdblockInfoWrapperCard { display: none !important; }
zdopravy.cz#$##AdblockInfoWrapperContent { display: block !important; }
zdopravy.cz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||zdopravy.cz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/88098
svetmobilne.cz,svethardware.cz#?#.box > .caption:contains(/^reklama$/)
svetmobilne.cz,svethardware.cz###sidebar > .box > a[target="_blank"] > img
svetmobilne.cz,svethardware.cz###header > #topbar > .box > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/86360
imeteo.sk##.page-container__ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/85200
interez.sk###rklm-pod-clankom
interez.sk##.sidebar > #custom_html-2
! https://github.com/AdguardTeam/AdguardFilters/issues/86008
sreality.cz###top-brand
! https://github.com/AdguardTeam/AdguardFilters/issues/85006
!+ NOT_PLATFORM(ext_ublock)
*$xmlhttprequest,redirect-rule=nooptext,domain=seznamzpravy.cz,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/83263
||uschovna.cz/branding/?branding=$subdocument,redirect=noopframe
||cz.mrezadosa.com^$xmlhttprequest,redirect=noopframe,domain=uschovna.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/82507
csfd.sk##.box-bannercenter
! https://github.com/AdguardTeam/AdguardFilters/issues/137454
! https://github.com/AdguardTeam/AdguardFilters/issues/74051
samsungmagazine.eu###ad_popup
samsungmagazine.eu,letemsvetemapplem.eu#$#.headerbanner-wrapper { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/80547
letemsvetemapplem.eu#%#//scriptlet("prevent-addEventListener", "mousedown", "branding_top")
!+ NOT_OPTIMIZED
/amalker/pos/mag_ads.js$domain=letemsvetemapplem.eu|samsungmagazine.eu
!+ NOT_OPTIMIZED
||letemsvetemapplem.eu/*/alzafeed_cached_js.php
!+ NOT_OPTIMIZED
letemsvetemapplem.eu##.alzafeed
!+ NOT_OPTIMIZED
samsungmagazine.eu,letemsvetemapplem.eu,jablickar.cz##.lsads-banner
!+ NOT_OPTIMIZED
samsungmagazine.eu,letemsvetemapplem.eu,jablickar.cz##.ownad
!+ NOT_OPTIMIZED
samsungmagazine.eu,letemsvetemapplem.eu,jablickar.cz#$##page_wrapper { cursor: auto !important; }
!+ NOT_OPTIMIZED
samsungmagazine.eu,letemsvetemapplem.eu#$#header.lsa { margin-top: 0 !important; }
!+ NOT_OPTIMIZED
letemsvetemapplem.eu##.footerbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/79079
||diit.cz/sites/default/files/_diit_branding/branding.jpg
diit.cz#$#body div#page-wrapper { background-image: none !important; }
diit.cz#$#html > body.domain-diit-cz { background-image: none !important; padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/80573
f1online.sk##img[style="width: 100%; max-width: 1030px; cursor: pointer;"]
f1online.sk##div[class^="PostContentArea__Container-sc-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/78107
hrej.cz##.sda-space
hrej.cz##.sda-desktop
hrej.cz#?#.sidebar > .sidebar-box > .sda-space:upward(1)
hrej.cz##a[id^="fullbrand-link_"]
hrej.cz##div[id^="div-gpt-ad"] + div[style="width:970px; height:125px; position:relative; margin:0 auto;"]
hrej.cz#?#.odsazene > [id^="div-gpt-ad"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/170892
! https://github.com/AdguardTeam/AdguardFilters/issues/85315
! https://github.com/AdguardTeam/AdguardFilters/issues/77699
bombuj.si##.players > div > div[id][style*="z-index:"]
bombuj.si##.players a[target="_blank"][style*="z-index:"][id]:not([onclick])
bombuj.si##.players > div[style*="relative"][style*="width:"][style*="overflow"] div[id][style*="z-index"][style*="position"]
bombuj.si#%#//scriptlet('remove-attr', 'href', 'a[id][target="_blank"][onclick*="Reklam"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/77665
xtv.cz#%#//scriptlet("prevent-setTimeout", "pgblck")
! https://github.com/AdguardTeam/AdguardFilters/issues/77726
kosicednes.sk##[data-banner-type]
! https://github.com/AdguardTeam/AdguardFilters/issues/77609
renault-club.cz#%#//scriptlet('remove-attr', 'class', 'body > div#obalovydiv')
renault-club.cz#@#.reklama
||google-analytics.com/analytics.js$script,redirect=noopjs,important,domain=renault-club.cz
!#safari_cb_affinity(privacy)
@@||google-analytics.com/analytics.js$domain=renault-club.cz
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/76233
@@||refi-reklama.razitko.cz^$domain=refi-reklama.razitko.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/75868
garaz.cz##div[data-e2e="mol-advert"]
! https://github.com/AdguardTeam/AdguardFilters/issues/74496
toyota-club.eu#%#//scriptlet('remove-attr', 'class', 'body > div#obalovydiv')
toyota-club.eu#@#.reklama
||google-analytics.com/analytics.js$script,redirect=noopjs,important,domain=toyota-club.eu
!#safari_cb_affinity(privacy)
@@||google-analytics.com/analytics.js$domain=toyota-club.eu
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/74153
club-opel.com#%#//scriptlet('remove-attr', 'class', 'body > div#obalovydiv')
club-opel.com#@#.reklama
||google-analytics.com/analytics.js$script,redirect=noopjs,important,domain=club-opel.com
!#safari_cb_affinity(privacy)
@@||google-analytics.com/analytics.js$domain=club-opel.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/71993
android1pro.com##.ai_widget
! https://github.com/AdguardTeam/AdguardFilters/issues/72549
@@||art-reklama.razitko.cz^$domain=art-reklama.razitko.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/72339
iliteratura.cz###reklama-top
! https://github.com/AdguardTeam/AdguardFilters/issues/71314
super.cz#@%#//scriptlet('ubo-acis.js', 'String.fromCharCode')
! https://github.com/AdguardTeam/AdguardFilters/issues/69555
onlymen.cz#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/66823
expres.cz##body .r-main
expres.cz##.r-head
! https://github.com/AdguardTeam/AdguardFilters/issues/136190
! https://github.com/AdguardTeam/AdguardFilters/issues/65452
tvnoviny.sk,markiza.sk#%#//scriptlet('prevent-element-src-loading', 'script', 'trackad.cz')
||trackad.cz/adtrack.php$script,other,redirect=noopjs,domain=markiza.sk|tvnoviny.sk
! https://github.com/AdguardTeam/AdguardFilters/issues/65003
reflex.cz#@%#//scriptlet('ubo-acis.js', 'atob')
! https://github.com/AdguardTeam/AdguardFilters/issues/64704
zive.cz#@%#//scriptlet('ubo-acis.js', 'String.fromCharCode')
! https://github.com/AdguardTeam/AdguardFilters/issues/64522#issuecomment-700587040
@@||cz.mrezadosa.com^$domain=centrum.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/63995
techfocus.cz###leader_place
techfocus.cz##.text > div[style="width:520px; margin-left:-30px; margin-bottom:20px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/63885
||photos.iboys.com/live/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/63502
! https://github.com/AdguardTeam/AdguardFilters/issues/62926
xiaomiplanet.sk#?#.sidebar_inner > div.widget:has(> div.widget_title > strong:contains(Reklama))
! https://github.com/AdguardTeam/AdguardFilters/issues/62091
titulky.com#$?##head_b { margin-top: initial !important; background: initial !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/61263
mercedesclub.cz#%#//scriptlet("abort-on-property-read", "gaFailedToLoad")
!+ NOT_OPTIMIZED
mercedesclub.cz#$##obalovydiv { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58243
techbyte.sk##.techb-sticky
techbyte.sk#%#//scriptlet("abort-current-inline-script", "advads", "campaign")
! https://github.com/AdguardTeam/AdguardFilters/issues/77055
! https://github.com/AdguardTeam/AdguardFilters/issues/70530
novinky.cz#@%#//scriptlet('ubo-acis.js', 'String.fromCharCode')
! https://github.com/AdguardTeam/AdguardFilters/issues/69755
! https://github.com/AdguardTeam/AdguardFilters/issues/57381
@@||aktuality.sk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55474
bmwklub.cz##.topBanners
! https://github.com/AdguardTeam/AdguardFilters/issues/55725
sector.sk##body > .scndtop.videotop
||sector.sk/a/war/
! https://github.com/AdguardTeam/AdguardFilters/issues/54946
roklen24.cz##.l-wrapper > ul.list-services
! https://github.com/AdguardTeam/AdguardFilters/issues/54608
||s.aimg.sk/zive_symfony/build/article-adblock*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/52052
@@||sledujserialy.to/theme/js/popunder.js
sledujserialy.to#%#//scriptlet("abort-current-inline-script", "$", "(document.getElementById('")
sledujserialy.to##.w-episode-source > div[id][style^="position: absolute; top: 0"]:not([class])
||sledujserialy.to/theme/json/episode.ad.php?adlink=
! https://github.com/AdguardTeam/AdguardFilters/issues/50421
||imedia.cz^$domain=televizeseznam.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/51143
lingea.sk#?#.container > div.col-sm-9 > div.bx-wrapper:has(> div.bx-viewport > div#promoCarousel)
! https://github.com/AdguardTeam/AdguardFilters/issues/45953
||rsz.sk^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/45430
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=svetandroida.cz
svetandroida.cz#%#//scriptlet("abort-on-property-read", "detectAdBlocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/44916
poradte.cz#@#.reklama
poradte.cz#$##obalreklam { display: block!important; height: 1px!important; width: 1px!important; }
poradte.cz#?#.ram-boky > #index2:has(> div[style] > div[style^="position:relative;"] > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/44752
sector.sk##.videtop
sector.sk##img[style*="max-width:660px;"][style*="width:100%;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/44475
dama.cz##div[data-clickattribute="mainClick"]
dama.cz##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/45896
denik.cz##.reklama-box-leaderboard
denik.cz##div[class^="reklama-box"]
! https://github.com/AdguardTeam/AdguardFilters/issues/165900
expres.cz#@%#//scriptlet('ubo-aeld.js', 'beforeunload', '()')
||expres.cz^$cookie=kolbda
! https://github.com/AdguardTeam/AdguardFilters/issues/147038
! https://github.com/AdguardTeam/AdguardFilters/issues/146543
idnes.cz,expres.cz#%#//scriptlet("abort-on-property-read", "_1gif")
! adbDetect
$cookie=adb,domain=expres.cz|televizeseznam.cz|ahaonline.cz|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
$cookie=/adb\.key/,domain=expres.cz|televizeseznam.cz|ahaonline.cz|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
expres.cz,televizeseznam.cz,ahaonline.cz,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#%#//scriptlet('remove-cookie', '/^adb$|adb\.key|^[a-z]{5,11}$/')
expres.cz,televizeseznam.cz,ahaonline.cz,extra.cz,mobilmania.cz,idnes.cz,aktuality.sk,aktualne.cz,auto.cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,sport.cz,super.cz,tiscali.cz,zive.cz#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'kununu_mul')
expres.cz,televizeseznam.cz,ahaonline.cz,extra.cz,mobilmania.cz,idnes.cz,aktuality.sk,aktualne.cz,auto.cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,sport.cz,super.cz,tiscali.cz,zive.cz#%#//scriptlet("abort-on-property-read", "Object.prototype.kununu_mul")
! novinky.cz requires different rule, because rule above breaks video player
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
novinky.cz#%#!function(){if(location.pathname.indexOf("/iframe/player")===-1){Object.defineProperty(Object.prototype, 'kununu_mul', { get: function(){ throw null; }, set: function(){ throw null; }});}}();
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
karaoketexty.cz#%#//scriptlet("abort-current-inline-script", "Math", "adbDetect")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/45246
! https://github.com/AdguardTeam/AdguardFilters/issues/44412
kosicednes.sk###gateBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/42904
ceskenoviny.cz##.box-offer
ceskenoviny.cz###mobile-ahead
ceskenoviny.cz###mobFullPerexBan
ceskenoviny.cz###AdTrackCategoryTop1
ceskenoviny.cz##.crossroad-grid > .list > .list-item > div[id^="hyperbox"]
ceskenoviny.cz#?#.crossroad-grid > .list > .list-item:has(> .crossroad-light > div[id^="div-gpt-ad"])
ceskenoviny.cz#?#.box-list > span.info:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/42496
cdr.cz,diit.cz#$#html > body { background-image: none!important; padding-top: 0!important; }
||diit.cz/sites/default/files/_cdr_branding/branding.jpg
||cdr.cz/sites/default/files/_cdr_branding/branding.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/42194
ahaonline.cz##.ads
ahaonline.cz##.boxReklama
! https://github.com/AdguardTeam/AdguardFilters/issues/41373
||bannery.navratdoreality.cz^
navratdoreality.cz###snippet--banners-bot
navratdoreality.cz###snippet--banners-top
navratdoreality.cz#?##snippet-list-posts > .item:not([id]):has(> .box-responsive:only-child > div[id]:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/40792
@@||najserialy.to/ad/banner/*.json
najserialy.to##.players .overlay
najserialy.to##.etargetBottomFixed
! https://github.com/AdguardTeam/AdguardFilters/issues/40186
sector.sk#$#body.bodymain { background-image: none!important; }
sector.sk#$#body > .frstop[style="margin-top:250px"] { margin-top: 45px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39754
volvo-club.cz#$##obalovydiv { display: block!important; }
volvo-club.cz#%#//scriptlet("abort-on-property-read", "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
! 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://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#%#//scriptlet('set-constant', 'td_ad_background_click_link', '')
||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
! https://github.com/AdguardTeam/AdguardFilters/issues/65828
! auto.tn.nova.cz
nova.cz#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/28905
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nova.cz
!+ NOT_PLATFORM(windows, mac, android)
@@||pubads.g.doubleclick.net/gampad/ads?*=xml_vast*nova.cz$domain=nova.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/61169
@@||idos.idnes.cz^$csp
@@||cz.mrezadosa.com^$domain=idos.idnes.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/25988
idnes.cz#$#html.klikaci-body body { background:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20740
rajce.idnes.cz###top-banner
! 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/6315
@@||1gr.cz/reklama/banner.js?clickthru=advert|$domain=idnes.cz
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
! https://forum.adguard.com/index.php?threads/14098/
xman.idnes.cz##body > div#main > table[id][class]
xman.idnes.cz###space-g
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1232
idnes.cz#%#//scriptlet('set-constant', 'AdTrack', 'undefined')
!
idnes.cz###main [id^="r98."]
idnes.cz###idnes-premium-popup
||data.idnes.cz/nocache/DPP/dacan/
! https://github.com/AdguardTeam/AdguardFilters/issues/24181
e15.cz##.ad-skyscrapper
e15.cz##.ads
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/171799
! https://github.com/AdguardTeam/AdguardFilters/issues/78367
novinky.cz##div[class*="_"]:has(> div.ogm-advert-static:first-child)
novinky.cz,seznamzpravy.cz#%#//scriptlet('remove-cookie', 'qusnyQusny')
novinky.cz,seznamzpravy.cz##div[data-e2e="mol-advert"]
||report.seznamzpravy.cz^
! https://github.com/AdguardTeam/AdguardFilters/issues/23034
najserialy.to##.wrapper > a[href^="https://goo.gl/"] > img
! 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?
! 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/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]
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/11748#issuecomment-367510890
! https://github.com/AdguardTeam/AdguardFilters/issues/11585
peugeotclub.eu#@#.reklama
! 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/169933
fastshare.cloud/top*?utm_source=*&utm_medium=*&utm_campaign=$domain=warforum.xyz
warforum.xyz###popwrapper
! sme.sk - adblock detection
||cdn.tinypass.com^$domain=sme.sk
! https://forum.adguard.com/index.php?threads/19077/
||extra.cz/*/*pripad
! https://forum.adguard.com/index.php?threads/10320/
extra.cz#%#//scriptlet('set-constant', 'windowWidth', '300')
!
! https://github.com/AdguardTeam/AdguardFilters/issues/2893
||mobilmania.cz/RssHubPager.ashx
! https://github.com/AdguardTeam/AdguardFilters/issues/2737
@@||mitsubishiclub.cz^$generichide
!
.cz/ads/$~object,domain=~hcplzen.cz
! 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])
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"]
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
||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 ----
!------------------
mobilmania.cz#%#AG_onLoad(function() { window.VIDEO_AD_FORCE_YT = true; });
!------------------
!---- CSS fixes ---
!------------------
cez.cz#$#body { background: #333!important; }
!---------------------------------------------------------------------
!------------------------------ Danish -------------------------------
!---------------------------------------------------------------------
! NOTE: Danish
!
! https://github.com/AdguardTeam/AdguardFilters/issues/166942
jyllands-posten.dk##body section[id^="monster_"]
jyllands-posten.dk,finans.dk##body div[class*=banner-container]
! https://github.com/AdguardTeam/AdguardFilters/issues/153960
@@||bt.dk/build/prebid-ads-advertisement_adbanner.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/150613
jobindex.dk##div[aria-label="Annonce"]
! https://github.com/AdguardTeam/AdguardFilters/issues/132127
||v.fwmrm.net/ad/g/$domain=ekstrabladet.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/71402
||img.sofabold.dk/images/banner
sofabold.dk##.centerMgfx
sofabold.dk##.top_b_display
sofabold.dk##div[class^="sidebanner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/66474
@@||cdn.maskinbladet.dk/*assets/templates/*/img/adblocker/ads.png
maskinbladet.dk#%#//scriptlet("prevent-setTimeout", "/doCheck\(.,.\)/")
! https://github.com/AdguardTeam/AdguardFilters/issues/58154
trendsales.dk##.top__banner
! https://github.com/AdguardTeam/AdguardFilters/issues/55721
ni.dk#@#a[href*=".adform.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/55472
@@||borsen.dk/themes/borsen.dk/js/dfp.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54516
@@||v.fwmrm.net/ad/g/1$domain=bold.dk
@@||v.fwmrm.net/ad/l/1$domain=bold.dk
@@||v.fwmrm.net/crossdomain.xml$domain=bold.dk
||freewheel-mtgx-tv.akamaized.net/*.mp4$media,redirect=noopmp4-1s,domain=bold.dk
! https://github.com/AdguardTeam/AdguardFilters/issues/52411
xn--bredbnd-ixa.dk##div[class^="speedtest-bg"] > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/52093
||freewheel-mtgx-tv.akamaized.net^$media,domain=tv3sport.dk
! https://github.com/AdguardTeam/AdguardFilters/issues/41558
jyllands-posten.dk##.bpTopPlacement
! 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/16229
! https://github.com/AdguardTeam/AdguardFilters/issues/15287
!+ NOT_OPTIMIZED
newz.dk##.top-interstitial
! https://github.com/AdguardTeam/AdguardFilters/issues/12977
information.dk##.ib-wrap
! 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://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/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
!
vibilagare.se##.banner
nordschleswiger.dk##.TopAdvertising-Content-Wrapper
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1485
@@||jyllands-posten.dk/app/*ads*.js
!---------------------------------------------------------------------
!------------------------------ Estonian -----------------------------
!---------------------------------------------------------------------
! NOTE: Estonian
!
! delfi.ee
@@||ado.delfi.ee/files/js/ado.js$script,domain=delfi.ee
delfi.ee###city24_precom
delfi.ee###right
delfi.ee###section > div.aside
delfi.ee##.C-banner
delfi.ee##.cxense-news
delfi.ee##.md-banner-placement
delfi.ee##.pysipinnad--textlinks
delfi.ee##a[href^="http://ap.delfi.ee/b?"]
delfi.ee##div[class$="col-has-ad"] div[id^="dwidget"]
delfi.ee##div[class$="col-has-ad"] table
delfi.ee#$#body { margin-top: auto!important; }
||ap.delfi.ee^
||delfi.ee/misc/cobancar/*.php$subdocument
||delfi.lv/news_export$domain=~delfi.ee|~delfi.lv
digileht.epl.delfi.ee##.pagebreak-banner
||ado.delfi.ee^
!
elle.de##.placeholdercontainer
! https://github.com/AdguardTeam/AdguardFilters/issues/142269
laanevirumaauudised.ee##.ads-panorama
! https://github.com/AdguardTeam/AdguardFilters/issues/125513
postimees.ee#%#//scriptlet("prevent-setTimeout", "adblockNotif")
postimees.ee#$#body > div[id] > div[style^="height: 1px; width: 1px; background-color: transparent;"] { display: block !important; }
postimees.ee#@#.ad01
postimees.ee#@#.dfp_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/122081
! https://github.com/AdguardTeam/AdguardFilters/issues/117521
geenius.ee#%#//scriptlet("set-constant", "advanced_ads_ready", "noopFunc")
geenius.ee##div[class^="ad-geenius-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/83267
ilm.pri.ee##.adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/77533
hinnavaatlus.ee##.header-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/74049
||harjuelu.ee/wp-content/banners/
! https://github.com/AdguardTeam/AdguardFilters/issues/74048
inforegister.ee##.ad-big-top
inforegister.ee##div[class^="towerBanner"]
inforegister.ee#$#.bg-shaft.header-bar { top: 0 !important;  }
inforegister.ee#$#div[class="row-fluid main"][id="main"] { margin-top: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/73456
elu24.ee##.section-branding-container
! https://github.com/AdguardTeam/AdguardFilters/issues/53388
foorum.bmwclub.ee##.phpbb-ads-center
! https://github.com/AdguardTeam/AdguardFilters/issues/45658
ilm.ee#$#body { background: none!important; }
ilm.ee##.marquee0
ilm.ee##.rekl
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/
!---------------------------------------------------------------------
!------------------------------ Finnish ------------------------------
!---------------------------------------------------------------------
! NOTE: Finnish
!
! https://github.com/AdguardTeam/AdguardFilters/issues/167335
iltalehti.fi##.telkku-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/162636
junat.net###junatnet-campaign-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/157387
telsu.fi#%#//scriptlet('prevent-fetch', 'googlesyndication.com')
telsu.fi#%#(()=>{window.googletag={apiReady:!0,getVersion:function(){return"202307200101"}};})();
telsu.fi#%#!function(){const e={apply:(e,t,n)=>{if("prg"!==t?.id)return Reflect.apply(e,t,n);const o=Reflect.apply(e,t,n);return Object.defineProperty(o,"top",{value:500}),o}};window.Element.prototype.getBoundingClientRect=new Proxy(window.Element.prototype.getBoundingClientRect,e)}();
telsu.fi#$#.pb_t { display: none !important; }
! https://github.com/uBlockOrigin/uAssets/issues/14204
||es.ylilauta.org^
ylilauta.org##.card.a
! ruutu.fi - video ads
||nelonenmedia-pmd-ads-*.nm-stream.nelonenmedia.fi/*.mp4$media,redirect=noopmp4-1s,domain=ruutu.fi
! https://github.com/AdguardTeam/AdguardFilters/issues/78743
tennisassa.fi#$?#.page-content__main > div.module:first-child > div.module__content div.ad--container:upward(div.module) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60249
kuvake.net#@#.ad728x90
kuvake.net##div[style*="min-width: 300px; max-width: 450px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/43726
@@||videoplaza.tv/proxy/pulse-sdk-html*latest.min.js$domain=mtvuutiset.fi
! https://github.com/AdguardTeam/AdguardFilters/issues/41783
hinta.fi###hv-wrapper-top
! 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/41461
@@||pakkotoisto.com/js/siropu/am/ads.min.js$domain=pakkotoisto.com
pakkotoisto.com##.samBannerUnit
! https://github.com/AdguardTeam/AdguardFilters/issues/34619
!
riemurasia.net###container > div[class^="slide_"]
riemurasia.net#?##container > div.main-div > div[id]:has(>script[data-adfscript])
||kuvake.net^$domain=naurunappula.com
! 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://forum.adguard.com/index.php?threads/7957/
!---------------------------------------------------------------------
!------------------------------ Georgian -----------------------------
!---------------------------------------------------------------------
! NOTE: Georgian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/151672
||sab.fast.ge^
! https://github.com/AdguardTeam/AdguardFilters/issues/146807
gtorr.net##.super-vip
! https://github.com/AdguardTeam/AdguardFilters/issues/136713
aura.ge##a[href="https://trinx.ge/"]
aura.ge##a[href="https://talizi.ge/ka/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/133987
forum.ge##img[width="240"][height="50"]
! https://github.com/AdguardTeam/AdguardFilters/issues/132294
forum.ge##a[title="reklama"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125199
croconet.ge##.bunner_section:not(:first-child)
||croconet.ge/ads-crocobet/
||croconet.ge/*/assets/data/banners_data.js
! https://github.com/AdguardTeam/AdguardFilters/issues/99608
goal.ge##.web-promotion
! https://github.com/AdguardTeam/AdguardFilters/issues/78418
overclockers.ge##a[href="https://topbuy.ge"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/70325
srulad.com###pause_banner
srulad.com##iframe[data-src^="assets/banners/"]
||srulad.com/ads.php
||srulad.com/assets/banners/
||srulad.com/assets/frontend/js/dist/vast.js
! https://github.com/AdguardTeam/AdguardFilters/issues/50049
adjaranet.com##div[class^="styled__StyledBanner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/43213
adjaranet.com##.hedgehog-overlay-gg
adjaranet.com##a[href^="https://open5.myvideo.ge/delivery/ck.php?"]
adjaranet.com##iframe[src^="https://bms.adjarabet.com/BMS/bms.php"]
adjaranet.com##div[class^="sc-"][width="980"][height="150"]:empty
adjaranet.com#?#div[class^="sc-"][width="980"][height]:has(> div[id^="beacon_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/40686
||myvideo.ge/delivery/*.php?*vast
! https://github.com/AdguardTeam/AdguardFilters/issues/39640
movie.ge##.rss_container
! 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##body .h-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/78417
||sab.fast.ge/www/*/*.$domain=forum.ge
||forum.ge/trash/ads_down.gif
||forum.ge/trash/basisbank2.jpg
||forum.ge/trash/Proservice_domain.png
forum.ge###advert-three
! 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 --------------------------------
!---------------------------------------------------------------------
! NOTE: Greek
!
! https://github.com/AdguardTeam/AdguardFilters/issues/172878
ygeiamou.gr##.banners-section
! https://github.com/AdguardTeam/AdguardFilters/issues/172511
bookpress.gr##.banneritem
! https://github.com/AdguardTeam/AdguardFilters/issues/168347
insomnia.gr###main div.ad.insMainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/164361
zougla.gr##.diaf
zougla.gr##.diaf-banner
zougla.gr##.widget-diaf
zougla.gr##.post-inline-diaf
zougla.gr##.inline-diaf-title
! https://github.com/AdguardTeam/AdguardFilters/issues/160360
gazzetta.gr##.ad
gazzetta.gr#%#//scriptlet('set-constant', 'Adman', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/154427
capital.gr##.bestprice__placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/153337
! https://github.com/AdguardTeam/AdguardFilters/issues/152747
gazzetta.gr###bwin1200x30ros
gazzetta.gr##.admanager-content
gazzetta.gr##a[rel^="sponsored"]
gazzetta.gr##a[href^="https://rt.novibet.partners/"] > img
gazzetta.gr##.in_read_dfp
gazzetta.gr##.bestprice__placeholder
gazzetta.gr##.bettotal
gazzetta.gr#?#.sticky-inside > h3:contains(CASINO)
gazzetta.gr##.sticky-inside .cosmotetv-heading
gazzetta.gr##.sticky-inside .cosmotetv-heading + .tab-parent
! https://github.com/AdguardTeam/AdguardFilters/issues/151913
capital.gr##body #top72890Banner
capital.gr##div[id^="RECS_WIDGET_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/151686
@@||cdn.orangeclickmedia.com/tech/libs/ocm_iab_compliance.js$domain=protothema.gr
! https://github.com/AdguardTeam/AdguardFilters/issues/151522
lifo.gr##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/150884
news.xiaomi-miui.gr##aside div.widget:has(> div[class^="google_responsive_"])
news.xiaomi-miui.gr##div[class^="google_responsive_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/149272
newsit.gr##body .advert-badge
! https://github.com/AdguardTeam/AdguardFilters/issues/148715
ethnos.gr##.adv-section
ethnos.gr##div[id^="article_inline_"][data-ocm-ad]
ethnos.gr#$##ag-inread { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148868
tlife.gr##div[style="height:286px;"]
tlife.gr##.advert
tlife.gr#?#.sidebar-wrapper > div.sticky-block:has(> div.advert)
tlife.gr#?#.sticky-block:has(> div.sticky > div.advert)
tlife.gr#?##content > div.center:has(> div.content-wrapper > div.taboola-feed)
tlife.gr#?#.blog-list > div.blog-post:has(> div.abs)
! https://github.com/AdguardTeam/AdguardFilters/issues/148789
||politic.gr/wp-content/uploads/2022/12/imgpsh_fullsize_anim-1-2.gif
politic.gr#?#.sticky-sidebar > section[id^="block-"]:has(> div.wp-block-image > figure > a[href][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/148276
newsit.gr##.sticky-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/146577
newpost.gr##div[id^="billboard"]
! https://github.com/AdguardTeam/AdguardFilters/issues/146642
skai.gr##.taboola
! https://github.com/AdguardTeam/AdguardFilters/issues/143227
enternity.gr##div[class^="ad_"]
enternity.gr##.aent-mis
! https://github.com/AdguardTeam/AdguardFilters/issues/137413
thestival.gr###ros_featured
thestival.gr##.Text > div[id^="inline"]
thestival.gr###custom_html-28
thestival.gr###custom_html-29
thestival.gr###custom_html-30
thestival.gr##div[style^="width: 300px;"][style*="height: 250px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/136221
bestprice.gr##.prices__group[data-is-promoted=""]
! https://github.com/AdguardTeam/AdguardForAndroid/issues/4260
efsyn.gr##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/131208
tovima.gr##div[class^="das-300-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130437
in.gr##.das-mmiddle
||epimenidis.in.gr/shopflix/widget.php$domain=in.gr
in.gr##.shopflix-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/130193
naftemporiki.gr#?#.rightContainer > div.Box:has(> div.socialWidget) ~ div
! https://github.com/AdguardTeam/AdguardFilters/issues/128972
newsit.gr##.advert-badge
! https://github.com/AdguardTeam/AdguardFilters/issues/128139
newsbeast.gr##.amSlotFeed
newsbeast.gr##.sidebarAmSlot
newsbeast.gr##.undeMenuAmSlot2
newsbeast.gr##.amSlotInReadVideo
||newsbeast.gr/api/fallbackManager?
newsbeast.gr#$#.adsbox.doubleclick.ad-placement { display: block !important; }
newsbeast.gr#%#//scriptlet('prevent-setTimeout', 'adsbox')
! https://github.com/AdguardTeam/AdguardFilters/issues/125995
thepressproject.gr#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124277
mixanitouxronou.gr##.narrow-ad
mixanitouxronou.gr##div[class="prel min-height"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123498
esos.gr##.pane-ad-manager
! https://github.com/AdguardTeam/AdguardFilters/issues/121555
gamatotv.info#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/115221
insider.gr##.admanager-content
! https://github.com/AdguardTeam/AdguardFilters/issues/110879
newsit.gr##.advert
newsit.gr##.inside-article > div[style="min-height: 280px;"]
newsit.gr#?#.inside-article > .postcontent:has(> .story_content > div[id^="taboola-"])
newsit.gr#?#.entry-content > .sticky-wrapper:has(> .sticky-block > .sticky > #inread-video:empty)
! https://github.com/AdguardTeam/AdguardFilters/issues/111190
mikrometoxos.gr##img[src*="/BANNER_"][src*="_970x250."]
mikrometoxos.gr##a[href*="utm_source=banner&utm_medium=mikrometoxos.gr&utm_campaign=banner"] > img
||wp.com/www.mikrometoxos.gr/wp-content/uploads/*/BANNER_*_970x250.png$domain=mikrometoxos.gr
! https://github.com/AdguardTeam/AdguardFilters/issues/111148
tainio-mania.online##a[href^="https://syndication.optimizesrv.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/111101
tainio-mania.online##div[class^="myput"]
! https://github.com/AdguardTeam/AdguardFilters/issues/111032
@@||movio.club/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101424
sport24.gr###agora-inread
! https://github.com/AdguardTeam/AdguardFilters/issues/99386
athinorama.gr##div[id^="ParentOFdiv-gpt-ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97986
bankingnews.gr##script[data-server^="ADMAN"] + a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/95992
protothema.gr##.bannerWrp
! https://github.com/AdguardTeam/AdguardFilters/issues/91460
||kiniti.net/image/foxmed/
! https://github.com/AdguardTeam/AdguardFilters/issues/88485
moviez.space#%#//scriptlet("abort-on-property-read", "adLoadError")
moviez.space#$#.ads.adsbygoogle { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/85383
greekcitytimes.com##aside[class^="ad_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/78433
gamato3.com##iframe[src^="https://syndication.optimizesrv.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/77162
sport24.gr###someplaceholder
! https://github.com/AdguardTeam/AdguardFilters/issues/70382
kefaloniapress.gr##.wpb_wrapper > .tagdiv-type > .td_mod_wrap > .metaslider
! https://github.com/AdguardTeam/AdguardFilters/issues/69979
xo.gr###tk_centralBanner
xo.gr##div[class*="Banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/60870
news247.gr##body .ad-widget
sport24.gr##div[id^="ros-300x250"]
! https://forum.adguard.com/index.php?threads/oneman-adblock-detect.39056/
oneman.gr##.ads_element
! https://github.com/AdguardTeam/AdguardFilters/issues/57331
onlinemovie.one#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/50168
||info-war.gr/wp-content/uploads/2020/01/DEBTFREE-300X300-GR2.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/49308
angroid.gr##.aflinkor
! https://github.com/AdguardTeam/AdguardFilters/issues/47915
bestprice.gr###filters-aside > .ads
! https://github.com/AdguardTeam/AdguardFilters/issues/63621
bestprice.gr##.product__wrapper--promoted
bestprice.gr##a[class^="promo"]
! https://github.com/AdguardTeam/AdguardFilters/issues/48046
lexigram.gr##.col1 > div[style="margin-top: 95px; height: 130px; text-align: center; min-height: 130px; "] > p
lexigram.gr#?##tdAdL > center:contains(Διαφήμιση)
lexigram.gr#?##tblAdR td > center:has(> p:contains(Διαφήμιση))
lexigram.gr#$#.col1 > div[style="margin-top: 95px; height: 130px; text-align: center; min-height: 130px; "] { min-height: 0px !important; height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47521
||go.linkwi.se/delivery/
@@||ets2.gr/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45660
iefimerida.gr#@#.ads-loaded
! https://github.com/AdguardTeam/AdguardFilters/issues/45143
parapolitika.gr#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/42521
newsthessaloniki.gr##.adace-slideup-slot-wrap
@@||newsthessaloniki.gr/wp-content/*/adblock-detector/advertisement.js
newsthessaloniki.gr#%#//scriptlet("set-constant", "jQuery.adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/39991
@@||xiaomi-miui.gr/*/advertisement.js
xiaomi-miui.gr#%#//scriptlet("set-constant", "$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/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_"])
!
||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 --------------------------------
!---------------------------------------------------------------------
! NOTE: Hindi
!
! https://github.com/AdguardTeam/AdguardFilters/issues/152782
||kutchuday.in/wp-content/uploads/*/add-$image
! https://github.com/AdguardTeam/AdguardFilters/issues/97659
livehindustan.com#?#.jarur-padhey > div.card-sm:has(> a[href^="/brand-stories/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/110261
! https://github.com/AdguardTeam/AdguardFilters/issues/96712
!+ NOT_OPTIMIZED
raftaar.in##a[href="https://www.astrologyadvice.in/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/93836
livehindustan.com##.ads
livehindustan.com##.prlads
! https://github.com/AdguardTeam/AdguardFilters/pull/91611
jansatta.com##.wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/85360
bioinhindi.in###NR-Ads
! ndtv.in - ad texts
ndtv.in##div[data-id="sponsor"]
ndtv.in##.ins_adcont
! https://github.com/AdguardTeam/AdguardFilters/issues/81334
gyanipandit.com##a[href^="https://wisetrolley.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/79426
hindikhabarwaala.com##.post-content > div.post-text > p > img[src^="http://hindikhabarwaala.com/"][width="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/70777
! https://github.com/AdguardTeam/AdguardFilters/issues/70776
@@||pubads.g.doubleclick.net/ssai/event/*/master.m3u8$domain=timesnowhindi.com|timesnowmarathi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79204
thebharatnews.net##.textwidget > p > img[class*="wp-image"]
thebharatnews.net##a[rel="bookmark"][style^="background-image: url("]
! https://github.com/AdguardTeam/AdguardFilters/issues/79165
aajtak.in##.event_home_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/22120
hindi.business-standard.com#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "displayMessage:")
!
patrika.com##.google-ads-full
!---------------------------------------------------------------------
!------------------------------ Hungarian ----------------------------
!---------------------------------------------------------------------
! NOTE: Hungarian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175823
player.rtl.hu#%#//scriptlet('set-constant', 'gemiusStream', 'emptyObj')
player.rtl.hu#%#//scriptlet('set-constant', 'gemiusStream.event', 'noopFunc')
player.rtl.hu#%#//scriptlet('set-constant', 'gemiusStream.init', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/171372
liner.hu##.liner_cikk_top
liner.hu###liner_nyito_fekvo_1
liner.hu##div[class*="siderbar_ads"]
liner.hu##.ads_show_ad_title
! https://github.com/AdguardTeam/AdguardFilters/issues/169696
online-filmek.ac##span[class^="adslot_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/158161
tazkranet.com###ez-content-blocker-container
! https://github.com/AdguardTeam/AdguardFilters/issues/155446
!+ NOT_OPTIMIZED
accounts.freemail.hu##a[href^="https://gdehu.hit.gemius.pl/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/154601
retroradio.hu#%#//scriptlet('set-constant', 'ado.refresh', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/151491
tippmix.hu##.banner
tippmix.hu##a[id^="tippmix_jatekoskartya"]
! https://github.com/AdguardTeam/AdguardFilters/issues/139325
forum.hr##td[class="sidebar_column"][width="300"]
forum.hr##.advertisement_postbit_legacy
! https://github.com/AdguardTeam/AdguardFilters/issues/128287
parentmood.com##.nya-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/120911
freemail.hu###content-container div[class^="Grid-item-"] > a[target="_blank"]:not([href^="#"])
! https://github.com/AdguardTeam/AdguardFilters/issues/120913
filmvilag.me###adv_kereses
! https://github.com/AdguardTeam/AdguardFilters/issues/118945
ingatlan.com#$#body { overflow: auto !important; }
ingatlan.com#$##interstitial-banner-container { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/169708
sorozatbarat.club###partner
! https://github.com/AdguardTeam/AdguardFilters/issues/114260
||head-clickfusion.com^$third-party
||headerbidding.services^$third-party
||3myad.com^$third-party
sorozatbarat.club###banner
! https://github.com/AdguardTeam/AdguardFilters/issues/111757
hvg.hu##.leaderboard-1a
! https://github.com/AdguardTeam/AdguardFilters/issues/112579
vezess.hu#?#.article-body > div.article_box_border:has(> div.article_solidheader > p > strong:contains(HIRDETÉS))
! https://github.com/AdguardTeam/AdguardFilters/issues/112508
novekedes.hu##.gate-banner-poser
novekedes.hu#$#.base.has-gate-banner { padding-top: 0 !important; }
||gemhu.adocean.pl/files/js/ado.js$script,redirect=noopjs,domain=novekedes.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/112506
gamestar.hu#$#.ad { display: none !important; }
gamestar.hu#%#//scriptlet('remove-class', 'have-ad', 'body.have-ad')
! https://github.com/AdguardTeam/AdguardFilters/issues/112180
index.hr##.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/102693
logout.hu###page > div[class$="-responsive-970px-250px"]
logout.hu###right > div[class$="-responsive-300px-600px"]
logout.hu#?#div[itemprop="articleBody"] > div[class*=" "]:has(> h4 + div[style*="calc"][onclick*="ajax"])
logout.hu#?#div[itemprop="articleBody"] + div[class*=" "]:has(> h4 + div[style*="calc"][onclick*="ajax"])
! https://github.com/AdguardTeam/AdguardFilters/issues/101641
blikk.hu##.bannerDesktopContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/101196
jofogas.hu#$##page-content { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/99024
nosalty.hu##.rubAd
! https://github.com/AdguardTeam/AdguardFilters/issues/98591
hvg.hu#@#[class="articleitem clear smallimage imgleft"]
hvg.hu##.hvg-bank360
! https://github.com/AdguardTeam/AdguardFilters/issues/97769
||cdn.234doo.com^$third-party
bug.hr##.main-content > div[class^="block  "] > div[class=""] > div.block__content:has(span.heading-section__logo > img[alt*=" preporu"])
! https://github.com/AdguardTeam/AdguardFilters/issues/97922
24.hu##.a2blck-layer
! https://github.com/AdguardTeam/AdguardFilters/issues/89830
dmdamedia.eu###add
! https://github.com/AdguardTeam/AdguardFilters/issues/88288
||sg.hu/banner/Huawei_Watch3_Master
sg.hu#$#body.ad-test { background-image: none !important; }
sg.hu#%#//scriptlet("prevent-window-open", "bbelements.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/87995
||ztracker.cc/pic/bannerek/
ztracker.cc##img[width="900"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/75763
femina.hu#%#//scriptlet("set-constant", "ado", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/69327
joautok.hu##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/68362
kuruc.info##div[class*="adzone"]
kuruc.info##.cikkbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/67741
videakid.hu,videa.hu#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/65285
||dalmatinskiportal.hr/*/baneri/
dalmatinskiportal.hr##.banner
||cdn.234doo.com/dalmatinskiportal.js
dalmatinskiportal.hr##.banner-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/65032
katalogus.top,filmvilag.me,mozimax.top##a[href^="https://rosszlanyok.hu/"]
katalogus.top,filmvilag.me,mozimax.top#?#.container_12 > div[style*="min-height: 250px;"]:has(> .adslot_1)
katalogus.top,filmvilag.me,mozimax.top#$?#iframe[srcdoc*="XMLHttpRequest"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/64544
forbes.hu##.forbesad
! https://github.com/AdguardTeam/AdguardFilters/issues/58569
||a.b.napiszar.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/58088
4x4magazin.hu##.advertisement
! https://github.com/AdguardTeam/AdguardFilters/issues/58087
onroad.hu##.highlighted-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/119905
! https://github.com/AdguardTeam/AdguardFilters/issues/58090
gamestar.hu#?#.field_global_rightside > .box:has(> .element > .title-box-wrapper > .box-title:contains(Hirdetés))
gamestar.hu#?#div[class="box-wrapper field_index"] > .box-pr > .element:has(> .image > a[href^="https://pubads.g.doubleclick.net/"])
gamestar.hu##.ads_show_ad_title
gamestar.hu##.field_global_rightside > .box[style="display: none !important;"] + .box-extranews
gamestar.hu##div[id^="rltd-ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/57848
! https://github.com/AdguardTeam/AdguardFilters/issues/56499
mozinet.me#$?#iframe[srcdoc*="XMLHttpRequest"] { remove: true; }
mozinet.me#?#.container_12 > div[style*="min-height: 250px;"]:has(> .adslot_1)
mozinet.me###advert
! https://github.com/AdguardTeam/AdguardFilters/issues/62196
totalbike.hu,divany.hu,totalcar.hu#%#//scriptlet("abort-current-inline-script", "document.querySelector", "document.body.style.overflow")
||ad.adverticum.net/g3.js$script,redirect=noopjs,domain=totalbike.hu|divany.hu|totalcar.hu
@@||totalcar.hu/assets/js/adbd/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/50811
ujszo.com#%#//scriptlet("abort-on-property-read", "Drupal.behaviors.adBlockerPopup")
! https://github.com/AdguardTeam/AdguardFilters/issues/49428
@@||napi.hu/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54337
! https://github.com/AdguardTeam/AdguardFilters/issues/49333
@@||ad.adverticum.net/g3.js$domain=port.hu
@@||ad.adverticum.net/scripts/goa3/main/*/goa3.js$domain=port.hu
@@||port.hu/js/advert.min.js
port.hu#%#//scriptlet("set-constant", "Adserving.hasAdBlocker", "falseFunc")
port.hu#%#//scriptlet("prevent-setTimeout", "/\.offsetHeight === 0[\s\S]*?\.appendChild[\s\S]*?document\.body\.style/")
! https://github.com/AdguardTeam/AdguardFilters/issues/46048
mobilarena.hu#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links.xabrecontainer.partners.spleft.spright.xabre-responsive { display: block!important; }
mobilarena.hu##div[onclick^="$.ajax('https://mobilarena.hu/muvelet/hozzaferes/kapcsolodas.php"]
mobilarena.hu#?#div[class]:has(> div[onclick^="$.ajax('https://mobilarena.hu/muvelet/hozzaferes/kapcsolodas.php"])
! https://github.com/AdguardTeam/AdguardFilters/issues/98531
! https://github.com/AdguardTeam/AdguardFilters/issues/46372
@@||forrest.adverticum.net/inapp/user^$domain=embed.indavideo.hu
embed.indavideo.hu#%#//scriptlet("set-constant", "AdHandler.adblocked", "0")
embed.indavideo.hu#%#//scriptlet("set-constant", "videodata.adBlockEnabled", "0")
||indexhu.adocean.pl/*ad.json$xmlhttprequest,redirect=nooptext,domain=embed.indavideo.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/40737
napi.hu###stickymellekletbannerfooter
! https://github.com/AdguardTeam/AdguardFilters/issues/40734
szifon.com##.afterpost-promotion
szifon.com##.cikkoz > a[href][target="_blank"] > img
! 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/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/17274
hvg.hu##a[title="Ratecard"]
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
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
||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
||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 ------------------------------
!---------------------------------------------------------------------
! NOTE: Iceland
!
!---------------------------------------------------------------------
!------------------------------ Indian -------------------------------
!---------------------------------------------------------------------
! NOTE: Indian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/166103
ekattor.tv###widget_623
! https://github.com/AdguardTeam/AdguardFilters/issues/163020
kutchkhabar.com##div[id^="amazingcarousel"]
! https://github.com/AdguardTeam/AdguardFilters/issues/159510
||kutchkhabar.com/images/advertise
! https://github.com/AdguardTeam/AdguardFilters/issues/152259
hindi.asianetnews.com##.rgtadbox
! https://github.com/AdguardTeam/AdguardFilters/issues/150873
mirchi9.com##.m9-banner-ad.d-block
! https://github.com/AdguardTeam/AdguardFilters/issues/150711
ntvtelugu.com#?#.cards-grid > figure:has(> div.img-wrap > div.adsCont)
ntvtelugu.com##.bottom-sticky-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/149787
||supervideo.tv/tag$script
! https://github.com/AdguardTeam/AdguardFilters/issues/148670
chitrajyothy.com###rhsLowerAdsDiv
chitrajyothy.com###rhsUppderAdsDiv
chitrajyothy.com###articlePrmaryImageAdsDiv
chitrajyothy.com##div[style^="text-align"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/148671
andhrajyothy.com###articlePrmaryImageAdsDiv
andhrajyothy.com##img[style="display:inline-block; width:300px;height:100px"]
||api.lhkmedia.in^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/138490
! https://github.com/AdguardTeam/AdguardFilters/issues/139659
||kutchuday.in/wp-content/uploads/*/Ku-Add
||kutchuday.in/wp-content/uploads/*/CRICADDA-
kutchuday.in#?#.amp-wp-article-content > p:has(amp-img[src*="CRICADDA"][src*="x300"])
kutchuday.in#?#.amp-wp-article-content > p:has(amp-img[src*="Cricadda"][src*="300x"])
kutchuday.in#?#.amp-wp-article-content > p:has(> strong > amp-img[src*="-AD"][src*="300x300"])
kutchuday.in##a[href="https://adityahealth.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/128278
kishoralo.com##div[class^="blank-m__adslot"]
kishoralo.com##div[class*="middle-ad"]
kishoralo.com##div[class*="ad-wrapper"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123725
prothomalo.com##iframe[src^="https://service.prothomalo.com/campaigns/"]
prothomalo.com##a[class*="ad_wrapper"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123726
jagonews24.com##.inner_ad_item
jagonews24.com##.advertisement
jagonews24.com##.adv-img
jagonews24.com##.featured-inImage-ad-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/122893
||service.prothomalo.com/padma-bridge/for_bangla.html
! https://github.com/AdguardTeam/AdguardFilters/issues/119281
hindishouter.com##.inside-right-sidebar
! https://github.com/AdguardTeam/AdguardFilters/issues/119091
bizshala.com##.pro_major_bigyapan
||bizshala.com/public/images/advertisement/
! https://github.com/AdguardTeam/AdguardFilters/issues/108216
freesexkahani.com##.inside-right-sidebar > aside[id^="custom_html-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/107036
techhelpbd.com##.THBD-Ads
! https://github.com/AdguardTeam/AdguardFilters/issues/102253
digit.in##.textads_list
||digit.in/js/ads_management.js
digit.in#%#//scriptlet("set-constant", "textAdsList", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/95887
mathrubhumi.com##div[id^="ML_DT_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/94497
dinamalar.com###innerleft div[style="text-align:center;"] > div[style^=" color: #"][style*="font-size:"]
dinamalar.com#$##ablockercheck { display: block !important; }
dinamalar.com#%#//scriptlet("abort-current-inline-script", "$", ".style.display=")
dinamalar.com#%#//scriptlet("prevent-setTimeout", ":visible")
! https://github.com/AdguardTeam/AdguardFilters/issues/92607
vikatan.com##div[class^="styles-m__vs-wrapper"]
vikatan.com##div[class^="styles-m__header-ad"]
vikatan.com##div[class^="styles-m__ad-center-unit"]
vikatan.com##div[class^="styles-m__ad-wrapper"]
vikatan.com##div[class*="styles-m__bundle-ad"]
vikatan.com##div[class*="styles-m__dynamic-rect-ad"]
vikatan.com##div[class^="widget300xauto"]
! https://github.com/AdguardTeam/AdguardFilters/issues/92311
asianetnews.com##.desktop-ad-1
asianetnews.com##div[class^="right-ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/91848
ndtv.in###RHS_WYSIWYG
! https://github.com/AdguardTeam/AdguardFilters/issues/91614
gujarati.news18.com##.my-ad-rhs
gujarati.news18.com##div[class*="Header_inner_ad_"]
hindi.news18.com##.article-promo-ad
hindi.news18.com,bengali.news18.com##.placeholder
hindi.news18.com,bengali.news18.com##div[class*="right"] > div[class*="side"]:not([class*="gallery"])> div[style*="min-height:"] > #vigyapan
hindi.news18.com,bengali.news18.com#?#div[class*="right"] > div[class*="side"]:not([class*="gallery"]):has(> div[style*="min-height:"] > .placeholder)
! https://github.com/AdguardTeam/AdguardFilters/issues/90241
maalaimalar.com#%#//scriptlet("prevent-addEventListener", "load", "adblock")
||google-analytics.com/analytics.js$script,redirect=google-analytics,domain=maalaimalar.com
!#safari_cb_affinity(privacy)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/89309
ntnews.com##.awt_side_sticky
! https://github.com/AdguardTeam/AdguardFilters/issues/88644
raftaar.in##div[class^="story-footer-module__ad__"]
raftaar.in##div[id^="ads-"]
raftaar.in##body > div[style="margin-top:15px; margin-bottom:15px; text-align: center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/86204
anandabazar.com#?#.sidebar > div.background-hp-news:has(> div.background-hp-news > div.text-advertisement)
anandabazar.com#?#.container > div.background-hp-news:has(> div.text-advertisement)
anandabazar.com##a[href^="https://admissionfair.abped.com/"] > img
anandabazar.com##.right-add
anandabazar.com##.hsadboxright
anandabazar.com##.todayprice-adbox
anandabazar.com#$#.dheaderbox { height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/85530
odishatv.in##div[class^="otv-"][class$="-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/85030
andhrajyothy.com#@##adDiv
andhrajyothy.com##.grey.pb4 > span
! https://github.com/AdguardTeam/AdguardFilters/issues/83901
hindikhabarwaala.com##.logo-banner div.pull-right
! https://github.com/AdguardTeam/AdguardFilters/issues/80244
kutchuday.in##.td-banner-wrap-full
kutchuday.in##.td-post-content > p > img
kutchuday.in##.td-post-content > * > strong > img
kutchuday.in##a[href="http://adityahealth.com"] > img
||kutchuday.in/wp-content/uploads/2021/04/11.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/79265
amarujala.com###auplusflash
amarujala.com##.jyotis-ban
! https://github.com/AdguardTeam/AdguardFilters/issues/79011
manoramaonline.com###mybot-adcover
manoramaonline.com##.ele-spnr-logo-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/77313
bhaskar.com,divyabhaskar.co.in#?#div[id^="Ad--"]
bhaskar.com,divyabhaskar.co.in##div[style*="overflow:hidden;min-height:"][style*="max-height:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/117750
livehindustan.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=livehindustan.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=livehindustan.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/61920
newstm.in##div[class^="colombia"]
! https://github.com/AdguardTeam/AdguardFilters/issues/63139
gujaratexclusive.in##div[class^="td-paragraph-"] > div.code-block
gujaratexclusive.in##a[href="https://sheetalinfra.estateexclusive.in"]
! https://github.com/AdguardTeam/AdguardFilters/issues/40119
/prixa.*\.net\/media\/(Parvo|Ratop|Riddh)\/[A-Za-z0-9-_]+.(gif|jpg)/$domain=ratopati.com
/prixa.*\.net\/media\/[0-9A-Za-z-_]*.(gif|jpg)/$domain=ratopati.com
ratopati.com##div[style*="max-height:150px;overflow:hidden;"]
! 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/46116
nakkheeran.in###block-video-ads
nakkheeran.in###spb-block-articlepageoverlayad
! 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/91849
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/16790
||videoplaza.tv/proxy/distributor/$domain=hotstar.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/11612
||videoplaza.tv/proxy/distributor/*.weburl=https://www.voot.com/$important
! https://github.com/AdguardTeam/AdguardFilters/issues/12303
! 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/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/11663
oralhoes.com###vid-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/11664
||sextubehub.com/js/htpop.js
||sextubehub.com/xx/o.php$redirect=nooptext
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##.player > .a_all
hdpornlove.net##body > #im
hdpornlove.net##.player > div.play[onclick]
! 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/10453
@@||ceesty.com^$generichide
! 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/4787#issuecomment-316871958
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-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/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/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##.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/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])
! 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/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
!
@@||indiafreestuff.in/forum/public/*/facebook_
!
!---------------------------------------------------------------------
!------------------------------ Indonesian ---------------------------
!---------------------------------------------------------------------
!
! NOTE: Indonesian
!
duniaku.idntimes.com##amp-script[script="parallax-script"]
! https://github.com/AdguardTeam/AdguardFilters/issues/173572
||amp.lk21official.mom/xjs.js
playeriframe.shop###admad
playeriframe.shop###donate
! https://github.com/AdguardTeam/AdguardFilters/issues/172466
rumahperjaka.live##div[id^="floatbanner"]
||rumahperjaka.live/wp-content/uploads/*/*.gif
rumahperjaka.live###elementor-popup-modal-873
rumahperjaka.live###floating_banner_top
rumahperjaka.live##.elementor-widget-wrap > section[data-id][data-element_type].elementor-inner-section
! https://github.com/AdguardTeam/AdguardFilters/issues/172122
lk21official.life,sekedarinfo.*,jujijaji.*###donate
lk21official.life,playeriframe.shop###admad
! https://github.com/AdguardTeam/AdguardFilters/issues/172422
nontonhentai.top##.kln
nontonhentai.top##div[id^="teaser"]
nontonhentai.top###floatcenter
nontonhentai.top##.extend
! https://github.com/AdguardTeam/AdguardFilters/issues/172423
doujindesu.tv#?#center:has(> a[target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/172425
minioppai.org###btm_banner
minioppai.org##.kln
! https://github.com/AdguardTeam/AdguardFilters/issues/172298
ggwp.id##.sticky-footer
ggwp.id##a[href^="https://www.threads.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/172297
nontonanimeid.org##div[class^="adspost"]
nontonanimeid.org##.banner_player
nontonanimeid.org##.floating_footer
! https://github.com/AdguardTeam/AdguardFilters/issues/171872
lahelu.com##div[class*="Chunk_ad_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/171829
roboguru.ruangguru.com##.chakra-container  > div[class^="css-"]:has(> div[class^="css-"] > div[id^="div-gpt-ad-"])
roboguru.ruangguru.com##.chakra-stack > div[class^="css-"]:has(> div[class^="css-"] > div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/170132
kompas.com##.gate-kgplus
! https://github.com/AdguardTeam/AdguardFilters/issues/169015
||samehadaku.homes/wp-content/uploads/*-Banner-
samehadaku.guru###main > a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/165904
transtv.co.id###bannerpop
transtv.co.id##.banner__MGID
! https://github.com/AdguardTeam/AdguardFilters/issues/165591
komikindo.tv##.setdah
! https://github.com/AdguardTeam/AdguardFilters/issues/164658
komikremaja.club##.kln
komikremaja.club##.bigbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/164652
minioppai.org##.kln
minioppai.org#?##sidebar > div.widget_text:has(> div.textwidget > script[class^="__clb-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/164495
hellosehat.com###hhg-comp-popup-wrapper
hellosehat.com##.article-desktop-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/163703
185.217.95.30###ouibounce-modal
185.217.95.30##.wrapper > center
! https://github.com/AdguardTeam/AdguardFilters/issues/163604
ruangguru.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'popupPromo')
ruangguru.com##.banner-product-wrapper
ruangguru.com##.bantuan-promo
ruangguru.com##.bantuan
! https://github.com/AdguardTeam/AdguardFilters/issues/163459
mangaku.blog##.adv
mangaku.blog###sidebar-b
mangaku.blog##.nctr
! https://github.com/AdguardTeam/AdguardFilters/issues/163470
||dl.lk21static.xyz/iframe/content.php
! https://github.com/AdguardTeam/AdguardFilters/issues/161422
layarkacaxxi.icu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/163877
! https://github.com/AdguardTeam/AdguardFilters/issues/161440
hownetwork.xyz###donate
! https://github.com/AdguardTeam/AdguardFilters/issues/160399
bola005.com##div[id^="ad_middle"]
bola005.com##div[id^="AdLayer"]
bola005.com##.ad_m
! https://github.com/AdguardTeam/AdguardFilters/issues/159895
hops.id##div[class^="ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/159476
||cdn*.t21.link/ads
t21.press###donate
! https://github.com/AdguardTeam/AdguardFilters/issues/159166
timesindonesia.co.id###modal_ad
timesindonesia.co.id###modal_ad ~ div.modal-backdrop
! https://github.com/AdguardTeam/AdguardFilters/issues/159220
mirrorkomik.net##.blox  > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/159159
wibudesu.co#?#.wrapper > center:has(> a[href^="https://rebrand.ly/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/159187
tv1.nontondrama.click#%#//scriptlet('set-cookie', 'lk21-player-dona', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/159097
ytmp3.ch##.recommend-box
! https://github.com/AdguardTeam/AdguardFilters/issues/159095
kompas.com##div[style="height: 225px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/159093
animeindo.watch###overplay
! https://github.com/AdguardTeam/AdguardFilters/issues/157701
livebasah.eu.org#%#//scriptlet('remove-class', 'xepo_ads', 'body')
! https://github.com/AdguardTeam/AdguardFilters/issues/156964
pesantrenterbaik.com###myCont
pesantrenterbaik.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156545
broflix.club##.code-block
broflix.club###bannerplayer-wrap
broflix.club##aside > .widget  > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/166733
! https://github.com/AdguardTeam/AdguardFilters/issues/155363
layarkaca21.*###admad
layarkaca21.*###top-b
layarkaca21.*###player-lux
layarkaca21.*###player-below-b
layarkaca21.*###bplayer-single
||s1.lk21static.xyz/assets/*-nov.gif$domain=layarkaca21.*
layarkaca21.*##img[src^="https://placehold.co/"]
||placehold.co^$domain=layarkaca21.*
! https://github.com/AdguardTeam/AdguardFilters/issues/154921
mangatale.co##.blox > a[href*="?ref="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/155428
layardrama21.*##a[target*="blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/155018
.wasabisys.com/adsjf/
! https://github.com/AdguardTeam/AdguardFilters/issues/154363
doroni.me#%#//scriptlet('set-constant', 'showAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/172073
! https://github.com/AdguardTeam/AdguardFilters/issues/153844
@@||zxc.nyaa-tan.my.id/js/-ads-banner.js$domain=kusonime.com
kusonime.com#$#.lexot #dl { display: block !important; }
kusonime.com#%#//scriptlet('set-constant', 'showada', 'true')
kusonime.com#%#//scriptlet('abort-on-property-write', 'app_advert')
! https://github.com/AdguardTeam/AdguardFilters/issues/153395
! https://github.com/AdguardTeam/AdguardFilters/issues/153701
duduk123.com,beritanaik.com#@#.adVertical
duduk123.com,beritanaik.com##.warning_iklan
duduk123.com,beritanaik.com##div[class^="semprotnenenmontok"]
! https://github.com/AdguardTeam/AdguardFilters/issues/152290
westmanga.info##.kln
! https://github.com/AdguardTeam/AdguardFilters/issues/149836
! https://github.com/AdguardTeam/AdguardFilters/issues/38345#issuecomment-1584886448
nomat.*##.popup
nomat.*##.section > a [src*=".gif"]
! https://github.com/AdguardTeam/AdguardFilters/issues/145402
link.idblog.eu.org#%#//scriptlet('remove-attr', 'href', '.atas > a[href*="/redirect"][onclick]')
! https://github.com/AdguardTeam/AdguardFilters/issues/144790
$script,redirect-rule=noopjs,domain=173.249.8.3
173.249.8.3#%#//scriptlet('prevent-window-open')
173.249.8.3#%#//scriptlet('abort-current-inline-script', '$', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/159379
! https://github.com/AdguardTeam/AdguardFilters/issues/146829
! https://github.com/AdguardTeam/AdguardFilters/issues/143595
lk21official.*###admad
lk21official.*###player-lux
lk21official.*###player > a[id][target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/143359
91.208.197.43###overplay
! https://github.com/AdguardTeam/AdguardFilters/issues/143145
bacakomik.co##.gambar_pemanis
bacakomik.co##.form-contoler > a > img
bacakomik.co##.chapter-content > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/142383
komikindo.id##.gambar_pemanis
! https://github.com/AdguardTeam/AdguardFilters/issues/148054
! https://github.com/AdguardTeam/AdguardFilters/issues/141525
samehadaku.*###overplay
samehadaku.*###floatcenter
samehadaku.*###floatbottom
samehadaku.*#%#//scriptlet('adjust-setTimeout', 'player_embed', '*', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/138937
45.141.56.28###fixedfoot
45.141.56.28###fixedban
45.141.56.28##.idmuvi-topplayer
45.141.56.28###custom_html-30
! https://github.com/AdguardTeam/AdguardFilters/issues/138642
/\/(bantengmerahNEW|.*-Anichin)\.gif$/$domain=anichin.vip
anichin.vip##.kln
! https://github.com/AdguardTeam/AdguardFilters/issues/150548
! https://github.com/AdguardTeam/AdguardFilters/issues/144727
! https://github.com/AdguardTeam/AdguardFilters/issues/137897
oploverz.*##.widget:has(> div.textwidget > p > a[target="_blank"])
oploverz.*##.widget:has(> div.textwidget:empty)
oploverz.*###overplay
oploverz.*##div[id^="teaser"]
oploverz.*##.sgpb-popup-overlay
oploverz.*###sgpb-popup-dialog-main-div-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/135009
jnckmedia.com###iklan
! https://github.com/uBlockOrigin/uAssets/issues/14864
bianity.net##.bn-lg.bn-p-b
bianity.net##.bn-lg-sidebar
! https://github.com/AdguardTeam/AdguardFilters/issues/127727
bolasport.com##div[class^="cls"]
bolasport.com##.news-related
bolasport.com##.ads
bolasport.com###video_pilihan
bolasport.com##.ads-on
bolasport.com#?#.section__right > div.terpopuler:has(> div.terpopuler__list iframe[src^="https://embed.dugout.com/"])
bolasport.com#?#.section__right div.terpopuler__list:has(iframe[src^="https://embed.dugout.com/"])
bolasport.com#?#.section__right > h2.title__default:has(> span:contains(VIDEO TERPOPULER))
bolasport.com#?#.content_footer--list > div.content_footer--list:has(> div.content_wrapper > div.title_category > h2:contains(VIDEO TERPOPULER))
bolasport.com#?##content > div.content_wrapper:has(> div.news-list__list iframe[src^="https://embed.dugout.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/127346
komiklokal.me#%#//scriptlet("prevent-window-open")
komiklokal.me#%#//scriptlet("abort-on-property-read", "JuicyPop")
komiklokal.me#%#//scriptlet("json-prune", "*", "openTargetBlank")
komiklokal.me#%#//scriptlet("json-prune", "*", "ignoreFocus maxActive url")
komiklokal.me##body ~ a[class^="c-"][target="_blank"]
komiklokal.me##iframe[data-src^="https://anime.berangkasilmu.com/?ads="]
komiklokal.me##a[href^="https://cdsecurecloud-dt.com/smartlink/"]
komiklokal.me##iframe[src^="https://anime.berangkasilmu.com/?ads="]
||anime.berangkasilmu.com/?ads=$subdocument
||komiklokal.me/wp-content/uploads/*/banner-untuk-CPA-300x300.png
! https://github.com/AdguardTeam/AdguardFilters/issues/116353
noonaspoiler.online###side_on_post > div[id^="HTML"]
! https://github.com/AdguardTeam/AdguardFilters/issues/113344
||jeniusplay.com/cdn/video/QQnewfix.mp4
||jeniusplay.com/cdn/gif/QQBanner/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/111220
liputan6.com##div[data-info="ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/107972
laravelarticle.com##.bl_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/102875
194.163.183.129#$##player_embed { visibility: visible !important; }
194.163.183.129#$##myVideo[onclick="goVideoAds();"] { display: none !important; }
194.163.183.129#%#//scriptlet('set-constant', 'easthemeajax.playeradstime', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/99329
honestdocs.id##.top-banner
honestdocs.id##.banner-left
! https://github.com/AdguardTeam/AdguardFilters/issues/98127
talenta.co#$#html { overflow: auto !important; }
talenta.co#$#.pum-overlay { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94593
ipsaya.com##.IP-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/93791
motorplus-online.com###div-paralax-container
motorplus-online.com##.nkt__stick
motorplus-online.com##.kcm__tower
! https://github.com/AdguardTeam/AdguardFilters/issues/92524
suara.com##div[id^="div-ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/92136
bisnis.com##.flying_carpet_div
! https://github.com/AdguardTeam/AdguardFilters/issues/91159
indosport.com###billboard-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/90038
sonora.id###div-Inside-MediumRectangle
! placeholder
kusonime.com##.iklanads
! https://github.com/AdguardTeam/AdguardFilters/issues/89351
gomunime.online##div[style*="text-align: center;"] > a[href^="https://bit.ly/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/88112
pusatporn18.com###HTML7
! https://github.com/AdguardTeam/AdguardFilters/issues/87327
tempo.co##img[alt="Banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/83472
cnbcindonesia.com#?##ArtikelTerkaitContainer > .col_mob_4 > .native-ads-d:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/83783
||duit.cc/js/worker.js
duit.cc#$##ignielAdBlock { display: none !important; }
duit.cc#$#body[style*="overflow:"] { overflow: visible !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=duit.cc
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=duit.cc,important
! https://github.com/AdguardTeam/AdguardFilters/issues/82509
@@||mangalist.org/url/lib/adbanner.js
! https://github.com/AdguardTeam/AdguardFilters/issues/80388
mangaku.pro##div[class^="adv"]
! https://github.com/AdguardTeam/AdguardFilters/issues/78973
||neonime.*/wp-content/themes/grifus/images/donate/yunita/
! https://github.com/AdguardTeam/AdguardFilters/issues/77119
ad4msan.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "decodeURIComponent")
! https://github.com/AdguardTeam/AdguardFilters/issues/77092
id.ytmp3.plus###ba
! https://github.com/AdguardTeam/AdguardFilters/issues/75487
||bitball.b-cdn.net/video/*.mp4$media,redirect=noopmp4-1s,domain=185.145.131.204
! https://github.com/AdguardTeam/AdguardFilters/issues/77871
laksa19.github.io#%#//scriptlet('prevent-setInterval', '/chkAds|ads\.|!document\.querySelector/')
laksa19.github.io#%#//scriptlet('prevent-setTimeout', '/chkAds|ads\.|!document\.querySelector/')
laksa19.github.io#%#//scriptlet('prevent-xhr', 'doubleclick.net')
laksa19.github.io#%#AG_onLoad((function(){if(location.href.includes("googleads"))return;const e=document.createDocumentFragment(),t=document.createElement("iframe");t.src="googleads",e.appendChild(t);const n=document.createElement("ins");n.classList.add("adsbygoogle"),e.appendChild(n);const d=document.createElement("div");d.setAttribute("title","Advertisement"),e.appendChild(d),document.body.appendChild(e)}));
laksa19.github.io##iframe[src="googleads"]
laksa19.github.io#$#.adsbygoogle { height: 1px !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=laksa19.github.io
@@||static.doubleclick.net/instream/ad_status.js$domain=laksa19.github.io
! https://github.com/AdguardTeam/AdguardFilters/issues/74675
nawalakarsa.id#?#.jeg_header > .jeg_bottombar > .container > .jeg_nav_row > .jeg_nav_col > .item_wrap > .jeg_ad:upward(.jeg_bottombar)
! ##div[id^="st"][style^="z-index: 9999"]
komikhentaiterbaru.xtgem.com,rajahentai.com,komikhentai.online,hexat.com,yhentai.sextgem.com##div[id^="st"][style^="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/74660
||xtgem.com/images/xtvid/$domain=rajahentai.com
! https://github.com/AdguardTeam/AdguardFilters/issues/75236
download.ipeenk.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adlinkfly_url")
! https://github.com/AdguardTeam/AdguardFilters/issues/60135
komikhentaiterbaru.xtgem.com##body > center > a[href] > img
||komikhentaiterbaru.xtgem.com/iklan2.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/74322
blog.aming.info#%#//scriptlet("prevent-window-open")
blog.aming.info#$#body { visibility: visible !important; }
blog.aming.info#$##babasbmsgx { display: none !important; }
||namesilo.com/affiliate/banner_
blog.aming.info##a[href^="https://cdn.aming.info/"] > img
blog.aming.info##.post-content center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/73890
||vidio.com/embed/*&autoplay=true$domain=bola.net
bola.net##.slot-native-lg
! https://github.com/AdguardTeam/AdguardFilters/issues/73697
novelgo.id##div[class^="code-block-label"]
! https://github.com/AdguardTeam/AdguardFilters/issues/73142
petanikode.com###antiadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/73442
jejakpiknik.com###footer_sticky
! https://github.com/AdguardTeam/AdguardFilters/issues/72711
inews.id###inews_v-out_hybrid
! https://github.com/AdguardTeam/AdguardFilters/issues/70799
tribunjualbeli.com###div-Top-Leaderboard
tribunjualbeli.com##div[id^="div-Right-MediumRectangle-"]
tribunjualbeli.com##div[class="fl mt20"] > #iklan > div[style="width:160px; height:600px;text-align: center;margin:20px auto;background-color:#ebebeb!important"]
! https://github.com/AdguardTeam/AdguardFilters/issues/69436
grid.id##amp-embed[type="outbrain"]
! https://github.com/AdguardTeam/AdguardFilters/issues/68676
dumetschool.com##.modal-promo-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/72183
jagongoding.com##.iklan-container
! https://github.com/AdguardTeam/AdguardFilters/issues/68343
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=taufiqhdyt.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=taufiqhdyt.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66163
@@||ad4msan.com/wp-content/plugins/dh-anti-adblocker/assets/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/64851
206.189.151.55##.tvtubeads
206.189.151.55###ffbp-bg
! https://github.com/AdguardTeam/AdguardFilters/issues/70384
am.lk##.bannergroup
! https://github.com/AdguardTeam/AdguardFilters/issues/71638
bitcatcha.co.id##.stickypl
! https://github.com/AdguardTeam/AdguardFilters/issues/64623
149.56.24.226###overlay
149.56.24.226###player-lux
! https://github.com/AdguardTeam/AdguardFilters/issues/62278
ayobandung.com##.banner-top
ayobandung.com##.sticky-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/60769
goodnewsfromindonesia.id###mybot-adcover
! https://github.com/AdguardTeam/AdguardFilters/issues/61759
dafideff.com#?#.inline_wrapper > div.middle_post:has(> ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/66478
! https://github.com/AdguardTeam/AdguardFilters/issues/60909
bioskopkeren.*#$##film { display: block !important; }
bioskopkeren.*#$##filmoncereklam { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60907
185.63.253.247##.wpb-outer-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/60612
iklandb.com##.black-overlay
iklandb.com##.whitecontent
iklandb.com##.banner125
iklandb.com#?#.sidebar > .widget:has(> .banner125)
! https://github.com/AdguardTeam/AdguardFilters/issues/59740
pengusahamuslim.com###text-27
pengusahamuslim.com###text-28
! https://github.com/AdguardTeam/AdguardFilters/issues/59189
@@||ads.a-static.com/ads.js$domain=ad4msan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/57565
labelotaku.com#%#//scriptlet("abort-current-inline-script", "eval", "ignielAdBlock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=labelotaku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/57217
neonime.*##.box_item_berlangganan_popup
! https://github.com/AdguardTeam/AdguardFilters/issues/56515
anoboy.stream##a[href][rel="sponsored"]
anoboy.stream##.sidebar > .center > a[href][target="_blank"] > amp-img
! https://github.com/AdguardTeam/AdguardFilters/issues/52687
xnxx54.info##.entry-content > div.ktz_content-more > p[style] + div[class][id]:not([style])
! https://github.com/AdguardTeam/AdguardFilters/issues/52595
||kxcdn.com/wp-content/uploads/*/*-336x280.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/52502
sederet.com###main_container > table.bg_search_container + div[style]
! https://github.com/AdguardTeam/AdguardFilters/issues/52241
bagas31.info##.frame-banner-places-popup
bagas31.info##.socialproff-bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/51656
||firebasestorage.googleapis.com/*/ABP.$stylesheet,script,domain=pekalongan-cits.blogspot.com
! tokopedia.com
tokopedia.com##div[data-testid^="divFindProduct"]:has(div[data-testid="master-product-card"] [data-testid="lblTopads"])
tokopedia.com##div[data-testid="divSRPContentProducts"] > div[class^="css"] > div[class^="css"]:has( div[data-testid^="master-product-card"] div.prd_container-card [data-testid="divSRPTopadsIcon"])
tokopedia.com##div[data-testid="divSRPContentProducts"] div[data-testid^="master-product-card"]:has(div.prd_container-card [data-testid="divSRPTopadsIcon"])
tokopedia.com##.success .ta-inventory[id^="promo"][ad_url]
tokopedia.com##div[data-testid="topadsCPMWrapper"]
tokopedia.com#?#div[data-testid="divSRPContentProducts"] > div[class^="css-"]:has(> a[data-testid="lnkProductContainer"] > div[data-testid="divProductWrapper"] > div[class^="css-"] > div[class^="css-"] > div[class^="css-"] > img[alt="topads icon"])
! https://github.com/AdguardTeam/AdguardFilters/issues/51488
seputarforex.com##.text-right[style*="font-size: 10px;"]
seputarforex.com##.need-share-button
! https://github.com/AdguardTeam/AdguardFilters/issues/50809
beritasatu.com###primary-content-wrap > .sticky.fixed-sosmed-article
! https://github.com/AdguardTeam/AdguardFilters/issues/50807
inews.id##.ads_sticky_footer
! https://github.com/AdguardTeam/AdguardFilters/issues/50159
katadata.co.id##.center-belt
katadata.co.id##.footer_sticky
! https://github.com/AdguardTeam/AdguardFilters/issues/48923
157.245.202.123#%#//scriptlet("abort-current-inline-script", "decodeURI", "4zz.")
! https://github.com/AdguardTeam/AdguardFilters/issues/48267
||bp.blogspot.com^$domain=khalidcompany.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48650
pradjadj.com##.widget_abd_shortcode_widget
pradjadj.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/48266
redtube53.info##img[width="300"][height="600"]
redtube53.info##.entry-content.clearfix
! https://github.com/AdguardTeam/AdguardFilters/issues/47204
sextgem.com##div[id][style*="z-index: 999999999;"]
||xtgem.com/images/influenza/$domain=sextgem.com
||xtgem.com/images/xtvid/$domain=sextgem.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47199
komikhentaiterbaru.xtgem.com##.footer2 > center > a[href*=".php"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/47205
rajahentai.com##._xt_ad_close_internal
||rajahentai.com/img/foto-bugil.gif
rajahentai.com#?##navigation-menu > ul > li:has(> center > b:contains(Wap Partner))
! https://github.com/realodix/AdBlockID/issues/248
mangaku.in#%#//scriptlet("abort-on-property-read", "popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/46349
!+ NOT_OPTIMIZED
||img.kota*.casa/images/idxbet/
! https://github.com/AdguardTeam/AdguardFilters/issues/47201
minioppai.org#?#.rapi > .leftarea:has(> script:first-child:contains(ad_idzone))
! https://github.com/realodix/AdBlockID/issues/182
kshowsubindo.org#%#//scriptlet("abort-on-property-read", "Object.prototype.popunder")
kshowsubindo.org##.jquery-modal
kshowsubindo.org###popup
! https://github.com/AdguardTeam/AdguardFilters/issues/46816
nekopoi.web.id##.sidebar > #HTML6
nekopoi.web.id###header-wrapper > .batasan > #header2
||blogspot.com/-*/ads-poi*.jpg$domain=nekopoi.web.id
||rawcdn.githack.com/nkpoi/ads/master/adsblock2.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=nekopoi.web.id
! https://github.com/realodix/AdBlockID/issues/173
wizardsubs.com#?#div[class^="sidebar"] > div.widget:has(> h3.widget-title > span:contains(Ads))
! https://github.com/AdguardTeam/AdguardFilters/issues/46604
semprot.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "ahli")
! https://github.com/AdguardTeam/AdguardFilters/issues/46399
sosok.grid.id#?#.container > h2.title__default > span:contains(/^PROMOTED CONTENT$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/45885
lewat.club#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/46101
viva.co.id##.skyscraper160
! https://github.com/AdguardTeam/AdguardFilters/issues/46066
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=shrink.world
! https://github.com/AdguardTeam/AdguardFilters/issues/38345
kotakhitam.casa###vid > .jwseed
dutafilm.*##.imgbanner
dutafilm.*##a[href="/loker/"] > img
dutafilm.*##.right-content a[href^="https://bit.ly/"] > img
dutafilm.*##.right-content > #orbit
dutafilm.*##iframe[data-glx][style*="z-index"]
dutafilm.*##.swal-overlay
dutafilm.*##body > a[href] > div[style^="position:absolute;"][style*="z-index:"]
dutafilm.*##.left-content a[href][target="_blank"] > img
dutafilm.*#%#//scriptlet("prevent-window-open", "bit.ly")
dutafilm.*#%#//scriptlet("prevent-addEventListener", "load", "banner_id")
dutafilm.*#%#//scriptlet("abort-on-property-read", "Object.prototype.Focm")
! https://github.com/AdguardTeam/AdguardFilters/issues/45312
grid.id#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'iframe-network')
grid.id###outbrain-container
grid.id#?#.read__article > h2.title__default > span:contains(/^PROMOTED CONTENT$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/45313
kompas.tv##.ads-foot
! https://github.com/AdguardTeam/AdguardFilters/issues/45088
dosenbiologi.com##.stickyunit
dosenbiologi.com#$#.divright { float: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/45086
hellosehat.com##body .ads-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/44103
semawur.com##div[style="text-align:center"] > span[style*="font-size: 10px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/44187
kompasiana.com#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', 'iframe-network')
! https://github.com/AdguardTeam/AdguardFilters/issues/44254
solopos.com##.ad--widget
solopos.com#$#.sticky-wrapper { height: calc(100%)!important; }
solopos.com#?#.container > .row > div > .page--title:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/43917
public.upera.co##center > a[href^="http://upera.shop/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/43909
gigapurbalingga.net##.entry-content center > button
! https://github.com/AdguardTeam/AdguardFilters/issues/43683
tempo.co##.top-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/43035
detik.com#$#.containerBB { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/42766
batch.id##.sidebar > .klan300
@@||batch.id/wp-content/plugins/lw-adblocker/assets/js/fuckadblock.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/42776
anoboy.video##a[href^="https://bit.ly/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/42772
shinobijawi.id#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "/abisuq/")
! https://github.com/AdguardTeam/AdguardFilters/issues/42555
! https://github.com/AdguardTeam/AdguardFilters/issues/157444
layarkaca21indo.xyz##.theiaStickySidebar > #custom_html-8
layarkaca21indo.xyz#%#//scriptlet("abort-current-inline-script", "$", "#idmuvi-popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/42700
lnindo.org#?#[class]:has(> center > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/42513
tribunnews.com##.ads__horizontal
tribunnews.com###adspop
!
semprotyuk.com,semprot.com##.semprotnenenmontok_adalah_pujaan_hatiku > div[style]:not([id]):not([class])
telset.id##.footer_sticky
! https://github.com/AdguardTeam/AdguardFilters/issues/41992
kuyhaa-me.com##.entry-content > center > input[src]
! https://github.com/AdguardTeam/AdguardFilters/issues/40401#issuecomment-536183740
mangacanblog.com###topbar
mangacanblog.com#%#window.open = function() {};
mangacanblog.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/40633
depokpos.com##.newkarma-core-topbanner
depokpos.com##.newkarma-core-floatbanner
depokpos.com###secondary div[id^="text-"] a[href][rel="noopener noreferrer"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/40394
animenonton.tv##.videoad
animenonton.tv###pc-player-bar-close
! https://github.com/AdguardTeam/AdguardFilters/issues/40323
lk21tv.com##.close-banner
lk21tv.com#$#a[href][rel="nofollow"] > img[src*="/ezgif-"] { position: absolute!important; left: -3000px!important; }
! 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/37211
91.230.121.24#$#.mfp-bg { display: none!important; }
91.230.121.24#$#.mfp-wrap { display: none!important; }
91.230.121.24#$#html { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36322
||player.serverbk.com/bkcdn*.xml
tuyensinh247.com##.banner_fooder
! https://github.com/AdguardTeam/AdguardFilters/issues/35789
! filmbioskop21
158.69.120.31##.inner-wrap > .ban_empat ~ hr + .table-hover
158.69.120.31###fats
158.69.120.31###floating_banner_top
158.69.120.31##a[target="_blank"] > img
158.69.120.31##a[href^="https://bit.ly/"] > img
158.69.120.31##img[width="250"][height="250"]
158.69.120.31##img[style="width:100%;height:80px"]
158.69.120.31##a[rel="nofollow"] > img[height="80"]
158.69.120.31##.ban_empat
158.69.120.31##.inner-wrap > div[id^="previewBox"]
158.69.120.31##.navbar-brand
158.69.120.31##div[id^="previewBox"][style^="position: fixed;"]
158.69.120.31#$#.inner-wrap { margin-top: 0 !important; }
158.69.120.31#$##myModalSingle { display: none!important; }
158.69.120.31#$#body { overflow: visible!important; }
158.69.120.31#%#//scriptlet("set-constant", "Light.Popup.create", "noopFunc")
158.69.120.31#%#//scriptlet("adjust-setInterval", "timeLeft", "", "0.02")
||158.69.120.31/assets/planet88_nov21.mp4
||158.69.120.31/js/popup.js
||158.69.120.31/assets/STARS77-*.gif
||158.69.120.31/assets/77-LUCKS.gif
||158.69.120.31/assets/qq-sidebar.gif
||158.69.120.31/wp-content/uploads/*/luxury.gif
||158.69.120.31/img/closeX.png
! https://github.com/AdguardTeam/AdguardFilters/issues/35087
||kotanopan.com/wp-content/uploads/*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25573
kurazone.net##.anuads
||cdn.staticaly.com/gh/sotazer/sotazone/*/kurazoneAdblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24805
! https://github.com/AdguardTeam/AdguardFilters/issues/18637
nekopoi.care##.ero > div.leftarea
linkpoi.in##center > a[href][target="_blank"] > img
nekopoi.care###sidebar_right > .widget_text > .custom-html-widget > a[href^="http://bit.ly/"] > img
nekopoi.care##div[class^="adsgen"]
@@||nekopoi.*/wp-content/themes/ThemeNekopoi/js/adsbygoogle.js$~third-party
! 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/11583
! https://github.com/AdguardTeam/AdguardFilters/issues/11492
majalahikan.com##.adsbygoogle
@@||majalahikan.com^$generichide
! 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/10098
eramuslim.com#@##topAd
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/7277
inwepo.co##.adsbygoogle
@@||inwepo.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6872
!+ NOT_PLATFORM(windows, mac, android)
mivo.com##.top-ads
!+ NOT_PLATFORM(windows, mac, android)
@@||mivo.com^$generichide
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
!
||animeku.tv/wp-content/themes/animeku/iklan/*.php
bioskopstar88.com###floating_banner_top
lk21.me##.container > div[id$="banner"]
||gambar123.com^$image,domain=semprot.com|semprotyuk.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
gigapurbalingga.com##a[href^="http://downloadab.com/"]
movie76.com,wardhanime.net##div[id^="teaser"]
movie76.com##img[alt="ads"]
!---------------------------------------------------------------------
!---------------------------------------------------------------------
!------------------------------ Hebrew -------------------------------
!---------------------------------------------------------------------
! NOTE: Hebrew
!
! https://github.com/AdguardTeam/AdguardFilters/issues/172759
! https://github.com/AdguardTeam/AdguardFilters/issues/172050
ynet.co.il##div[id^="taboola"]
! https://github.com/AdguardTeam/AdguardFilters/issues/151660
jdn.co.il##iframe[src^="https://advertising.jdn.co.il/"]
jdn.co.il#$?#.fp-playlist-external a[data-item*="Video Ad"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148948
detaly.co.il##.content_dtly_ads
nep.detaly.co.il##.nep_reck
! https://github.com/AdguardTeam/AdguardFilters/issues/120867
13tv.co.il#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/116912
||ban.bhol.co.il^
||ext.bhol.co.il^
||st1.bhol.co.il^
bhol.co.il##div[id^="interstitial-caption-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/116760
prog.co.il#%#//scriptlet("prevent-setTimeout", "adView")
prog.co.il#%#//scriptlet("abort-current-inline-script", "$", "adsBlocked")
! https://github.com/AdguardTeam/AdguardFilters/issues/115272
b7net.co.il##.MainBorders div.Banner
! https://github.com/AdguardTeam/AdguardFilters/issues/102435
ynet.co.il###blanket:empty
! https://github.com/AdguardTeam/AdguardFilters/issues/95095
hwzone.co.il#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
hwzone.co.il#$#.publicite.text-ad.adsbox { display: block !important; }
! ashkelonim.co.il - ads
ashkelonim.co.il##.FloatingAd
ashkelonim.co.il##.Banner
ashkelonim.co.il#$#.Banner { position: absolute !important; left: -3000px !important; }
ashkelonim.co.il#%#//scriptlet("abort-current-inline-script", "$", "setImageBanner")
! https://github.com/AdguardTeam/AdguardFilters/issues/66838
||newshaifakrayot.net/bannershtml/
newshaifakrayot.net##.banner_con
! https://github.com/AdguardTeam/AdguardFilters/issues/64196
sdarot.tv##div[class="row nomar"] > div.col-md-12 > a[target="_blank"] > img
!
! https://github.com/AdguardTeam/AdguardFilters/issues/62416
!Start: walla.co.il
walla.co.il#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("sdfgh45678", "") } } catch (ex) {} })();
walla.co.il#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("__leslieData", "") } } catch (ex) {} })();
walla.co.il#%#(function() { try { if ("undefined" != typeof localStorage) { localStorage.setItem("__leslie_dynamic", "") } } catch (ex) {} })();
!
walla.co.il##iframe[src^="https://campaigns.yad2.co.il/"]
||campaigns.yad2.co.il^$domain=walla.co.il
||walla.co.il/p.php
||walla.co.il/cdn/swordfish.js
||walla.co.il/js/walla.js
||sheee.co.il/js/walla.js
/walla.js$third-party,domain=walla.co.il
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
sheee.co.il,walla.co.il#$?#head  iframe { remove: true; }
! walla.co.il#%#//scriptlet('remove-cookie', '/^([a-zA-Z0-9]{40,70}|[a-zA-Z0-9]{8,11})$/')
sheee.co.il,walla.co.il#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
||cm.g.doubleclick.net/pixel?$image,redirect=1x1-transparent.gif,domain=sheee.co.il|walla.co.il
||stats.g.doubleclick.net/r/collect?$image,redirect=1x1-transparent.gif,domain=sheee.co.il
||stats.g.doubleclick.net/*/collect?$xmlhttprequest,redirect=nooptext,domain=sheee.co.il
!+ NOT_PLATFORM(ext_ublock)
walla.co.il#@%#//scriptlet('ubo-aopw.js', 'upManager')
!+ NOT_PLATFORM(ext_ublock)
walla.co.il#@%#//scriptlet('ubo-acis.js', 'btoa', 'upManager')
!End: walla.co.il
!
! https://github.com/AdguardTeam/AdguardFilters/issues/60889
ynet.co.il##.marketingRecommended
!+ NOT_PLATFORM(ext_ublock)
ynet.co.il#@%#//scriptlet('ubo-aopw.js', 'upManager')
! https://github.com/AdguardTeam/AdguardFilters/issues/59815
hm-news.co.il#$?#a[href][data-item^='{"sources":['][data-item*='Video Ad'] { remove: true; }
hm-news.co.il#%#//scriptlet("set-constant", "fv_player_pro.video_ads", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/58620
pricez.co.il##.ProductInCatLIB
pricez.co.il#%#//scriptlet("abort-on-property-read", "adsBlocked")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=pricez.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/56716
krayot.com##.krayo-slider
! https://github.com/AdguardTeam/AdguardFilters/issues/55038
@@||globes.co.il/news/inc/banners/ad_banner.js
globes.co.il#%#//scriptlet("set-constant", "document.blocked_var", "1")
globes.co.il#%#//scriptlet("set-constant", "____ads_js_blocked", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/48600
@@||player.ynet.co.il/*/flowplayer.ads.*.ynet.js$domain=ynet.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/45799
!+ NOT_PLATFORM(windows, mac, android)
themarker.com#%#//scriptlet("prevent-addEventListener", "load", "hblocked?returnTo")
! https://github.com/AdguardTeam/AdguardFilters/issues/45669
@@||admedia.com/images/cross_channel_arrows.png$domain=weather2day.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/42344
shvoong.co.il#$#.ppsPopupShell { display: none!important; }
shvoong.co.il#$##ppsPopupBgOverlay  { display: none!important; }
shvoong.co.il#$#html[style="overflow: hidden;"] { overflow: visible!important; }
shvoong.co.il#$#body[style="overflow: hidden;"] { overflow: visible!important; }
shvoong.co.il#$#html > body { background-image: none!important; cursor: default!important; }
shvoong.co.il#%#//scriptlet("abort-on-property-read", "bg_backgrounds")
! 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/42094
rotter.net###taboola-forum_atf
rotter.net#$?#.adsbygoogle { remove: true; }
! 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/27607
walla.co.il##iframe[src^="//walla.yad2.co.il/xml_yad2/dinamic_banner_"]
walla.co.il###root > div > div[class][style^="--vertical"] > div[class] > section.no-mobile[style^="opacity:"] > ul > li > a[href][target="_blank"] img
fun.walla.co.il##.game-item > .pre-game
walla.co.il##div[class^="ads-image-link"]
! Fixing video player with EasyList Hebrew enabled
@@||walla.co.il^$csp
! https://github.com/AdguardTeam/AdguardFilters/issues/27608
||taboola.com^$domain=sport5.co.il
! https://github.com/AdguardTeam/AdguardFilters/issues/26111
walla.co.il#%#window.atob = function() { };
walla.co.il#%#//scriptlet("abort-current-inline-script", "atob", "TextDecoder")
! 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/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#%#//scriptlet('set-constant', 'showAds', 'true')
themarker.com##.outbrain-wrapper
! 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"]
!+ NOT_PLATFORM(windows, mac, android)
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
! 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
! 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#%#//scriptlet('set-constant', 'isBs', 'false')
! https://forum.adguard.com/index.php?threads/14514/
@@/walla_vod/*$domain=walla.co.il
!---------------------------------------------------------------------
!---------------------------------------------------------------------
!------------------------------ Italian ------------------------------
!---------------------------------------------------------------------
! NOTE: Italian
!
forum.fibra.click##.FibraClickAds-fake-poststream-item
open.online##a[rel="sponsored"]
! https://github.com/AdguardTeam/AdguardFilters/issues/175655
morethantech.it##.placeholder-bg
! https://github.com/AdguardTeam/AdguardFilters/issues/175583
howtechismade.com#%#//scriptlet('prevent-setTimeout', 'siteAccessPopup()')
! https://github.com/AdguardTeam/AdguardFilters/issues/175282
hwupgrade.it##.page div.vbmenu_popup ~ table td[style]:has(> div.banner-content)
! https://github.com/AdguardTeam/AdguardFilters/issues/175274
rendimentibtp.it#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/175139
adnkronos.com#@#.avp-p-wrapper
@@||player.aniview.com/script/*/AVmanager.js$domain=adnkronos.com
@@||player.avplayer.com/script/2/v/avcplayer.js$domain=adnkronos.com
@@||assets.evolutionadv.it/prebid/*/prebid.min.js$domain=adnkronos.com
@@||cdn.confiant-integrations.net/*/gpt_and_prebid/config.js$domain=adnkronos.com
@@||assets.evolutionadv.it/optiload/*/optiload_video.min.js$domain=adnkronos.com
! https://github.com/AdguardTeam/AdguardFilters/issues/174483
pianetabambini.it##div[class*="clsads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/174748
tomshw.it##.customads
! https://github.com/AdguardTeam/AdguardFilters/issues/174347
spaziogames.it##.customads
spaziogames.it#$#body > div[class="lg\:h-\[140px\]"]:empty { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/173490
news.fidelityhouse.eu##.hb_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/174016
ilmessaggero.it###outbrainWait
! https://github.com/AdguardTeam/AdguardFilters/issues/173546
fumettologica.it###yb-hidemefloorad
! https://github.com/AdguardTeam/AdguardFilters/issues/173302
fanpage.it##.box-news-banner
fanpage.it##div[class^="taboola-widget-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/173332
money.it###gmp-insideposttop
! https://github.com/AdguardTeam/AdguardFilters/issues/173211
androidiani.com###text-5
androidiani.com##div[class^="juice_"]
androidiani.com###post_
! https://github.com/AdguardTeam/AdguardFilters/issues/172854
forum.tomshw.it#$##top { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/172807
player.it##.code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/172806
bbva.it#$#html > body { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/172749
ilgiorno.it##div[style="min-height:250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/172406
tuttoandroid.net##.skin-img
tuttoandroid.net,tuttotech.net##body .banner:not(#style_important)
! https://github.com/AdguardTeam/AdguardFilters/issues/172395
sorrisi.com##.tvsc-adv-slot
! movieplayer.it - left-overs
movieplayer.it##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/172000
finanzaonline.com#$#body { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171244
studenti.it#%#//scriptlet('set-constant', 'Object.prototype.prerollLaunched', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/170862
liberoquotidiano.it##div[class$="-only"]
liberoquotidiano.it##div[style^="margin:6px auto 12px;position:relative;"]
liberoquotidiano.it##div[style="min-height: 885px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/170817
iodonna.it##body div[id^="rcsad_"]:not(#style_important)
iodonna.it#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com/js/sdkloader/ima3.js')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,domain=iodonna.it
! https://github.com/AdguardTeam/AdguardFilters/issues/170342
dissapore.com##.article__adv--outbrain
! https://github.com/AdguardTeam/AdguardFilters/issues/169541
||libero.it/public/*/js/adv.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/169452
alvolante.it##div[id^="dfp-alv-slot-"]
alvolante.it##div[id^="adv-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169018
greenme.it##aside[style^="margin: 8px auto;"]
! https://github.com/uBlockOrigin/uAssets/issues/21532
serially.it#%#//scriptlet('json-prune', 'ads')
serially.it#%#//scriptlet('xml-prune', 'xpath(//*[name()="Period"][.//*[name()="BaseURL" and contains(text(),"/ad/")]])', '', '.mpd')
! https://github.com/AdguardTeam/AdguardFilters/issues/168078
juzaphoto.com#?#body > div[style^="margin-left: auto;"]:has(> a[onclick^="ajax_bannerclicks"])
! https://github.com/AdguardTeam/AdguardFilters/issues/167419
tuttogreen.it##.advplace
tuttogreen.it##.block-custom-content-50
tuttogreen.it##.easyazon-block
! https://github.com/AdguardTeam/AdguardFilters/issues/167395
@@||ads.viralize.tv/player/$domain=automoto.it|moto.it
@@||ads.viralize.tv/display/$domain=automoto.it|moto.it
@@||ads.viralize.tv/t-bid-opportunity/$domain=automoto.it|moto.it
@@||ads.viralize.tv/d-vast/$domain=automoto.it|moto.it
@@||ads.viralize.tv^|$domain=automoto.it|moto.it
@@||monetize-static.viralize.tv/prebid.min.$domain=automoto.it|moto.it
! https://github.com/AdguardTeam/AdguardFilters/issues/167175
tvblog.it###leoskin-content
! https://github.com/AdguardTeam/AdguardFilters/issues/167176
tv8.it##div[class^="AdvBanner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/166562
youmath.it#%#//scriptlet('prevent-xhr', 'google-analytics.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/166719
ilmeteo.it###banner-320-50
ilmeteo.it##[id^="banner-mnz-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/166604
offertevolantini.it##.anchor-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/166542
oggi.it##.adv-square
oggi.it##.wrapper-bottom1
oggi.it##.wrapper-bottom2
oggi.it#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com/js/sdkloader/ima3.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/166296
trovit.it##.adsense-container-skeleton
! https://github.com/AdguardTeam/AdguardFilters/issues/166282
||components2.*.it/rcs_tealium/
! https://github.com/AdguardTeam/AdguardFilters/issues/166077
automoto.it,moto.it##.app-masthead
automoto.it,moto.it##.crm-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/166126
! Rule $referrerpolicy is required for apps, becasue source of ima3.js is not detected and due to this it's not redirected
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=highlights.legaseriea.it
! https://github.com/AdguardTeam/AdguardFilters/issues/165897
fritzbox-forum.com##div[style*="max-height: 90px; min-width: 728px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/165835
ilfattoquotidiano.it#?#.fq-extra-pushbar__content:has(> div.ifq-dfp > div.ifq-adv)
! https://github.com/AdguardTeam/AdguardFilters/issues/164802#issuecomment-1793373741
! https://github.com/AdguardTeam/AdguardFilters/issues/164576
jobrapido.com##.leaderboard-header-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/164710
toro.it##div[id^="ad_dyn"]
toro.it###sidebar > .ai_widget a[target="_blank"]
toro.it#?#.col-lg-4 > .code-block
toro.it#?#.single-blog-wrapper .code-block:not(:has([id^="iol-player-"]))
toro.it#?#.code-block:has(> div:is([id^="admpu"],[id^="ad_dyn"],[id^="adnative"]))
toro.it#$##focus-header { top: 0 !important; }
toro.it#$#body div[id^="adwallpaper"]:not(#style_important) { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/164118
corriere.it#$#body.type-article > main#l-main { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/164007
automoto.it,moto.it##body .mawrap
automoto.it,moto.it##body .mhwrap
! https://github.com/AdguardTeam/AdguardFilters/issues/163962
smartworld.it#$##main { margin-top: unset !important; }
smartworld.it##.tw-fragment-affiliation
! https://github.com/AdguardTeam/AdguardFilters/issues/163379
||domhouse.it/wp-content/themes/soledad/js/detector.js
domhouse.it#@#ins.adsbygoogle[data-ad-slot]
domhouse.it#@#.sidebar-ad
domhouse.it#@#.Ad-Container
! https://github.com/AdguardTeam/AdguardFilters/issues/163214
tvserial.it##.box-mtf
tvserial.it#%#//scriptlet('adjust-setInterval', '__tcfapi', '*', '0.001')
@@||hls.exmarketplace.com/*.ts$domain=tvserial.it
@@||hls.exmarketplace.com/*.m3u8$domain=tvserial.it
@@||cdn.exmarketplace.com/bidder/video_scripts/video_updated_*.js$domain=tvserial.it
! https://github.com/AdguardTeam/AdguardFilters/issues/162474
f1ingenerale.com#?#.theiaStickySidebar > div.widget:has(div[id^="rtbuzz_"])
f1ingenerale.com#?#.theiaStickySidebar ~ div.widget:has(div[id^="rtbuzz_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/162151
tuttoandroid.net##.card-grid div.row > div.col-18.align-self-center
! https://github.com/AdguardTeam/AdguardFilters/issues/162074
aranzulla.it###ad97090
! https://github.com/AdguardTeam/AdguardFilters/issues/161801
||googletagmanager.com/gtm.js$script,redirect=googletagmanager-gtm,domain=lastampa.it
! https://github.com/AdguardTeam/AdguardFilters/issues/161841
geopop.it##.cp_banner-native
! Rule below fixes embedded Tweets, for example - https://www.geopop.it/schianto-frecce-tricolori-a-torino-le-possibili-cause-e-il-bird-strike/
! TODO: use redirect resource when it will be added - https://github.com/AdguardTeam/Scriptlets/issues/328
geopop.it#%#(()=>{let t=window?.__iasPET?.queue;Array.isArray(t)||(t=[]);const s=JSON.stringify({brandSafety:{},slots:{}});function e(t){try{t?.dataHandler?.(s)}catch(t){}}for(t.push=e,window.__iasPET={VERSION:"1.16.18",queue:t,sessionId:"",setTargetingForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();
! https://github.com/AdguardTeam/AdguardFilters/issues/161755
[$path=/forum/]hwupgrade.it##.page-content td[style="padding-left:10px; width:300px;"]:not([class],[id])
! https://github.com/AdguardTeam/AdguardFilters/issues/161706
||tiscali.it/export/system/modules/*/resources/script/planner.js
||planner.tiscali.it^
tiscali.it##.ofrtsrc
! https://github.com/AdguardTeam/AdguardFilters/issues/161699
arte.sky.it##.adv-section-side
! https://github.com/AdguardTeam/AdguardFilters/issues/163210
tomshw.it##.adv
tomshw.it#$#@media (min-width: 1024px) { div.min-h-screen[class*="lg:mt-24"] { margin-top: 0 !important; } }
forum.tomshw.it###leaderboard1
forum.tomshw.it#$#.uix_pageWrapper--fixed > .p-pageWrapper#top { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/160768
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=3bmeteo.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/160973
lalaziosiamonoi.it##div[style*="min-width:300px;"][style*="min-height: 250px;"]
lalaziosiamonoi.it##a[href^="https://www.imiglioricasinoonline.net/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/160809
facciabuco.com##.bannerpost
facciabuco.com#%#//scriptlet('prevent-fetch', '/pagead2\.googlesyndication\.com|secure\.quantserve\.com/')
! iodonna.it - adblock and ads
iodonna.it##.adv-wrapper
iodonna.it##div[class^="runa-integration-newsletter-box"]
!+ NOT_OPTIMIZED
||components2.rcsobjects.it/rcs_anti-adblocker-verticali/
! https://github.com/AdguardTeam/AdguardFilters/issues/159557
tuttoandroid.net###ta-adblock-modal
tuttoandroid.net##.ta-adblock-modal-open::before
tuttoandroid.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/159378
webassistanceita.com#$#body { overflow: auto !important; }
webassistanceita.com#$##detect-modal { display: none !important; }
webassistanceita.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/155091
moto.it#?#.d-none:has(> div.adv)
moto.it##.aside-spacer:empty
! https://github.com/AdguardTeam/AdguardFilters/issues/154833
lascimmiapensa.com#?#.code-block:not(:has(div:is(.brid,[class^="epx"])))
lascimmiapensa.com#%#//scriptlet('set-constant', 'Brid.A9.prototype.runCMSBidding', 'noopPromiseResolve')
lascimmiapensa.com#%#//scriptlet('set-constant', 'Brid.A9.prototype.runBackfillBidding', 'noopPromiseResolve')
lascimmiapensa.com#%#//scriptlet('prevent-element-src-loading', 'script', 'imasdk.googleapis.com/js/sdkloader/ima3.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/154238
youmath.it###CONT_T
! https://github.com/AdguardTeam/AdguardFilters/issues/153196
tuttosporttaranto.com##aside > .slywdg-box:not(.side_video)
tuttosporttaranto.com##article > div:not([class]):not([id]) img[style*="width: 400px; height: "][style*="float: left"]
! https://github.com/AdguardTeam/AdguardFilters/issues/152986
3go.it###text-3
3go.it###text-4
3go.it##div[id^="advads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/152753
ilbianconero.com##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/152340
outofbit.it##.ct-code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/161242
! https://github.com/AdguardTeam/AdguardFilters/issues/152148
||pad.mymovies.it/*/include/adv/manzoni/*/mnz_adsetup_online.js
! https://github.com/AdguardTeam/AdguardFilters/issues/150823
fumettologica.it#$#body.td-background-link { cursor: auto !important; background-image: none !important; }
fumettologica.it#%#//scriptlet('set-constant', 'td_ad_background_click_link', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/149792
spaziogames.it##.adv
spaziogames.it#$#body > #desktop-skin { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/149083
zazoom.it###zazoom_it_970x90_desktop_leaderboard
zazoom.it##.container-banner-ads
zazoom.it###adsmgid
! https://github.com/AdguardTeam/AdguardFilters/issues/148922
ilpost.it###maxticker
! https://github.com/AdguardTeam/AdguardFilters/issues/148604
reteimprese.it#?#.content > h2:contains(Advertisements)
! https://github.com/AdguardTeam/AdguardFilters/issues/146540
cineblog.it#$#body { margin-top: 0px !important;}
cineblog.it#$#.section-sticky-rail[style*="min-height"] { min-height: auto !important; }
cineblog.it###engageya_container
cineblog.it##.mxm_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/146318
||tiscali.it/export/system/modules/it.tiscali.portal.homepage.v2/resources/js/shp-pasyc.js
! https://github.com/AdguardTeam/AdguardFilters/issues/146318
notizie.tiscali.it##div[data-old="search-form-h"]
notizie.tiscali.it##div[style="width:100%"] > div[style="margin:44px 0px"]
||tiscali.it/shared/autopromoHp/tagliacosti_canali.html
! https://github.com/AdguardTeam/AdguardFilters/issues/145522
! TODO: remove prevent-addEventListener rule when new version with fix for prevent-element-src-loading will be released
! https://github.com/AdguardTeam/Scriptlets/issues/270
neveitalia.it#%#//scriptlet('prevent-addEventListener', 'bugfix', 'fix')
neveitalia.it#%#//scriptlet('prevent-element-src-loading', 'img', '/assets/images/logo-gds-bianco.svg')
@@||neveitalia.it/assets/images/logo-gds-bianco.svg
! https://github.com/AdguardTeam/AdguardFilters/issues/145129
corrieredellosport.it##div[class^="OutbrainWidget_placeholder"]
! https://github.com/AdguardTeam/AdguardFilters/issues/143877
starwarsaddicted.it#$#.ad_unit.ad-unit.text-ad.text_ad.pub_300x250 { display: block!important; }
starwarsaddicted.it#%#//scriptlet('set-constant', 'advanced_ads_check_adblocker', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/143688
genova24.it#%#//scriptlet("set-constant", "checkForAdBlocker", "noopFunc")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=genova24.it
! https://github.com/AdguardTeam/AdguardFilters/issues/143235
earone.it##div[style^="width:968px;min-height:300px;background:url"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142441
coniugazione.it##.stickyMaster
! https://github.com/AdguardTeam/AdguardFilters/issues/142196
gustoblog.it#%#//scriptlet('set-constant', 'adBlockRunning', 'false')
gustoblog.it###detect ~ div[style^="display: flex; align-items: center; justify-content: center; position: fixed;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/141607
fattoincasadabenedetta.it##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/141493
dolciveloci.it#%#//scriptlet('set-constant', 'adBlockRunning', 'false')
dolciveloci.it###detect ~ div[style^="display: flex; align-items: center; justify-content: center; position: fixed;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140804
lanuovacalabria.it##app-banner-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/140083
ilfattoquotidiano.it##div[id^="ifq-intext-container-"]
ilfattoquotidiano.it##.widget_outbrain_widget
! https://github.com/AdguardTeam/AdguardFilters/issues/140177
animeclick.it#%#//scriptlet('trusted-click-element', 'body > a[target="_blank"] + div.header > a')
animeclick.it#?#.center-block div.panel-default:has(> div.panel-heading:contains(Sponsor))
! https://github.com/AdguardTeam/AdguardFilters/issues/139952
tecnologia.libero.it###cont-wallpaper.hp_320x1
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=tecnologia.libero.it
! https://github.com/AdguardTeam/AdguardFilters/issues/139652
tuttosport.com##div[class^="OutbrainWidget_placeholder"]
! https://github.com/AdguardTeam/AdguardFilters/issues/138968
oggitreviso.it##body .test-adblock-overlay:not(#style_important)
oggitreviso.it#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/138961
balarm.it##.separatore-sidebar:empty
balarm.it##.text-container > div[style^="margin: 40px 0 !important; width: 630px !important; height:170px !important; background: #"]
balarm.it#$#body.skin { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/138959
svapo.it#@#.ad-placement
svapo.it#$#.adsbox.doubleclick.ad-placement { display: block !important; }
svapo.it#%#//scriptlet('prevent-setTimeout', '/window\.location[\s\S]*?\/adb\//')
! https://github.com/AdguardTeam/AdguardFilters/issues/138506
@@||libero.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/137565
chimica-online.it###CONT_C_1
chimica-online.it###D_1
! https://github.com/AdguardTeam/AdguardFilters/issues/137548
iodonna.it##.wrapperAdv
! https://github.com/AdguardTeam/AdguardFilters/issues/136330
laleggepertutti.it##.__lxG__double
laleggepertutti.it##div[style^="height:1815px;"]
laleggepertutti.it#$#.main-frame { margin-top: 0 !important; }
laleggepertutti.it#?#.main-frame > div.content-wrapper:has(> div.banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/135751
fastweb.it##.sticky_fda
! https://github.com/AdguardTeam/AdguardFilters/issues/136063
leonardo.it#$#body #detect[class] { display: block !important; }
leonardo.it#%#//scriptlet("set-constant", "adBlockRunning", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/135986
areanapoli.it###ob-related
! https://github.com/AdguardTeam/AdguardFilters/issues/135349
tuttoabruzzo.it##a[href^="https://link.offerte2019.network/"] > img
||giornal.it/wp-content/uploads/2022/08/aloe-ultra.gif$domain=tuttoabruzzo.it
! https://github.com/AdguardTeam/AdguardFilters/issues/134813
@@||truffeonline.com/js/pubPolicy/ads-prebid.js
truffeonline.com#%#//scriptlet("set-constant", "moneyAbovePrivacy", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/134265
webmail.email.it#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/133172
corriere.it#$##l-header { margin-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/132740
siracusanews.it##.area_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/132650
rendimentibtp.it#%#//scriptlet('set-constant', 'adBlockDetector', 'noopFunc')
rendimentibtp.it#%#//scriptlet('prevent-element-src-loading', 'script', 'evolutionadv.it')
! https://github.com/AdguardTeam/AdguardFilters/issues/132202
giardiniblog.it##aside[id^="ai_widget-"]
giardiniblog.it##.uzuwtdg
! https://github.com/AdguardTeam/AdguardFilters/issues/132167
programmitvstasera.it##.ptv-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/132165
separarensilabas.com##.nav-collapse ~ center
! https://github.com/AdguardTeam/AdguardFilters/issues/131241
gorecenter.com,guruhitech.com##body > div[id][class^="popup"][class$="wrap"][style]
gorecenter.com,guruhitech.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/130706
money.it#$?#body > header { margin-top: 0 !important; }
money.it#?#a[rel="sponsored nofollow"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130629
ilsoftware.it##.w_banner
ilsoftware.it##.mobileHidden > .widget[style$="width:300px; height:600px; min-height:250px;"]
ilsoftware.it#%#//scriptlet("remove-attr", "href", ".entry_content p > a[href*='//amzn.to/']")
! https://github.com/AdguardTeam/AdguardFilters/issues/129892
ispazio.net##.a-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/129893
laleggepertutti.it#?#.content-article > div.spazioalto > script:upward(1)
laleggepertutti.it##div[id^="lx_"]
laleggepertutti.it##div[align="center"] > div[style="height:1700px; overflow:hidden;"]
laleggepertutti.it##div[class^="notizie-blue-bnr-"]
laleggepertutti.it##div[class="text-center"][style="min-height:250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/170308
multiplayer.it#$?#body > #personalization_ads { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129597
multiplayer.it#$#body #top_ads_container { display: block !important; }
multiplayer.it#%#//scriptlet('prevent-addEventListener', 'usernavready', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/129126
tellows.it#?##singlecomments > li:not([id]):has( > .comment-body > div[id^="adngin-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/127153
uprot.net#@#.ad_space
! https://github.com/AdguardTeam/AdguardFilters/issues/127144
tuttomercatoweb.com##.tcc-banner
tuttomercatoweb.com##div[class="center"][style="height:270px; padding: 10px 0;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125603
punto-informatico.it##.banner-side-top
punto-informatico.it##.banner-side-infinite
! https://github.com/AdguardTeam/AdguardFilters/issues/173430
! https://github.com/AdguardTeam/AdguardFilters/issues/125513
corriere.it##div[id^="rcsad_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124031
ilrestodelcarlino.it##.masthead-container
ilrestodelcarlino.it##.leaderboard-or-skin-container
! frontedelblog.it
frontedelblog.it#?#.theiaStickySidebar > div[id^="stream-item-widget-"] > div.widget-title > div.the-subtitle:contains(/Sponsor|RadioRaccontiamoci/):upward(div[id^="stream-item-widget-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/124038
positanonotizie.it###adblockwarning
! https://github.com/AdguardTeam/AdguardFilters/issues/123063
ilvescovado.it###adblockwarning
! https://github.com/AdguardTeam/AdguardFilters/issues/121595
timgate.it###adv
! https://github.com/AdguardTeam/AdguardFilters/issues/121426
piacenza24.eu##a.gofollow[data-track]
||piacenza24.eu/wp-content/uploads/*/BANNER*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/120200
tecnoandroid.it#%#//scriptlet("set-constant", "td_ad_background_click_link", "undefined")
tecnoandroid.it#$#body.td-background-link { cursor: auto !important; }
||tecnoandroid.it/wp-content/uploads/*/vivo
! https://github.com/AdguardTeam/AdguardFilters/issues/165452
ilmeteo.it###banner-mnz-top
ilmeteo.it#?##page > #header:has(> #banner-mnz-top:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/120241
@@||4strokemedia.com^$domain=ilmeteo.it
ilmeteo.it#$##banner-mnz-topleft { height: 100px !important; }
ilmeteo.it#$#body { overflow: visible !important; }
ilmeteo.it#$#body div.fc-ab-root:not(#style_important) { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/147969
! https://github.com/AdguardTeam/AdguardFilters/issues/119806
video.corriere.it#%#//scriptlet('set-constant', 'utag.dfp_adunit', 'undefined')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=video.corriere.it
@@||feed.4strokemedia.com^$domain=video.corriere.it
@@||cdnb.4strokemedia.com^$domain=video.corriere.it
! https://github.com/AdguardTeam/AdguardFilters/issues/116588
ilfattoalimentare.it##.background-cover
ilfattoalimentare.it#$##wrapper { margin-top: 0 !important; }
ilfattoalimentare.it##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/112666
timgate.it##.adv-image
! https://github.com/AdguardTeam/AdguardFilters/issues/112663
liberoquotidiano.it##._fb_dbx
||mkt.forebase.com/plugin/loader.js$domain=liberoquotidiano.it
! https://github.com/AdguardTeam/AdguardFilters/issues/111137
||98zero.com/static/js/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/111097
allmusicitalia.it#$##inner-main-container { margin-top: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110911
@@||email.it/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/108958
quotidiano.net#?#body > #__next > div[class^="sc-"]:has(> div[id^="div-gpt-"])
quotidiano.net#$#body > #__next > main { grid-template-rows: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110696
la7.it#%#//scriptlet("set-constant", "__iasPET", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/109771
||primochef.it/adblock-tracking.html
primochef.it###detect ~ div[style^="display: flex; align-items: center; justify-content: center; position: fixed;"]
primochef.it#%#//scriptlet("set-constant", "adBlockRunning", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/105494
lffl.org##.mrf-adv__wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/103544
||comunicati-stampa.net/images/banner/$domain=freeonline.org
freeonline.org#$#body { background-image: none !important; }
freeonline.org#$#.top-bar { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/102466
||newsmondo.it/adblock-tracking.html
newsmondo.it###detect ~ div[style^="display: flex; align-items: center; justify-content: center; position: fixed;"]
newsmondo.it#%#//scriptlet("set-constant", "adBlockRunning", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/103013
inforge.net##.ifBUnit a[rel="sponsored"]
inforge.net#%#//scriptlet("abort-current-inline-script", "$", "adBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/100338
||ludicer.it/template/checkP.js
ludicer.it#%#//scriptlet("prevent-setTimeout", "document.body.innerHTML")
! https://github.com/AdguardTeam/AdguardFilters/issues/100414
gizchina.it##.backstretch
||gizchina.it/wp-content/uploads/*/*/skin-zte-esterno.jpg
gizchina.it#$#body.td-background-link { cursor: auto !important; }
gizchina.it#%#//scriptlet("set-constant", "td_ad_background_click_link", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/98964
||igizmo.it/wp-content/uploads/*/*/TOP-SKIN-1920x90-1.jpg
igizmo.it##body > a[href^="https://igizmo.it/linkto/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/98843
ispazio.net#?#.theiaStickySidebar > .stream-item-widget:has(> .stream-item-widget-content > .ispaz-adlabel)
ispazio.net#?#div[class^="main-content tie-col-"] > .mag-box.stream-item-mag:has(> .container-wrapper > .ispaz-adlabel)
! https://github.com/AdguardTeam/AdguardFilters/issues/97297
!+ NOT_OPTIMIZED
gizchina.it##img[width="300"][height="600"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97836
smartworld.it##.tw-adv-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/97319
@@||oasjs.kataweb.it/adsetup_cmp.js$domain=repubblica.it
! https://github.com/AdguardTeam/AdguardFilters/issues/96897
focus.it##.foc-adv-false-slot
focus.it##.foc-adv-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/95528
fantacalcio.it#%#//scriptlet("prevent-setTimeout", "isAdBlockEnabled")
! https://github.com/AdguardTeam/AdguardFilters/issues/95349
@@||okfirenze.com/*/app/assets/js/prebid-ads.js
okfirenze.com#%#//scriptlet("prevent-setTimeout", "#rbm_block_active")
! https://github.com/AdguardTeam/AdguardFilters/issues/93241
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=laleggepertutti.it
! https://github.com/AdguardTeam/AdguardFilters/issues/93912
||components2.gazzettaobjects.it/rcs_anti-adblocker/
! https://github.com/AdguardTeam/AdguardFilters/issues/93570
||homepage.tiscali.it/int/static/js/plnr.js
tiscali.it##.cnt_b_2
! https://github.com/AdguardTeam/AdguardFilters/issues/93160
why-tech.it##.adsbygoogle:not(#ad-detector)
why-tech.it#%#//scriptlet('prevent-setTimeout', 'eb-fadeIn', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/91010
/images/banners/*$domain=oggimilazzo.it
oggimilazzo.it##.cb-category-top
||oggimilazzo.it/*/index.html
! https://github.com/AdguardTeam/AdguardFilters/issues/89722
gizchina.it##.mrf-adv__wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/87544
||altadefinizioneita.co/it.gif
altadefinizioneita.co##noindex > center > a[target="_blank"][rel="nofollow"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/85205
! https://github.com/AdguardTeam/AdguardFilters/issues/100502
corriere.it,gazzetta.it##.bck-adv
corriere.it#$#.fxr-between-center > .bck-adv { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/85528
! https://github.com/AdguardTeam/AdguardFilters/issues/86215
hwupgrade.it###leaderboard-container
! https://github.com/AdguardTeam/AdguardFilters/issues/83832
xiaomitoday.it##.cegg_widget_products
! https://github.com/AdguardTeam/AdguardFilters/issues/84024
! For some reason video player is broken by some cosmetic generic rules, happens with apps only
! https://github.com/AdguardTeam/AdguardFilters/issues/83139
studenti.it##.sidebar-adv
! https://github.com/AdguardTeam/AdguardFilters/issues/82322
||devapp.it/wordpress/wp-content/uploads/*-300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/80887
narkive.com##.post_wrapper div[onimpression="nk_playbuzz_impression"]
! https://github.com/AdguardTeam/AdguardFilters/issues/80661
iolecal.blogspot.com##.amazonAds
! https://github.com/AdguardTeam/AdguardFilters/issues/80477
ivg.it#%#//scriptlet("set-constant", "checkForAdBlocker", "noopFunc")
||ivg.it/wp-content/plugins/edinet_giornali_swg_plugin/js/ackdet.js
! https://github.com/AdguardTeam/AdguardFilters/issues/80436
gdr-online.com#%#//scriptlet("set-constant", "isAdsLoaded", "true")
@@||gdr-online.com/adv/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/79184
tuttoandroid.net#?#.container .card > span.ribbon:contains(Adv):upward(1)
tuttoandroid.net#?#.container .card > .card-body > .entry-meta > .entry-meta-item > span > a[href="https://www.tuttoandroid.net/offerte/"]:upward(5)
! https://github.com/AdguardTeam/AdguardFilters/issues/79901
informazione.it##.lng-ad
informazione.it##.text-center > div.sep-l
! https://github.com/AdguardTeam/AdguardFilters/issues/78255
||inpiega.it/images/banners/
! https://github.com/AdguardTeam/AdguardFilters/issues/78254
ideegreen.it#?##sidebar > div.widget_text:has(> div.textwidget > center > font > i:contains(Advertisements))
! https://github.com/AdguardTeam/AdguardFilters/issues/77955
||startmag.it/wp-content/uploads/Skin_StartMeg-1.jpg
startmag.it#$##outer-wrap > #page { padding-top: 0 !important; }
startmag.it#$#body #outer-wrap { background-image: none !important; }
startmag.it#%#//scriptlet("abort-on-property-read", "wpsite_clickable_data")
! https://github.com/AdguardTeam/AdguardFilters/issues/77957
paesenews.it##.pum-overlay
paesenews.it##.shailan_banner_widget
paesenews.it##.background-cover
! https://github.com/AdguardTeam/AdguardFilters/issues/77959
||isnews.it/images/banners/$domain=isnews.it
isnews.it##.bannergroup
isnews.it##.rstboxes
! https://github.com/AdguardTeam/AdguardFilters/issues/76646
@@||feed.4strokemedia.com^$domain=video.gazzetta.it
@@||cdnb.4strokemedia.com^$domain=video.gazzetta.it
! https://github.com/AdguardTeam/AdguardFilters/issues/77536
calcolareonline.eu##div[style="font-size:10px;margin-top:1px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/77531
comingsoon.it##.ffiPopCorn
! https://github.com/AdguardTeam/AdguardFilters/issues/75777
navigaweb.net##.linkad-basso
! https://github.com/AdguardTeam/AdguardFilters/issues/75549
@@||cdn.evolutionadv.it/money.it/*.mp4$domain=money.it
! https://github.com/AdguardTeam/AdguardFilters/issues/75129
sunhope.it#%#//scriptlet("prevent-setInterval", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/74993
guide-online.it#?#.theiaStickySidebar > div.widget > div.textwidget a[target="_blank"][rel*="noopener"]:upward(div.widget)
guide-online.it#?#.theiaStickySidebar > div.widget > div.textwidget ins.adsbygoogle:upward(div.widget)
! https://github.com/AdguardTeam/AdguardFilters/issues/71827
grandhotelcalciomercato.com###skin
grandhotelcalciomercato.com#$#.marginTopNavbar { margin-top: auto !important; }
@@||grandhotelcalciomercato.com/js/prebid-ads.js
grandhotelcalciomercato.com#%#//scriptlet('set-constant', 'canRunAds', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/70872
ansa.it##.pp-adv
ansa.it##.news-detail > .box-news > a[href*="&utm_source=banner"][rel] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/70787
blograffo.net###secondary a[href^="https://amzn.to/"] > img
||blograffo.net/wp-content/uploads/*/amazon-offerte-del-giorno.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/69684
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rtl.it
! https://github.com/AdguardTeam/AdguardFilters/issues/169805
! https://github.com/AdguardTeam/AdguardFilters/issues/68438
beverfood.com#%#//scriptlet('prevent-setInterval', 'adblock')
beverfood.com#$?#a[href^="/bnlink/?bnid="] { remove: true; }
beverfood.com#$#body > div.sito { margin-top: 0 !important; }
beverfood.com#$#body { background-image: none !important; background: #ddd !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/70915
lavorincasa.it##div[class^="wbn-"]
lavorincasa.it###wrapper-sider-02
lavorincasa.it###wrapper-content > div[class="myfb"][style="height:250px;"]
||lavorincasa.it/content/js/new/adb/doubleclick.js
lavorincasa.it#$#body { margin-top: -100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/67985
saggiamente.com##body > div#skin
||saggiamente.com/wp-content/themes/*/ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/67789
avvocatoandreani.it#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/67111
ilfattoquotidiano.it##body > div[style^="position: fixed; min-width: 990px; border-color:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/66372
comprovendolibri.it###AvvisoADblock
comprovendolibri.it#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/66354
m2o.it##div[id^="adv-"]
m2o.it##div[class^="adv-"]
m2o.it###promo
! https://github.com/AdguardTeam/AdguardFilters/issues/65627
@@||occhionotizie.it/wp-content/themes/jannah/assets/js/ad.js
occhionotizie.it#%#//scriptlet("set-constant", "$tieE3", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/77019
! https://github.com/AdguardTeam/AdguardFilters/issues/77641
tio.ch#@#.ad
tio.ch##div[data-link="@loadAd"]
tio.ch##div[class="randomBox cornice"]
tio.ch#%#//scriptlet("prevent-addEventListener", "error", "event.triggered")
tio.ch#%#(function() { try { if ('undefined' != typeof localStorage) {var date = new Date(); window.localStorage.setItem("adbSkip", date.getTime()); } } catch (ex) {} })();
@@||tio.ch^$generichide
@@||ad*.adbreak.ch/*ad_block=$domain=tio.ch
@@||ad.*.ch^$xmlhttprequest,other,script,domain=tio.ch
@@||adv.*.ch^$xmlhttprequest,other,script,domain=tio.ch
@@||ads.*.ch^$xmlhttprequest,other,script,domain=tio.ch
@@/^https?.*\..*\.ch\/.*\/(ad|adtech|pubblicita|adverts|ad-random|adSponsors|banner-ad|banman|native-ad|advertise|advert1|bg_ads|adengine|adspot|baseAd|coread)\/.*\/.*=.*&/$xmlhttprequest,other,script,domain=tio.ch
!#safari_cb_affinity(other)
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/65078
@@||rockitecn.nohup.it/*/js/*.js$domain=rockit.it
! https://github.com/AdguardTeam/AdguardFilters/issues/61602
testicanzoni.mtv.it##p[aria-hidden="true"][class="selectionShareable"]
! https://github.com/AdguardTeam/AdguardFilters/issues/59684
||pastemyimg.com/ads/$domain=androidaba.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58422#issuecomment-657403682
hdblog.it#@#a[href^="https://www.amazon."][href*="tag="]
! https://github.com/AdguardTeam/AdguardFilters/issues/57938
||laleggepertutti.it/wp-content/themes/llpt-child/images/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/57696
napolitoday.it#$#.afs_ads.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/56993
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.lastampa.it
! https://github.com/AdguardTeam/AdguardFilters/issues/56714
@@||oasjs.kataweb.it/adsetup*.js$domain=huffingtonpost.it
! https://github.com/AdguardTeam/AdguardFilters/issues/56657
@@||media.wired.it/static_wired/js/misc/cn-adv.js
! https://github.com/AdguardTeam/AdguardFilters/issues/55312
@@||ticonsiglio.com/wp-content/*/plugins/ad-ace/includes/adblock-detector/advertisement-*.js
ticonsiglio.com#%#//scriptlet("set-constant", "jQuery.adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/54782
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=3bmeteo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54668
ilmeteo.it#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ilmeteo.it
! vivereurbino.it - ads
vivereurbino.it##div[class^="box_adv_"]
/images/banners_x_cliente/*$domain=vivereurbino.it
! https://github.com/AdguardTeam/AdguardFilters/issues/49560
spaziogames.it##div[id^="spazi-"]
spaziogames.it#$##wrapper > #main { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/51782
my-personaltrainer.it##.sal-adv-slot
! https://github.com/AdguardTeam/AdguardFilters/issues/46544
@@||oasjs.kataweb.it/adsetup.js$domain=video.deejay.it
@@||oasjs.kataweb.it/adsetup.real.js$domain=video.deejay.it
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.deejay.it
! https://github.com/AdguardTeam/AdguardFilters/issues/45089
cinafoniaci.com##.tm-sidebar-b > .uk-panel > center > a[href][target="_blank"] > img
cinafoniaci.com#?#.tm-sidebar-b > .uk-panel > center:has(> a[href][target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/44415
@@||calciomercato.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/44248
@@||adv.bebad.it/js/ads.js$domain=badtaste.it
rockit.it##.articolo-body-text-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/42162
insidemarketing.it##.bannerG
insidemarketing.it##.homeBannerMax
@@||insidemarketing.eu/cdn/lib/js/adsframe.js
insidemarketing.it#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/42488
gdr-online.com##.adv_barra_alto
gdr-online.com##body > div[align="center"][style*="margin-top:6px;"][style*="align: center !IMPORTANT;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/41807
hwupgrade.it##.gb-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/41946
@@||oasjs.kataweb.it/adsetup.js$domain=video.capital.it
@@||oasjs.kataweb.it/adsetup.real.js$domain=video.capital.it
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.capital.it
! https://github.com/AdguardTeam/AdguardFilters/issues/41868
kijiji.it#@#.ad__item
kijiji.it#@##post-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/41699
forum.tomshw.it###show-data-trovaprezzi
||forum.tomshw.it/*/amazon/getdata*.php?
! https://github.com/AdguardTeam/AdguardFilters/issues/68856
everyeye.it#@#.adv-top
everyeye.it###topskin_clicktag
everyeye.it#$#.adv-top { margin-top: 4.2rem !important; }
everyeye.it##.wrap_amazon_banner
! https://forum.adguard.com/index.php?threads/35072/
sentireascoltare.com#?##page-body > section[id^="info_pub"]:has(> section > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/40230
impiego24.it##.banner_336x280
impiego24.it##body .contentBanner
impiego24.it##.grid1 > div[style^="width:970px; height:250px; margin:"]
impiego24.it#?#.annunciLavoro > li.boxAnnunci:has(> a[href^="http://ad.payclick.it/"])
impiego24.it#?#.annunciLavoro > li.boxAnnunci:has(> a[href^="https://affiliate.across.it/"])
impiego24.it#?#.annunciLavoro > li.boxAnnunci:has(> a[href^="http://go.ketc.it/aff_c?offer_id="])
impiego24.it#%#//scriptlet("abort-current-inline-script", "$", "skinUrlDestinazione")
! https://github.com/AdguardTeam/AdguardFilters/issues/39603
fcinternews.it###masthead
fcinternews.it###tccslimbannerlink
||player.performgroup.com/eplayer.js$domain=fcinternews.it
fcinternews.it#?##section-right > div.mx-auto:has(> div[style] > div.div-gpt-ad)
fcinternews.it#?#.mx-auto:has(> div > ins.adsbygoogle)
fcinternews.it#?#.mx-auto:has(> div[style^="overflow: hidden;"])
fcinternews.it#?##content > div.row:has(> div[class] > div > div[style] > ins.adsbygoogle)
! 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$script,redirect=noopjs,important,domain=rollingstone.it
! 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/35602
luongovincenzo.it#%#//scriptlet("abort-on-property-write", "ai_adb")
! https://github.com/AdguardTeam/AdguardFilters/issues/34151
! https://github.com/AdguardTeam/AdguardFilters/issues/34149
citynow.it#%#//scriptlet("set-constant", "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/33556
@@||svapo.it/dev/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32977
! https://github.com/AdguardTeam/AdguardFilters/issues/32800
! https://github.com/AdguardTeam/AdguardFilters/issues/32596
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
||bccnapoli.it^$popup,domain=napolivillage.com
napolivillage.com#$#body { background-image: none!important; }
napolivillage.com#$#body #td-outer-wrap { cursor: auto!important; }
napolivillage.com#%#//scriptlet('set-constant', 'td_ad_background_click_link', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/43662
! https://github.com/AdguardTeam/AdguardFilters/issues/28961
tuttoandroid.net###navbar .justify-content-end
tuttoandroid.net##.justify-content-around > div[class^="col-"] > a[href^="http://bit.ly/"][target="_blank"] > img
tuttoandroid.net#?#.card-grid.home > div.row > .col-18 > .row > .col-18.preload:has(> article.card-post > span.ribbon.yellow:contains(/^Adv$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/29127
eurogamer.it##.advert
! 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/163929
! https://github.com/AdguardTeam/AdguardFilters/issues/159741
! https://github.com/AdguardTeam/AdguardFilters/issues/105605
! https://github.com/AdguardTeam/AdguardFilters/issues/102764
! https://github.com/AdguardTeam/AdguardFilters/issues/71313
! https://github.com/AdguardTeam/AdguardFilters/issues/25398
youmath.it##div[id^="C_"]
youmath.it##div[id^="D_"]
@@||youmath.it/_*.js$script
@@||youmath.it/sidebar-ad-/-doubleclick.js
youmath.it#%#//scriptlet('abort-on-property-write', 'hey_PIA')
youmath.it#%#//scriptlet("abort-current-inline-script", "document.getElementById", "Adblock")
youmath.it#%#//scriptlet('prevent-setTimeout', 'is_adblock')
youmath.it#$#body { overflow: auto !important; }
youmath.it#$#html * { filter: unset !important; }
youmath.it#$##container_main[style*="filter: blur"][style*="height"] { height: auto !important; }
youmath.it#$##container_content[style*="filter: blur"][style*="height"] { height: auto !important; }
youmath.it#$#body > div:not([class]):not([id]) > div[style^="position: fixed; bottom: 0; width: 100%;"] { display: none !important; }
! 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/133662
@@||cmp.sky.it/wrapperMessagingWithoutDetection.js$domain=tv8.it
! https://github.com/AdguardTeam/AdguardFilters/issues/14916
hdblog.it#@#[id^="banner"]
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/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/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#%#//scriptlet('set-constant', 'wantedPreroll', '0')
popcorntv.it#%#//scriptlet('set-constant', 'adstarted', '5')
popcorntv.it#%#//scriptlet('set-constant', 'waterfallIndex', '11')
! 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/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
! https://github.com/AdguardTeam/AdguardFilters/issues/58238
aranzulla.it##.banner
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/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###text-17
! 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
tvserial.it###DSKBillboardATFxcpciu0
! 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#%#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)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/15676
! https://github.com/AdguardTeam/AdguardFilters/issues/14586
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
! https://github.com/AdguardTeam/AdguardFilters/issues/14050
youtg.net#$##jsn-content { padding-top: 110px!important; }
youtg.net##.banneritem
! https://github.com/AdguardTeam/AdguardFilters/issues/146334
dopedgeeks.com##div[class*="-pubadban"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13194
sukkisukki.com#%#//scriptlet('abort-on-property-write', 'onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/12541
yourlifeupdated.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/12542
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/12153
eurostreaming.video##a[href*="/ads?key="]
speedvideo.net###playerstart
speedvideo.net###preparevideo
!! 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); });
! 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/10027
cb01.directory##a[href^="/4k/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/43659
! https://github.com/AdguardTeam/AdguardFilters/issues/10032
vvvvid.it#%#//scriptlet("json-prune", "data.[].vast_url")
vvvvid.it#%#//scriptlet("set-constant", "vvvvid.models.PlayerObj.prototype.play7Ads", "false")
@@||v.fwmrm.net/ad/g/1?*DiscoveryIntl_BrightcoveJ*&csid=VVVVID_ITALY_*vast
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vvvvid.it
@@||ads.mperience.net/vast$domain=imasdk.googleapis.com
||vvvvid.akamaized.net/vvvvid/CommunityPrem.mp4$domain=vvvvid.it
||dni-adops-proxy-prod-adopsmediaconverter.mercury.dnitv.com/*.mp4$domain=vvvvid.it
||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/"]
! 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/6416
gpro.net#?#.boxy: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/6244
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/5106
||zeusnews.it/antiadb.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4838
@@||acea.it^$jsinject
! 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
!
buonissimo.it##.adv
leggo.it###outbrain
ilfattoquotidiano.it##.rullo-item.special
ridble.com##.adisclaimer
fibs.it##a[href="http://www.aisla.it"] > img
hwupgrade.it##.amz-prodotto
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])
altadefinizione.pink##.sm_header > a[rel="nofollow"] > img
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
ilmessaggero.it###outbrain
hdmotori.it,hdblog.it##.ads
tiscali.it##.container_b_1
tiscali.it##.adv300x100vd
tiscali.it##.banner320x250
tiscali.it##.c1c6
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 --------------------------------
!---------------------------------------------------------------------
! NOTE: Khmer
!
! https://github.com/AdguardTeam/AdguardFilters/issues/17698
dap-news.com##.ads
!---------------------------------------------------------------------
!------------------------------ Korean -------------------------------
!---------------------------------------------------------------------
! NOTE: Korean
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/132812
! m.comic.naver.com - these rules block/hide a banner which causes unresponsiveness
! https://github.com/List-KR/List-KR/issues/119
! https://github.com/List-KR/List-KR/issues/120
||ssl.pstatic.net/static/m/comic/im/promo/popup_cloud.png
m.comic.naver.com##body > div#ly_dim
! video ad on NaverTV Live
||a01-g-naver-vod.pstatic.net^$media,domain=tv.naver.com,redirect=noopmp4-1s
! https://github.com/AdguardTeam/AdguardFilters/issues/39918
@@||dadispapi.gmarket.co.kr/target/gmkt/getAd?$domain=escrow.gmarket.co.kr
! https://github.com/AdguardTeam/AdguardFilters/issues/42215
koreanz.fun##.basic-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/51650
||i.imgur.com^$domain=mtshow1.me
!---------------------------------------------------------------------
!------------------------------ Latvian ------------------------------
!---------------------------------------------------------------------
! NOTE: Latvian
la.lv##.toolsofthesaeson
||vesti.lv/www/imgget/imgjs.php?
mixnews.lv##.advert
mixnews.lv##.banner-space
mixnews.lv##img[src="/images/baltkom_player_tez.jpg"]
vesti.lv###subscribe-banner
vesti.lv##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/164962
latviesi.com##.container > div > div[class^="sc-"] > div.divider + h5
latviesi.com##.container > div > div[class^="sc-"] > a[href="https://ekiosks.lv/"][target="_blank"]
latviesi.com##.container > div > div[class^="sc-"] > a[href="https://ekiosks.lv/"][target="_blank"] + div.divider
! https://github.com/AdguardTeam/AdguardFilters/issues/157288
@@||play.tv3.lv^$generichide
play.tv3.lv#%#//scriptlet('set-constant', 'Object.prototype.isNoAds', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/155360
la.lv##.app > div[style="min-height:400px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125513
tvnet.lv,apollo.lv#%#//scriptlet("prevent-setTimeout", "adblockNotif")
tvnet.lv,apollo.lv#$#body > div[id] > div[style^="height: 1px; width: 1px; background-color: transparent;"] { display: block !important; }
tvnet.lv,apollo.lv#@#.ad01
tvnet.lv,apollo.lv#@#.dfp_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/118650
||jauns.lv/js/ad-zone.js
||jauns.lv/js/ad.js
jauns.lv##iframe[id$="_DFP"]
jauns.lv##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/109960
inbox.lv##div[class^="AdContainer-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/92122
vipi.tv###top-banner
@@||vipi.tv/ads.js
vipi.tv#%#//scriptlet("abort-on-property-read", "checkBlock")
vipi.tv#%#//scriptlet("set-constant", "banUrl", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/88277
||kursors.lv/wp-content/uploads/*/*baneris$image
kursors.lv##.wpb_wrapper small > span[style="color:gray"]
! https://github.com/AdguardTeam/AdguardFilters/issues/86880
tv3play.skaties.lv###ad_banner_skin
! https://github.com/AdguardTeam/AdguardFilters/issues/83438
nra.lv##.bl-cont-ad
@@||tv3play.skaties.lv/static/scripts/ima3.js
||mssl.fwmrm.net/libs/adm/*/LinkTag2.js$script,redirect=noopjs,domain=tv3play.skaties.lv
! https://github.com/AdguardTeam/AdguardFilters/issues/70785
salidzini.lv###AM_giga
! https://github.com/AdguardTeam/AdguardFilters/issues/30887
balticlivecam.com##.vjs-poster
! delfi.lv
@@||ads.delfi.lv^$elemhide
@@||delfi.lv/celojumi^$elemhide
delfi.lv###adblock-popup
delfi.lv##.adblock_content
delfi.lv##.zave_m
delfi.lv##.zave_r
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="]
delfi.lv##div[class^="adsAdmin-"]
delfi.lv##div[class^="city24"]
delfi.lv##div[data-ad-placement]
delfi.lv##div[id^="zave_"]
delfi.lv#%#//scriptlet("set-constant", "Adform", "emptyObj")
delfi.lv#?#section > div[style]:has(> span:contains(/^Реклама$|^Reklāma$/))
!---------------------------------------------------------------------
!------------------------------ Lithuanian ---------------------------
!---------------------------------------------------------------------
! NOTE: Lithuanian
! https://github.com/AdguardTeam/AdguardFilters/issues/153109
play.tv3.lt#%#//scriptlet('set-constant', 'Object.prototype.isNoAds', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/151120
lrytas.lt##.LGalleryLightbox__ads
lrytas.lt##.LGalleryMain__popup
lrytas.lt##.LGalleryLightbox__popup
! https://github.com/AdguardTeam/AdguardFilters/issues/149212
play.tv3.lt#@##AdHeader
play.tv3.lt#@##AD_Top
play.tv3.lt#@##homead
play.tv3.lt#@##ad-lead
! https://github.com/AdguardTeam/AdguardFilters/issues/136100
||lrvalstybe.lt/storage^*200x200$image
||lrvalstybe.lt/storage^*790x100$image
||lrvalstybe.lt/storage^*125x125$image
||lrvalstybe.lt/storage^*1200x100$image
||lrvalstybe.lt/storage/*/Arvikta_baneris.gif
lrvalstybe.lt##.bnr
!
||alio.lt/infoblock.html
! https://github.com/AdguardTeam/AdguardFilters/issues/151119
||diena.lt/sites/default/files/Vilniausdiena/Vartotoju%20zona/Eisvinas/kd_prenumerata_optimize.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/151219
tv3.lt##img[height="200px"][width="980px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/151100
madeinvilnius.lt###custom_html-9
madeinvilnius.lt##.content-inner > div[style^="text-align: center;"][style*="min-height:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/148301
||dmnews.lt/euroleague/output.php
! https://github.com/AdguardTeam/AdguardFilters/issues/142144
madeinvilnius.lt##div[style$="margin: 15px 0; min-height: 250px;"]
madeinvilnius.lt###madeinvilnius_lt_300x250_below_article
! https://github.com/AdguardTeam/AdguardFilters/issues/128092
diena.lt##body #komentaru-top-left
! https://github.com/AdguardTeam/AdguardFilters/issues/81585
play.tv3.lt###ad_banner_skin
play.tv3.lt##.c-details__leaderboard-ad
play.tv3.lt##.c-track-bar__ad-cue-point
play.tv3.lt##.c-player__wrapper > #freewheel
@@||play.tv3.lt/static/scripts/ima3.js
@@||mssl.fwmrm.net/libs/adm/*/LinkTag2.js$domain=play.tv3.lt
! https://github.com/AdguardTeam/AdguardFilters/issues/41493
tv3.lt#?##sidebar > div.custom-div:contains(REKLAMA)
||v.fwmrm.net/ad/g/1?$domain=tvplay.tv3.lt,important
! https://github.com/AdguardTeam/AdguardFilters/issues/40491
filmux.org#@#.myTestAd
!+ NOT_PLATFORM(ext_edge, ios, ext_android_cb, ext_safari)
||googleads.g.doubleclick.net/$redirect=nooptext,important,xmlhttprequest,other,domain=filmux.org
! https://forum.adguard.com/index.php?threads/missed-ads-on-www-delfi-lt.33213/
vaistai.lt###billboardwrapper
! 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/inside_ad.js
@@||skelbiu-static.dgn.lt/static/css/inside_ad.css
! https://github.com/AdguardTeam/AdguardFilters/issues/19084
topzone.lt##div[id^="edit"] > .tborder:not([id^="post"])
! https://github.com/AdguardTeam/AdguardFilters/issues/41789
! https://github.com/AdguardTeam/AdguardFilters/issues/16150
filmux.org#?##box-main > .box-rekbar:has(> noindex > div[id*="ScriptRoot"])
! https://github.com/AdguardTeam/AdguardFilters/issues/7902
||static.vz.lt/files/antsrauto/countsJS.php^
! delfi.lt
delfi.lt##.C-banner
delfi.lt##.nuxt-wrapper > [style*="width: 100%"]
delfi.lt###ads-bottom-bar-container
delfi.lt###al-580x150
delfi.lt###al-infoblock
delfi.lt##.ads-rudelfi-friends
delfi.lt##.right img[width="300"][height="600"]
delfi.lt##body > div[style^="position:fixed;"][style*="z-index:9999999"]:not([class]):not([id])
delfi.lt##iframe[src*="//track.adform.net/"]
delfi.lt##iframe[src*="//www.alio.lt/"]
delfi.lt##iframe[src^="https://www.delfi.lt/apps/banners/"]
delfi.lt##img[alt="topsport"]
||delfi.lt/b?region=
||alio.lt^$domain=delfi.lt
! Anti-adblock
@@||s1.adform.net/banners/scripts/adx.js$domain=delfi.lt
delfi.lt#%#//scriptlet('set-constant', '_dlf.adfree', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/159415
! 15min.lt#%#//scriptlet('abort-current-inline-script', '$', '/(performance|googletag|offsetHeight)[\s\S]*?googlesyndication/')
! https://github.com/AdguardTeam/AdguardFilters/issues/34539
autogidas.lt##.header-ann
cloudycdn.services#%#//scriptlet("json-prune", "source.ads")
!
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
!
!---------------------------------------------------------------------
!--------------------------- Luxembourgish ---------------------------
!---------------------------------------------------------------------
! NOTE: Luxembourgish
!
! spellchecker.lu ad
||reklammen.spellchecker.lu^
!---------------------------------------------------------------------
!------------------------------ Macedonian ---------------------------
!---------------------------------------------------------------------
! NOTE: Macedonian
!
!---------------------------------------------------------------------
!------------------------------ Malaysian ----------------------------
!---------------------------------------------------------------------
! NOTE: Malaysian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/164743
malaysiakini.com##.min-h-\[90px\]
malaysiakini.com##.h-\[250px\]
malaysiakini.com##.w-300px.print\:hidden
malaysiakini.com##.bc-feed
malaysiakini.com#?#.flex:has(> div.flex > div.relative > div.adunitContainer)
! https://github.com/AdguardTeam/AdguardFilters/issues/102647
mingguanwanita.my##.adplaceholder-leaderboard
mingguanwanita.my##.adplaceholder-mrec
!
!---------------------------------------------------------------------
!------------------------------ Moldovian ----------------------------
!---------------------------------------------------------------------
! NOTE: Moldovian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/41096
tv8.md#@#.ad-container
!
jurnaltv.md###banSMP2
point.md##.business-widget
point.md##.informer-widget
jurnaltv.md##div[id^="dqBnnRight"]
!
!---------------------------------------------------------------------
!------------------------------ Mongolian ----------------------------
!---------------------------------------------------------------------
! NOTE: Mongolian
!
.mn/images/banner/
.mn/banner/embed/
.mn/bn/
! https://github.com/AdguardTeam/AdguardFilters/issues/147886
||cdn.itoim.mn/banner/
itoim.mn##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/147888
||sodonsolution.org/*/Banner/
unuudur.mn##.banner-top
!
24tsag.mn##.main-banner
shuud.mn##.home-banner
shuud.mn##.main-banner-b
news.zindaa.mn,24tsag.mn,zaluucom.mn##.banner
eguur.mn##.stream-item-widget
eguur.mn##.stream-item-top-wrapper
||isee.mn/uploads/banner
isee.mn##.tp-ad
||ikon.mn/ad/
||content.ikon.mn/raw/*-banner-
ikon.mn##.iframe-responsive
||bn.gogo.mn^
gogo.mn##.gg_ban_div
||eagle.mn/uploads/banner_/
eagle.mn##a[href="https://sodon-callcenter.mn/"]
eagle.mn#?##content> section.block-html:has(> div.container div[style^="margin: auto;"])
!
!---------------------------------------------------------------------
!------------------------------ Montenegrin --------------------------
!---------------------------------------------------------------------
! NOTE: Montenegrin
!
! https://github.com/AdguardTeam/AdguardFilters/issues/97253
vijesti.me##.ads
!---------------------------------------------------------------------
!------------------------------ Nepali -------------------------------
!---------------------------------------------------------------------
! NOTE: Nepali
!
! https://github.com/AdguardTeam/AdguardFilters/issues/83323
nepalpress.com##.gam-each-ad
nepalpress.com##.gam-ad-position-wrap
nepalpress.com##.is-full-widescreen-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/79257
purbelinews.com##div[class$="-ads"]
purbelinews.com##aside#secondary
! https://github.com/AdguardTeam/AdguardFilters/issues/60367
ekantipur.com##.static-sponsor
ekantipur.com###roadblock-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/46911
onlinekhabar.com##.advName
onlinekhabar.com##.okam-each-ad
! 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 ----------------------------
!---------------------------------------------------------------------
! NOTE: Norwegian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175518
gamer.no#%#//scriptlet('set-constant', 'ads', 'emptyObj')
gamer.no##.container > div[class]:has(> [data-size-mapping="toppbanner"])
gamer.no##header ~ * > [class]:has(> [data-name="gamer_toppbanner"])
gamer.no##.fullscreen-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/173953
kundeavisogtilbud.no##div[class^="ad_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/156691
||vgc.no/cdn/js/libs/homad-config.json$xmlhttprequest,redirect=noopjson
! https://github.com/AdguardTeam/AdguardFilters/issues/102119
vgtv.no#%#//scriptlet("json-prune", "enabled", "testhide")
! https://github.com/AdguardTeam/AdguardFilters/issues/85973
! https://forum.adguard.com/index.php?threads/tv2-no.22252/
! https://github.com/AdguardTeam/AdguardFilters/issues/75489
@@||googletagservices.com/tag/js/gpt.js$domain=vegetarbloggen.no
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=vegetarbloggen.no
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=vegetarbloggen.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/71525
nytid.no#@#.td-a-rec
! https://github.com/AdguardTeam/AdguardFilters/issues/68502
||widget.tippebannere.no^$third-party
klikk.no##iframe[src^="//widget.tippebannere.no/"]
||widgets.sprinklecontent.com^$domain=klikk.no
!+ NOT_OPTIMIZED
klikk.no##.affiliate-content
! https://github.com/AdguardTeam/AdguardFilters/issues/67986
bt.no##.proaktiv-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/46682
inky.no#@#iframe[width="200"][height="240"]
! https://github.com/AdguardTeam/AdguardFilters/issues/43587
gulindex.no###cintmodal
! https://github.com/AdguardTeam/AdguardFilters/issues/38395
! https://github.com/AdguardTeam/AdguardFilters/issues/45205
@@||cdn.flowplayer.com/releases/native/stable/plugins/ads.min.js$domain=nettavisen.no
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nettavisen.no
nettavisen.no###article-body > .rel-article
nettavisen.no##.background-na-commercial
nettavisen.no##a > .background-na-commercial ~ *
nettavisen.no#?#amedia-frontpage > .optimus-complex-front:has(> header > h2:contains(/Reklame|REKLAME/))
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
! 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/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/11958
@@||advert.vg.no/1v*.js?v=$domain=e24.no
@@||advertisement.vg.no/1v*.js?v=$domain=e24.no
e24.no#%#//scriptlet("set-constant", "__AB__", "noopFunc")
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##.ad
vg.no##.inline-ad-text
vg.no##.advert
vg.no##.finn-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/7960
tv2.no#%#//scriptlet("json-prune", "enabled", "testhide")
tv2.no##.tv2-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
vgtv.no###player.pulse-isPauseAdVisible > .jw-overlays
!
itavisen.no##div[id^="ad-"]
vg.no###ad-topboard
!---------------------------------------------------------------------
!------------------------------ Persian ------------------------------
!---------------------------------------------------------------------
! NOTE: Persian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/172968
real-madrid.ir##.adv
!---------------------------------------------------------------------
!------------------------------ Philippines --------------------------
!---------------------------------------------------------------------
! NOTE: Philippines
!
joujizz.com##.video-top-wrap > .sb
!---------------------------------------------------------------------
!------------------------------ Polish -------------------------------
!---------------------------------------------------------------------
! NOTE: Polish
!
! FuckAdBlock Polish
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.pl,kulinarnapolska.org,wroclawskiejedzenie.pl,innpoland.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 / questpass.pl
motohigh.pl,gosc.pl,posty.pl,zalajkowane.pl,kulinarnapolska.org,wypracowania.pl,wroclawskiejedzenie.pl,innpoland.pl,smartage.pl,joemonster.org,natemat.pl,mamadu.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,weszlo.com#%#//scriptlet("abort-current-inline-script", "parseInt", "/adBlock/")
tvn.pl,sadeczanin.info#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "adblock")
innpoland.pl,mamadu.pl,dadhero.pl,natemat.pl#%#//scriptlet("prevent-eval-if", "isAdblockActive")
gostynska.pl,ddbelchatow.pl,jarocinska.pl,klodzko24.eu,nowaruda24.pl,portalplock.pl,korsosanockie.pl,korsokolbuszowskie.pl,korso.pl,korso24.pl,forsal.pl,zwielkopolski24.pl,se.pl,dziennik.pl,rawicz24.pl,tko.pl,tvn.pl,roweroweporady.pl,tulodz.pl,weszlo.com#%#//scriptlet("abort-on-property-write", "adquestoConfig")
glospowiatusredzkiego.pl,wgospodarce.pl,gostynska.pl,ddbelchatow.pl,jarocinska.pl,klodzko24.eu,nowaruda24.pl,portalplock.pl,korsosanockie.pl,korsokolbuszowskie.pl,korso.pl,korso24.pl,forsal.pl,zwielkopolski24.pl,se.pl,dziennik.pl,rawicz24.pl,tko.pl,tvn.pl,roweroweporady.pl,tulodz.pl,weszlo.com#%#//scriptlet('set-constant', 'questpassGuard', 'noopFunc')
roweroweporady.pl#@#.ad_container
@@||video.onnetwork.tv/adblock_notify.js
||glospowiatusredzkiego.pl/pl/js/qp.js
||cdn.questvert.pl/publishers/*/qpscript.js
||cdn.files.smcloud.net/t/adquesto_beszamel_se_pl.js
||weszlo.com/wp-content/themes/weszlo/questpass.js
||lib.wtg-ads.com/prebid/prebid_*.js$xmlhttprequest,redirect=nooptext
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175916
handelextra.pl##.Ad
! https://github.com/AdguardTeam/AdguardFilters/issues/175918
strefainwestorow.pl##.pb-4 > .block-block-content:has(> .content > div[id^="div-gpt-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/175919
evklub.pl##div[class^="Map_map"] ~ .MuiContainer-root > div[class^="Overlay_overlayContainer"]:has(> a[rel="dofollow"])
! https://github.com/AdguardTeam/AdguardFilters/issues/175911
aniagotuje.pl##.ad1
aniagotuje.pl##.ad2
! https://github.com/AdguardTeam/AdguardFilters/issues/175417
pless.pl##.wybory-reklama-modul
! https://github.com/AdguardTeam/AdguardFilters/issues/175316
moja-ostroleka.pl#%#//scriptlet('adjust-setTimeout', 'adBanner', '*', '0.001')
moja-ostroleka.pl#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', 'adBanner')
! https://github.com/AdguardTeam/AdguardFilters/issues/175262
olsztyn.com.pl###boxB
! https://github.com/AdguardTeam/AdguardFilters/issues/174802
lubimyczytac.pl#$?##top-sponsorship-banner { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/174590
||kmp*.etransport.pl/run.$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/174213
naukowiec.org##.spolecznoscinet
naukowiec.org##div[style="text-align:center; margin: 15px 0;width: 100%;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/174061
mypolacy.de##.wnr
! https://github.com/AdguardTeam/AdguardFilters/issues/174039
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=swiatgwiazd.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/173865
topnewsy.pl##.art div:not([class]) > .lazyload-wrapper:has(button.close + div[class] > a[href="/twoja-prywatnosc"])
! https://github.com/AdguardTeam/AdguardFilters/issues/173533
podrozezantena.pl###m_top_1_mainpage
podrozezantena.pl###banner_750x100_r
podrozezantena.pl###SATKurierNews_top_750x100_r
podrozezantena.pl###idmnet_horizontal_top_750x100
||podrozezantena.pl/getRandomBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/173535
4funkids.pl##.addsContainerLabel
4funkids.pl###ad-view-gora_srodek
4funkids.pl#?#.fixedVideoBox__label:contains(/^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/173534
4fun.tv##.slot-center
4fun.tv##.slot-middle
4fun.tv##.screening-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/173630
fxmag.pl##text[class^="Ad_"]
fxmag.pl##div[class^="Ad_bottom_"]
fxmag.pl#%#//scriptlet('trusted-click-element', 'div[class^="Ad_skip_button"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/173548
franczyzawhandlu.pl##.top
franczyzawhandlu.pl##div[class^="position_"][class$="top"]
! https://github.com/AdguardTeam/AdguardFilters/issues/173621
meczyki.pl##.grid-news-slider > div.news-item:has(> a[href^="https://www.meczyki.pl/link/bukmacher/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/173549
traktorpool.pl#?#main div[class]:has(> div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/173553
drewno.pl#?##centerr .nm_box_out > .nm_box > .nm_section:contains(/^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/173390
analizy.pl##.vdaText
analizy.pl##.postAdd
analizy.pl##.promotionAd
analizy.pl##.randomBilboardAd
analizy.pl##.articleStandardSidebarLongAd
! https://github.com/AdguardTeam/AdguardFilters/issues/171503
nauka.rocks###sticky-anchor
! https://github.com/AdguardTeam/AdguardFilters/issues/171353
rp.pl##.headerTopBarAdvert
rp.pl#%#//scriptlet('remove-class', '-top-bar-advert|-top-bar-advert-mobile|-top-bar-advert-desktop')
! https://github.com/AdguardTeam/AdguardFilters/issues/170745
odmiana.net,dowcip.net,antonim.net,krzyzowka.net,synonim.net,zagadkidladzieci.net##img[src^="/adr/"][onclick]
/adr/*/*.webp$~third-party,image,domain=odmiana.net|dowcip.net|antonim.net|krzyzowka.net|synonim.net|zagadkidladzieci.net
! https://github.com/AdguardTeam/AdguardFilters/issues/170058
codziennypoznan.pl#@#img[width="600"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/170059
! https://github.com/AdguardTeam/AdguardFilters/issues/170127
! https://github.com/AdguardTeam/AdguardFilters/issues/170128
ecopoznan.pl,codziennypoznan.pl,motopoznan.com,lifestylepoznan.pl##._ning_zone_inner
ecopoznan.pl,codziennypoznan.pl,motopoznan.com,lifestylepoznan.pl##._ning_cont[data-bid]
! https://github.com/AdguardTeam/AdguardFilters/issues/169628
trojka.polskieradio.pl##div[class^="Banner_container_"]
trojka.polskieradio.pl##.span-2 > a[href^="http://reklama.polskieradio.pl/"]
jedynka.polskieradio.pl##div[style="min-height: 0px;"] > section > div[class^="Box-"] > div[style^="box-sizing: border-box; position: relative; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; max-width:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169007
gsmmaniak.pl###posts > div[style^="margin:0px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169008
gloswielkopolski.pl##.componentsPromotionsPromoted__list
! https://github.com/AdguardTeam/AdguardFilters/issues/168942
epoznan.pl##a[href^="adsysClick?id="]
! https://github.com/AdguardTeam/AdguardFilters/issues/168944
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
@@||onet.pl^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/168695
lublin112.pl##.boxa
! https://github.com/AdguardTeam/AdguardFilters/issues/168694
tysol.pl###ads-art-bill
! https://github.com/AdguardTeam/AdguardFilters/issues/168780
audiostereo.pl#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/168726
dziennikwschodni.pl##.l-content > div[style="display: flex; justify-content: center; margin-top: 15px; margin-bottom: 15px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/168607
cowkrakowie.pl##.google--component
! https://github.com/AdguardTeam/AdguardFilters/issues/168592
||bookoflists.pl/detector.js
bookoflists.pl#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/168457
tabletowo.pl##div[style^="min-height: 130px;text-align: center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/168299
radioyanosik.pl##.entry-content > p[class="has-text-align-center"]
radioyanosik.pl##a[href^="https://clk.tradedoubler.com/click?p="]
! https://github.com/AdguardTeam/AdguardFilters/issues/168284
smakosze.pl#?#main > div > div > div:has(> button[aria-label="closeAnchor"])
! https://github.com/AdguardTeam/AdguardFilters/issues/168062
kino.coigdzie.pl##.mh310
kino.coigdzie.pl##a[href*="&utm_campaign="][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/167295
moje-gniezno.pl##.fdAdsGroup
moje-gniezno.pl##.additional-advert-special
moje-gniezno.pl#?#.elementor-widget-smartmag-codes > .elementor-widget-container > .a-wrap > .label:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/167254
lovekrakow.pl##.lk-ad-place
! https://github.com/AdguardTeam/AdguardFilters/issues/171183
! https://github.com/AdguardTeam/AdguardFilters/issues/167102
strims.*##a[href*="&utm_source="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/166609
jelonka.com##.kontener-reklam
! poral.eu - antiadblock
poral.eu###adblock-message
poral.eu#%#//scriptlet('abort-current-inline-script', 'setTimeout', 'adsbygoogle')
! https://github.com/AdguardTeam/AdguardFilters/issues/166347
radio.bialystok.pl#?#.show-for-medium:has(> .text-left > span:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/166054
3d-info.pl##div[id^="think-"]
3d-info.pl##.hide-mobile > .row > .col-12 > .auto-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/165174
tyna.info.pl##.baner
||tyna.info.pl/pl/_ajax/getBanners.php
! https://github.com/uBlockOrigin/uAssets/issues/20320
uwaga.tvn.pl##.ad-ph
uwaga.tvn.pl#%#//scriptlet('set-constant', 'Berry.waitFor', 'noopPromiseResolve')
! https://github.com/AdguardTeam/AdguardFilters/issues/164441
rentola.pl#?#.relative:has(> div[data-ezoic--main-target="placeholder"])
! https://github.com/AdguardTeam/AdguardFilters/issues/164468
gorzowianin.com###topmsg
gorzowianin.com##.rotator-file
gorzowianin.com##div[class="container"][style^="margin-top: 160px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/164168
wlkp24.info##.banner-carousel
! https://github.com/AdguardTeam/AdguardFilters/issues/164141
halorzeszow.pl##.tipad_tag
halorzeszow.pl##div[id^="widgetBody-placement"]
! https://github.com/AdguardTeam/AdguardFilters/issues/164140
||dnarynkow.pl/wp-content/uploads/*/*banner
||dnarynkow.pl/wp-content/uploads/*/1080x1920-18.png
! https://github.com/AdguardTeam/AdguardFilters/issues/164136
rmf.fm###RMF_FM_sg_top_bill
! https://github.com/AdguardTeam/AdguardFilters/issues/163658
ciekawostkihistoryczne.pl#$#.page-container { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163534
muratordom.pl##div[class^="zpr"][class*="inside"]
! https://github.com/AdguardTeam/AdguardFilters/issues/162705
winnicalidla.pl#$#html.async-hide { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/162657
infoprzasnysz.com##.ngemydow
! https://github.com/AdguardTeam/AdguardFilters/issues/162115
esportway.pl##img[alt*="Reklama"]
esportway.pl##a[href*="_adserwer.php"]
esportway.pl#?#.sidebar > div[id^="custom_html-"]:has(> .widget-title:contains(Reklama))
esportway.pl#?#.sidebar > div[id^="custom_html-"]:has(> .widget-title:contains(Reklama)) + div[id^="block-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/173600
! https://github.com/AdguardTeam/AdguardFilters/issues/164394
! https://github.com/AdguardTeam/AdguardFilters/issues/162001
@@||track.adform.net/*cpdir=$popup,domain=pepper.*
@@||stvkr.com/v*/click-$popup,domain=pepper.*
@@||track.webgains.com/click.html?$popup,domain=pepper.*
@@||t.adcell.com/p/click?$popup,domain=pepper.*
@@||t.adcell.com/forward?$popup,domain=pepper.*
@@||t.adcell.com/forward?*pepper.$popup
@@||t.adcell.com/p/click?*pepper.$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/161797
futurebeat.pl##.cld-ban2-c
futurebeat.pl###baner-outer
! https://github.com/AdguardTeam/AdguardFilters/issues/161933
||cdn.onnetwork.tv/js/player$script,domain=ddtorun.pl
ddtorun.pl###shops-products-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/161746
supernowosci24.pl###r-hero
supernowosci24.pl###mobile-ad
supernowosci24.pl###r-front-page
supernowosci24.pl###r-right-column
supernowosci24.pl###r-mid-page-wrapper
supernowosci24.pl###r-above-menu-wrapper
supernowosci24.pl#?#.pcfb-wrapper .penci-ercol-25:has(#r-footer)
! https://github.com/AdguardTeam/AdguardFilters/issues/161267
energetyka24.com##.ad-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/175803
! https://github.com/AdguardTeam/AdguardFilters/issues/167886
! https://github.com/AdguardTeam/AdguardFilters/issues/161329
kk24.pl,gorzowskie.pl,olesnica24.com##.text-center > div[class^="d-inline-block"][data-ciid]
! https://github.com/AdguardTeam/AdguardFilters/issues/161744
! https://github.com/AdguardTeam/AdguardFilters/issues/161331
weranda.pl,werandacountry.pl###sg_slot
weranda.pl,werandacountry.pl##.banner_flex
! https://github.com/AdguardTeam/AdguardFilters/issues/161330
limanowa.in##.ardContainer
limanowa.in##.barnerContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/161319
jakaoferta.pl##a[href*="&utm_term=baner"][target="_blank"] > img
jakaoferta.pl#?#.wp-block-group__inner-container > p:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/161270
pananimacja.pl##.backstretch
pananimacja.pl#$#body.td-background-link { cursor: auto !important; }
pananimacja.pl#%#//scriptlet('set-constant', 'td_ad_background_click_link', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/159952
glospowiatusredzkiego.pl##.banner--placeholder
||glospowiatusredzkiego.pl/pl/_ajax/getBanners.php
! https://github.com/AdguardTeam/AdguardFilters/issues/159917
megane.com.pl#%#//scriptlet('prevent-fetch', 'adsbygoogle')
@@||megane.com.pl^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/159778
nieznany-numer.pl##.content div[style="height:280px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/174032
! https://github.com/AdguardTeam/AdguardFilters/issues/174033
! https://github.com/AdguardTeam/AdguardFilters/issues/169786
! https://github.com/AdguardTeam/AdguardFilters/issues/168285
! https://github.com/AdguardTeam/AdguardFilters/issues/168272
! Speed up loading video player
pacjenci.pl,rolnikinfo.pl,turysci.pl,portalparentingowy.pl,biznesinfo.pl,lelum.pl,goniec.pl#%#//scriptlet('adjust-setTimeout', '/moviesetdelayed|0x|waitingForUserConsent/', '*', '0.001')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=goniec.pl|lelum.pl|biznesinfo.pl|portalparentingowy.pl|pacjenci.pl|rolnikinfo.pl|turysci.pl
pacjenci.pl,rolnikinfo.pl,turysci.pl,portalparentingowy.pl,biznesinfo.pl,lelum.pl,goniec.pl#?#div:is(.w-full, .col-span-3) > .items-center[style*="min-height:"]:has(> .ad-placeholder)
portalparentingowy.pl###anchor
! https://github.com/AdguardTeam/AdguardFilters/issues/159703
goniec.pl#?#.col-span-3 > .justify-center:has(> .ad-placeholder:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/159250
angielskieespresso.pl##a[href^="https://ad.doubleclick.net/"]
angielskieespresso.pl#?#.fusion-column-content > .naglowek:has(> strong:contains(/^REKLAMY$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/158194
g.pl##.banEntry
g.pl##div[class^="ban00"][class*="wrap"]
g.pl##div[id^="banC"]
g.pl###banP99_DFP
g.pl###c2c_embed
g.pl###adsMidboardDivId_1
||c2c24.pl^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/157934
! https://github.com/AdguardTeam/AdguardFilters/issues/157935
! https://github.com/AdguardTeam/AdguardFilters/issues/157936
wiadomoscihandlowe.pl#@#[class$="-ads"]
wiadomoscihandlowe.pl##.container-topads
wiadomoscihandlowe.pl,wiadomoscikosmetyczne.pl,halowies.pl,tygodnik-rolniczy.pl##div[class^="position_break_"][class$="_top"]
wiadomoscihandlowe.pl,wiadomoscikosmetyczne.pl,halowies.pl,tygodnik-rolniczy.pl##div[class^="position_right_"][class$="_top"]
wiadomoscihandlowe.pl,wiadomoscikosmetyczne.pl,halowies.pl,tygodnik-rolniczy.pl##div[class^="position_item_right_"][class$="_top"]
/templates/site/js/ads.js$domain=halowies.pl|tygodnik-rolniczy.pl|wiadomoscikosmetyczne.pl|wiadomoscihandlowe.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/157962
androidowy.pl#$#body { overflow: auto !important; }
androidowy.pl#$##detect-modal { display: none !important; }
androidowy.pl#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'doTest')
! https://github.com/AdguardTeam/AdguardFilters/issues/174954
! https://github.com/AdguardTeam/AdguardFilters/issues/173530
! https://github.com/AdguardTeam/AdguardFilters/issues/171504
! https://github.com/AdguardTeam/AdguardFilters/issues/171860
! https://github.com/AdguardTeam/AdguardFilters/issues/164486
! https://github.com/AdguardTeam/AdguardFilters/issues/156438
zambrow.org##div[id^="bills_in_rotation_"] > a > img
zambrow.org##.custom-html-box center > a[target="_blank"] > img
tulegnica.pl,tygodnikregionalna.pl,regionalna24.pl,lowicz24.eu,skarzyski.eu,zambrow.org,24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.sticky_anchor
tulegnica.pl,tygodnikregionalna.pl,regionalna24.pl,lowicz24.eu,skarzyski.eu,zambrow.org,24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.grid__ad
tulegnica.pl,tygodnikregionalna.pl,regionalna24.pl,lowicz24.eu,skarzyski.eu,zambrow.org,24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.adv
tulegnica.pl,tygodnikregionalna.pl,regionalna24.pl,lowicz24.eu,skarzyski.eu,zambrow.org,24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##div[style="min-height: 362px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/155184
silesia24.pl##.vertical__ad
silesia24.pl##.horizontal__ad
! https://github.com/AdguardTeam/AdguardFilters/issues/155342
dorzeczy.pl##.ad-aside
! https://github.com/AdguardTeam/AdguardFilters/issues/155231
krosno112.pl#?#.itemBody > span[style="font-size: x-small"] > center:contains(/^ R E K L A M A $/)
krosno112.pl#?#.container > .t3-spotlight > .col-lg-12:has(> .module > .module-inner > .module-ct > .bannergroup)
! https://github.com/AdguardTeam/AdguardFilters/issues/154761
twojstyl.pl#$#.body--ad--sticky .main--header { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154136
muratorplus.pl##div[id^="inside_"]
! filmomaniak.pl - ads
filmomaniak.pl##.cld-ban3-c
! https://github.com/AdguardTeam/AdguardFilters/issues/153583
emecze.pl##a[target="_blank"] > img
emecze.pl#?#.list > li[class]:not([data-recommended]):has(> a[target="_blank"]:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/153582
oddslivesport.com##a[target="_blank"] > img
oddslivesport.com#?#.tab-content div[class] > center > fieldset:has(> a[target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/153722
poradnikprzedsiebiorcy.pl##.header-content > .container-slider
! https://github.com/AdguardTeam/AdguardFilters/issues/153579
forumginekologiczne.pl#?#.mx-auto[style]:has(> span.text-xs:first-child:contains(/^REKLAMA:$/) + div[class]:last-child)
forumginekologiczne.pl#?#.grid > div[class] > div[style*="max-width:"]:has(> span.text-xs:first-child:contains(/^REKLAMA:$/) + div[class]:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/153560
polityka.pl##.cg_ad_outer
! https://github.com/AdguardTeam/AdguardFilters/issues/151484
extradom.pl##.corner-box
extradom.pl#$#.corner-box { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/150996
@@||pl-play.adtonos.com^$domain=tokfm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/150766
mecze24.pl##center > a[target="_blank"] > img[style^="width: 100%"]
mecze24.pl##div[style^="text-align: left; width: 100%; padding:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/150769
comparic.pl#%#//scriptlet('set-constant', 'AdvAdsAdBlockCounterGA', 'noopFunc')
comparic.pl##a[href="https://reach4.biz/meetup/"][data-wpel-link="external"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/150664
glivice.pl,slazag.pl,bytomski.pl,piekary.info,twojknurow.pl,nowinytyskie.pl,ngs24.pl,24kato.pl,rudzianin.pl,zabrzenews.pl,chorzowski.pl,tarnowskiegory.info,24zaglebie.pl##.banner_top
glivice.pl,slazag.pl,bytomski.pl,piekary.info,twojknurow.pl,nowinytyskie.pl,ngs24.pl,24kato.pl,rudzianin.pl,zabrzenews.pl,chorzowski.pl,tarnowskiegory.info,24zaglebie.pl#?#.similar__articles > div.similar__articles__single:has(> div[id^="render-campaign-"])
tarnowskiegory.info,piekary.info##.campaign-label
! poki.pl - ad leftovers
poki.pl#?#div[class*=" "] > div[class] > div[style^="height:"] + div[class]:contains(/^Reklama/):upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/150554
prywatnie.eu##.wp-block-image > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/149764
otomoto.pl##article[data-testid="carsmile-listing-ad"]
otomoto.pl##main[data-testid="search-results"] > p
! https://github.com/AdguardTeam/AdguardFilters/issues/149508
weszlo.com##.fuksiarz-logo
! https://github.com/AdguardTeam/AdguardFilters/issues/148732
jastrzabpost.pl##div[id^="jastrzabpost-"]
jastrzabpost.pl##.jastrzabpost-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/148735
dywanik.pl##.min-h-\[65px\].sm\:min-h-\[72px\].lg\:min-h-\[96px\].xl\:min-h-\[93px\]
! https://github.com/AdguardTeam/AdguardFilters/issues/149269
elektromobilni.pl##div[id^="elekt-"] > a[target="_blank"] > img
elektromobilni.pl##main .elementor-widget-container > a[target="_blank"] > img
elektromobilni.pl#?#.elementor-widget-container > div.elementor-heading-title:contains(/^REKLAMA$/)
evklub.pl##div[class^="Newsfeed_containerAd_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/149217
okazjum.pl##.cv-ad
okazjum.pl##.post-item--sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/149218
naszemma.pl##img[style^="width: 100%; max-width: 970px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/148740
tko.pl###tdi_79
! https://github.com/AdguardTeam/AdguardFilters/issues/148742
dlahandlu.pl##.page-top
! https://github.com/AdguardTeam/AdguardFilters/issues/148758
zlotowskie.pl##.adv
zlotowskie.pl##.grid__ad
zlotowskie.pl##.news > div[style^="min-height:"]
zlotowskie.pl##.news__content > div[style="min-height: 500px;"]
zlotowskie.pl#?#.grid__container div.custom-html-box:has(.bannerSlider)
! https://github.com/AdguardTeam/AdguardFilters/issues/147343
||mmarocks.pl/sbt/720x180.png
mmarocks.pl##.p-body-pageContent > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/146876
forsal.pl##.infor-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/146878
goal.pl###header-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/146880
niezalezna.pl##div[style="min-height: 300px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/146735
miastodzieci.pl##.centrujbanernapodstronach
miastodzieci.pl##.widget_custom_html > .custom-html-widget > .sw_slider
miastodzieci.pl#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/146731
rynek-rolny.pl###fixedElement2
rynek-rolny.pl#%#//scriptlet('abort-current-inline-script', 'document.write', 'unescape')
! https://github.com/AdguardTeam/AdguardFilters/issues/146732
stacja7.pl##.st7-shop
stacja7.pl##.st7-products
stacja7.pl##.st7-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/146353
disco-polo.eu#?#.elementor-widget-container > div[style*="width"]:has(> center > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/146065
press.pl##.banner_holder
press.pl#?#.posts_day_container:has(> .wide_big_post > .post_slider > .post_slide > div[style^="position: absolute;"]:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/145357
e-pity.pl##.AdvertBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/145525
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=slowopodlasia.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/145159
radio-internetowe.com##div[class^="ad_mobil"]
@@||pl-play.adtonos.com^$domain=radio-internetowe.com
! https://github.com/AdguardTeam/AdguardFilters/issues/144515
niebezpiecznik.pl###main > div.post ~ p[style="color:gray"]
niebezpiecznik.pl###main > div.post ~ p[style="color:gray"] + a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144236
mambiznes.pl##.container.header-billboard-area
! https://github.com/AdguardTeam/AdguardFilters/issues/144225
ithardware.pl##div[style="width:100%;margin-top:10px;margin-bottom:10px;height:100px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144208
||videoexchanger.com^$domain=ortograf.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/144206
topagrar.pl##.ad-container-0
! https://github.com/AdguardTeam/AdguardFilters/issues/144207
traktorpool.pl,baupool.com.pl##.billboard
! https://github.com/AdguardTeam/AdguardFilters/issues/144112
gramwzielone.pl##div.a
! https://github.com/AdguardTeam/AdguardFilters/issues/144101
eglos.pl#@#.ads-list
! https://github.com/AdguardTeam/AdguardFilters/issues/144117
bielskiedrogi.pl##.blok-r
||pless-intermedia.pl/public/slajdy/html/*.html$subdocument,domain=bielskiedrogi.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/144118
leba24.info##.code-block
leba24.info##.advertizing-slots
! https://github.com/AdguardTeam/AdguardFilters/issues/144121
otowejherowo.pl##.ai_widget
otowejherowo.pl##.code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/144122
sprzedawacz.pl##.ga-cnt
! https://github.com/AdguardTeam/AdguardFilters/issues/144124
iotwock.info##.grid__ad
iotwock.info##.adv
iotwock.info##.grid__container div.custom-html-box
iotwock.info##.news__content > div[style="min-height: 500px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144123
halogorlice.info##div[class*="widget-advert"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144119
powiatowa.info#?#.jm-title-wrap > .jm-title:contains(/^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/144115
glogow-info.pl###outer-800 > div > div[style="font-size:8px; color: grey; text-align: left;"]
glogow-info.pl###outer-800 > div > div[style="background:none;margin:0;width:515px;height:300px;"]
glogow-info.pl#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/144111
skokinarciarskie.pl##body > div[style^="width: 750px; height: 200px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144125
||motomaszyny.pl/web/images/bannery/
! https://github.com/AdguardTeam/AdguardFilters/issues/144126
igrit.pl###pyToMove
igrit.pl##.imgs[data-py]
igrit.pl##.section-inside-py
igrit.pl##.mobile_top_banner
igrit.pl##.sticky-top a[target="_blank"][data-id] > img
igrit.pl#%#//scriptlet('prevent-setTimeout', 'top_banner_')
||igrit.pl/api/py/$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/144116
archiwumalle.pl#@#.adplacement
archiwumalle.pl#%#//scriptlet('abort-current-inline-script', 'jQuery', 'adblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/143915
pogonsportnet.pl##.fluid-banner
pogonsportnet.pl#$#.kode-header-absolute { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143484
grajteraz.pl##.banner
grajteraz.pl##.banner-medium-rectangle
||grajteraz.pl/bfb/*.php
! https://github.com/AdguardTeam/AdguardFilters/issues/142537
pl.europa.jobs##.post_content > .aligncenter > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/142891
rmfon.pl###ad-gora-bill
! https://github.com/AdguardTeam/AdguardFilters/issues/142871
serialowa.pl##.vertical__adv
serialowa.pl##.horizontal__adv
! https://github.com/AdguardTeam/AdguardFilters/issues/142355
sprzedajemy.pl##.desktopLayTopPremiumWrp
! https://github.com/AdguardTeam/AdguardFilters/issues/142314
speedtest.com.pl##.adv2
! https://github.com/AdguardTeam/AdguardFilters/issues/142280
estadion.pl##.side > .box-tv
estadion.pl##.side > .topcodes
estadion.pl##.tabco > button.tablinks + span
soccerlive24.pl,estadion.pl##a[href="/go/wp-pilot"] > img
estadion.pl##*:not(.info2, .bonusx) > a[href="/go/sts"]
estadion.pl##*:not(.info2, .bonusx) > a[href="/go/betclic-tv"]
||estadion.pl/_next/image?url=https%3A%2F%2Fapi.estadion.pl%2Fimg%2Fads%2F
! https://github.com/AdguardTeam/AdguardFilters/issues/142275
kreskowki.tv#%#//scriptlet('prevent-setTimeout', 'ad.offsetHeight === 0')
kreskowki.tv#$#.adsbox.textads.banner-ads { display: block !important; }
kreskowki.tv#?#.right-side-bar > .panel > .panel-body:has(> .fancybox-box > div > div[id^="spolecznosci-"])
||kreskowki.tv/assetcdn/get.php?
||kreskowki.tv/assetcdn/top.js
! https://github.com/AdguardTeam/AdguardFilters/issues/142208
! https://github.com/AdguardTeam/AdguardFilters/issues/142207
! https://github.com/AdguardTeam/AdguardFilters/issues/142205
analizafinansowa.pl,transport-expert.pl,portalzp.pl##div[id^="baner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142204
portalochronysrodowiska.pl##.baner-box
portalochronysrodowiska.pl##.baner-long
portalochronysrodowiska.pl##.banner-elerneo
portalochronysrodowiska.pl##.baner-horizontal
portalochronysrodowiska.pl##.widget-baner
portalochronysrodowiska.pl#?#.container-content > .nf-box[class*="layout"]:has(> div[style="height: 375px;"]:only-child:empty)
! https://github.com/AdguardTeam/AdguardFilters/issues/159617
forum.benchmark.pl#?#div[id][style*="min-height:"]:has(> img[src="https://std.wpcdn.pl/images/adv/placeholder_wp.svg"])
! https://github.com/AdguardTeam/AdguardFilters/issues/141564
benchmark.pl##.hidden-lg-up
benchmark.pl##.hidden-tb-up
benchmark.pl##.hidden-tb-down
benchmark.pl##.hidden-md-down
benchmark.pl#?##content > div:has(> style + div)
benchmark.pl#?#.container > .col-xs-12 > div[class*="hidden"]:has(> style:first-child + div[class]:last-child > img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"])
benchmark.pl#?#.container > .col-xs-12 > div[class]:only-child:has(> style:first-child + div[class]:last-child > img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"])
! https://github.com/AdguardTeam/AdguardFilters/issues/141366
comparic.pl##.artyuio-single
! https://github.com/AdguardTeam/AdguardFilters/issues/141478
portalbhp.pl,portalprzedszkolny.pl,portaloswiatowy.pl##div[id^="baner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/141180
gowork.pl##.sidebar-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/141181
krs-online.com.pl##.adsensem
krs-online.com.pl###main > div[style="margin:25px auto;text-align:center"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/143285
mp.pl###bazalekow-top-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/141178
mp.pl#?#.row > #top-board:has(> #ad-top-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/141030
popkulturowykociolek.pl###media_image-5
||popkulturowykociolek.pl/wp-content/uploads/*/*/*-reklama-baner.png
||popkulturowykociolek.pl/wp-content/uploads/*/*/*-Baner-Reklama.webp
! https://github.com/AdguardTeam/AdguardFilters/issues/141022
streamgoals.com##.vjs-overlay > a[target="_blank"]
streamgoals.com#?##video .vjs-overlay:has(> a[target="_blank"])
streamgoals.com#%#//scriptlet('set-constant', 'inventoryAd', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/140919
jaw.pl#?#aside.widget_block:has(> h2:contains(Reklama))
jaw.pl#?#aside.widget_block:has(> pre a[href^="https://bit.ly/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/140814
sportrelacje.pl##a[href^="https://online.efortuna.pl/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140813
lajfy.com##*:not(#footer) > div[class^="banner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140097
przegladsportowy.onet.pl##aside[style="padding-top: 350px;"]
przegladsportowy.onet.pl##aside[class^="Rectangle_placeholderRectangle"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140101
smak.pl##.placeholder
smak.pl##div[style="height:775px;"]
! https://github.com/AdguardTeam/CoreLibs/issues/1720
! https://github.com/AdguardTeam/AdguardFilters/issues/140053
podhale24.pl##.castorama
podhale24.pl##.post > .a.bg
podhale24.pl##.allmedica.footer > span
! https://github.com/AdguardTeam/AdguardFilters/issues/139829
mecze24.pl#?##p-left > div[class="module"]:has(> div.toptipsTab)
mecze24.pl###overlay_m24 + .list
mecze24.pl##.text > div[style^="text-align: left; width: 100%; padding: 10px 15px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/139828
! https://github.com/AdguardTeam/AdguardFilters/issues/139834
hdmecze.com##[class^="cool-stuff"]
/lvbet-tv.jpg
/1betsson.png
/kasynos_online.png
/1unibet.png
! https://github.com/AdguardTeam/AdguardFilters/issues/139580
zaufanatrzeciastrona.pl##.content-wrap > center > a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/139676
technostrefa.com##.entry-content > div.wp-block-buttons
! https://github.com/AdguardTeam/AdguardFilters/issues/139372
bezprzeplacania.pl##img[width="160"][height="600"]
bezprzeplacania.pl##div[style="text-align: center; margin: 0; padding: 0;"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/139136
polskiprzemysl.com.pl##.banner-full
polskiprzemysl.com.pl##.baner-and-partners
! https://github.com/AdguardTeam/AdguardFilters/issues/139129
fotopolis.pl##.cyfrowepl
fotopolis.pl##.fotoforma
! https://github.com/AdguardTeam/AdguardFilters/issues/138312
haloursynow.pl##.spons
haloursynow.pl##.baner
! https://github.com/AdguardTeam/AdguardFilters/issues/138431
whitemad.pl##a[href^="http://bit.ly/"] > img
whitemad.pl##a[href^="https://oakywood.shop/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/138313
gramwzielone.pl##a[href^="https://pl.goodwe.com/"]
gramwzielone.pl#?#div.right-column > section.gwz-box:has(> div > a > div:contains(Reklama))
! https://github.com/AdguardTeam/AdguardFilters/issues/138309
cashless.pl#?#.container > div.text-xs:contains(/^Reklama/)
! https://github.com/AdguardTeam/AdguardFilters/issues/138337
moviesroom.pl##.popup-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/138100
se.pl,poradnikzdrowie.pl###hook_box_topboard
! https://github.com/AdguardTeam/AdguardFilters/issues/137685
naszemma.pl###block-16
naszemma.pl##a[href^="https://naszemma.pl/go/betclic"]
! https://github.com/AdguardTeam/AdguardFilters/issues/137687
ortograf.pl##.sky-rectangle
ortograf.pl##.spolecznoscinet
! https://github.com/AdguardTeam/AdguardFilters/issues/137682
lowking.pl###text-32
lowking.pl###stream-item-widget-2
lowking.pl##a[href^="https://online.efortuna.pl/"] > img
lowking.pl#?#.main-content > div[id^="tie-block_"].stream-item:has(> .container-wrapper > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/137670
niezalezna.pl##.wtg
! https://github.com/AdguardTeam/AdguardFilters/issues/137672
polskieradio.pl##a[class^="banner-item"]
polskieradio.pl##div[id*="_ContentPlaceHolder"] > div[style^="display: block; font-size:"]
||polskieradio.pl/_images/baner/
! https://github.com/AdguardTeam/AdguardFilters/issues/137661
@@||senda.pl/ads/*.js$~third-party
||googletagmanager.com/gtag/js?id=$script,redirect=noopjs,domain=senda.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/137568
dobreprogramy.pl##div.Rap[class*=" "]
dobreprogramy.pl#?#div[role="list"] > div[role="listitem"]:has(> div > div > div > span:contains(REKLAMA))
! https://github.com/AdguardTeam/AdguardFilters/issues/137379
promoklocki.pl#?#header > div.mb-2:has(> a[href] > img.banner-top)
! https://github.com/AdguardTeam/AdguardFilters/issues/137299
moviesroom.pl##a[href^="https://bit.ly/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/137185
propertynews.pl##.sad
propertynews.pl##.sad-billboard
! https://github.com/AdguardTeam/AdguardFilters/issues/137187
infodent24.pl##.advB
infodent24.pl##.topBelka > .left
! https://github.com/AdguardTeam/AdguardFilters/issues/137188
sadnowoczesny.pl,warzywaiowoce.pl,elita-magazyn.pl,profitechnika.pl##.grid--ad
sadnowoczesny.pl,warzywaiowoce.pl,elita-magazyn.pl,profitechnika.pl##.container--break
sadnowoczesny.pl,warzywaiowoce.pl,elita-magazyn.pl,profitechnika.pl##.position_right_01_top
sadnowoczesny.pl,warzywaiowoce.pl,elita-magazyn.pl,profitechnika.pl##.position_item_right_01_top
/templates/site/js/ads.js$domain=profitechnika.pl|elita-magazyn.pl|warzywaiowoce.pl|sadnowoczesny.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/136963
ciekawostkihistoryczne.pl##.wallpaper__link[target="_blank"]
ciekawostkihistoryczne.pl#$#.page-container[style^="background-image: url"] { background-image: none !important; padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137004
||ssp.wp.pl/bidder/
! https://github.com/AdguardTeam/AdguardFilters/issues/136974
bestflix.pl##.promo
bestflix.pl###top-area-promo
bestflix.pl##.sticky-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/136957
meteoprog.pl##.promo
! https://github.com/AdguardTeam/AdguardFilters/issues/136922
weatheronline.pl##.banner_oben
! ewybory.eu - incorrect blocking
ewybory.eu#@#.advertisment
! https://github.com/AdguardTeam/AdguardFilters/issues/136777
pudelek.pl#?##page_content > div[class^="sc-"]:has(> div[class^="sc-"] > div:contains(Oferty dla))
! https://github.com/AdguardTeam/AdguardFilters/issues/136775
dziennik.pl##.infor-ad
||ocdn.eu/workshopinforocdn/infor/misc/taboola-assets/taboola_v*.js
||ocdn.eu/dziennik/infor/adquestoConfig/adquestoConfig_v*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/136454
newsweek.pl##.pwPlistNin
! https://github.com/AdguardTeam/AdguardFilters/issues/136683
tarnowska.tv##.tipad_tag
tarnowska.tv##.d-inline-block[data-ciid]
tarnowska.tv#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=tarnowska.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/136455
rp.pl###contentVideoAdvert
rp.pl##.articleInnerAdvertContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/136292
ladnepodatki.pl##.rainbow-border.q-carousel
! https://github.com/AdguardTeam/AdguardFilters/issues/136076
comparic.pl##a[href^="https://j2t.com/"]
comparic.pl##.grtyuio
comparic.pl#?#.tdc-content-wrap > div[id^="tdi_"] > div.vc_row div.wpb_wrapper div[class*="artyuio"]:upward(div.wpb_wrapper)
comparic.pl#?#.tdc-content-wrap > div[id^="tdi_"] > div.vc_row > div.vc_column > div.wpb_wrapper > div.wpb_text_column > div.wpb_wrapper > div[class] > center > a[href="https://j2t.com/pl/"]:upward(div[id^="tdi_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/135708
itreseller.com.pl##.header-adver
itreseller.com.pl##a.gofollow[data-track]
! https://github.com/AdguardTeam/AdguardFilters/issues/135134
fanipogody.pl###oa_placeholder
fanipogody.pl##div[id^="oa-360-"][data-dest="placeholder"]
! https://github.com/AdguardTeam/AdguardFilters/issues/135063
tuwroclaw.com##.w2g-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/134468
autofakty.pl#@#.widget_text.widget, .entry
autofakty.pl##.post_baner_top
! https://github.com/AdguardTeam/AdguardFilters/issues/134539
wroclawskiportal.pl##.bdaia-e3-container > a[target="_blank"] > img
wroclawskiportal.pl##.bdaia-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/134124
moviesroom.pl###hook_after_title
moviesroom.pl##a[href^="https://gde-default.hit.gemius.pl/"] > img
moviesroom.pl#?#.sidebar > div:not([class], [id]):has(> .basic-slider)
! https://github.com/AdguardTeam/AdguardFilters/issues/134406
fm.tuba.pl##div[class*="bg-[url(/assets/tuba-logo-ads.png)]"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134110
parenting.pl##a[rel="sponsored noopener noreferrer"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134267
files4you.org###posts div[id^="post_message_"] div[align="center"] > div[style^="height:"][style*="width:"][style*="position:"][style*="background:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/156652
! https://github.com/AdguardTeam/AdguardFilters/issues/133914
pb.pl##.n2pb-ad-container
pb.pl##div[class^="npb-"][class$="-adv"]
! https://github.com/AdguardTeam/AdguardFilters/issues/133846
24kurier.pl#$#.box_reklama_txt { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/133439
cybersport.pl##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/133414
laziska.com.pl,m-ce.pl,mojbytom.pl,mojchorzow.pl,mojegliwice.pl,mojekatowice.pl,mojetychy.pl,mojmikolow.pl,orzesze.com.pl,piekaryslaskie.com.pl,pyskowice.com.pl,rudaslaska.com.pl,rybnicki.com,siemianowice.net.pl,sosnowiecki.pl,swiony.pl,wodzislaw.com.pl,zabrze.com.pl,zory.com.pl##.m-ads-revive__zone
! https://github.com/AdguardTeam/AdguardFilters/issues/133412
portalkomunalny.pl##.td-header-sp-recs
portalkomunalny.pl##body .wppaszone
! https://github.com/AdguardTeam/AdguardFilters/issues/133356
bryk.pl##.omnibusBannerContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/132811
jugomobile.com#@#.adbanner
jugomobile.com#%#//scriptlet("prevent-setTimeout", "siteAccessPopup()")
! https://github.com/AdguardTeam/AdguardFilters/issues/132737
hokej.net##aside.Ad
hokej.net#$##AdB { display: none !important; }
hokej.net#$#.blur > [class]{ filter: none !important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/132572
biletomat.pl#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/132329
ding.pl##span[aria-label="ad-box"]
ding.pl#@#a[href^="https://ad.doubleclick.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/132065
motormania.com.pl##div[class*="block-add"]
! https://github.com/AdguardTeam/AdguardFilters/issues/131656
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=kanalsportowy.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/131514
ekstraklasatrolls.pl##.apPluginContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/131515
swiatkoni.pl##.klikaczset
swiatkoni.pl##.blockaa-title
swiatkoni.pl##div[id^="klikacz"]
||swiatkoni.pl/file/Banner_
! https://github.com/AdguardTeam/AdguardFilters/issues/131187
comparic.pl###text-181
comparic.pl###text-190
comparic.pl###text-132
comparic.pl###text-126
comparic.pl###text-180
comparic.pl##.reklamaBok
comparic.pl#?#.td-post-content > p:has(a[href^="https://www.purple-trading.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/131167
forum.info-ogrzewanie.pl###elPostFeed div[style^="background: #fff; margin-top: -19px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/131325
przewodnik.tv#@#.adbanner
przewodnik.tv#%#//scriptlet("prevent-setTimeout", "siteAccessPopup()")
! https://github.com/AdguardTeam/AdguardFilters/issues/131277
infoprzasnysz.com##.rimy
! https://github.com/AdguardTeam/AdguardFilters/issues/131077
dziennikprawny.pl##article > div:not([class]) > a[target="_blank"][rel="noopener"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/131705
! https://github.com/AdguardTeam/AdguardFilters/issues/134017
! https://github.com/AdguardTeam/AdguardFilters/issues/131054
!+ NOT_OPTIMIZED
ithardware.pl##div[id^="art-"][id*="Baner"]
!+ NOT_OPTIMIZED
ithardware.pl##div[style^="min-height:"][style*="overflow:hidden;"]
!+ NOT_OPTIMIZED
ithardware.pl##div[style^="min-height:"][style*="overflow: hidden;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130726
||vulcanm.home.pl/_uonetads/$domain=vulcan.net.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/130527
tanuki.pl##a[id^="bannerhref"]
tanuki.pl###sidebar > div#buttons
! https://github.com/AdguardTeam/AdguardFilters/issues/130621
epoznan.pl##div[style^="clear: both; display: block; margin: 0 auto 10px auto;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130678
silesion.pl##.theiaStickySidebar > aside > .widget_block > figure.wp-block-image > a[href^="https://silesion.pl/"] > img[srcset]
silesion.pl#?#.theiaStickySidebar > aside > .widget_block:has(> figure.wp-block-image > a[href^="https://silesion.pl/"] > img[srcset])
! https://github.com/AdguardTeam/AdguardFilters/issues/130512
rdc.pl##.advertisement_holder_box
! https://github.com/AdguardTeam/AdguardFilters/issues/130565
! https://github.com/AdguardTeam/AdguardFilters/issues/139582
histmag.org,inzynieria.com##.w2g-rodzic
! https://github.com/AdguardTeam/AdguardFilters/issues/130337
planetagracza.pl##.discounts-block
planetagracza.pl##.discounts--partner
! https://github.com/AdguardTeam/AdguardFilters/issues/130245
auto-swiat.pl###googleAdsCont
! https://github.com/AdguardTeam/AdguardFilters/issues/129995
||pecetowicz.pl/uploads/monthly_2022_08/hostido.webp
pecetowicz.pl###ipsLayout_mainArea .ipsList_inline > .ipsResponsive_inlineBlock > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/130160
||milanos.pl/assetcdn/img.php
milanos.pl##div[align="center"]
milanos.pl#?#aside > div.row:has(> div.widget > div.row > div[align="center"])
milanos.pl#?#.post > div.row:has(> div[align="center"] > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/129606
kanonierzy.com##div[style^="float: left;"][style*="text-align: center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/167785
realmadryt.pl#%#//scriptlet('prevent-fetch', '/optad360\.io|pagead2\.googlesyndication\.com/')
! https://github.com/AdguardTeam/AdguardFilters/issues/146241
! https://github.com/AdguardTeam/AdguardFilters/issues/137044
! https://github.com/AdguardTeam/AdguardFilters/issues/129607
realmadryt.pl##div[class^="rmpl-adsense-"]
realmadryt.pl##.rmpl-comment-ad
realmadryt.pl##.gamebar-section-sponsors
realmadryt.pl##.cmb-sponsor-container
||realmadryt.pl/img/banners/
! https://github.com/AdguardTeam/AdguardFilters/issues/129608
fcbarca.com##.adverts-box
primeradivision.pl,fcbarca.com##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/129612
fintek.pl##.banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/129257
waluty360.pl##.baner
||waluty360.pl/images/walutomat_*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/129154
infofordon.pl#?#.motoslider_wrapper:has(div[ms-slide-repeater] > a[href^="https://servi.pl/"])
infofordon.pl#?#.motoslider_wrapper:has(div[ms-slide-repeater] > a[href="https://infofordon.pl/reklamy/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/128653
||cdn.gallery^$third-party
zambrow.org##.c-content > div[style="min-height: 500px;"]
zambrow.org##[target="_new"] > img[width="250"]
! https://github.com/AdguardTeam/AdguardFilters/issues/128944
filmozercy.com##.c-panel-fs
filmozercy.com##.o-sidebar > div > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/128454
!+ NOT_OPTIMIZED
lublin112.pl##div[style="min-height: 325px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/128455
radioostrowiec.pl##.rl-image-widget > .widgettitle-reklama:not(:empty)
radioostrowiec.pl##.rl-image-widget > .widgettitle-reklama:not(:empty) + .rl-image-widget-link
radioostrowiec.pl##.rl-image-widget > .widgettitle-reklama:not(:empty) + .rl-image-widget-image
! https://github.com/AdguardTeam/AdguardFilters/issues/128654
||mylomza.pl/static/files/inline_images/*/inline__
mylomza.pl##div[style="min-height: 634px;"]
mylomza.pl##div[style="min-height: 500px;"]
mylomza.pl##div[style="min-height: 362px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/128614
radomszczanska.pl##.c-content__adv
radomszczanska.pl##.l-container--rwd > .l-row > .l-box > * > div[id^="bills_in_rotation_"] > img
radomszczanska.pl##.l-container--rwd > .l-row > .l-box > p > a:not([href*="radomszczanska.pl"]) > img
radomszczanska.pl##.l-container--rwd > .l-row > .l-box > p > img[src^="/static/files/inline_images/"]
radomszczanska.pl#?#.l-col--side > .l-col__item[style]:has(.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/128613
rapnews.pl##.sgpb-popup-overlay
rapnews.pl###sgpb-popup-dialog-main-div-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/128602
||isbnews.pl/img/advert/
! https://github.com/AdguardTeam/AdguardFilters/issues/128366
rmfmaxx.pl,rmfmaxxx.pl##.ph-ad-zone
rmfmaxxx.pl#$##yt-player-container { display: block !important; }
rmfmaxxx.pl#$##videojs-player-container { display: none !important; }
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video-js.min.css$domain=rmfmaxxx.pl
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video.min.js$domain=rmfmaxxx.pl
@@||googleads.github.io/videojs-ima/dist/videojs.ima.js$domain=rmfmaxxx.pl
@@||googleads.github.io/videojs-ima/node_modules/videojs-contrib-ads/dist/videojs.ads.min.js$domain=rmfmaxxx.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/128293
eurobuildcee.com##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/147525
! https://github.com/AdguardTeam/AdguardFilters/issues/128292
menworld.pl##.custom_html-2
menworld.pl##.block-da
menworld.pl##.zeen-da-wrap
menworld.pl##a[href^="https://c.trackmytarget.com?"] > img
||menworld.pl/wp-content/uploads/*/*/veganstyle-banner-scaled.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/128076
comparic.pl#$#body .td-header-wrap { height: auto !important; }
comparic.pl##iframe[src^="https://capital.com/widgets/"]
comparic.pl##a[href^="https://lp.tms.pl/"] > img
comparic.pl###tdi_55
comparic.pl##.cp_topBanner
comparic.pl#?#.wpb_wrapper > div.wpb_content_element:has(> div.wpb_wrapper > p > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/128000
bitnova.info#@#.AdBar
bitnova.info#@#.AdCenter
bitnova.info#@#.ADwidget
bitnova.info#$#body > .AdBar { display: block !important; }
bitnova.info#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
bitnova.info##body > div[style^="position: fixed;"][style*="display: block; box-sizing: border-box; padding:"][style*="font-weight: bold; font-size:"][style*="text-align: center;"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/127688
tustolica.pl##.slot
tustolica.pl##.s-label
tustolica.pl##.sep-huge
tustolica.pl#?#.colB > div.s-link-img > a[target="_blank"] > img:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/127590
moviesroom.pl#$#body { overflow: auto !important; }
moviesroom.pl##a[href^="https://kloti.pl"]
! https://github.com/AdguardTeam/AdguardFilters/issues/127609
esanok.pl##.sidebar-blok.reklama
esanok.pl##.con-post > .row > .post-entry > .row > .col-md-6 > div[style^="width: 300px; height: 260px; background-color:"]
esanok.pl#?#.sidebar-blok.patronat:has(> .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/127589
mojagazetka.com##div[data-cy="AdsWrapper"]
! https://github.com/AdguardTeam/AdguardFilters/issues/127383
sadeczanin.info###topContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/127042
tuolawa.pl##.widget-advert_placement
tuolawa.pl##.d-inline-block[data-ciid]
! https://github.com/AdguardTeam/AdguardFilters/issues/127043
portal-polski.pl##.entry-content > figure[id^="attachment_"][style^="width:"]
portal-polski.pl#?##secondary > aside[id^="block-"]:has(> a[href^="https://webep1.com/"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/127354
miejscawewroclawiu.pl##rs-module-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/127347
trans.info#?#.container > div.text-center:has(> ins[class^="staticpubads"])
! https://github.com/AdguardTeam/AdguardFilters/issues/146650
meczyki.pl##.page-wrapper > .container > .box > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/127359
meczyki.org##.list > .promo
meczyki.org##[class^="cool-stuff"]
meczyki.org##a[href^="https://meczyki.net.pl/bukmacher/"] > img
||betonline.net.pl/media/images/$domain=meczyki.org
! https://github.com/AdguardTeam/AdguardFilters/issues/127358
elivescore.pl##.fortuna-border
elivescore.pl##[class^="cool-stuff"]
elivescore.pl##a[href^="https://elivescore.pl/bukmacher/"] > img
elivescore.pl##body .wff_text_advertisement:not(#style_important)
elivescore.pl##body div[id^="wff_banner_holder_"]:not(#style_important)
||betonline.net.pl/media/images/$domain=elivescore.pl
! centrum-dramy.pl - ads
centrum-dramy.pl###overplay
! https://github.com/AdguardTeam/AdguardFilters/issues/158030
! https://github.com/AdguardTeam/AdguardFilters/issues/127034
!+ NOT_OPTIMIZED
onetech.pl##a[target="_blank"][rel="sponsored"] > img
||onetech.pl/wp-content/uploads/*/*/banner1-1.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/154029
! https://github.com/AdguardTeam/AdguardFilters/issues/129583
zerion.cc##.ad
||zerion.cc/assets/js/pcm.js
zerion.cc#%#//scriptlet("abort-on-property-write", "p$00a")
zerion.cc#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/127041
!+ NOT_OPTIMIZED
olawa24.pl##.place-items-center > div > a[href^="https://olawa24.pl/redirect?token="][rel]
!+ NOT_OPTIMIZED
||olawa24.pl/media/campaigns/files/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/127265
archeologia.com.pl#?#p:contains(/^Reklama$/)
archeologia.com.pl##a[href^="https://wydajenamsie.pl/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/126736
! https://github.com/AdguardTeam/AdguardFilters/issues/130555
jastrzabpost.pl##.adc
jastrzabpost.pl###sticky-anchor
! https://github.com/AdguardTeam/AdguardFilters/issues/126661
lodzkisport.pl##div[class^="zajawka-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/126330
tubachorzowa.pl#%#//scriptlet("abort-current-inline-script", "$", "adshowed")
tubachorzowa.pl#?#.main .stackable.center > p > small:contains(/^REKLAMA$/):upward(2)
tubachorzowa.pl#?#div[id] > .stackable.center[style] > small:contains(/^REKLAMA$/):upward(1)
||dummyimage.com^$domain=tubachorzowa.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/126666
goal.pl##.banner
goal.pl#?#.widget-area > aside[id^="block"]:matches-css-after(content: /^reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/126477
portalsamorzadowy.pl##.sad
! sprawdzwegiel.pl - antiadblock
sprawdzwegiel.pl#%#//scriptlet('prevent-element-src-loading', 'script', 'static.hotjar.com/c/hotjar-')
! https://github.com/AdguardTeam/AdguardFilters/issues/174690
koty.pl,psy.pl#?#main > section[class^="sc-"] > div:not([class]):has(> h2 ~ div[class^="sc-"] > pre:contains(/^Reklama$/))
koty.pl,psy.pl##.portal-top-banner
koty.pl,psy.pl##.portal-header + hr:empty
koty.pl,psy.pl##section[class*="portal-homepage-placeholder-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125696
radio.pl#?#div[class^="sc-"] > div[class^="sc-"] > div[id^="RAD_"]:upward(2)
radio.pl#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
! https://github.com/AdguardTeam/AdguardFilters/issues/125594
||konflikty.pl/wp-content/uploads/*/*/reklama-*.jpg
konflikty.pl##.post-content > p[style*="text-align: center;"] + p > a[target="_blank"] > img
konflikty.pl#?#.post-content > p[style*="text-align: center;"]:contains(/^—REKLAMA—$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/125341
praktyczna-ortopedia.pl##.auto-pr-block
praktyczna-ortopedia.pl##.sidenote-promotion
praktyczna-ortopedia.pl##.article-content > div:not([class], [id]) > .sep-txt
praktyczna-ortopedia.pl##.article-content > div:not([class], [id]) > div[id^="smb_"]
praktyczna-ortopedia.pl##.article-content > div:not([class], [id]) > p[style*="text-align: center;"] ~ p[style] > a[target="_blank"] > img
praktyczna-ortopedia.pl#?#.article-content > div:not([class], [id]) > p[style*="text-align: center;"]:contains(/^R e k l a m a$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/125340
probasket.pl##.widget_text
! https://github.com/AdguardTeam/AdguardFilters/issues/144114
! https://github.com/AdguardTeam/AdguardFilters/issues/125226
mma.pl##.w2g
mma.pl###mma_post1_ad
mma.pl##div[id^="mma_hdh"]
mma.pl##div[id^="empty_id"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124257
||e-kg.pl/static/files/inline_images/*/inline__*.gif
e-kg.pl##a[href="https://www.mazowieckapark.pl/"]
e-kg.pl##.l-col__item[style="min-height: 634px;"]
e-kg.pl##.l-col__item > div[style="max-width: 300px;"]
e-kg.pl##.l-box__more
e-kg.pl#?#.l-col > p:has(> a[href="https://starowka.kolobrzeg.pl//"])
e-kg.pl#?#.l-box--25:not(:has(> div.l-box__box-hot-news))
! https://github.com/AdguardTeam/AdguardFilters/issues/124097
zbiam.pl##.ct-shortcode
zbiam.pl##a[target="_blank"] > img[alt^="reklama"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124094
techmaniak.pl,activemaniak.pl,gizmaniak.pl,agdmaniak.pl,rtvmaniak.pl,fotomaniak.pl,tabletmaniak.pl##.alead
techmaniak.pl,activemaniak.pl,gizmaniak.pl,agdmaniak.pl,rtvmaniak.pl,fotomaniak.pl,tabletmaniak.pl###topMenu-wrapper[style*="min-height:"]
techmaniak.pl,activemaniak.pl,gizmaniak.pl,agdmaniak.pl,rtvmaniak.pl,fotomaniak.pl,tabletmaniak.pl##.rsidebar > div[style^="margin:0 auto"][style*="px auto; text-align:center;"]
techmaniak.pl,activemaniak.pl,gizmaniak.pl,agdmaniak.pl,rtvmaniak.pl,fotomaniak.pl,tabletmaniak.pl###post div[style^="margin:10px auto; text-align:center; text-align:center;"]
techmaniak.pl,activemaniak.pl,gizmaniak.pl,agdmaniak.pl,rtvmaniak.pl,fotomaniak.pl,tabletmaniak.pl###posts > div[style="margin:0px auto 30px auto;"] > div[align][style^="color:#CCCCCC; font-size:10px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124027
cenyrolnicze.pl##p > a[target="_blank"] > img[width="100%"][height="NaN"]
cenyrolnicze.pl##p > a[rel="nofollow"] > img[width="100%"][height="NaN"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123926
||api.perspektywy.pl/v*/banners/
||i.perspektywy.net/pages/*/banners/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/123917
mypolitics.pl##img[alt="AD PLACEHOLDER"]
mypolitics.pl#?#div[class^="sc-"] > div[style^="width:"]:only-child > .adsbygoogle:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/123918
||zdrowastrona.pl/images/banners/wez750x100.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/123886
gazetaprawna.pl##.infor-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/123904
pobieramy24.xyz#@##ad-slot
pobieramy24.xyz#$#body #ad-slot { display: block !important; }
pobieramy24.xyz#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
pobieramy24.xyz##body > div[style^="display: block; box-sizing: border-box; padding:"][style*="font-weight: bold; font-size:"][style*="text-align: center; position: fixed;"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123732
barlinek24.pl#?#.item-page > div:not([class]) > table[align="center"]:has(> tbody > tr > td > p:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/123731
||statix.stockwatch.pl/content/*/js/adso.init.js
! https://github.com/AdguardTeam/AdguardFilters/issues/123647
terenyinwestycyjne.info##.advert-block-wide
terenyinwestycyjne.info#?#.news-list > .news-item:has(> .advert-block-wide)
! https://github.com/AdguardTeam/AdguardFilters/issues/172926
! https://github.com/AdguardTeam/AdguardFilters/issues/124098
investmap.pl#%#//scriptlet('prevent-fetch', '/serve/ajs.php')
investmap.pl##div[height="300px"]:has(> div[class^="sc-"]:only-child > script[async]:not([src]):only-child)
investmap.pl#?#div:is([height="300px"], [height="250px"]):has(> span[class^="sc-"]:only-child > span[class]:contains(/^REKLAMA$/))
investmap.pl##article > div[height="250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123490
respawn.pl##a[href*=".adsrv.eacdn.com/"]
respawn.pl##a[href^="https://ewinner.pl/"] > img
respawn.pl##a[href="https://pl.genesis-zone.com/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/123491
esportnow.pl##aside a[href^="https://bit.ly/"] > img
esportnow.pl#?#aside > .widget:has(> .textwidget > a[href^="https://bit.ly/"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/123482
totylkoteoria.pl##.home__sidebar a[href^="https://bit.ly/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/123539
granice.pl##.web_widebanner
granice.pl##div[style^="width:100%;float:left;margin;border-top:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123372
zzapolowy.com###text-12
zzapolowy.com##.floatBox-bottom
zzapolowy.com##.sidebar_content > .ranking
||zzapolowy.com/wp-content/uploads/*/lv-bet-300x600-pakiet-powitalny.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/123373
pulsgdanska.pl##.c-content__adv
pulsgdanska.pl##.l-news__content+ div[style="min-height: 362px;"]
pulsgdanska.pl##.c-content__report + div[style="min-height: 500px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123460
stooq.com##table[width="98%"][height="250"][align="center"]
! https://github.com/AdguardTeam/AdguardFilters/issues/122963
fajnegotowanie.pl##.banner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/122926
topagrar.pl##.article__ad
topagrar.pl#?#div[data-id="container"]:has(> div[width] > div[id^="adocean"])
topagrar.pl#?#div[data-id="container"]:has(> div[width] > div[class^="sc-"] > div[data-autoscale-warpper] > div[id^="adocean"])
topagrar.pl#?#section[class^="sc-"]:has(> div[class^="sc-"] > div[data-id="container"] > div[width] > div[class^="sc-"] > div[data-autoscale-warpper] > div[id^="adocean"])
topagrar.pl#?#section[class^="sc-"]:has(> div[class^="sc-"] > div[class^="sc-"] > div[data-id="container"] > div[width] > div[class^="sc-"] > div[data-autoscale-warpper] > div[id^="adocean"])
! https://github.com/AdguardTeam/AdguardFilters/issues/122526
polscylektorzy.pl#?#section.pane-style--border > .pane-content > p.text-right > small:contains(/^reklama$/):upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/122377
trek.zone##.tzadvslot
||tzassets.b-cdn.net/static/js/promo.js
trek.zone#%#//scriptlet("set-constant", "hasAdBlocker", "falseFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/122158
agrarlex.pl##div[class^="Ado__"]
! https://github.com/AdguardTeam/AdguardFilters/issues/122155
warzywaiowoce.pl##div[id^="gao.res.inside_"]
warzywaiowoce.pl##a[href^="https://adocean-pl.hit.gemius.pl/"]
||zniwiarz.topagrar.pl/*/ad.js
||topagrar.pl/files/js/ado.js
! https://github.com/AdguardTeam/AdguardFilters/issues/122220
wielkahistoria.pl##.johannes-sidebar
! https://github.com/AdguardTeam/AdguardFilters/issues/122221
historykon.pl##.adv_content
! https://github.com/AdguardTeam/AdguardFilters/issues/121974
||tradingshenzhen.com/img/ets_affiliatemarketing/default_banner.jpg
miuipolska.pl###custom_html-22
! https://github.com/AdguardTeam/AdguardFilters/issues/141658
! https://github.com/AdguardTeam/AdguardFilters/issues/121499
parcfer.me##.sidebar > a[target="_blank"] > .img
! https://github.com/AdguardTeam/AdguardFilters/issues/121342
pilkarskiswiat.com##iframe[data-src^="https://bets.pl/"]
||bets.pl/headerps
||bets.pl/rectangleps
||bets.pl^$subdocument,third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/121185
sadyogrody.pl##.advB
! https://github.com/AdguardTeam/AdguardFilters/issues/121198
housemarket.pl##.advB
! https://github.com/AdguardTeam/AdguardFilters/issues/120825
footbar.info##a[href^="/go/"][target="_blank"]:not([href="/go/facebook"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/121038
raportkolejowy.pl##.footbottombar
! https://github.com/AdguardTeam/AdguardFilters/issues/120015
farmer.pl##.section-gr
! https://github.com/AdguardTeam/AdguardFilters/issues/120587
doba.pl##.ads_row
doba.pl##.ads_row + .link
doba.pl##.special__box
doba.pl##[id^="liliaA"]
! https://github.com/AdguardTeam/AdguardFilters/issues/120012
miejscawewroclawiu.pl##.miejs-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/174583
xgp.pl##div[class*="-reklama-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169763
xgp.pl#%#//scriptlet('set-constant', 'popManager.pops.push', 'noopFunc')
xgp.pl#%#//scriptlet('set-local-storage-item', 'pop_impressions', '5')
xgp.pl#%#//scriptlet('trusted-set-local-storage-item', 'pop_impressions_start', '$now$')
! https://github.com/AdguardTeam/AdguardFilters/issues/159126
! https://github.com/AdguardTeam/AdguardFilters/issues/144032
! https://github.com/AdguardTeam/AdguardFilters/issues/127780
! https://github.com/AdguardTeam/AdguardFilters/issues/119851
||xgp.pl/wp-content/uploads/*/*/hdrbnr-$image
xgp.pl###hdrbnr
xgp.pl##div[id^="xgppl-"] > a[target="_blank"] > img
xgp.pl##div[class^="adslot_"]
xgp.pl##.entry-content  > div[class$="-target"][style^="margin-left: auto; margin-right: auto; text-align: center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/119676
well.pl##.sda-container
! https://github.com/AdguardTeam/AdguardFilters/issues/119489
donald.pl##ins[class^="staticpubads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/119486
player.polskieradio.pl##div[class$="__advertisement"]
player.polskieradio.pl##.app > .antena ~ div[style^="position: absolute; width: 100vw; height: 100vh;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/118220
ceneo.pl##.js_promotedItems
! https://github.com/AdguardTeam/AdguardFilters/issues/126820
! https://github.com/AdguardTeam/AdguardFilters/issues/117645
glivice.pl,slazag.pl,bytomski.pl,piekary.info,twojknurow.pl,nowinytyskie.pl,ngs24.pl,24kato.pl,rudzianin.pl,zabrzenews.pl,chorzowski.pl,tarnowskiegory.info,24zaglebie.pl##.rotatorTop
glivice.pl,slazag.pl,bytomski.pl,piekary.info,twojknurow.pl,nowinytyskie.pl,ngs24.pl,24kato.pl,rudzianin.pl,zabrzenews.pl,chorzowski.pl,tarnowskiegory.info,24zaglebie.pl#?#.similar__articles__single:has(> div[id^="render-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/117117
yachtsmen.eu###page-container > p > a[target="_blank"] > img
yachtsmen.eu#?#.et_pb_extra_column_sidebar > .yacht-widget:has(> .widgettitle:contains(Reklama))
! https://github.com/AdguardTeam/AdguardFilters/issues/117042
ilewazy.pl##.ecomm-content-widget
||burdaffi.burdamedia.pl/script/init.js
! https://github.com/AdguardTeam/AdguardFilters/issues/117041
mamotoja.pl##.c-ad-placement
mamotoja.pl##div[id^="ecomm-placement-"]
||tools.mamotoja.pl/*/ad.js
||tools.mamotoja.pl/files/js/ado.js
! https://github.com/AdguardTeam/AdguardFilters/issues/117130
smaker.pl##.block--adv--padding
smaker.pl##.advert--container
smaker.pl##.adveet--container
! https://github.com/AdguardTeam/AdguardFilters/pull/116900
/\/js\/_[a-zA-Z]{17}\.js$/$domain=rynek-kolejowy.pl|rynek-lotniczy.pl|transport-publiczny.pl|rynekinfrastruktury.pl
||portalcms.bm5.pl/Ajax/getReklamaRandom.aspx
! https://github.com/AdguardTeam/AdguardFilters/issues/116656
oferty.net##.a-d-sHeader
oferty.net###bb-banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/116652
gratka.pl##.dfp
! https://github.com/AdguardTeam/AdguardFilters/issues/116407
disco-polo.info###ad-headernowe2
! https://github.com/AdguardTeam/AdguardFilters/issues/116339
mgprojekt.com.pl##.code-block .ai-attributes
! https://github.com/AdguardTeam/AdguardFilters/issues/115708
deon.pl##.rv
deon.pl##.placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/115406
parkiet.com##.advertOuter
parkiet.com##.addAdvertContainer
parkiet.com###block-id-content-video-advert
! https://github.com/AdguardTeam/AdguardFilters/issues/115394
faktykaliskie.info##.widget-advert_placement
! https://github.com/AdguardTeam/AdguardFilters/issues/114845
wroclaw.pl##.bigAdBox
! https://github.com/AdguardTeam/AdguardFilters/issues/143775
! https://github.com/AdguardTeam/AdguardFilters/issues/114634
lubimyczytac.pl#$#body { padding-top: 0 !important; }
lubimyczytac.pl#$##js-AdsTopCollContainer { display: none !important; }
lubimyczytac.pl#$##js-AdsTopCollContainer ~ .header { top: 0 !important; }
lubimyczytac.pl#$#.content > main { background-image: none !important; padding-top: 0 !important; }
lubimyczytac.pl#$#@media (max-width: 768px) { body nav.main-menu { transform: translateY(0) !important; } }
lubimyczytac.pl#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'adsContainer')
lubimyczytac.pl#%#//scriptlet("abort-current-inline-script", "setProp", "adsContainer")
! https://github.com/AdguardTeam/AdguardFilters/issues/114625
portalspozywczy.pl##.abc
portalspozywczy.pl##body .ad:not(#style_important)
portalspozywczy.pl#?#.left > .box-0:has(> .abc:only-child)
portalspozywczy.pl#?#main > .one > .pageWidth:has(> .box-0 > .abc)
portalspozywczy.pl#?#.post_ax > .one > .pageWidth:has(> .box-0 > .abc)
! https://github.com/AdguardTeam/AdguardFilters/issues/114404
rynekzdrowia.pl##.abc
! https://github.com/AdguardTeam/AdguardFilters/issues/119800
gieldarolna.pl##.sda-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/114319
farmer.pl##.sad
! https://github.com/AdguardTeam/AdguardFilters/issues/114118
purepc.pl##.sidebar > div > a[href^="https://www.lenovo.com/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/113986
winterszus.pl##a[href="https://beesafe.pl/kalkulator-oc-ac/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/113253
mitula.com.pl#@#.adsList
mitula.com.pl###dfpRightLastContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/112986
forexrev.pl##.reklama-footer
forexrev.pl###sidebar > #text-3
! https://github.com/AdguardTeam/AdguardFilters/issues/171885
bitcoin.pl##.widget_media_image > a:not([href*="bitcoin.pl"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/112586
cryps.pl#?#.sidebar__inner > div[class="widget"]:has(> .widget__notify:contains(/^reklama$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/112587
!+ NOT_OPTIMIZED
thinkapple.pl###post-banner-ad
thinkapple.pl##a[href^="https://www.salonydenon.pl/promo/"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/109993
ddbelchatow.pl,portalplock.pl,kutno.net.pl,tulodz.pl,portalplock.pl##.flex-column > .h-100 > div  a[target="_blank"] > img[src^="https://storage.googleapis.com/"]
ddbelchatow.pl,portalplock.pl,kutno.net.pl,portalplock.pl#?#.flex-column > .h-100 > div > h6:contains(/^ Promocja $/)
tulodz.pl#?#.flex-column > .h-100 > div > h3:contains(/^Promocja$/)
tulodz.pl#?#.flex-column > .h-100 > div > div > p > span > span:contains(/^PROMOCJA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/111010
gdziepolek.pl##div[class^="jss"][style^="margin-bottom:"][data-ga]
gdziepolek.pl##div[class^="jss"][style^="margin-bottom:"] > a[target="_blank"] > span > img
gdziepolek.pl#?#div[class^="jss"][style^="margin-bottom:"] > div.MuiTypography-root:contains(/^reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/109995
moja-ostroleka.pl##div[style="width:730px;height:75px;display:block;margin:0 auto;"]
moja-ostroleka.pl#?##prawa_kolumna > h1.header_kategorie:contains(/^Reklama$/)
moja-ostroleka.pl#?##prawa_kolumna > h1.header_kategorie:contains(/^Reklama$/) ~ br
||moja-ostroleka.pl/uploads/banery/
||moja-ostroleka.pl//uploads/banery/
! https://github.com/AdguardTeam/AdguardFilters/issues/109929
wpoznaniu.pl##.g-dyn > a:not([href*="wpoznaniu.pl"]) > img
wpoznaniu.pl##.g-single > a:not([href*="wpoznaniu.pl"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/110274
||wielkahistoria.pl/wp-content/uploads/*/*/banner_okupowana.jpg
wielkahistoria.pl##.johannes-custom-content > .wp-block-image > figure > a[href]:not([href*="wielkahistoria.pl"]) > img
wielkahistoria.pl#?#.johannes-wrapper > .johannes-section > .container > .section-head > h3:contains(Warto przeczytać)
! https://github.com/AdguardTeam/AdguardFilters/issues/109184
||mojakoja.pl/anchor.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/109994
klodzko24.eu##.addWrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/113062
ciekawostkihistoryczne.pl#@#.full-width-ad
ciekawostkihistoryczne.pl##.page-container > a[href^="https://www.empik.com/"][target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/107404
ciekawostkihistoryczne.pl##.placeholderAds
! https://github.com/AdguardTeam/AdguardFilters/issues/107998
chojna24.pl###HTML5
! https://github.com/AdguardTeam/AdguardFilters/issues/107623
tubagliwic.pl#%#//scriptlet("abort-current-inline-script", "$", "adshowed")
||dummyimage.com^$domain=tubagliwic.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/108368
poradnikpracownika.pl##.banner-expandable a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/107619
biznesradar.pl##.ac--billboard
! https://github.com/AdguardTeam/AdguardFilters/issues/107381
pcworld.pl##.ad-mpu2-intertext
pcworld.pl##.adsense-lazyload-mpu-intertext
! https://github.com/AdguardTeam/AdguardFilters/issues/107223
bithub.pl##div[data-adid] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/106545
enowiny.pl##body .hidden-ad-s
! https://github.com/AdguardTeam/AdguardFilters/issues/107002
zmiksowani.pl##.gad
zmiksowani.pl#@#.gadContainer
zmiksowani.pl#%#//scriptlet("set-constant", "isAdFucker", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/106920
archeologia.com.pl###custom_html-21
archeologia.com.pl##.reklamy-kolumna > p[style="font-size:10px"]
archeologia.com.pl##div[style="”min-height:280px;height:280px;width:100%;text-align:center;”"]
! https://github.com/AdguardTeam/AdguardFilters/issues/105986
menmania.pl###text-2
menmania.pl##.widget_times_ad_widget
! https://github.com/AdguardTeam/AdguardFilters/issues/105838
protipster.pl##.upper-banner
protipster.pl##.display--skin-background
protipster.pl##.display--bottom-right-popup
! https://github.com/AdguardTeam/AdguardFilters/issues/105836
mecze.com##.cool-stuff
! https://github.com/AdguardTeam/AdguardFilters/issues/105835
bets.pl##center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/128457
histmag.org##div[style="max-width:760px;margin:0 auto"]
histmag.org##div[style="max-width: 760px; margin: 0px auto;"]
histmag.org##.p-0[style^="text-align:center;background:"]
histmag.org##.p-0[style^="text-align: center; background:"]
histmag.org###content > div[style="display:flex;font-size:14px;margin-top:30px;margin-bottom:5px"]
histmag.org###content > div[style="display:flex;font-size:14px;margin-top:30px;margin-bottom:5px"] + .py-8
histmag.org###content > div[style="display:flex;font-size:14px;margin-top:30px;margin-bottom:5px"] + .py-8 + div[style="display:flex;font-size:14px;margin-top:10px;margin-bottom:30px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/106921
histmag.org#?##article > div.css-nil:has(> div:contains(REKLAMA))
histmag.org#?##content > div > p:has(> div.css-nil > div:contains(REKLAMA))
! https://github.com/AdguardTeam/AdguardFilters/issues/130866
||onnetwork.tv^$domain=ppe.pl
ppe.pl##.onnetwork
ppe.pl#?#.article-list-grid > a[target="_blank"].card:has(> .card > .card__body > .card-body__text > .article-created-at:contains(/^((\n|\t)+)?Reklama((\n|\t)+)?$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/107056
ppe.pl##div[class^="banner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/168060
! https://github.com/AdguardTeam/AdguardFilters/issues/107049
joemonster.org###bigSkyAd
joemonster.org###main_glowna > video[id^="vjs-rcp"]:empty
joemonster.org###main_billboard
joemonster.org##.sky-wrapper
joemonster.org##div[id*="Rect"]
||joemonster.org/build/js/prebid_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/106541
footballdatabase.eu##.akcelo-placeholder
! discfree.pl - ads
||discfree.pl/crypto.html
! https://github.com/AdguardTeam/AdguardFilters/issues/104992
wiocha.pl###tnewsm
wiocha.pl###bnews
wiocha.pl###bnewsm
wiocha.pl##div[id^="mrectinfo"]
wiocha.pl##iframe[src^="https://www.wiocha.pl/subpages/"][src*=".php"]
! https://github.com/AdguardTeam/AdguardFilters/issues/104601
zoonews.pl##.bsaProItem
zoonews.pl#?#.elementor-text-editor > span:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/104475
! https://github.com/AdguardTeam/AdguardFilters/issues/104474
! https://github.com/AdguardTeam/AdguardFilters/issues/104472
beskidslaski24.pl,slaskaopinia.pl##div[class$="-adlabel"]
! https://github.com/AdguardTeam/AdguardFilters/issues/106396
pasazer.com##.adv_body
pasazer.com##article .adv_in_art
pasazer.com#%#//scriptlet("prevent-setTimeout", "_checker()")
!+ NOT_OPTIMIZED
||pasazer.com/_assets/js/ad-connect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/106182
zamkomania.pl#@#.ad_box
zamkomania.pl#%#//scriptlet("prevent-setTimeout", "advert")
! https://github.com/AdguardTeam/AdguardFilters/issues/151164
eurosport.tvn24.pl##.AdContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/104742
viva.pl##.placement
! https://github.com/AdguardTeam/AdguardFilters/issues/104097
roland-gazeta.pl#$#.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/103605
energetyka24.com,space24.pl,cyberdefence24.pl,defence24.pl,defence24.com##.partners-module
energetyka24.com,space24.pl,cyberdefence24.pl,defence24.pl,defence24.com#?#.layout__middle .page-builder-main > section.block:has(> .ad-banner)
energetyka24.com,space24.pl,cyberdefence24.pl,defence24.pl,defence24.com#?#.layout__middle .page-builder-main > section.block:has(> .partners-module)
! https://github.com/AdguardTeam/AdguardFilters/issues/103562
tenpoznan.pl##.code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/103810
! https://github.com/AdguardTeam/AdguardFilters/issues/111240
! https://github.com/AdguardTeam/AdguardFilters/issues/103278
obserwatorgospodarczy.pl###tie-wrapper > div[style="text-align: center;"] > a:not([href*="obserwatorgospodarczy.pl"]) > img
obserwatorgospodarczy.pl###tie-wrapper > .stream-item-above-header > a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/103148
manutd.pl##a[href*="/aff_c?offer_id="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/102807
tonaszregion.pl##aside[id^="smartslider"] div[data-n2click="n2ss.openUrl(event);"]
tonaszregion.pl#?#aside[id^="smartslider"]:has(div[data-n2click="n2ss.openUrl(event);"])
tonaszregion.pl#?#.widget_media_image:matches-css-before(content: /^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/103100
rynekzdrowia.pl#?#div[class^="box-"]:has(> div[class] > div[id^="ad"])
rynekzdrowia.pl#?#.right > div[class^="box-"]:has(> small:contains(PARTNER))
! https://github.com/AdguardTeam/AdguardFilters/issues/102648
wroclawskisport.pl##a[href="https://superbet.pl/supergame"] > img
wroclawskisport.pl##a[href="https://superbet.pl/supergame"] + figcaption
wroclawskisport.pl#?#.theiaStickySidebar > aside > .widget:has(> h2 > span:contains(/^Partner$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/102654
pl.ign.com##a[href^="https://bit.ly/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/102602
@@||img.dladealera.pl/ads/$domain=budmatauto.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/102329
mojaolesnica.pl#?#body > div[style*="min-width: 100%;"][style*="float:"]:has(> div[style] > div[style] > div[style]:contains(reklama))
! https://github.com/AdguardTeam/AdguardFilters/issues/103023
filmomaniak.pl##.baner-inner2
! https://github.com/AdguardTeam/AdguardFilters/issues/106209
sportowebeskidy.pl##a[href^="https://www.betters.pl/"] > img
||sportowebeskidy.pl/static/upload/store/*_Betters.png
! https://github.com/AdguardTeam/AdguardFilters/issues/102708
||sportowebeskidy.pl/static/thumbnail/bananer/
! https://github.com/AdguardTeam/AdguardFilters/issues/145584
wpolityce.pl##div[class^="adunit-constant-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/106924
wpolityce.pl#@#.adunit
wpolityce.pl##.adunit:not(#widget_playlist)
! https://github.com/AdguardTeam/AdguardFilters/issues/102534
wpolityce.pl##div[class*="tile--ad"]
wpolityce.pl##[class^="publication_"][class*="ad-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/101732
kryptonotowania.pl##.losowanko
kryptonotowania.pl#%#//scriptlet("abort-current-inline-script", "baner")
! https://github.com/AdguardTeam/AdguardFilters/issues/101818
czasdzieci.pl##div[data-slot="allAds"]
||czasdzieci.pl/js/a-d-sync.js
||czasdzieci.pl/js/a-d-manager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101731
browsehappy.pl##a[href^="https://brave.com/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/101730
kryptoporadnik.pl##.code-block
kryptoporadnik.pl##a[href^="https://www.kryptoporadnik.pl/przejdz/"][target="_blank"] > img
kryptoporadnik.pl##a[href^="https://www.kryptoporadnik.pl/przejdz/"][target="_blank"] > span > img
! https://github.com/AdguardTeam/AdguardFilters/issues/102710
enowiny.pl##.mnmd-ad-spot
enowiny.pl##div[data-label="Reklama"]
! https://github.com/AdguardTeam/AdguardFilters/issues/101874
udostepnijto.pl#$#body > div.mfp-wrap { display: none !important; }
udostepnijto.pl#$#body > div.mfp-bg { display: none !important; }
udostepnijto.pl#$#html { overflow: auto !important; margin-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/101608
||webmagazyn.pl/*/wp-content/uploads/*/300-250pammm-300x250.jpg
webmagazyn.pl##a[href^="https://www.forexee.com/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/101467
lowcyburzpim.pl##.lb24-base-list-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/101523
! https://github.com/AdguardTeam/AdguardFilters/issues/164144
! https://github.com/AdguardTeam/AdguardFilters/issues/104479
! https://github.com/AdguardTeam/AdguardFilters/issues/101645
metro.tv,discoverychannel.pl,tlcpolska.pl,tvnstyle.pl,tvn7.pl,tvnturbo.pl,tvnfabula.pl,hgtv.pl,foodnetwork.pl,travelchanneltv.pl,ttv.pl,tvn24.pl,tvn.pl##.ado-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/101292
juvepoland.com##a[href="http://www.torggler.pl/"] > img
||juvepoland.com/wp-content/uploads/*/torggler.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/101291
atleti.pl##.jl_ads_section
atleti.pl##a[href="/go/fuksiarz"] > img
atleti.pl##a[href="/go/fortuna-tv"] > img
atleti.pl##header ~ div[style="margin: 20px auto; float: left; width: 100%;"]
||atleti.pl/wp-content/uploads/*/*/fortuna*-laliga.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/101288
psgonline.pl##.jl_ads_section
psgonline.pl##a[href="/go/fortuna-tv"] > img
psgonline.pl##iframe[data-src="https://bets.pl/rectanglepsg"]
psgonline.pl##header ~ div[style="margin-top: 20px; float: left; width: 100%;"]
||psgonline.pl/wp-content/uploads/*/*/fortuna*-ligue1*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/101287
fcinter.pl##.kompendium > a[href="https://www.iparts.pl"]
fcinter.pl##a[href^="https://online.efortuna.pl/page?key="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/101286
chelseapoland.com##a[href="http://onelink.to/noinn"] > img
chelseapoland.com##a[href^="https://www.vitasport.pl/"][href*="&utm_medium=banner"]
||chelseapoland.com/images/noinn.png
||chelseapoland.com/images/baner_vita_chelsea.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/101285
devilpage.pl##.banner2
devilpage.pl###menu_reklama
devilpage.pl#?#.prawa > #menu_box > h2:contains(/^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/101180
skipol.pl##.makler
skipol.pl##div[id^="makler-"]
skipol.pl#$#header { height: 10px !important; }
skipol.pl#?##content > aside > h2:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/101181
winterszus.pl###text-8
winterszus.pl##.sidebar-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/164460
weszlo.com##.re-box-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/155370
weszlo.com##p > a[href^="https://l.facebook.com/l.php?u=https%3A%2F%2Fcan.al%2F"]
weszlo.com##.ad-placeholder-bg + p[style="text-align: center;"] > a[href^="https://record.fuksiarzaffiliates.pl/"]
weszlo.com##img[src*="://static.weszlo.com/cdn-cgi/image/quality="][src*=",format=auto/"][src*="/canalpluswidzew.jpg"]
weszlo.com##img[src*="://static.weszlo.com/cdn-cgi/image/quality="][src*=",format=auto/wp-content/uploads/"][src*="/cashback"]
||weszlo.com/cdn-cgi/image/quality=*,format=auto/*/canalpluswidzew.jpg
||weszlo.com/cdn-cgi/image/quality=*,format=auto/wp-content/uploads/*/cashback*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/140721
! https://github.com/AdguardTeam/AdguardFilters/issues/137036
! https://github.com/AdguardTeam/AdguardFilters/issues/102397
! https://github.com/AdguardTeam/AdguardFilters/issues/101076
weszlo.com##.post-content-wrap a[href^="https://bit.ly/"] > img
weszlo.com##.post-content-wrap a[href*="fuksiarz.pl"][href*="utm_"] > img
weszlo.com##.ad-placeholder-bg
weszlo.com##body .ad-box
weszlo.com##a[href*="https://fuksiarz.pl/"][href*="&utm_"]
weszlo.com##img[src^="https://weszlo.com/wp-content/uploads/"][src*="/prawdziwycashback_"]
||weszlo.com/wp-content/uploads/*/*/prawdziwycashback_*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/122845
! https://github.com/AdguardTeam/AdguardFilters/issues/100572
@@||hb.improvedigital.com/pbw/headerlift.min.js$domain=gry.pl
gry.pl##body .advert.mpu
gry.pl#%#AG_onLoad(function(){const a=()=>{const a=document.querySelector("#wdg_game iframe");a||"function"!=typeof displayGame||displayGame()};a();let b=document.location.href;const c=new MutationObserver(function(c){c.forEach(function(){b!=document.location.href&&(b=document.location.href,setTimeout(a,2e3))})});c.observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/100803
@@||adocean.pl/ad.xml$domain=imasdk.googleapis.com,badfilter
@@||adocean.pl/*ad.xml$domain=imasdk.googleapis.com,badfilter
video.onnetwork.tv#%#//scriptlet("json-prune", "data.adData")
! https://github.com/AdguardTeam/AdguardFilters/issues/110527
! https://github.com/AdguardTeam/AdguardFilters/issues/100860
chili.com#%#//scriptlet('prevent-xhr', '/ad-manager/avod/metadata')
@@||chili.com/api/v*/ad-manager/avod/metadata?*videoAssetId=
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=chili.com
! https://github.com/AdguardTeam/AdguardFilters/issues/99560
@@||olx.org/ads/offer-eligibility$domain=olx.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/160779
tabletowo.pl##div[id^="oa-360-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/135222
tabletowo.pl##.cbad
! https://github.com/AdguardTeam/AdguardFilters/issues/122186
! https://github.com/AdguardTeam/AdguardFilters/issues/99687
!+ NOT_OPTIMIZED
tabletowo.pl##.tabad
! https://github.com/AdguardTeam/AdguardFilters/issues/100262
pulsembed.eu#@#iframe[width="600"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/99193
miastodzieci.pl##.md_ad
miastodzieci.pl##body .r_ov
miastodzieci.pl##.widget_shwd .weleda
miastodzieci.pl##.text-center > a[href^="https://bit.ly/"] > img
||miastodzieci.pl/wp-content/uploads/*/*/screening-*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/98892
@@||virpe.cc/includes/js/adver.js
! https://github.com/AdguardTeam/AdguardFilters/issues/100687
||skijumping.pl/content/images/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/98796
||beskidlive.pl/images/banners/
beskidlive.pl#?#.jm-module-in > .jm-module-content > .custom:has(> p[style="text-align: center;"]:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/173532
satkurier.pl##div[id^="blok_"][id$="_box_300x250"]
! https://github.com/AdguardTeam/AdguardFilters/issues/168011
satkurier.pl##body div[id^="banner_"]
satkurier.pl##body div[id^="idmnet_horizontal"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140222
satkurier.pl##div[id^="m_top_"]
satkurier.pl##div[id^="m_inside_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/98413
satkurier.pl##div[style="width:300px;margin-left:auto;margin-right:auto;margin-bottom:26px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/28059
satkurier.pl#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/122428
! https://github.com/AdguardTeam/AdguardFilters/issues/97571
dyktanda.pl##a[href^="https://bit.ly/"].highlight
dyktanda.pl##div[style="width: 100%; display: flex; justify-content: center;"]
!+ NOT_OPTIMIZED
dyktanda.pl##footer + aside[class="modal-container modal-container-loaded"]#modal
! https://github.com/AdguardTeam/AdguardFilters/issues/96623
zielona-energia.cire.pl##a[href^="https://sklep.semicon.com.pl/"][target="_blank"] img
zielona-energia.cire.pl##a[href^="https://www.are.waw.pl/"][target="_blank"] img
zielona-energia.cire.pl#?#div[class^="sc-"]:has(> h3:contains(/^PARTNER SERWISU$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/98650
tabletowo.pl##.oiot-inline
tabletowo.pl##.table-reklama_po_komentarzach
! https://github.com/AdguardTeam/AdguardFilters/issues/99336
isokolka.eu,bialostockie.eu,bielsk.eu#?#div[class]:has(> p > span:contains(REKLAMA))
! https://github.com/AdguardTeam/AdguardFilters/issues/99404
! https://github.com/AdguardTeam/AdguardFilters/issues/100683
! https://github.com/AdguardTeam/AdguardFilters/issues/142594
zarabiajprzez24.pl,nakolei.pl,swiatoze.pl##.code-block
! https://github.com/AdguardTeam/AdguardFilters/issues/101185
fly4free.pl#?#div[class^="col-"]:has(> div.placement)
! https://github.com/AdguardTeam/AdguardFilters/issues/96629
!+ NOT_OPTIMIZED
tabletowo.pl##.grad
tabletowo.pl##.sticky--wrap .sidebar-wrap > .sidebar
tabletowo.pl##.entry-content > div[style="min-height: 300px;text-align: center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/117272
party.pl##.c-ecomm-widget
||tools.party.pl/files/js/ado.js
! https://github.com/AdguardTeam/AdguardFilters/issues/117271
wizaz.pl##.c-ecomm-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/96537
wizaz.pl##.c-ad-placement
wizaz.pl###main #content .page div[id^="ecomm-placement-ssr-wrapper-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/100823
silesion.pl###block-15
! https://github.com/AdguardTeam/AdguardFilters/issues/96455
kinomoc.com##.rkads
kinomoc.com#$##rk-content { display: none !important; }
kinomoc.com#$##cn-content { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/122927
! https://github.com/AdguardTeam/AdguardFilters/issues/97367
comparic.pl##.akliuiy-single
comparic.pl##.gkliuiy-single
comparic.pl##.td-banner-wrap-full
comparic.pl##.container13
comparic.pl##.container14
comparic.pl##.container15
comparic.pl##.container16
comparic.pl##.container20
comparic.pl##.container21
comparic.pl##.containerRectangle
comparic.pl##.container2xRectangle
comparic.pl##a[rel="sponsored"] > img
comparic.pl#?#.wpb_wrapper > .wpb_text_column > .wpb_wrapper > .containerMainBox:has(> center a[href^="https://lp.tms.pl/lp,daytrading-poradnik?utm_source="] > img)
comparic.pl#$#.containerBottom { height: 100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/95956
cire.pl##img[src^="/files/portal/"][src*="/campaign/"]
cire.pl#?#h3:only-child:contains(/^REKLAMA$/):upward(1)
cire.pl#?#div[class^="sc-"]:has(> div:first-child:contains(/^(SPONSORZY PORTALU|PARTNERZY PORTALU)$/) + div:last-child > a[href][target="_blank"] > img)
||cire.pl/files/portal/*/campaign/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/164467
! https://github.com/AdguardTeam/AdguardFilters/issues/95958
kronikidziejow.pl,spokojnieociazy.pl,fajnegotowanie.pl,aniaradzi.pl,fajnyzwierzak.pl,fajnyogrod.pl,kb.pl##.banner-container
kronikidziejow.pl,spokojnieociazy.pl,fajnegotowanie.pl,aniaradzi.pl,fajnyzwierzak.pl,fajnyogrod.pl,kb.pl##.entry-content-brief-super
kronikidziejow.pl,spokojnieociazy.pl,fajnegotowanie.pl,aniaradzi.pl,fajnyzwierzak.pl,fajnyogrod.pl,kb.pl##div[data-banner="onTop"]
! https://github.com/AdguardTeam/AdguardFilters/issues/95799
ppe.pl##body .advjs:not(#style_important)
! https://github.com/AdguardTeam/AdguardFilters/issues/174431
! https://github.com/AdguardTeam/AdguardFilters/issues/148386
! https://github.com/AdguardTeam/AdguardFilters/issues/147692
!+ NOT_OPTIMIZED
||static.wgospodarce.pl/images/top_banners
!+ NOT_OPTIMIZED
wgospodarce.pl##.top-banner
!+ NOT_OPTIMIZED
wgospodarce.pl##.ad-taboola
!+ NOT_OPTIMIZED
wgospodarce.pl###veedmo_player
!+ NOT_OPTIMIZED
wgospodarce.pl##.double-rectangles
! https://github.com/AdguardTeam/AdguardFilters/issues/126937
! https://github.com/AdguardTeam/AdguardFilters/issues/95796
!+ NOT_OPTIMIZED
wgospodarce.pl##.ad__billboard
! https://github.com/AdguardTeam/AdguardFilters/issues/97981
citybuzz.pl##.cbz-widget
citybuzz.pl##div[class^="cbz-content"]
! https://github.com/AdguardTeam/AdguardFilters/issues/95378
silesion.pl##.banner-promotions-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/95548
login.wyborcza.pl#@#.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/94999
yafud.pl#$#body > .adsbygoogle { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/95343
exsites.pl#@##ad-slot
exsites.pl#$#.adsbox#ad-slot { display: block !important; }
exsites.pl#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
exsites.pl##body > div[style^="display: block; box-sizing: border-box; padding:"][style*="font-weight: bold; font-size:"][style*="text-align: center; position: fixed;"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/159043
android.com.pl#@#[class$="-ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/128896
! https://github.com/AdguardTeam/AdguardFilters/issues/115415
! https://github.com/AdguardTeam/AdguardFilters/issues/96624
! https://github.com/AdguardTeam/AdguardFilters/issues/95377
android.com.pl##.banner
android.com.pl##div[class^="welcome-screen" i]
forum.android.com.pl##.Anchor-ad
forum.android.com.pl##.Ad-container
forum.android.com.pl##.Ad--has-placeholder
||android.com.pl/wp-json/acpl/v1/campaigns/client
||static.android.com.pl/plugins/acpl-campaigns/build/client.js
! https://github.com/AdguardTeam/AdguardFilters/issues/94676
investmap.pl###app > div[class^="sc-"] > div[class^="sc-"][height="300px"]
investmap.pl###app > div[class^="sc-"] > div[class^="sc-"][height="300px"] + div[class^="sc-"] > div[class^="sc-"] > div[class^="sc-"][height="250px"]
investmap.pl#?##app > div[class^="sc-"] > div[class^="sc-"][height="300px"] ~ div[class^="sc-"] > div[class^="sc-"] > span[class^="sc-"]:has(> svg + span)
! https://github.com/AdguardTeam/AdguardFilters/issues/133072
focus.pl##.cbad
! https://github.com/AdguardTeam/AdguardFilters/issues/169788
! https://github.com/AdguardTeam/AdguardFilters/issues/169787
! https://github.com/AdguardTeam/AdguardFilters/issues/169790
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl,wizaz.pl##.ecomm-wide
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl,wizaz.pl##div[id*="-ssr-wrapper-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/166354
! https://github.com/AdguardTeam/AdguardFilters/issues/166352
! https://github.com/AdguardTeam/AdguardFilters/issues/166351
||cdn.12341234.pl/editag/*/prod/editag.min.js
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl##.ecomm-boxd
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl##.ecomm-ucnkaees
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl##.ecomm-narrow
mamotoja.pl,polki.pl,viva.pl,national-geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glamour.pl,elle.pl##.c-ecomm-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/124185
! https://github.com/AdguardTeam/AdguardFilters/issues/101658
! https://github.com/AdguardTeam/AdguardFilters/issues/94659
burda.pl,mojegotowanie.pl,przyslijprzepis.pl,glamour.pl,elle.pl,national-geographic.pl,mojpieknyogrod.pl,kobieta.pl,polki.pl##.pending-ad
mojegotowanie.pl##p[style^="font-size: 11px; margin-bottom: 0; text-align: center;"]
mojpieknyogrod.pl,polki.pl,elle.pl,kobieta.pl,przyslijprzepis.pl,glamour.pl,mojegotowanie.pl##div[id^="ecomm-placement-"]
mojpieknyogrod.pl,claudia.pl,elle.pl,focus.pl,mojegotowanie.pl,przyslijprzepis.pl,glamour.pl##.advertising-box-wrapper
mojpieknyogrod.pl,claudia.pl,elle.pl,focus.pl,kobieta.pl,przyslijprzepis.pl,glamour.pl##.menu-container ~ p[style^="font-size: 11px; margin-bottom: 0; text-align: center;"]
mojpieknyogrod.pl,claudia.pl,elle.pl,focus.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,glamour.pl##.advertising-billboard
claudia.pl,elle.pl,focus.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,glamour.pl##.plista_container
claudia.pl,elle.pl,focus.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,glamour.pl##div[id$="-po-calosci-container"]
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,important,domain=claudia.pl|elle.pl|focus.pl|kobieta.pl|mojegotowanie.pl|przyslijprzepis.pl|glamour.pl
kobieta.pl##.advertising-box
przyslijprzepis.pl,mojegotowanie.pl##.rc
przyslijprzepis.pl#?#.recipe-index > .row > .box-item > div[data-widget="plista_widget_infeed"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/100893
temi.pl##.gtmi
! https://github.com/AdguardTeam/AdguardFilters/issues/94537
skrotymeczow.pl##.snippet > .table
skrotymeczow.pl##[class^="cool-stuff"]
skrotymeczow.pl##.cnt > p > a[href^="https://skrotymeczow.pl/bukmacher/r/"] > img
skrotymeczow.pl##.cnt > p > a[href^="https://skrotymeczow.pl/bukmacher/r/"] > div.main-image
! https://github.com/AdguardTeam/AdguardFilters/issues/123674
! https://github.com/AdguardTeam/AdguardFilters/issues/94663
national-geographic.pl##.advertising-box-wrapper
national-geographic.pl##div[id^="ecomm-placement-"]
national-geographic.pl##.plista_container
national-geographic.pl###kultowy-1-container
national-geographic.pl###kopia-kultowy-ng-container
national-geographic.pl##.advertising-billboard
national-geographic.pl##.menu-container ~ p[style^="font-size: 11px; margin-bottom: 0; text-align: center;"]
national-geographic.pl#?#.content-content > h2.ng-header:contains(/^(SKLEP KULTOWY|To również cię zainteresuje)$/)
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,important,domain=national-geographic.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/94749
drhtv.com.pl##.banner1 > b ~ center > img
drhtv.com.pl#?#.banner1 > b > font[color="red"]:contains(/^!REKLAMA!/)
! https://github.com/AdguardTeam/AdguardFilters/issues/94657
! https://github.com/AdguardTeam/AdguardFilters/issues/94523
rp.pl##.advertOuter
rp.pl##.addAdvertContainer
rp.pl###block-id-content-video-advert
energia.rp.pl##div[class*="advert"]
! https://github.com/AdguardTeam/AdguardFilters/issues/103573
whitemad.pl#?#.cb-site-padding > div.cb-grid-block:not([class*="cb-s-"]):has(> div.cb-single-link > div.cb-grid-feature a[href^="https://www.asus.com/"])
||whitemad.pl/wp-content/uploads/*/OLED_WHITEMAD.jpg
||whitemad.pl/wp-content/uploads/*/baner-internorm-
||whitemad.pl/wp-content/uploads/*/*-750x300-
whitemad.pl##a[href^="https://www.axor-design.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/94191
motohigh.pl##.code-block > video[id="vjs-rcp1"]:empty
! https://github.com/AdguardTeam/AdguardFilters/issues/103890
! https://github.com/AdguardTeam/AdguardFilters/issues/95818
! https://github.com/AdguardTeam/AdguardFilters/issues/94121
!+ NOT_OPTIMIZED
chip.pl##.sticky-sb-on.sidebar-wrap > .sidebar
!+ NOT_OPTIMIZED
chip.pl##.cbad
!+ NOT_OPTIMIZED
chip.pl##.fc-sidebar > .fc-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/93806
futbolnews.pl##.floatBox-bottom
futbolnews.pl##.box-banner img
futbolnews.pl##.box-articles .box-banner
futbolnews.pl##.box-sidebar > .box-banner + .container-ranking
! https://github.com/AdguardTeam/AdguardFilters/issues/93809
transfery.info##.advert
transfery.info#?#.article-links > .article-link > time.text-muted:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/93807
pilkarskiswiat.com###secondary > #custom_html-37
pilkarskiswiat.com##center > a[href*="/go/"][target="_blank"] > img
pilkarskiswiat.com##iframe[data-src="https://typuje.pl/rectangle"]
||typuje.pl/rectangle
! https://github.com/AdguardTeam/AdguardFilters/issues/93357
niebezpiecznik.pl###main > div > .promobox > a[href^="https://niebezpiecznik.pl/"][href*=".php"][target="_blank"] > img
niebezpiecznik.pl###main > div > .promobox + div[style] > a[href^="https://niebezpiecznik.pl/"][href*=".php"][target="_blank"] > img
niebezpiecznik.pl###main > .container > .posts-section > .section-content > a[href^="https://niebezpiecznik.pl/"][href*=".php"][target="_blank"] > img
niebezpiecznik.pl##footer > a[href^="https://niebezpiecznik.pl/"][href*=".php"][target="_blank"] > img
niebezpiecznik.pl###main > .post + a[href^="https://niebezpiecznik.pl/"][href*=".php"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/139579
meczyki.pl#?#div[class^="col-md-"] > .row > div[class^="col"] > .widget-wrapper:has(> .widget-wrapper__header > h3[title="Bukmacherzy"])
!+ NOT_OPTIMIZED
meczyki.pl#?#.collapse-container > .row > .col-lg-4:has(> a[target="_blank"] > .news-item > .news-image > .ads-info)
! https://github.com/AdguardTeam/AdguardFilters/issues/137668
meczyki.pl#?#.container > .row > .col-md-4 > .widget-wrapper:has(> .widget-wrapper__header > h3[title="Bukmacherzy"])
! https://github.com/AdguardTeam/AdguardFilters/issues/127537
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=meczyki.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/167888
! https://github.com/AdguardTeam/AdguardFilters/issues/133133
! https://github.com/AdguardTeam/AdguardFilters/issues/122266
! https://github.com/AdguardTeam/AdguardFilters/issues/102867
! https://github.com/AdguardTeam/AdguardFilters/issues/101259
! https://github.com/AdguardTeam/AdguardFilters/issues/94538
! https://github.com/AdguardTeam/AdguardFilters/issues/93480
meczyki.pl#$#:not(.onnetwork-banner) > .placeholder:not(.onnetwork-banner) { height: 0 !important; min-height: 0 !important; visibility: hidden !important; }
meczyki.pl##.d-none > .sticky.margin > .box.margin[data-area-id]
meczyki.pl##body .ejected-banner
meczyki.pl##.news-banner
meczyki.pl##body .banner
meczyki.pl##.bookie-wrapper
meczyki.pl##div[data-area-id] > a[href^="https://bit.ly/"]
meczyki.pl##div[id^="screeningBackground"]
!+ NOT_OPTIMIZED
meczyki.pl##.zabka-overlay > .content-news-image + .box > img.jush-logo
!+ NOT_OPTIMIZED
meczyki.pl##.zabka-overlay > .content-news-image + .box > img.jush-logo + .content
!+ NOT_OPTIMIZED
meczyki.pl#$#.zabka-overlay { background: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93573
||ustawlige.com/assets/*/sponsors/
! gg.pl - ad leftovers
gg.pl###sr-advert-container
! https://github.com/AdguardTeam/AdguardFilters/issues/92399
hellozdrowie.pl##.adf-cont
! https://github.com/AdguardTeam/AdguardFilters/issues/91886
energetyka24.com#?#.news-text > figure > a[target="_blank"] + figcaption > main:contains(/^Reklama$/):upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/103435
! https://github.com/AdguardTeam/AdguardFilters/issues/94535
! https://github.com/AdguardTeam/AdguardFilters/issues/90779
!+ NOT_OPTIMIZED
whatnext.pl,whatsnext.pl##.wnbad
!+ NOT_OPTIMIZED
whatnext.pl,whatsnext.pl##.widgets-skin-4
!+ NOT_OPTIMIZED
whatnext.pl,whatsnext.pl##div[style^="min-height:"][style*="background-color: #"][style*="margin-bottom:"]
!+ NOT_OPTIMIZED
whatnext.pl,whatsnext.pl#?#.sidebar-wrap > .sidebar > #text-29 > .textwidget > div[style^="min-height:"][style*="background-color: #"][style*="margin-bottom:"]:upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/90749
itbiznes.pl##.code-block[data-ai] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/90748
francuskie.pl##.jeg_sidebar #custom_html-12
! https://github.com/AdguardTeam/AdguardFilters/issues/90746
salon24.pl##.idsl--bg
! https://github.com/AdguardTeam/AdguardFilters/issues/90768
||player.nadmorski24.pl/video_file/$media,redirect=noopmp3-0.1s
! https://github.com/AdguardTeam/AdguardFilters/issues/90405
zamosc.tv##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/90324
viva.pl##div[id^="ecomm-placement-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/113007
brief.pl##div[id^="brief-"] > a:not([href*="brief.pl"]) > img
brief.pl##.sticked-sidebar > a:not([href*="brief.pl"]) > img
brief.pl##.sidebar > .brief-widget > a:not([href*="brief.pl"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/103797
brief.pl#?#.vc_separator-has-text > h4:contains(/^Reklama$/)
brief.pl#?#.primary-sidebar-widget > .section-heading > span:contains(/^Reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/89747
||brief.pl/wp-content/uploads/*/*/*-Banner-*.gif
brief.pl##.col-sm-4.sidebar-column > .sidebar > #better-social-counter-2 + .primary-sidebar-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/89900
pornofan.pl###inplayerADS
pornofan.pl##.PublicitaDestra
! https://github.com/AdguardTeam/AdguardFilters/issues/89573
pit.pl##.padded > div[id^="sas_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/132544
!+ NOT_OPTIMIZED
antyweb.pl##.banner
!+ NOT_OPTIMIZED
antyweb.pl#?#.pb-12 > .relative > .post-content[style*="min-height:"]:has(> .mb-8 > .banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/131299
!+ NOT_OPTIMIZED
antyweb.pl##.container[style="min-height:300px;"]
!+ NOT_OPTIMIZED
antyweb.pl##.container[style="min-height: 300px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/116086
! https://github.com/AdguardTeam/AdguardFilters/issues/90851
!+ NOT_OPTIMIZED
antyweb.pl##.section__banner
!+ NOT_OPTIMIZED
antyweb.pl##.banner--place
! https://github.com/AdguardTeam/AdguardFilters/issues/149389
obserwatorlogistyczny.pl#$#html { overflow: auto !important; }
obserwatorlogistyczny.pl#$#.pum-overlay[data-popmake*="plako-systems"] { display: none !important; }
obserwatorlogistyczny.pl#$#html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) { padding-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/121230
! https://github.com/AdguardTeam/AdguardFilters/issues/88732
obserwatorlogistyczny.pl###top-rek
obserwatorlogistyczny.pl###tie-wrapper > .stream-item-above-header > a[target="_blank"]
||obserwatorlogistyczny.pl/wp-content/uploads/*/Banner-1PT.png
! medonet.pl - ad leftovers
medonet.pl##.mainHolder > .slot-covid-meter
! noizz.pl - ad leftovers
noizz.pl##.onet-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/88267
hij.com.pl#?##mvp-home-body > .clearfix + article > h1:contains(/^Reklama$/)
hij.com.pl#?##mvp-home-body > .clearfix + article > h1:contains(/^Reklama$/) + .master-slider-parent
! https://github.com/AdguardTeam/AdguardFilters/issues/88206
socialpress.pl##article > .image-wraper + div[style^="width: 300px; height: auto;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/88224
pzgolf.pl##.ban_static
||pzgolf.pl/wp-content/ad/$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/87929
brd24.pl###mvp-leader-wrap
||brd24.pl/wp-content/uploads/*/reklama-alco-sense.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/87295
ofeminin.pl##.marketPlaceWidget
! https://github.com/AdguardTeam/AdguardFilters/issues/86626
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=videotarget.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/137934
wiadomosci.onet.pl##div[data-slot-img-width="300"][data-slot-img-height="168"]
! https://github.com/AdguardTeam/AdguardFilters/issues/164464
! https://github.com/AdguardTeam/AdguardFilters/issues/127266
przegladsportowy.onet.pl##aside[class^="FlatBoxLeft_flat-boxleft"]
przegladsportowy.onet.pl##aside[class^="Widget_placeholderWidget__"]
przegladsportowy.onet.pl##aside[class^="FlatPanel2_placeholderFlatPanel2__"]
przegladsportowy.onet.pl##aside[class^="FlatBoxRight_"]
przegladsportowy.onet.pl##aside[class^="Left_placeholderLeft_"]
przegladsportowy.onet.pl##aside[class^="Top_placeholderTop"]
przegladsportowy.onet.pl##aside[class^="Panel_placeholderPanel_"]
przegladsportowy.onet.pl#$#header ~ div[class^="Carousel_wrapper"] > #fixtures-carousel > div[class^="Carousel_carouselContainer__"] { margin-left: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128992
konto.onet.pl##div[data-testid="ad-slot-container"]
! https://github.com/AdguardTeam/AdguardFilters/issues/146730
! https://github.com/AdguardTeam/AdguardFilters/issues/142781
plejada.pl,onet.pl##.adsContainer
! https://github.com/AdguardTeam/AdguardFilters/issues/109198
onet.pl##.desktop-ad-placeholder
onet.pl##div[class^="AdSlotPlaceholder_placeholder"]
onet.pl#$#.onet-ad:not(#flat-ikona) { position: absolute!important; left: -3000px!important; top: -9999px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/87224
onet.pl##div[class^="AdPlaceholder_"]
onet.pl##aside[class^="CenterAd_container"]
! https://github.com/AdguardTeam/AdguardFilters/issues/86633
meczdej.pl###zox-lead-bot
meczdej.pl##.zox-post-ad-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/86357
dziennikzachodni.pl##.atomsCell
dziennikzachodni.pl##div[id^="atomsAds"]
! https://github.com/AdguardTeam/AdguardFilters/issues/84782
forbes.pl##.placeholder
@@||ocdn.eu/ucs/static/*Piano/*/build/amd/floatingAd.js$domain=forbes.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/84630
meczyki.pl##.vi-ai-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/86474
||e-hotelarz.pl/grafika/grafika.php
e-hotelarz.pl##.pws-reklama
e-hotelarz.pl###page > .pws-reklama+ br
! https://github.com/AdguardTeam/AdguardFilters/issues/84684
przegladsportowy.pl##.adPlaceholder
! https://github.com/AdguardTeam/AdguardFilters/issues/122972
! https://github.com/AdguardTeam/AdguardFilters/issues/84115
@@||ocdn.eu/ucs/static/*Piano/*/build/amd/floatingAd.js$domain=newsweek.pl
!+ NOT_OPTIMIZED
newsweek.pl##.pwAds
!+ NOT_OPTIMIZED
newsweek.pl##.placeholder-flat-hpl
!+ NOT_OPTIMIZED
newsweek.pl##.placeholder[data-run-module*=".placeholders"]
! https://github.com/AdguardTeam/AdguardFilters/issues/84356
polskieszlaki.pl#$#.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/84262
gifyagusi.pl#$##wrapfabtest { height: 1px !important; }
gifyagusi.pl#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/83763
!+ NOT_OPTIMIZED
gsmmaniak.pl###topMenu > #topMenu-wrapper[style^="width:"][style*="min-height:"]
mobimaniak.pl,gsmmaniak.pl##.rsidebar > div[style="margin:0 auto 20px auto; text-align:center;"]
mobimaniak.pl,gsmmaniak.pl##.rsidebar > div[style="margin:0 auto 10px auto; text-align:center; font-size:6px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/83653
film.org.pl##.pubs
! https://github.com/AdguardTeam/AdguardFilters/issues/83885
@@||lpg-forum.pl/ad-blocker.js
lpg-forum.pl#%#//scriptlet("prevent-setTimeout", "$('#overlay').fadeIn")
! https://github.com/AdguardTeam/AdguardFilters/issues/83391
niebezpiecznik.pl#?##sidebar > ul > li[id^="custom_html-"] > h2.widgettitle:contains(/^Reklama$/):upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/116651
lamoda.pl###ad-top-holder
@@||marketplace.ofeminin.pl/static/$domain=lamoda.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/83216
lamoda.pl##.onet-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/82705
mymma.pl##.show-lg > a[target="_blank"] > img
mymma.pl##[class$="idebar"] #custom_html-3
! https://github.com/AdguardTeam/AdguardFilters/issues/82787
ellalanguage.com#?#div[id^="custom_html-"]:has(ins.adsbygoogle)
ellalanguage.com##p > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/82270
zaufanatrzeciastrona.pl###sidebar > a[target="_blank"]:not([href*="zaufanatrzeciastrona.pl"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/82073
techmaniachd.pl###sidebar-right-1 > #HTML1
techmaniachd.pl###sidebar-right-1 > #HTML7
techmaniachd.pl###sidebar-right-1 > #HTML8
techmaniachd.pl###sidebar-right-1 > #HTML3
techmaniachd.pl###sidebar-right-1 > #HTML10
! https://github.com/AdguardTeam/AdguardFilters/issues/82040
bajeczki.org##.site-content > .vjs-ex-mcn-video
bajeczki.org##a[onclick*="https://www.greatdexchange.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/81656
pulsgdanska.pl##.l-ad-top
! https://github.com/AdguardTeam/AdguardFilters/issues/135291
events.gry-online.pl##.rulgol2020-ban
events.gry-online.pl#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/113093
gry-online.pl#@#.adspace
gry-online.pl#%#//scriptlet("set-constant", "adbstatus", "false")
gry-online.pl##.top-extra-tlo > #baner-outer ~ div[id] > a[style^="display:block;width:100%;max-width:"] > img[src^="/im/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/81088
tvgry.pl,gry-online.pl###baner-outer
! https://github.com/AdguardTeam/AdguardFilters/issues/80563
24ur.com##.site-adcontent
24ur.com##onl-eurojackpot-teaser
24ur.com##onl-iframe-banner
24ur.com##onl-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/79940
mambiznes.pl##.a-zone
! https://github.com/AdguardTeam/AdguardFilters/issues/87661
skmedix.pl###__nuxt > div > .text-center[style^="position: fixed; bottom:"][style*="background-color"]
skmedix.pl#@#[id^="aswift_"]
skmedix.pl#@#ins.adsbygoogle[data-ad-slot]
skmedix.pl#$#.adsbygoogle { height: 3px !important; display: block !important; }
skmedix.pl#$#body .textads.adsbox { display: block !important; height: 2px !important; }
skmedix.pl#%#AG_onLoad(function(){var a=document.querySelector("body");document.location.hostname.includes("skmedix.pl")&&a&&a.insertAdjacentHTML("beforeend",'<ins class="adsbygoogle" data-ad-status="filled"><div id="aswift_" style="position: absolute !important; left: -3000px !important;"><iframe id="aswift_"></iframe></div></ins><iframe src="/aframe"></iframe>')});
! https://github.com/AdguardTeam/AdguardFilters/issues/78855
straganzdrowia.pl##.strag-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/127044
faktopedia.pl,mistrzowie.org##.evo_rect
/res/*/*prebid-revision*.js$domain=demotywatory.pl|faktopedia.pl|mistrzowie.org
! https://github.com/AdguardTeam/AdguardFilters/issues/78327
||video.onnetwork.tv^$domain=demotywatory.pl
demotywatory.pl##article > .demotivator > video[id="vjs-rcp1"]:empty
! kursjs.pl - antiadblock
@@||kursjs.pl/js/ads-prebid.js
kursjs.pl#%#//scriptlet("set-constant", "canRunAds", "true")
! variatkowo.pl - antiadblock
@@||variatkowo.pl/wp-content/*/dh-anti-adblocker/assets/js/prebid-ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/76989
businessinsider.com.pl##.onet-ad
businessinsider.com.pl##.adsContainer
businessinsider.com.pl##.adSlotWidget
businessinsider.com.pl###main > .sH_bottom_first
businessinsider.com.pl##[class*="placeholder"][data-configuration*="slotName"][data-run-module$="Ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/75192
portal-polski.pl##a[href^="https://webep1.com/"] > img
portal-polski.pl#$#.hustle_module_id_4 { display: none !important; }
portal-polski.pl#$#html.hustle-no-scroll[class] { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74462
disco-polo.info##.text-center > span[class="font8 text-muted"]
||disco-polo.info/uploads/banery/reklama-kup-2021jpg.jpg.webp
! https://github.com/AdguardTeam/AdguardFilters/issues/141038
! https://github.com/AdguardTeam/AdguardFilters/issues/74632
poczta.gazeta.pl,kontakty.onet.pl,poczta.onet.pl##div[class^="styles__SlotRightColumn-"]
poczta.gazeta.pl,kontakty.onet.pl,poczta.onet.pl##div[class^="styles__SlotTopContainer-"]
poczta.gazeta.pl,kontakty.onet.pl,poczta.onet.pl#?#.is-detail-view > div[class^="go"]:has(> #onet-ad-flat-natmailing)
poczta.gazeta.pl,kontakty.onet.pl,poczta.onet.pl#?##wrapper div:not([class], [id]) > div[class^="go"]:only-child:contains(/^(?:Reklama$|Dzięki reklamom korzystasz)/)
! https://github.com/AdguardTeam/AdguardFilters/issues/74204
boomerang-tv.pl##div.mpu_inner
boomerang-tv.pl##header .leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/77914
speedtest.pl##a[href^="https://track.adform.net/"]
speedtest.pl##a[href*="//ad.doubleclick.net/"]
speedtest.pl##center > a[href^="https://www.play.pl/oferta/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/73563
wiesci24.pl##.wiesc-adlabel
! https://github.com/AdguardTeam/AdguardFilters/issues/72963
player.chillizet.pl,player.meloradio.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/149764
! https://github.com/AdguardTeam/AdguardFilters/issues/115327
otomoto.pl##.slot-placeholder
otomoto.pl##div[data-testid="underlying_banner"]
! otomoto.pl - ads
otomoto.pl##a[href][data-testid="banner-link"]
! https://github.com/AdguardTeam/AdguardFilters/issues/72809
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=soisk.pl
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=soisk.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/71715
pobierzgrepc.com##a[href^="http://download-file.ml/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/71392
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ottwow.com
! https://github.com/AdguardTeam/AdguardFilters/issues/165103
jeja.pl###top > .top-wrap
! jeja.pl - skip ads in games
jeja.pl#%#//scriptlet('set-constant', '_goad', '0')
jeja.pl#%#//scriptlet('adjust-setTimeout', 'show_game', '*', '0.001')
jeja.pl#%#AG_onLoad(function() { setTimeout(function() { if(typeof show_game_iframe === "function") { show_game_iframe(); } }, 1000); });
! https://github.com/AdguardTeam/AdguardFilters/issues/71410
jeja.pl#@##bottomAd
jeja.pl#%#//scriptlet('prevent-setTimeout', 'adBlockDetected')
! https://github.com/AdguardTeam/AdguardFilters/issues/173102
! https://github.com/AdguardTeam/AdguardFilters/issues/153657
! https://github.com/AdguardTeam/AdguardFilters/issues/72558
mojanorwegia.pl###green-bar
mojanorwegia.pl###taxes-start-2023
mojanorwegia.pl###wkp
mojanorwegia.pl##.newArticleA
mojanorwegia.pl##div[class*="ad_"]
mojanorwegia.pl##.animatedA
mojanorwegia.pl##.advertisment-info
! https://github.com/AdguardTeam/AdguardFilters/issues/71093
poscigi.pl##.bsaPopupWrapper
poscigi.pl##.bsaPopupWrapperBg
! https://github.com/AdguardTeam/AdguardFilters/issues/118219
bankier.pl##.adevert-box
bankier.pl##.article-adv
bankier.pl##.o-top-three-offers-box
bankier.pl###bankier-store-short-close-box
bankier.pl##a.o-ecom-box__link[href^="https://www.bankier.pl/e/lead/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/71054
bankier.pl#%#//scriptlet('remove-class', 'async-hide', 'html')
bankier.pl###article-link-box > a[href^="https://s.bankier.pl/"].o-article-link-box__anchor
! https://github.com/AdguardTeam/AdguardFilters/issues/80222
! https://github.com/AdguardTeam/AdguardFilters/issues/70571
tapetus.pl,tapeciarnia.pl#$#body .adsbygoogle { display: block!important; height: 1px!important; }
tapetus.pl,tapeciarnia.pl#$#body #aswift_0_expand { display: block!important; height: 1px!important; }
tapetus.pl,tapeciarnia.pl#$#body #aswift_1_expand { display: block!important; height: 1px!important; }
tapetus.pl,tapeciarnia.pl#$#body #aswift_2_expand { display: block!important; height: 1px!important; }
tapetus.pl,tapeciarnia.pl#%#//scriptlet('remove-cookie', 'adblock')
tapetus.pl,tapeciarnia.pl#%#AG_onLoad(function() { if( typeof sprawdz_czy_adblock === 'function' ) { sprawdz_czy_adblock = function() {}; } });
tapetus.pl,tapeciarnia.pl#?#div[style^="font-family: Arial, sans-serif; color: rgb(136, 136, 136); font-size: 9px;"]:contains(/^REKLAMA$/)
tapetus.pl##center > div[style^="box-sizing: border-box; padding:"] > div[style^="font-family: Arial, sans-serif; color:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/70130
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=elle.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/130339
encyklopedia.pwn.pl##.banner
! sjp.pwn.pl - ad leftovers
sjp.pwn.pl##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/69894
pwn.pl,translatica.pl###top-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/69069
eska.pl#%#//scriptlet("set-constant", "sas.cmp", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/68007
eurogamer.pl##.mpu
eurogamer.pl##.desktop-mpu
! tracktrace.dpd.com.pl - ads
tracktrace.dpd.com.pl#$#.banner-side-bar { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68365
beskidzka24.pl##.banner-line
! https://github.com/AdguardTeam/AdguardFilters/issues/68130
@@||media.polsatnews.pl^$generichide
media.polsatnews.pl#@#[class$="-ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/67670
limanowa.in###topBanner
limanowa.in##img[src^="/app/default/assets/ads/"]
! ppe.pl - ads
ppe.pl#%#AG_onLoad(function(){var a=document.querySelector("#hot_0 > .slider-items");if(a&&getComputedStyle&&"none"===getComputedStyle(a,null).display){a=document.querySelector("#m_hot_0.active");var d=document.querySelector("#hot_0.box_active"),b=document.querySelector("#m_hot_1:not(.active)"),c=document.querySelector("#hot_1:not(.box_active)");a&&a.innerText.match(/^XBOX SERIES X\|S$/)&&b&&c&&(a.classList.remove("active"),a.style.display="none",d.classList.remove("box_active"),b.classList.add("active"),c.classList.add("box_active"))}});
! https://github.com/MajkiIT/polish-ads-filter/issues/17418
! napiprojekt.pl - redirection to hellozdrowie.pl
! To reproduce go to https://www.napiprojekt.pl/napisy-szukaj, search something and click on any result,
! on the first visit it will redirect to hellozdrowie.pl (seems to be server side redirection), to reproduce again it's necessary to change IP address or wait some time
! The script below creates iframe with one of the page, so redirection occurs in the iframe and it's blocked by request blocking rule, better than direct redirection
||hellozdrowie.pl^$domain=napiprojekt.pl
napiprojekt.pl#%#(function(){location.pathname.startsWith("/napisy-")&&AG_onLoad(function(){setTimeout(function(){var a=document.createElement("iframe");document.body.appendChild(a);a.src="/napisy-4684-Shrek-(2001)";a.sandbox="";a.style.cssText="position: absolute; left: -3000px;";setTimeout(function(){a&&a.remove()},5E3)},500)})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/144276
deccoria.pl##body .dc-billboard:not(#style_important)
! https://github.com/AdguardTeam/AdguardFilters/issues/124025
pomponik.pl##body .ad-container:not(#style_important)
pomponik.pl##body .ad-rectangle:not(#style_important)
pomponik.pl##.box.ad
pomponik.pl###feed_grupa.ad
pomponik.pl##.article-body__ad-gora-srodek
! https://github.com/AdguardTeam/AdguardFilters/issues/175157
kobieta.interia.pl###ad-adsearch
kobieta.interia.pl###ad-dol_srodek
kobieta.interia.pl##div[id^="ad-box"]
kobieta.interia.pl##div[id^="ad-gora_"]
kobieta.interia.pl##div[id^="ad-banner"]
kobieta.interia.pl##div[id^="ad-rectangle"]
kobieta.interia.pl#$##portal-container > div[class^="sc-"][class*=" "]:has(a[href*="interia.pl/horoskop-"]) { margin-top: 100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170328
interia.pl##div[width] > div[class^="sc"][style*="overflow: auto;"]:has(> #feed_grupa:only-child > div > .ad)
interia.pl##.ad#feed_grupa
! https://github.com/AdguardTeam/AdguardFilters/issues/167845
pogoda.interia.pl##body .box.ad.belka
! https://github.com/AdguardTeam/AdguardFilters/issues/167007
nieruchomosci.interia.pl##.hero-banner-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/167005
interia.pl##a[href^="https://ad.doubleclick.net/"]
interia.pl#?#.wiadspec-ul > .wiadspec-li:has(> a[href^="https://ad.doubleclick.net/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/165456
interia.pl,pomponik.pl#@%#//scriptlet('ubo-set.js', 'Inpl.Abd.onDetected', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/148258
interia.pl###desktopPhSitebranding
interia.pl#$#.page-header-container.placeholder-sitebranding { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/167006
! https://github.com/AdguardTeam/AdguardFilters/issues/164442
! https://github.com/AdguardTeam/AdguardFilters/issues/144103
smaker.pl,pomponik.pl,interia.pl#$##sponsCont { display: none !important; }
smaker.pl,pomponik.pl,interia.pl#$#body[class*="body__ad-spons--"] { padding-top: 0 !important; }
smaker.pl,pomponik.pl,interia.pl#$#body[class*="body__ad-spons--"] .common-header { top: 0 !important; }
smaker.pl,pomponik.pl,interia.pl#$#body[class*="body__ad-spons--"] header { transform: none !important; }
smaker.pl,pomponik.pl,interia.pl#%#//scriptlet('remove-class', 'body__ad-spons--desktop-ph|body__ad-spons--mobile-ph|body__ad-spons--collapsed', 'body[class*="body__ad-spons--"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/155900
! https://github.com/AdguardTeam/AdguardFilters/issues/133132
muzyka.interia.pl##.adStandardTopContainerWraper
muzyka.interia.pl##body .inpl-gallery-ad-horizontal:not(#style_important)
wydarzenia.interia.pl,sport.interia.pl#?#div[class^="sc-"]:has(> div[data-iwa-viewability-name]:only-child > .ad:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/158015
! https://github.com/AdguardTeam/AdguardFilters/issues/157141
wydarzenia.interia.pl,sport.interia.pl#?#div[class^="sc-"]:has(> div[id^="ad-view-rectangle"]:first-child + div[data-iwa-viewability-name]:last-child > .ad:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/139889
sport.interia.pl#?#section[id^="react_component_"] > div:not([class], [id]) > div[class^="sc"]:has(> div[class^="sc"]:only-child > div[data-iwa-viewability-name="gora_srodek"]:only-child > .ad:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/95994
interia.pl##.ad-container
interia.pl##.dol_srodek_ads_box
interia.pl##body .ad-rectangle:not(#style_important)
interia.pl#$#div[class^="box ad box"] { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/67208
tipy.interia.pl##.rekObokWstepu
! https://github.com/AdguardTeam/AdguardFilters/issues/162718
! https://github.com/AdguardTeam/AdguardFilters/issues/113851
||poczta.interia.pl/next/adv,advKeyword$subdocument,important
poczta.interia.pl##.top-ad-placement
poczta.interia.pl##div.ad[nxt-ad-place]
poczta.interia.pl##.ads-content
poczta.interia.pl#?##main-container > .mail-frame-aside:has(> .ads-content)
interia.pl#%#//scriptlet('remove-attr', 'style', '.mail-container[data-widget^="https://poczta.interia.pl/widget/"] > .mail-popup[style]')
! https://github.com/AdguardTeam/AdguardFilters/issues/107397
interia.pl##.ad
interia.pl##.ad + .brief-placeholder-list
interia.pl##div[id^="crt-"]
interia.pl##div[class^="crt-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/164442
! https://github.com/AdguardTeam/AdguardFilters/issues/81433
! https://github.com/AdguardTeam/AdguardFilters/issues/67612
! https://github.com/AdguardTeam/AdguardFilters/issues/67039
interia.pl#$#.section-wz[data-iwa-block="wz-news"] .ad-container { display: block !important; visibility: hidden !important; }
top.pl,interia.pl##.article-body__ad-gora-srodek
interia.pl##a[href][target="_blank"][onclick*="&creation="] > img[onload*="onDetected"]
interia.pl#?#section > div[style^="padding-top: 25px;border-top:"] > a[href][target="_blank"][onclick*="&creation="] > img[onload*="onDetected"]:upward(2)
interia.pl##.main-sidebar a[href][target="_blank"][onclick*="&creation="]
interia.pl##.main-sidebar > div[style="height: 600px;"] > div[style^="max-width:"][style*="position: sticky"]
interia.pl##a[href][target="_blank"][onclick*="https://www.plushbezlimitu.pl/abo/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/66917
||ebd.cda-hd.co/iw6JCQ3.js
! https://github.com/AdguardTeam/AdguardFilters/issues/100544
! https://github.com/AdguardTeam/AdguardFilters/issues/66409
allegro.pl##div[data-box-name="banner - cmuid"][data-prototype-id="allegro.advertisement.slot.banner"]
allegro.pl##div[data-box-name*="TopHeaderExpand"][data-prototype-id="allegro.expandableAdvertisement"]
! https://github.com/AdguardTeam/AdguardFilters/issues/65623
@@||virpe.com/includes/js/adver.js
virpe.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "AdBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/65548
@@||krs-online.com.pl/js/showads.js
krs-online.com.pl#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/166259
antyradio.pl###onnetwork--html:empty
! https://github.com/AdguardTeam/AdguardFilters/issues/64988
antyradio.pl#@#[class$="-ads"]
antyradio.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/64893
perelki.net#%#//scriptlet("prevent-setTimeout", "aderror_new")
! https://github.com/AdguardTeam/AdguardFilters/issues/64569
! https://github.com/AdguardTeam/AdguardFilters/issues/64289
film.org.pl##.advertise-wide
||film.org.pl/wp-content/uploads/*/*/*-banner-nad-tekstem-*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/63583
! https://github.com/AdguardTeam/AdguardFilters/issues/63580
!#safari_cb_affinity(privacy)
@@||iwa3.hit.interia.pl^*/iwa_core?ts=$domain=pomponik.pl|interia.pl
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/63504
@@||oglaszamy24.pl/*js-css/reklamy/bannery/*/adv.js
oglaszamy24.pl#%#//scriptlet("set-constant", "trap_active", "false")
! temi.pl - ads
temi.pl#?#center > span.napis:contains(/^REKLAMA$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/62824
dzienniknarodowy.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62749
wykop.pl#%#//scriptlet('remove-class', 'screening', 'body.screening')
! https://github.com/AdguardTeam/AdguardFilters/issues/62158
biznesinfo.pl###lazyAds
! lifeinkrakow.pl - ads
lifeinkrakow.pl#?#.page-content > p:has(> .adsbygoogle:only-child)
lifeinkrakow.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! slidety.com - antiadblock
slidety.com##.adace-popup
! motocaina.pl - ads
motocaina.pl##iframe[src^="/acme/"][src$="index.html"]
||motocaina.pl/acme/*/index.html$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/60690
cgm.pl##.bsaPopupWrapper
cgm.pl##.bsaPopupWrapperBg
! https://github.com/AdguardTeam/AdguardFilters/issues/62007
polskiedrogi-tv.pl##.rek-wrap
polskiedrogi-tv.pl##.spc
! subiektywnieofinansach.pl - ads
subiektywnieofinansach.pl##.partner-box
subiektywnieofinansach.pl##.border-box > .partner
subiektywnieofinansach.pl#?#.home-top-sidebar > .border-box:has(> .partner)
! biznesalert.pl - ads
biznesalert.pl##.partners
! https://github.com/AdguardTeam/AdguardFilters/issues/60262
||synonimy.pl/s/adsModal.js
synonimy.pl#%#//scriptlet("abort-on-property-write", "showAddbockerMsg")
||smartadserver.com/config.js$script,redirect=noopjs,domain=synonimy.pl
||stats.g.doubleclick.net/dc.js$script,redirect=noopjs,domain=synonimy.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/60206
@@||filmozercy.com/js/fuckadblock.min.js
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=filmozercy.com
! kursjs.pl - antiadblock
@@||kursjs.pl/js/dfp.js
kursjs.pl#%#//scriptlet("prevent-setTimeout", "wstretne-reklamy")
! se.pl - incorrect blocking
@@||googletagmanager.com/gtm.js$domain=se.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/165892
lowcygier.pl###page > [data-url^="https://lowcygier.pl/r/"]
lowcygier.pl##html > body .content-wrapper > div:is([id], [class]) > a[href^="https://lowcygier.pl/r/"][rel]
lowcygier.pl#$#html > body .content-wrapper > div:is([id], [class]) > a[href^="https://lowcygier.pl/r/"][rel] { position: absolute !important; left: -3000px !important; }
lowcygier.pl#$?#.content-wrapper > div:is([id], [class]):has(> a[href^="https://lowcygier.pl/r/"][rel]) { remove: true; }
lowcygier.pl#$#html > body[class] .content-wrapper header.intro { margin-bottom: 0 !important; }
lowcygier.pl#$#.content-wrapper > *:is(style, [style]) + div:is([id], [class]) { background-image: none !important; }
lowcygier.pl#$#.content-wrapper >  div:is([id], [class]):first-child { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/157769
lowcygier.pl###top-banner-image
lowcygier.pl##body .top-background
lowcygier.pl#$#body.background-image.background-screening .intro { margin-bottom: 0 !important; }
lowcygier.pl#$#body.background-image.background-screening .intro .header-widget { position: static!important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=lowcygier.pl
! fakt.pl - ad leftovers
fakt.pl##.moneteasy
fakt.pl##a[href^="https://widgets.moneteasy.pl/widget-click/"]
fakt.pl##aside.artRight[data-run-module="local/main.floatingSlots"]
fakt.pl#$#.onet-ad { position: absolute!important; left: -3000px!important; }
fakt.pl#$##onet-ad-flat-plista { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58213
waw4free.pl#?#.zobacz-box-text:contains(/^reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/57758
||audiostereo.pl/old/images/baner_
audiostereo.pl###ban
audiostereo.pl##.baner_display
! https://github.com/AdguardTeam/AdguardFilters/issues/57609
tibiopedia.pl#%#//scriptlet("set-constant", "adBlockEnabled", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/56790
dorzeczy.pl##.box-list-item-ad
! dorzeczy.pl - incorrect blocking
@@||dorzeczy.pl/dorzeczy/_i/button-125x40-app-store.png
@@||dorzeczy.pl/dorzeczy/_i/button-125x40-google-play.png
! lublin112.pl - ads leftovers
lublin112.pl###sidebar > .ad ~ hr
! https://github.com/AdguardTeam/AdguardFilters/issues/55879
jarock.pl##div[class^="a-d-banner"]
jarock.pl##.old-news > .grid > .news-item.grid-item.a-d
jarock.pl##.old-news > .grid > .news-item.grid-item.aserver_slot
! https://github.com/AdguardTeam/AdguardFilters/issues/131590
trojmiasto.pl##.banner-maxia
||r.trojmiasto.pl/www/delivery/*.php?*=banner*vast$important
! https://github.com/AdguardTeam/AdguardFilters/issues/106925
trojmiasto.pl##.banner-a
! https://github.com/AdguardTeam/AdguardFilters/issues/55846
trojmiasto.pl#%#//scriptlet("abort-on-property-read", "HateAdBlock")
trojmiasto.pl#%#//scriptlet("abort-on-property-read", "adBlockDetected")
||trojmiasto.pl/adxmlrpc/json.php$redirect=noopjs,important
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=trojmiasto.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/55791
||resetoff.pl/static/player/*/vast.js
resetoff.pl#%#//scriptlet("set-constant", "ads_unblocked", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/121199
sport.pl##.adsWrapper
sport.pl##.bookmakerContainer
sport.pl##.art_embed div[name="gameheadsmall"] > .oddWrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/122218
! https://github.com/AdguardTeam/AdguardFilters/issues/99424
! https://github.com/AdguardTeam/AdguardFilters/issues/90230
! https://github.com/AdguardTeam/AdguardFilters/issues/76916
! Agora
||c2c24.pl^$domain=sport.pl|gazeta.pl|plotek.pl|moto.pl|haps.pl|edziecko.pl
edziecko.pl,haps.pl,moto.pl,plotek.pl,gazeta.pl,sport.pl##.art_content > div[style^="min-height:"][style$="width:100%; overflow:hidden;"]
avanti24.pl##.fullWidthBanner
gazeta.pl##.offers__wrapper > .sliderr--offers
gazeta.pl##section ~ .newspapers
gazeta.pl###c2c-widget-hp:empty
tokfm.pl,avanti24.pl,gazeta.pl,wyborcza.biz,wyborcza.pl,wysokieobcasy.pl##body .adviewDFPBanner:not(#style_important)
edziecko.pl###DFP_PREMIUMBOARD
domiporta.pl##.sponsored_article
tuba.pl##.ban001_wrap
sport.pl,gazeta.pl##div[id^="DFP-007-CONTENTBOARD"]
sport.pl,gazeta.pl##.bottom_section > .promo-mg
ukrayina.pl,plotek.pl,domiporta.pl,haps.pl,edziecko.pl,czterykaty.pl,tuba.pl,sport.pl,tokfm.pl,moto.pl,gazeta.pl##.DFP-premiumBoardReservedPlace
ukrayina.pl,plotek.pl,domiporta.pl,haps.pl,edziecko.pl,czterykaty.pl,tuba.pl,sport.pl,tokfm.pl,moto.pl,gazeta.pl##body div[id^="adsMidboardDivId_"]:not(#style_important)
ukrayina.pl,plotek.pl,domiporta.pl,haps.pl,edziecko.pl,czterykaty.pl,tuba.pl,sport.pl,tokfm.pl,moto.pl,gazeta.pl##.ban001_wrapper
ukrayina.pl,plotek.pl,domiporta.pl,haps.pl,edziecko.pl,czterykaty.pl,tuba.pl,sport.pl,tokfm.pl,moto.pl,gazeta.pl##div[id^="banC"]
ukrayina.pl,plotek.pl,domiporta.pl,haps.pl,edziecko.pl,czterykaty.pl,tuba.pl,sport.pl,tokfm.pl,moto.pl,gazeta.pl##div[id^="DFP-"][id*="-MIDBOARD"]
!+ NOT_OPTIMIZED
ukrayina.pl,edziecko.pl,plotek.pl,domiporta.pl,haps.pl,moto.pl##.banIndexDFP
! https://github.com/AdguardTeam/AdguardFilters/issues/55761
gazeta.pl##.o-apartHeader
gazeta.pl##.o-apartContainer
gazeta.pl#%#//scriptlet('remove-class', 'c-section--lifestyle--apart', '.l-main > .c-section--lifestyle.c-section--lifestyle--apart')
! https://github.com/AdguardTeam/AdguardFilters/issues/55617
kochamjp.pl#?#.greatwp-sidebar-one-wrapper-inside > #text-35:has(> .textwidget > center > .adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/55161
mistrzowie.org,joemonster.org##.video-js[data-attr-player="mcnPlayer2"]
joemonster.org##.stored-adverts-container
! https://github.com/AdguardTeam/AdguardFilters/issues/55013
burzowo.info###hide_ad
@@||burzowo.info/*.js?&
burzowo.info#%#//scriptlet("abort-current-inline-script", "document.getElementsByTagName", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/54694
@@||portel.pl/adex.js
portel.pl#%#//scriptlet("set-constant", "blokowanko", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/54355
trojmiasto.pl##iframe[src^="https://ad.doubleclick.net/"]
! knowhowinsider.com - ads
knowhowinsider.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/54165
forum.alfaholicy.org##ol > li.restore > center
forum.alfaholicy.org###sidebar #block_html_3
forum.alfaholicy.org#?##sidebar > li > .block.smaller:has(> .blocksubhead > span.blocktitle:contains(/^Reklama$/))
forum.alfaholicy.org#?##posts > .postcontainer:has(> .postdetails > #innovativeadspan)
! pisupisu.pl - antiadblock
@@||pisupisu.pl/*/adsbygoogle.js
pisupisu.pl#%#//scriptlet("prevent-setTimeout", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/126626
! https://github.com/AdguardTeam/AdguardFilters/issues/54021
purepc.pl##.artbox .content > p > a[href^="https://lp."][href*="&utm_campaign="] > img
!+ NOT_OPTIMIZED
purepc.pl##a[href^="/re"][href*=".php"][style*="background:url(/files/Image/"]
! tarnogorski.info - ads
tarnogorski.info#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! gloswielkopolski.pl - ads
gloswielkopolski.pl##.linkiSponsorowane
! https://github.com/AdguardTeam/AdguardFilters/issues/52961
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/videojs.ads.js$domain=wtk.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/53048
zobacz.ws#%#//scriptlet("abort-on-property-read", "mdpDeBlocker")
! portalsamorzadowy.pl - ads
portalsamorzadowy.pl##body > .box-1
! tuwroclaw.com - ads leftovers
tuwroclaw.com##.special-ad
! medme.pl - ads leftovers
medme.pl##p[style^="background: none repeat scroll 0 0 #E3E3E3; color: #A5A5A5; font-family: Tahoma;"]
! eluban.pl - ads
eluban.pl##div.visible-lg[onclick^="update_ad"]
! grodzisknews.pl - ads
grodzisknews.pl##.ad_suw_nad
! wnp.pl - ads
wnp.pl##body div.ad.block
! https://github.com/AdguardTeam/AdguardFilters/issues/52583
pikio.pl#?#.article-gallery-container > .add > span:contains(/^Reklama$/)
! gazetaprawna.pl - ads leftovers
gazetaprawna.pl##.tpl_std_module > div[id^="belka"][style^="margin-top:"] > div[style="text-align: center; color: grey; font-size: 10px;"]
! anywhere.pl - ads
anywhere.pl##.g > div[class^="g-single a-"]
anywhere.pl##.g-single > center > a.gofollow
anywhere.pl##.g-single > center > center > a.gofollow
anywhere.pl#?#.elementor-widget-container > p.elementor-heading-title:contains(/^Reklama$/)
anywhere.pl#?#.elementor-widget-container > .elementor-text-editor > p:contains(/^Reklama$/)
! wprost.pl - ads leftovers
wprost.pl##.ad-aside
wprost.pl##.page-homepage-billboard-1
wprost.pl#$#body { overflow: auto !important; }
! zdrowie.wprost.pl - ads
zdrowie.wprost.pl##.header-partner
! https://github.com/AdguardTeam/AdguardFilters/issues/145119
matzoo.pl##.reklamy
! https://github.com/AdguardTeam/AdguardFilters/issues/52125
@@||matzoo.pl/*/adsbygoogle.js
matzoo.pl#$#.spolecznoscinet { height: 1px!important; }
matzoo.pl#%#//scriptlet("prevent-setTimeout", "adblock")
! wirtualnemedia.pl - ads
wirtualnemedia.pl##.partner-news-wrapper
! party.pl - ads
||edipresse.pl/script/init.js
! nfspolska.pl - ads
nfspolska.pl#$#.carousel-item > a[href^="https://eu.puma.com/"] { visibility: hidden!important; }
nfspolska.pl#%#AG_onLoad(function(){document.querySelectorAll('.carousel-item > a[href^="https://eu.puma.com/"]').forEach(function(a){a.parentNode.remove()});document.querySelectorAll('#carouselExampleIndicators > div.carousel-inner > div[class="carousel-item"]').forEach(function(a){a.classList.add("active")})});
! https://github.com/AdguardTeam/AdguardFilters/issues/51720
@@||bham.pl/templates/bham_res/js/adsbygoogle.js
bham.pl#%#//scriptlet("abort-on-property-read", "TestPage")
! https://github.com/AdguardTeam/AdguardFilters/issues/51061
warsztat.pl###baner199
||warsztat.pl/includes/ajax.php?request=banerAjax&
! https://github.com/AdguardTeam/AdguardFilters/issues/148743
se.pl###hook_content > .listing[data-upscore-zone="[NCES] - RON"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134551
se.pl##.ampAd
! https://github.com/AdguardTeam/AdguardFilters/issues/128452
voxfm.pl,se.pl,urzadzamy.pl,muratordom.pl#@#.sponsored-article
! https://github.com/AdguardTeam/AdguardFilters/issues/139315
vibefm.pl,radiosupernova.pl,voxfm.pl,eska.pl,eskarock.pl###adblock-detector-wrapper
vibefm.pl,radiosupernova.pl,voxfm.pl,eska.pl,eskarock.pl#%#//scriptlet('set-constant', 'adblockBait', '')
@@/media/*/js/adblock_detector.js$domain=eska.pl|eskarock.pl|voxfm.pl|vibefm.pl|radiosupernova.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/139046
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=poradnikzdrowie.pl|mjakmama24.pl|se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl|vibefm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/128456
! https://github.com/AdguardTeam/AdguardFilters/issues/118484
! https://github.com/AdguardTeam/AdguardFilters/issues/117822
! https://github.com/AdguardTeam/AdguardFilters/issues/117823
||smart.idmnet.pl^$domain=eska.pl
radiosupernova.pl,eska.pl,mjakmama24.pl,se.pl,eskarock.pl,voxfm.pl,radioplus.pl,poradnikzdrowie.pl#%#(()=>{window.sas_idmnet=window.sas_idmnet||{};Object.assign(sas_idmnet,{releaseVideo:function(a){if("object"==typeof videoInit&&"function"==typeof videoInit.start)try{videoInit.start(a,n)}catch(a){}},release:function(){},placementsList:function(){}});const a=function(a,b){if(a&&a.push)for(a.push=b;a.length;)b(a.shift())},b=function(a){try{a()}catch(a){console.error(a)}};"complete"===document.readyState?a(sas_idmnet.cmd,b):window.addEventListener("load",()=>{a(sas_idmnet.cmd,b)})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/153725
! https://github.com/AdguardTeam/AdguardFilters/issues/106657
! https://github.com/AdguardTeam/AdguardFilters/issues/102140
! https://github.com/AdguardTeam/AdguardFilters/issues/102141
! https://github.com/AdguardTeam/AdguardFilters/issues/83735
! https://github.com/AdguardTeam/AdguardFilters/issues/88480
! https://github.com/AdguardTeam/AdguardFilters/issues/78892
! https://github.com/AdguardTeam/AdguardFilters/issues/51026
vibefm.pl,muratorplus.pl,voxfm.pl##.zpr_side_1_noscroll
vibefm.pl,voxfm.pl##div[class^="zpr_inside_"]
vibefm.pl,voxfm.pl,eskarock.pl##.zpr_top_1
vibefm.pl,voxfm.pl,eska.pl,se.pl,urzadzamy.pl##.zpr_box_topboard
vibefm.pl,radiosupernova.pl,muratordom.pl,mjakmama24.pl,se.pl,eskarock.pl,voxfm.pl,radioplus.pl,poradnikzdrowie.pl##.zpr_combo
vibefm.pl,radiosupernova.pl,muratordom.pl,urzadzamy.pl,mjakmama24.pl,se.pl,eskarock.pl,voxfm.pl,radioplus.pl,poradnikzdrowie.pl##div[class^="zpr_box_half_page"]
mjakmama24.pl,radioplus.pl,poradnikzdrowie.pl,radiosupernova.pl,muratorplus.pl,eskarock.pl,se.pl,voxfm.pl##.article__placement
vibefm.pl,poradnikzdrowie.pl,radioplus.pl,urzadzamy.pl,radiosupernova.pl,voxfm.pl,mjakmama24.pl,eska.pl,se.pl#$#.adsbox.ad { display: block !important; }
! portalwrc.pl - ads
portalwrc.pl##.gAds-content
portalwrc.pl##img[src^="/images/reklama/"]
! sinoptik.pl - ads
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
sinoptik.pl##cv > .sl0
sinoptik.pl#$?#body > iframe[name]:not([class]):not([id]):not([src])[style="display:none"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50376
dobryruch.co.uk#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58416
! https://github.com/AdguardTeam/AdguardFilters/issues/53284
! https://github.com/AdguardTeam/AdguardFilters/issues/50437
@@||js.iplsc.com/inpl.abd/*/proxy.html?host=$generichide
@@||js.iplsc.com/inpl.abd/latest/ads.js?$domain=pomponik.pl|interia.pl|js.iplsc.com
interia.pl,pomponik.pl#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "Inpl.Abd.onDetected")
! https://github.com/AdguardTeam/AdguardFilters/issues/50061
@@||adst.mp.pl^$domain=mp.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/49329
superportal24.pl##.widget_sidebar_content > img[data-srcset]
superportal24.pl##.widget_article > .content > a > img[srcset]
superportal24.pl##img[class^="widget_"][class$="_mobile"][data-srcset]
superportal24.pl#?#div[class="col-sm-6"] > .widget_article:has(> .content > a > img[srcset])
superportal24.pl###top_above_menu
superportal24.pl#$##main_content[style^="margin-top:"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/48429
nick.com.pl#%#//scriptlet("set-constant", "gon.viacom_config.ads.game_ads.enabled", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/70582
! https://github.com/AdguardTeam/AdguardFilters/issues/48369
rybnik.com.pl#%#//scriptlet("abort-on-property-write", "__loadnow")
rybnik.com.pl#$?#iframe[name]:not([class]):not([id]):not([src])[style="display:none"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/48112
@@||soisk-me.pl/modules/*/js/advertisement.js
! zalajkowane.pl - ads
zalajkowane.pl###main-sidebar > #text-4
zalajkowane.pl###main-sidebar > #text-12
! https://github.com/AdguardTeam/AdguardFilters/issues/118034
||video.onnetwork.tv^$domain=jbzd.com.pl
||taboola.com^$domain=jbzd.com.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/47872
jbzd.com.pl##a[href^="https://orlenteam.pl/"] > img
jbzd.com.pl##.jad-rectangle
!+ NOT_OPTIMIZED
jbzd.com.pl#?##content-container > .article:has(> .article-avatar.hidden + .article-content > .article-details > .article-info > .article-author > strong:contains(/^Reklama$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/47239
fotka.com##.brd_top
! https://github.com/AdguardTeam/AdguardFilters/issues/46988
@@||ads.allegro.pl^$domain=ads.allegro.pl
! gram.pl - ad leftovers
gram.pl##body .ad-wrapper
gram.pl##.wtg-height
gram.pl##div[id$="_bill_top"]
gram.pl##body .external-entity-container
gram.pl##body .text-ad-center
! https://github.com/AdguardTeam/AdguardFilters/issues/46589
||pixelpost.pl/wp-content/uploads/*-600-x-300_baner_
||pixelpost.pl/wp-content/uploads/*-750-x-300-baner_
pixelpost.pl##.sidebar-inwrap > aside#text-3
pixelpost.pl##.sidebar-inwrap > aside#text-4
! https://github.com/AdguardTeam/AdguardFilters/issues/46488
mapa-turystyczna.pl##.ts-map-layout__content > .ts-com.ts-com--non-mobile
! https://github.com/AdguardTeam/AdguardFilters/issues/171112
audycje.tokfm.pl##.yieldbird-container
! https://github.com/AdguardTeam/AdguardFilters/issues/51944
! https://github.com/AdguardTeam/AdguardFilters/issues/46478
!+ NOT_OPTIMIZED
||ssl.images.audycje.tokfm.pl/prodstatic360/img/autopromocja/*.mp3$domain=audycje.tokfm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/46291
se.pl##div[class^="zpr_inside_"][class*="placement__lazy"]
! https://github.com/AdguardTeam/AdguardFilters/issues/45865
ceneo.pl##.js_top-banner[data-name]
! https://github.com/AdguardTeam/AdguardFilters/issues/147695
cowkrakowie.pl##.cwk--component
! https://github.com/AdguardTeam/AdguardFilters/issues/150112
! https://github.com/AdguardTeam/AdguardFilters/issues/45561
czateria.interia.pl##.adv-desktop-wrapper__label-container
czateria.interia.pl##.video-player-container
czateria.interia.pl##body > .rodo-popup ~ div[style*="position: absolute;"][style$="display: block;"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/45113
natemat.pl##div[class^="optad"]
natemat.pl##div[class^="adslot"]
! horrortube.fun - popups
horrortube.fun#%#//scriptlet("abort-current-inline-script", "decodeURI", "4zz.")
! wielkahistoria.pl - ad leftovers
wielkahistoria.pl##.adsbygoogle + script + hr
wielkahistoria.pl##p[style="color:f2f3f3; font-size:14px; text-align:center; padding:0; margin-bottom: 20px;"]
! vider.info - ads
||vider.info/static/player/*/vast.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44036
! https://github.com/AdguardTeam/AdguardFilters/issues/124689
roland-gazeta.pl,obserwatorgospodarczy.pl##.bannergroup
! benchmark.pl - ad leftovers
benchmark.pl##body .ad-ph
! https://github.com/AdguardTeam/AdguardFilters/issues/128367
! https://github.com/AdguardTeam/AdguardFilters/issues/43487
benchmark.pl##.market-aside
! https://github.com/AdguardTeam/AdguardFilters/issues/43326
terrarium.com.pl#%#//scriptlet("set-constant", "canRunAds", "true")
! meczyki.pl - incorrect blocking
meczyki.pl#%#!function(){window.YLHH={bidder:{startAuction:function(){}}};}();
! https://github.com/AdguardTeam/AdguardFilters/issues/42713
zakazany-humor.pl##.ppsPopupShell
zakazany-humor.pl###ppsPopupBgOverlay
zakazany-humor.pl##.sidebar > .widget-wrap > aside#text-7
! https://github.com/AdguardTeam/AdguardFilters/issues/42037
@@||wfirma.pl/*/add/*?_=$other
! filman.cc - skip timer, ads
filman.cc#%#(function(){var c=window.setTimeout;window.setTimeout=function(f,g){return g===1e3&&/#kam-ban-player/.test(f.toString())&&(g*=0.01),c.apply(this,arguments)}.bind(window)})();
filman.cc#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "removeCookie")
filman.cc#$?#iframe[src^="javascript:window.location.replace"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47917
m.olx.pl#@#.adbox
! https://github.com/AdguardTeam/AdguardFilters/issues/42166
@@||m.olx.pl/api/v*/ads/*?adId=
! https://github.com/AdguardTeam/AdguardFilters/issues/132514
auto-motor-i-sport.pl,menshealth.pl,motocykl-online.pl,runners-world.pl,womenshealth.pl##div[class$="-optad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/41882
auto-motor-i-sport.pl,menshealth.pl,motocykl-online.pl,runners-world.pl,womenshealth.pl#%#//scriptlet("adjust-setInterval", "redirectId", "*", "0.02")
auto-motor-i-sport.pl,menshealth.pl,motocykl-online.pl,runners-world.pl,womenshealth.pl##body[onclose*="return closeBrowserEvent()"] .col-xs-12 > .col-xs-12 > a[href][onclick*="'Klikniecie-welcomepage-reklama'"]
! https://github.com/AdguardTeam/AdguardFilters/issues/41718
rp.pl#?##main_topic_3 > .teaser-parent:has(> .ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/113744
dailyweb.pl##.daily-adlabel
dailyweb.pl#?#.single-post-content > .daily-podstrona-w-tresci:has(> .daily-adlabel)
! https://github.com/AdguardTeam/AdguardFilters/issues/71630
dailyweb.pl##.user-widgets > section#text-22
! https://github.com/AdguardTeam/AdguardFilters/issues/42379
dailyweb.pl##.adwse-headerr
dailyweb.pl#%#//scriptlet("set-constant", "checkAds", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/41674
m.jbzd.com.pl,m.jbzd.cc,m.jbzdy.cc#@#.mobile-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/41428
portalspozywczy.pl##body > .box-1
! https://github.com/AdguardTeam/AdguardFilters/issues/41490
mgsm.pl###left-con > .row > .columns > div[style="height: 336px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/41250
emonitoring.poczta-polska.pl###getbaner
! https://github.com/AdguardTeam/AdguardFilters/issues/41151
expressilustrowany.pl#?#.componentsRecommendationsSimpleListing__content > .componentsRecommendationsSimpleListing__element[data-slot-show]:has(> #dfp-nativesrodek1)
! https://github.com/AdguardTeam/AdguardFilters/issues/129535
telepolis.pl##.parallax-mirror
telepolis.pl###tag-box[style*="background:"] > span
telepolis.pl##a[href^="https://www.citibank.pl/"][target="_blank"] > img
telepolis.pl#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "citibank.pl")
||telepolis.pl/images/*/*/citi_bg.jpg
||telepolis.pl/images/*/*/CitiKonto*_*x*.jpg
||tblr.pl/dyna/s.js
telepolis.pl#?#.d-none.justify-content-center:has(> .m-auto > .ad)
telepolis.pl##body > header > div[class="collapsible-content d-none d-xl-block bg-cover"]
telepolis.pl#$#body { padding-top: 70px!important; }
||ads.comperia.pl/www/delivery/afr.php$important
! https://github.com/AdguardTeam/AdguardFilters/issues/60690
! https://github.com/AdguardTeam/AdguardFilters/issues/40567
cgm.pl#$#body { background-image: none!important; }
cgm.pl##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/40099
k-mag.pl##.c-site-banner
k-mag.pl##.rotating-banners--desktop
||amazonaws.com/kmag/banners/$image,domain=k-mag.pl
! 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/146874
dziennik.pl###yb_anchor_wrapper
! 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/140816
||interia-v.pluscdn.pl/poczta-newsfeed-*.mp4$domain=poczta.interia.pl
interia.pl#%#//scriptlet("adjust-setTimeout", "location = '/#iwa_source=timeout'", "15000", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/37781
interia.pl#%#//scriptlet('adjust-setTimeout', 'location.href = "/#iwa_source=timeout"', '15000', '0.02')
! nadmorski24.pl - ads
||tkchopin.pl/cams/video_file/*.mp4$media,redirect=noopmp4-1s
! 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/168061
! https://github.com/AdguardTeam/AdguardFilters/issues/136972
! https://github.com/AdguardTeam/AdguardFilters/issues/135734
vod.naekranie.pl##.wrapper > div[style="text-align: center; min-height: 305px"]
vod.naekranie.pl#?#.wrapper > div[style*="text-align: center; min-height:"]:has(> .ad-label)
vod.naekranie.pl##body > div[style^="position: fixed;"][class]
vod.naekranie.pl##.vod-all > div[style="text-align: center; width: 100%"] > span[style="display: block;font-size: 10px;letter-spacing: 3px;margin: 5px auto 5px auto;"]
!+ NOT_OPTIMIZED
vod.naekranie.pl##div.wtg
! https://github.com/AdguardTeam/AdguardFilters/issues/130341
naekranie.pl##body .adv-container
naekranie.pl##body .wtg-belka
naekranie.pl##body .prawa-szpalta
naekranie.pl##body .screening-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/35364
naekranie.pl#%#//scriptlet('abort-current-inline-script', '$', '/loadData|halfpage|welcome|screening|adtitle|expand|belka/')
naekranie.pl##.interia-ad
naekranie.pl##.lazy-interiaAd
naekranie.pl#?#.main-content > .d-lg-block:has(> .lazy-interiaAd)
naekranie.pl#$?#.wtg-placeholder { remove: true; }
naekranie.pl##.sticky-top > .above_menu_small
naekranie.pl##.right-content > .halfpage-container
naekranie.pl##body .belka-container
naekranie.pl##body > div.wrapper > div[id] > div[class][style*="content: ''; overflow: visible;"]
naekranie.pl##body > div.wrapper > div[id] > div[class][style*="min-height: 100%; height:"]
naekranie.pl##span[style*="text-align: center;"][style*="margin: 15px auto 5px auto;"]
naekranie.pl##span[style*="text-align: center;"][style*="margin: 15px auto 5px auto;"] + div[style*="max-width: 100%; overflow:"]
naekranie.pl##.right-content > div[id] > div[style*="height:600"][style*="position:relative"]
! https://github.com/AdguardTeam/AdguardFilters/issues/36126
! https://github.com/AdguardTeam/AdguardFilters/issues/172647
! https://github.com/AdguardTeam/AdguardFilters/issues/172192
! https://github.com/AdguardTeam/AdguardFilters/issues/171543
! https://github.com/AdguardTeam/AdguardFilters/issues/157246
! https://github.com/AdguardTeam/AdguardFilters/issues/150857
! https://github.com/AdguardTeam/AdguardFilters/issues/36012
/pl/_ajax/ablck.php|$~third-party,xmlhttprequest
/js/html2canvas.min.js$domain=wpu24.pl|ddwloclawek.pl|ddtorun.pl|gostyn24.pl|gorlice24.pl|mojakruszwica.pl|expresskaszubski.pl|gniewkowo.eu|iszczecinek.pl|mielec.pl|grudziadz365.pl|esopot.pl|lowiczanin.info|gwarek.com.pl|tyna.info.pl|tusochaczew.pl|myglogow.pl|plonskwsieci.pl|spotradomsko.pl|portalsremski.pl|ekstrasierpc.pl|ki24.info|uniejow.net.pl|e-krajna.pl|gwio.pl|faktypilskie.pl|swiecie24.pl
esopot.pl,lowiczanin.info,gwarek.com.pl,tyna.info.pl,tusochaczew.pl,myglogow.pl,plonskwsieci.pl,spotradomsko.pl,portalsremski.pl,ekstrasierpc.pl,ki24.info,uniejow.net.pl,e-krajna.pl,gwio.pl,faktypilskie.pl,swiecie24.pl,grudziadz365.pl,mielec.pl,iszczecinek.pl,gniewkowo.eu,mojakruszwica.pl,expresskaszubski.pl,gorlice24.pl,gostyn24.pl,wpu24.pl,ddwloclawek.pl,ddtorun.pl#%#//scriptlet('set-constant', 'arePiratesOnBoard', 'false')
esopot.pl,lowiczanin.info,gwarek.com.pl,tyna.info.pl,tusochaczew.pl,myglogow.pl,plonskwsieci.pl,spotradomsko.pl,portalsremski.pl,ekstrasierpc.pl,ki24.info,uniejow.net.pl,e-krajna.pl,gwio.pl,faktypilskie.pl,swiecie24.pl,grudziadz365.pl,mielec.pl,iszczecinek.pl,gniewkowo.eu,mojakruszwica.pl,expresskaszubski.pl,gorlice24.pl,gostyn24.pl,wpu24.pl,ddwloclawek.pl,ddtorun.pl#%#//scriptlet('set-constant', 'isAdBlockerEnabled', 'false')
esopot.pl,lowiczanin.info,gwarek.com.pl,tyna.info.pl,tusochaczew.pl,myglogow.pl,plonskwsieci.pl,spotradomsko.pl,portalsremski.pl,ekstrasierpc.pl,ki24.info,uniejow.net.pl,e-krajna.pl,gwio.pl,faktypilskie.pl,swiecie24.pl,grudziadz365.pl,mielec.pl,iszczecinek.pl,gniewkowo.eu,mojakruszwica.pl,expresskaszubski.pl,gorlice24.pl,gostyn24.pl,wpu24.pl,ddwloclawek.pl,ddtorun.pl#%#//scriptlet('set-constant', 'adInitializer', 'undefined')
wpu24.pl,ddwloclawek.pl,ddtorun.pl##.TOPNewsB
wpu24.pl,ddwloclawek.pl,ddtorun.pl##.topLayer
wpu24.pl,ddwloclawek.pl,ddtorun.pl##baner
wpu24.pl,ddwloclawek.pl,ddtorun.pl##.banner--toplayer
/js/adInitializer.js$domain=ddwloclawek.pl|ddtorun.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/120932
mamazone.pl#?#.row div[class][style*="border-bottom"][style*="max-height:"] > div[style]:contains(REKLAM):upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/60807
!+ NOT_OPTIMIZED
wylecz.to#?#.row div[class][style*="border-bottom"][style*="max-height:"] > div[style]:contains(REKLAM):upward(1)
! 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; }
! darkw.pl - ads
darkw.pl#?#.main > .container > .topic > .topic__row:has(> .topic__user > a[href="Reklama/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/35159
vorek.pl#$#.adbar.adbox { display: block !important; }
vorek.pl#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
vorek.pl##body > div[style^="display: block; box-sizing: border-box; padding:"][style*="font-weight: bold; font-size:"][style*="text-align: center; position: fixed;"][style*="z-index:"]
! kinoseans.pl - skip timer
kinoseans.pl#%#//scriptlet("set-constant", "count", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/33675
! wp.pl ads - iOS
! TODO: remove when this issue will be fixed - https://github.com/AdguardTeam/AdguardForiOS/issues/1897
! https://github.com/AdguardTeam/AdguardFilters/issues/173427
money.pl#@?#main > div:first-child:-abp-has(img[src^="https://v.wpimg.pl/"][loading="lazy"])
! https://github.com/AdguardTeam/AdguardFilters/issues/169879
deliciousmagazine.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:only-child)
deliciousmagazine.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:first-child + div:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/150824
domodi.pl##.product-list__ad
domodi.pl#?#article div[data-t][class]:has(> div[data-model*="wpId"])
! https://github.com/AdguardTeam/AdguardFilters/issues/69501
! https://github.com/AdguardTeam/AdguardFilters/issues/148385
||dynacrems.wp.pl/ad/
turystyka.wp.pl#?#article div[class][data-reactid] > div[class]:has(> span > div[class] > a.w_contentLink)
turystyka.wp.pl#?#article div[class][data-reactid] > div[class]:has(> span:first-child:empty + span:last-child:empty)
! https://github.com/AdguardTeam/AdguardFilters/issues/171270
jastrzabpost.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:only-child)
jastrzabpost.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:first-child + div:last-child)
jastrzabpost.pl##style + div[class]:has(> div:first-child:not([class]) + img[src^="https://v.wpimg.pl/"] + div:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/144968
genialne.pl##.adc
genialne.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:only-child)
genialne.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:first-child + div:last-child)
genialne.pl##style + div[class]:has(> div:first-child:not([class]) + img[src^="https://v.wpimg.pl/"] + div:last-child)
||std.wpcdn.pl/adv/config/inline/*.js$domain=pysznosci.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/137324
behealthymagazine.abczdrowie.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:only-child)
behealthymagazine.abczdrowie.pl##style + div[class]:has(> img[src^="https://v.wpimg.pl/"]:first-child + div:last-child)
behealthymagazine.abczdrowie.pl##article a[href^="https://www.zabka.pl/?utm_source"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134997
vibez.pl##div[suppresshydrationwarning]
vibez.pl#?#style + div[class]:has(> img[src^="https://v.wpimg.pl/"][alt]:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/129329
dobreprogramy.pl#$#html > body > * { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/84784
! https://github.com/AdguardTeam/AdguardFilters/issues/155927
poczta.wp.pl#@#[class^="css-"]
poczta.o2.pl#?#main > div[class] > div[class] > div[class*=" "]:has(> div[class]:empty:first-child ~ div[class]:empty:last-child)
poczta.o2.pl,poczta.wp.pl###topbar + div[class] > div[class^="css-"] > div[class*=" "]:empty
poczta.o2.pl,poczta.wp.pl#?#main > div[class] > div:not([class]) > div:not([class]) > div[class*=" "]:has(> div[class]:only-child > div[class]:first-child > div[class]:only-child:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/83689
profil.wp.pl##div[id^="placeholder"]
profil.wp.pl###rightLogBox > img.imgRight[src^="/login/"]  ~ div[class]
poczta.wp.pl##dd-holder[slot="DOUBLE_BILLBOARD"]
poczta.wp.pl##dd-holder[slot="PANEL_PREMIUM"]
poczta.wp.pl##div[ng-if="CommonController.showBannerTop"]
poczta.wp.pl##native-feed[slot="ListDirectiveController.nativeFeedSlot"]
! https://github.com/AdguardTeam/AdguardFilters/issues/83248
forum.echirurgia.pl##.article__side
! https://github.com/AdguardTeam/AdguardFilters/issues/83245
vibez.pl#?#style + div[class] > img[src^="https://v.wpimg.pl/"][alt]:first-child + div:last-child:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/124051
! https://github.com/AdguardTeam/AdguardFilters/issues/123136
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=autocentrum.pl|autokult.pl|gadzetomania.pl|fotoblogia.pl|pudelek.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/141635
benchmark.pl#?#img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/157605
autocentrum.pl#?#style + div[class]:has(> script:first-child + img[src^="https://v.wpimg.pl/"][alt] + div[class]:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/82418
kafeteria.pl,autokult.pl,fitness.wp.pl,komorkomania.pl,gadzetomania.pl,fotoblogia.pl#?#div[class*=" "] > div[class]:first-child + img[src^="https://i.wpimg.pl/100x0/"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/133884
dom.wp.pl#?#article > div[class] > div > div[class]:has(> div[class]:only-child > div[class]:only-child > span:first-child + span:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/82378
horoskop.wp.pl##.reklama
horoskop.wp.pl##.placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/69362
polygamia.pl#?#img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"]:upward(1)
polygamia.pl##.ReactVirtualized__Grid > .ReactVirtualized__Grid__innerScrollContainer > div[data-slot][style^="height:"]:not([data-id])
! https://github.com/AdguardTeam/AdguardFilters/issues/151168
open.fm#$?##main-content > article > aside[class*=" "]:has(> style + div[class*=" "] > img[src^="https://v.wpimg.pl/"] + div:last-child) { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68612
open.fm##.bnr-con
open.fm##.listAdvSlot
open.fm##.Placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/89576
facet.wp.pl#?#.article div[class*=" "]:matches-property("/__reactInternalInstance/._currentElement._owner._instance.props.type"="adv")
! https://github.com/AdguardTeam/AdguardFilters/issues/111616
wiadomosci.wp.pl,pysznosci.pl,open.fm,fotoblogia.pl,autokult.pl,money.pl,pudelek.pl#?#style + div[class*=" "] > img[src^="https://v.wpimg.pl/"] + div:last-child:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/55606
! https://github.com/AdguardTeam/AdguardFilters/issues/46586
money.pl,pudelek.pl,parenting.pl,abczdrowie.pl,o2.pl,wp.pl##.wp-player > .npp-container > .plchldr
o2.pl#?#aside > div[class]:first-child:has(div[class]:matches-css-after(content: /R[\s\S]*E[\s\S]*K[\s\S]*L[\s\S]*A[\s\S]*M[\s\S]*A[\s\S]*/))
o2.pl##div[data-testid^="ad-placeholder-"]
o2.pl#?#div[class*=" "]:has(> div:not([class]):not([id]) > script:contains(registerPlaceholder))
o2.pl#?#div[class*=" "] > img[src^="https://v.wpimg.pl/"]:is(.wp-placeholder-img, .absolute):first-child + div:last-child:upward(1)
www.o2.pl#?##root > div > div[class^="sc-"] > div[class*=" "] > img[src^="https://v.wpimg.pl/"]:first-child + img[src^="https://v.wpimg.pl/"]:last-child:upward(1)
www.o2.pl#?##root > div > div[class^="sc-"] > div[class*=" "] > img[src^="https://v.wpimg.pl/"]:first-child + img[src^="https://v.wpimg.pl/"] + div:last-child:upward(1)
!+ NOT_OPTIMIZED
www.o2.pl#?##root div[class]:matches-property("/__reactFiber/.return.memoizedProps.placeholder"="true"):has(> div > img:first-child + div:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/127270
poczta.o2.pl##.NativeLinkGroup
poczta.o2.pl##dd-holder[slot^="BOX_LEFT_"]
poczta.o2.pl##dd-holder[slot="DOUBLE_BILLBOARD"]
||bdr.wpcdn.pl/tag/gaftag.html
! https://github.com/AdguardTeam/AdguardFilters/issues/121785
/^https:\/\/[a-z]{2,14}\.wp\.pl\/[a-zA-Z0-9_-]{200,}/$script,domain=poczta.o2.pl,badfilter
! 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/135067
sportowefakty.wp.pl#@#main div[class*=" "]:empty:not(.btnmute):not(.volsliderbg):not([style]):not([id]):not([img]):not([src])
sportowefakty.wp.pl##main div[class*=" "]:empty:not(.btnmute):not(.volsliderbg):not([style]):not([id]):not([img]):not([src]):not(.galleryslide__content):not(.answer_tab):not(.jw-spacer)
! https://github.com/AdguardTeam/AdguardFilters/issues/80132
sportowefakty.wp.pl##a[href="https://kswshop.com/pl/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/86435
sportowefakty.wp.pl##.section__separator
sportowefakty.wp.pl#?#.videobox__aside > div[class]:has(> div[class]:only-child:empty)
sportowefakty.wp.pl#?#aside > .rail > div[class]:has(> div[class]:only-child)
sportowefakty.wp.pl#?#div:not([class]):not([id]) > div[class*=" "]:only-child > div:only-child:empty:upward(1)
sportowefakty.wp.pl#$?#div[class*=" "]:matches-css(background-image: /^url\(https:\/\/sportowefakty\.wp\.pl\//) { remove: true; }
sportowefakty.wp.pl#?#body > div[class*=" "]:matches-css(background-image: /^url\(https:\/\/sfwp\.wpcdn.pl\/img\/placeholder_ad.png/)
sportowefakty.wp.pl#$?#.content div[class*=" "]:matches-css(background-image: /^url\(https:\/\/sfwp\.wpcdn.pl\/img\/placeholder_ad.png/) { remove: true; }
sportowefakty.wp.pl#?#body > .layout > div[class*=" "]:matches-css(background-image: /^url\(https:\/\/sfwp\.wpcdn.pl\/img\/placeholder_ad.png/)
! https://github.com/AdguardTeam/AdguardFilters/issues/34282
! https://github.com/AdguardTeam/AdguardFilters/issues/34100
sportowefakty.wp.pl#@#body > .content ~ iframe + div[class]:not([id])
sportowefakty.wp.pl#@#body > .content ~ script[async] + div[class]:not([id])
sportowefakty.wp.pl#@?#body > [class]:not([id]):matches-css(position: fixed):matches-css(top: 0px)
! https://github.com/AdguardTeam/AdguardFilters/issues/164469
wideo.wp.pl###__next > style + div[class*=" "]:empty
wideo.wp.pl#?#div[class*=" "] > img[src="https://std.wpcdn.pl/images/adv/placeholder_wp.svg"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/155033
pilot.wp.pl#?#aside section[class*=" "]:has(> style + div[class] > img[src="https://std.wpcdn.pl/images/adv/placeholder_wp.svg"])
! https://github.com/AdguardTeam/AdguardFilters/issues/142879
pilot.wp.pl#?#footer > div[class] > section:has(div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/136874
pilot.wp.pl##div[style^="position:"] > a[target="_blank"] > div[style*="background-image: url"]
pilot.wp.pl#?#div[style^="position:"] > a[target="_blank"] + div:contains(/^REKLAMA$/):not(:has(> *))
! https://github.com/AdguardTeam/AdguardFilters/issues/78380
videostar.pl,pilot.wp.pl#%#//scriptlet('remove-class', 'async-hide', 'html')
! https://github.com/AdguardTeam/AdguardFilters/issues/148691
! TODO: remove the rule below when a new version of the extension (4.1.55 or later) for Firefox will be released
! https://github.com/AdguardTeam/AdguardFilters/issues/136716
! TODO: remove if this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/266
jastrzabpost.pl,benchmark.pl,pysznosci.pl,autocentrum.pl,abczdrowie.pl,allani.pl,autokrata.pl,autokult.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,kazimierzdolny.pl,komorkomania.pl,mazury.com,mojeauto.pl,mojeosiedle.pl,money.pl,nasygnale.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pudelek.pl,tlen.pl,totalmoney.pl,wakacje.pl,wawalove.pl,wp.pl,wp.tv#%#(()=>{const t=Object.getOwnPropertyDescriptor,e={apply:(e,n,r)=>{const o=r[0];if(o?.toString?.()?.includes("EventTarget")){const e=t(o,"addEventListener");e?.set?.toString&&(e.set.toString=function(){}),e?.get?.toString&&(e.get.toString=function(){})}return Reflect.apply(e,n,r)}};window.Object.getOwnPropertyDescriptors=new Proxy(window.Object.getOwnPropertyDescriptors,e)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/61207
! https://github.com/AdguardTeam/AdguardFilters/issues/53527
deliciousmagazine.pl,poczta.wp.pl,pilot.wp.pl,polygamia.pl,abczdrowie.pl,money.pl,www.dobreprogramy.pl,o2.pl,gadzetomania.pl,komorkomania.pl,autocentrum.pl,pudelek.pl,vpolshchi.pl,parenting.pl,autokult.pl,fotoblogia.pl,dom.wp.pl,pogoda.wp.pl,gry.wp.pl,wroclaw.wp.pl,moto.wp.pl,wideo.wp.pl,kuchnia.wp.pl,facet.wp.pl,sportowefakty.wp.pl,turystyka.wp.pl,magazyn.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,tech.wp.pl,opinie.wp.pl,teleshow.wp.pl,gwiazdy.wp.pl,film.wp.pl,wiadomosci.wp.pl,finanse.wp.pl#%#Object.defineProperty=new Proxy(Object.defineProperty,{apply:(e,t,n)=>{const r=new Set(["VP","w3","JW"]),c=n[1];return c&&r.has(c)&&(n[2].get=function(){return function(){return!1}}),Reflect.apply(e,t,n)}});
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,important,domain=videostar.pl|o2.pl|dobreprogramy.pl|polygamia.pl|genialne.pl|pysznosci.pl|benchmark.pl|wp.pl|jastrzabpost.pl
||wp.hit.gemius.pl/gplayer.js$script,redirect=noopjs,domain=videostar.pl
||googletagmanager.com/gtm.js?id=$script,redirect=noopjs,domain=pilot.wp.pl
||hit.gemius.pl/xgemius.js$script,redirect=noopjs,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
||bidder.criteo.com/$xmlhttprequest,redirect=nooptext,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
||static.criteo.net/js/$script,redirect=noopjs,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
||static.criteo.net/images/$image,redirect=1x1-transparent.gif,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
||connect.facebook.net/*/fbevents.js$script,redirect=noopjs,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
||googletagmanager.com/gtm.js$script,redirect=noopjs,domain=~pilot.wp.pl|wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|autocentrum.pl
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=wp.pl|money.pl|o2.pl|pudelek.pl|komorkomania.pl|gadzetomania.pl|fotoblogia.pl|autokult.pl|abczdrowie.pl|parenting.pl|videostar.pl|autocentrum.pl
! TODO: Add "!adguard_ext_firefox" to directive below when issue with $replace rules will be fixed - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2018
@@||wp.pl/*-FwkqOxhmGz4XCSo7GGYbPhcJKjsYZhs-$script,domain=film.wp.pl|finanse.wp.pl|gwiazdy.wp.pl|kobieta.wp.pl|ksiazki.wp.pl|magazyn.wp.pl|moto.wp.pl|opinie.wp.pl|sportowefakty.wp.pl|tech.wp.pl|wiadomosci.wp.pl
@@||wp.pl/b3RvQ2h1TVIzFCcBR0pAR3*DtBSkw=$script,domain=film.wp.pl|finanse.wp.pl|gwiazdy.wp.pl|kobieta.wp.pl|ksiazki.wp.pl|magazyn.wp.pl|moto.wp.pl|opinie.wp.pl|tech.wp.pl|wiadomosci.wp.pl
@@||adv.wp.pl/RM/Box/c/b/inline/inline-o2_gaf.js$domain=o2.pl
@@||adv.wp.pl/RM/Box/c/b/inline/inline-o2_pudelek_pl.js$domain=pudelek.pl
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=wp.pl|o2.pl|pudelek.pl|so-magazyn.pl
@@||googletagservices.com/tag/js/gpt.js$domain=wp.pl|dobreprogramy.pl|o2.pl|pudelek.pl|so-magazyn.pl
! Twoje okazje
autocentrum.pl##body > div[class]:empty
wiadomosci.wp.pl#?#td[data-reactid] > div[class*=" "] > div[class] > div[class] > div[class] > span + svg[name="close"]:last-child:upward(2)
poczta.wp.pl#?#body > div > div[style^="height:"]:has(> a[href]:first-child ~ img[src^="https://v.wpimg.pl/"])
poczta.wp.pl#%#//scriptlet("set-constant", "Object.prototype.emitSlotsLoad", "noopFunc")
autokult.pl##body > div[id] > div[class]:empty
money.pl##a[href^="https://ad.doubleclick.net/"]
money.pl#?#div[class*=" "]:matches-css(box-sizing: content-box) > img[class][src^="https://v.wpimg.pl/"][alt] + div:upward(1)
money.pl#?##app > div[class^="sc-"] > div[class]:not([class*=" "]) > div[class*=" "][style^="display: none !important;"]:only-child:upward(1)
parenting.pl,turystyka.wp.pl,sportowefakty.wp.pl,abczdrowie.pl,film.wp.pl,wiadomosci.wp.pl,moto.wp.pl,kobieta.wp.pl##body > div[class]:not([id]):empty
money.pl##body > #app > div[class] > div[class]:not([id]):empty
pudelek.pl##body > #__next > div[data-testid="container"] > div[class] > div[class]:not([id]):empty
kobieta.wp.pl##body > div[class] > div[class*=" "][style^="height:"][style*="transition:"]
sportowefakty.wp.pl##article .advarticle
pogoda.wp.pl,o2.pl,sportowefakty.wp.pl,autokult.pl,pudelek.pl##body > div[class^="_"]> a[href][target="_blank"]:only-child > div[style^="position:"][style*="background-image: url"]
pilot.wp.pl,kobieta.wp.pl,money.pl,tech.wp.pl,gry.wp.pl##div[class^="_"]> a[href][target="_blank"]:only-child > div[style^="position:"][style*="background-image: url"]
pudelek.pl##div[class^="_"][style^="position: relative;"] > a[href][target="_blank"]:only-child > div[style^="position:"][style*="background-image: url"]
pogoda.wp.pl#?#.grid-container > .grid-left > .list > ul > li > div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:first-child)
pogoda.wp.pl#?#.grid-container > .grid-right div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:first-child)
tv.wp.pl#?#div[class*=" "][height]:has(> div:only-child > div > script:contains(slotNumber))
profil.wp.pl#%#//scriptlet("set-constant", "Object.prototype.loadAndRunBunch", "noopFunc")
[$path=/strefapilota]pilot.wp.pl#%#//scriptlet("abort-on-property-write", "Object.prototype.callBids")
[$path=/strefapilota]pilot.wp.pl#%#//scriptlet("abort-on-property-write", "Object.prototype.directOnly")
pysznosci.pl,domodi.pl,wideo.wp.pl,benchmark.pl,vpolshchi.pl,kafeteria.pl,dobreprogramy.pl,open.fm,abczdrowie.pl,www.o2.pl,parenting.pl,fotoblogia.pl,gadzetomania.pl,komorkomania.pl,autocentrum.pl,autokult.pl,pudelek.pl,dom.wp.pl,tv.wp.pl,magazyn.wp.pl,facet.wp.pl,turystyka.wp.pl,gwiazdy.wp.pl,teleshow.wp.pl,gry.wp.pl,kuchnia.wp.pl,ksiazki.wp.pl,wiadomosci.wp.pl,moto.wp.pl,pogoda.wp.pl,fitness.wp.pl,turystyka.wp.pl,wroclaw.wp.pl,wawalove.wp.pl,opinie.wp.pl,tech.wp.pl,sportowefakty.wp.pl,kobieta.wp.pl,finanse.wp.pl#%#//scriptlet("abort-on-property-write", "Object.prototype.callBids")
pysznosci.pl,domodi.pl,wideo.wp.pl,poczta.wp.pl,autokult.pl,benchmark.pl,vpolshchi.pl,dobreprogramy.pl,poczta.o2.pl,www.wp.pl,parenting.pl,kafeteria.pl,magazyn.wp.pl,facet.wp.pl,turystyka.wp.pl,teleshow.wp.pl,gry.wp.pl,kuchnia.wp.pl,ksiazki.wp.pl,sportowefakty.wp.pl,film.wp.pl,wiadomosci.wp.pl,kobieta.wp.pl,moto.wp.pl,horoskop.wp.pl,twojeip.wp.pl,money.pl,polygamia.pl,vibez.pl,abczdrowie.pl,pudelek.pl#%#//scriptlet("abort-on-property-write", "Object.prototype.directOnly")
autokult.pl,autocentrum.pl,jastrzabpost.pl,money.pl,kobieta.wp.pl,polygamia.pl,film.wp.pl,www.wp.pl#%#//scriptlet('abort-on-property-write', 'Object.prototype.reloadedSlots')
poczta.o2.pl,poczta.wp.pl,www.wp.pl,money.pl#%#//scriptlet('set-constant', 'rekid', 'undefined')
poczta.o2.pl,poczta.wp.pl,www.wp.pl,money.pl#%#//scriptlet("abort-on-property-write", "Object.prototype.gafDirect")
fitness.wp.pl,vibez.pl#%#//scriptlet("abort-on-property-read", "Object.prototype.bodyCode")
profil.wp.pl,echirurgia.pl,kafeteria.pl#%#//scriptlet("set-constant", "Object.prototype.advViewability", "undefined")
profil.wp.pl,echirurgia.pl,kafeteria.pl,open.fm#%#//scriptlet("set-constant", "Object.prototype.gafSlot", "undefined")
profil.wp.pl,echirurgia.pl,kafeteria.pl#%#//scriptlet("set-constant", "Object.prototype.rekids", "undefined")
o2.pl,autokult.pl,jastrzabpost.pl,genialne.pl,polygamia.pl,money.pl,wp.pl#%#//scriptlet('trusted-prune-inbound-object', 'Object.entries', '*.slots')
turystyka.wp.pl,opinie.wp.pl,gry.wp.pl,moto.wp.pl,gwiazdy.wp.pl,tech.wp.pl,kobieta.wp.pl,wiadomosci.wp.pl#?#div[class*="-"] > div[class*="-"][class*=" "]:has(> img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"])
dom.wp.pl,facet.wp.pl,film.wp.pl,finanse.wp.pl,gry.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,kuchnia.wp.pl,moto.wp.pl,opinie.wp.pl,tech.wp.pl,teleshow.wp.pl,turystyka.wp.pl,wawalove.wp.pl,wiadomosci.wp.pl,wroclaw.wp.pl#?#td[data-reactid] > div[class] > div[class] > div[class*=" "] > div[class] > span:contains(/^TWOJE OKAZJE$/):upward(2)
dobreprogramy.pl##iframe[id^="__bc_ifrm"]
so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#@#.pub_300x250
so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#@#.text_ads
so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#$#.pub_300x250 { display: block!important; }
abczdrowie.pl,so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#$?#html { overflow: visible!important; position: unset!important; }
abczdrowie.pl,so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#$?#body { overflow-y: visible!important; position: unset!important; }
abczdrowie.pl,so-magazyn.pl,o2.pl,pudelek.pl,film.wp.pl,finanse.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,teleshow.wp.pl,wiadomosci.wp.pl#$?#body > [class]:not(.settings--user):not(.article__textbox) { filter: none!important; }
so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#$#body > .css-adv.text_ads.ads.adsbygoogle.Adv.advertisement.top-banners#ad-column { display: block!important; }
~poczta.wp.pl,~poczta.o2.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl##[class^="css-"]:not(.css-adv)
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#[class^="css-"]
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#[class^="advertisement"]
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#[class^="ad-"]
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#.ads
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#.top-banners
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@#.advertisement:not(body)
autocentrum.pl,parenting.pl,abczdrowie.pl,autokult.pl,fotoblogia.pl,komorkomania.pl,gadzetomania.pl,money.pl,so-magazyn.pl,o2.pl,pudelek.pl,wp.pl#@##ad-column
wp.pl#@#body > div:nth-of-type(1)[style^="display: block;"]:not(#page)
!
@@||autocentrum.pl^$generichide
@@||videostar.pl^$generichide
@@||parenting.pl^$generichide
@@||abczdrowie.pl^$generichide
@@||autokult.pl^$generichide
@@||fotoblogia.pl^$generichide
@@||komorkomania.pl^$generichide
@@||gadzetomania.pl^$generichide
@@||money.pl^$generichide
@@||so-magazyn.pl^$generichide
@@||o2.pl^$generichide
@@||pudelek.pl^$generichide
@@||wp.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/37699
dobreprogramy.pl#$#.nav-tabs-content > #new-tools.block-content:not(.active) { display: none; }
dobreprogramy.pl#$#.nav-tabs-content > #popular-tools.block-content:not(.active) { display: none; }
dobreprogramy.pl#$#.nav-tabs-content > #new-stable.block-content:not(.active) { display: none; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34071
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/47720
! https://github.com/AdguardTeam/AdguardFilters/issues/32558
@@||odkrywamyzakryte.com/wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/
odkrywamyzakryte.com#?#div[class*="sidebar"] > .widget_text:has(> .textwidget > a[href]:not([href*="odkrywamyzakryte.com"]) > img)
odkrywamyzakryte.com#?#.td-ss-main-sidebar > .widget_text:has(> h4.block-title > span:contains(REKLAMA))
odkrywamyzakryte.com#%#//scriptlet("abort-on-property-read", "sc_adv_out")
! 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/31544
@@||autocentrum.pl/system/modules/adblock/js/advertisement.js
autocentrum.pl#%#//scriptlet("set-constant", "adblockJsFile", "true")
! 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)
! 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#%#//scriptlet("abort-current-inline-script", "setTimeout", "adblock_info")
! 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/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#%#//scriptlet('set-constant', 'time', '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/50316
! https://github.com/AdguardTeam/AdguardFilters/issues/29592
docer.pl,doci.pl#%#AG_onLoad(function() { var el=document.body; var ce=document.createElement('div'); ce.style = 'width: 1px !important; display: block !important;'; if(el) { el.appendChild(ce); ce.setAttribute("id", "doublebillboard-1"); } });
@@||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 > script + iframe + div:not([id])[class]
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
!+ NOT_PLATFORM(windows, mac, android)
@@||wp.pl/*-FwkqOxhmGz4XCSo7GGYbPhcJKjsYZhs-$script,domain=pilot.wp.pl
! legia.net - antiadblock
||get.optad360.io/*/plugin.min.js$script,redirect=noopjs,important,domain=legia.net
||lib.wtg-ads.com/lib.min.js$script,redirect=noopjs,important,domain=legia.net
||lib.wtg-ads.com/publisher/legia.net/standard.publisher.config.min.js$script,redirect=noopjs,important,domain=legia.net
! https://github.com/AdguardTeam/AdguardFilters/issues/148733
||morfo.*.amazonaws.com/*/banner_*.gif$domain=sciaga.pl
||morfo.*.amazonaws.com/*/screning-*_*.jpg$domain=sciaga.pl
sciaga.pl##.sth-bill
sciaga.pl#$?#.sth-bill { remove: true; }
sciaga.pl#%#//scriptlet('prevent-window-open', '/doubleclick\.net|gemius\.pl/')
! https://github.com/AdguardTeam/AdguardFilters/issues/29042
||video.onnetwork.tv^$domain=sciaga.pl
! wyborcza.pl - fixing video player
! 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|$redirect=nooptext,important,domain=napisy24.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/49385
! https://github.com/AdguardTeam/AdguardFilters/issues/28554
kurnik.pl#@$#.adsbygoogle { height: 1px !important; width: 1px !important; }
kurnik.pl#$#body .adsbygoogle { display: block!important; height: 2px!important; width: 1px!important; }
kurnik.pl#%#//scriptlet("abort-on-property-read", "abask")
! 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
! 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/122928
przegladpiaseczynski.pl##.tipad_tag
przegladpiaseczynski.pl##div[class*="widget-advert_"]
przegladpiaseczynski.pl#?##main-content > .text-center:has(> .d-inline-block > .tipad_tag)
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/26925
@@||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#?#.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#%#//scriptlet('set-constant', 'aPopunder', 'emptyArray')
||cw.totolotek.pl/baner/banner*.php?refID
||extragoals.com/upload/video/fortuna.mp4
/media/js/jquery.pu.js$domain=mecze24.pl|meczenazywo.pl
!+ NOT_OPTIMIZED
mecze24.pl#?#div[class^="cool-stuff"]
!
! pluscdn.pl - antiadblock
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=pluscdn.pl
pluscdn.pl#%#//scriptlet("json-prune", "ads.adBlockDetectionEnabled")
! https://github.com/AdguardTeam/AdguardFilters/issues/57202
! anime-odcinki.pl - ads
anime-odcinki.pl##.region-sidebar-second > .widget_text > .textwidget > center > div[id][style="width:300px;height:250px;"]:empty
kitsune-subs.anime-odcinki.pl#%#window.showAds = true;
@@||kitsune-subs.anime-odcinki.pl/wp-content/themes/fanstrap/lib/js/advertisement.js
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/122217
! https://github.com/AdguardTeam/AdguardFilters/issues/25794
!+ NOT_OPTIMIZED
bezprawnik.pl##div[class^="ad_slot_"]
bezprawnik.pl##.wall-bg-link
bezprawnik.pl#$#.wall-bg[style^="background-image:"] { background-image: none!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/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#$#.mediafarm { height: 0 !important; }
mgsm.pl###left-con div[style="min-height: 280px; display: flex; align-items: center; justify-content: center;"]
mgsm.pl###left-con > .row > .columns > div[style="display: block; height: 330px; text-align:center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/81217
!+ NOT_OPTIMIZED
tv.wp.pl#?##app div[class*=" "]:matches-property("/__reactInternalInstance/.child.memoizedProps.slotNumber"="/\d+/")
! https://github.com/AdguardTeam/AdguardFilters/issues/171268
! https://github.com/AdguardTeam/AdguardFilters/issues/153732
money.pl#?#div[data-breakpoint] > div[class^="sc-"] > div[class^="sc-"] > div[class*="sc-"]:not([class^="sc-"]) > div[class^="sc-"]:matches-css(before, content: REKLAMA)
! https://github.com/AdguardTeam/AdguardFilters/issues/142845
money.pl##iframe[src="https://direct.money.pl/promoted-offers-hp-money"]
money.pl#?#main > div[class]:has(> iframe[src="https://direct.money.pl/promoted-offers-hp-money"]):matches-css(before, content: REKLAMA)
money.pl##iframe[src="https://direct.money.pl/static/placek_box/direct_box_new.html"]
money.pl#?#main > div[class]:has(> iframe[src="https://direct.money.pl/static/placek_box/direct_box_new.html"]):matches-css(before, content: REKLAMA)
! https://github.com/AdguardTeam/AdguardFilters/issues/54690
! https://github.com/AdguardTeam/AdguardFilters/issues/44169
! https://github.com/AdguardTeam/AdguardFilters/issues/26011
pudelek.pl#?#[class*="-"] > div[class*="-"][class*=" "]:has(> img[src="https://i.wpimg.pl/O/56x45/i.wp.pl/a/i/stg/pkf/bg.png"])
!+ NOT_OPTIMIZED
pudelek.pl#?#div[data-testid] div[class*=" "]:matches-property("/__reactInternalInstance/.return.memoizedProps.slotNumber"="/\d+/")
money.pl##a[href="https://www.kongres590.pl/"] > img
pudelek.pl,o2.pl,moneyv.wp.pl,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#?#img[src="/static/mny-placeholder.png"]:upward(1)
!+ NOT_OPTIMIZED
moneyv.wp.pl,money.pl#?##app div[class*=" "]:matches-property("/__reactInternalInstance/.return.memoizedProps.slotNumber"="/\d+/")
!+ NOT_OPTIMIZED
moneyv.wp.pl,money.pl#?##app > div[class^="sc-"] > div[class]:matches-property("/__reactInternalInstance/.return.memoizedProps.advNumber"="/\d+/")
! 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/24717
tv.wp.pl#?#div[class*="grid-headers-boundary"] div[class*=" "]:has(> div[class*=" "][height] > div:only-child)
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
! https://github.com/AdguardTeam/AdguardFilters/issues/153721
infor.pl##.adsContent
infor.pl#?#.singleTopArea:has(> .adsContent)
! 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/170628
wykop.pl#?#aside.tag-top > .hits-slider:matches-css(before, content: /^reklama$/)
||r.wykop.pl/widget-api/*/widget$xmlhttprequest
! Rule below fixes issue with loading content on - https://wykop.pl/tag/reklama
@@||wykop.pl/api/v3/tags/reklama/$xmlhttprequest,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/140299
||wykop.pl/api/v*/ads
wykop.pl##body .pub-slot-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/23704
wykop.pl###wpladtop
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/139975
! https://github.com/AdguardTeam/AdguardFilters/issues/139973
e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,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#?#.componentsPromotionsPromotedList[data-event-position-context^="marketing_"]:not(:has(> .atomsHeader > h2.atomsHeader__title > span:contains(Quizy)))
! https://github.com/AdguardTeam/AdguardFilters/issues/121975
! https://github.com/AdguardTeam/AdguardFilters/issues/121876
e-ogrodek.pl,stronakuchni.pl,stronapodrozy.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,echodnia.pl,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gra.pl,gs24.pl,i.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,strefaedukacji.pl,stronakobiet.pl,stronazdrowia.pl,to.com.pl,wspolczesna.pl##.componentsListingLargeRow__content > div[data-turn-on-display] > .atomsListingArticleTileWithSeparatedLink > a[title="Reklama"]
e-ogrodek.pl,stronakuchni.pl,stronapodrozy.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennikpolski24.pl,echodnia.pl,expressbydgoski.pl,expressilustrowany.pl,gazetakrakowska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,gp24.pl,gra.pl,gs24.pl,i.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowosci.com.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,strefabiznesu.pl,strefaedukacji.pl,stronakobiet.pl,stronazdrowia.pl,to.com.pl,wspolczesna.pl#?#.componentsListingLargeRow__content > div[data-turn-on-display]:has(> .atomsListingArticleTileWithSeparatedLink > .adsSlotContainer)
! https://github.com/AdguardTeam/AdguardFilters/issues/131526
! https://github.com/AdguardTeam/AdguardFilters/issues/124290
! https://github.com/AdguardTeam/AdguardFilters/issues/124289
e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,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##.componentsPromotionsListWithTabs
! https://github.com/AdguardTeam/AdguardFilters/issues/121404
! https://github.com/AdguardTeam/AdguardFilters/issues/124259
e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,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##.layoutsGrid__right > [style="height: 900px; padding-bottom: 20px;"]
e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,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##.componentsPromotionsArticlePromotedList
! https://github.com/AdguardTeam/AdguardFilters/issues/23631
e-ogrodek.pl,gra.pl,stronakuchni.pl,stronapodrozy.pl,strefaedukacji.pl,i.pl,stronazdrowia.pl,naszahistoria.pl,regiodom.pl,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
||s-gr.cdngr.pl/assets/gratka/v*/css/pages/promoButton.css
||ppstatic.pl/assets/gratka/v*/css/pages/promoButton.css$domain=~naszemiasto.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/161859
instalki.pl##.inst-slot
! 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() {};
! 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
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, ad leftovers
doci.pl###video-ad-preroll
doci.pl##.span4 > .content > div[style="font-size:10px;color:grey;float:left;padding-left:5px;"]
doci.pl#?#.span4 > .content > div[style="font-size:10px;color:grey;float:left;padding-left:5px;"] + .iconset-details-list > .adsbygoogle:upward(1)
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#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "adblocka")
! 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/123480
cda.pl##.siddeAd
cda.pl##.top-anonco-cont
cda.pl#$#.smp-fullscr { display: none !important; }
cda.pl#$#body.fullscreen-overflow { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/104189
! https://github.com/AdguardTeam/AdguardFilters/issues/67436
! https://github.com/AdguardTeam/AdguardFilters/issues/19684
||cda.pl/xml_pool/*pool*.php
||cda.pl/xml/pool.php
||g.cda.pl/player.php?ads
||g.cda.pl/block/block.php
||g.cda.pl/xml_adbc.php
ebd.cda.pl#%#//scriptlet("prevent-window-open", "0", "cda.pl")
! https://github.com/AdguardTeam/AdguardFilters/issues/19026
jbzdy.pl##.dads
! https://github.com/AdguardTeam/AdguardFilters/issues/17188
! superfilm.pl - antiadblock
superfilm.pl#%#window.adblock = true;
! 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/64980
! https://github.com/AdguardTeam/AdguardFilters/issues/13641
animezone.pl#@#.myTestAd
animezone.pl#$#.myTestAd { display: block!important; height: 1px!important; }
animezone.pl##.rek
animezone.pl#$?#.category-description > #episode > .embed-container:has(> a[href][target="_blank"].link-play) { padding-bottom: 0!important; }
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_ublock)
www.wp.pl#?#[class*="AdvSlotWithPlaceholder__"]:has(>img[class^="AdvPlaceholder"])
!+ NOT_PLATFORM(windows, mac, android, ext_ublock)
~www.wp.pl,wp.pl#?#[class^="_"] > [class^="_"][class*=" _"]:has(>[class^="_"] > [class*=" "] > [class]:first-child:contains(REKLAMA))
!+ NOT_PLATFORM(windows, mac, android, ext_ublock)
~www.wp.pl,wp.pl#?#[class^="_"] > [class^="_"][class*=" _"]:has(>[class^="_"] > [class*="_"] > a[href] > [style*="background-image: url("])
! 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/11565
gry.pl#?##overlay:has(>.adblock)
! https://github.com/AdguardTeam/AdguardFilters/issues/147787
! https://github.com/AdguardTeam/AdguardFilters/issues/135030
! https://github.com/AdguardTeam/AdguardFilters/issues/133076
! https://github.com/AdguardTeam/AdguardFilters/issues/132742
! https://github.com/AdguardTeam/AdguardFilters/issues/131520
! https://github.com/AdguardTeam/AdguardFilters/issues/128668
! https://github.com/AdguardTeam/AdguardFilters/issues/123730
! https://github.com/AdguardTeam/AdguardFilters/issues/119068
vod.tvp.pl##.tp3-ads-dots
tvpparlament.pl,tvp.pl,tvp.info,swipeto.pl#%#//scriptlet('prevent-element-src-loading', 'script', 'hit.gemius.pl')
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=swipeto.pl
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=noopjs,domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
||hit.gemius.pl/gplayer.js$script,xmlhttprequest,redirect=noopjs,domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
||hit.gemius.pl/gstream.js$script,xmlhttprequest,redirect=noopjs,domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
! TODO: remove hint when app for iOS/Safari extension will have scriptlets library version 1.9.57 or newer
!+ NOT_PLATFORM(ios, ext_safari)
tvpparlament.pl,tvp.pl,tvp.info,swipeto.pl#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/109263
sport.tvp.pl##.banner-lotto-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/92780
! tvp.pl - antiadblock
tvp.info,tvp.pl#%#//scriptlet("json-prune", "ads_enabled data.ads.list.*")
tvp.info,tvp.pl#%#//scriptlet("set-constant", "tvPlayer2.AdsPlayer.prototype.setAdsConfig", "noopFunc")
||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=tvp.pl|tvp.info
@@||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js$domain=vod.tvp.pl
! pcworld.pl - ads
pcworld.pl#%#window.uabpdl = window.uabInject = true;
! 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; }
money.pl#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/61660
www.wp.pl#$#body > #root { opacity: 1 !important; }
www.wp.pl##.grid > div:not([class]):has(> div[class*=" "]:only-child > div[class*=" "]:first-child + div[class*=" "]:last-child > div:empty:first-child + img[src*="://v.wpimg.pl/"][alt][role="presentation"]:last-child)
www.wp.pl##div[class*=" "]:has(> img[src^="https://v.wpimg.pl/"][alt]:first-child + div:last-child)
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)
turystyka.wp.pl#?#div:not([class]):not([id]) > div:not([class]):not([id]) > div[class*=" "] > div[class] > div:not([class]):not([id]):only-child > div:not([class]):not([id]):first-child > div[class]:only-child:upward(4)
open.fm,dom.wp.pl,facet.wp.pl,film.wp.pl,finanse.wp.pl,gry.wp.pl,gwiazdy.wp.pl,kobieta.wp.pl,ksiazki.wp.pl,kuchnia.wp.pl,moto.wp.pl,opinie.wp.pl,tech.wp.pl,teleshow.wp.pl,turystyka.wp.pl,wawalove.wp.pl,wiadomosci.wp.pl,wroclaw.wp.pl#?#div[class*=" "]:has(>div[class]:first-child:empty+img[src*="://v.wpimg.pl/"][alt]:empty)
pilot.wp.pl#?#div[style*="min-height:"] > div[class*=" "] > section[class*=" "] > div[class*=" "]:has(> img[src="https://std.wpcdn.pl/images/adv/placeholder_wp.svg"])
pilot.wp.pl##.wp-player > .adpause > .plchldr
||naanalle.pl/pb/bid
||i.wp.pl/a/i/stg/wpjslib-nojq.js$domain=dobreprogramy.pl
||std.wpcdn.pl/player/jingle-*.mp4$media,redirect=noopmp3-0.1s,domain=pilot.wp.pl
||oas.wpcdn.pl/*.mp4$media,redirect=noopmp4-1s,domain=dobreprogramy.pl|medycyna24.pl|money.pl|o2.pl|pudelek.pl|wp.pl
||v.wpimg.pl^$media,redirect=noopmp4-1s,domain=autocentrum.pl|autokult.pl|abczdrowie.pl|gadzetomania.pl|fotoblogia.pl|parenting.pl|komorkomania.pl|o2.pl|pudelek.pl|medycyna24.pl|money.pl|wp.pl|videostar.pl|polygamia.pl|genialne.pl|pysznosci.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/148911
jastrzabpost.pl,pysznosci.pl,genialne.pl,polygamia.pl,abczdrowie.pl,autokult.pl,dobreprogramy.pl,fotoblogia.pl,gadzetomania.pl,komorkomania.pl,money.pl,parenting.pl,pudelek.pl,o2.pl,wp.pl#%#!function(){const r={apply:(r,o,e)=>(e[0]?.includes?.("</VAST>")&&(e[0]=""),Reflect.apply(r,o,e))};window.DOMParser.prototype.parseFromString=new Proxy(window.DOMParser.prototype.parseFromString,r)}();
! https://github.com/AdguardTeam/AdguardFilters/issues/144971
open.fm#%#//scriptlet('set-constant', 'Object.prototype.adv', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/95566
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
dobreprogramy.pl#%#AG_onLoad(function(){(new MutationObserver(function(){var a=document.querySelector('.wp-player__video-container > video[src^="https://v.wpimg.pl/"]');var b=(b=document.querySelector(".wp-player .bcontrols > .ainfo > .atime > span"))&&b.innerText.includes("Reklama")?!0:void 0;b&&a&&a.duration&&(a.currentTime=a.duration)})).observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/75066
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=wp.pl|money.pl|open.fm
sportowefakty.wp.pl#?#div:not([class]):not([id]):has(> div[class] > div[class*=" "] > div:not([class]):not([id]):contains(/^REKLAMA$/))
sportowefakty.wp.pl#?#.teasers > div[class=" display"]:has(> div[class] > div[class] > div:not([class]):not([id]) > div:not([class]):not([id]):contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/93463
www.wp.pl##.relative > div[class^="sc"] > div[class^="sc"]:has(> img[src^="https://v.wpimg.pl/"][alt]:first-child + img[src^="https://v.wpimg.pl/"][alt] + div[class^="sc-"]:last-child)
www.wp.pl#?#.app-container > div[class^="sc-"] > div[class^="sc-"] > div[class][style="width: 100%;"] > div[class^="sc-"] > div[class] > div[class^="sc-"]:only-child:contains(/^OFERTY DLA CIEBIE$/):upward(1)
! 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##a[href^="https://direct.money.pl/landing-page/callcenter/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/45978
parenting.pl,abczdrowie.pl##div[data-element="wide-placeholder"]
abczdrowie.pl#?#.article__textbox > script:contains(registerSlot):upward(1)
abczdrowie.pl#?#.content-aside__item > script:contains(registerSlot):upward(1)
abczdrowie.pl#?#.article__textbox:has(> div[class] > div[id^="div-gpt-ad"])
portal.abczdrowie.pl#?#.article__container > .content-aside .content-aside__item:matches-css(background-image: /^url\(https:\/\/portal\.abczdrowie\.pl\/media\/images\/commb\.png/)
zywienie.abczdrowie.pl#?#.article__container > .content-aside .content-aside__item:matches-css(background-image: /^url\(https:\/\/zywienie\.abczdrowie\.pl\/media\/images\/commb\.png/)
zywienie.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\(https:\/\/zywienie\.abczdrowie\.pl\/media\/images\/commb\.png/)
uroda.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\(https:\/\/uroda\.abczdrowie\.pl\/media\/images\/commb\.png/)
uroda.abczdrowie.pl#?#.article__container > .content-aside .content-aside__item:matches-css(background-image: /^url\(https:\/\/uroda\.abczdrowie\.pl\/media\/images\/commb\.png/)
pytania.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\(https:\/\/pytania\.abczdrowie\.pl\/media\/images\/commb\.png/)
forum.parenting.pl,forum.abczdrowie.pl#?##ipsLayout_sidebar > .article__side .article__side__stickblock:matches-css(background-image: /^url\(https:\/\/portal\.abczdrowie\.pl\/media\/images\/commb\.png/)
! https://github.com/AdguardTeam/AdguardFilters/issues/168450
! https://github.com/AdguardTeam/AdguardFilters/issues/56048
pogoda.wp.pl##div[class^="placeholder_"]
pogoda.wp.pl#?##__layout > div[class] > div[class*= " "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:only-child:empty)
pogoda.wp.pl#?#.grid-container > div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:only-child:empty)
pogoda.wp.pl#?#.grid-container > div[class^="grid-"] > div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:only-child:empty)
pogoda.wp.pl#?#.grid-container > div[class^="grid-"] > div[class] > div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:only-child:empty)
pogoda.wp.pl#?#.grid-container > div[class^="grid-"] > .list > ul > li > div[class*=" "]:matches-css(background-image: /^url\(data:image/png;base64,iVBOR/):has(> div:only-child:empty)
! https://github.com/AdguardTeam/AdguardFilters/issues/61376
parenting.pl##.article__container > .content-aside
parenting.pl##.article__container--gallery > .content-aside
! Glomex video ads - ttv.pl
||mdsglvod-a.akamaihd.net/vod/2.0/progressive/*/x.mp4$redirect=noopmp4-1s,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$script,redirect=google-ima3,domain=tokfm.pl,important
! 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
! 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/137190
auto-swiat.pl##.asideAds
! komputerswiat.pl - ad leftovers
plejada.pl,auto-swiat.pl,newsweek.pl,onet.pl,medonet.pl,komputerswiat.pl###onet-ad-flat-belkagorna
! https://github.com/AdguardTeam/AdguardFilters/issues/48819
pclab.pl#%#//scriptlet('prevent-setTimeout', 'document.body.getAttribute("abp")')
! https://github.com/AdguardTeam/AdguardFilters/issues/64295
onet.pl#$#.insertedSlot { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/155987
! https://github.com/AdguardTeam/AdguardFilters/issues/142349
medonet.pl,onet.pl#$#body { overflow: visible !important; }
medonet.pl,onet.pl#$#body div.fc-ab-root:not(#style_important) { display: none !important; }
medonet.pl,onet.pl#$#div[class*="ad" i][style^="width: 1px; height: 1px; position: absolute; left: -10000px; top: -"] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89329
! https://github.com/AdguardTeam/AdguardFilters/issues/78860
! 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,komputerswiat.pl#%#//scriptlet('prevent-setTimeout', '/document\.body\.getAttribute\("abp"/')
! https://github.com/AdguardTeam/AdguardFilters/issues/157455
! https://github.com/AdguardTeam/AdguardFilters/issues/155134
filmweb.pl#%#//scriptlet('set-constant', 'rodo.canProfileVisitor', 'noopPromiseReject')
filmweb.pl#%#//scriptlet('set-cookie', 'ws_ad', '1')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=filmweb.pl,important
! https://github.com/AdguardTeam/AdguardFilters/issues/53431
filmweb.pl##.faStaticBanner > a
filmweb.pl#%#//scriptlet('remove-attr', 'style', 'header#mainPageHeader[style^="height:"]')
filmweb.pl#$#body.isSponsoringSticky .header.header--main { top: 0 !important; }
filmweb.pl#$#header#mainPageHeader[style^="top:"] { top: 0 !important; }
filmweb.pl#$##mainSkyBanner-pl_PL { position: absolute !important; left: -3000px !important; }
filmweb.pl#$#body.ws { overflow: visible!important; }
filmweb.pl#%#//scriptlet("abort-current-inline-script", "addEventListener", "/faBar[\s\S]*?insertAdjacentElement/")
filmweb.pl#?#.page__group > .filmWhereToWatchLinkSection > .page__container > .subPageLinkBlock:has(> .subPageLinkBlock__container > a[href^="https://pro.hit.gemius.pl/hitredir"])
||fwcdn.pl/el/kk/player/032020/672.html
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
filmweb.pl##.page__group > .fa.faBar > iframe[src*="fwcdn.pl/el/kk/player/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/15134
! https://forum.adguard.com/index.php?threads/adblock-detection-filmweb-pl-mac.26801/
filmweb.pl#%#//scriptlet("prevent-setInterval", ".offsetHeight&&0!==")
filmweb.pl#%#//scriptlet("abort-current-inline-script", "IRI", "Adblock")
filmweb.pl#%#//scriptlet("set-constant", "sats", "true")
filmweb.pl#$#body > .fwPlusBtn[style]:not(#style_important), body > #advertBar-pl_PL[style]:not(#style_important), body > .clickArea[style]:not(#style_important), body > .advert[style]:not(#style_important), body > #mainSkyBanner-pl_PL[style]:not(#style_important), body > #ad[style]:not(#style_important), body > .rec-sponsored[style]:not(#style_important), body > .ws__wrapper[style]:not(#style_important), body > .text-ad[style]:not(#style_important), body > .textAd[style]:not(#style_important), body > #clickUrl1[style]:not(#style_important), body > #flashcontent3[style]:not(#style_important), body > #pasekup[style]:not(#style_important), body > .pub_728x90[style]:not(#style_important), body > .ad-internal[style]:not(#style_important), body > .ad-imagehold[style]:not(#style_important), body > .about_adsense[style]:not(#style_important), body > .abBoxAd[style]:not(#style_important), body > .HomeAds[style]:not(#style_important), body > .CommentAd[style]:not(#style_important), body > .Ad160x600[style]:not(#style_important), body > .ADTextSingle[style]:not(#style_important), body > .AD300Block[style]:not(#style_important) { display: block !important; }
!+ NOT_OPTIMIZED
filmweb.pl#$?#.ws__wrapper:not([style]) { remove: true; }
filmweb.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/notDetectedBy/.test(a.toString()))return b(a,c)};})();
||fwcdn.pl/front/assets/FaStaticBanner-*.$domain=filmweb.pl
||fwcdn.pl/front/assets/WelcomeScreen.*.js$domain=filmweb.pl
||fwcdn.pl/prt/*/*/index.html?gdpr=$subdocument,domain=filmweb.pl
||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
!+ NOT_OPTIMIZED
filmweb.pl#$#.ws__wrapper { visibility: hidden!important; }
filmweb.pl#$#.lightboxNEW:not(.fullscreen)[style] { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/70948
! https://github.com/AdguardTeam/AdguardFilters/issues/109192
mmorpg.org.pl##div[id*="_bill_"]
mmorpg.org.pl##div[id*="_bill_"] + a[href="/premium"]
mmorpg.org.pl##div[id*="_half_"]:empty
mmorpg.org.pl##div[id*="_half_"]:empty + a[href="/premium"]
mmorpg.org.pl#%#//scriptlet('prevent-fetch', 'wtg-ads.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/24309
! https://github.com/AdguardTeam/AdguardFilters/issues/7139
elektroda.pl#%#//scriptlet("abort-on-property-read", "welcomeAdContainerElement")
elektroda.pl#%#//scriptlet("abort-on-property-read", "loadPopup")
elektroda.pl#%#//scriptlet("abort-on-property-read", "disablePopup")
||elektroda.pl/js/window.js
||static.elektroda.pl/html5/pcim/desktop/index.html
||elektroda.pl/js/modal.js
||elektroda.pl/js/first.js
||elektroda.pl/js/welcome.js
elektroda.pl#?#.container > div > div[class] > section[class] > div[id^="div-gpt-ad-"]:only-child:upward(1)
elektroda.pl###topbb
elektroda.pl###WelcomeAdContainer
elektroda.pl###WelcomeAdContainer + #overlay
elektroda.pl##.the-category > .section-patrons
elektroda.pl##a[href="https://itserwis.net/simplivity/"] > img
elektroda.pl##body > #main > .content-wrap > .container > .container + section[class]:not([class="row"]) > a[href]:not([href^="https://www.elektroda.pl/"])[target="_blank"] > img
elektroda.pl##body > #main > .content-wrap > .container  > .hidden-cookie-info + section[class] > a[href]:not([href^="https://www.elektroda.pl/"])[target="_blank"] > img
elektroda.pl#?#a.button_open[href="/rtvforum/companyabout.php"]:contains(Zamieść Reklamę)
elektroda.pl##.the-list > li[class]:not([class="clearfix"]) > a[href][target="_blank"][onclick*="Event"]
elektroda.pl##a[href="https://www.ige-xao.com/pl/sklep/see-electrical/"]
elektroda.pl##a[href="https://www.micros.com.pl/"] > img
elektroda.pl##a[href="http://www.biall.com.pl/sklep.html#"] > img
elektroda.pl##a[href="https://www.stercontrol.pl/"] > img
elektroda.pl##a[href="https://termopasty.pl/"] > img
elektroda.pl##a[href^="https://www.pcbway.com/"] > img
elektroda.pl##a[href^="https://www.pcbway.com/"] > img + span
elektroda.pl##a[href^="https://jlcpcb.com/"] > img + span
elektroda.pl##a[href^="https://jlcpcb.com/"] > img
elektroda.pl##a[href="https://sklep-elwron.pl/"] > img
elektroda.pl##.text-center > section a[href]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]) > img
elektroda.pl##div:only-child > a[href]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]):only-child > img + img[width="300"]
elektroda.pl#?#div:only-child > a[href]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]):only-child > img:has(+ img[width="300"])
elektroda.pl#?#.col-md-8 div a[href="https://czescidodrukarek.pl"] ~ form[action="https://czescidodrukarek.pl/szukaj"]:upward(1)
elektroda.pl#?#.col-md-8 div[style*="micros"] > div[style] > form[action^="https://www.micros.com.pl/"]:upward(2)
!+ NOT_OPTIMIZED
elektroda.pl#?#.the-list > li[class]:not([class="clearfix"]):has(> a[href][target="_blank"][onclick*="Event"])
!+ NOT_OPTIMIZED
elektroda.pl#?#.col-md-8 div > form[action^="https://www.tme.eu/pl/katalog/"]:upward(1)
!+ NOT_OPTIMIZED
elektroda.pl#?#.the-content > div[class]:has(> div > a[href][target="_blank"][onclick*="'Patron', 'Click Button'"])
!+ NOT_OPTIMIZED
elektroda.pl#?#.the-post-list > ul > li[class]:not([class="clearfix"]):has(>[id^="div-gpt-ad"])
!+ NOT_OPTIMIZED
elektroda.pl##.sidebar-wrap > .row > .widgets > .boombox-content > a[href][target="_blank"][onclick*="'Navibox', 'Click', '"]
!+ NOT_OPTIMIZED
elektroda.pl##a[href]:not([href^="https://www.elektroda.pl/"]) > picture > source[media^="(min-width:"] + img
elektroda.pl##.topic-box > div[class] > div > a[href]:not([href^="https://www.elektroda.pl/"])[target="_blank"] > img
elektroda.pl##.topic-box > div[class] > .sec-b > a[href]:not([href^="https://www.elektroda.pl/"]) > img
elektroda.pl##.position-relative > .sec-b > a[href]:not([href^="https://www.elektroda.pl/"]) > img
elektroda.pl#?#.topic-lists > li[class] > .topic-box > .position-relative:has(> .sec-b > div[id^="div-gpt-ad"])
elektroda.pl##.container a[class][href*="&utm_medium=banner"]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]) > img
elektroda.pl##.container > section > a[class][href]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]) > img
elektroda.pl##.container .topic-lists .topic-box > div > div > a[class][href]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]) > img
elektroda.pl##.sidebar-wrap .the-list > li[class]:not([class="clearfix"]) > a[href][rel="noopener"]:not([href^="https://www.elektroda.pl/"]):not([href^="https://obrazki.elektroda.pl/"]) > img
! 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; }
! https://github.com/MajkiIT/polish-ads-filter/issues/3175
naszemiasto.pl#%#window.adBlockTest = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/162841
! 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
$script,third-party,denyallow=ckeditor.com|fastly.net|statically.io|sharecast.ws|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yastatic.net|ytimg.com|zencdn.net|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io,_____,domain=shinden.pl
shinden.pl###spolSticky
shinden.pl##.spolecznoscinet
shinden.pl##iframe[src^="https://reklama.shinden.eu/adpeeps.php?"]
shinden.pl#$?#.ads { remove: true; }
shinden.pl#%#//scriptlet('abort-current-inline-script', 'atob', 'getElementsByTagName')
shinden.pl#%#//scriptlet("abort-on-property-read", "popjs.init")
shinden.pl#%#//scriptlet("set-constant", "_pop", "noopFunc")
shinden.pl#%#//scriptlet("abort-on-property-write", "AdservingModule")
@@/^https:\/\/www\.[a-z]{7,14}\.com\/[a-z]{1,4}\.js/$script,third-party,domain=shinden.pl,badfilter
@@||spolecznosci.net/core/*/main.js$domain=shinden.pl
@@||spolecznosci.net/js/core*-min.js$domain=shinden.pl
@@||spolecznosci.net/js/modules/*.js$domain=shinden.pl
@@||a.spolecznosci.net/pet?s=Shinden$domain=shinden.pl
@@||static.criteo.net/js/ld/publishertag.js$domain=shinden.pl
||spolecznosci.net/js/modules/sfw.js$important,domain=shinden.pl
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||smartadserver.com/ac$script,redirect=noopjs,domain=shinden.pl,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
||ced-ns.sascdn.com/diff/templates/js/sas/sas-browser.js$script,redirect=noopjs,domain=shinden.pl,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=shinden.pl,redirect=nooptext,important
!+ PLATFORM(windows, mac, android, ext_chromium, ext_ff)
||ced-ns.sascdn.com/diff/templates/js/overslide/sas-overslide-*.js$script,redirect=noopjs,domain=shinden.pl,important
!+ NOT_PLATFORM(windows, mac, android)
@@||stats.g.doubleclick.net/r/collect$image,domain=shinden.pl
!+ PLATFORM(ext_chromium, ext_ff, ext_opera, ios, ext_android_cb, ext_edge)
@@||popads.net/pop.js$script,important,domain=shinden.pl
!+ 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,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://github.com/AdguardTeam/AdguardFilters/issues/5103
||llog.pl^
! https://github.com/AdguardTeam/AdguardFilters/issues/168076
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=radiozet.pl,important
! https://github.com/AdguardTeam/AdguardFilters/issues/168141
radiozet.pl###onnetwork--html:empty
radiozet.pl#?#section[class^="padding--"]:has(> .advert-container:only-child)
! 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://github.com/AdguardTeam/AdguardFilters/issues/130255
vpolshchi.pl#?#div[class*=" "] > div:first-child + img[src*="://v.wpimg.pl/"][alt]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/101189
pilot.wp.pl#?#div[class*=" "] > div:first-child + img[src*="://v.wpimg.pl/"][alt]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/108080
dobreprogramy.pl##button[class][type="button"] + a[href*="?utm_source=dobreprogramy&utm_medium=avastseal&utm_campaign=download"]
! https://github.com/AdguardTeam/AdguardFilters/issues/95955
! https://github.com/AdguardTeam/AdguardFilters/issues/80901
dobreprogramy.pl##div[data-index][data-slot][style]
polygamia.pl,dobreprogramy.pl#?#div[class*=" "] > div:first-child + img[src*="://v.wpimg.pl/"][alt]:upward(1)
kobieta.wp.pl,komorkomania.pl,tech.wp.pl,gadzetomania.pl,polygamia.pl,dobreprogramy.pl#?#div[class*=" "] > img[src*="://v.wpimg.pl/"] + div[class] > style:first-child + div:last-child:upward(2)
! https://forum.adguard.com/index.php?threads/dobreprogramy-pl.19744/#post-127483
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/kobieta-wp-pl.18565/
! https://forum.adguard.com/index.php?threads/wp-pl.19418/
homebook.pl,abczdrowie.pl,autokult.pl,dobreprogramy.pl,echirurgia.pl,fotoblogia.pl,gadzetomania.pl,jejswiat.pl,kafeteria.pl,komorkomania.pl,luxlux.pl,medycyna24.pl,mixer.pl,money.pl,nocowanie.pl,o2.pl,open.fm,parenting.pl,pinger.pl,pogodnie.pl,pudelek.pl,samosia.pl,testwiedzy.pl,wp.pl#$#body { pointer-events: auto !important; }
||rek.www.wp.pl/vad.xml$script,xmlhttprequest,other,redirect=noopvast-2.0,important
!+ NOT_PLATFORM(ext_ublock)
||adv.wp.pl/RM/Box/*.mp4$media,redirect=noopmp4-1s,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/122136
spidersweb.pl##.ad-left + div[style="height: 250px;"]
spidersweb.pl##.ad-left + div:not([class], [id]) > div[style="position: absolute; font-size: 12px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/118865
spidersweb.pl##.newAd
! https://github.com/AdguardTeam/AdguardFilters/issues/134618
!+ NOT_OPTIMIZED
spidersweb.pl##.slot1
spidersweb.pl##.app-adBox
! https://github.com/AdguardTeam/AdguardFilters/issues/86070
spidersweb.pl##.hasSlotAd
spidersweb.pl##.main > #SpidersWeb_SW__HDH1_HTH1_HMH1
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
teletoonplus.pl##iframe#nctop
||services.*.pl/belka/$domain=teletoonplus.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/166964
! https://github.com/AdguardTeam/AdguardFilters/issues/148857
! https://github.com/AdguardTeam/AdguardFilters/issues/142864
! https://github.com/AdguardTeam/AdguardFilters/issues/74693
! https://github.com/AdguardTeam/AdguardFilters/issues/50364
! https://github.com/AdguardTeam/AdguardFilters/issues/49821
! https://github.com/AdguardTeam/AdguardFilters/issues/21639
! https://github.com/AdguardTeam/AdguardFilters/issues/11428
! https://forum.adguard.com/index.php?threads/10376/
tvn24.pl#%#//scriptlet('prevent-fetch', '/adocean\.pl\/.*ad\.xml/')
vod.pl##.advert[class*="advert--"]
||recontent.services.tvn.pl/*ad.xml$xmlhttprequest,redirect=noopvast-2.0,domain=tvn24.pl
@@||tvn.hit.gemius.pl/*redataredir?url=*tvn.adocean.pl*ad.xml$domain=player.pl|teletoonplus.pl|get.x-link.pl
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
||tvn.adocean.pl/*ad.xml$xmlhttprequest,redirect=noopvast-2.0,domain=tvn24.pl,important
!+ NOT_PLATFORM(ext_ublock)
@@||tvn.adocean.pl/*ad.xml$xmlhttprequest,domain=player.pl|get.x-link.pl
@@||redcdn.pl/*/TVN-Adserver/*.mp4$xmlhttprequest,domain=miniminiplus.pl|teletoonplus.pl|tvnturbo.pl|tvn.pl
@@||cdntvn.pl/adscript.js$domain=player.pl
||redcdn.pl/*/TVN-Adserver/*.mp4$media,redirect=noopmp4-1s,domain=player.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tvn24.pl|tvn.pl
!+ NOT_PLATFORM(windows, mac, android)
tvn24.pl##.video-player > .videoPlayer.player-initialized .vjs-switching .vjs-loading-spinner
@@||tvn24.pl^$generichide
@@||get.x-link.pl^$generichide
@@||cdntvn.pl/*/assets/*advert*.js$domain=player.pl|get.x-link.pl|tvn24.pl|vod.pl
@@||cdntvn.pl/*/static/ad*.js$domain=player.pl|get.x-link.pl|tvn24.pl|vod.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=get.x-link.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/138389
!+ NOT_PLATFORM(ext_ublock)
@@||player.pl^$generichide
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=player.pl|vod.pl
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=player.pl|vod.pl|tvn24.pl,important
vod.pl,player.pl#%#//scriptlet('remove-class', 'async-hide', 'html')
vod.pl,player.pl#%#//scriptlet('prevent-fetch', '/ad\.xml\?|tvn\.hit\.gemius\.pl/', 'emptyStr')
vod.pl,player.pl#%#//scriptlet('prevent-xhr', 'tvn.adocean.pl')
vod.pl,player.pl#%#//scriptlet('prevent-setTimeout', 'loadAdvertScript')
tvn24.pl#%#//scriptlet("json-prune", "playlist.movie.advertising.ad_server")
tvn.pl#%#//scriptlet("json-prune", "movie.advertising.ad_server movies.*.advertising.ad_server playlist.movie.advertising.ad_server")
vod.pl,player.pl#@#.ad
vod.pl,player.pl#@#.ads
vod.pl,player.pl#@#.advert
vod.pl,player.pl#@#.adsense
vod.pl,player.pl#@#.reklama-top
vod.pl,player.pl#@#.adv_container
vod.pl,player.pl#@#.linkSponsorowany
vod.pl,player.pl#$#body .adsbygoogle.adv_container.ads { display: block !important; }
vod.pl,player.pl#$#body div[class][style="position: absolute; top: 0px; left: 0px; opacity: 0; width: 0px; height: 0px;"] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/133005
! https://github.com/AdguardTeam/AdguardFilters/issues/78932
! https://github.com/AdguardTeam/AdguardFilters/issues/34440
! https://github.com/AdguardTeam/AdguardFilters/issues/21435
! https://github.com/AdguardTeam/AdguardFilters/issues/7477
polsatboxgo.pl,polsatnews.pl,polsatsport.pl,twojapogoda.pl,geekweek.pl#%#//scriptlet('prevent-xhr', '/ad.xml?')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=redefine.pl|redcdn.pl|polsatnews.pl|polsatsport.pl|twojapogoda.pl|geekweek.pl|polsatboxgo.pl
@@||gapl.hit.gemius.pl/gplayer.js$domain=redefine.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|geekweek.pl
||ipla.hit.stat24.com/*ad.xml$xmlhttprequest,redirect=noopvast-3.0,important,domain=polsatnews.pl|polsatsport.pl|twojapogoda.pl
||ipla.hit.stat24.com/*ad.xml$redirect=nooptext,important,domain=~polsatnews.pl|~polsatsport.pl|~twojapogoda.pl
!+ NOT_PLATFORM(windows, mac, android, ext_ff, ext_opera, ext_ublock)
||ipla.hit.stat24.com/*ad.xml$xmlhttprequest,redirect=noopvast-2.0,important,domain=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://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; }
!
||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://github.com/AdguardTeam/AdguardFilters/issues/51605
stooq.pl,stooq.com##td[align="center"] > table[width="100%"] > tbody > tr > td > .adsbygoogle + script + table[width="100%"] div[style="position:relative;width:970px;height:250px"]
stooq.pl#?#td[valign="top"] > table[width="100%"][style="position:relative;z-index:1"] > tbody > tr > td[align="center"] > table[height="250"][cellpadding="0"][align="center"]:has(> tbody > tr > td[style="background-color:ffffff"] > .adsbygoogle)
! https://forum.adguard.com/index.php?threads/9809/
stooq.pl##div[onclick*="window.open('http://stooq.pl/ads/"]
! shinden.pl - anti-adblock
@@||shinden.pl^$generichide
! czasbajki.pl - skip timer
czasbajki.pl#%#AG_onLoad(function() { $('#kFinal').removeClass('kHidden'); $('#kSplash').remove(); });
! wp.pl - anti-adblock
@@||adv.wp.pl/bar.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/127297
purepc.pl#%#//scriptlet('prevent-setTimeout', 'ubfix2()')
purepc.pl#%#//scriptlet('prevent-setInterval', '/fixbg\(\)|unhd2\(\)/')
! purepc.pl
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; }
purepc.pl#$#html > body:not(.dark) { background-image: none !important; background-color: #d5d5d5 !important; }
purepc.pl#$#html > body.dark:not(#style_important) { background-image: none !important; background-color: #111 !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_"]
||exsite.pl/kampania/ads/
exsite.pl#%#window.ab = false;
!---------------------------------------------------------------------
!------------------------------ Romanian -----------------------------
!---------------------------------------------------------------------
! NOTE: Romanian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/166463
regielive.ro#%#//scriptlet('abort-on-property-write', 'AdblockDetector')
regielive.ro#$#body a.AdContainer { display: block !important; }
regielive.ro#@#.homead
regielive.ro#@#.ad-lead
regielive.ro#@#.AdHeader
regielive.ro#@#.AdContainer
regielive.ro#@##homead
regielive.ro#@##ad-lead
regielive.ro#@##AdHeader
regielive.ro#@##AD_Top
! https://github.com/AdguardTeam/AdguardFilters/issues/165416
!+ NOT_OPTIMIZED
autoblog.md##div[class^="PREFIX"][data-prefix-close-buttontrackid]
! https://github.com/AdguardTeam/AdguardFilters/issues/163604
sitefilme.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/162731
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kanald.ro
! https://github.com/AdguardTeam/AdguardFilters/issues/153162
antena3.ro###ribbon
antena3.ro##.bannerBox
! https://github.com/AdguardTeam/AdguardFilters/issues/150700
tvonline123.com###ab-message
tvonline123.com#%#//scriptlet('prevent-setTimeout', '.offsetHeight')
! https://github.com/AdguardTeam/AdguardFilters/issues/139950
go4games.ro#?#.container > .mg-bottom-10 > .height-smb-100:has(> .strawberry-ads:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/139922
gsp.ro##div[style="min-height: 80px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/136170
clujust.ro#$#html.async-hide { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135764
stirileprotv.ro###branding
stirileprotv.ro##.desktop-branding
stirileprotv.ro##.outer-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/129752
! It looks like that website checks if ad blocker is enabled
! and if so, then instead of displaying banners from ad servers, a different banners are displayed
||s*emagst.akamaized.net/assets/*/js/ads_script.js$domain=emag.ro,important
! https://github.com/AdguardTeam/AdguardFilters/issues/129383
mediafax.ro###sidebar > div[style^="margin:10px auto; text-align:center;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/127108
wall-street.ro##.ads-branding
wall-street.ro##.hasBreaking
wall-street.ro##.justify-content-center.minh-250
wall-street.ro##.add-hp-300x250
! https://github.com/AdguardTeam/AdguardFilters/issues/127019
cancan.ro##div[data-banner]
! https://github.com/AdguardTeam/AdguardFilters/issues/119779
7media.md##body > section.bn-lg
! https://github.com/AdguardTeam/AdguardFilters/issues/114241
olx.ro#@#.swiper-slide-active.swiper-slide
! https://github.com/AdguardTeam/AdguardFilters/issues/110404
tpu.ro##.banner-box
! https://github.com/AdguardTeam/AdguardFilters/issues/110337
stirileprotv.ro##div[id^="dfpbillboard"]
stirileprotv.ro##.topBranding
! https://github.com/AdguardTeam/AdguardFilters/issues/109057
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=9am.ro
9am.ro##.ad-in-artilce
9am.ro##.minh-250
9am.ro##.retail_insert_in_article
! https://github.com/AdguardTeam/AdguardFilters/issues/96315
wowbiz.ro##.container > div[style="display: none !important;"] ~ br
wowbiz.ro#?#.container > div:not([class]):not([id]):first-child:has(> center > .adocean)
! https://github.com/AdguardTeam/AdguardFilters/issues/96314
stirileprotv.ro###inread
stirileprotv.ro###contextualscrollad
stirileprotv.ro###billboardBanner
stirileprotv.ro##div[id^="topBranding"]
! protv.ro - leftovers
protv.ro##div[class^="billboard-"]
protv.ro##.brandingDfp
! https://github.com/AdguardTeam/AdguardFilters/issues/92981
ziare.com##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/92022
romaniatv.net###sam_branding
! https://github.com/AdguardTeam/AdguardFilters/issues/92200
videotutorial.ro##.sidebar > div[id^="text-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/91693
petitchef.*##.akcelo-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/89512
||ro-ph.com/img/banners/roph.jpg$domain=sa-mp.ro
sa-mp.ro#?##ipsLayout_sidebar > .cWidgetContainer > .ipsList_reset > li.ipsWidget:has(> h3.ipsWidget_title:contains(/^Sponsor$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/88321
moduri.ro##.xoxo > li[id^="text-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/87951
filmeserialehd.biz##center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/87948
vezionlinefilme.com##center > a[target="_blank"] > img
vezionlinefilme.com##.theiaStickySidebar > #media_image-4
! https://github.com/AdguardTeam/AdguardFilters/issues/87618
fanatik.ro##.strawberry-ads-manager-container
! https://github.com/AdguardTeam/AdguardFilters/issues/87954
serialeonline.su#?##sidebars > div[id^="text-"]:has(> h3:contains(/ADS|Advertisement/))
! https://github.com/AdguardTeam/AdguardFilters/issues/175501
! https://github.com/AdguardTeam/AdguardFilters/issues/82382
protvplus.ro#%#//scriptlet('prevent-element-src-loading', 'script', 'trackad.cz')
||trackad.cz/adtrack.php$script,other,redirect=noopjs,domain=protvplus.ro
! ziarulevenimentul.ro - ads
ziarulevenimentul.ro##.set_mg_of_content_b
ziarulevenimentul.ro##.set_tab_sales
ziarulevenimentul.ro##p > a[target="_blank"] > img
ziarulevenimentul.ro##a[href^="/app/adclick.php?id="]
! csid.ro - ads
csid.ro#%#//scriptlet("abort-on-property-read", "__yget_ad_list")
! https://github.com/AdguardTeam/AdguardFilters/issues/77506
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$important,domain=digi24.ro
@@||pubads.g.doubleclick.net/ssai/event/*/master.m3u8$domain=digi24.ro
! https://github.com/AdguardTeam/AdguardFilters/issues/74095
romaniataramea.com#$#.sgpb-popup-overlay { display: none !important; }
romaniataramea.com#$##sgpb-popup-dialog-main-div-wrapper { display: none !important; }
romaniataramea.com#$#[class].sgpb-overflow-hidden { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/70276
||anuntul.ro/hotnews-widget.js$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/51135
dcnews.ro##.ContentRight > div:not([class]):not([id]) > a[href][rel="nofollow"][target="_blank"] > img
! 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/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/22565
gsp.ro##.parteneri > .inside > .boxuri-parteneri > .box-partener.custom
! 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/10915
||p.jwpcdn.com/*/vast.js$domain=zf.ro,important
! 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
!---- Anti-adblock ---
!
!---------------------
!------------------
!---- JS rules ----
!------------------
!---------------------------------------------------------------------
!------------------------------ Serbian ------------------------------
!---------------------------------------------------------------------
! NOTE: Serbian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/160827
kupujemprodajem.com#?##__next div[class^="Banner"]:has(a[href^="https://novi.kupujemprodajem.com/bClick.php"])
! https://github.com/AdguardTeam/AdguardFilters/issues/160828
n1info.rs##.banner-promotion
! https://github.com/AdguardTeam/AdguardFilters/issues/154351
sd.rs##.sd-banners-zone-responsive-footer
! https://github.com/AdguardTeam/AdguardFilters/issues/151402
blic.rs##.banner__placeholder
blic.rs##.sticky-area
! https://github.com/AdguardTeam/AdguardFilters/issues/146982
noizz.rs##.placeholder
noizz.rs###bannerStickyBottom
! https://github.com/AdguardTeam/AdguardFilters/issues/142624
sportklub.rs##.banner-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/141210
domaceserije.net##[id^="MyAdsId"]
! https://github.com/AdguardTeam/AdguardFilters/issues/140228
radiosarajevo.ba##div[style^="min-height: 250px; width: 100%"]
! https://github.com/AdguardTeam/AdguardFilters/issues/136478
bosnainfo.ba##.banner
bosnainfo.ba###Billboard_UnderArticle
! https://github.com/AdguardTeam/AdguardFilters/issues/134188
telegraf.tv,telegraf.rs##.banner-placeholder-text
telegraf.tv,telegraf.rs#%#//scriptlet('set-constant', 'telegrafSettings.noAds', 'true')
telegraf.tv,telegraf.rs#%#//scriptlet('prevent-element-src-loading', 'script', '/imasdk\.googleapis\.com|\/videojs-contrib-ads/')
! https://github.com/AdguardTeam/AdguardFilters/issues/130682
! https://github.com/AdguardTeam/AdguardFilters/issues/112953
nova.rs##.uc-in-feed-banner
nova.rs##.banner-promotion
||contentexchange.me^$domain=nova.rs
! https://github.com/AdguardTeam/AdguardFilters/issues/107277
n1info.com##.banner-promotion
! https://github.com/AdguardTeam/AdguardFilters/issues/101640
blic.rs##body .banner
blic.rs##.banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/43714
kupujemprodajem.com#@#.ad-title
! 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#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "blockadblock")
!
prva.rs##div[id^="midasWidget"]
tvarenasport.com##a[class^="baner_"]
!---------------------------------------------------------------------
!------------------------------ Singhalese ---------------------------
!---------------------------------------------------------------------
! NOTE: Singhalese
!
!---------------------------------------------------------------------
!------------------------------ Slovenian ----------------------------
!---------------------------------------------------------------------
! NOTE: Slovenian
!
! https://github.com/AdguardTeam/AdguardFilters/issues/169385
metropolitan.si##.billboard
! https://github.com/AdguardTeam/AdguardFilters/issues/164830
vecer.com##.billboard-wrapper
vecer.com##div[data-ocm-ad]
vecer.com#?#.relative > div.grid:has(> div.min-w-0 > div[id^="midasWidget"])
! https://github.com/AdguardTeam/AdguardFilters/issues/163813
n1info.si##.banner-promotion
! https://github.com/AdguardTeam/AdguardFilters/issues/162560
slovenskenovice.si###pos-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/161029
@@||ads.api.24ur.si/adserver/adblock.$domain=24ur.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155357
stil.kurir.rs##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/143302
zadovoljna.si##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/138175
delo.si##.iprom-background-placement
||a.a2sky.com/2022/177113/*_600.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/89610
vizita.si##onl-banner
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vizita.si
! https://github.com/AdguardTeam/AdguardFilters/issues/63579
!+ NOT_PLATFORM(windows, mac, android)
@@||ads.api.24ur.si/adserver/banner/vast.php$domain=24ur.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42866
citymagazine.si##div[class^="banner-square-"]
!---------------------------------------------------------------------
!------------------------------ Swahili ------------------------------
!---------------------------------------------------------------------
! NOTE: Swahili
!
! https://github.com/AdguardTeam/AdguardFilters/issues/146134
globalpublishers.co.tz##.adcontainer
globalpublishers.co.tz##.widget_custom_html a[href="#"]
globalpublishers.co.tz###custom_html-40
globalpublishers.co.tz#?#.listing-item:has(> div.item-inner a[href*="-sloti-"])
globalpublishers.co.tz#?#.listing > article:has(> div.item-inner a[href*="-kasino"])
globalpublishers.co.tz#?#.listing > article:has(> div.item-inner a[href*="-chapride-"])
!---------------------------------------------------------------------
!------------------------------ Swedish ------------------------------
!---------------------------------------------------------------------
! NOTE: Swedish
!
aftonbladet.se#%#//scriptlet('set-cookie', 'abMegaAd', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/171982
! In AdGuard, the rule like below hides every element mentioned in rule - 'div[class=""]', 'a' etc.,
! but in uBO it hides these elements only if contains 'annons' text, so a different rule is required
samnytt.se#@#div[class=""], a, .sticky > div[style="display:grid"], .post-content > div.mx-auto:has-text(/annons/i)
samnytt.se#?#:is(div[class=""], a, .sticky > div[style="display:grid"], .post-content > div.mx-auto):contains(/annons/i)
! https://github.com/AdguardTeam/AdguardFilters/issues/155106
brollopstorget.se##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/135037
di.se#@#.di_panorama-wrapper, .site-header__panorama, .di_panorama__isAdLabel, .discount-box, .campaign-ad-box, .di_start__teaser-placeholder, .di_teaser-flak-planbokskoll, .di_teaser-flak-container--native, .native-box, .bandit-box__teaser--native, a[href*="/brandstudio"], .service-box, .brand-studio-box, .native-article
di.se##.site-header__panorama
! https://github.com/AdguardTeam/AdguardFilters/issues/112322
mobilanyheter.net##a[href="https://www.iphonecasinon.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/99104
aftonbladet.se#?#main > section div[data-ad-subtype]:upward(1)
aftonbladet.se#?#main > aside div[data-ad-subtype]:upward(1)
! mobile
aftonbladet.se#?##main > div > div div[data-ad-subtype]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/93277
fz.se##body .bnr:not(#style_important)
! https://github.com/AdguardTeam/AdguardFilters/issues/93279
sweclockers.com##body .ad:not(#style_important)
! https://github.com/AdguardTeam/AdguardFilters/issues/91903
expressen.se##.bam-ad-slot.bam-ad-slot--pre-sized
! https://github.com/AdguardTeam/AdguardFilters/issues/87961
blocket.se##div[class^="LoadingAnimationStyles__PlaceholderWrapper-"] > div[style="height: 240px;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/88269
aftonbladet.se###megaAd-placeholder
! https://github.com/AdguardTeam/AdguardFilters/issues/84226
@@||widget.trustpilot.com/bootstrap/*/tp.widget.bootstrap.min.js$domain=mathem.se
! https://github.com/AdguardTeam/AdguardFilters/issues/72730
blocket.se##div[class*="__PlacementWrapper-"]
blocket.se##.placement_panorama
! https://github.com/AdguardTeam/AdguardFilters/issues/66006
kokaihop.se##.ads-wrapper-main
! https://github.com/AdguardTeam/AdguardFilters/issues/51854
omni.se###banner--fullscreen
omni.se##.article--sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/50070
sydsvenskan.se##.listbox--native
sydsvenskan.se##.placeholder-native-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/71816
! https://github.com/AdguardTeam/AdguardFilters/issues/56772
! https://github.com/AdguardTeam/AdguardFilters/issues/47420
! https://github.com/AdguardTeam/AdguardFilters/issues/46569
||nyafilmer.vip/u_a4fv7zck.js$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/45506
streamtajm.com##.col-xs-12 > div[style^="background-color: #eee; width:"][style*="overflow: hidden;"]:not([class]):not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/45408
eniro.se#$#.e-banner { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37540
! https://github.com/AdguardTeam/AdguardFilters/issues/65125
! happypancake has a few language domains
happypancake.se,happypancake.fi#%#//scriptlet("abort-on-property-read", "Object.prototype.adUnits")
! 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/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/148745
@@||play.tv3.ee^$generichide
play.tv3.ee###freewheel
play.tv3.ee#%#//scriptlet('set-constant', 'Object.prototype.isNoAds', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/116107
play.tv3.ee#%#//scriptlet("set-constant", "window.ima3ScriptLoadDate", "1")
play.tv3.ee#%#//scriptlet("set-constant", "window.fbEventsScriptLoadDate", "1")
play.tv3.ee#%#//scriptlet("set-constant", "window.dfpScriptLoadDate", "1")
||play.tv3.ee/static/scripts/adroot/$script,xmlhttprequest,redirect=noopjs,important
@@||play.tv3.ee/static/scripts/adroot/dfp.min.js
@@||play.tv3.ee/static/scripts/adroot/facebook.net/fbevents.js
@@||play.tv3.ee/static/scripts/adroot/imasdk.googleapis.com/js/sdkloader/ima3.js
! https://github.com/AdguardTeam/AdguardFilters/issues/172655
! https://github.com/AdguardTeam/AdguardFilters/issues/151574
! Website validates VMAP using DOMParser, so the script below adds a valid VMAP if the argument is '{}'
! and that argument is an empty object due to the prevent fetch rule
tv4play.se#%#!function(){const r={apply:(r,o,e)=>(e[0]?.includes?.("{}")&&(e[0]="<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<vmap:VMAP version=\"1.0\" xmlns:vmap=\"http://www.iab.net/videosuite/vmap\"><vmap:AdBreak timeOffset=\"start\" breakType=\"linear\" breakId=\"4f95e542-9da8-480e-8c2a-7ade1ffdcc3d\"><vmap:AdSource allowMultipleAds=\"true\" followRedirects=\"true\"><vmap:VASTAdData></vmap:VASTAdData></vmap:AdSource></vmap:AdBreak></vmap:VMAP>"),Reflect.apply(r,o,e))};window.DOMParser.prototype.parseFromString=new Proxy(window.DOMParser.prototype.parseFromString,r)}();
tv4play.se#%#//scriptlet('json-prune', 'ad.*')
tv4play.se#%#//scriptlet('trusted-replace-fetch-response', '/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/', '$1</VAST>', 'v.fwmrm.net/ad/')
!+ PLATFORM(windows, mac, android, ext_chromium, ext_opera)
tv4play.se#%#//scriptlet('prevent-fetch', 'v.fwmrm.net')
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/10796
@@||acdn.adnxs.com/ast/ast.js$domain=svd.se
!
dn.se##.sponsored-teaser
sweclockers.com##.header > .hfix > .banner
dn.se##.ad
sydsvenskan.se##.ad
||fusion.sydsvenskan.se^
idg.se##.spklw-post-attr[data-type="ad"]
@@||cds.w6x3h2w2.hwcdn.net/ads/advertisement.js
sydsvenskan.se##.ad--mobile
||fusion.expressen.se/script.js
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/
@@||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$script,redirect=noopjs,domain=aftonbladet.se
!+ NOT_PLATFORM(windows, mac, android)
aftonbladet.se#%#(function(){var b=XMLHttpRequest.prototype.open,c=/ib\.adnxs\.com/i;XMLHttpRequest.prototype.open=function(d,a){if("POST"===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)}})();
! 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#%#//scriptlet("set-constant", "apntag.requests", "noopFunc")
ekstrabladet.dk#@##ad_container
@@||adtech.de/dt/common/DAC.js$domain=ekstrabladet.dk
!
||login.di.se/assets/adblk.js
!---------------------------------------------------------------------
!------------------------------ Sinhalese and Tamil ------------------
!---------------------------------------------------------------------
! NOTE: Sinhalese and Tamil
!
! https://github.com/AdguardTeam/AdguardFilters/issues/149966
ada.lk##.advert
||deals4me.lk/assets/widget1/img/soorya.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/84610
dinamani.com#?#.scc:has(> span.scc-span:contains(ADVERTISEMENT))
! https://github.com/AdguardTeam/AdguardFilters/issues/84606
news.lankasri.com##.ds-share-blurb > div.ds-blurb
news.lankasri.com##.ds-share-blurb > div.ds-blurb + .sponsor
news.lankasri.com##.mfc-section div.ds-ms-blurb
lankasri.com#?#.theiaStickySidebar div.rsb-sections:has(> div[class] > div[id^="div-gpt-ad-"])
lankasri.com#?#.theiaStickySidebar div[id^="div-gpt-ad-"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/84602
athirvu.in#?#.sticky-sidebar > section.widget:has(> div.textwidget ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/84604
cinema.dinamalar.com##div[id^="selAd"]
cinema.dinamalar.com##.gallery-embed-container > ul > li[class^="gal-img"][style^="width:"][style*="overflow:"]
cinema.dinamalar.com##div[class^="topadtxt"]
dinamalar.com##.tophdimginner + div[style]
dinamalar.com###dmrsshare ~ div[align="center"][style="min-height:270px;"]
!---------------------------------------------------------------------
!------------------------------ Tatar --------------------------------
!---------------------------------------------------------------------
! NOTE: Tatar
!
! https://github.com/AdguardTeam/AdguardFilters/issues/145558
||vatantat.ru/wp-content/uploads/*/banner-
vatantat.ru##a[href="http://ярдям.рф"]
vatantat.ru##a[href="http://ярдям.рф"] + img
vatantat.ru##a[href="https://pobeda.onf.ru/"]
!---------------------------------------------------------------------
!------------------------------ Thai ---------------------------------
!---------------------------------------------------------------------
! NOTE: Thai
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175935
@@||monetize-static.viralize.tv/viralize_player_content$domain=majorcineplex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/174440
1112hd.com##.banner
||1112hd.com/wp-content/uploads/*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/174438
movie2free.tv##.sponsor
||movie2free.tv/wp-content/uploads/*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/174428
||series-888.com/wp-content/uploads/*.gif
series-888.com##div[id^="srb_widget_ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/172439
gg-animes.com##.container_ads
gg-animes.com##div[id^="ads"]
gg-animes.com##img[width="750"][height="150"]
! https://github.com/AdguardTeam/AdguardFilters/issues/167503
soccersuck.com##div[class^="ads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/166752
||media.discordapp.net/attachments/*/*.gif$domain=manga-lc.net
! https://github.com/AdguardTeam/AdguardFilters/issues/166065
serie-day.com##.adt
serie-day.com##.adl
serie-day.com##.adrg
serie-day.com##.adhl
serie-day.com##.adcen
! https://github.com/AdguardTeam/AdguardFilters/issues/165810
ped-manga.com##.dessert-frame
ped-manga.com##.wbnn
! https://github.com/AdguardTeam/AdguardFilters/issues/163428
||spy-manga.com/god/
||spy-manga.com/im*.gif
||image.webtoon168.com^$image,third-party
/lion321-$domain=spy-manga.com
spy-manga.com##.dessert-frame
spy-manga.com##.wbnn
! https://github.com/AdguardTeam/AdguardFilters/issues/161409
moviesdoofree.com###content > div[style="width: 100%; margin: 0 auto;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/161410
678movie-hd.com##.ad_cen_center
! https://github.com/AdguardTeam/AdguardFilters/issues/161390
/1688porn.tv\/.*[-\/]\d+x\d+.*\.gif/$domain=1688porn.tv
1688porn.tv##.adv
1688porn.tv##div[id^="slider-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/161393
/thaihubx.tv\/(?!.*(animated)).*\.gif/$domain=thaihubx.tv
thaihubx.tv##.adcen
! https://github.com/AdguardTeam/AdguardFilters/issues/160913
||img*.xyz/assets/img/banner-new/$domain=madoohd.com
madoohd.com##div[class^="above-player-banana"]
madoohd.com##div[class^="floating-side-bnn-container"]
madoohd.com#%#//scriptlet('set-constant', 'showLimit', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/155256
thegfporn.com##.adcen
thegfporn.com##img[class^="ads"]
thegfporn.com##div[id^="slider-"]
thegfporn.com#$#body > #main { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148674
trueid.net##div[data-testid="adsComponent-div"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142690
nanamovies.me##a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/139637
xxx888porn.com##.adcen
xxx888porn.com##div[id^="insad"]
xxx888porn.com##center > a[target="_blank"] > img
xxx888porn.com#$##main { display: block !important; }
xxx888porn.com#$#div[id^="ads"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137922
javluna1.com###player-inside
javluna1.com##.dvr-bx
! https://github.com/AdguardTeam/AdguardFilters/issues/135646
||oremanga.net/wp-content/uploads/*.gif
||oremanga.net/wp-content/uploads/*/pg999.jpg
oremanga.net##.header-ads-section
! https://github.com/AdguardTeam/AdguardFilters/issues/132534
avsubthai.me##.ad
! https://github.com/AdguardTeam/AdguardFilters/issues/132068
||i.imgur.com^$domain=anime-fast.online
||cdn-img.osplayerv2.com/ban/
anime-fast.online##.text-center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/131586
movie678.com##a[href^="https://www.movie678.com/ads/"]
movie678.com#?#.content-main > .box:has(> a[href^="https://www.movie678.com/ads/"])
||movie678.com/images/banners/
stream037hd.xyz###close_ads
stream037hd.xyz#%#//scriptlet("set-constant", "Object.prototype.ads", "emptyArr")
! https://github.com/AdguardTeam/AdguardFilters/issues/130383
playulti.com##.banner
playulti.com##section[style="text-align: center;"] > section > a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/130111
siamblockchain.com##.ads
player.octopusbanner.com#$##ads { display: none !important; }
player.octopusbanner.com#$##main { display: block !important; }
player.octopusbanner.com#%#AG_onLoad(function(){"function"==typeof window.load_jpw&&window.load_jpw()});
! https://github.com/AdguardTeam/AdguardFilters/issues/128945
anime-masters.com##.banner-close
anime-masters.com##center > p > a[target="_blank"] > img
anime-masters.com##p[class^="center_"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/127821
siamblockchain.com###inarticle-banner-desktop
siamblockchain.com##.header-banner
siamblockchain.com##.topad
siamblockchain.com##.bottomad
siamblockchain.com###sidebar > div.widget_block[id^="block"]
siamblockchain.com###custom_html-6
! https://github.com/AdguardTeam/AdguardFilters/issues/127823
bitkub.com##.home__ads
! https://github.com/AdguardTeam/AdguardFilters/issues/125809
||rs.aoxx69.net/image/banner/
aoxx69.net##.GTM-sub-Banner
aoxx69.net##.toast
aoxx69.net##.touch_icon_ball
aoxx69.net#?#.row > div.col-xl-3 > span[style="background-color:red;"]:upward(1)
aoxx69.net##.Banner_slick
! https://github.com/AdguardTeam/AdguardFilters/issues/121983
anime-suba.com###light
anime-suba.com##.Anadvertisement0
anime-suba.com##img[src^="https://www.anime-suba.com/Anime-Suba/Admin/imgAnadvertisement/"]
||anime-suba.com/Anime-Suba/Admin/imgAnadvertisement/
||googles.video^$media,redirect=noopmp3-0.1s,domain=anime-suba.com
||cdend.com/*.mp4$media,redirect=noopmp3-0.1s,domain=anime-suba.com
anime-suba.com#%#AG_onLoad(function(){if(-1!=window.location.href.indexOf("/player/")&&"undefined"!=typeof kosana&&"function"==typeof kosana.skipAd){var a=0;const b=function(b,c){var d=document.querySelector(".skip-btn");d&&10>a?(a++,kosana.skipAd()):c.disconnect()},c=new MutationObserver(b);c.observe(document,{childList:!0,attributes:!0,subtree:!0})}});
! https://github.com/AdguardTeam/AdguardFilters/issues/120461
@@||static.bigc.co.th/media/bannerads/images/$domain=bigc.co.th
! https://github.com/AdguardTeam/AdguardFilters/issues/119825
thaiticketmajor.com##.banner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/120338
seriedd.com##a[href^="https://bit.ly/"]
||seriedd.com/wp-content/uploads/*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/120340
dunnung.com##.rkads
||dunnung.com/wp-content/uploads/*/*/*.gif
dunplayer.review#%#//scriptlet("set-constant", "Object.prototype.ads", "emptyArr")
! https://github.com/AdguardTeam/AdguardFilters/issues/120336
i-moviehd.com##div[id^="banner"]
||i-moviehd.com/wp-content/uploads/*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/120335
||uhuseries.com/banner/
uhuseries.com##a[target="_blank"][rel*="sponsored"]:not([href^="https://nav.cx/"]) > img
! https://github.com/AdguardTeam/AdguardFilters/issues/119441
888scoreonline.net##tr[id^="tr_ad"]
||cdn.888img.com/*.gif$domain=888scoreonline.net
! https://github.com/AdguardTeam/AdguardFilters/issues/119206
dek-d.com###global-ads
dek-d.com#$#body #theme-wrapper { display: none !important; }
dek-d.com#$#body:not(.theme-collapse) #toolbar { height: 40px !important; margin-top: 0 !important; }
dek-d.com#$#body:not(.theme-collapse) #toolbar > .toolbar { top: 0 !important; }
dek-d.com#%#//scriptlet('set-cookie', 'ad_theme_collapsed_tcas-article', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/119318
thaiticketmajor.com##div[class^="box-banner-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/119111
doomovie-hd.pro#%#//scriptlet("set-constant", "adSettings", "emptyArr")
doomovie-hd.pro##.player-container > div[style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 6; display: flex; justify-content: center; align-items: center;"]
doomovie-hd.pro##[class^="horizontal-ad-bar"]
doomovie-hd.pro##div[class$="floating-banana-container"]
doomovie-hd.pro##div[class^="default-horizontal-banana"]
doomovie-hd.pro##.header-banana_container
||via.placeholder.com^$domain=doomovie-hd.pro
! https://github.com/AdguardTeam/AdguardFilters/issues/119001
thansettakij.com##.default-sticky-1
! https://github.com/AdguardTeam/AdguardFilters/issues/118451
mawtoload.com##a[target="_blank"] > img[src*=".wp.com/mawtoload.com/wp-content/uploads/"][src$=".webp"]
||wp.com/mawtoload.com/wp-content/uploads/*.webp$domain=mawtoload.com
||mawtoload.com/wp-content/uploads/*.webp
! https://github.com/AdguardTeam/AdguardFilters/issues/117754
teroradio.com#$##leaderboard-billboard { visibility: hidden !important; height: 0 !important; }
teroradio.com###leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/117655
techsauce.co###banner-link-c
! https://github.com/AdguardTeam/AdguardFilters/issues/117583
komchadluek.net###section-thaileague
komchadluek.net##.default-sticky-1
! https://github.com/AdguardTeam/AdguardFilters/issues/173667
! https://github.com/AdguardTeam/AdguardFilters/issues/116784
thairath.co.th##.adsbox-style
thairath.co.th##div[class^="ads-slot-"]
thairath.co.th##.article-body div[style*="overflow:"][style*="background:"]:has(> div[class^="ads-slot-"])
thairath.co.th###headerWraper ~ div[class]:has(> div:only-child > div[style]:only-child > #slot-billboard:only-child)
thairath.co.th#?##headerWraper ~ div:matches-css(min-height: 280px)
thairath.co.th##footer ~ div[style="text-align: center; opacity: 1;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/116778
bangkokbiznews.com,thansettakij.com,komchadluek.net,springnews.co.th,nationtv.tv,tnews.co.th##.default-billboard
bangkokbiznews.com,thansettakij.com,komchadluek.net,springnews.co.th,nationtv.tv,tnews.co.th##.content-detail > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/116589
kapook.com##.fullbanner
! https://github.com/AdguardTeam/AdguardFilters/issues/116780
siamsport.co.th###sticky_bottom_rail
! https://github.com/AdguardTeam/AdguardFilters/issues/116398
khaosod.co.th##.ads_position_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/116399
sanook.com##.BillboardPremium
sanook.com##.AdsWrap
sanook.com##.SidebarHot__col--ad
sanook.com##.LeaderBoard
sanook.com##.adWrapMinHeight
! https://github.com/AdguardTeam/AdguardFilters/issues/116356
bangkokbiznews.com##.ads-sticky
bangkokbiznews.com###__next > .default-cover
bangkokbiznews.com#?#.col-lg-4 > div > .widget-content:has(> .ads-sticky)
! https://github.com/AdguardTeam/AdguardFilters/issues/116276
doofree88.com##.main-carousel
doofree88.com##.placeholder
doofree88.com##.go-content
doofree88.com##.js-ifram-google > div.text-center
||media.queenclub88.com/movie/ads_*.mp4/*.ts$xmlhttprequest,redirect=noopmp3-0.1s
||media.queenclub88.com/movie/*-ads-*.mp4/*.ts$xmlhttprequest,redirect=noopmp3-0.1s
||doofree88.com/storage/go/
doofree88.com#%#//scriptlet("set-constant", "go.0.skip", "0")
doofree88.com#%#//scriptlet("prevent-window-open", "openExternalBrowser")
! https://github.com/AdguardTeam/AdguardFilters/issues/116277
series-dd.co##div[id="ads728x90top"][onclick="clickStats()"]
series-dd.co###ads_fox_bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/116274
xn--72cf9bd9fk5a.com##.banner-top
xn--72cf9bd9fk5a.com##.ad_cen
! https://github.com/AdguardTeam/AdguardFilters/issues/116233
||w*.mgronline.com/banner/ent-banner.png
! https://github.com/AdguardTeam/AdguardFilters/issues/114566
subserieshd.com###banner
subserieshd.com###bt-ads
||subserieshd.com/show/ads.js
||subserieshd.com/banner/
||anccplayer.cyou/source/*.mp4
anccplayer.cyou#%#!function(){if(location.pathname.includes("/source/playerads")){var b=new MutationObserver(function(){var a=document.querySelector('script[type="text/javascript"]');a&&a.textContent.includes('"ads": [')&&(b.disconnect(),a.textContent=a.textContent.replace(/("ads": \[\{)[\s\S]*?(\}\])/,"$1$2"))});b.observe(document,{childList:!0,subtree:!0})}}();
! https://github.com/AdguardTeam/AdguardFilters/issues/114568
||netflix-thai.org/wp-content/uploads/*.gif
netflix-thai.org##div[id^="widget_ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/114571
||chinese-series.org/wp-content/uploads/*.gif
chinese-series.org###ads728x90top
chinese-series.org###after-player-ads
chinese-series.org###before-player-ads
chinese-series.org###widget_ads1
chinese-series.org##.masvideos_movies_widget
! https://github.com/AdguardTeam/AdguardFilters/issues/113712
doomovie-hd.com##.header-banana_container
doomovie-hd.com##.default-horizontal-banana
doomovie-hd.com##div[class$="floating-banana-container"]
doomovie-hd.com###ekcdnplayer > div[style^="position: absolute; top: 0; left: 0;"]
smart-tv.doomovie-hd.com###video_overlay_a
smart-tv.doomovie-hd.com#%#//scriptlet("set-constant", "ad.isAllAdPlayed", "trueFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/110044
||m.mgronline.com/js/views/global-ads.min.js
||imp.mgronline.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/113590
||037hd.mobi/images/banners/
037hd.mobi##a[href^="https://037hd.mobi/ads/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/113586
moviehd2022.com##.banner-left
moviehd2022.com##.banner-right
moviehd2022.com##.banner-float
moviehd2022.com##.banner-center2
moviehd2022.com##.list-banner-bottom
/wp-content/uploads/*.gif$domain=moviehd2022.com
! https://github.com/AdguardTeam/AdguardFilters/issues/113585
moviehdd2023.com##.player-banner
moviehdd2023.com##div[class^="ad-"]
/wp-content/uploads/*.gif$domain=moviehdd2023.com
! https://github.com/AdguardTeam/AdguardFilters/issues/110411
||aileen-novel.online/wp-content/uploads/*/*/*.gif
aileen-novel.online##.c-sidebar
! https://github.com/AdguardTeam/AdguardFilters/issues/104213
community.headlightmag.com##.Banner-B-Top-Step2
! https://github.com/AdguardTeam/AdguardFilters/issues/102008
animekimi.com###animekimiads1
animekimi.com##.animekimi-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/98879
/*.gif$domain=vbmovies.com
vbmovies.com##.ad-float-bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/98877
||*.bp.blogspot.com^$image,domain=4u2movie.com
! https://github.com/AdguardTeam/AdguardFilters/issues/98876
||037hdmov.com/images/banners/$image
||037hdmov.com/images/banners/*_MV_MASTER.webm$media,redirect=noopmp4-1s
037hdmov.com#%#//scriptlet('set-constant', 'start_ads_0', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/98869
doomovie88-hd.com##img[alt="ufabet"]
! https://github.com/AdguardTeam/AdguardFilters/issues/98865
||movie007hd.com/wp-content/uploads/*.gif
movie007hd.com##.tbads
movie007hd.com##div[id^="divAd"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97024
||i.imgur.com^$domain=serieslandd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97022
xn--12ct0a9ceo5b3cxabf2byg4etc.tv##.banner-header
||xn--12ct0a9ceo5b3cxabf2byg4etc.tv/wp-content/uploads/*/*/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/96779
wetv.vip###google-ads-player
wetv.vip#%#//scriptlet("adjust-setTimeout", "onAdsCompleted", "5000", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/97023
myseries.co#$##player_movie { display: block !important; }
myseries.co#$#div[id^="player_ads_"] { display: none !important; }
||myseries.co/images/banners/
! https://github.com/AdguardTeam/AdguardFilters/issues/96663
movie2here.com##div[class^="sticky-ads-"]
movie2here.com###branding + div[id^="movie-"] + center
movie2here.com##a[target="_blank"]:not([href^="https://www.google."]) > img
||movie2here.com/wp-content/themes/*/img/pic/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/96658
||cartoonsubthai.com/clip/loadingx.mp4$media,redirect=noopmp3-0.1s
! https://github.com/AdguardTeam/AdguardFilters/issues/96655
anime-kimuchi.net##.img-ads
||anime-kimuchi.net/image/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/96656
animeguro.com###bt-ads
||imgur.com^$image,domain=animeguro.com
||image.clubzap.org/pix/$domain=animeguro.com
||image.baan-series.com/uploads/$domain=animeguro.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96657
movie-subthai.com##div[class^="tt_banner_"]
/wp-content/uploads/*/*/*.gif|$domain=movie-subthai.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96660
||i.imgur.com^$domain=animelolo.com
stream.miku-box.com#%#//scriptlet("set-constant", "Object.prototype.ads", "emptyArr")
! https://github.com/AdguardTeam/AdguardFilters/issues/96661
||i.imgur.com^$domain=anime-hoyo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96625
xn--24-3qi3cza1b2a4dxc2byb.com##.ads-player
xn--24-3qi3cza1b2a4dxc2byb.com##[class^="ad_"]
xn--24-3qi3cza1b2a4dxc2byb.com##[class^="ad-float-"]
xn--24-3qi3cza1b2a4dxc2byb.com##.bottom-center > .widget_media_image > a[target="_blank"] > img
xn--24-3qi3cza1b2a4dxc2byb.com##.bottom-center > .widget_media_image > img[src*="/wp-content/uploads/"][src*="/C"]
! https://github.com/AdguardTeam/AdguardFilters/issues/119005
reborntrans.com##a[rel][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/119006
*.gif^$domain=weimanga.com
weimanga.com##.kln
weimanga.com##.dessert-frame
weimanga.com###wbnn
! https://github.com/AdguardTeam/AdguardFilters/issues/94065
nanamovies.me##.yan-rek
nana2play.com#%#//scriptlet("set-constant", "link_ads", "emptyObj")
||4u2movie.com/wp-content/uploads/*/*.mp4$media,redirect=noopmp3-0.1s,domain=nana2play.com
! https://github.com/AdguardTeam/AdguardFilters/issues/94064
doomovie-hd.com##.topad_container
doomovie-hd.com##.side_floating_ad
/assets/img/banner-new/*$domain=doomovie-hd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93992
moviehdfree.ngo-stream.xyz#%#!function(){if(-1<location.href.indexOf("ban/?vid=")){var a=(new URL(window.location.href)).searchParams.get("vid");a&&(location=a)}}();
! https://github.com/AdguardTeam/AdguardFilters/issues/102527
xn--72czp7a9bc4b9c4e6b.video##.ads-player
xn--72czp7a9bc4b9c4e6b.video##.ads-comment
xn--72czp7a9bc4b9c4e6b.video#$#div[class^="ads-"][class$="-player"] { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93991
hdd.porn2uhd.com,hdd.movie365-hd.com,hdd.movies-store.com,hdd.nung2uhd.com,hdd.movie22hd.com#%#AG_onLoad(function(){document.querySelector("#moviePlayer")&&"string"===typeof playAds&&"play"===playAds&&(playAds="donplay")});
! https://github.com/AdguardTeam/AdguardFilters/issues/93989
/wp-content/uploads/*.gif$domain=moviedee24.com|123-hd.com|movie2uhd.com|nung2uhd.com|nung2hdd.com|movieshdfree.com|newseries-hd.com|movie22hd.com|moviehdfree.net|dooseries2uhd.com|newseries24.com|serieshd24.com
||bp.blogspot.com/*.gif$domain=nung2hdd.com|nanamovies.me
serieshd24.com,newseries24.com,dooseries2uhd.com,moviedee24.com,xn--72czp7a9bc4b9c4e6b.video,nung2hdd.com,movieshdfree.com,newseries-hd.com,movie22hd.com,moviehdfree.net##.ad-float
nung2uhd.com,newseries-hd.com,movie22hd.com,moviehdfree.net##.banner
movie2uhd.com,movieshdfree.com##.ad
moviedee24.com##.banner-top
dooseries2uhd.com,newseries-hd.com##.sidebar-banner
serieshd24.com,newseries24.com,moviedee24.com##.banner-player
serieshd24.com,newseries24.com##div[class^="banner-mid-"]
dooseries2uhd.com##.adcen
dooseries2uhd.com##.adcen-mid
moviedee24.com##.ad_f1
moviedee24.com##.bottom-center > .widget_media_image
moviedee24.com##a[target="_blank"] > img[src*="/wp-content/uploads/"][src*=".gif"]
movie2uhd.com##.adhl
movie2uhd.com##.adbr
nung2uhd.com##.banner-float
123-hd.com###banner_top
newseries-hd.com##.admid
||cdend.com/*.mp4$domain=moviedo24.com|hdd.movie365-hd.com|hdd.movies-store.com|hdd.nung2uhd.com|hdd.movie22hd.com|moviehdfree.ngo-stream.xyz|hdd.porn2uhd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93101
kserietv.co#?#.items-center:has(> a[rel="nofollow"][target="_blank"] > img)
! ads
||i.imgur.com^$domain=anime-hentai.jp.net
! https://github.com/AdguardTeam/AdguardFilters/issues/86394
||googles.video/*/*.mp4$domain=movies-store.com|movie2uhd.com
||sv1.cdend.com//*/*.mp4$domain=movies-store.com|movie2uhd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83334#issuecomment-850669027
||go.xn--16-ftitt.com^$image,domain=manga168.com
/*.gif$domain=manga168.com
manga168.com##.kln
manga168.com##.dessert-frame
manga168.com##.bigcover
manga168.com###ads_fox_bottom
manga168.com#$#.terebody { padding-top: 0 !important }
!
||123-hd.com/wp-content/uploads/*/300x4*.gif
123-hd.com###banner_right
*.gif$domain=hanimesubth.com,image
!
! ads
||cat-translator.com/manga/wp-content/uploads*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/79578
||th.giraff.io^$domain=bangkokbiznews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73710
series-d.com##div[onclick^="window.open("]
series-d.com##.skip-btn
! https://github.com/AdguardTeam/AdguardFilters/issues/80747
||cdend.com//*/*.mp4$domain=dunplayer.bid
||bp.blogspot.com^$image,domain=dodonung.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73942
anime-i.com##img[src^="/images/ad/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/57660
kapook.com##._popIn_recommend_article_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/57139
.gif$domain=037hdmovie.com
037hdmovie.com###fix_footer2
037hdmovie.com###banner-left
037hdmovie.com###ads_fox_bottom
037hdmovie.com##.filmborder > div[style="text-align: center;"] > a[target="_blank"]
037hdmovie.com#?#.leftC > .filmborder:has(> div[style="text-align: center;"] > a[target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/57125
anime-sugoi.com###bt-ads
||bp.blogspot.com/*.gif$domain=anime-sugoi.com
anime-sugoi.com##.center_lnwphp + center > br
! The rule below is from Thai filter and it's necessary in case of apps, because website is broken when apps remove images
! https://github.com/AdguardTeam/AdguardFilters/issues/56919
toonclub-th.co###bgpopup
toonclub-th.co###Seriespopup
toonclub-th.co###ads728x90top
! https://github.com/AdguardTeam/AdguardFilters/issues/55895
/images/banners/*$domain=doonungonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55838
mo9x.com##.adsbtn_right
! https://github.com/AdguardTeam/AdguardFilters/issues/56008
||doomovie.sgp*.digitaloceanspaces.com/*.mp4$redirect=noopmp4-1s,domain=doomovie.com
||doomovie.com/storage/go/*.gif$~third-party
doomovie.com##.ads-center
doomovie.com##.go-b-close
! https://github.com/AdguardTeam/AdguardFilters/issues/55704
javx24.com##.float-banner
javx24.com##.banner
javx24.com##.bannerx
javx24.com##.ads-player-movie
javx24.com#%#//scriptlet("json-prune", "MU_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/73944
! https://github.com/AdguardTeam/AdguardFilters/issues/55240
cartoonth12.com###ads_fox_bottom
cartoonth12.com##a[href="https://sagame1688.com/"]
@@||p.jwpcdn.com/player/plugins/vast/v*/vast.js$domain=player.cartoonth12.com
/*.mp4$third-party,media,redirect=noopmp3-0.1s,domain=player.cartoonth12.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54445
v8movie-hd.com##a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/54317
doofree88.com##.go-hard
! https://github.com/AdguardTeam/AdguardFilters/issues/54043
dufree4k.com#%#//scriptlet("abort-on-property-read", "player_0")
dufree4k.com#$##player_ads_0 { display: none !important; }
dufree4k.com#$##player_movie { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53779
movie2ufree.com##.ad-float
movie2ufree.com##.sidebar-banner
movie2ufree.com##.adcen > .adb:not(:last-child)
movie2ufree.com#$#.adcen > .adb:last-child { visibility: hidden!important; }
movie2ufree.com#%#AG_onLoad(function() { $('#group-url').show(); playMovie(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/51221
||doomovie-hd.com/assets/img/banner-new/
doomovie-hd.com##.floating_ads_bt-mid_container
doomovie-hd.com##.horizontal-ad-bar
doomovie-hd.com#%#//scriptlet("json-prune", "adParam")
! https://github.com/AdguardTeam/AdguardFilters/issues/50665
av-uncen.com###custom_html-25
av-uncen.com###media_image-2
av-uncen.com###custom_html-22
av-uncen.com###media_image-3
av-uncen.com###custom_html-20
! https://github.com/AdguardTeam/AdguardFilters/issues/50282
movie2uhd.com##.ad-float
movie2uhd.com##.widgettitle-banner + a[rel^="nofollow"][target="_blank"] > img
movie2uhd.com#%#//scriptlet("json-prune", "MU_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/48317
||movie2z.com/img/*.gif
movie2z.com##.text-center > a:not([href^="https://movie2z.com"]) > img
movie2z.com##.justify-content-md-center > div[class="col-2"] > a[target="_blank"] > img
037-hd.com##.container > div.row a[target="_blank"] > img
037-hd.com###bt-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/45281
fanseriesthaisub.com##div[style="margin-top:15px;"]
fanseriesthaisub.com##.top-right-iframe
! https://github.com/AdguardTeam/AdguardFilters/issues/45283
! https://github.com/AdguardTeam/AdguardFilters/issues/45284
! https://github.com/AdguardTeam/AdguardFilters/issues/45287
||imgur.com^$domain=series4you.com|series-d.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44333
series108.com##.fake-player
! https://github.com/AdguardTeam/AdguardFilters/issues/44222
! ดูหนังออนไลน์.com
.gif$domain=xn--72czpba5eubsa1bzfzgoe.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44228
superseriesthai.com##center > a[href] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44227
home-series.to##.ads
home-series.to###bt-ads
home-series.to##a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44328
overseries.tv##a[target="_blank"] > img
overseries.tv##.pcShow
! https://github.com/AdguardTeam/AdguardFilters/issues/44330
xn--72czp5e5a8b.online##.bireklam
xn--72czp5e5a8b.online##div[style="text-align: center;"] > a[href][target="_blank"] > img
037hdmovie.com#?#.leftC > .filmborder:has(> div[style="text-align: center;"]:only-child > a[href][target="_blank"])
037hdmovie.com#?#.leftC > .filmborder:has(> div[style="text-align: left;"]:only-child > .separator:only-child > a[href][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/44321
posttoday.com##.leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/44327
fanseriesthaisub.com##.margin-banner
fanseriesthaisub.com#$#.ftco-navbar-light { background: #000 !important; }
fanseriesthaisub.com#$#.ftco-navbar-light.scrolled { background: #fff !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/44319
mthai.com##div[id^="dfp-"]
mthai.com###masthead
mthai.com##.banner-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/44322
pptvhd36.com##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/44318
sanook.com##.nativePostAdCol
sanook.com##.billboard
sanook.com##.colAdRec
! https://github.com/AdguardTeam/AdguardFilters/issues/44221
@@||cdn.jsdelivr.net/npm/fuckadblock@3.2.1/fuckadblock.min.js$domain=series-d.com
series-d.com###bt-kosana
series-d.com##.kosana-banner
||cdn.sagame66.com^$important,media,redirect=noopmp4-1s,domain=series-d.com
||cdn.sexygame66.com^$important,media,redirect=noopmp4-1s,domain=series-d.com
||series-d.com/vast/*.mp4$important,media,redirect=noopmp4-1s,domain=series-d.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43410
||media.datahc.com/Affiliates/$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/42800
mgronline.com##article.pordee-shops
@@||ads.imprezzer.com/js/$script,domain=mgronline.com
!
ballzaa.com##.banner-box
! 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#$?#ul[data-ads] { remove: true; }
||7mscorethai.com/ohoslot-*.mp4$redirect=noopmp4-1s,domain=player.anime-i.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23746
neko-miku.com##.ads-825-100
neko-miku.com##.ads-290-100
player.neko-miku.com#$?#ul[data-ads] { remove: true; }
||7mscorethai.com/ohoslot-*.mp4$redirect=noopmp4-1s,domain=player.neko-miku.com
! 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/41681
||ksubthai.co^$popup,domain=kseries.tv
kseries.tv#%#//scriptlet("abort-on-property-read", "tabUnder")
! 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/18049
movie2free.com##a[href*=".php"][target="_new"]
! 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/11897
javboss.me#%#clientSide.player.play(true);
!+ NOT_PLATFORM(ios, ext_android_cb)
javboss.me###preroll
! https://forum.adguard.com/index.php?threads/https-www-2510avporn-com-nsfw.25516/
||2510porn.com/banner/
||xxxthhd.com/wp-content/uploads/banner
||2510porn.com/wp-content/uploads/*/banner
||2510porn.com/wp-content/uploads/2017/09/2510avporn-960x100.jpg
2510porn.com##[id^="banner"]
2510porn.com#$##sgcolorbox { display: none!important; }
2510porn.com#$##sgcboxOverlay { display: none!important; }
2510porn.com#$#body[style="overflow: hidden;"] { overflow: visible!important; }
2510porn.com#%#AG_onLoad(function() { jQuery(function() { jQuery('body, a').unbind('click'); }); });
! 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?5402
@@||pq-direct.revsci.net/pql$domain=nationtv.tv
! http://forum.adguard.com/showthread.php?5403
brandbuffet.in.th#@#.category-advertorial
!---------------------------------------------------------------------
!------------------------------ Uzbek --------------------------------
!---------------------------------------------------------------------
! NOTE: Uzbek
!
! https://github.com/AdguardTeam/AdguardFilters/issues/167473
asilmedia.org##a[href^="http://yangi-kinolar.ru/"]
asilmedia.org##a[href^="https://yourbonus.online/"]
asilmedia.org#$#.site-wrap { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/162988
||yangi-kinolar.ru/*/pc.gif
||yangi-kinolar.ru/vast/*.xml
asilmedia.org###banner
!---------------------------------------------------------------------
!------------------------------ Vietnamese ---------------------------
!---------------------------------------------------------------------
! NOTE: Vietnamese
!
! https://github.com/AdguardTeam/AdguardFilters/issues/174960
savetik.co##.ads-slot-top
!
mod18.com##img[width="728px"][height="90px"]
mod18.com##.epcl-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/174603
coivl.net###scriptDiv
coivl.net###levelmaxblock
coivl.net#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
||coivl.net/trangchu/js/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/173437
hellobacsi.com##.article-desktop-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/171614
subnhanhvl.net##.under-player
! https://github.com/AdguardTeam/AdguardFilters/issues/171103
tutientruyen.com##.click-ads
tutientruyen.com##.overlay[style="display: flex;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169794
||st.nettruyenbing.com/data/sites/*banner
! https://github.com/AdguardTeam/AdguardFilters/issues/168089
animet.net###fbox-background
animet.net###menubentrai
animet.net##.sticky_bottom
||api.anime3s.com/i9bet.php
||api.anime3s.com/video888.mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/167326
vietjack.com##.box-most-viewed
vietjack.com###rightbar > a[target="_blank"][rel="noopener nofollow"]
! https://github.com/AdguardTeam/AdguardFilters/issues/167195
phimmoizz.org##div[id^="catfish"]
phimmoizz.org##.ad-container
phimmoizz.org###quangcao
||phimmoizz.org/storage/files/img/*.gif
||phimmoizz.org/storage/files/system/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/166383
voicegpt.us##img[alt="ads"]
voicegpt.us##.banner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/164270
tvmienphi.tv#$?##wap_bottombanner { remove: true; }
tvmienphi.tv#$?##hivideo { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163370
live7.vebo3.org#$##modalasd { display: none !important; }
live7.vebo3.org#$#.modal-backdrop { display: none !important; }
live7.vebo3.org##div[class*=" size-"]
live7.vebo3.org##.mcb_-linksz
live7.vebo3.org##.mct_-bet
live7.vebo3.org##.main-left + .sidebar-right
||photo2.tinhte.vn^$domain=live7.vebo3.org
||imgur.com^$domain=live7.vebo3.org|player.4shares.live
||odds.vebo.xyz^
||static.vebotv.app/images/blv/$third-party
||player.4shares.live/*/img^
||api.vebo.xyz/api/a/vebotv^
! https://github.com/AdguardTeam/AdguardFilters/issues/163279
ictvietnam.vn##.c-banner-ovelay
! https://github.com/AdguardTeam/AdguardFilters/issues/162256
||1991482557.rsc.cdn77.org^
||upfastfile.com/upload/natogame_
! https://github.com/AdguardTeam/AdguardFilters/issues/161484
animesub.me###popup-giua-man-hinh
animesub.me##.float-ck-center-lt
animesub.me#%#//scriptlet("abort-current-inline-script", "jQuery", "click_time")
! https://github.com/AdguardTeam/AdguardFilters/issues/160992
vnmod.net##.float-ck-center-lt
! https://github.com/AdguardTeam/AdguardFilters/issues/160774
||animehay.city/720x80.gif
animehay.city##body > div[style^="position: fixed; bottom: 0px; z-index:"]
animehay.city#%#//scriptlet('set-constant', 'adsCatFish', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/159620
||phimlongtieng.net/*.mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/159896
phimmoi9.net###_AM_POPUP_FRAME
! https://github.com/AdguardTeam/AdguardFilters/issues/159092
phimmoi.in###ads-preload
phimmoi.in##.mp-adz
||phimmoi.in/storage/images/banner/
||phimmoi.in/storage/images/6686_preload.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/156681
cafef.vn##div[id^="admzone"]
cafef.vn##div[class^="ads_admzone"]
! https://github.com/AdguardTeam/AdguardFilters/issues/156210
tinxahoivn.com##body > div[id^="myModal"]
! https://github.com/AdguardTeam/AdguardFilters/issues/155653
vgt.vn##.avgt-div
! https://github.com/AdguardTeam/AdguardFilters/issues/154982
dafontvn.com#$#body { overflow: auto !important; }
dafontvn.com#$##adblock_msg { display: none !important; }
dafontvn.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/154605
boophim.org##a[href^="//tinyurl.com/"] > img
boophim.org#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/153853
we25.vn##.bg_allpopupss
we25.vn##.bgal_popndungalal
we25.vn#%#//scriptlet('prevent-window-open', 'link')
! https://github.com/AdguardTeam/AdguardFilters/issues/153754
bestx.stream#%#//scriptlet("set-constant", "alert", "undefined")
ghienphimhay.com##.a--d-wrapper
ghienphimhay.com##div[id^="divFLRA"]
! https://github.com/AdguardTeam/AdguardFilters/issues/153408
||minhpc.com/web/main.js
windowslite.net#$#body { overflow: auto !important; }
windowslite.net#$##levelmaxblock { display: none !important; }
windowslite.net#%#//scriptlet('prevent-element-src-loading', 'script', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/152397
nettruyento.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/151802
ophim.vip##div[style] > a[target="_blank"] > img
ophim.vip#%#//scriptlet('prevent-window-open')
ophim.vip#%#//scriptlet('abort-current-inline-script', 'jQuery', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/150148
vlxyz.net###showpreload
vlxyz.net##body .xx-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/149067
ngoisao.vnexpress.net##.text_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/149877
thichcode.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/148699
subnhanh.cc##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/148844
hh3dhay.com###sidebar > a > img
hh3dhay.com##.text-center > a > img
hh3dhay.com##a[href="https://868vip.mobi/"]
hh3dhay.com#%#//scriptlet('set-constant', 'artplayerPluginAds', 'noopCallbackFunc')
hh3dhay.com#%#(()=>{if(location.href.includes("/embed/?link=")){const i=new URL(location.href).searchParams.get("link");if(i)try{location.assign(i)}catch(i){}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/142327
thuvienhd.com##a[href^="https://bit.ly/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142197
vietcetera.com##div[class^="styles_topBanner"]
vietcetera.com##div[class^="styles_banner"]
vietcetera.com##div[class^="!items-end"]
! https://github.com/AdguardTeam/AdguardFilters/issues/141516
vlxx.day##.banner-preload
vlxx.day##.catfish-bottom
vlxx.day###header center > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/140851
||znews-photo.zingcdn.me/*/index.js
zingnews.vn#?#body > div#pushed_popup + div:has(> div[data-zoneid])
zingnews.vn###Zingnews_SiteHeader
! https://github.com/AdguardTeam/AdguardFilters/issues/140667
hhpanda.tv##a[rel="nofollow sponsored"]
||static.adconnect.vn^
! https://github.com/AdguardTeam/AdguardFilters/issues/140779
phaply.net.vn##.no-margin-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/139499
subnhanhz.tv##a[rel="nofollow sponsored"]
! https://github.com/AdguardTeam/AdguardFilters/issues/138061
nettruyenup.com##img[src^="//st.nettruyenup.com/data/"][src*="/banner/"]
||nettruyenup.com/data/*/banner/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/137880
truyenfull.vn###shoppe_ads_fly
! https://github.com/AdguardTeam/AdguardFilters/issues/137715
xoilac.plvb.xyz##.odds-button
xoilac23.net##.sk_balloon
xoilac23.net##.block-int > a[target="_blank"] > img
xoilac23.net##body .footer-banner:not(#style_important)
xoilac23.net#%#//scriptlet('set-constant', 'adsRedirectPopups', 'undefined')
xoilac23.net#%#//scriptlet("abort-current-inline-script", "jQuery", "#overlay")
||i-imgur-com.cdn.ampproject.org/i/s/s2.fastlycdn.xyz/$domain=xoilac23.net
! https://github.com/AdguardTeam/AdguardFilters/issues/135568
||la2.vnecdn.net/static/adp_banner.js
||s1.vnecdn.net/*/ea3.js
! https://github.com/AdguardTeam/AdguardFilters/issues/134921
tuoi69.app##body > div[id][style^="position: fixed; bottom:"][style*="z-index"]
! https://github.com/AdguardTeam/AdguardFilters/issues/134524
phimbocn.com###ads-preload
phimbocn.com###i9bet_top_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/133740
! https://github.com/AdguardTeam/AdguardFilters/issues/133739
phym18.com#?#.black-layout > div[class][id]:has(> div > .clad)
phym18.com##div[style^="text-align: center;"] > a[href][title] > img
phym18.com###ds_top
phym18.com###bnads
! https://github.com/AdguardTeam/AdguardFilters/issues/133683
dantri.com.vn##article ~ div.sidebar
! https://github.com/AdguardTeam/AdguardFilters/issues/132925
hangdep.co##.notice-content > div[align="center"]
! https://github.com/AdguardTeam/AdguardFilters/issues/132842
||coccoc.com/search-static/vastPlayer.html
! https://github.com/AdguardTeam/AdguardFilters/issues/132198
xiaomiutilitytool.com###popup-giua-man-hinh
! https://github.com/AdguardTeam/AdguardFilters/issues/131879
tvhayz.top###demo
tvhayz.top###ads-preload
tvhayz.top##.float-ck-center-lt
tvhayz.top#%#//scriptlet("prevent-setTimeout", "myGreeting")
! https://github.com/AdguardTeam/AdguardFilters/issues/131447
sexapi.xyz###banner
javhd.news###page > div[id][style^="position: fixed;"][style*="z-index:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/131356
choidangcap.us##.float-ck
choidangcap.us##.uix_contentWrapper > div[align="center"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/130219
||i.imgur.com/*.gif$domain=cakhia19.tv
cakhia19.tv##.modal-ads
cakhia19.tv##.close-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/128882
hentaivn.la##div[class^="qx_main"]
||hentaivn.la/qx/qx*_*.php$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/128747
vnphimmoi.com##.popUpBannerBox
vnphimmoi.com##div[id^="sideAds"]
vnphimmoi.com##.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/128356
||wikidth.net/static/js/adx/
||95395c25b4.vws.vegacdn.vn/publisher/wiki/pc.min.js
||kernh41.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/127998
animevietsub.cc##.Ads
animevietsub.cc##div[id$="-catfixx"]
! https://github.com/AdguardTeam/AdguardFilters/issues/126624
hentaiz.vip##a[target="_blank"] > img
||gooqlevideo.com/*.xml
||p.jwpcdn.com/*/vast.js$domain=gooqlevideo.com
gooqlevideo.com#%#//scriptlet('prevent-element-src-loading', 'script', '/p\.jwpcdn.com\/.*\/vast\.js/')
hentaiz.vip#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "redirect")
! https://github.com/AdguardTeam/AdguardFilters/issues/126611
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vtvgiaitri.vn
vtvgiaitri.vn#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/126350
tokuvn.com#%#//scriptlet("abort-on-property-read", "goToURL")
! https://github.com/AdguardTeam/AdguardFilters/issues/124285
loukoala.blogspot.com#$#body { overflow: auto !important; }
loukoala.blogspot.com#$##levelmaxblock { display: none !important; }
loukoala.blogspot.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle.js")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=loukoala.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/123912
molistar.com##.ad-post-inpage
! https://github.com/AdguardTeam/AdguardFilters/issues/123778
.vn/zones/zone-$script
! https://github.com/AdguardTeam/AdguardFilters/issues/123433
vebo1.net##div[class^="col-"] > p[class^="mb-"] > a[target="_blank"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123183
vtv.vn##.ads
vtv.vn###adzsticky
! https://github.com/AdguardTeam/AdguardFilters/issues/123185
meinvoice.vn##.banner-sticky-wrap
meinvoice.vn##.content-post-adversite
! https://github.com/AdguardTeam/AdguardFilters/issues/122864
||gameviet.mobi/wp-content/*/*banner
gameviet.mobi##div[id^="et_ads-"]
gameviet.mobi##div[class^="code-block code-block-"][style="margin: 8px 0; clear: both;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/121075
hadoantv.com##div[id^="gadsb"]
! https://github.com/AdguardTeam/AdguardFilters/issues/120530
truongblogger.top#@#.adzone
truongblogger.top#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'Ad-Block')
! https://github.com/AdguardTeam/AdguardFilters/issues/117984
||webapi.dantri.com.vn/bn/list-pos
! https://github.com/AdguardTeam/AdguardFilters/issues/115715
truyentranhaudio.online#$#.modal-backdrop { display: none!important; }
truyentranhaudio.online#$#body { overflow: visible!important; }
truyentranhaudio.online#$##modal-ads { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/115585
metruyenchu.com##.post-body > div[class="pt-3 text-center"][style="margin-right: -1rem;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/115149
speedtest.vn###sponsorRow
! https://github.com/AdguardTeam/AdguardFilters/issues/115086
oneesports.vn###site-main > div[class^="container my-4"]
! https://github.com/AdguardTeam/AdguardFilters/issues/114606
bachlong.vn##.advertise
||bachlong.vn/vnt_upload/File/Image
! https://github.com/AdguardTeam/AdguardFilters/issues/114363
phimplus.net###pc-top-banner
phimplus.net##center[id^="banner-top-"]
phimplus.net##div[class^="float-ck-center-"]
||media.discordapp.net/attachments/*/*dangkynhan150k.gif$domain=phimplus.net
! https://github.com/AdguardTeam/AdguardFilters/issues/114300
sharelinkgamepc.blogspot.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle")
sharelinkgamepc.blogspot.com#$#body { overflow: auto !important; }
sharelinkgamepc.blogspot.com#$##levelmaxblock { display: none !important; }
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=sharelinkgamepc.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/113940
gocmod.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adsbygoogle")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=gocmod.com
! https://github.com/AdguardTeam/AdguardFilters/issues/113467
cakhia.com###overlay
cakhia.com##.modal-backdrop
! https://github.com/AdguardTeam/AdguardFilters/issues/112518
anhdep24.net#@#.ad_box
||anhdep24.net/antiblock/antiadblockscript.js
! https://github.com/AdguardTeam/AdguardFilters/issues/110393
docsach24.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/108120
gitiho.com##p[style="text-align: justify; "] > a[target="_blank"] > img[data-src$=".gif"]
! https://github.com/AdguardTeam/AdguardFilters/issues/104520
speedtest.vn##.jconfirm
speedtest.vn###advArea
! https://github.com/AdguardTeam/AdguardFilters/issues/106460
snews.pro,ichi.pro###notify-adblock
! https://github.com/AdguardTeam/AdguardFilters/issues/104886
itrum.org##div[class^="detect-"]
itrum.org#$#.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/100406
phim1080z.com##.turn-off-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/100384
animet.net###inx-overlay
animet.net###inx-content
||api.anime3s.com/11bet.php
! https://github.com/AdguardTeam/AdguardFilters/issues/100093
truyenaudiocv.net#%#//scriptlet("set-constant", "adblockDetect", "noopFunc")
truyenaudiocv.net#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad { display: block !important; }
@@||truyenaudiocv.net/ads-prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/102216
||vinmec-prod.s3.amazonaws.com/images/vicaread
vinmec.com###banner-middle
! https://github.com/AdguardTeam/AdguardFilters/issues/98263
iphimmoi.net##body > center
iphimmoi.net##body > div.row > div[style="background-color:#151d25;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97812
cryptoviet.com##p[style="text-align: center;"] > a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/97878
vidian.me##a[target="_blank"] > img[style="min-height:50px"]
vidian.me##div[id^="hide_ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/96266
vndoc.com##.adsbg
||vndoc.com/get.aspx?q=aHR0cHM6Ly9hZHJlYWxjbGljay5jb20v
! https://github.com/AdguardTeam/AdguardFilters/issues/94584
vlxx.sex##.ff-banner
vlxx.sex##div[class^="fads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/93396
ileak.xyz#%#//scriptlet("abort-on-property-write", "lazyadsense2")
! https://github.com/AdguardTeam/AdguardFilters/issues/92756
forum.gocmod.com#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/92310
||bp.blogspot.com^$domain=dualeotruyen.net
! anime47.com - ad video before real video (those are hosted on third-party domain)
||img.anime47.com/*.mp4$media
! https://github.com/AdguardTeam/AdguardFilters/issues/90545
||nettruyenvip.com/data/sites/*/banner/$domain=nettruyenvip.com
nettruyenvip.com##img[src^="http://s.nettruyenvip.com/data/sites/"][src*="/banner/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/90412
hataphim.com#%#//scriptlet("abort-on-property-read", "goToURL")
! https://github.com/AdguardTeam/AdguardFilters/issues/85669
truyenqq.net###left-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/155997
@@||googletagmanager.com/gtag/js?id=$domain=linkneverdie.net
@@||onetag-sys.com/prebid-request$domain=linkneverdie.net
@@||get.optad360.io/sf/*/plugin.min.js$script,redirect=noopjs,domain=linkneverdie.net
@@||openfpcdn.io/fingerprintjs$script,redirect=noopjs,domain=linkneverdie.net
! https://github.com/AdguardTeam/AdguardFilters/issues/85123
vcomic.net##.adpia_banner
@@||vcomic.net/app/*/assets/js/prebid-ads.js
vcomic.net#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/78782
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-adsbygoogle,important,domain=howkteam.vn
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=howkteam.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/76063
coinurl.net#%#//scriptlet("set-constant", "adsHeight", "15")
coinurl.net#%#//scriptlet("prevent-window-open")
coinurl.net###ads-notice
coinurl.net##.alert-danger
coinurl.net##div[align="center"]  > a [style]
://i.imgur.com/$domain=coinurl.net
! https://github.com/AdguardTeam/AdguardFilters/issues/75617
paperzonevn.com#%#//scriptlet('prevent-addEventListener', 'load', 'XV')
! https://github.com/AdguardTeam/AdguardFilters/issues/74402
phimgi.tv#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/72279
anime3s.com#%#//scriptlet("set-constant", "arrPreroll", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/69544
tvzingvn.net##.balloon-ad-wrap
tvzingvn.net##a[class^="uniad-"]
||tvzingvn.net/wp-content/themes/zingtv/js/qc1.js
tvzingvn.net#%#//scriptlet("prevent-addEventListener", "load", ":'click'")
! https://github.com/AdguardTeam/AdguardFilters/issues/68860
truyentranhlh.net###lh-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/67660
nettruyen.com#%#//scriptlet("abort-current-inline-script", "document.write", "Ads.")
! https://github.com/AdguardTeam/AdguardFilters/issues/67293
truyentranhtuan.com###right-balloon
! https://github.com/AdguardTeam/AdguardFilters/issues/67099
||dongphym.net/content/rest?*=img_ads_config
! https://github.com/AdguardTeam/AdguardFilters/issues/66763
downfile.site##img[alt^="Banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/65955
||traderviet.com/data/Siropu/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/65885
quantrimang.com##.adbox
! https://github.com/AdguardTeam/AdguardFilters/issues/64611
game4v.com##div[class^="banner-mobile-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/63539
phuongtrinhhoahoc.com##.ads_blocks_advice
phuongtrinhhoahoc.com#%#//scriptlet("prevent-setTimeout", "adsbygoogle iframe")
! https://github.com/AdguardTeam/AdguardFilters/issues/62283
yan.vn##.card__FbWatch_ads
yan.vn##.yan-app
! https://github.com/AdguardTeam/AdguardFilters/issues/62336
motphimzz.net##a[href^="https://bit.ly/"][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/62027
hhkungfu.tv#$##myframe { display: block!important; }
hhkungfu.tv#$##LoadError { display: none!important; }
||jsc.adskeeper.co.uk/*.js$script,redirect=noopjs,domain=hhkungfu.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/98013
fshare.vn##.ads-login
fshare.vn###showVideo #myElementz
||fshare.vn/lib/jwplayer/jwplayer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/63775
fshare.vn###page-content-asv
! https://github.com/AdguardTeam/AdguardFilters/issues/60826
mmo4me.com##div[class^="ads"]
mmo4me.com##.p-body-sidebar > .block:not(:first-child) .block-body > center > a[href][target="_blank"] > img
mmo4me.com#?#.p-body-sidebar > .block > .block-container:has(> h3.block-minorHeader:contains(/^Advertises$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/60846
vieon.vn#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/61340
tuoi69.site##div[class^="adspopup"]
tuoi69.site##.logo1
! https://github.com/AdguardTeam/AdguardFilters/issues/60255
game4v.com###fixedban
! https://github.com/AdguardTeam/AdguardFilters/issues/60179
thienvadia.net##.my_responsive_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/59524
||kiemtinh.com/wp-content/uploads/*-banner-650x90-
! https://github.com/AdguardTeam/AdguardFilters/issues/59351
anonyviet.com##.jeg_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/59123
!+ NOT_OPTIMIZED
||hentaiz.net/images/sponsor/
! https://github.com/AdguardTeam/AdguardFilters/issues/58456
! https://github.com/AdguardTeam/AdguardFilters/issues/58028
||ppcnt.*/go.php?id=$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/57612
||storage.fshare.vn/support/*-300x600-
fshare.vn##div[class^="quang-cao-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/56400
||game4v.com/*/banner-*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/55957
hentaivn.net###over
! https://github.com/AdguardTeam/AdguardFilters/issues/54824
vietjack.com###lightbox_ballon
! https://github.com/AdguardTeam/AdguardFilters/issues/54611
win10.vn#%#//scriptlet("abort-current-inline-script", "eval", "ignielAdBlock")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=win10.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/52380
hhkungfu.tv###bsadsheadline
! https://github.com/AdguardTeam/AdguardFilters/issues/52059
quantrimang.com###adsposttop
! https://github.com/AdguardTeam/AdguardFilters/issues/51547
||hbplatform.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/51426
tinhte.vn##div[style="width:320px;height:100px"]
tinhte.vn##div[style="width:300px;height:600px"]
tinhte.vn#?#div[class="root"] > header + div.main:has(> div.main > div[style="width:320px;height:100px"])
tinhte.vn#?#.section > div.snd > div.main:has(> div.item > div.main > div[style="width:300px;height:250px"])
tinhte.vn#?#.section > div.snd > div.main:has(> div.item > div.main > div[style="width:300px;height:600px"])
! https://github.com/AdguardTeam/AdguardFilters/issues/49323
||biphim.tv/hphimvast*.xml
! https://github.com/AdguardTeam/AdguardFilters/issues/48486
vip.tiin.vn###body > div.notify-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/48567
||pubads.g.doubleclick.net/gampad/ads?$redirect=nooptext,important,domain=vtvgiaitri.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/47839
phimnhe.net###pc-ballon-left
phimnhe.net###pc-catfix
! https://github.com/AdguardTeam/AdguardFilters/issues/47147
||howkteam.vn/PageAd/Popup
@@||howkteam.vn/Assets/pagead/adsbygoogle.js
howkteam.vn#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/49022#issuecomment-581714528
tinhte.vn##a[href*="safelinks.protection.outlook.com/"]
tinhte.vn##.jsx-3663401058.main
tinhte.vn##div[style="width:320px;height:50px"]
tinhte.vn##div[style="width:300px;height:250px"]
! https://github.com/AdguardTeam/AdguardFilters/issues/46759
lauxanh.org##a[href^="https://timgaigoi.com/"][target="_blank"] > img
||thiendia.com/poplxorg.js
lauxanh.org#%#//scriptlet("abort-on-property-write", "show_pop")
! https://github.com/AdguardTeam/AdguardFilters/issues/46765
saostar.vn##.ads-duocsiTien
! https://github.com/AdguardTeam/AdguardFilters/issues/45105
! https://github.com/AdguardTeam/AdguardFilters/issues/133495
! https://github.com/AdguardTeam/AdguardFilters/issues/138214
||blogtruyen.vn^*.gif$image
blogtruyen.vn##div[style*="position: fixed;"][style*="z-index: 2147483647;"]
blogtruyen.vn##.BT-Ads
||blogspot.com^$domain=blogtruyen.vn
blogtruyen.vn##body > .modal ~ div[style^="display: block; position: fixed; "]
! https://github.com/AdguardTeam/AdguardFilters/issues/44002
softwaresblue.com#@#.ad_box
! https://github.com/AdguardTeam/AdguardFilters/issues/43616
phimnhe.net#%#//scriptlet("abort-current-inline-script", "createCookie", "popurl")
! https://github.com/AdguardTeam/AdguardFilters/issues/42753
media.zalo.me##.zsponsor-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/42582
ftios.vn##.ftd4-new-scroll > .ftd4-testbox
! https://github.com/AdguardTeam/AdguardFilters/issues/42802
||api.dable.io/widgets/
thanhnien.vn##div[id^="dablewidget_"]
thanhnien.vn#?#.sidebar > div:has(> div[id^="dablewidget_"])
thanhnien.vn###headerTopBanner
saostar.vn#?#.cache-path > div[class]:has(> div.flexbox > div > div[id^="dablewidget_"])
bongda.com.vn##.adv
! https://github.com/AdguardTeam/AdguardFilters/issues/40962
win10.vn#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/42445
game8.vn#?#article:has(> div.row > div[class] > div.efect > a:not([href^="http://game8.vn/"]))
! https://github.com/AdguardTeam/AdguardFilters/issues/40463
tinhte.vn##.main > a[href^="http://bit.ly/"] > img
||tinhte.vn/data/attachment-files/*/*_hero_banner.jpg
kingphim.net###fanback
kingphim.net##a[href^="https://bit.ly/"][target="_blank"] > img
kingphim.net##a[href^="https://bit.ly/"][target="_blank"] > div[style]
||kingphim.net/play/*.xml|
||iamcdn.net/players/jwplayer/*/plugins/vast.js$domain=kingphim.net
kingphim.net#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/41731
! https://github.com/AdguardTeam/AdguardFilters/issues/40545
animetvn.tv#%#//scriptlet("prevent-window-open", "banner")
animetvn.tv#%#AG_onLoad(function() { dh_popup = function() {}; });
! https://github.com/AdguardTeam/AdguardFilters/issues/40336
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=fptplay.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/38288
yan.vn###playable_banner
! 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#$##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/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/29803
baomoi.com##.is-ads
baomoi.com#?#.sidebar > .fyi--group:has(> .is-ads)
||w-api.baomoi.com/api/*/ad/
! 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/Data/data_script/bt_script_*_*.js
! 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
!
||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
!+ NOT_OPTIMIZED
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/43911
! https://github.com/AdguardTeam/AdguardFilters/issues/22161
||tinhte.vn/data/attachment-files/*/*/*_special_banner_coccoc.jpg
tinhte.vn##a[href^="https://new.coccoc.com/?utm_source=Specialbanner"]
tinhte.vn##.main > .section > .snd div[style^="width:300px;height:"]
tinhte.vn#?#.root > header + div[class^="jsx-"].main:has(> div[class^="jsx-"] > div[id^="bling-"])
tinhte.vn#?#.root > header + div[class^="jsx-"].main:has(> div[class^="jsx-"] > div[style="width:320px;height:50px"])
tinhte.vn#?#.root > .section > .snd > .mobile-hidden ~ .main:has(> .item > .main > div[id^="bling-"])
tinhte.vn#?#.root > .section > .snd > .mobile-hidden + .main:has(> .item > .main > div[style="width:300px;height:600px"])
tinhte.vn#?#div[class^="jsx-"].section > div.snd > div[class^="jsx-"].main:has(> .item > .main > div[id^="bling-"])
! 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/20011
! https://github.com/AdguardTeam/AdguardFilters/issues/30050
! https://github.com/AdguardTeam/AdguardFilters/issues/19839
tvhai.org#%#//scriptlet("abort-on-property-read", "SmartPopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/19239
||licklink.net/js/full-page-script.js$script,redirect=noopjs,important
! 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/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/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/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/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/12385
! https://github.com/AdguardTeam/AdguardFilters/issues/12322
! 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
!+ NOT_PLATFORM(windows, mac, android)
||delivery.senvangvn.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/25822
! https://github.com/AdguardTeam/AdguardFilters/issues/7444
linkneverdie.com##iframe[data-src^="https://linkneverdie.com/Ads/Micro/?size="]
linkneverdie.com##.sidebar-widgets-wrap > .canhgiua > a[href][rel="nofollow"] > img
linkneverdie.com#$##adsqca { height: 20px!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
||linkneverdie.com/Ads/Micro/?size=$redirect=nooptext,important,domain=linkneverdie.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6587
linkneverdie.com#$##wrapper { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5823
@@||linkneverdie.com^$generichide
!
razorphim.com###divFLRALeft
razorphim.com###divFLRARight
nld.com.vn###BorderMenutop > .bordertopmenuv4
ictnews.vn###page-wraper > .hidden-lg[style^="width:300px; height:250px;"]
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^="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
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
phimsexmoi.biz###text-2[style*="left: 0px; top: 0px;"]
nhaccuatui.com###eventBannerLeft
nhaccuatui.com###eventBannerTop
nhaccuatui.com##div[class^="adv_"]
truyenqqhot.com##div[id^="ad_"]:not([id*="_poster"])
truyenqqhot.com##div[id^="ads_"]
!---------------------------------------------------------------------
!------------------------------ Fixing other filters -----------------
!---------------------------------------------------------------------
! SECTION: Fixing other filters
! AdGuard platforms related only
!
!---------------------------------------------------------------------
!------------------------------ Fanboy Annoyances --------------------
!---------------------------------------------------------------------
! NOTE: Fanboy Annoyances
!
! https://github.com/AdguardTeam/AdguardFilters/issues/89226
! https://github.com/AdguardTeam/AdguardFilters/issues/85165
! https://github.com/AdguardTeam/AdguardFilters/issues/60791#issuecomment-708859023
! https://github.com/AdguardTeam/AdguardFilters/issues/69090
! It's caused by Fanboy's Annoyances filter and it's also fixed there, but fix doesn't work with apps
! https://github.com/AdguardTeam/AdguardFilters/issues/67672
!
@@||facebook.com/share/share_now_menu/$domain=facebook.com
!---------------------------------------------------------------------
!------------------------------ EasyPrivacy --------------------------
!---------------------------------------------------------------------
! NOTE: EasyPrivacy
!
!
! NOTE: Fixing other filters end ⬆️
! !SECTION: Fixing other filters
!-------------------------------------------------------------------------------!
!------------------ General hiding rules----------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains generic element hiding rules that block ads.
!
! Good: ##.adv
! Bad: example.org##.adv (should be in specific.txt)
!
!
!
!+ NOT_OPTIMIZED
##.ads_place_top
!+ NOT_OPTIMIZED
###ad-large-header
!+ NOT_OPTIMIZED
###ad_large
!+ NOT_OPTIMIZED
##.wc-adblock-wrap
!+ NOT_OPTIMIZED
##.ads-wrapper-top
!+ NOT_OPTIMIZED
##.top-site-ad
!+ NOT_OPTIMIZED
##.js_midbanner_ad_slot
!+ NOT_OPTIMIZED
##.ad-slot-wrapper
!+ NOT_OPTIMIZED
##.adverts_header_advert
!+ NOT_OPTIMIZED
##.adverts_side_advert
!+ NOT_OPTIMIZED
##.adverts_footer_advert
!+ NOT_OPTIMIZED
##.adverts_footer_scrolling_advert
!+ NOT_OPTIMIZED
##.bordered-ad
!+ NOT_OPTIMIZED
##.zox-post-ad-wrap
!+ NOT_OPTIMIZED
##.post__article-top-ad-wrapper
!+ NOT_OPTIMIZED
##.zox-post-bot-ad
!+ NOT_OPTIMIZED
##.ads-two
!+ NOT_OPTIMIZED
##AD-SLOT
!+ NOT_OPTIMIZED
##.ad-horizontal-top
!+ NOT_OPTIMIZED
##.dfpAdspot
!+ NOT_OPTIMIZED
##.amp-adv-wrapper
!+ NOT_OPTIMIZED
##.storyAd
!+ NOT_OPTIMIZED
##.fixadheightbottom
!+ NOT_OPTIMIZED
##.adHolder
!+ NOT_OPTIMIZED
##.connatix-wysiwyg-container
!+ NOT_OPTIMIZED
##.parade-ad-container
!+ NOT_OPTIMIZED
##.pb-slot-container
!+ NOT_OPTIMIZED
##.mrec-scrollable-cont
!+ NOT_OPTIMIZED
##.ad-dog__cnx-container
!+ NOT_OPTIMIZED
##.adwrap-mrec
!+ NOT_OPTIMIZED
##.ATF_wrapper
!+ NOT_OPTIMIZED
##.c-ad--header
!+ NOT_OPTIMIZED
##.mobile-ad-negative-space
!+ NOT_OPTIMIZED
##.mrf-adv__wrapper
!+ NOT_OPTIMIZED
###advert-banner-container
!+ NOT_OPTIMIZED
##.legion_primiswrapper
!+ NOT_OPTIMIZED
##.inarticlead
!+ NOT_OPTIMIZED
##.videos-ad
!+ NOT_OPTIMIZED
##.google-ad-manager
!+ NOT_OPTIMIZED
##.js_movable_ad_slot
!+ NOT_OPTIMIZED
###fixed-ad
!+ NOT_OPTIMIZED
##.movv-ad
!+ NOT_OPTIMIZED
##.van_vid_carousel
!+ NOT_OPTIMIZED
##.ad-unit
!+ NOT_OPTIMIZED
##.van_taboola
!+ NOT_OPTIMIZED
###mobile-swipe-banner
!+ NOT_OPTIMIZED
##.header-advert-wrapper
!+ NOT_OPTIMIZED
##.ads_inline_640
!+ NOT_OPTIMIZED
##.AdCenter
!+ NOT_OPTIMIZED
##.adCenter
!+ NOT_OPTIMIZED
##.adCenterAd
!+ NOT_OPTIMIZED
##.adCentertile
!+ NOT_OPTIMIZED
##.adcenter
!+ NOT_OPTIMIZED
##.rectangle_ad
!+ NOT_OPTIMIZED
##.top-ads-amp
!+ NOT_OPTIMIZED
##.aniview-inline-player
!+ NOT_OPTIMIZED
###advertisementTop
!+ NOT_OPTIMIZED
##.adv_top
!+ NOT_OPTIMIZED
##.vertbars
!+ NOT_OPTIMIZED
##.view-video-advertisements
!+ NOT_OPTIMIZED
##.footer-advertisements
!+ NOT_OPTIMIZED
##.instream_ad
!+ NOT_OPTIMIZED
##section[data-e2e="advertisement"]
!+ NOT_OPTIMIZED
##.belowMastheadWrapper
!+ NOT_OPTIMIZED
##.first_post_ad
!+ NOT_OPTIMIZED
##iframe[src^="//ad.a-ads.com/"]
!+ NOT_OPTIMIZED
##.ad_sidebar_bigbox
!+ NOT_OPTIMIZED
##amp-fx-flying-carpet
!+ NOT_OPTIMIZED
##.leaderboard-ad-component
!+ NOT_OPTIMIZED
##.top-ads-mobile
!+ NOT_OPTIMIZED
##.boxAd
!+ NOT_OPTIMIZED
##.amp-ad
!+ NOT_OPTIMIZED
##.ad-bottom-container
!+ NOT_OPTIMIZED
##.amazon_ad
!+ NOT_OPTIMIZED
##.headerads
!+ NOT_OPTIMIZED
##.story-ad
!+ NOT_OPTIMIZED
##.lates-adlabel
!+ NOT_OPTIMIZED
##.Ad-adhesive
!+ NOT_OPTIMIZED
##.ggads
!+ NOT_OPTIMIZED
##.top250Ad
!+ NOT_OPTIMIZED
##.dfp_ATF_wrapper
!+ NOT_OPTIMIZED
##.home-ad-region-1
!+ NOT_OPTIMIZED
##.sidebar-big-box-ad
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-bottom
!+ NOT_OPTIMIZED
###atvcap + #tvcap > .mnr-c > .commercial-unit-mobile-top
!+ NOT_OPTIMIZED
###taw > .med + div > #tvcap > .mnr-c:not(.qs-ic) > .commercial-unit-mobile-top
!+ NOT_OPTIMIZED
###topstuff > #tads
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top .jackpot-main-content-container > .UpgKEd + .nZZLFc > .vci
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top .jackpot-main-content-container > .UpgKEd + .nZZLFc > div > .vci
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top > .v7hl4d
!+ NOT_OPTIMIZED
##.commercial-unit-mobile-top > div[data-pla="1"]
!+ NOT_OPTIMIZED
###ad-after
!+ NOT_OPTIMIZED
###ad-p3
!+ NOT_OPTIMIZED
##.topAd
!+ NOT_OPTIMIZED
##.article-advert-container
! https://github.com/AdguardTeam/AdguardFilters/issues/170792
!+ NOT_OPTIMIZED
##.player-wrap > .spot-box
! https://github.com/AdguardTeam/AdguardFilters/issues/102462
!+ NOT_OPTIMIZED
##.gallery-bns-bl
! https://github.com/AdguardTeam/AdguardFilters/issues/99291
!+ NOT_OPTIMIZED
##.articleads
! https://github.com/AdguardTeam/AdguardFilters/issues/99199
!+ NOT_OPTIMIZED
##.b-advertising__down-menu
! https://github.com/AdguardTeam/AdguardFilters/issues/95728
!+ NOT_OPTIMIZED
##.ad-cls
! https://github.com/AdguardTeam/AdguardFilters/issues/95444
!+ NOT_OPTIMIZED
##.tncls_ad
!+ NOT_OPTIMIZED
##.tncls_ad_250
!+ NOT_OPTIMIZED
##.tncls_ad_300
! https://github.com/AdguardTeam/AdguardFilters/issues/84882
!+ NOT_OPTIMIZED
##.stky-ad-footer
! https://github.com/AdguardTeam/AdguardFilters/issues/71832
!+ NOT_OPTIMIZED
##.bodyads
! https://github.com/AdguardTeam/AdguardFilters/issues/69648
!+ NOT_OPTIMIZED
##.Ad__Wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/63897
!+ NOT_OPTIMIZED
##.ad-disclaimer-container
! disqus ads(for apps)
##iframe[src^="//tempest.services.disqus.com/ads-iframe/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/58506
!+ NOT_OPTIMIZED
###content_ad_container
! https://github.com/AdguardTeam/AdguardFilters/issues/56937
!+ NOT_OPTIMIZED
###interads
! https://github.com/AdguardTeam/AdguardFilters/issues/51287#issuecomment-599896371
!+ NOT_OPTIMIZED
##.ad-container--leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/47225
!+ NOT_OPTIMIZED
###videopageadblock
!+ NOT_OPTIMIZED
###floatingAdContainer
! winfuture.de - left-over
!+ NOT_OPTIMIZED
##.ad_w300i
!+ NOT_OPTIMIZED
##ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/40726
!+ NOT_OPTIMIZED
##.ad-300
! 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
! For example: http://vol.az/mp3-3288-Nara-Richebru-Araftayim-2016
##div[id*="ScriptRootN"]
!
! 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
!
! Ads on many porn sites
##.full-ave-pl
##.wps-player__happy-inside
! `Force Adblock` (app_vars.force_disable_adblock) - Please disable Adblock to proceed to the destination page.
! https://github.com/AdguardTeam/AdguardFilters/commit/c040b9f54a1dfe99c3c229138489dd2f487a5ca4
~job.inshokuten.com,~sexgr.net,~webbtelescope.org##.ad-box:not(#ad-banner)
! https://github.com/easylist/easylist/commit/9e80ee067015e85804a862bb76753f0915a89b10#commitcomment-86804558
##.ad970
! https://github.com/AdguardTeam/AdguardFilters/issues/111638
##a[href^="https://copytoon"][href*="/bannerhit.php?bn_id="]
! https://github.com/AdguardTeam/FiltersRegistry/pull/435
##.div-gpt-ad:not([style^="width: 1px; height: 1px;"])
##[class^="div-gpt-ad"]:not([style^="width: 1px; height: 1px;"], .div-gpt-ad_adblock_test)
! Popular ad on streaming services
##button[data-openuri="|BTN_URL|"]
!
##body .top-advert
##iframe[src^="https://tsyndicate.com/"]
##.roxot-dynamic
##body > div#fixedban
###close-fixedban
###soldakayan
###sagdakayan
##.top-header-ads-mobile
##.happy-footer
##.gmr-bannerpopup
##.idmuvi-topbanner
##.idmuvi-topbanner-aftermenu
##iframe[src^="https://vidsservices.space/"]
##div[id^="teaser"][style^="width:autopx;"]
##iframe[src^="https://av.ageverify.co/"]
##.remove-spots
##.breakout-ad
##.ae-player__itv
##a[href^="mailto:support@netu.tv"]
##a[onclick*="openAuc();"]
##a[href^="https://l.tapdb.net/"]
##a[href^="https://ad.22betpartners.com/redirect.aspx?"]
##.happy-player-beside
##.happy-inside-player
##.gads
##.full-bns-block
##.video-brs
##a[href^="http://click.dtiserv2.com/"]
##div[data-e2e="advertisement"]
##a[href^="https://join3.bannedsextapes.com/track/"]
##.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
##body > #overover[style="position: fixed; width: 100%; height: 100%; background: silver; z-index: 2; opacity: 0.1; display: block;"] ~ #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
##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_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
##.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/"]
##img[title^="advertisement"]
!-------------------------------------------------------------------------------!
!------------------ General javascript, CSS and HTML extensions ----------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of ad blocking rules that fall under "advanced" category.
!
! Good: example.org#$##rek { display: none !important; }; example.org#%#//scriptlet('set-cookie', 'ad', '0'); example.org$$script[tag-content="ad"][max-length="3000"].
! Bad: example.org###rek (should be in specific.txt)
!
!-------------------
!-------JS----------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/103930
play.rtl.hr,rtlmost.hu#%#//scriptlet('json-prune', 'applaunch.data.player.features.ad.enabled applaunch.data.player.features.ad.dai.enabled', 'appName')
! https://github.com/AdguardTeam/AdguardFilters/issues/53333
crunchyroll.com#%#//scriptlet('json-prune', 'value.media.ad_breaks')
!
!
!**********************************
! START: Popular clickunders
!
! ExoClick (clickunder or/and ads)
hclips.com,anysex.com,maturefatporn.com,chyoa.com,nopeporn.com,veu.xxx,mature-girls.com,iwantmature.com,amateurs-fuck.com,cumlouder.com,sexy-youtubers.com,smplace.com,losporn.org,sexytrunk.com,gaytiger.com,gaypornmasters.com,xxxbanjo.com,24video.adult,24video.in,bdsmstreak.com,pornozot.com,pornyfap.com,celebrity-leaks.net,perfectgirls.net,luscious.net,imgprime.com,thisvid.com,txxx.*,hdzog.com,gotporn.com,upornia.com,pornhd.com,hotmovs.com,porndoe.com,4tube.com,porntube.com,sunporno.com,myreadingmanga.info,plusone8.com,pornerbros.com,hellporno.com,sexu.com,thefappening.pro,tubedupe.com,ah-me.com,pussyspace.com,alotporn.com,52av.tv,multporn.com,xbabe.com,vintage-erotica-forum.com,thegay.com,fux.com,ashemaletv.com,absoluporn.com,biguz.net,javbuz.com,frprn.com,8teenxxx.com,ftopx.com,realgfporn.com,pornomovies.com,thehentaiworld.com,see.xxx,fullhdxxx.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,bravoerotica.com,madchensex.com,xstory-fr.com,juicygif.com,newporn24.com,gotgayporn.com,favefreeporn.com,thatpervert.com,onlygayvideo.com,eegay.com,sensualgirls.org,whichav.com,fxporn69.com,pornoheit.com,pornj.com,fuckbox.org,thegay.porn,girlscv.com,redtub3xxx.com,pornoreino.com,9gag2.com,hentaipulse.com,nakedmodelsxxx.com,deutschsex.com,yeswegays.com,pornmaki.com,fuqer.com,needgayporn.com,mrsexe.com,nude-gals.com,mypornstarbook.net,nxgx.com,erowall.com,hentaifr.net,jizzonline.com,dump.xxx,twinkhouse.com,home-made-videos.com,xxxvideos247.com,18-teen-xxx.com,pornvideoq.com,gosexpod.com,xnxxporntube.net,pornfapr.com,blobopics.biz,teenagefucking.com,sexuhot.com,xnxxvideoporn.com,eroxia.com,xfilmen.com,gameofporn.com,freexvideossex.com,homemature.net,gutesex.com,sexrura.pl,al4a.com,thisav.video,fivestarpornsites.com,upskirtporn.de,japanesefuck.com,playpornfree.net,muschitube.com,jizzbo.com,erohentai.net,pornoversion.com,nakedbabes.club,thedoujin.com,fuckhardporn.com,boysnaweb.net,onlypron.com,hotsexlove.com,area51.porn,nudistube.com,porntubexxxl.com,pervertedmilfs.com,girlsfucking.net,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,pornclipsxxx.com,xboyzzz.com,misterboys.com,pornbourn.com,jemontremasextape.com,imgtorrnt.in,auntmia.com,youwatchporn.com,brazzerzxxx.com,jemontremonminou.com,g6hentai.com,tubeflv.com,obitube.com,beegsexporn.com,momthumb.com,sassygays.com,ohhgays.com,4asianporn.com,desihoes.com,sassytube.com,gaybarebacks.com,sexybabesz.com,moviesguy.com,youngsexhd.com,club-flank.com,hdmoza.com,xxx-y.com,superbgays.com,newxxxvideos.net,xxxtubesex.net,bustmonkey.com,perfectgirlsboobs.com,pornstarsadvice.com,jav789.com,trans.firm.in,picshick.com,mujeres-desnudas.com,imghost.top,petrovixxxjav.info,imageshtorm.com,xxxwebdlxxx.org,imagerar.com,gelbooru.com,imgpeak.com,motherless.com,beeg.com,movierls.net,milffox.com,pixroute.com,newpornup.com,pictoa.com,naughtyblog.org,8muses.com,doolls.org,topboard.org,youjizz.com,hipornvideo.com,imageweb.ws,planetsuzy.org,imagetwist.com,hitomi.la,torrentgalaxy.org,letmejerk7.com,letmejerk6.com,imx.to,sunporno.com,8boobs.com,baltasar5010purohentai.com,eporner.com,pornofaps.com,eroprofile.com,imguur.pictures,webcamshows.org,xxxmoviestream.xyz,mangoporn.co,erome.com,imgmercy.com,playpornfree.xyz,letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmejerk7.com,wantedbabes.com#%#//scriptlet("abort-on-property-read", "ExoLoader")
imgtornado.com,shameless.com,imguur.pictures,imgdone.com,xxxdessert.com,xaoutchouc.live,simply-hentai.com,akaihentai.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);})();
faptor.com,truyen-hentai.com,darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com,javvideoporn.com,hqbang.com,hentai2w.com,hot-sex-tube.com,javtsunami.com,fastpic.org,fetishshrine.com,gaytail.com,zubby.com,hentaiarena.com,saradahentai.com,anysex.com,ytboob.com,multporn.net,fapnado.com,yespornpleasexxx.com,fux.com,fetish-bb.com,porndollz.com,xxxextreme.org,eporner.com,hotgirlclub.com,freepornvid.net,pandamovies.me,thehentaiworld.com,trueimg.xyz,jizz.us,pornhd.com,tubsexer.com,besthugecocks.com,pornomotor.org,sundukporno.com,zalupok.com,animeon.moe,xxxmaturevideos.com,daftporn.com,get-to.link,imgtorrnt.in,pornyfap.com,rumporn.com,soyoungteens.com#%#//scriptlet('prevent-addEventListener', 'getexoloader')
pimpandhost.com,my18pussy.com,18pussy.porn,thisvid.com,pornhills.com,gifhq.com,nudeclap.com,hentaila.com,fapality.com,720video.me,javbuz.com,youwatchporn.com,watchpornx.com,xxxparodyhd.net,pornhat.com,baltasar5010purohentai.com,hot-sex-tube.com,teen-tube-20.com,javteentube.com,asian-teen-sex.com,babesjoy.com,gottanut.com,pornkino.cc,watchpornfree.info,freee-porns.com,xxxmoviestream.xyz,mangoporn.co,besthindisexstories.com,imgmercy.com,ecoimages.xyz,youav.com,tmohentai.com,tbib.org,dailyimages.xyz,159i.com,xopenload.me,reblop.com,tubsexer.com,blameless.work,streamporn.pw,stileproject.com,watchpornfree.ws,noodlemagazine.com,pandamovies.pw#%#//scriptlet("abort-current-inline-script", "document.dispatchEvent", "/getexoloader/")
teencumpot.com#%#//scriptlet("abort-current-inline-script", "document.dispatchEvent", ".serve(")
shameless.com#%#//scriptlet("abort-current-inline-script", "$LAB", "/getexoloader/")
!
! 'PopJSLock/PopAds'
! #%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "constructor")
nizarstream.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,60fps.xyz,nowagoal2.xyz,strtapewithadblock.*,player.bizzstreams2u.xyz,strtapeadblocker.art,strtapeadblocker.*,starlive.xyz,aeblender.com,aileen-novel.online,ytstvmovies.xyz,javhay.net,mrunblock.*,hentaitube.online,ustream.to,freepornxxxhd.com,givemenflstreams.com,givemenbastreams.com,givememmastreams.com,givemeredditstreams.com,shinden.pl,ozporno.com,area51deportiva.com,xxxfree.watch,linksly.co,mhometheater.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "constructor")
!
! PopAds-a(`Privet darkv`)
! #%#//scriptlet("abort-on-property-write", "_pop")
lulustream.com,veev.to,nobodywalked.com,retrotv.org,gettapeads.com,tapeadsenjoyer.com,streamer4u.site,remaxhd.cam,remaxhd.fun,fusevideo.io,nowlive1.me,musicpremieres.com,edwardarriveoften.com,shahee4u.cam,huren.best,infosgj.free.fr,retro-fucking.com,paulkitchendark.com,camgirls.casa,stevenimaginelittle.com,gameshdlive.net,streams.lc,stream.lc,troyyourlead.com,denisegrowthwide.com,ytsyifymovie.com,deepgoretube.site,kathleenmemberhistory.com,diskusscan.com,acefile.co,nonesnanking.com,hdsaprevodom.com,wwwstream.pro,mixdrp.to,prefulfilloverdoor.com,fsicomics.com,manga-lek.net,gogetapast.com.br,balkanteka.net,cazztv.xyz,phenomenalityuniform.com,nectareousoverelate.com,backfirstwo.com,apinchcaseation.com,r18.best,timberwoodanotia.com,streamdav.com,simpsonizados.me,strawberriesporail.com,blurayufr.xyz,valeronevijao.com,fastreams.*,cigarlessarefy.com,ytstvmovies.*,shrink.icu,reditsports.com,watchop.live,figeterpiazine.com,noblocktape.com,shahid4u.charity,streamvid.net,embed4u.xyz,yodelswartlike.com,generatesnitrosate.com,sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,glodls.to,dlhd.*,mixdroop.*,lovesomecommunity.com,fordems.live,fireload.com,doods.pro,antiadtape.com,chromotypic.com,watchpsychonline.net,gamoneinterrupted.com,metagnathtuggers.com,multicanais.li,jewelavid.com,streamcenter.pro,bestporn4free.com,seehdgames.xyz,nicesss.com,wolfdyslectic.com,rationalityaloelike.com,privatenudes.com,dropnudes.com,sizyreelingly.com,rivofutboltv.club,stakes100.xyz,realbitsport.com,sportschamp.fun,simpulumlamerop.com,youpit.xyz,pornoflux.com,urochsunloath.com,tapewithadblock.org,nukedfans.com,torrentdosfilmeshd1.net,anidl.org,netfuck.net,counterclockwisejacky.com,filmovitica.com,availedsmallest.com,alexsportss.xyz,alexsportz.online,papafoot.click,animerigel.com,jpop80ss3.blogspot.com,latinomegahd.net,tubelessceliolymph.com,streamhub.to,nopay.info,dooood.com,tummulerviolableness.com,musicriders.blogspot.com,mangaclash.com,35volitantplimsoles5.com,avcrempie.com,javleak.com,daughtertraining.com,hornylips.com,originporn.com,pickteenz.com,rockdilla.com,teen-wave.com,theblueclit.com,thesexcloud.com,tightsexteens.com,cr8soccer.online,sportea.online,seegames.xyz,mundoprogramas.net,cine20k.blogspot.com,enjoyhd.club,comohoy.com,pornleaks.in,mgnetu.com,scatch176duplicities.com,alexsports.site,nomery.ru,nsfwr34.com,watchcriminalminds.com,coolcast2.com,mimaletamusical.blogspot.com,portugues-fcr.blogspot.com,porntn.com,playdede.*,560pmovie.com,w123moviesfree.net,adblocktape.*,itopmusicx.com,antecoxalbobbing1010.com,123moviehub.org,filmesonlinexhd.biz,nu6i-bg-net.com,sexgay18.com,ahdafnews.blogspot.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,thaihotmodels.com,vidz7.com,myvidster.com,449unceremoniousnasoseptal.com,yourupload.com,321naturelikefurfuroid.com,eyeshot.live,sports-stream.*,turbogvideos.com,30sensualizeexpression.com,fapptime.com,19turanosephantasia.com,gameshdlive.xyz,streamers.watch,worldstreams.watch,worldstreams.click,141jav.com,toxitabellaeatrebates306.com,papahd.club,pahaplayers.click,legendei.net,hentaiworld.tv,nolive.me,myoplay.club,thepiratebay10.org,ytstv.co,streamtapeadblockuser.*,enjoyhd.xyz,ohjav.com,strtapewithadblock.*,watchdoctorwhoonline.com,witanime.best,stapewithadblock.monster,hitomi.la,poapan.xyz,javboys.com,tinycat-voe-fashion.com,charexempire.com,papahd1.xyz,extrafreetv.com,sportssoccer.club,mangoporn.net,megaddl.u4m.world,sports-stream.*,realfinanceblogcenter.com,xestreams.com,crackstreamshd.click,uptodatefinishconferenceroom.com,techstips.co,tennisstreams.me,daddylivehd.*,footyhunter3.xyz,bigclatterhomesguideservice.com,9xmovie.*,animehditalia.it,juba-get.com,haho.moe,fraudclatterflyingcar.com,housecardsummerbutton.com,adblockeronstape.me,fmoviesdl.com,fittingcentermondaysunday.com,liveply.me,teamos.xyz,mangapt.com,reputationsheriffkennethsand.com,sharemods.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,amateurblog.tv,fashionblog.tv,latinblog.tv,silverblog.tv,xblog.tv,pxxbay.com,wwwsct.com,socialgirls.im,gawbne.com,forex-trnd.com,forex-golds.com,dogemate.com,v-o-e-unblock.com,masaporn.xyz,un-block-voe.net,xxx18.uno,adshorti.co,claimlite.club,socceron.name,pornstreams.co,voeun-block.net,voe-un-block.com,mangaboat.com,voeunblk.com,voeunblck.com,shemale6.com,hentaitk.net,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,sgpics.net,voeunblock1.com,streamgoto.*,curvaweb.com,jiofiles.org,adslink.pw,voeunblock.com,streamadblockplus.com,voe-unblock.*,voe.bar,voe.sx,flyfaucet.com,getfreetrx.com,xn--xvideos-espaol-1nb.com,oneflix.pro,meusanimes.net,xxxxvideo.uno,read-onepiece.net,estrenosdoramas.net,nocensor.sbs,animeyt.es,mangagenki.me,rojadirectatvenvivo.com,ovamusic.com,sanet.st,tvseries.video,masahub.net,shadowrangers.live,anime-king.com,dvdplay.*,cuevana3.fan,85videos.com,javmost.*,nzbstars.com,animesonehd.xyz,rintor.*,javf.net,animestotais.xyz,leechall.com,techoreels.com,polstream.live,yts-subs.dev,123-movies.*,slink.bid,shavetape.*,hesgoal.tv,themoviesflix.*,vhorizads.com,onlyfullporn.video,plylive.me,2ddl.it,tormalayalam.xyz,allplayer.tk,serijefilmovi.com,askim-bg.com,ytstv.me,androidadult.com,pahe.win,everia.club,adblockstrtape.link,adblockstrtech.link,sexdicted.com,bdnewszh.com,hazmo.stream,birdurls.com,adblockstreamtape.*,vipboxtv.*,xpornium.net,crackstreams.*,hatsukimanga.com,037jav.com,beinmatch.*,imgdawgknuttz.com,projectfreetv2.com,youjax.com,senpaiediciones.com,silverpic.com,okanime.tv,kuxxx.com,anicosplay.net,aotonline.org,warungfansub.xyz,hispasexy.org,pastemytxt.com,mangajokomik.blogspot.com,kantotinyo.com,virpe.cc,stape.fun,tokyoblog.tv,4horlover.com,crunchyscan.fr,tlin.me,flizmovies.*,yourdailypornvideos.ws,animes.vision,123movieshub.*,sakurafile.com,compartilhandobr.com,idolsblog.tv,tvply.me,dengeki-plusv2.xyz,itdmusics.com,hopepaste.download,filmi123.club,viprow.*,strikeout.*,scatfap.com,socceronline.me,gotxx.com,segurosdevida.site,anonymz.com,messitv.net,uhdstreams.club,123watchmovies.*,1stream.top,ytmp3eu.com,vidlox.me,streamta.*,bestnhl.com,egyshare.cc,swzz.xyz,animesanka.*,olympusscanlation.com,webcamrips.com,vostfree.tv,wickedspot.org,justfullporn.org,123moviesprime.com,masahub.com,viveseries.com,1tamilmv.*,olarixas.xyz,keeplinks.org,kissanimee.ru,pstream.net,javhun.com,findav.*,thebussybandit.com,pornofaps.com,85tube.com,bajarjuegospcgratis.com,balkanportal.net,celebrity-leaks.net,comicsmanics.com,datawav.club,directupload.net,doctormalay.com,dvdfullestrenos.com,electro-torrent.pl,femdom-joi.com,gaysex69.net,hentaistream.co,javjunkies.com,lightdl.xyz,lightdlmovies.blogspot.com,pirateiro.com,pornobr.club,pornotorrent.com.br,sexofilm.co,sportstream.tv,torrage.info,video.az,vstorrent.org,xanimeporn.com,javhoho.com,xsober.com,kinemania.tv,manga-mx.com,gambarbogel.xyz,nuoga.eu,mediapemersatubangsa.com,gomo.to,9anime.*,theicongenerator.com,javgayplus.com,strtapeadblock.me,picdollar.com,myonvideo.com,hwnaturkya.com,lechetube.com,cinema.cimatna.com,animefire.net,password69.com,film1k.com,gaydelicious.com,toonanime.xyz,prostylex.org,pepperlive.info,manyakan.com,nsfwcrave.com,tensei-shitara-slime-datta-ken.com,hitprn.com,streamzz.*,123moviesg.com,tvplusgratis.com,ask4movie.*,hollymoviehd.cc,123movieshd.*,maxitorrent.com,movi.pk,findporn.*,tabooporns.com,123movies4u.site,zerion.cc,smallencode.me,torrentsgames.xyz,simonheloise.com,hexupload.net,123movies-hd.online,clasico.tv,adictosalatele.com,desiflix.club,filmesonlinex.org,popimed.com,adz7short.space,mixdrop.sx,gledajcrtace.xyz,embedstream.me,pewgame.com,jpopsingles.eu,movieverse.co,xxxwebdlxxx.top,anroll.net,sextgem.com,vikv.net,youdbox.net,pctmix1.com,watchseries.*,url4cut.xyz,imgsto.com,imgsen.com,wowlive.info,1-2-3movies.com,ustream.to,blurayufr.com,jorpetz.com,daddylive.*,vupload.com,rapelust.com,katmoviehd4.com,videostreaming.rocks,imx.to,balkantelevizija.net,zonarutoppuden.com,yomovies.*,incestflix.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,sports24.*,linkebr.com,videoproxy.*,thiruttuvcd.xyz,smoner.com,movie8k.*,clipwatching.*,strtape.*,ytmp3.eu,vipbox.lc,ccurl.net,usagoals.*,xxvideoss.org,zplayer.live,pahe.stream,janusnotes.com,streamsport.*,wigilive.com,itopmusic.org,hikarinoakari.com,vidtod.com,short88.com,paidtomoney.com,givemenflstreams.com,givemenbastreams.com,givememmastreams.com,givemeredditstreams.com,proxybit.*,batoscan.net,rule34hentai.net,claimcrypto.cc,vvc.vc,projectfreetv.online,greatanimation.it,kwik.cx,racaty.net,illink.net,virpe.com,300mbplus.*,onlyfoot.net,hala-tube.net,hqcelebcorner.net,shrinkme.in,upstream.to,link1s.net,get-to.link,gibit.xyz,mangovideo.club,pctmix.com,mirrorace.*,300mbfilms.*,todaynewspk.win,youdbox.com,gaypornmasters.com,wordcounter.icu,darmowatv.ws,hiperdex.com,rawdex.net,verpornocomic.com,baixarhentai.net,scnlog.me,nodkey.xyz,itopmusic.com,pics4share.com,linkjust1.com,fx4vip.com,onlystream.tv,koreanaddict.net,iklandb.com,moaplos.com,nowagoal.xyz,bestjavs.com,nocensor.*,dramahd.me,thepiratebay0.org,scat.gold,clik.pw,animeblkom.net,onceddl.org,freeomovie.to,leechpremium.link,uii.io,short.pe,abcvideo.cc,intothelink.com,snahp.it,animeshouse.net,skymovieshd.fit,porncomix.info,7r6.com,zobacz.ws,legendas.dev,megasubtitles.com,sukidesuost.info,ouofly.com,putload.tv,exdb.net,animeuniverse.it,drycounty.com,mitly.us,ouo.io,shon.xyz,cda-tv.pl,picbaron.com,skidrowcodex.net,streamz.*,business-mortgage.pw,business-loan.trade,credits-loan.pw,business-credits.cc,business-mortgage.info,loan-trading.net,videogreen.xyz,thisav.com,filma24.*,playtube.ws,pornxbit.com,pornxday.com,autofaucets.org,rifurl.com,imgrock.net,shurt.pw,piratebay.live#%#//scriptlet("abort-on-property-write", "_pop")
korall.xyz,javcl.com,vsttorrents.net,kropic.com,shorterall.com,fakyutube.com,javtiful.com,22pixx.xyz,porndish.com,mypornhd.com,europeanclassiccomic.blogspot.com,holanime.com,tamilyogi.vip,bleach-hdtv.blogspot.com,telewizja-internetowa.pl,webcamshows.org,team1x1.com,thehiddenbay.com,ask4movie.com,animeultima.eu,darmowa-telewizja.online,kastream.biz#%#//scriptlet("abort-on-property-read", "_pop")
mygoodstream.pw,pornyhd.com,pornxday.com,putlockerslinks.com,baixarhentai.net,freeservice.info,hindimean.com,22pixx.xyz,nacastle.com,eurostreaming.pink,imgbaron.com,feurl.com,animeshouse.biz,hitbits.io,scnlog.me,plytv.me,premiersport.tv,mixdrop.to,streamcdn.to,300mbfilms.io,jkanime.net,uii.io,filma24.*,anime-odcinki.pl,phim2online.com,upzone.cc,acefile.co,watchxxxfreeinhd.com,premiumleecher.com,short.pe,fjav.net,kastream.biz,dropapk.to,aflamfree.top,mirrorace.com,egybest2.com,javplay.me,ytmp3.eu#%#//scriptlet("abort-on-property-read", "popjs")
!
! PopAds-b
pornososalka.org,javcock.com,javboys.com,ruangmoviez.my.id,magicemperor.online,xmoviesforyou.com,thatav.net,playpornfree.xyz,gounlimited.to,jetload.net,megapornfreehd.com,fileone.tv,javhiv.com,nyafilmer.com,gotgayporn.com,hqq.tv,pornhd.com,sextfun.com,imgoutlet.com,imgrock.net,myreadingmanga.info,porntrex.com,faselhd.co,tnaflix.com,anysex.com,filecrypt.cc,icdrama.se,faselhd.com,jawcloud.co,xmoviesforyou.com,swapsmut.com,pornwhite.com,dir50.com,pornstash.in,zerion.cc,uraaka-joshi.com,sxyprn.net,pahe.win,javplay.me,hispasexy.org,moviecrumbs.net,segurosdevida.site,xvideos.com,technicalatg.xyz,czxxx.org,ashemaletube.com,moviesand.com,prostylex.org,faptube.xyz,erogarga.com,redhdtube.xxx,nyafilmer.*#%#//scriptlet('abort-on-property-read', 'popns')
! PopAds
! #%#//scriptlet('abort-current-inline-script', 'atob', '/popundersPerIP[\s\S]*?Date[\s\S]*?getElementsByTagName[\s\S]*?insertBefore/')
freetvspor.lol,shii4u.cam,jav-scvp.com,lulustream.com,veev.to,kickassanimes.*,kaas.*,kickassanime.*,d000d.com,mixdrop21.net,nobodywalked.com,retrotv.org,dodz.pro,y2tube.pro,doooood.co,itopmusic.com,nlegs.com,stream.crichd.vip,d0000d.com,gettapeads.com,mixdropjmk.pw,tapeadsenjoyer.com,wolverdon.fun,streamer4u.site,do0od.com,mdzsmutpcvykb.net,remaxhd.cam,remaxhd.fun,fusevideo.io,nowlive1.me,musicpremieres.com,mdfx9dc8n.net,niaomea.me,asialiveaction.com,myeasymusic.ir,thepiratebay10.info,sportstream1.cfd,edwardarriveoften.com,shahee4u.cam,a2zcrackworld.com,adricami.com,aeblender.com,animespire.net,blackporncrazy.com,cgpelis.net,erovoice.us,filthy.family,forumchat.club,freeporncomic.net,freeuse.me,gamepcfull.com,gamesfullx.com,influencersgonewild.org,itunesfre.com,keralatvbox.com,ladangreceh.xyz,maturegrannyfuck.com,milfmoza.com,monaskuliner.ac.id,naughtypiss.com,notformembersonly.com,ojearnovelas.com,oldbox.cloud,onlyfams.net,onlyfams.org,pervertgirlsvideos.com,piratefast.xyz,pmvzone.com,pornfetishbdsm.com,publicsexamateurs.com,rule34.club,scripts-webmasters.net,sextubebbw.com,slut.mom,shadowrangers.live,shadowrangers.net,sportskart.xyz,sxnaar.com,tabooflix.cc,tabooflix.org,teenporncrazy.com,torrsexvid.com,ufcfight.online,vfxmed.com,visifilmai.org,watchaccordingtojimonline.com,watchbrooklynnine-nine.com,wpdeployit.com,xxxfree.watch,yts.vin,paulkitchendark.com,camgirls.casa,ekasiwap.com,ds2play.com,mdy48tn97.com,pornhoarder.*,showmanga.blog.fc2.com,streamtape.*,akuma.moe,mdbekjwqa.pw,ebookhunter.net,peeplink.in,stevenimaginelittle.com,gameshdlive.net,streams.lc,stream.lc,troyyourlead.com,denisegrowthwide.com,ytsyifymovie.com,deepgoretube.site,kathleenmemberhistory.com,diskusscan.com,acefile.co,nonesnanking.com,hdsaprevodom.com,wwwstream.pro,mixdrp.to,prefulfilloverdoor.com,fsicomics.com,manga-lek.net,gogetapast.com.br,balkanteka.net,cazztv.xyz,phenomenalityuniform.com,nectareousoverelate.com,backfirstwo.com,apinchcaseation.com,r18.best,timberwoodanotia.com,streamdav.com,simpsonizados.me,strawberriesporail.com,blurayufr.xyz,valeronevijao.com,fastreams.*,cigarlessarefy.com,ytstvmovies.*,shrink.icu,reditsports.com,watchop.live,figeterpiazine.com,noblocktape.com,shahid4u.charity,streamvid.net,kaoskrew.org,embed4u.xyz,yodelswartlike.com,generatesnitrosate.com,sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,glodls.to,dlhd.*,mixdroop.*,lovesomecommunity.com,fordems.live,fireload.com,doods.pro,antiadtape.com,chromotypic.com,watchpsychonline.net,gamoneinterrupted.com,metagnathtuggers.com,multicanais.li,jewelavid.com,streamcenter.pro,bestporn4free.com,seehdgames.xyz,nicesss.com,wolfdyslectic.com,rationalityaloelike.com,privatenudes.com,dropnudes.com,sizyreelingly.com,rivofutboltv.club,stakes100.xyz,realbitsport.com,sportschamp.fun,simpulumlamerop.com,youpit.xyz,pornoflux.com,urochsunloath.com,tapewithadblock.org,nukedfans.com,torrentdosfilmeshd1.net,anidl.org,netfuck.net,counterclockwisejacky.com,filmovitica.com,availedsmallest.com,alexsportss.xyz,alexsportz.online,papafoot.click,animerigel.com,jpop80ss3.blogspot.com,latinomegahd.net,tubelessceliolymph.com,streamhub.to,nopay.info,dooood.com,tummulerviolableness.com,musicriders.blogspot.com,mangaclash.com,35volitantplimsoles5.com,avcrempie.com,javleak.com,daughtertraining.com,hornylips.com,originporn.com,pickteenz.com,rockdilla.com,teen-wave.com,theblueclit.com,thesexcloud.com,tightsexteens.com,cr8soccer.online,sportea.online,seegames.xyz,mundoprogramas.net,cine20k.blogspot.com,enjoyhd.club,comohoy.com,pornleaks.in,mgnetu.com,scatch176duplicities.com,alexsports.site,nomery.ru,nsfwr34.com,watchcriminalminds.com,coolcast2.com,mimaletamusical.blogspot.com,portugues-fcr.blogspot.com,porntn.com,playdede.*,560pmovie.com,w123moviesfree.net,adblocktape.*,itopmusicx.com,antecoxalbobbing1010.com,123moviehub.org,filmesonlinexhd.biz,nu6i-bg-net.com,sexgay18.com,ahdafnews.blogspot.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,thaihotmodels.com,vidz7.com,myvidster.com,449unceremoniousnasoseptal.com,yourupload.com,321naturelikefurfuroid.com,eyeshot.live,sports-stream.*,turbogvideos.com,30sensualizeexpression.com,fapptime.com,19turanosephantasia.com,gameshdlive.xyz,streamers.watch,worldstreams.watch,worldstreams.click,141jav.com,toxitabellaeatrebates306.com,papahd.club,pahaplayers.click,legendei.net,hentaiworld.tv,nolive.me,myoplay.club,thepiratebay10.org,ytstv.co,streamtapeadblockuser.*,enjoyhd.xyz,ohjav.com,strtapewithadblock.*,watchdoctorwhoonline.com,witanime.best,stapewithadblock.monster,hitomi.la,poapan.xyz,javboys.com,tinycat-voe-fashion.com,charexempire.com,papahd1.xyz,extrafreetv.com,sportssoccer.club,mangoporn.net,megaddl.u4m.world,sports-stream.*,realfinanceblogcenter.com,xestreams.com,crackstreamshd.click,uptodatefinishconferenceroom.com,techstips.co,tennisstreams.me,daddylivehd.*,footyhunter3.xyz,bigclatterhomesguideservice.com,9xmovie.*,animehditalia.it,juba-get.com,haho.moe,fraudclatterflyingcar.com,housecardsummerbutton.com,adblockeronstape.me,fmoviesdl.com,fittingcentermondaysunday.com,liveply.me,teamos.xyz,mangapt.com,reputationsheriffkennethsand.com,sharemods.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,amateurblog.tv,fashionblog.tv,latinblog.tv,silverblog.tv,xblog.tv,pxxbay.com,wwwsct.com,socialgirls.im,gawbne.com,forex-trnd.com,forex-golds.com,dogemate.com,v-o-e-unblock.com,masaporn.xyz,un-block-voe.net,xxx18.uno,adshorti.co,claimlite.club,socceron.name,pornstreams.co,voeun-block.net,voe-un-block.com,mangaboat.com,voeunblk.com,voeunblck.com,shemale6.com,hentaitk.net,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,sgpics.net,voeunblock1.com,streamgoto.*,curvaweb.com,jiofiles.org,adslink.pw,voeunblock.com,tojav.net,streamadblockplus.com,voe-unblock.*,voe.bar,voe.sx,flyfaucet.com,getfreetrx.com,xn--xvideos-espaol-1nb.com,oneflix.pro,meusanimes.net,xxxxvideo.uno,read-onepiece.net,estrenosdoramas.net,nocensor.sbs,animeyt.es,mangagenki.me,rojadirectatvenvivo.com,ovamusic.com,sanet.st,tvseries.video,masahub.net,shadowrangers.live,anime-king.com,dvdplay.*,cuevana3.fan,85videos.com,javmost.*,nzbstars.com,animesonehd.xyz,rintor.*,javf.net,animestotais.xyz,leechall.com,techoreels.com,polstream.live,yts-subs.dev,123-movies.*,slink.bid,shavetape.*,hesgoal.tv,themoviesflix.*,vhorizads.com,onlyfullporn.video,plylive.me,2ddl.it,tormalayalam.xyz,allplayer.tk,serijefilmovi.com,askim-bg.com,ytstv.me,androidadult.com,pahe.win,everia.club,adblockstrtape.link,adblockstrtech.link,sexdicted.com,bdnewszh.com,hazmo.stream,birdurls.com,adblockstreamtape.*,vipboxtv.*,xpornium.net,crackstreams.*,hatsukimanga.com,037jav.com,beinmatch.*,imgdawgknuttz.com,projectfreetv2.com,youjax.com,senpaiediciones.com,silverpic.com,okanime.tv,kuxxx.com,anicosplay.net,aotonline.org,warungfansub.xyz,hispasexy.org,pastemytxt.com,mangajokomik.blogspot.com,kantotinyo.com,virpe.cc,stape.fun,tokyoblog.tv,4horlover.com,crunchyscan.fr,tlin.me,flizmovies.*,yourdailypornvideos.ws,animes.vision,123movieshub.*,sakurafile.com,compartilhandobr.com,idolsblog.tv,tvply.me,dengeki-plusv2.xyz,itdmusics.com,hopepaste.download,filmi123.club,viprow.*,strikeout.*,scatfap.com,socceronline.me,gotxx.com,segurosdevida.site,anonymz.com,messitv.net,uhdstreams.club,123watchmovies.*,1stream.top,ytmp3eu.com,vidlox.me,streamta.*,bestnhl.com,egyshare.cc,swzz.xyz,animesanka.*,olympusscanlation.com,webcamrips.com,vostfree.tv,wickedspot.org,justfullporn.org,123moviesprime.com,masahub.com,viveseries.com,1tamilmv.*,olarixas.xyz,keeplinks.org,kissanimee.ru,pstream.net,javhun.com,findav.*,thebussybandit.com,pornofaps.com,85tube.com,bajarjuegospcgratis.com,balkanportal.net,celebrity-leaks.net,comicsmanics.com,datawav.club,desivdo.com,directupload.net,doctormalay.com,dvdfullestrenos.com,electro-torrent.pl,femdom-joi.com,gaysex69.net,hentaistream.co,javjunkies.com,lightdl.xyz,lightdlmovies.blogspot.com,pirateiro.com,pornobr.club,pornotorrent.com.br,sexofilm.co,sportstream.tv,torrage.info,video.az,vstorrent.org,xanimeporn.com,javhoho.com,xsober.com,kinemania.tv,manga-mx.com,gambarbogel.xyz,nuoga.eu,mediapemersatubangsa.com,gomo.to,9anime.*,theicongenerator.com,javgayplus.com,strtapeadblock.me,picdollar.com,myonvideo.com,hwnaturkya.com,lechetube.com,cinema.cimatna.com,animefire.net,password69.com,film1k.com,gaydelicious.com,toonanime.xyz,prostylex.org,pepperlive.info,manyakan.com,nsfwcrave.com,tensei-shitara-slime-datta-ken.com,hitprn.com,streamzz.*,123moviesg.com,tvplusgratis.com,ask4movie.*,hollymoviehd.cc,123movieshd.*,maxitorrent.com,movi.pk,findporn.*,tabooporns.com,123movies4u.site,zerion.cc,smallencode.me,torrentsgames.xyz,simonheloise.com,hexupload.net,123movies-hd.online,clasico.tv,adictosalatele.com,desiflix.club,filmesonlinex.org,popimed.com,adz7short.space,mixdrop.sx,gledajcrtace.xyz,embedstream.me,pewgame.com,jpopsingles.eu,movieverse.co,xxxwebdlxxx.top,anroll.net,sextgem.com,vikv.net,youdbox.net,pctmix1.com,watchseries.*,url4cut.xyz,imgsto.com,imgsen.com,wowlive.info,1-2-3movies.com,ustream.to,blurayufr.com,jorpetz.com,daddylive.*,vupload.com,rapelust.com,katmoviehd4.com,videostreaming.rocks,imx.to,balkantelevizija.net,zonarutoppuden.com,yomovies.*,incestflix.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,sports24.*,linkebr.com,videoproxy.*,thiruttuvcd.xyz,smoner.com,movie8k.*,clipwatching.*,strtape.*,ytmp3.eu,vipbox.lc,ccurl.net,usagoals.*,xxvideoss.org,zplayer.live,pahe.stream,janusnotes.com,dropgalaxy.com,streamsport.*,wigilive.com,itopmusic.org,hikarinoakari.com,vidtod.com,short88.com,paidtomoney.com,givemenflstreams.com,givemenbastreams.com,givememmastreams.com,givemeredditstreams.com,proxybit.*,batoscan.net,rule34hentai.net,claimcrypto.cc,vvc.vc,projectfreetv.online,greatanimation.it,kwik.cx,racaty.net,illink.net,virpe.com,300mbplus.*,onlyfoot.net,hala-tube.net,hqcelebcorner.net,shrinkme.in,upstream.to,link1s.net,get-to.link,gibit.xyz,mangovideo.club,pctmix.com,mirrorace.*,300mbfilms.*,todaynewspk.win,youdbox.com,gaypornmasters.com,wordcounter.icu,darmowatv.ws,hiperdex.com,rawdex.net,verpornocomic.com,baixarhentai.net,scnlog.me,nodkey.xyz,itopmusic.com,pics4share.com,linkjust1.com,fx4vip.com,onlystream.tv,koreanaddict.net,iklandb.com,moaplos.com,nowagoal.xyz,bestjavs.com,nocensor.*,dramahd.me,thepiratebay0.org,scat.gold,clik.pw,animeblkom.net,onceddl.org,freeomovie.to,leechpremium.link,uii.io,short.pe,abcvideo.cc,intothelink.com,snahp.it,animeshouse.net,skymovieshd.fit,porncomix.info,7r6.com,zobacz.ws,legendas.dev,megasubtitles.com,sukidesuost.info,ouofly.com,putload.tv,exdb.net,animeuniverse.it,drycounty.com,mitly.us,ouo.io,shon.xyz,cda-tv.pl,picbaron.com,skidrowcodex.net,streamz.*,business-mortgage.pw,business-loan.trade,credits-loan.pw,business-credits.cc,business-mortgage.info,loan-trading.net,videogreen.xyz,thisav.com,filma24.*,playtube.ws,pornxbit.com,pornxday.com,autofaucets.org,rifurl.com,imgrock.net,shurt.pw,piratebay.live#%#//scriptlet('abort-current-inline-script', 'atob', '/popundersPerIP[\s\S]*?Date[\s\S]*?getElementsByTagName[\s\S]*?insertBefore/')
! #%#//scriptlet('abort-on-stack-trace', 'parseInt', '_isDelayBetweenExpired')
akuma.moe,mdbekjwqa.pw,ebookhunter.net,peeplink.in#%#//scriptlet('abort-on-stack-trace', 'parseInt', '_isDelayBetweenExpired')
!
! AdMaven
! #%#//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
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*,zalupa.icu,cloudvideotv.stream,send.cm,gamesdatabase.net,repack-games.com,videobin.co,streamsport.pro,mywatchseries.stream,kissanime.nz,uploadrar.com,zobacz.ws,bit-url.com,hexupload.net,thehouseofportable.com,iir.ai,tii.ai,prostream.to,gomo.to,pleermp3.net,solarmovie.to,adshort.*,newepisodes.co,megaup.net,ckk.ai,uploadas.com,downloadpirate.com,gounlimited.to,shon.xyz,ask4movie.co,cmacapps.com,userscloud.com#%#//scriptlet("abort-on-property-write", "Fingerprint2")
!
! jsPopUnda
javhub.net,highporn.net,xxxparodyhd.net,uptobox.com,uptostream.com,pornkino.cc,watchpornfree.info,xxxmoviestream.xyz,mangoporn.co,playpornfree.xyz,xopenload.me,streamporn.pw#%#//scriptlet("abort-on-property-read", "jsUnda")
!
! For scripts, which uses base64
force-download.es,convert-me.com#%#window.atob = function() { };
!
! impspcabe (anti adblock clickunder)
doodhwali.com,deutsche-porn.com,videotoolbox.com,convertfiles.com,uploads.to,drtuber.com,uplod.it,4bir.com,mcfucker.com,pipec.ru,xyya.net,imageweb.ws,linkshrink.net,vid.ag,userscloud.com,animeflv.net,icefilms.info,vidzi.tv,subs.ro,hdxpornx.com,thefappening.one,thefappening2015.com,thefappeningnew.com,anon-v.com,raptu.com,tubedupe.com,hentai-id.tv,thenewporn.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
nosteamgames.ro#%#//scriptlet('abort-on-property-read', '_wm')
camwhores.tv,cambabe.video,cambabe.me,tvspots.tv,sportbet.tips,crissymoran.net,bettingtips.expert,tubepornovideo.com,amateursgonebad.com,glamourmodelsgonebad.com,ukbettips.co.uk,1337x.to,pornve.com,thepiratebay.org,imagebam.com,rarbg.to#%#Object.defineProperties(window, { _wm: { get: function(){ return null; } }, _wm_settings: { get: function(){return{};} } });
cwtvembeds.com,camgirlbay.net#%#Object.defineProperties(window, { _wm: { get: function(){ return null; } }, _wm_settings: { get: function(){return{};} } });
!
! AdCash WebRTC popups
animeid.tv,vidzi.tv,eztv.ag,raptu.com,vidtodo.com,noslocker.com,istockfile.com,vidzi.tv,upfile.mobi,watchseries.cr#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/RTCPeerConnection[\s\S]*?new MouseEvent\("click"/.test(a.toString()))return b(a,c)};})();
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
myp2p.xyz,cricfree.org,stream2watch.eu,firstrow1uk.eu,sportlemon.net,amateurbusters.com,ilivestream.com,porn2dl.net,streamhunter.net,vipbox.biz,phimmup.net,firstrow.top,firstrows.net,sportlemons.net,firstsrowsports.eu,ilemi.co,wiziwigs.eu,sportlemons.org,goatd.me,firstsrow.eu,streamsport.eu,globaltravel.com,safelinking.net#%#//scriptlet('set-constant', 'BetterJsPop', 'noopFunc')
! #%#//scriptlet("abort-on-property-read", "BetterJsPop")
playertoast.cloud,fsohd.pro,xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbnetu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,playerhd.org,gledajvideo.top,tikzoo.xyz,filme-romanesti.ro,video.q34r.org,ntvid.online,porntoday.ws,netuplayer.top,netu.ac,peliculas8k.com,hqq.ac,tabooporns.com,younetu.com,ekino-tv.link,nu6i-bg-net.com,cdngee.com,yalapwl.xyz,plushd.bio,zerknij.cc,xxxbestsites.com,universanimevf.com,xkeezmovies.com,stream2watch.be,jaygay.to,europixhd.net,cuevana.*,cuevana3.*,monstream.org,javboys.cam,koreanbj.club,redload.co,streaming-french.net,ytms.one,rpdrlatino.live,vaav.top,ddl-francais.com,cuevana4.cc,watch-series.site,illimite-streaming.com,gratflix.org,multiup.us,player.koreanpornmovie.xyz,filmesonlinehd1x.pro,netu.fshd.link,oyohd.one,xxvideoss.net,pourvous.club,kitraskimisi.com,msmini.cyou,hydrax.xyz,waaw1.tv,vido.fun,czxxx.org,pajalusta.club,goplayer.online,streamzz.*,xtapes.to,wowstream.top,upvideo.to,moovies.in,thisisrussia.io,richhioon.eu,haes.tech,wiztube.xyz,netu.in,cineflixtv.net,vizplay.*,view47.*,streamplusvip.*,oyohd.com,hindilinks4uto.com,msubplix.com,vidxhot.net,waaw.*,chillicams.net,justswallows.com,meucdn.vip,yandexcdn.com,firstr0w.eu,hqq.*,onlystream.tv,streamz.*,3movs.com,alltube.tv,tryboobs.com,eporner.com,vivatube.com,verystream.com,ashemale.one,kaotic.com,hentaicore.org,alltube.pl#%#//scriptlet("abort-on-property-read", "BetterJsPop")
! #%#//scriptlet("set-constant", "BetterJsPop.add", "noopFunc")
euroxxx.net,korall.xyz,player.unlimitedfiles.xyz#%#//scriptlet("set-constant", "BetterJsPop.add", "noopFunc")
! #%#//scriptlet("prevent-setInterval", "BetterJsPop")
javxxx.me,erogarga.com#%#//scriptlet("prevent-setInterval", "BetterJsPop")
!
! A popunder script that generates cookies with name 'ppu_main' - system.popunder
! #%#//scriptlet("abort-on-property-read", "AaDetector")
libgen.li,streamm4u.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,nopay.info,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,aniwave.to,2embed.cc,generatesnitrosate.com,tenies-online.best,chromotypic.com,watchpsychonline.net,gamoneinterrupted.com,metagnathtuggers.com,zerion.cc,wolfdyslectic.com,bflix.to,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,hdtoday.ru,embedsb.com,monorhinouscassaba.com,fmovies.*,tubesb.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,mcloud.to,gayteam.club,35volitantplimsoles5.com,vizcloud.co,pinloker.com,scatch176duplicities.com,hurawatch.at,pornxp.org,pornxp.com,watchcriminalminds.com,porngo.com,clicksud.biz,matriculant401merited.com,w123moviesfree.net,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,familyporn.tv,toxitabellaeatrebates306.com,ymovies.vip,hentaicloud.com,toonitalia.co,btsow.beauty,watchdoctorwhoonline.com,watchlostonline.net,tinycat-voe-fashion.com,realfinanceblogcenter.com,vidstream.pro,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,pcprogramasymas.net,123animes.*,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,123movies-org.site,v-o-e-unblock.com,un-block-voe.net,tweakcentral.net,ssbstream.net,kwik.cx,animepahe.com,voeun-block.net,rawmanga.top,voe-un-block.com,voeunblk.com,send.cm,javside.com,babesaround.com,dirtyyoungbitches.com,grabpussy.com,join2babes.com,nightdreambabe.com,novoglam.com,novohot.com,novojoy.com,novoporn.com,novostrong.com,pussystate.com,redpornblog.com,rossoporn.com,sexynakeds.com,senmanga.com,mangaraw.org,novoporn.com,pbabes.com,thousandbabes.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,hdfilme.top,voeunblock2.com,kissasian.*,voeunblock1.com,voeunblock.com,obaflix.site,voe-unblock.*,voe.bar,voe.sx,hdhub4u.tel,ask4movie.*,masahub.net,moviesjoy.*,easyexploits.com,filmeserialeonline.org,azm.to,biqle.org,m4uhd.tv,animesuge.to,9anime.*,vidstreamz.online,beef1999.blogspot.com,files.im,ettvcentral.com,movies07.co,playtube.ws,upstream.to,tii.ai,iir.ai,hhkungfu.tv,playhydrax.com,hydrax.net,get-to.link,ouo.press,ouo.io,xstreamcdn.com#%#//scriptlet("abort-on-property-read", "AaDetector")
! misc
123animes.*,europixhd.pro,9xmovies.baby,vidhd.net,linksupto.me,put-locker.com,ssrmovies.win,gdriveplayer.*,vidsrc.*,a2zapk.com,vidload.net,gomoviesfree.page,gomo.to#%#//scriptlet("abort-on-property-write", "glxopen")
monoschinos.com,animeshd.online,streamsport.pro,soccerstreams.net,123mkv.*,bagas31.info,akwam.*,file-upload.com,bacakomik.co,mangasee123.com,watchmovies7.com.pk,anitube.biz,dramacool9.co,downloadhub.*,videomega.co,gdriveplayer.me,vidsrc.*,pluslive.live,skymovieshd.*#%#//scriptlet("abort-on-property-write", "GLX_GLOBAL_UUID_RESULT")
get-to.link,zoro.se,moviekhhd.biz,drivemoe.com,fusevideo.io,musichq.pe,watchsomuch.to,faselhd-embed.scdns.io,nxbrew.com,toonily.me,limetorrents.lol,pelisflix2.green,185.217.95.44,moviesjoyhd.to,faselhd.*,5.45.95.74,kissasian.*,opensubtitles.org,1337xx.to,praiing.monster,lookmovie2.to,poisteewoofs.monster,streamvid.net,lookmovie.foundation,1l1l.to,file-upload.org,meetdownload.com,hentaiasmr.moe,witanime.org,yugenanime.tv,kissanimefree.cc,kimcartoon.li,animeyt.es,anichin.top,tinyzonetv.se,monoschinos2.com,pahe.li,klmanga.net,zinmanhwa.com,ssrmovies.singles,tuktukcinema.*,phimmoiyyy.net,futbol-libre.org,rule34hentai.net,nettruyento.com,animepahe.ru,btcmovies.xyz,vidsrc.*,123movies-hd.online,dramacool.*,123movies.*,jujmanga.com,srsone.top,phimgiz.net,himovies.to,hhdstreams.club,uhdstreams.club,holymanga.net,strims.*,kissanime.*,xmovies8.pw,sektekomik.com,moviesjoy.*,1337x.*,0gomovies.*,vipbox.lc,watch-serieshd.cc,semawur.com,tamilblasters.unblockit.dev,shingekinokyojinepisodes.com,tinyzonetv.to,ekinomaniak.net,rexdlfile.com,downloadhub.ink,cuturl.in,123movie.date,manganelo.link,janusnotes.com,hblinks.pro,akwams.*,1337x.is,desiupload.co,leechall.com,allcalidad.la,kissmanga.link,disasterscans.com,masteranime.es,savesubs.com,gdtot.*,mkvcinemas.*,mangakik.com,akwam.*,mirrored.to,desustream.me,streamwire.net,brbushare.com,9kmovies.fit#%#//scriptlet("json-prune", "*", "pop_type")
get-to.link,zoro.se,moviekhhd.biz,drivemoe.com,fusevideo.io,musichq.pe,watchsomuch.to,faselhd-embed.scdns.io,nxbrew.com,toonily.me,limetorrents.lol,pelisflix2.green,185.217.95.44,moviesjoyhd.to,faselhd.*,5.45.95.74,kissasian.*,opensubtitles.org,1337xx.to,praiing.monster,lookmovie2.to,poisteewoofs.monster,streamvid.net,lookmovie.foundation,1l1l.to,file-upload.org,meetdownload.com,hentaiasmr.moe,witanime.org,yugenanime.tv,kissanimefree.cc,kimcartoon.li,animeyt.es,anichin.top,tinyzonetv.se,monoschinos2.com,pahe.li,klmanga.net,zinmanhwa.com,ssrmovies.singles,tuktukcinema.*,phimmoiyyy.net,futbol-libre.org,rule34hentai.net,nettruyento.com,animepahe.ru,btcmovies.xyz,vidsrc.*,123movies-hd.online,dramacool.*,123movies.*,jujmanga.com,otakufr.co,srsone.top,phimgiz.net,himovies.to,hhdstreams.club,uhdstreams.club,holymanga.net,strims.*,kissanime.*,xmovies8.pw,sektekomik.com,moviesjoy.*,1337x.*,0gomovies.*,vipbox.lc,watch-serieshd.cc,semawur.com,tamilblasters.unblockit.dev,shingekinokyojinepisodes.com,tinyzonetv.to,ekinomaniak.net,rexdlfile.com,downloadhub.ink,cuturl.in,123movie.date,manganelo.link,janusnotes.com,hblinks.pro,akwams.*,1337x.is,desiupload.co,leechall.com,allcalidad.la,kissmanga.link,disasterscans.com,masteranime.es,savesubs.com,gdtot.*,mkvcinemas.*,mangakik.com,akwam.*,mirrored.to#%#//scriptlet("json-prune", "*", "rot_url")
! probably obsolete rules
seehd.ws#%#(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,pornfapr.com,freepornhq.xxx,piratebays.co.uk,gameofbay.org,kickass.unlockproj.party,kickass.com.se,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,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,nopeporn.com,rarbg.to,tpbairproxy.in,piratebaai.click,proxyproxyproxy.nl,gameofbay.org,tpbunblocked.org,unblocktpb.com,piratebays.co.uk,thepiratebay.uk.net,piratebaai.club,proxyspotting.in,unblockedbay.info,kickass.cd,eztv.unblocked.sh,porn00.org,altadefinizione01.zone,tamilrockers.tw,rarbgmirror.org,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}})}();
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}})}();
albvid.com,m4ufree.tv,bludvfilmes.com,torrentrapid.com,cda-hd.cc,ettv.tv,x1337x.se,bayproxy.eu,veu.xxx,tpbbay.eu,piratebays.co,pirateproxy.tf,piratebaymirror.eu,pirate.trade,thepiratebay-proxy.com,wearepirates.click,ukpirate.org,hyperproxy.net,duckingproxy.eu,piratebayproxy.tf,tpbmirror.us,pirateproxy.yt,piratebay.red,pirateproxy.wf,ukpirateproxy.xyz,piratebay247.net,thepirate.click,seehd.pl,superanimes.site,streamdreams.org,vergol.com,vidmoly.me,mp3fiber.com#%#!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}})}();
vidbom.com,okanime.com,fmovies.cab,1idsly.com,updatetribun.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,punjabimoviesonline.org,suarankri.me,arabseed.tv,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#%#!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}})}();
fitgirlrepacks.co,series24hr.com,albvid.com,b4ucast.me,playerhost.net,holanime.com,zenomovie.com,uploadev.org,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}})}();
!
! A popunder script that generates cookies with name 'glx_pp'
ganooll.co,underurl.com,aii.sh,oko.sh,cloudvideo.tv,file-up.org#%#//scriptlet("abort-current-inline-script", "Math", "/=function\(str,vocabulary\)/")
!
! initPu, puShown
mangovideo.pw,cartoonporno.xxx,69games.xxx,mirrorace.com,xxxhost.me,thetodaypost.com,safirfilmizle1.com,filese.me,mylink.vc#%#//scriptlet("abort-on-property-read", "initPu")
twstalker.com,xbokepfb.co,javmix.app,hdfilmseyircisi.org,shemaleporn.xxx,lizardporn.com,imgsin.com,45.133.203.223,filmdelisi.co,seyredeger.com,masterplayer.*,balfilmizle1.com,filmseyretizlet.com,milfzr.com,movies07.live,hotscopes.*,hentaianimedownloads.com,indiatoday.tech,mobileflasherbd.com,eroticpub.com,boobsrealm.com,kickass.ws,naughtymachinima.com,mangovideo.club,22pixx.xyz,xxxparodyhd.net,torrentproject.cc,porcore.com,dbupload.co,mangoporn.net,pornkino.cc,watchpornfree.info,imguur.pictures,xxxmoviestream.xyz,mangoporn.co,kickass.vc,freshscat.com,playpornfree.xyz,kickass.love,xopenload.me,streamporn.pw#%#//scriptlet('set-constant', 'puShown', 'true')
! A new/different version of "puShown" ads/popups
mangakita.net,westmanga.info#%#//scriptlet("set-constant", "puShown1", "true")
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/150836
! https://github.com/AdguardTeam/AdguardFilters/issues/148543
!
! On direct visit: Unsupported path / Not Found / empty OK
! propeller-tracking.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/164615
primevideo.com,amazon.co.uk,amazon.de,amazon.co.jp,amazon.com#%#//scriptlet('json-prune', 'cuepointPlaylist')
! TODO: Remove hint when apps will support xpath in xml-prune scriptlet
!+ NOT_PLATFORM(windows, mac, android, ext_ublock)
primevideo.com,amazon.co.uk,amazon.de,amazon.co.jp,amazon.com#%#//scriptlet('xml-prune', 'xpath(//*[name()="Period"][.//*[@value="Ad"]] | //*[name()="Period"]/@start)', '[value="Ad"]', '.mpd')
!
! go.oclasrv.com clickunder/ads ('zfgloaded')
! '#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "zfgloaded")'
filmeonlinehd.biz,onlinework4all.com,youdbox.com,downloadtwittervideo.com,fetchtube.com,elkooora.com,lodynet.co,mega4up.com,brstej.com,tuktukcinema.com,adslinkfly.online,mvs4u.tv,arabseed.net,speedvideo.net,watchdbzsuper.tv,gsurl.in,yalla-shoot.today,earnload.co,gpmojo.co,halacima.co,mangazuki.online,televisiongratishd.com,videobin.co,seosence.com,todofull.net,zoom-link.com,urlcloud.us,hdfilme.cc,mangacanblog.com,stalktr.net,lelscan-vf.com,app.ignition.fun,9anime.vip,0123movies.com,123movie.cc,123movie.sc,123movies.productions,123movies.domains,123movies2019.com,123movies2019.net,123movies2019.org,123moviesback.com,123moviese.com,123moviesgot.com,123moviesok.org,123moviesss.com,123moviestar.net,123moviies.org,123watchmovies.org,1xxx.tv,300mbmovies4u.club,33sk.tv,3arabicporn.com,3sk.co,4shworld.com,9anime.cloud,9movies.tv,9putlocker.io,9xrockers.pw,adultwallpapers.co.in,afghanidata.com,aflam.io,aflam4you.tv,aflamhq.co,aflamonlinee.org,akoam.net,altadefinizione01.love,altadefinizione01.site,anime-odcinki.pl,animedoor.com,animeflv.net,animesave.com,animeskai.biz,animestreams.tv,animeunity.it,animezone.pl,aovivonatv.com,arenavision.cc,atozmp3.co,baixandotudo.net,bestfilmeshd.com,bindassbros.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,cima5.com,cimaclub.com,cinema4tv.com,clickndownload.*,clicknupload.*,clik.pw,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,darmowa-telewizja.online,denunciando.com,despreseriale.ro,dir50.com,downloadhub.org,downloadhub.ws,dp-stream.com,dramamate.com,dredown.com,ebooksz.net,egybest.site,embed.watchasian.co,extreme-d0wn.com,f-hd.net,f16f.com,fastplay.to,fatimakhamissa.com,ffmovies.ru,filehostguru.online,filerio.in,filme-bune.net,filmywap.com,flenix.net,flix555.com,flowhot.me,foxebook.net,freeapps4y.blogspot.com,freedisc.pl,freelivesports.co,full-stream.nu,fullmaza.net,fullmovies24.net,fullmoviescenter.com,fussball-livestream.net,gameofbay.org,gaypinoyporn.com,glinks.me,gnula.se,gogomovies.net,gomovies.la,gotdatfire.com,greenmp3.com,gsul.me,gsur.in,hdfilme.net,hdfilme.tv,hdmoviedownloader.com,hdmoviesfree.net,hdmp4mania.world,hdpopcorns.in,her69.net,hevcbay.com,hindugodsongs.com,igg-games.com,indexofmovie.com,indoakatsuki.net,indoxxi.show,ipagal.org,irp.uz,iwatchtwd.com,japscan.to,joymovies.com,justdubsanime.net,justupload.io,katmovie.de,katmoviehd.cc,kinoger.com,kinoger.to,kombatch.com,koursaros.net,kprofiles.com,kreskowkazone.pl,lapeliculas.com,legendofkorra.tv,libertyvf.co,linkcaptcha.net,m4ufree.io,mangahasu.se,mangaindo.web.id,mehlizmovies.com,milfzr.com,mobilemovieshd.in,momjoi.com,movie1k.pw,movie2free.com,moviebay.io,moviemart.in,movies1234.net,movies79.com,movieshd.ru,moviesonline.tf,movizland.online,mp3-pn.com,mp3-red.co,mp4mania.world,mr-hd.com,mrelhlawany.com,msphubs.com,my123movies.org,mywatchseries.stream,nepalikanchi.com,new-mastermovie.com,newpct.com,newpct1.com,nghmaty.com,ngusman.com,niagotch.com,oikamenoi.com,olozmp3.net,onlinechat.co.in,onprojectfreetv.site,otakustream.tv,ouo.io,pagalworldm.com,panda-streaming.net,pelisencastellano.com,phimotv.net,piratebays.co.uk,pirateproxy.wf,pirateproxy.yt,polskie-aktorki-porno.pl,pornlibrary.net,porntrex.com,punjabimoviesonline.org,putlocker.sk,putlockerfree.net,putlockertv.se,putlockertv.ws,rapidvideo.is,revivelink.com,rule34hentai.net,rumahminimalisbagus.com,sa7eralkutub.com,sabwap.co,savethevideo.com,sawlive.tv,scanof.net,sebn.sc,segiempat.com,sempreinter.com,sendvid.com,sexmag.biz,shaggyimg.pro,short.pe,shortmony.me,shurikenteam.com,siii.club,simitator.com,softcoretube.org,softpcfull.com,software-on.com,solarmovie.net,solarmovie.st,solarmoviefree.co,solarmoviefree.me,solarmoviesc.co,solarmoviex.to,speed4up.com,sportify365.blogspot.co.uk,sportify365.blogspot.hr,stiffgamerdown.com,stream4free.live,streaming-football.org,streamingo.org,streamm4u.com,subsmovies.me,swatchseries.to,tamilfreemp3songs.com,tamilmv.cz,tamilrock.org,telepisodes.org,thaihotmodels.com,the123movies.com,theseriesonline.net,topbestsite.me,toquemp3.com,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,tusnovelas.net,twojetv.ws,uii.io,upload.ac,upzone.cc,urgetofap.com,urgrove.net,ustreamix.com,vidcloud.icu,vidload.co,vidnode.net,vidoevo.com,vidtomp3.info,vimeotomp3.com,viralitytoday.com,vojkudee.net,watch-online.biz,watch-series.co,watch32.is,watch5s.me,watchfilmy.com,watchmovies.pk,watchncum.com,watchonlinemovies.com.pk,watchparksandrecreation.net,watchrecentmovies.co,watchseries.unblockme.xyz,wicr.me,xkeezmovies.com,xmovies8.io,xmovies8.net,xmoviesforyou.com,xxxwebdlxxx.org,yakaracolombia.com,yalla-shoot.com,yeane.org,ymovies.tv,yt2mp3s.me,zedstream.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "zfgloaded")
! '#%#//scriptlet("abort-on-property-read", "zfgformats")'
illink.net,gmanga.me,ockles.com,nowagoal.xyz,exee.io,pcgamez-download.com,gamepciso.com,youdbox.com,tunestream.net,series.movie,shorthitz.com,moalm-qudwa.blogspot.com,vivo.sx,ustreamy.co,animeblix.com,toonily.com,mondainai.moe,pnd.*,underurl.com,vidfast.co,leechpremium.link,watchasian.to,thepiratefilmes.co,1watchonlinemovies.com.pk,filmesviatorrents.gratis,kazefuri.me,pulsemens.com,abcvideo.cc,lefturl.com,pluslive.live,douploads.net,torrentproject.cc,nmac.to,biroads.com,exdb.net,animelove.it,ouofly.com,onbox.me,seriesfilmestorrent.net,gdriveplayer.*,naisho.website,shurt.pw,supervideo.tv,tudogamesbr.com,masteranime.es,100count.net,playtube.ws,shortpaid.com,gogoanimee.com,wplink.online,iir.ai,citgratis.com,torrentmegafilmes.tv,pirlotv.es,kora-online.tv,hindimean.com,gplinks.co,movies123.pics,fitgirlrepacks.co,supersimple.online,sickworldmusic.com,videomega.co,prostream.to,anitube.be,uiz.io,shortearn.eu,kisscartoon.info,what.cd,kisscartoon.love,plytv.me,aii.sh,ckk.ai,oko.sh,bitearns.com,owllink.net,trivisna.com,repayone.net,gnula.nu,1tamilmv.com,televisiongratisenvivo.com,rapidotorrents.net,megafilmes.org,voxc.org,gplinks.in,bit-url.com,isubsmovies.com,vidbm.com,onlinemovieswatch.com.pk,baan-series.com,acorpe.com,mvs4u.net,solarmovie.fun,fuqer.com,downloadgamepsp.com,comando4kfilmes.com,arblionz.tv,kiryuu.co,pingit.im,tvbd.live,tencentgamingbuddy.co,latestseoupdate.com,faucet.gold,trucnet.net,drhealthmag.com,mtbtutoriales.com,ddownr.com,megaurl.in,harvestofmusic.com,rockindiy.com,baomay01.com,uploadrar.com,terbit21.co,comandotorrents.com,onlystream.tv,watchxxxfreeinhd.com,5movies.cloud,telewizja-internetowa.pl,0123movies.org,watchhowimetyourmother.online,indoxxi.center,wzayeef.com,ytmp3.mobi,mp4s.org,tamilmv.bid,streamloverx.com,is123moviesfree.com,putlocker.digital,01fmovies.com,123movies.gallery,123movies.gdn,123moviespro.net,1337x.unblock2.xyz,2movierulz.ac,animeheaven.es,bludv.tv,foxebook.net,kkiste.su,revivelink.com,seehd.ru,series9.to,short.pe,watchcartoonsonline.eu#%#//scriptlet("abort-on-property-read", "zfgformats")
! other scriptlets
watch-series.cc,33sk.tv#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "zfgloaded")
darkino.online,allfansleak.net,getlec.blogspot.com#%#//scriptlet("abort-on-property-read", "zfgloadedpopup")
! A new/different version of "zfgloaded" ads/popups
! The same rule as above, but without hint. In case if scriptlet doesn't work in Firefox, for example due to race condition
! #%#//scriptlet('abort-current-inline-script', 'String.fromCharCode', '/emZnbG9hZGVk|break;case \$\.|break;case \d{1}/')
morganoperationface.com,timberwoodanotia.com,tvpclive.com,torrentmac.net,anime-sanka.com,comandotorrenthd.org,file4go.net,file4go.com,watchonlinemovies50.com.pk,kingurls.com,strcloud.*,lugatv.com,dailyuploads.net,naijaray.com.ng,multifaucet.org,pctmix1.com,vedbom.com,parisanime.com,otakufr.co,5movies.cloud,upbbom.com,url4cut.xyz,r2sa.net,vidbm.com,movies2.com.pk,9putlocker.*,egydead.com,shrlink.top,mcrypto.club,downloadhub.kim,1-2-3movies.com,vidbeem.com,eririo.club,dlpsgame.*,allkindonline.com,123free.net,e123movies.com,warefree01.com,fileoops.com,vidbem.com,vidshar.net,pewgame.com,filmypur.info,filmy4wap1.*,movies4me.*,gofilms4u.pro,vipstand.se,cloudvideotv.stream,1080phds.com,123-watch.com,123moviesco.site,1kmovies.org,afilmyhouse.blogspot.com,antsmovies.com,europix.us,maamusiq.com,movi.pk,thesouthflix.com,tnmoviez.net,akmm.linksme.xyz,moviesmon.cyou,linkshere.work,123moviesfx.live,filmlinks4u.pro,123movies.net,uploadev.org,nbaup.live,goalup.live,link.ltc24.com,moviedekho.in,vexfile.com,sports24.*,themovie123.org,dtefrc.online,batmanstream.*,manga.ae,pirlotvonlinehd.com,moviespapa.cloud,hinurls.cc,veopartidos.net,trans.firm.in,clipwatching.*,gdirect.site,linksmore.site,world4ufree.*,langitfilm.*,mydownloadtube.*,yifyhdtorrent.org,speedvideo.net,moviesub.is,animersindo.net,brbushare.xyz,1kmovies.*,7movies.com.pk,manhwa18.net,usagoals.*,ikindlebooks.com,zplayer.live,fffmovies.wtf,voody.online,watchserieshd.tv,gulf-up.com,ustream.to,drosbraift.com,thefitnesshints.com,streamsport.icu,hinlinks.club,gplinks.co,cloudvideo.tv,gogo-play.net,animeflvnet.com,animeflv.la,watchasian.cc,extreme-down.tv,mgnetu.com,vidnext.net,voe.sx,crownmakermacaronicism.com,vidsaver.net,repack-games.com,apkshrt.com,linkshorts.me,fusionmovies.to,lefturl.com,gamepciso.com,100count.net,playerbiasa.xyz,akwams.*,videobin.co,bdupload.asia,indishare.org,livestreaming24.eu,ilinks.in,egybest.*,filmvilag.me,bitfly.io,revivelink.com,owllink.net,akwam.*,multicanais.com,upstream.to,easyload.io,readm.org,notube.net,gogo-stream.com,doctor-groups.com,kissanime.nz,ouo.io,ustreamix.to,ffmovies.co,zone-annuaire.best,repackov.com,youdbox.com,putlocker.style,watchmovies7.com.pk,manhwa18.com,swatchseries.to,mangatx.com,ouofly.com,playtube.ws,iir.ai,bolssc.com,linkjust1.com,fx4vip.com,mangazuki.online,exee.io,anonymous-links.com,pulsemens.com,doramasmp4.com,jkanime.net,pcgamez-download.com,flvto.biz#%#//scriptlet('abort-current-inline-script', 'String.fromCharCode', '/emZnbG9hZGVk|break;case \$\.|break;case \d{1}/')
! #%#//scriptlet("abort-current-inline-script", "Math", "/emZnbG9hZGVk|break;case \$\./")
myvidster.com,torrentmac.net,illink.net,123ssgm.cc,skidrowcodex.net,melodelaa.link,1movies.life,soccermotor.com,bemovies.to,otomi-games.com,upfiles.io,cpm10.org,gogomovies.to,lookmovie.*,extramovies.*,asianload.cc,mylink.vc,streamani.net,rancah.com,strcloud.link,toonanime.tv,streamzz.*,pics4you.net,vcomic.net,maxitorrent.com,movieshub.top,pandrama.com,jkanime.net,m0vs4u.org,movs4u.*,vedsharr.com,vedpom.com,animeworld.*,two.re,streamz.*,gomo.to,pewgame.com,dartsstream.me,golfstreams.me,motogpstream.me,ufcstream.me,boxingstreams.me,socceronline.me,rugbystreams.me,tennisstreams.me,nbastream.nu,mlbstream.me,game3rb.com,streamtape.*#%#//scriptlet("abort-current-inline-script", "Math", "/emZnbG9hZGVk|break;case \$\./")
! #%#//scriptlet("abort-current-inline-script", "Promise", "delete window")
vipbox.*,nolive.me,cat-a-cat.net,comando.to,gogoplay5.com,asianembed.io,voirseries.io,seeeed.xyz,arabseed.*,crichd.*,mangadna.com,tomatomatela.com,akwam.*,megafilmeshd50.com,prmovies.ph,uploadrar.com,go-stream.site,mp3juice.info,gogoplay.*,freemoviesfull.com,nxbrew.com,stape.fun,gomovies.*,xsanime.com,rodanesia.com,gnula.nu,filmovi.co,123movies2022.org,thenetnaija.co,extralinks.*,4anime.gg,deportealdia.live,noweconomy.live,mangalek.com,skidrowcodex.net,katflys.com,watchonlinemovies50.com.pk,viprow.*,strikeout.*,emule-island.eu,hdfilme.cx,masteredutech.com,dl-protect.info,zone-telechargement.work,123moviesc.*,pahe.ph,adshort.*,nuroflix.club,mlsbd.shop,appvn.com,yifysubtitles.vip,oploverz.*,jkanime.net,tamilfreemp3songs.com,ostreaming.tv,govid.cyou,watchseries.*,romshub.com,mp3juices.cc,comedyshow.to,streamta.*,watchdoctorwhoonline.com,allinonedownloadzz.site,gdriveplayer.us,watchtheoffice.cc,watchcharmedonline.com,egyshare.cc,vidembed.*#%#//scriptlet("abort-current-inline-script", "Promise", "delete window")
! #%#//scriptlet("abort-on-property-write", "zfgproxyhttp")
illink.net,lookmovie.ag#%#//scriptlet("abort-on-property-write", "zfgproxyhttp")
! #%#//scriptlet('abort-on-stack-trace', 'String.prototype.charAt', '$0')
bembed.net,fslinks.org,gettapeads.com,tapeadsenjoyer.com,embedv.net,vembed.net,vid-guard.com,noblocktape.com,antiadtape.com,lilymanga.net,hexupload.net,filepress.fun,apkmody.fun,daddylive.*#%#//scriptlet('abort-on-stack-trace', 'String.prototype.charAt', '$0')
! #%#//scriptlet("prevent-setInterval", "[$."), #%#//scriptlet("prevent-setTimeout", "[$."), #%#//scriptlet("prevent-addEventListener", "", "[$.")
projectfreetv.mx,streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animetv.to,rufiguta.com,buffsports.stream,moddroid.com,coolcast2.com,klmanga.*,manga1000.*,watchseries1.video,universanime.co,megafilmeshdseries.com,harimanga.com,theflixer.tv,gmanga.me,hentaizm.fun,apkmody.io,netcine.*,kick4ss.com,voirseries.io,mangatuli.com,theproxy.to,y2mate.com,pelismart.com,movies123.pk,manga-raw.club#%#//scriptlet("prevent-setInterval", "[$.")
projectfreetv.mx,streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animetv.to,rufiguta.com,buffsports.stream,moddroid.com,coolcast2.com,klmanga.*,manga1000.*,watchseries1.video,universanime.co,megafilmeshdseries.com,harimanga.com,theflixer.tv,gmanga.me,hentaizm.fun,apkmody.io,netcine.*,kick4ss.com,voirseries.io,mangatuli.com,theproxy.to,y2mate.com,pelismart.com,movies123.pk,123movieslinks.live,kickass.ws,kickass.love,kissanime.nz,repackov.com#%#//scriptlet("prevent-setTimeout", "[$.")
projectfreetv.mx,streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animetv.to,rufiguta.com,buffsports.stream,moddroid.com,coolcast2.com,klmanga.*,manga1000.*,watchseries1.video,universanime.co,megafilmeshdseries.com,harimanga.com,theflixer.tv,gmanga.me,hentaizm.fun,apkmody.io,netcine.*,ninjashare.to,kick4ss.com,voirseries.io,movies2watch.tv,turkish123.com,mangatuli.com,theproxy.to,y2mate.com,noweconomy.live,pelismart.com,downloadingadda.com,hhdstreams.club,uhdstreams.club,beef1999.blogspot.com,movies123.pk,sportstreamtv.live,samehadaku.vip,kickass.ws,kickass.love,animafan.biz,manga-raw.club,kissanime.nz,repackov.com#%#//scriptlet("prevent-addEventListener", "", "[$.")
! 28.01.22 Probably previous rules can be replaced by the rule below
! It seems, this rule works on iOS(original - cannot)
! #%#//scriptlet("abort-current-inline-script", "document.createElement", "delete window")
theflixertv.to,linksly.co,anidl.org,hxfile.co,embedstream.me,2kmovie.cc,up-load.one,aniworld.to,bclikeqt.com,uploadbank.com,serien.cam,190.115.18.20,verflix.net,pikafile.com,superfilmes.tv,gofilmes.me,warezcdn.com,gowatchseries.*,onlinevideoconverter.com,shadowrangers.live,serienstream.to,goyabu.com,190.115.18.20,tlin.me,databasegdriveplayer.*,mycima.wiki,watchomovies.*,stream-complet.biz,jujutsukaisenonline.net,hh3dhay.com,animesonehd.xyz,cinemakottaga.*,mangahere.today,manganatos.com,animepahe.*,moviesverse.*,tuktukcinema.co,playlist-youtu.be,pelishouse.me,polstream.live,messitv.net,tamilyogi.best,slink.bid,shavetape.*,imgbase.ru,klubsports.xyz,world4ufree1.*,birdurls.com,fbox.to,vhorizads.com,webhostingpost.com,simsdom.com,send.cm,sampledrive.in,telefullenvivo.com,futbolfullenvivo.com,streamtapeadblock.*,bflix.to,speedostream.com,yomovies.*,gum-gum-stream.com,9xmovie.click,acervofilmes.com,airportseirosafar.com,assistirseriados.net,cmp3.ru,filmovi.ws,gentlewasher.com,mobilephonedir.com,mobiro.org,mp3-gratis.it,mp3-vk.ru,peliculontube.net,putlocker68.com,rojadirectahd.online,serijefilmovi.com,stickerdeals.net,thingstomen.com,u123movies.com,vbox7-mp3.info,vkmp3s.ru,zeidgh.com,fanproj.net,getmega.net,mobdropro.com,askim-bg.com,comofuncionaque.com,hdzone.org,hwnaturkya.com,i123movies.net,ibrasoftware.com,mega-mkv.com,nosong.ru,onlinesubtitrat.com,vkmp3.*,needrombd.com,e123movies.com,vudeo.io,gogoplay4.com,4anime.biz,crystal-launcher.net,crystal-launcher.pl,streamz.ws,animefreak.*,streaming-french.com,watchserieshd.*,lrepacks.net,animeonline.ninja,ssoap2day.*,bmovies.*,techgeek.digital,hurawatch.*,jujutsukaisen-manga.online,pelismart.com,pelismarthd.com,up-load.io,hds-streaming-vf.com,cima-club.*,repelis.in,yesmovies.*,a123movies.net,adblockstrtape.link,adblockstrtech.link,yodbox.com,vidoo.org,gomoviefree.*,bdnewszh.com,mangceh.cc,extreme-down.plus,mcubd.host,noob4cast.com,cricplay2.xyz,nba-streams.online,mangasco.com,masengwa.com,adblockstreamtape.*,baliphim.com,khophimhd.net,lucaphim.com,hurawatch.at,tainio-mania.online,vipboxtv.*,upbam.org,myviid.com,vidbam.org,stardima.net,stardima.com,unblockedsites.net,serieskao.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbystreams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,mlbstream.me,nbastream.nu,divicast.com,uploadflix.org,gdriveplayer.to,lookmoviess.com,beinmatch.*,imgdawgknuttz.com,tv.hd44.net,animeshow.tv,123-movies.*,dramacool.*,vanime.co,kiss-anime.*,s4p2.shingekinokyojin.tv,okanime.tv,wat32.tv,eplayvid.*,tvply.me,projectfreetv2.com,faselhd.*,123movie.*,mycima.ink,nocensor.*,shahed4u.*,animeunity.tv,series9.me,mp4upload.com,fmovies.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "delete window")
! Do not add new domains, if the rule above works.
! clickunder - {delete window[$.g] (similar to 'zfgloaded')
! #%#//scriptlet("abort-current-inline-script", "Math", "delete window")
mkvhub.*,octanime.net,mangastream.mobi,unblocksite.pw,try2link.com,ytmp3.cc,1link.club,europix.us,123moviesprime.com,attvideo.com,baixartorrents.org,userscloud.com,ssrmovies.world,yomovies1.xyz,ymovies.vip,194.163.183.129,asianload1.com,tny.so,fbstream.me,leechpremium.link,pelisplus.*,kissanimee.ru,asianstream.tv,sbplay.*,zone-annuaire.work,citpekalongan.com,mailnesia.com,repack-games.com,movizland.top,racaty.net,club-vinyl.ru,iiyoutube.com,naijal.com,recetas.arrozconleche.info,youtubeai.com,vibehubs.com,1stkissmanga.com,bukatoko.my.id,fitasdeled.com,9anime.*,simpledownload.net,1mlsbd.com,ogario.ovh,mp3fusion.net,8-ball-magic.com,pelisstar.com,tajpoint.com,youtubetoany.com,strtapeadblock.me,atdhe.pro,filme-bune.biz,musiklip.ru,phc.web.id,web.livecricket.is,cydiasources.net,insurancebillpayment.net,mobilemovies.info,mp3cristianos.net,simonetwealth.net,yotrabajo.info,livesport24.net,nullpk.com,empireg.ru,canonprintersdrivers.com,mega-p2p.net,1234movies.show,fakaza.com,megafilmes4k.org,moviesonline.fm,readingbd.com,subtitlecat.com,torrentfilmes4k.org,wifi4games.com,watchopm.net,xmovies.is,filmesonlinex.co,hwnaturkya.com,247movie.net,cinema.cimatna.com,crackevil.com,foreverwallpapers.com,neomovies.net,rojadirecta.global,uppboom.com,4share-mp3.net,appsfree4u.com,bengalisite.com,bestfullmoviesinhd.org,beastlyprints.com,briefwatch.com,ch-play.com,clickforhire.com,dailyinsta.xyz,dtmaga.com,featurepacks.com,iv-soft.com,jewelry.com.my,johnwardflighttraining.com,justifid.info,kabarportal.com,kstorymedia.com,lespassionsdechinouk.com,livestreamtv.pk,myfernweh.com,orangeink.pk,osoft.xyz,serijehaha.com,shrugemojis.com,talaba.su,tatabrada.tv,thetechzone.online,thripy.com,turcasmania.com,urdubolo.pk,watchtvch.club,comandotorrentshds.org,123movies-official.site,123moviesg.com,watchseri.net,123moviesmix.com,filmyone.com,123fox.net,123hbo.com,8putlocker.com,123gostream.fun,01234movies.email,123movies4up.com,123pirate.com,gogoanimes.*,py.md,arnaqueinternet.com,ate9ni.com,elevationmap.net,hahasports.co,hd44.com,kurdmovie.net,linkotes.com,linksdegrupos.com.br,mettablog.com,mozkra.com,naijahits.com,nbch.com.ar,onlineproxy.eu,pagodesparabaixar.org,romfast.com,stalkface.com,stivandz.com,theismailiusa.org,viralitytoday.com,xxxwebdlxxx.top,fulltube.online,vedshar.com,mangareader.site,tei.ai,4anime.to,freshi.site,gamato3.com,updatesmovie.xyz,watchsao.tv,watchgoblinslayer.com,haikyuu3.com,watchnoblesse.com,watchdrstone.com,demonslayeranime.com,watchblackclover.com,watchoverlord2.com,watchrezero2.com,123movies.net,hdmo.tv,comandotorrents.org,avimobilemovies.net,claimcrypto.cc,123films.cc,stream2watch.*,jackstreams.com,jetanimes.com,hdmoviehubs.in,earncoin.site,animefenix.com,9xmovies.*,freemovies4u.xyz,leermanga.xyz,extreme-down.video,series9.ac,liveonscore.tv,files.im,1primewire.com,animafan.biz,gdriveplayer.io,fitgirlrepacks.co,tii.ai,hakie.net,vidcloud9.com,watchseries.movie,xcine.tv,xsanime.com,icouchtuner.club,file-upload.com,shugraithou.com,gameslay.net,www.4bac.ro,www.spyloaded.net,skyshutter.com,applicationg29.com,hasi-thate.com,maxfilmes.tv,techmagazine.ws,wordandobject.com,romforandroid.com,xsanime.com,try2link.com,uploadrar.com,theproxy.app,japscan.ws,123moviesgo.*,beinmatchtv.tv,janjua.tv,vidembed.*,animehay.tv#%#//scriptlet("abort-current-inline-script", "Math", "delete window")
! 11.04.22 - new variant(Probably 'delete window' in actual rule can be replaced by 'break;case')
! #%#//scriptlet("abort-current-inline-script", "document.createElement", "break;case $.")
cuervotv.me,freetvspor.lol,furher.in,niaomea.me,yu2be.com,lulustream.com,omgflix.com,f1box.me,mlbbox.me,mlbbox.me,mmastreams.me,nbabox.me,nflbox.me,nhlbox.me,tennisonline.me,veev.to,projectfreetv.cyou,16bit.pl,majorscans.com,aniwatch.nz,hianime.to,theflixertv.to,hdtoday.to,filecrypt.co,d000d.com,6movies.net,anitaku.to,luluvdo.com,mangasusuku.xyz,animetak.top,animtap.shop,uqload.to,d0000d.com,cocolamanhua.com,soccerinhd.com,limpaso.com,mhdsportstv.com,harryaudiobooks.net,do0od.com,mangaokutr.com,coolrea.link,aniwatchtv.to,faselhd-embed.scdns.io,tranimaci.*,online-filmek.ac,uzaymanga.com,yeppuu.com,afroditscans.com,ruyamanga.com,forum.release-apk.com,movies2watch.tv,kkiste.tel,filmesonlinexhd.biz,stbemucode.com,megacloud.tv,aniwatch.to,likemanga.io,freewsad.com,mangareader.to,ds2play.com,french-stream.moe,shinden.pl,online-filmek.me,myflixerz.to,webdramaturkey.com,watchop.live,streamvid.net,embed4u.xyz,akw.cam,vidstream.pro,aniwave.to,2kmovie.cc,dlhd.*,swatchseries.is,foot2live.cc,exego.app,doods.pro,animeunity.to,bolly2tolly.wiki,serielatinobobesponja.com,fakedetail.com,gotaku1.com,exeo.app,temps-mail.com,uqload.io,playertv.net,multicanais.li,mega4upload.com,jewelavid.com,123chill.to,lilymanga.net,hexupload.net,ak.sv,animeunity.cc,9animetv.to,akw.mov,akw-cdn1.link,boophim.org,ssyoutube.com,stakes100.xyz,arb-softwares.com,up-4ever.net,youpit.xyz,tapewithadblock.org,leercapitulo.com,projectlive.info,piraproxy.page,animerigel.com,goku.sx,dooood.com,solarmovies.video,watchtvseries.bz,dopebox.to,jockantv.com,niadd.com,bflix.gg,mgnetu.com,streamlord.com,streamcloud.best,ak4ar.*,seegames.xyz,hinatasoul.com,mundoprogramas.net,animeblkom.net,mawsueaa.com,nsw2u.*,akw.to,xn--mgba7fjn.*,f123movies.com,flexyhit.com,vipleague.*,embed.meomeo.pw,seufilme.net,ak4eg.*,atglinks.com,torrentdosfilmes.se,instamod.net,khsm.io,eurekaddl.mom,bacakomik.co,crackstreams.*,shahiid-anime.net,uqload.co,series4pack.com,iptvxtreamcode.blogspot.com,sportcast.life,henaojara2.com,youtubevanced.com,hesgoals.top,gameshdlive.xyz,worldstreams.watch,worldstreams.click,skincarie.com,financerites.com,watchseries1.video,universanime.co,pahaplayers.click,cimaa4u.*,torrentmac.net,shaheed4u.*,nolive.me,govad.xyz,vidshar.org,vadbam.com,myoplay.club,yt-download.org,animefenix.tv,123ecast.me,gocast123.me,comando.la,gocast2.com,manga1001.su,gogohd.net,viprow.nu,kickassanime.ro,exee.app,fmoviefree.net,exep.app,myoplay.club,betteranime.net,asianplay.*,novelssites.com,letsupload.io,charexempire.com,kat.mn,footyhunter3.xyz,vumoo.to,exe.app,sports-stream.*,theflixer.tv,mrpcgamer.co,crackstreamshd.click,komikindo.id,sockshare1.com,liveply.me,daddylivehd.*,bakotv.com,sflix.se,boost.ink,animehditalia.it,720pstream.me,adslink.pw,vipbox.*,eio.io,cuevana3.*,mangapt.com,wupfile.com,watch-free.tv,uqload.com,turkish123.com,pelisplus.uproxy.page,waploaded.com,streamsport.*,animesup.*,kingdomfiles.com,forex-trnd.com,adpps.com,allosoccer.com,mangarawjp.*,novelroom.net,jkanime.video,bitcomarket.net,ngomik.net,pelismartv.com,yseries.tv,hds-streaming-hd.com,exey.io,hh3dhay.xyz,roms-download.com,freeromsdownload.com,roms-hub.com,animesultra.com,anime-sanka.com,animes.vision,vudeo.net,animeflv.cc,tinymkv.net,milfzr.com,miraculous.to,uploadmaza.com,uptomega.me,9tsu.*,pelispoptv.com,hikarinoakari.com,kissmovies.io,mangaraw.*,starlive.xyz,123moviesfree.*,filmvilag.me,voiranime.stream,putlockers.*,gdplayer.*,1movieshd.com,cool-etv.net,fmovies2.cx,modsfire.com,atomohd.*,ouo.press,yugen.to,movies7.to,buffstreams.*,apkmody.io,mycima.cloud,couchtuner.show,kimoitv.com,gdtot.*,cuevanahd.net,anavidz.com,2embed.*,armagedomfilmes.top,movieskafanda.xyz,streamingcommunity.*,s.to,atomixhq.*,anitube.*,ymovies.to,manhuascan.*,dembed1.com,file4go.net,file4go.com,hothit.me,sflix.to,animesanka.*,cima4u.*,shrink.*,divicast.com,manhwa68.com,filma24.*,mp3yeni.org,upload-4ever.com,futebolplayhd.com,witanime.com,filmeseries.top,thetodaypost.com,hentaizm.fun,hitmovies4u.com,embedflix.net,moviesjoy.*,animespank.com,hhdmovies.*,short.katflys.com,hindilinks4u.*,topflix.*,flixtor.gg,upvid.*,mangas-raw.com,bbb.fm,clipconverter.cc,megafilmeshd20.pro,watchseries.*,animesonline.cz,superflix.*,kick4ss.com,jpscan-vf.com,rawkuma.com,pobreflix.top,losmovies.*,123movieshub.*,seriesflix.top,intereseducation.com,vizer.re,123movies-official.site,querofilmehd.*,gogoanime.*,animixplay.to,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,anime4up.*,watchmovie.*,myflixer.*,pahe.li,filmyzilla.*,megafilmeseseriesonline.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "break;case $.")
! In some cases it causes that embedded video player doesn't work when third-party cookies are blocked, for example - https://github.com/AdguardTeam/AdguardFilters/issues/114074 and https://github.com/AdguardTeam/AdguardFilters/issues/111455
! It seems that popunder script is deleting window.localStorage and overwriting it if there is no access to localStorage, rule below does something similar, so it's not needed to allow third-party cookies
p-api.c19.space,databasegdriveplayer.xyz,vidsrc.*,vido.*,anigogo.net,sendvid.com,uptostream.com,animeid.to,mcloud.to,vizcloud.cloud,uploadrar.com,gogoplay1.com,gogoplay2.com,membed.net,goload.*#%#(()=>{if(window.self!==window.top)try{if("object"==typeof localStorage)return}catch(a){delete window.localStorage,window.localStorage={setItem(){},getItem(){},removeItem(){},clear(){}}}})();
p-api.c19.space,databasegdriveplayer.xyz,vidsrc.*,vido.*,anigogo.net,sendvid.com,uptostream.com,animeid.to,mcloud.to,vizcloud.cloud,uploadrar.com,gogoplay1.com,gogoplay2.com,membed.net,goload.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "break;case $.")
!
! FastPops
sleazyneasy.com,watchfree.to,vidbull.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPops', '1'); }
sleazyneasy.com,watchfree.to,vidbull.com#%#if (typeof localStorage != 'undefined' && localStorage.setItem) { localStorage.setItem('InfNumFastPopsExpire', new Date(new Date().setYear(2020))); }
!
! FastPop rule not working in this case
! popMagic ("var adConfig")
! #%#//scriptlet('prevent-addEventListener', 'click', 'popMagic')
porno90.online,mrdeepfakes.com,youxxx.cc,xmateur.com,upskirt.tv,xkeezmovies.com,bunkr.*,bestgirlsexy.com,mairimashitairuma-kun.com,sundukporno.video,pornoxata.net,pornososalka.org,simpcity.su,prothots.com,hotleak.vip,thotslife.com,hentaiteca.net,tktube.com,hitomi.la,hentai-share.one,gaypornhdfree.com,pornognomik.info,gifcandy.net,desijugar.net,manhwas.net,bondagevalley.cc,hachiraw.com,hiperdex.com,thekingofcave.com,fitnakedgirls.com,cutiecomics.com,javroi.com,hentaihaven.red,fap16.net,hcbdsm.com,pervertium.com,kissjav.com,herexxx.com,gayxx.net,meumundogay.net,drochka.vip,pornfuzzy.com,archivebate.com,hdgay.net,ebooxa.com,pornborne.com,iceporn.tv,house.porn,givemeaporn.com,rule34.paheal.net,pornvibe.org,gaystream.pw,gayforfans.com,kissjav.li,watchporninpublic.com,deepfakeporn.net,deepfakesporn.com,simpcity.su,freepublicporn.com,kubo-san.com,dandadanmanga.org,xnxx.fit,pornhd.porn,javjavhd.com,hentai-ani.me,porn3dx.com,rule34porn.net,porngrey.com,javvideoporn.com,hentaiyes.com,gayfor.us,r18hd.com,picyield.com,pictwn.com,pornrewind.com,dewimg.com,outletpic.com,tezzpic.com,meetimgz.com,sex-pornuha.com,tioanime.com,watchhentai.net,sexbixbox.com,pornopuk.com,holaporno.xxx,leaktube.org,tryboobs.com,holaporno.xxx,x18.xxx,javmobile.net,javdoge.com,javstor.com,jav101.online,javcensored.net,javbake.com,javtsunami.com,jpvhub.com,freepornhdonlinegay.com,torrentgalaxy.to,javvideo.xyz,javuncensored.watch,javporn.tv,javneon.tv,hero-porn.com,drochka.me,bdsmstreak.com,gaymaletubes.*,kr18plus.com,japteenx.com,javenspanish.com,jav-asia.top,webtoonscan.com,javideo.net,javf.net,hentaihd.xyz,pornktube.tv,vipornia.com,dailyporn.club,hentai2read.com,hentai2w.com,domahatv.com,domaha.tv,movies.meetdownload.com,cocomanga.com,javraveclub.com,yesvids.com,videovak.com,tubxporn.xxx,fivestarpornsites.com,5moviesporn.net,pusatporn18.com,povaddict.com,zetporn.com,pornxxxxtube.net,dailyjav.co,reifporn.de,filmindir.site,faucet.cryptourl.net,javtiful.com,lewdweb.net,redwap.me,redwap2.com,redwap3.com,javpornfull.com,mp4porn.space,mobileporn.cam,mangahub.io,mejortorrents1.*,mrcong.com,icyporno.com,31vakti.*,3prn.com,493428493428c.monster,8muses.xxx,aagmaal.com,ablefast.com,aii.sh,al4a.com,amateurporn.me,animeindo.cc,animeindo.fun,animeindo.to,animeon.moe,anysex.com,assesphoto.com,av-uncen.com,bangx.org,bestporncomix.com,biguz.net,birdurls.com,bitearns.com,bitfly.io,blowxtube.com,boobshere.com,boobsnbuns.com,boolwowgirls.com,camarchive.tv,camcam.cc,celebsepna.com,cerdas.com,clicporn.com,cryptoads.space,daftsex.org,ehotpics.com,ero18.cc,exe.app,ezbit.co.in,fastpic.ru,fastpic.org,fc.lc,felizporno.com,fetish-bb.com,fileone.tv,filman.cc,freepornxxxhd.com,ftopx.com,gaypornlove.net,genlink.cc,get-to.link,gigmature.com,gntai.net,gotporn.com,haho.moe,hdpicsx.com,hentaiarena.com,hentaicore.org,hentaienglish.com,hentaiporno.xxx,hentaisea.com,highporn.net,homeporn.tv,horrortube.fun,hotpornfile.org,huyamba.tv,iir.ai,ileak.xyz,imgbaron.com,imgdew.com,imgrock.net,imgtown.net,javbangers.com,javbix.com,javfun.me,javix.net,javnew.net,javrave.club,juicygif.com,kenzato.uk,kiaporn.com,kiminime.com,klikmanga.com,kropic.com,lesbian8.com,lesboluvin.com,letsjerk.is,lewdweb.net,likuoo.video,linkurl.me,m-hentai.net,mangamovil.net,milftoon.xxx,multporn.net,mycumx.com,myporntape.com,myreadingmanga.info,nesaporn.com,netfapx.com,nightlifeporn.com,novojoy.com,novoporn.com,nsfw247.to,nudebeachpussy.com,ohmanhua.com,ok.xxx,onemanhua.com,onlyfullporn.com,otube.pl,otuzbir-vakti.xyz,owllink.net,perfectgirls.net,picbaron.com,plusone8.com,pornchimp.com,pornditt.com,pornhat.*,pornhd.com,pornhd8k.net,pornkino.cc,pornktube.porn,pornky.com,pornleech.io,pornoakt.*,pornone.com,pornopicshub.com,pornovideoshub.com,primewire.li,prostream.to,rapidzona.tv,repicsx.com,rule34hentai.net,rushporn.xxx,saradahentai.com,savelink.site,shelovesporn.com,short.croclix.me,stileproject.com,sunporno.com,taxi69.com,teenskitten.com,thehentaiworld.com,thepiratebay.org,thisvid.com,tii.ai,tmohentai.com,topsitestreaming.info,tubxporn.com,tubxxporn.com,tuhentaionline.com,uflash.tv,uncensoredleak.com,up-load.io,upicsz.com,ver-comics-porno.com,ver-mangas-porno.com,videosection.com,vidspace.io,watchfreenet.org,webcamshows.org,wetpussy.sexy,xanimeporn.com,xkeezmovies.com,xlecx.org,xmoviesforyou.net,xpicse.com,xpornzo.com,xsexpics.com,xxxhardcoretube.com,xxxmaturevideos.com,xxxrapid.com,xxxtor.com#%#//scriptlet('prevent-addEventListener', 'click', 'popMagic')
! popMagic - another variants
! #%#//scriptlet("abort-on-property-write", "adConfig")
4kporn.xxx,technoob.info,crazyporn.xxx#%#//scriptlet("abort-on-property-write", "adConfig")
! #%#//scriptlet("prevent-addEventListener", "load", "popMagic")
faptube.com,gotxx.net,javmilf.xyz,redtub.club,spermogon.com,pornopics.site,men4menporn.eu,gayzerhd.club,hdporn-movies.com,pornpapa.com,gettubetv.com,crownimg.com#%#//scriptlet("prevent-addEventListener", "load", "popMagic")
! #%#//scriptlet("abort-current-inline-script", "document.cookie", "popMagic")
veryfreeporn.com,titshub.com,nsfwmonster.com,bustybloom.com,viralxvideos.es#%#//scriptlet("abort-current-inline-script", "document.cookie", "popMagic")
! #%#//scriptlet('abort-current-inline-script', 'document.querySelectorAll', 'popMagic')
lewdcorner.com,jojolandsmanga.com,bestgirlsexy.com,isekaitube.com,hentai-for.net,hentaicity.com,only4fans.gay,daemonanime.net,daemon-hentai.com,gayboystube.top,camgirls.casa,boystube.link,recordbate.com,pornheal.com,jpg2.su,overhentai.net,kawai.pics,hentaiteca.net,amateurporn.co,freepdfcomic.com,iusedtobeaboss.com,cpasmieux.homes,str8ongay.com,influencersgonewild.com,wowxxxtube.com,arcjav.com,gaypornhot.com,javprime.net,cdimg.blog.2nt.com,adultporn.com.es,javrip.net,thaihotmodels.com,asiaontop.com,nukedfans.com,erogarga.com,zonavideosx.com,manga18.club,mlookalporno.com,imagetwist.netlify.app,adslink.pw,fapdrop.com,manhwas.men,krx18.com,javstream.com,javtv.to,thekingofcave.com,boxporn.net,dataporn.pro,sexvideos.host,arabxforum.com,porncomics.to,xforum.live,animetoast.cc,netfuck.net,javbob.co,eahentai.com,a-hentai.tv,deepfucks.com,tokyomotion.com,pornxp.org,manga-scantrad.io,fetishburg.com,560pmovie.com,pianmanga.me,secondcomingofgluttony.com,hentaipins.com,manhwascan.net,oncam.me,micmicidol.club,buondua.com,aoashimanga.com,mrjav.net,seriesyonkis.cx,pornxp.com,iceporn.tv,house.porn,xfantazy.org,otomi-games.com,animeshouse.net,severeporn.com,cosxplay.com,turbogvideos.com,bigwank.tv,hit-erotic.com,lubedk.com,ibecamethewifeofthemalelead.com,watchfreekav.com,freeomovie.to,darknessporn.com,pisshamster.com,punishworld.com,jizz.us,spycock.com,pvip.gratis,iporntoo.com,milfzr.com,xanimu.com,hentaiprn.com,jav.monster,javmovieporn.com,tabooporn.tv,scat.gold,bootyexpo.net,webcams.casa,aav.digital,sfmcompile.club,hanime.space,javhd.icu,porn78.info,eroti.ga,3dhentai.club,mangahatachi.com,dbs-manga.online,pussymaturephoto.com,porn00.org,javbull.tv,javpro.cc,saint.to,7mmtv.sx,exee.app,asianpornfilms.com,toon69.com,exep.app,milf300.com,porntrex.pro,hentaiworld.tv,cat3movie.org,desisexmasala.com,tokyomotion.net,onejav.online,thothd.com,mushoku-tensei.online,1piece.online,arifuretamanga.online,bermanga.online,blacksummoner.online,callofnight.com,classroomofelite.online,danmachimanga.com,dr-stone.org,hatarakumaou.online,hxmanga.com,isekaimeikyuudeharem.com,kimetsu.online,komi-san.net,madeinabyssmanga.online,opomanga.com,overlordmanga.org,readchainsaw.online,rentagirlfriendmanga.online,unceleb.com,pornwatchers.com,xxxfiles.com,ilikecomix.com,glavmatures.com,bjhub.me,micmicidol.com,uporn.icu,hentai3z.com,mangadass.com,gayfor.us,gaygo.tv,spy-x-family.online,onepiece-manga-online.net,besthdgayporn.com,risefromrubble.com,hentaisenpai.*,hentai-senpai.*,tomb-raider-king.com,arabxd.com,gay-tubes.cc,pornken.com,eshentai.tv,javsaga.ninja,tojav.net,kill-the-hero.com,animesex.me,caitlin.top,nhentai.*,readfireforce.com,solomax-levelnewbie.online,pornblade.com,pornfelix.com,meetdownload.com,waploaded.com,sekaikomik.live,supremebabes.com,watchfreejavonline.co,javfullmovie.com,animeidhentai.com,hentai.tv,hentaihaven.com,mypornhere.com,latino69.fun,japaneseasmr.com,chinesesexmovie.net,sexoverdose.com,hentai-cosplays.com,cervezaporno.com,csrevo.com,jav.one,scatkings.com,familyporner.com,pornhub-teen.com,hentaila.com,javxxxporn.com,urgayporn.com,manhwaid.org,bestpornflix.com,4porn4.com,nudevista.com,mangadna.com,porn77.info,tittykings.com,videojav.com,returnofthedisasterclasshero.com,beginningmanga.com,hqpornero.com,hentaiasmr.moe,porner.tv,pornmonde.com,latinohentai.com,tokyorevengersmanga.com,sankakucomplex.com,porntry.com,sexkbj.com,ho6ho.com,madouqu.com,gifhq.com,comicsporno.xxx,filmstreamy.com,turboimagehost.com,ibomma.*,javhoho.com,hentai-asia.com,gotxx.com,camgreat.com,bigwank.com,frprn.com,alotporn.com,sexmutant.com,pornpaw.com,asiaon.top,daftporn.com,fapguru.com,jav-torrent.org,xvideis.cc,cfake.com,hentaibros.com,linkbr.xyz,beemtube.com,ahentai.top,manhwa18.cc,poseidonhd.in,milkporntube.com,pissingporn.com,xemales.com,grigtube.com,b4watch.com,freshscat.com,megapornfreehd.com,sexyhive.com,darkleia.com,pornrabbit.com,hentai20.com,javmoviexxx.com,xszav.club,85tube.com,fapnado.com,videosputas.xxx,animecast.net,pornsai.com,nuoga.eu,trahodom.com,pixl.is,xxu.mobi,goodporn.to,sextubefun.com,everia.club,xanimehub.com,pinsexygirls.com,xfreehd.com,descargaranimes.com,celebwhore.com,hitprn.com,porno-japones.top,sexpuss.org,simply-hentai.com,tabooporns.com,javmobile.net,film1k.com,vcp.xxx,vermangasporno.com,y-porn.com,yporn.tv,japanxxxmovie.com,sexpox.com,xxr.mobi,nsfwalbum.com,javhun.com,solarmovie.*,gay4porn.com,short.croclix.me,cc-comic.com,pictoa.com,pinayvids.com,pasend.*,manyakan.com,jujmanga.com,hmanga.asia,mypornstarbook.net,xfreepornsite.com,hentaitk.net,anybunny.com,celebsnudeworld.com,pornbox.cc,pornhex.com,xxxhub.cc,zthots.com,cartoon.porn,fapcat.com,porn88.org,toonanime.tv,westmanga.info,ggbases.com,picmoney.org,manga18fx.com,watchseries.video,pixhost.to,cine-calidad.*,womennaked.net,theyarehuge.com,animejpg.com,ytanime.tv,hanimesubth.com,sitarchive.com,mangaonline.fun,folgenporno.com,toonanime.co,uniqueten.net,subdivx.com,celebritynakeds.com,ffjav.com,hotntubes.com,ibradome.com,hornyfanz.com,javmelon.com,pornchimp.com,mangamovil.net,exe.app,bitfly.io,bustybloom.com,hentaienglish.com,hentaiporno.xxx,jav380.com,savelink.site,tuhentaionline.com,animeon.moe,javix.net,pornone.com,hentaiarena.com,saradahentai.com,aagmaal.com,plusone8.com,perfectgirls.net,animeindo.cc,xmoviesforyou.net,xlecx.org,multporn.net,filman.cc,31vakti.*,watchfreenet.org,up-load.io,linkurl.me,camarchive.tv,cryptoads.space,savelink.site,short.croclix.me,primewire.li,fc.lc,xxxrapid.com,kropic.com,kenzato.uk,animeindo.fun,tii.ai,klikmanga.com,nsfw247.to,javrave.club,ileak.xyz,thepiratebay.org,taxi69.com,uflash.tv,pornditt.com,rushporn.xxx,topsitestreaming.info,imgrock.net,fetish-bb.com,ero18.cc,hentaicore.org,stileproject.com,fileone.tv,rapidzona.tv,xxxtor.com,pornovideoshub.com,rule34hentai.net,haho.moe,kiminime.com,teenskitten.com,ezbit.co.in,av-uncen.com,pornleech.io,javnew.net,birdurls.com,vidspace.io,hentaihand.com,prostream.to,ftopx.com,thehentaiworld.com,myreadingmanga.info,onlyfullporn.com,imgtown.net,imgbaron.com,bitearns.com,owllink.net,get-to.link,animeindo.to#%#//scriptlet('abort-current-inline-script', 'document.querySelectorAll', 'popMagic')
!
! 'popit' (in general it is popular on fake NSFW sites, and prevets to close a tab)
xxxvideos.ink,alohatube.xyz,xxxstreams.org,24animeporn.com,3dhentaicomics.com,3dpornpics.pro,3dsex.pics,3dsexcomics.pro,3dsexpictures.net,3xcuties.com,41tube.com,4maturesex.com,4xxxtube.com,6asianporn.com,6bdsmporn.com,6gayvideos.com,6indianxxx.com,6japaneseporn.com,6lesbianporn.com,6maturesex.com,6maturetube.com,6momporn.com,6sextube.com,6xxxvideos.com,8xxxvideos.com,adultvideotop.com,alfabbwporn.com,alfablackporn.com,alfahairyporn.com,alfavoyeurporn.com,allbesthairy.com,allbondagetube.com,allmomsex.com,allretrotube.com,allsexhub.com,alohaxxxsex.com,alsobdsmporn.com,alsoporn.com,alsovintagetube.com,alsoxxxshemales.com,amateurfreetube.com,amateurgirllab.com,amateurpussyass.com,amateursexbox.com,amazingvintagesex.com,animeporn.pro,animepornxxx.com,animesex.pro,animesexclip.com,animesexxxx.com,animexxxsex.com,anudeart.com,anyindianporn.com,anylesbiansex.com,anymilfporn.com,anyxxxanime.com,anyyoungporn.com,asia-xxx.net,asianasssex.com,asianporn.sexy,asianpornfuck.com,asiansex.sexy,asiansexcilps.com,asiansexmov.com,asiansextube.me,asiantube.pro,asiantube.xyz,asianxxxass.com,asianxxxjoy.com,asianxxxmovs.com,asiaxxxmovies.com,azpornvideos.com,bbwsex.pro,bbwsexporn.com,bbwxxxclips.com,bdsmporn.club,bdsmsex.pro,bdsmsexxxx.com,bdsmtube.pro,bdsmxxxmovies.com,bdsmxxxtubes.com,beautymaturegirl.com,beeg-videos.net,beegvideoz.com,bestindiansex.com,bestlesbiantube.com,bestmilfpussy.com,bestsexhub.com,betavintageporn.com,betaxxxbondage.com,bigbbwporn.com,bigindiansex.com,bigjapanesesex.com,bigsexhub.com,bigtitsmix.com,bigtitsslutspics.com,bigvintageporn.com,bigyoungsex.com,bitchmomporn.com,blacksex.me,blackteenpictures.com,blacktube.pro,blackzaur.com,bobmovs.com,bondagepornsex.com,bondagesexfilms.com,bondagesexporn.com,bustyhornypics.com,bustymompics.com,cartoonsexcomix.com,cartoonxxxcomix.com,checklesbianporn.com,chinatownav.com,citrusdesiporn.com,classicpussyporn.com,classymomsex.com,coolasianporn.com,cougarpornpics.net,coxyteens.com,cupidonmilf.com,curvyteenpics.com,daindianporn.com,dapornvideos.com,deasians.com,desipornfilm.com,desipornfilms.com,desipornxxx.com,desisexfilms.com,desixxxporn.com,dirtyindiansex.com,domilfsex.com,doretrosex.com,dosexteens.com,doxxxindians.com,doxxxtube.com,easyteensex.com,ebonypornsex.com,ebonysexporn.com,ebonyteenpictures.com,ebonytube.pro,ebonytube.video,elitehentaiporn.com,eliteindianporn.com,elitelesbianporn.com,enjoyasianporn.com,enterjapaneseporn.com,eroticartlab.com,eroticgirlbox.com,everyamateurteen.com,everyhairypussy.com,exitporn.com,extraindiansex.com,extrajapaneseporn.com,extrateensex.com,exvintagetube.com,family-sex.biz,fantasticxxxteen.com,fantasticyoungporn.com,fapporn.me,fastteenporn.com,fastteensex.com,fastvintageporn.com,fatporn.pro,fatsexfilms.com,favjapaneseporn.com,favmatureporn.com,favteenporn.com,finehub.com,finemomsex.com,firstasianpussy.com,firstasiansex.com,firstvintageporn.com,firstyoungporn.com,foxsexvideos.com,free-xhamster.com,free-xxx-free.com,freegayxxxtube.com,freekinkysex.net,freemomxxxtube.com,freerealvideo.com,freesexpics.pro,freexxxteeny.com,freeyoungvideos.com,freshamateursex.com,freshsexonly.com,fruitshemaletube.com,fuckgayporn.com,fuckhairytube.com,fuckindianporn.com,fuckindianpussy.com,fuckmaturesex.com,fuckmaturevideos.com,fuckretrotube.com,fucksexhub.com,fuckteenclips.com,fuckteenvids.com,fucktube.me,fuckvintageporn.com,fuckyoungsex.com,fullasiantube.com,fullindiansex.com,fulljapanesetube.com,fullporn.pro,fullshemaletube.com,fullteenporn.com,fullxhamster.com,fullyoungsex.com,gaycockfilms.com,gaydickvideos.com,gayfuckass.com,gaymenboy.com,gayporn.pro,gaytube.pro,gaytubefuck.com,gayxxxtv.com,getpornpics.com,gfasianpussy.com,glossytube.com,goindiansex.com,goldanimeporn.com,golddesisex.com,golderotica.com,goldfatporn.com,goldhentaiporn.com,goldindianporn.com,goldmaturesex.com,goldmomsex.com,goldmomtube.com,goldpornclips.com,goldpussytube.com,goldretrosex.com,goldsexvideos.com,goldteenporn.com,goldteensex.com,goldxxxmovies.com,goldxxxsex.com,goldxxxtube.com,goodindianporn.com,gosexvideos.com,goteentube.com,gotrannyporn.com,goyoungporn.com,grandmatureporn.com,grannypornpics.pro,grannytubedot.com,greatindianporn.com,greenpornclips.com,hairyasspussy.com,hairymaturetube.com,hairyporn.me,hairyporn.pro,hairysexporn.com,hairytube.pro,hairyvaginaxxx.com,hairyxxxtubes.com,hamsterfucktube.com,hamstermaturetube.com,hamsterxxxtube.com,hardasiansex.com,hardbondageporn.com,harddesitube.com,hardhairysex.com,hardindiansex.com,hardindianvideos.com,hardretrosex.com,hardsex8.com,hardsextube-teens.com,hardvintagetube.com,hardxxxmoms.com,hardyoungsex.com,hardyousex.com,hd-sex.me,hdfuckporn.com,hdgaycock.com,hdhotasiansex.com,hdsex.date,hdvintagetube.com,hdyoungpussy.com,hentaipornfilms.com,hentaipornmovs.com,hentaisex.pro,hentaisexfilms.com,hentaisexporn.com,hnntube.com,homesex.bid,hometeentube.com,hornybabepics.com,hornyindianporn.com,hornyindiansex.com,hot-mature-movies.com,hotbdsmvideos.com,hotindiantube.com,hotindianxxxsex.com,hotmatureclips.com,hotorientalporn.com,hotxxxbdsmporn.com,hq-jav.com,hqasiananal.com,hqasiangirls.com,hqasianhotties.com,hqhotmoms.com,hqindiantube.com,hqjapanesegirls.com,hqjapanesepussy.com,hqjapanesesex.com,hqjavporn.com,hqmaturehub.com,hqteensexmovies.com,hqxxxfuck.com,hugefatporn.com,hussyasian.com,indianassvideos.com,indianporn.pro,indianpussymovies.com,indiansexbar.com,indiansexpussy.com,indiansexyxxx.com,indiantube.pro,itshemales.com,itsporn.net,ivintageporn.com,jane-safo.ru,japaneseasstube.com,japanesepussyclips.com,japanesesex.me,japanesetube.video,japanesexxx.pro,japanesexxxfuck.com,japanpornmovs.com,japans.me,japansporno.com,japanxxxass.com,japanxxxfilms.com,japanxxxsex.com,javmimi.com,javteens.com,juicyteenie.com,kindindianporn.com,kindteenporn.com,kinkyteensex.com,kissteenporn.com,kittypornvideos.com,largepornclips.com,largeteensex.com,leafindiansex.com,lesbiangirlspussy.com,lesbianpornxxx.com,lesbianpussyfilms.com,lesbianpussygirls.com,lesbianpussytube.com,lesbianpussyxxx.com,lesbiansex.pro,lesbiansexclip.com,lesbianvaginatube.com,lifestyletribune.com,likeasianporn.com,likehairyporn.com,limeteensex.com,lingeriexxxtubes.com,lolanimesex.com,longasiansex.com,longblacksex.com,longmilfsex.com,longyoungporn.com,lookgayporn.com,lookindianporn.com,lookmaturewoman.com,lovemomporn.com,lustfulbabespics.com,madfap.com,madgaytube.com,madgrannytube.com,madhairytube.com,madmomtube.com,madrabbitsex.com,mainxxxtube.com,manpornvideos.com,manyvintageporn.com,mastergaytube.com,mature-ptv.com,matureanalpics.com,matureathome.com,maturefuckclips.com,maturemagic.com,matureporn.pro,matureporner.com,maturepornmovs.com,maturesex.me,maturesexvideos.pro,maturevideosex.com,maturextreme.com,maxasiantube.com,maxretroporn.com,megaasiansex.com,megablackporn.com,megafatporn.com,megahentaitube.com,megaindianporn.com,megaindiantube.com,megavintageporn.com,megayoungporn.com,megayoungsex.com,mikesmatures.com,milfasiantube.com,milfporn.pro,milfpussypic.com,milfsex.me,milftube.pro,milfzporn.com,mixasiansex.com,mixbdsmsex.com,mixblacksex.com,mixgaysex.com,mixhairysex.com,mixindiansex.com,mixlesbiansex.com,mixmaturesex.com,mixsexvideos.com,mixshemalesex.com,mixvintagesex.com,mixvoyeursex.com,mommygranny.com,mommyporn.pro,mommypornvideos.com,mompornfilms.com,mompornpics.net,momsex.pro,momsex.xyz,momsexfilms.com,momsextube.pro,momtube.pro,momvideos.me,momxxxass.com,momxxxclips.com,morebdsmporn.com,moreblackporn.com,mostindiantube.com,mybbwporn.com,myhairyphotos.com,myhotasian.com,myperfectebony.com,mysuperaffiliatementor.com,myteenphotos.com,nakedasiansex.com,nakedboysmovies.com,nakedmensex.com,nakedmomtube.com,nakedolders.com,nakedyoungvideos.com,nakehub.com,nakeporn.com,nakevideos.com,nastyhairypussy.com,naturallesbiansex.com,newbdsmsex.com,newlesbiansex.com,newmomporn.com,newpornclips.com,newpornfilms.com,newpornpic.com,newsexpics.net,newxxxpornvideo.com,newyoungsex.com,nextlesbianporn.com,nextmatureporn.com,nextsexvideos.com,nextteenporn.com,niceblacksex.com,niceretrotube.com,nicesexvideos.com,niceshemaleporn.com,niceteenvideos.com,nicevintageporn.com,nicevintagesex.com,nowteensex.com,nudehairytube.com,nudemilftube.com,nudemilfwomen.com,nudemomxxx.com,nudetuber.com,nudevoyeursex.com,nudexxxmovies.com,nylonbabesporn.com,ohahoh.com,okshemaleporn.com,okteenporn.com,oldgirlsporn.com,onasianporn.com,onindiansex.com,onlesbianporn.com,onlymaturetube.com,onlymomporn.com,onlyteasephoto.com,onlyteenbeauty.com,onxxxtube.com,orientalasianporn.com,originalindianporn.com,originalmaturetube.com,originalretroporn.com,originalteentube.com,otherporntube.com,othershemaleporn.com,paulsmatures.com,paulsporn.com,pepperclips.com,pepperdesitube.com,pepperlesbiantube.com,peppermomporn.com,petiteasiantube.com,petitenakedgirl.com,picgrandma.com,picseroticgirl.com,plainasianporn.com,playretrosex.com,playyoungsex.com,playyoungtube.com,pornaf.com,pornblackporn.com,porncliphub.com,porncomics.me,pornfattube.com,pornhubcom.org,pornjapanesesex.com,pornmovs.pro,pornoplum.com,pornvideotop.com,pornzvideo.com,primehairysex.com,primeindianporn.com,primelesbianporn.com,primematureporn.com,primemomsex.com,primevintagesex.com,privatepornfilms.com,proasiansex.com,progaysex.com,promomporn.com,prosextube.com,proyoungporn.com,psmatureporn.com,publicfuckvideo.com,publicxxxvideo.com,purebbwfuck.com,puremilfporn.com,pussylesbiansex.com,pussymomsex.com,pussysexdig.com,pussyteenfuck.com,qsextube.com,rawasiansex.com,realclassicporn.com,realjapansex.com,realmomsex.com,realporntubes.com,redmatureporn.com,redpornpictures.com,redsexhub.com,redteensex.com,redxxxsex.com,redxxxvideos.com,reteenporn.com,retroclassicporn.com,retroclassicsex.com,retroporn.me,retroporn.pro,retrosexclips.com,retrosexfilms.com,retrosexporn.com,retrotube.xyz,rightxxxtube.com,rockasianporn.com,rocksextube.com,rootdesisex.com,roughbdsmsex.com,rudevintageporn.com,rushteenporn.com,rushteentube.com,rxphoto.com,schoolgirlsexpics.com,searchxxxvideos.com,seegayvideos.com,seeindianporn.com,seematurevideos.com,seeshemaleporn.com,seeteenporn.com,sexasianfuck.com,sexbdsmsex.com,sexcliphub.com,sexclipshd.com,sexfilmstube.com,sexhubmovs.com,sexindianvideos.com,sexjapansex.com,sexlesbianvideos.com,sexmomsex.com,sexprontube.com,sexretrotube.com,sextubeclip.com,sextubehub.com,sexvintagefilms.com,sexxxxfilms.com,sexyclassicporn.com,sexyindianpussy.com,sexylesbiansex.com,sexymomsex.com,sexyorientalporn.com,sexyoungmovies.com,sexypussypic.com,sexytoonporn.com,sexytuber.com,sexyvintageporn.com,shehairy.com,shemaleasstube.com,shemaleclip.com,shemaleporn.pro,shemalepornfilms.com,shemaletube.pro,shemalexxxsex.com,slickyoungporn.com,slimteenporn.com,smoothteentube.com,sohornymature.com,sohornyteen.com,soindianporn.com,sonudepics.com,sooldsluts.com,soteenpics.com,sourceclassicporn.com,spicyvintageporn.com,stepmaturesex.com,sucking.cc,superjapanesesex.com,sweetjapanporn.com,sweetyoungtube.com,teenagedtube.com,teenagesexpics.com,teenagexxxvideos.com,teenfuck.party,teenpornbomb.com,teenpornpics.pro,teenpornvideos.pro,teenpussylab.com,teenpussytv.com,teens-fuck-movies.com,teensexass.com,teensexpics.pro,teensextubez.com,teensxxxvideos.net,teentube.pro,teentubeme.com,teenvaginapics.com,teenxxxmovs.com,teenxxxtube.me,theasiansextube.com,thismaturesex.com,thisxxxsex.com,toonpornpics.com,toonsex.pics,topasianvideos.com,topbbwporn.com,toplesbiantube.com,topmaturepussy.com,topteenpussy.com,totalbbwporn.com,totalclassicsex.com,totalmansex.com,totalxxxtube.com,trannysexfilms.com,trannysexporn.com,trendteenporn.com,trueasiansex.com,trueretroporn.com,trueteenporn.com,trylesbiansex.com,tryyoungporn.com,tube-matures.com,tube8-teens.com,tube8.pro,tubegift.com,tubepornhot.com,tubezporno.com,tvshemalesex.com,ujapanesesex.com,ultrabdsmporn.com,ultraindiansex.com,ultralesbianporn.com,ultrapornvideos.com,ultrateenpussy.com,ultrateensex.com,ultraxxxtube.com,ultrayoungsex.com,upasiansex.com,uphentaiporn.com,upmatureporn.com,upmomtube.com,upvintagesex.com,upvintagetube.com,upxxxlesbians.com,upxxxmatures.com,upxxxporn.com,upxxxretro.com,usematuretube.com,usetrannysex.com,useyoungsex.com,uteentube.com,variousteenporn.com,vintagesex.me,vintagesex.pro,vintagesex.sexy,vintagetube.pro,vintagetube.video,vintagexxxfilms.com,vintagexxxsex.com,voyeurpornsex.com,voyeurporntube.me,voyeursextubes.com,voyeursexvideos.com,voyeurxxxtube.com,voyeurxxxtubes.com,watchretrosex.com,webcamfuckvideo.com,wellasianporn.com,wellmatureporn.com,wellmaturetube.com,wellsextube.com,whoreasianporn.com,whorelesbianporn.com,whoreteenporn.com,whoreteensex.com,whorevintagesex.com,wildasianmovies.com,wildbbwtube.com,wildindianporn.com,wildindiantube.com,wildindianvideos.com,wildjapaneseporn.com,wildteenvideos.com,wildvintageporn.com,wildvintagesex.com,wildvoyeurporn.com,wildxxxsex.com,willyporn.com,winmatureporn.com,worldpornvideos.com,wotube.com,wowindianporn.com,wowindiansex.com,wowjapansex.com,wowmilfporn.com,wowmomsex.com,wowvintagesex.com,wowyoungporn.com,xasiananal.com,xasianbeauties.com,xasianorgy.com,xasianporn.net,xhardcoreaunts.com,xknock.com,xnakedwomen.com,xnmodels.com,xnxxcomvideos.com,xnxxsexclips.com,xpics.me,xpimper.com,xvideos-teens.com,xvideoscom.me,xvintagevideos.com,xxindianporn.com,xxx3dcomix.com,xxxanimemovies.com,xxxasianfuck.com,xxxbdsmfilms.com,xxxbdsmfuck.com,xxxboobsporn.com,xxxcartoonporn.pro,xxxclassicporno.com,xxxclassictube.com,xxxdesitube.com,xxxdig.com,xxxfuckhub.com,xxxfuckmom.com,xxxgaydick.com,xxxgayfuck.com,xxxgaytubez.com,xxxhairymovies.com,xxxhairysex.com,xxxhamstertube.com,xxxhotgays.com,xxxhubvideos.com,xxxindian.pro,xxxindianfilms.com,xxxindiantv.com,xxxjapaneseclips.com,xxxjapanesemovies.com,xxxjapanesepussy.com,xxxjapanesesex.com,xxxjapanesevideos.com,xxxjapanporno.com,xxxlargeporn.com,xxxlesbianfilms.com,xxxlesbianpussy.com,xxxlesbiantv.com,xxxmaleporn.com,xxxmaturepussypics.com,xxxmilftoon.com,xxxmomz.com,xxxmovies.pro,xxxmoviesfuck.com,xxxmoviestube.me,xxxpornmovs.com,xxxporntranny.com,xxxpornvideos.pro,xxxredsex.com,xxxretroclips.com,xxxretromovies.com,xxxsex.pro,xxxsexcinema.com,xxxsexmoviez.com,xxxsexpussy.com,xxxsexshemales.com,xxxshemalefilms.com,xxxteenfilms.com,xxxteenpussy.net,xxxteensextube.com,xxxteenvagina.com,xxxteenyporn.com,xxxtube.pro,xxxtubegay.com,xxxvintagefilms.com,xxxvintagepussy.com,xxxvintagesex.com,xxxvintagesextube.com,xxxvintagevideos.com,xxxvoyeurtube.com,xxxyoungxxx.com,xxyoungporn.com,yesnude.com,yoasiangirls.com,yoasiansex.com,yobatube.com,youngfucktube.com,youngjizztube.com,youngpornclip.com,youngpornfilms.com,youngsex.video,youngsexvideos.me,youngtinysex.com,youngtitstube.com,youngtube.me,youngtube.pro,youngtube.video,youngtube.xyz,youngxxxass.com,youngxxxsex.com,youpornteens.com,yourasianporn.com,yourpornbus.com,yourtube.xxx,yourvintagetube.com,yousexfilms.com,yousexxxx.com,youxxxmovies.com,youxxxsex.com#%#//scriptlet("abort-on-property-read", "popit")
! asgPopScript
homemade.xxx,playsber.xyz,onscreens.me,xn--mgbkt9eckr.net,streamsb.net,4kporn.xxx,javct.net,xozilla.xxx,sexu.*,eroticmv.com,4kpornmovs.com,pornvideos4k.com,seemysex.com,yts.rs,lesbianexpert.com,hdpornvideo.xxx,xozilla.com,octanime.net,filmlinks4u.pro,streamoupload.com,japanesexxxtube.org,cda-hd.cc,xyzcomics.com,savelink.site,turboimagehost.com,moresisek.net,pornxday.com,streamingporn.xyz,xxxstreams.org,turbobit.net,vidoza.org,tubsexer.com,vintagetube.xxx#%#//scriptlet("abort-on-property-read", "asgPopScript")
!
!  #%#//scriptlet("abort-on-property-read", "pop")
playvid.host,javmvp.com,playvideo.best,fakyutube.com,videogreen.xyz,hentai4.me,gaobook.review#%#//scriptlet("abort-on-property-read", "pop")
!  #%#//scriptlet("prevent-addEventListener", "click", "window.open")
vcdn.io,izleorg3.org,fembed.com,pelispop.net,meowkuplayer.xyz,fjetvid.com,films5k.com,mrdhan.com,bs.to,burningseries.co,vidohd.com,fembed.net,sypl.xyz,tvonlinex.com,videobb.site,proxyplayer.xyz,streamhoe.online,animetemaefiore.club,anime789.com,redanimedatabase.cloud,javmvp.com,31vakti-cdn.*,vfilmesonline.net,playvideo.best,ns21.online,asianclub.tv,megahdfilmes.me,player-megahdfilmes.com,hd-stream.to,gaobook.review,th-jav.co,luxubu.review,embedsito.com,pussyspace.com,animeshouse.biz,gcloud.live,videogreen.xyz,feurl.com,cdn-myhdjav.info,there.to#%#//scriptlet("prevent-addEventListener", "click", "window.open")
! #%#//scriptlet('abort-on-property-read', '__Y')
jodwish.com,anitaku.to,alions.pro,vidhidevip.com,moviekhhd.online,cdnwish.com,anime4low.sbs,anime7u.com,flaswish.com,obeywish.com,guccihide.store,fsdcmo.sbs,gaystream.cloud,javlion.xyz,fviplions.com,sfastwish.com,cabecabean.lol,wishfast.top,vidmoviesb.xyz,vhmovies.to,awish.pro,fc2stream.tv,sub123.xyz,leakslove.net,mwish.pro,embedwish.com,javhahaha.us,streamvid.top,playertv.net,sbrity.com,doodporn.xyz,mycloud123.top,streamsb.click,streamxxx.online,trafficdepot.re,sblona.com,filelions.*,ahvsh.com,sbrapid.com,streaamss.com,louishide.com,projectfreetv.lol,streamwish.to,lvturbo.com,javb1.com,sbface.com,rbtstream.info,vidgo.top,sbhight.com,sbbrisk.com,streamhide.to,cloudrls.com,mm9846.com,streamm4u.club,sbchill.com,fbjav.com,imfb.xyz,sbrulz.xyz,baldrfilms.xyz,javbigo.xyz,dizivap.*,dvapizle.*,sblongvu.com,mavavid.com,fembed9hd.com,xsub.cc,sbthe.com,sbanh.com,mm9844.*,anigogo.net,faptiti.com,javsubbed.xyz,sblanh.com,av4asia.com,playerjavseen.com,pornhubed.com,streamsss.net,sbspeed.com,vcdn-stream.xyz,vanfem.com,javuncen.xyz,javenglish.me,ssbstream.net,zojav.com,watch-jav-english.live,javpornhd.online,yuamikami.xyz,embed-media.com,obaplayer.xyz,cdn-myhdjav.info,dlmovies.link,watchjavnow.xyz,luxubu.review,nsfwzone.xyz,viplayer.cc,sbfast.com,iframe2videos.xyz,streamas.cloud,jav247.top,viewsb.com,myvideoplayer.monster,cloudemb.com,moviesland.xyz,jvembed.com,javleaked.com,pornhole.club,ndrama.xyz,fembed-hd.com,netflav.com,cutl.xyz,playerjavhd.com,suzihaza.com,embedsb.com,layarkacaxxi.icu,nekolink.site,sbflix.xyz,javhdfree.icu,streamsb.net,rubicstreaming.com,javside.com,gdstream.net,animepl.xyz,watchsb.com,sbplay2.*,hentai4.me,playersb.com,streamabc.xyz,ns21.online,diasfem.com,milfnut.net,pelispop.net,tubesb.com,fplayer.info,mm9842.com,sbplay1.com,javmvp.com,japopav.tv,pelistop.co,vidcloud.*,xxxjaa.xyz,mavplayer.xyz,sbplay.*,sbvideo.net,sbembed4.com,dfmagazine.co.uk,down-paradise.com,embedsito.com,serverf4.org#%#//scriptlet('abort-on-property-read', '__Y')
!
! '#%#//scriptlet("abort-current-inline-script", "decodeURI", "4zz.")'
skidrowreloaded.com,files.im,kissmanga.link,uploadbuzz.cc,asia-mag.com,clik.pw,abcvideo.cc#%#//scriptlet("abort-current-inline-script", "decodeURI", "4zz.")
! another variant - '#%#//scriptlet("set-constant", "D4zz", "noopFunc")'
gayxx.net,archivebate.com,eyeshot.live,sexdiaryz.us,pornwiss.com,igay69.com,javsub.buzz,nozomi.la,thothub.vip,sexgayplus.com,vtube.to,masalaseen.net,peladas69.com,amateurblog.tv,fashionblog.tv,latinblog.tv,silverblog.tv,xblog.tv,fetishtube.cc,onlyfansleaks.tv,uporn.icu,shorterall.com,familyporn.tv,biqle.com,verhentai.top,lovefap.com,sdefx.cloud,info-english.ru,alluretube.com,anyxvideos.com,fucktheporn.com,hugetits.win,italianporn.com.es,mommysucks.com,mzansinudes.com,napiszar.com,onlineporn24.com,pornvdoxxx.com,sexavgo.com,store-of-beats.ru,pinayvids.com,dvdplay.*,sxyprn.*,mmopeon.ru,acervodaputaria.com.br,animefenix.com,masahub.net,rule34porn.net,hispasexy.org,tokyoblog.tv,idolsblog.tv,sturls.com,sexphimhd.net,freeporn.org.uk,xvideos2020.me,pornovidea.net,youporn.red,animesanka.*,85tube.com,pornobr.club,ekasiwap.com,hentaidexy.com,pornoruhe.net,girl2sex.com,xpornass.com,javhd.icu,mxtube.net,juicyoldpussy.com,sexofilm.co,xnxx66.com,illink.net,xxxlucah.com,mangaraw.org,pornbox.cc,pornhex.com,xxxhub.cc,sexe-libre.org,zplayer.live,ccurl.net,datawav.club,xxxpicz.com,canyoublockit.com,mypornhere.com,skidrowcodex.net#%#//scriptlet("set-constant", "D4zz", "noopFunc")
!
! '#%#//scriptlet("abort-on-property-read", "runAdblock")'
unblocked.*,yifyhdtorrent.org,dudestream.com,webserver.one,eztv.yt,sanoybonito.club,freestreams-live1.com,f1livegp.me,1bit.space,kiwiexploits.com,proxybit.casa,1337x.to,c-ut.com,picbaron.com,imgbaron.com,onlystream.tv,ouo.press,newepisodes.co,mp4upload.com,openloadmovies.ws,yts.mx#%#//scriptlet("abort-on-property-read", "runAdblock")
! flashvars - clickunder or popunder
pornbimbo.com,hentai-moon.com,alotporn.com,amateurporn.co,onlinestars.net,someonesister.com,pornrabbit.com,lusttaboo.com,xhomealone.com,mangovideo.club,love4porn.com,hoes.tube,jizzonme.org,partycelebs.com,jizzoncam.com,mrpeepers.net,cluset.com,celebwhore.com,sexcams-24.com,amateurporn.me,pornfay.org,fapnado.com,xgirls.webcam,cambay.tv#%#//scriptlet("set-constant", "flashvars.popunder_url", "")
watchmdh.to,watchporn.to,fuckcelebs.net,perverttube.com,sexlist.tv,mangovideo.club,cwtvembeds.com#%#//scriptlet('set-constant', 'flashvars.video_click_url', '')
camwh.com#%#//scriptlet("trusted-replace-node-text", "script", "kt_player", "/popunder_url: '.*?'/", "popunder_url: ''")
! flashvars - preroll ad
danude.com,adultdeepfakes.com,katestube.com,pornfappy.com,tktube.com,hdtube.porn,yourporngod.com,theporngod.com,camfox.com,hubroporn.com,bigassex.com,motherporno.com,bigtitslust.com,lesbian8.com,sortporn.com,webcamvau.com#%#//scriptlet('set-constant', 'flashvars.adv_pre_vast', '')
hdtube.porn,yourporngod.com,theporngod.com#%#//scriptlet('set-constant', 'flashvars.adv_pre_vast_alt', '')
! END: Popular clickunders
!
!
! 'adthrive'
jocooks.com,tasteandtellblog.com,allaboutcats.com,cookingperfected.com,curbsideclassic.com,fortsettings.com,gethealthyu.com,goldendoodleadvice.com,housingaforest.com,letthemeatgfcake.com,listcaboodle.com,makinglemonadeblog.com,moneyning.com,nanascraftyhome.com,parentingpod.com,psychreg.org,runeterraccg.com,spacedmagazine.com,strengthandsunshine.com,tdalabamamag.com,thisisraleigh.com,ticotimes.net,unconventionalbaker.com,whereverwriter.com#%#//scriptlet("abort-on-property-read", "window.adthrive.config")
!
! Ads by Galaksion
hhdstreams.club,uhdstreams.club,9xmovies.app,toonily.com,kiminime.com,katmoviehd.nl,a2zapk.com,vidload.net,movies123.pics,nsfwyoutube.com,ckk.ai,adsafelink.com,isekaiscan.com,uppit.com,watchhowimetyourmother.online,kisstvshow.to,arabseed.tv,updatetribun.org,putlockers.co#%#//scriptlet("abort-on-property-read", "Object.prototype.Focm")
!
! adshares/adaround
bitcomarket.net,mcrypto.club,claimbits.net,cashearn.cc,nevcoins.club,11bit.co.in,lbprate.com,drivelinks.in,luckydice.net,coinsearns.com,mixfaucet.com,uploadbaz.me,faucet.furim.xyz,algorandfaucet.com,hinurls.cc,policiesforyou.com,fastcoin.ga,hblinks.pro,hdhub4u.cc,doctor-groups.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "document?document:null")
!
! adfpoint
dlhd.*,daddylivehd.*,cashearn.cc#%#//scriptlet("abort-on-property-write", "u_cfg")
1337x.to,mexa.sh#%#//scriptlet("abort-current-inline-script", "openedWindows", "adfpoint")
worldstreams.watch,worldstreams.click,leaknud.com#%#//scriptlet('abort-on-property-write', 'afStorage')
freetvspor.lol,akw.cam,dlhd.*,daddylivehd.*,ak.sv,akw.mov,akw-cdn1.link,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,ak4eg.*,extramovies.*,eg-akw.com,khsm.io,crackstreamshd.click,coinsparty.com,daddylive.*,iguarras.com,iputitas.net,coinsurl.com,luckydice.net,coinsearns.com,easymp3converter.com,fastconv.com,akwam.*,dogemate.com,promo-visits.site#%#//scriptlet('abort-on-property-read', 'afScript')
! sadbl
claplivehdplay.ru,tirexo.ink,dlhd.*,mega4upload.com,liveon.sx,candlesouth.net,seehdgames.xyz,dl-protect.link,extreme-down.moe,up-4ever.net,uploadbank.com,futemax.app,footybite.to,buzztv.futbol,unbiasedsenseevent.com,seegames.xyz,anroll.net,vipleague.*,1l1l.to,livesport24.net,legendei.net,coolcast2.com,techclips.net,markkystreams.com,sportcast.life,sports-stream.*,nstream.to,cricplay2.xyz,olacast.live,tennisstreams.me,daddylivehd.*,sportsonline.*,footyhunter3.xyz,720pstream.me,socceronline.me,daddylive.*,oxtorrent.fi,f1livegp.me,mrpcgamer.co,x1337x.*,atomixhq.*,vipboxtv.*,1337x.*,filmi123.club,vipbox.*,wigistream.to,watchseries.*,1stream.top,allinonedownloadzz.site,game3rb.com,lordchannel.com,uwatchfree.*,yts.*,1337x.unblockit.*,strikeout.*,eztv.re,liveonscore.tv#%#//scriptlet("prevent-setTimeout", "sadbl")
claplivehdplay.ru,tirexo.ink,dlhd.*,mega4upload.com,liveon.sx,candlesouth.net,seehdgames.xyz,dl-protect.link,extreme-down.moe,up-4ever.net,uploadbank.com,futemax.app,footybite.to,buzztv.futbol,unbiasedsenseevent.com,seegames.xyz,anroll.net,vipleague.*,1l1l.to,livesport24.net,legendei.net,coolcast2.com,techclips.net,markkystreams.com,sportcast.life,sports-stream.*,nstream.to,cricplay2.xyz,olacast.live,tennisstreams.me,daddylivehd.*,sportsonline.*,footyhunter3.xyz,720pstream.me,socceronline.me,daddylive.*,oxtorrent.fi,f1livegp.me,mrpcgamer.co,x1337x.*,atomixhq.*,vipboxtv.*,1337x.*,filmi123.club,vipbox.*,wigistream.to,watchseries.*,1stream.top,allinonedownloadzz.site,game3rb.com,lordchannel.com,uwatchfree.*,yts.*,1337x.unblockit.*,strikeout.*,eztv.re,liveonscore.tv#%#//scriptlet('abort-current-inline-script', 'atob', 'aclib.runPop')
!
! e6QQ/IS_POP_COIN
!+ NOT_PLATFORM(ext_ublock)
igg-games.com#%#//scriptlet('abort-on-stack-trace', 'Date', '_0x')
get-to.link,zoro.se,bluemediadownload.*,musichq.pe,bluemediaurls.lol,coolrea.link,bluemedialink.online,limetorrents.lol,updown.ninja,urlcut.ninja,moviesjoyhd.to,f2movies.to,kissasian.*,arponag.xyz,streamvid.net,1l1l.to,fireload.com,kissanimefree.cc,kimcartoon.li,cineb.rs,anichin.top,tinyzonetv.se,solarmovie.pe,himovies.sx,cineb.net,pahe.li,klmanga.net,tuktukcinema.*,truyengihotnhat.com,123-movies.zone,mangago.me,dlpanda.com,w123moviesfree.net,oxtorrent.sk,bluemediafile.*,exee.app,exep.app,exe.app,bluemediafiles.*,igg-games.co,javhd.today,ziperto.com,allmoviesforyou.net,1337xx.to,dropgalaxy.com,just-upload.com,pelisplushd.net,coinsurl.com,luckydice.net,coinsearns.com,torrentmac.net,cuevana3.*,igg-games.com,soap2day.*#%#//scriptlet("abort-current-inline-script", "globalThis", "break;case")
eio.io#%#//scriptlet("abort-current-inline-script", "String.prototype.replace", "break;case")
sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,glodls.to#%#//scriptlet('abort-current-inline-script', 'fetch', 'IS_POP_COIN')
!
! FingerprintJS
1337x.to#%#//scriptlet('abort-on-property-write', 'LAST_CORRECT_EVENT_TIME')
sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,glodls.to#%#//scriptlet('abort-on-stack-trace', 'navigator', 'Object.isFlashEnabled')
wishanimes.com,hd-streams.org,skidrowreloaded.com#%#//scriptlet("abort-current-inline-script", "Promise", "FingerprintJS")
yoykp.com,arcjav.com,mc-hacks.net,mycivillinks.com,woiden.com,wonderapk.com,megaup.net,exeo.app,vidsrc.*,cricstream.me,vipleague.*,socceronline.me,igg-games.co,crackstreams.*,torrentmac.net,vipboxtv.*,vipbox.*,userscloud.com,game3rb.com,soap2day.*,soccerworldcup.me,igg-games.com,miraculous.to,coloredmanga.com,hentaispark.com,send.cm#%#//scriptlet("abort-current-inline-script", "navigator", "FingerprintJS")
!
! ad script wpadmngr.com
poop.com.co,dodz.pro,y2tube.pro,doooood.co,nuuuppp.bio,fuxnxx.com,pornxp.org,pornxp.com,sukkisukki.com,hitomi.la,kmansin09.com,komiklokal.me,amateurblog.tv,fashionblog.tv,idolsblog.tv,latinblog.tv,silverblog.tv,tokyoblog.tv,xblog.tv,ilikecomix.com,edoujin.net,klmanga.net,porncomixonline.net,tokyoblog.tv,monoschinos2.com,idolsblog.tv,zetporn.com,javtiful.com,torlock.com,javhub.net,kisscos.net,javfor.tv,highporn.net,kissanimex.com#%#//scriptlet('abort-current-inline-script', 'EventTarget.prototype.addEventListener', '0x')
!
! __aaZoneid
! #%#//scriptlet('abort-on-property-read', '__aaZoneid')
ds2play.com,doods.pro,dooood.com,xxxtik.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,forums.socialmediagirls.com,veporno.net,javhd.icu#%#//scriptlet('abort-on-property-read', '__aaZoneid')
! #%#//scriptlet('abort-on-property-write', '__aaZoneid')
truyengihotnhat.com,rule34hentai.net,zinchanmanga.com,streamhub.to,javstream.com,sxyprn.net,manga1001.se,mangarow.org,tokyomotion.com,mrjav.net,yurineko.net,azel.info,clip-sex.biz,justpicsplease.com,lucagrassetti.com,mihand.ir,nudecelebsimages.com,overwatchporn.xxx,pornium.net,watchmygf.biz,xnxxw.net,xxxymovies.com,nozomi.la,mangaraw.to,klmanga.su,nhentai.to,masahub.net,vidsgator.com,nudostar.com,slutmesh.net,movieffm.net#%#//scriptlet('abort-on-property-write', '__aaZoneid')
! In case if rule with __aaZoneid doesn't work
bestgirlsexy.com,nhentai.to,masahub.net#%#//scriptlet('abort-on-property-write', 'handleException')
!
! dancers `Popping Tool` (domain.com/t28193693144.js) / TotemTools
! #%#//scriptlet("set-constant", "loadTool", "undefined")
silverpic.com,pics4you.net,naughtymachinima.com,kropic.com,imgbaron.com,torrents-club.info,pornorips.com,mactorrent.co,erowall.com,adultwalls.com,motaen.com,camwhores.biz,imageteam.org,cambabe.video,cambabe.me,caminspector.net,free-strip-games.com,camwhores.tv,torrents-club.net,free-porn.games,picusha.net,porno-tracker.com,torrents-club.org,windows-soft.info,nudepatch.net,bustybloom.com,eroticahall.com,girlwallpaper.pro#%#//scriptlet("set-constant", "loadTool", "undefined")
! TotemTools
camwhores.film,x-movies.top,gamecopyworld.eu,pics4share.com,gamecopyworld.com#%#//scriptlet("abort-on-property-read", "TotemToolsObject")
!
!**********************************
!
! KickassTorrent
kat.*,kickass.*,kickass2.*,kickasstorrents.*,kat2.*,kattracker.*,thekat.*,thekickass.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickasst.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kickassuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,kickass-usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickassunlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,kickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrents.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickass.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,kickass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kickasstorrents2.net,kickassz.com,kkat.net,thekickass.org,kickasstorrents.space,thekat.cc,topkickass.org,kattracker.com#%#//scriptlet('abort-on-property-write', 'ospen')
kat.*,kickass.*,kickass2.*,kickasstorrents.*,kat2.*,kattracker.*,thekat.*,thekickass.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickasst.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kickassuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,kickass-usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickassunlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,kickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrents.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickass.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,kickass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kickasstorrents2.net,kickassz.com,kkat.net,thekickass.org,kickasstorrents.space,thekat.cc,topkickass.org,kattracker.com#%#//scriptlet("abort-on-property-read", "ini1Pu")
kat.*,kickass.*,kickass2.*,kickasstorrents.*,kat2.*,kattracker.*,thekat.*,thekickass.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickasst.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kickassuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,kickass-usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickassunlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,kickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrents.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickass.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,kickass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kickasstorrents2.net,kickassz.com,kkat.net,thekickass.org,kickasstorrents.space,thekat.cc,topkickass.org,kattracker.com#%#//scriptlet("prevent-addEventListener", "click", "checkxarget")
!
!
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175863
hotstar.com#%#//scriptlet('json-prune', 'success.page.spaces.player.widget_wrappers.*.widget.data.intervention_data.interventions.*.meta.preroll success.page.spaces.player.widget_wrappers.*.widget.data.intervention_data.sources.*.meta.midroll')
! https://github.com/AdguardTeam/AdguardFilters/issues/175771
ukpunting.com#%#//scriptlet('remove-node-text', 'script', 'puTS')
! https://github.com/AdguardTeam/AdguardFilters/issues/175785
lylxan.com#%#//scriptlet('prevent-window-open')
lylxan.com#%#//scriptlet('abort-on-property-read', 'zfgstorage')
! https://github.com/AdguardTeam/AdguardFilters/issues/175668
adpaylink.com#%#//scriptlet('remove-attr', 'href', '.box-main > a[href][target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/175076
lostshorts.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/175422
syok.my#%#//scriptlet('set-constant', 'com_adswizz_synchro_getListenerId', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/175273
lulustream.com#%#//scriptlet('abort-current-inline-script', 'String.prototype.concat', 'popup')
! https://github.com/AdguardTeam/AdguardFilters/issues/175152
veev.to#%#//scriptlet('abort-on-property-read', 'VEEVPop')
veev.to#%#//scriptlet('trusted-click-element', '.wwc-play-button > .bc-content > .wc-play, .wwc-play-button > .bc-content > .wc-play')
! https://github.com/AdguardTeam/AdguardFilters/issues/174956
! To reproduce, you need the webpage with new tab.
itopmusics.com#%#//scriptlet('abort-current-inline-script', 'atob', '/popundersPerIP[\s\S]*?Date[\s\S]*?getElementsByTagName[\s\S]*?insertBefore/')
itopmusics.com#%#//scriptlet("abort-current-inline-script", "document.createElement", 'break;case $.')
! filemoon
! https://github.com/AdguardTeam/AdguardFilters/issues/174871
fmembed.cc,rgeyyddl.skin,kerapoxy.cc,fmoonembed.*,defienietlynotme.com,embedme.*,filemoon.*,finfang.*,hellnaw.*,moonembed.*,sbnmp.bar,sulleiman.com,vpcxz19p.xyz,z12z0vla.*#%#//scriptlet('abort-on-property-read', 'popns')
fmembed.cc,rgeyyddl.skin,kerapoxy.cc,fmoonembed.*,defienietlynotme.com,embedme.*,filemoon.*,finfang.*,hellnaw.*,moonembed.*,sbnmp.bar,sulleiman.com,vpcxz19p.xyz,z12z0vla.*#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/174521
xmateur.com#%#//scriptlet('set-constant', 't8660acdc24.adv_pre_html', 'undefined')
xmateur.com#%#//scriptlet('set-constant', 't8660acdc24.protect_block', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/174598
work.ink#%#//scriptlet('prevent-window-open', '/jump/next.php')
! https://github.com/AdguardTeam/AdguardFilters/issues/174065
bestmp3converter.org#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/173888
embedz.click#%#//scriptlet('prevent-window-open')
embedz.click#%#//scriptlet('abort-on-property-write', '_didpop')
! https://github.com/AdguardTeam/AdguardFilters/issues/173386
thehackernews.com#%#//scriptlet('abort-current-inline-script', 'Math.random', 'selectedBanner')
! https://github.com/AdguardTeam/AdguardFilters/issues/175509
! https://github.com/AdguardTeam/AdguardFilters/issues/174567
! https://github.com/AdguardTeam/AdguardFilters/issues/173316
! https://github.com/AdguardTeam/AdguardFilters/issues/173636
swatchseries.mx,zoroxtv.to,soap2dayx.to,aniwave.to,flixtorz.to#%#//scriptlet('abort-current-inline-script', 'document.write', '_bnx')
! https://github.com/AdguardTeam/AdguardFilters/issues/173397
hentai2read.com#%#//scriptlet('set-constant', 'hasAb', 'false')
hentai2read.com#%#//scriptlet('prevent-window-open', 'trcktr.com')
hentai2read.com#%#//scriptlet('abort-on-stack-trace', 'open', 'assets/js/')
! https://github.com/AdguardTeam/AdguardFilters/issues/173409
eroasmr.com#%#//scriptlet('trusted-replace-node-text', 'script', 'fluidPlayer', '/("vastTag": ")[\s\S]*?(",)/g', '$1$2')
! https://github.com/AdguardTeam/AdguardFilters/issues/172928
forge.plebmasters.de#%#(()=>{window.JSON.parse=new Proxy(JSON.parse,{apply(e,r,t){const l=Reflect.apply(e,r,t),s=l?.results;return s&&(l.results=l.results.filter((e=>{if(!Object.prototype.hasOwnProperty.call(e,"adTitle"))return e}))),l}});})();
! https://github.com/AdguardTeam/AdguardFilters/issues/172930
bypass.city#%#//scriptlet('prevent-window-open', '/jump/next.php')
bypass.city#%#//scriptlet('set-local-storage-item', 'ads_enabled', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/172763
mmtv01.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/173012
doodss.*#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/173184
dodz.pro,y2tube.pro,doooood.co#%#//scriptlet('prevent-window-open')
dodz.pro,y2tube.pro,doooood.co#%#//scriptlet('abort-current-inline-script', '$', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/173052
uflash.tv#%#//scriptlet('abort-current-inline-script', 'String.prototype.concat', 'sessionStorage')
! https://github.com/AdguardTeam/AdguardFilters/issues/172857
moviekhhd.biz#%#//scriptlet('prevent-setTimeout', 'ads/Ads')
! https://github.com/AdguardTeam/AdguardFilters/issues/172609
tnaflix.com#%#//scriptlet('trusted-set-cookie', 'prerollAdsSeenVideos', '3')
tnaflix.com#%#//scriptlet('set-constant', 'ads', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/172661
movierr.site#%#//scriptlet('trusted-set-constant', 'dtGonza.playeradstime', '"-1"')
! https://github.com/AdguardTeam/AdguardFilters/issues/172504
movies4u.cafe#%#//scriptlet('abort-on-property-write', 'app_advert')
! https://github.com/AdguardTeam/AdguardFilters/issues/172069
javcock.com#%#//scriptlet('abort-current-inline-script', 'String.prototype.split', 'Popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/171867
fusevideo.io#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/171810
ipalibrary.me#%#//scriptlet('prevent-setTimeout', 'afterRedirectUrl')
! https://github.com/AdguardTeam/AdguardFilters/issues/171768
xkeezmovies.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/171582
123moviesclub.to#%#//scriptlet('remove-node-text', 'script', 'xepo_ad')
! https://github.com/AdguardTeam/AdguardFilters/issues/171525
sssinstagram.com#%#//scriptlet('prevent-window-open')
sssinstagram.com#%#//scriptlet('set-constant', 'clickAds.init', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/171445
x-x-x.tube#%#//scriptlet('prevent-popads-net')
! https://github.com/AdguardTeam/AdguardFilters/issues/171300
pluto.tv#%#//scriptlet('json-prune', 'adBreaks.*')
!+ NOT_PLATFORM(ext_ublock)
pluto.tv#%#//scriptlet('xml-prune', 'xpath(//*[name()="Period"][.//*[name()="BaseURL" and contains(text(),"_ad")]] | //*[@type="static"]//*[name()="Period"]/@start | //*[@type="static"]//*[name()="Period"]/@duration', '', '.mpd')
! https://github.com/AdguardTeam/AdguardFilters/issues/171081
musichq.pe#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/170495
hentai-moon.com#%#//scriptlet('set-constant', 'flashvars.adv_pre_html', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/170827
you.com#%#//scriptlet('json-prune', 'data.ads')
! https://github.com/AdguardTeam/AdguardFilters/issues/170766
metrolagu.cam#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/170497
haes.tech#%#//scriptlet('prevent-window-open')
! scoresports*.com - frequently changed domains
scoresports786.com#%#//scriptlet('abort-on-property-read', 'newTab')
scoresports786.com#%#//scriptlet('abort-on-property-write', 'xorEncryptDecrypt')
! https://github.com/AdguardTeam/AdguardFilters/issues/170296
filmcomment.com#%#//scriptlet('trusted-set-cookie', 'fc_global_ad', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/170170
swatchseries.mx#%#//scriptlet('set-cookie', '__pf', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/169887
kerapoxy.cc,myflixerz.nl,flixwave.to,anix.to,fmoviesz.to,aniwave.to#%#//scriptlet('prevent-window-open')
kerapoxy.cc,myflixerz.nl,flixwave.to,anix.to,fmoviesz.to,aniwave.to#%#//scriptlet('set-cookie', '__pf', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/8265
xxxx.se#%#//scriptlet('set-cookie', 'pu_count', '1')
! https://forum.adguard.com/index.php?threads/5-missed-ads-19-nsfw.24974/
vidsvidsvids.com#%#//scriptlet('set-cookie', 'pu_count', '1')
! https://hanime.tv/ - click one of the videos.
hanime.tv#%#//scriptlet('set-cookie', 'in_d0', '1')
hanime.tv#%#//scriptlet('set-cookie', 'in_d4', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/172154
! https://github.com/AdguardTeam/AdguardFilters/issues/169606
idlixofficial.co,idlixofficials.com#%#//scriptlet('trusted-set-constant', 'dtGonza.playeradstime', '"-1"')
! https://github.com/AdguardTeam/AdguardFilters/issues/172212
! https://github.com/AdguardTeam/AdguardFilters/issues/170688
! https://github.com/AdguardTeam/AdguardFilters/issues/169878
! https://github.com/AdguardTeam/AdguardFilters/issues/169492
lootdest.com,loot-link.com,lootlinks.co,loot-links.com#%#//scriptlet('prevent-window-open', '', '5')
! https://github.com/AdguardTeam/AdguardFilters/issues/169200
player.euroxxx.net#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/169304
niaomea.me#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/168786
tokuzilla.net#%#//scriptlet('remove-attr', 'onclick', '.post-tape > li > a[href]')
! https://github.com/AdguardTeam/AdguardFilters/issues/168705
hentaipaw.com#%#//scriptlet('prevent-eval-if', '_0x')
! popup
player.bestrapeporn.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/168499
eporner.com#%#//scriptlet('set-cookie', 'ADBp', 'yes')
eporner.com#%#//scriptlet('abort-on-property-write', 'initEPNB')
eporner.com#%#//scriptlet('prevent-setTimeout', '/click[\s\S]*?window.location.replace/')
! https://github.com/AdguardTeam/AdguardFilters/issues/168442
nba.com#%#//scriptlet('trusted-replace-xhr-response', '/#EXT-X-DATERANGE:ID="AD-BREAK:[\s\S]*?(\.googlevideo\/|fwmrm\.net)[\s\S]*?#EXT-X-DISCONTINUITY/', '', '/nbalpng\.akamaized\.net\/vod-.*\/.*\/hls-.*\/.*\.m3u8/')
! https://github.com/AdguardTeam/AdguardFilters/issues/168146
ninja.io#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/168149
tapeantiads.com#%#//scriptlet('trusted-click-element', '.play-overlay, .play-overlay', '', '1000')
tapeantiads.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/45044 - on 4th video click redirect to random website
sweetshow.com,tubepleasure.com#%#//scriptlet('trusted-set-cookie', 'acjcl', '-9999999999')
! camgirls.casa - popups
camgirls.casa#%#//scriptlet("abort-on-property-write", "p$00a")
! https://github.com/AdguardTeam/AdguardFilters/issues/174785
! https://github.com/AdguardTeam/AdguardFilters/issues/168256
finfang.cc,designparty.sx#%#//scriptlet('json-prune', '*', 'skipClicks')
finfang.cc,designparty.sx#%#//scriptlet('prevent-eval-if', 'popunder')
finfang.cc,designparty.sx#%#//scriptlet('abort-on-stack-trace', 'navigator.userAgent', '_getBrowserCapabilities')
! https://pelis24.gratis/pelicula/guardianes-de-la-galaxia-volumen-3/ popup
cine24.online#%#//scriptlet('disable-newtab-links')
! https://github.com/AdguardTeam/AdguardFilters/issues/167859
4gay.fans#%#//scriptlet('trusted-click-element', '#overlay a.close')
! https://github.com/AdguardTeam/AdguardFilters/issues/167956
limetorrents.lol#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/167788
breitbart.com#%#//scriptlet('set-constant', 'BB_G.doing_popup', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/168121
! skip video ads timer
lookmovie2.to#%#//scriptlet('trusted-replace-xhr-response', '/"playbackTimeout":\d+/', '"playbackTimeout":0', '/api/v')
! https://github.com/AdguardTeam/AdguardFilters/issues/167674
musicbusinessworldwide.com#%#//scriptlet('trusted-click-element', '.uberad__button', '', '500')
! https://github.com/AdguardTeam/AdguardFilters/issues/167012
inxxx.com#%#//scriptlet('abort-current-inline-script', 'Symbol', 'egoTab')
! https://github.com/AdguardTeam/AdguardFilters/issues/167518
xxx18.uno#%#//scriptlet('prevent-setTimeout', 'window[a0b(\'0x')
xxx18.uno#%#//scriptlet('set-cookie-reload', 'hasShownPromo', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/167001
uploadsea.com#%#//scriptlet('set-constant', 'openLink', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/131500
discoveryplus.com#%#//scriptlet('json-prune', 'data.attributes.ssaiInfo.forecastTimeline data.attributes.ssaiInfo.vendorAttributes.breaks.*.timeOffset')
! https://github.com/AdguardTeam/AdguardFilters/issues/165997
play.max.com#%#//scriptlet('json-prune', 'ssaiInfo fallback.ssaiInfo')
play.max.com#%#//scriptlet('json-prune', 'adtech-brightline adtech-google-pal adtech-iab-om')
play.max.com#%#//scriptlet('xml-prune', 'xpath(//*[name()="Period"][not(.//*[name()="SegmentTimeline"])][not(.//*[name()="ContentProtection"])])', '', '.mpd')
! https://github.com/AdguardTeam/AdguardFilters/issues/166545
onejav.com#%#//scriptlet('abort-on-stack-trace', 'Number', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/166953
yts.mx#%#//scriptlet('abort-current-inline-script', 'document.write')
! https://github.com/AdguardTeam/AdguardFilters/issues/166723
draplay2.pro#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/166633
secure.goskippy.com#%#//scriptlet('remove-class', 'async-hide', 'html')
! https://github.com/AdguardTeam/AdguardFilters/issues/166543
stbemucode.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/166444
bbc.com#%#//scriptlet('set-constant', 'dotcom.reinitAds', 'noopFunc')
! popup
javturbo.xyz,javguard.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/166210
linkvertise.com#%#//scriptlet('json-prune', 'data.getTaboolaAds.*')
! https://github.com/AdguardTeam/AdguardFilters/issues/166123
pastepvp.org#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'adclicker')
! https://github.com/AdguardTeam/AdguardFilters/issues/165995
gayvidsclub.com#%#//scriptlet('abort-current-inline-script', 'onload', 'atob(link)')
! https://github.com/AdguardTeam/AdguardFilters/issues/165861
tutwuri.id#%#//scriptlet('prevent-window-open')
! mdy48tn97.com player (mixdrop server)
mdy48tn97.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/168134
! https://github.com/AdguardTeam/AdguardFilters/issues/165284
upornia.com,pornclassic.tube,tubepornclassic.com#%#//scriptlet('set-constant', 'prerollMain', 'undefined')
! popunder
ggjav.com,ggjav.tv#%#//scriptlet('abort-current-inline-script', '$', 'popunder')
! ads
xnxx-sexfilme.com#%#//scriptlet('prevent-setTimeout', 'appendChild')
! https://javideo.net/fc2ppv-3941012 VGT#01 server popup
av-cdn.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/164560
ign.com#%#//scriptlet('set-constant', 'Object.prototype.sliderAdsDisabled', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/164494
watchmoviesss.*#%#//scriptlet('close-window', '/watch/hd-movie')
! https://github.com/AdguardTeam/AdguardFilters/issues/164399
link.paid4link.com#%#//scriptlet('remove-class', 'get-link', 'a.get-link[target="_blank"]')
link.paid4link.com#%#//scriptlet('prevent-addEventListener', 'click', 'tampilkanUrl')
! https://github.com/AdguardTeam/AdguardFilters/issues/164045#issuecomment-1767666555
mlsbd.shop#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'hasRedirected')
! https://github.com/AdguardTeam/AdguardFilters/issues/163755
mamahawa.com,10short.pro#%#//scriptlet('trusted-replace-node-text', 'script', '/function openLink\(\)[\s\S]*?window\.location\.href/', '/(function openLink\(\)[\s\S]*?)window\.location\.href.*;/', '$1')
! https://github.com/AdguardTeam/AdguardFilters/issues/163835
y2down.cc#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/163867
xanimu.com#%#//scriptlet('prevent-element-src-loading', 'script', 'magsrv.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/163550
! https://github.com/AdguardTeam/AdguardFilters/issues/133312
7mm009.com,7mmtv.sx#%#//scriptlet('trusted-click-element', 'div[id^="mvspan_"][id*="_s_k_i_p_b"]', '', '500')
7mmtv.sx#%#//scriptlet('prevent-window-open')
mm9845.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/163937
! https://github.com/AdguardTeam/AdguardFilters/issues/162859
qiwi.gg#%#//scriptlet('trusted-click-element', 'button[class^="DownloadButton_AdButton"]', '', '500')
qiwi.gg#%#//scriptlet('trusted-click-element', 'button[class^="DownloadButton_ButtonSoScraperCanTakeThisName"]', '', '500')
! https://github.com/AdguardTeam/AdguardFilters/issues/163013
tabooporns.com#%#//scriptlet('prevent-addEventListener', '', 'lockcheck')
! https://github.com/AdguardTeam/AdguardFilters/issues/162901
playertoast.cloud,fsohd.pro,xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbnetu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.online,playerhd.org,gledajvideo.top,tikzoo.xyz,filme-romanesti.ro,peliculas8k.com,video.q34r.org,korall.xyz,porntoday.ws,tabooporns.com,netuplayer.top,wiztube.xyz,netu.ac,zerknij.cc,speedporn.net,chillicams.net,meucdn.vip,yandexcdn.com,waaw1.tv,waaw.*,czxxx.org,scenelife.org,hqq.*#%#//scriptlet('abort-on-property-read', 'popUrl')
! https://github.com/AdguardTeam/AdguardFilters/issues/162669
liveon.sx#%#//scriptlet('prevent-eval-if', 'popups')
! https://github.com/AdguardTeam/AdguardFilters/issues/162691
tktube.com#%#//scriptlet('abort-on-property-read', 'StripchatSpot')
! https://github.com/AdguardTeam/AdguardFilters/issues/162415
porntrex.video#%#//scriptlet("set-constant", "univresalP", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/162383
gaystream.pw#%#//scriptlet('set-cookie', 'popcashpu', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/162158
newslive.com#%#//scriptlet('abort-current-inline-script', 'onload', 'atob(link)')
! https://github.com/AdguardTeam/AdguardFilters/issues/169300
! https://github.com/AdguardTeam/AdguardFilters/issues/162161
jeniusplay.com#%#//scriptlet('prevent-window-open')
idlixplus.*#%#//scriptlet('trusted-set-constant', 'dtGonza.playeradstime', '"-1"')
! https://github.com/AdguardTeam/AdguardFilters/issues/161263
! Fixes video player, required in case of DNS filtering
gamingbible.com,ladbible.com,sportbible.com,unilad.com,tyla.com#%#//scriptlet('set-constant', 'pbjs.rp', 'noopFunc')
gamingbible.com,ladbible.com,sportbible.com,unilad.com,tyla.com#%#//scriptlet('set-constant', 'pbjs.rp.requestVideoBids', 'noopFunc')
gamingbible.com,ladbible.com,sportbible.com,unilad.com,tyla.com#%#//scriptlet('prevent-element-src-loading', 'script', 'adsafeprotected')
gamingbible.com,ladbible.com,sportbible.com,unilad.com,tyla.com#%#//scriptlet('adjust-setTimeout', 'e()', '3500', '0.001')
gamingbible.com,ladbible.com,sportbible.com,unilad.com,tyla.com#%#(()=>{const c=function(){[...arguments].forEach((c=>{if("function"==typeof c)try{c(!0)}catch(c){console.debug(c)}}))},n=[];n.push=c,window.PQ={cmd:n,getTargeting:c}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/162041
animexin.vip#%#//scriptlet('abort-current-inline-script', 'onload', 'atob(link)')
! https://github.com/AdguardTeam/AdguardFilters/issues/161847
scribegeser.weebly.com#%#//scriptlet('abort-current-inline-script', 'document.write', 'atob')
! https://github.com/AdguardTeam/AdguardFilters/issues/161900
r18.best#%#//scriptlet("abort-on-property-read", "_cpp")
r18.best#%#//scriptlet('set-cookie', '_popprepop', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/161818
vidmoly.me,vidmoly.net,vidmoly.to#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/161760
reshare.pm#%#//scriptlet('abort-current-inline-script', 'String.prototype.split', 'Popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/161729
! Minute Media
! Fixes infinite loading articles when scrolling
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#%#//scriptlet('set-constant', 'OBR', 'noopFunc')
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#%#//scriptlet('set-constant', 'OBR.extern', 'noopFunc')
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#%#//scriptlet('set-constant', 'OBR.extern.researchWidget', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/161551
! Fixes video player
bloomberg.com#%#(()=>{const t=[];t.push=function(t){try{t()}catch(t){}};window.headertag={cmd:t,buildGamMvt:function(t,c){const n={[c]:"https://securepubads.g.doubleclick.net/gampad/ads"};return n||{}},retrieveVideoDemand:function(t,c,n){const e=t[0]?.htSlotName;if("function"==typeof c)try{c(e)}catch(t){}}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/161181
allnporn.com#%#//scriptlet('prevent-window-open')
allnporn.com#%#//scriptlet('abort-on-property-read', 'mmsern')
! https://github.com/AdguardTeam/AdguardFilters/issues/161558
link.almaftuchin.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/161482
simpcity.su#%#//scriptlet('set-cookie', 'zone-cap-papi-hates-blocks', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/161240
hentai-cosplays.com#%#//scriptlet('abort-current-inline-script', 'jQuery', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/161338
! https://github.com/AdguardTeam/AdguardFilters/issues/161220
! Fixes video player
medicalnewstoday.com,healthline.com#%#(()=>{const t=[];t.push=function(t){"object"==typeof t&&t.events&&Object.values(t.events).forEach((t=>{if("function"==typeof t)try{t()}catch(t){}}))},window.AdBridg={cmd:t}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/161171
alocdn.co,serialeonline.biz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/161034
pureleaks.net#%#//scriptlet('abort-on-property-write', 'popName')
! https://github.com/AdguardTeam/AdguardFilters/issues/160747
embedrise.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/160875
streamvid.net#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/160848
notube.io#%#//scriptlet('prevent-window-open', 'notube.io/p')
! https://github.com/AdguardTeam/AdguardFilters/issues/160744
sotwe.com#%#//scriptlet('prevent-window-open')
sotwe.com#%#//scriptlet('abort-on-stack-trace', 'String.fromCharCode', '/Array\.map[\s\S]*?\[Symbol\.replace\][\s\S]*?String\.replace/')
! https://github.com/AdguardTeam/AdguardFilters/issues/89377
everia.club#%#//scriptlet('abort-current-inline-script', 'atob', 'push')
! https://github.com/AdguardTeam/AdguardFilters/issues/160439
link1s.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/160374
snaptik.app#%#//scriptlet('remove-attr', 'data-ad', 'a[data-ad]')
! https://github.com/AdguardTeam/AdguardFilters/issues/160298
trakt.tv#%#//scriptlet('set-constant', 'artemisInit', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/160187
foxsports.com#%#//scriptlet('json-prune', 'ads')
foxsports.com#%#//scriptlet('m3u-prune', '/#UPLYNK-SEGMENT:.*,ad/', '.m3u8')
! https://github.com/AdguardTeam/AdguardFilters/issues/159530
dvdgayonline.com#%#//scriptlet('remove-attr', 'href', 'a[href]#clickfakeplayer')
! https://github.com/AdguardTeam/AdguardFilters/issues/159589
luxuretv.com#%#//scriptlet('abort-current-inline-script', '$', 'Modal')
! https://github.com/abp-filters/abp-filters-anti-cv/pull/1416
iusedtobeaboss.com#%#//scriptlet('prevent-addEventListener', 'mousedown', 'pop.doEvent')
! https://github.com/AdguardTeam/AdguardFilters/issues/159530
dvdgayonline.com#%#//scriptlet('adjust-setTimeout', 'countdown', '1000', '0.02')
dflix.top#%#//scriptlet('prevent-window-open')
! ad initiator
x2download.com#%#//scriptlet('abort-on-property-read', 'GeneratorAds')
! https://github.com/AdguardTeam/AdguardFilters/issues/159412
cgmagonline.com#%#//scriptlet('hide-in-shadow-dom', 'div[data-mini-ad-unit]')
! popup
hentaibooty.com#%#//scriptlet('abort-current-inline-script', 'jQuery', 'popupAt')
! https://github.com/AdguardTeam/AdguardFilters/issues/158713
9minecraft.net#%#//scriptlet('trusted-set-cookie', 'ofAdPage', 'test')
! https://github.com/AdguardTeam/AdguardFilters/issues/158462
tophostingapp.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/158353
kurakura21.space#%#//scriptlet('prevent-eval-if', 'UserCustomPop')
! https://github.com/AdguardTeam/AdguardFilters/issues/158018
tuborstb.co#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/157909
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,v6embed.xyz,gaystream.online,vgembed.com#%#//scriptlet('prevent-window-open')
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,v6embed.xyz,gaystream.online,vgembed.com#%#//scriptlet('abort-on-stack-trace', 'open', '_openAd')
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,v6embed.xyz,gaystream.online,vgembed.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement', 'afterOpen')
! https://github.com/AdguardTeam/AdguardFilters/issues/157993
porntrex.com#%#//scriptlet('abort-on-property-write', '__showPush')
! https://github.com/AdguardTeam/AdguardFilters/issues/157705
smashystream.*#%#//scriptlet('prevent-window-open')
smashystream.*#%#//scriptlet('abort-current-inline-script', '$', 'window.open')
! https://javgg.club/jav/abf-012/ popup
javggvideo.xyz#%#//scriptlet('prevent-window-open')
javmoon.me#%#//scriptlet('prevent-setTimeout', '/debugger|UserCustomPop/')
! https://github.com/AdguardTeam/AdguardFilters/issues/157369
faroutmagazine.co.uk#%#//scriptlet('hide-in-shadow-dom', '.GRVMpuWrapper')
! https://github.com/AdguardTeam/AdguardFilters/issues/157349
watchporn.to#%#//scriptlet('trusted-set-local-storage-item', 'kvsplayer_popunder_open', '2000000000000')
! https://github.com/AdguardTeam/AdguardFilters/issues/157346
theporndude.com#%#//scriptlet('trusted-set-cookie', 'wallpaper', 'click')
! https://github.com/AdguardTeam/AdguardFilters/issues/157156
streamhub.to#%#//scriptlet('abort-current-inline-script', 'Promise', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/157252
velo.outsideonline.com#%#//scriptlet('remove-class', 'c-main-header__nav--prestitial', '.c-main-header__nav')
! https://7mmtv.me/ssis-808/
7mmtv.*,telorku.xyz#%#//scriptlet('abort-on-property-read', 'doOpen')
! https://github.com/AdguardTeam/AdguardFilters/issues/156934
smashystream.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', '__Y')
! https://github.com/AdguardTeam/AdguardFilters/issues/156643
hentai2read.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'adsbyexoclick')
! https://github.com/AdguardTeam/AdguardFilters/issues/156455
1l1l.to#%#//scriptlet('abort-on-property-read', 'adcash')
! https://github.com/AdguardTeam/AdguardFilters/issues/156751
showboxmovies.net#%#//scriptlet('abort-on-property-read', 'CTABPu')
! https://github.com/AdguardTeam/AdguardFilters/issues/156696
digminecraft.com#%#//scriptlet('abort-on-property-read', 'pbg')
! https://github.com/AdguardTeam/AdguardFilters/issues/156602
iporntoo.com#%#//scriptlet('set-cookie', 'customscript0', '1')
! https://github.com/uBlockOrigin/uAssets/issues/16317
blog.carsmania.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'adss')
! https://github.com/AdguardTeam/AdguardFilters/issues/156454
bdnewszh.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/156397
anysex.com#%#//scriptlet('abort-on-property-write', 'setExoCookie')
anysex.com#%#//scriptlet('abort-on-stack-trace', 'decodeURI', '.<computed>.get')
! https://github.com/AdguardTeam/AdguardFilters/issues/156396
fullporner.com#%#//scriptlet('abort-on-property-read', 'dataPopUnder')
! https://github.com/AdguardTeam/AdguardFilters/issues/156306
filepress.fun#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/156262
bunkrr.su#%#//scriptlet('set-cookie', 'zone-cap-taco-loves-ads', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/156137
watchgayporn.online#%#//scriptlet('prevent-window-open')
watchgayporn.online#%#//scriptlet('prevent-eval-if', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/156090
furher.in#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/155632
gpblog.com#%#//scriptlet('prevent-element-src-loading', 'script', 'ads.nextday.media/prebid/')
! https://github.com/AdguardTeam/AdguardFilters/issues/155373
onlymp3.to#%#//scriptlet('prevent-window-open', '!dropbox.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/155279
www-y2mate.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/155026
3movs.com#%#//scriptlet('abort-on-property-read', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/154877
fansonlinehub.com,teralink.me,teraearn.com,terashare.me,hotmediahub.com,terabox.fun#%#//scriptlet("json-prune", "web_share_ads_adsterra_config wap_short_link_middle_page_ad wap_short_link_middle_page_show_time data.ads_cpm_info")
! https://github.com/AdguardTeam/AdguardFilters/issues/154680
thebypasser.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/152828
! Fixes the video player, may be required if DNS filtering is enabled
reuters.com#%#(()=>{let t=window?.__iasPET?.queue;Array.isArray(t)||(t=[]);const s=JSON.stringify({brandSafety:{},slots:{}});function e(t){try{t?.dataHandler?.(s)}catch(t){}}for(t.push=e,window.__iasPET={VERSION:"1.16.18",queue:t,sessionId:"",setTargetingForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();
! https://github.com/AdguardTeam/AdguardFilters/issues/173687
! https://github.com/AdguardTeam/AdguardFilters/issues/154277
independent.co.uk#%#(()=>{const a=function(){};window.apstag={fetchBids(c,a){"function"==typeof a&&a([])},init:a,setDisplayBids:a,targetingKeys:a}})();
independent.co.uk#%#(()=>{let t=window?.__iasPET?.queue;Array.isArray(t)||(t=[]);const s=JSON.stringify({brandSafety:{},slots:{}});function e(t){try{t?.dataHandler?.(s)}catch(t){}}for(t.push=e,window.__iasPET={VERSION:"1.16.18",queue:t,sessionId:"",setTargetingForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();
independent.co.uk#%#//scriptlet('adjust-setTimeout', '/Autoplay|Piano/', '*', '0.02')
independent.co.uk#%#//scriptlet('adjust-setTimeout', '[native code]', '2500', '0.02')
independent.co.uk#%#//scriptlet('adjust-setTimeout', '[native code]', '3000', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/153947
imgwety.sbs#%#//scriptlet('trusted-click-element', '.navbar-custom a[href^="javascript:"].url-link', '', '8000')
imgwety.sbs#%#//scriptlet('set-constant', 'window.scrollTo', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/154273
vidello.net#%#//scriptlet('abort-on-property-read', 'popUnder')
! https://github.com/AdguardTeam/AdguardFilters/issues/154125
futbol-libre.org#%#//scriptlet('prevent-window-open')
! popup
embedaio.cc#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/154112
tellyhd.rest#%#//scriptlet('remove-attr', 'href', 'a[href]#clickfakeplayer')
tellyhd.rest#%#//scriptlet('trusted-click-element', 'a#clickfakeplayer:not([href])', '', '1000')
! https://github.com/AdguardTeam/AdguardFilters/issues/154046
up-4ever.net#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/153299
flyordie.com#%#//scriptlet('adjust-setTimeout', 'secTotal', '', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/153482
homemade.xxx#%#//scriptlet('abort-on-property-read', '__ASG_VAST')
! https://github.com/AdguardTeam/AdguardFilters/issues/153351
ntuplay.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/153354
ytmp3.nu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/153384
playsber.xyz#%#//scriptlet('prevent-window-open')
playsber.xyz#%#//scriptlet('abort-on-property-read', '___taToken')
! https://github.com/AdguardTeam/AdguardFilters/issues/152396
! https://github.com/AdguardTeam/AdguardFilters/issues/175641
rawkuma.com#%#//scriptlet('prevent-addEventListener', 'readystatechange', 'document.removeEventListener')
rawkuma.com#%#//scriptlet("prevent-addEventListener", "mousedown", "shown_at")
rawkuma.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/152932
gosexpod.com#%#//scriptlet('set-constant', 'mine_vst_enabled', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/155917
! https://github.com/AdguardTeam/AdguardFilters/issues/153045
go.cravesandflames.com,novelsapps.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/153039
! dispatchEvent resize fixes gap in the slider
kickassanime.am#%#AG_onLoad((function(){let e=document.location.href;const o=()=>{window.dispatchEvent(new Event("resize"))};o();const t=document.querySelector("body");new MutationObserver((t=>{t.forEach((()=>{e!==document.location.href&&(e=document.location.href,setTimeout(o,100))}))})).observe(t,{childList:!0,subtree:!0})}));
kickassanime.am#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/152485
link-yz.com#%#//scriptlet('prevent-window-open', 'studentloan.gam3ah.com')
! https://ondemandkorea.com/ - The website can be accessed with an US IP IP address.
ondemandkorea.com#?##curation-carousel > div[class^="css-"]:has([id^="Inline-Left-1_"])
ondemandkorea.com#?#article section[class^="css-"] ~ aside[class^="css-"]:has(div[id^="Companion_"][id*="_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/152471
streamporn.co.uk#%#//scriptlet('abort-on-stack-trace', 'localStorage', 'window.onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/152226
9hentai.to#%#//scriptlet('set-constant', '_9HentaiJs.add', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/151990
player.hdgay.net#%#//scriptlet('set-constant', 'doSecondPop', 'noopFunc')
player.hdgay.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/152221
eromanga-show.com,hentai-one.com,hentaipaw.com#%#//scriptlet('prevent-setTimeout', '/[a-z]\(!0\)/', '800')
! https://github.com/AdguardTeam/AdguardFilters/issues/125354
manga1000.*#%#//scriptlet('abort-on-property-write', 'document.ready')
! https://github.com/AdguardTeam/AdguardFilters/issues/152315
storiesig.info#%#//scriptlet('prevent-window-open')
storiesig.info#%#//scriptlet('set-constant', 'clickAds.init', 'noopFunc')
! https://github.com/AdguardTeam/Scriptlets/issues/309
jpvhub.com#%#(()=>{const a=location.href;if(!a.includes("/download?link="))return;const b=new URL(a),c=b.searchParams.get("link");try{location.assign(`${location.protocol}//${c}`)}catch(a){}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/151865
quizlet.com#%#//scriptlet('adjust-setTimeout', '-1', '*', '0.02')
quizlet.com#%#//scriptlet('set-constant', 'Object.prototype.isRenderingAdInFlashcardAd', 'false')
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6011881
shortlinks.tech#%#//scriptlet('prevent-addEventListener', 'mousedown', 'tabUnder')
shortlinks.tech#%#//scriptlet('prevent-setInterval', 'verificarLargura')
! https://github.com/AdguardTeam/AdguardFilters/issues/151360
filerice.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/151183
dlupload.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/150852
weather.us#%#//scriptlet('set-constant', '__tcfapi', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/150497
ilkpop.buzz#%#//scriptlet('abort-current-inline-script', 'Symbol', 'Symbol&&Symbol.toStringTag')
! https://github.com/AdguardTeam/AdguardFilters/issues/150885
magicemperor.online#%#//scriptlet('abort-current-inline-script', 'String.prototype.split', 'Popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/150907
medscape.com#%#//scriptlet('set-constant', 'slideShow.interstitialCount', '0')
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-5741055
gainl.ink#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/150466
embed-player.space#%#//scriptlet('set-constant', 'vast_urls', 'emptyArr')
! https://github.com/AdguardTeam/AdguardFilters/issues/150280
steamgifts.com#%#//scriptlet('abort-current-inline-script', 'onload', '.clientHeight')
! https://github.com/AdguardTeam/AdguardFilters/issues/136337
cl1ca.com,4br.me,fir3.net,seulink.*,encurtalink.*,javuncen.xyz#%#//scriptlet("abort-on-property-read", "mm")
! https://github.com/AdguardTeam/AdguardFilters/issues/149978
cineb.app,f2movies.to,streameast.watch#%#//scriptlet("abort-current-inline-script", "JSON.parse", "getPropertyValue('content')")
! https://github.com/AdguardTeam/AdguardFilters/issues/149941
vtube.network,vtplay.net,vtbe.net,vtube.to#%#//scriptlet('prevent-window-open', '!/vtube\.network|vtplay\.net|vtbe\.net|vtube\.to/', '1')
! popcornflix.com - video ad
popcornflix.com#%#//scriptlet('trusted-replace-fetch-response', '"adEnabled":true', '"adEnabled":false')
! https://github.com/AdguardTeam/AdguardFilters/issues/149463
cinejosh.com#%#//scriptlet('trusted-click-element', '.landinghead > a')
! https://github.com/AdguardTeam/AdguardFilters/issues/149464
ap7am.com#%#//scriptlet('trusted-click-element', '#road-block-direct')
! https://github.com/AdguardTeam/AdguardFilters/issues/149461
mirchi9.com#%#//scriptlet('set-session-storage-item', 'm9_home_lp_ads', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/149473
089u.com#%#//scriptlet('prevent-window-open', 'popjump', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/148999
watch.sling.com#%#//scriptlet('json-prune', 'playback_info.ad_info ssai_manifest')
! https://github.com/AdguardTeam/AdguardFilters/issues/149397
defenceweb.co.za#%#//scriptlet('set-constant', 'td_ad_background_click_link', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/149185
gayforfans.com#%#//scriptlet('prevent-window-open', 'assets/logo.png')
! https://github.com/AdguardTeam/AdguardFilters/issues/149197
gpucheck.com#%#//scriptlet('set-constant', 'myAdManager', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/175480
! https://github.com/AdguardTeam/AdguardFilters/issues/159332
! https://github.com/AdguardTeam/AdguardFilters/issues/148909
boltx.stream,bestx.stream,watchx.top#%#//scriptlet('set-constant', 'Set_Popup', '2')
boltx.stream,bestx.stream,watchx.top,hindimoviestv.com#%#//scriptlet('prevent-window-open')
hindimoviestv.com#%#//scriptlet('abort-on-property-read', 'PopShow3')
! https://github.com/AdguardTeam/AdguardFilters/issues/148847
tupaki.com#%#AG_onLoad(function(){if(window.location.href.indexOf("tupaki.com/advertisement")>-1){window.location.href="https://tupaki.com";}});
! https://github.com/AdguardTeam/AdguardFilters/issues/148849
telugu360.com#%#//scriptlet('trusted-click-element', '.skip_ad_custom')
telugu360.com#%#//scriptlet('trusted-click-element', '#go-home')
! https://github.com/AdguardTeam/AdguardFilters/issues/148687
shorturl.unityassets4free.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/148046
softonic.com#%#//scriptlet('set-cookie', 'softonic-r2d2-view-state', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/147745
boyfriendtv.com#%#//scriptlet('abort-on-property-read', 'backgroundBlack')
! https://github.com/AdguardTeam/AdguardFilters/issues/147933
ultimedia.com#%#//scriptlet('adjust-setTimeout', '[native code]', '5000', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/132630
financerites.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/147578
greatandhra.com#%#//scriptlet('set-cookie-reload', 'garb', '1')
greatandhra.com#%#//scriptlet('set-cookie-reload', 'sosh', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/147552
guccihide.com#%#//scriptlet("abort-current-inline-script", "eval", "String.fromCharCode")
! https://github.com/AdguardTeam/AdguardFilters/issues/146902
10play.com.au#%#//scriptlet('m3u-prune', '/redirector\.googlevideo\.com\/videoplayback[\s\S]*?dclk_video_ads/', '.m3u8')
! https://github.com/AdguardTeam/AdguardFilters/issues/146786
asianage.com#%#AG_onLoad(() => { var element = document.querySelector('.rightCol'); if ( element ) { element.innerHTML = element.innerHTML.replaceAll('ADVERTISEMENT', ''); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/152331
! https://github.com/AdguardTeam/AdguardFilters/issues/146542
aniwave.to,9anime.to#%#//scriptlet('abort-on-property-read', 'a0a')
aniwave.to,9anime.to#%#//scriptlet('prevent-setInterval', 'ppu_exp')
! https://github.com/AdguardTeam/AdguardFilters/issues/146477
mycloud123.top,mycloud4.online#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/146464
cdnjavhd.online#%#//scriptlet('abort-current-inline-script', 'Math.floor', 'urls.length')
! https://github.com/AdguardTeam/AdguardFilters/issues/145894
videoporn.tube#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/146413
alexsports.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/146332
coolrom.com.au#%#//scriptlet('set-cookie', 'modal_cookie', 'yes')
coolrom.com.au#%#//scriptlet('abort-current-inline-script', 'confirm', '/offers')
! https://github.com/AdguardTeam/AdguardFilters/issues/146297
paid4file.com#%#//scriptlet('prevent-window-open')
paid4file.com#%#//scriptlet('remove-class', 'get-link', 'a.get-link[target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/145983
j2team.dev#%#//scriptlet('prevent-setTimeout', 'afterRedirectUrl')
! https://github.com/AdguardTeam/AdguardFilters/issues/145816
!ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com#%#//scriptlet('set-constant', 'PQ', 'emptyObj')
!ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com#%#//scriptlet('set-constant', 'PQ.cmd', 'emptyArr')
!ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com#%#//scriptlet('prevent-element-src-loading', 'script', '/pub.doubleverify.com|static.adsafeprotected.com/')
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com#%#//scriptlet('adjust-setTimeout', 'loadVideo', '*', '0.02')
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com#%#(()=>{const a=function(){};window.apstag={fetchBids(c,a){"function"==typeof a&&a([])},init:a,setDisplayBids:a,targetingKeys:a}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/145868
fikper.com#%#//scriptlet('prevent-window-open', '?key=')
! https://github.com/AdguardTeam/AdguardFilters/issues/145730
gayxx.net#%#//scriptlet("abort-on-property-read", "adsbyjuicy")
! https://github.com/AdguardTeam/AdguardFilters/issues/145279
[$path=/interstice-ad]americass.net#%#//scriptlet('trusted-click-element', '.row > a.btn-link')
! https://github.com/AdguardTeam/AdguardFilters/issues/145269
theyarehuge.com#%#//scriptlet("abort-current-inline-script", "Object.defineProperty", "clickHandler")
! https://github.com/AdguardTeam/AdguardFilters/issues/144499
directupload.net#%#//scriptlet('abort-current-inline-script', 'Function.prototype.bind')
! https://github.com/AdguardTeam/AdguardFilters/issues/144160
streamhide.to#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/144785
gaystream.pw#%#//scriptlet("abort-on-property-read", "adsbyjuicy")
! https://github.com/AdguardTeam/AdguardFilters/issues/143803
viprow.nu#%#//scriptlet("prevent-window-open", "affelseaeinera.org")
! https://github.com/AdguardTeam/AdguardFilters/issues/144410
tii.la,blogtechh.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/143935
getmodsapk.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/143665
fsohd.xyz#%#//scriptlet('set-constant', 'doSecondPop', 'noopFunc')
fsohd.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/144160
188.166.182.72#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/143845
pornstash.in#%#//scriptlet("abort-on-property-write", "atOptions")
! https://github.com/AdguardTeam/AdguardFilters/issues/143002
strikeout.*,buffstreams.*#%#//scriptlet("abort-current-inline-script", "atob", "decodeURIComponent")
! https://github.com/abp-filters/abp-filters-anti-cv/pull/1288
socialmediagirls.com#%#//scriptlet('prevent-addEventListener', 'load', 'puHref')
! https://github.com/AdguardTeam/AdguardFilters/issues/143608
mov18plus.cloud,sexhd.co#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/143493
yoho.games#%#//scriptlet('set-constant', 'showads', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/143476
! https://github.com/AdguardTeam/AdguardFilters/issues/143472
cargames.com,puzzlegame.com,yiv.com#%#//scriptlet('set-constant', 'adBreak', 'noopFunc')
cargames.com,puzzlegame.com,yiv.com#%#//scriptlet('set-constant', 'adConfig', 'noopFunc')
cargames.com#%#//scriptlet('prevent-addEventListener', 'error', 'UnityLoader.Error')
! https://github.com/AdguardTeam/AdguardFilters/issues/143452
bitchesgirls.com#%#//scriptlet("prevent-addEventListener", "load", "adSession")
! https://github.com/AdguardTeam/AdguardFilters/issues/121023
welovemanga.one,weloma.art#%#//scriptlet('abort-on-property-write', 'document.ready')
weloma.art#%#//scriptlet("prevent-window-open")
! popup
sexypornpictures.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/143001
vipleague.st#%#//scriptlet("abort-current-inline-script", "decodeURIComponent")
! https://github.com/AdguardTeam/AdguardFilters/issues/142546
n.fcd.su#%#//scriptlet('set-constant', 'open_href', 'noopFunc')
n.fcd.su#%#//scriptlet('remove-attr', 'disabled', '#submitbutton[disabled]')
n.fcd.su#%#//scriptlet('abort-current-inline-script', '$', '#push-allow-modal')
! https://github.com/AdguardTeam/AdguardFilters/issues/142478
cbsnews.com#%#//scriptlet('set-constant', 'Object.prototype.shouldShowAd', 'falseFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/142472
kisscartoon.nz,kisscartoon.sh#%#//scriptlet('abort-current-inline-script', 'jQuery', 'ZoneId')
! https://github.com/AdguardTeam/AdguardFilters/issues/142397
jpvhub.com#%#//scriptlet('set-local-storage-item', 'POPUNDER_TIME', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/142301
xszav2.com#%#//scriptlet('abort-on-property-write', 'zoneId')
xszav2.com#%#//scriptlet('abort-on-property-read', '__ENSO_VAST')
! https://github.com/AdguardTeam/AdguardFilters/issues/142202
hentaiforce.net#%#//scriptlet('prevent-window-open')
hentaiforce.net#%#//scriptlet('set-constant', 'show_popup', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/141317
match3games.com#%#//scriptlet('set-constant', 'YMPB', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/141225
ww2.putlocker.onl#%#//scriptlet('remove-attr', 'href', 'center > div[id^="videoBox"] > a')
! https://github.com/AdguardTeam/AdguardFilters/issues/62128
oklivetv.com#%#//scriptlet('abort-current-inline-script', 'String.fromCharCode', 'motionAd')
! https://github.com/AdguardTeam/AdguardFilters/issues/141472
vttp.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/141429
embedgram.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/140738
iptvxtreamcode.blogspot.com#%#//scriptlet('abort-on-property-write', 'onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/140588
sportcast.life#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/140429
apkmody.fun#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/140369
watchseinfeld.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/146007
! https://github.com/uBlockOrigin/uAssets/issues/16373
vebma.com#%#//scriptlet('remove-attr', 'href', 'div[x-data="adtival"] a[href][\@click="scroll"]')
vebma.com,pinloker.com,sekilastekno.com#%#//scriptlet('prevent-window-open', '/\.(com|net)\/4\/|teraboxapp|momerybox/')
! udvl.com popunder on play
udvl.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/140272
emovies.si#%#//scriptlet('abort-current-inline-script', 'jQuery', 'ZoneId')
! https://github.com/AdguardTeam/AdguardFilters/issues/140104
freeomovie.to#%#//scriptlet('abort-current-inline-script', 'String.fromCharCode', 'shift')
freeomovie.to#%#//scriptlet('adjust-setInterval', '', '1000')
! https://github.com/AdguardTeam/AdguardFilters/issues/140172
streamsb.net#%#//scriptlet('prevent-addEventListener', 'click', '_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/140217
crackle.com#%#//scriptlet('json-prune', 'data.device.adsParams')
! https://github.com/AdguardTeam/AdguardFilters/issues/139553#issuecomment-1378380473
mtv.com#%#(()=>{window.XMLHttpRequest.prototype.open=new Proxy(window.XMLHttpRequest.prototype.open,{apply:async(a,b,c)=>{const d=c[1];if("string"!=typeof d||0===d.length)return Reflect.apply(a,b,c);const e=/topaz\.dai\.viacomcbs\.digital\/ondemand\/hls\/.*\.m3u8/.test(d),f=/dai\.google\.com\/ondemand\/v.*\/hls\/content\/.*\/vid\/.*\/stream/.test(d);return(e||f)&&b.addEventListener("readystatechange",function(){if(4===b.readyState){const a=b.response;if(Object.defineProperty(b,"response",{writable:!0}),Object.defineProperty(b,"responseText",{writable:!0}),f&&(null!==a&&void 0!==a&&a.ad_breaks&&(a.ad_breaks=[]),null!==a&&void 0!==a&&a.apple_tv&&(a.apple_tv={})),e){const c=a.replaceAll(/#EXTINF:(\d|\d\.\d+)\,\nhttps:\/\/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?&source=dclk_video_ads&[\s\S]*?\n/g,"");b.response=c,b.responseText=c}}}),Reflect.apply(a,b,c)}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/139401
sextu.com#%#//scriptlet('abort-current-inline-script', 'ACtMan')
! https://github.com/AdguardTeam/AdguardFilters/issues/141098
hdporn92.com,eachporn.com,yourdailypornvideos.ws#%#//scriptlet('set-constant', 'univresalP', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/139404
realpornclip.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/139387
thothub.to#%#//scriptlet('abort-on-property-write', 'window.onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/139387
netfapx.com#%#//scriptlet('abort-on-property-write', 'window.onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/139672
streamers.watch#%#//scriptlet('prevent-window-open')
! edition.cnn.com - dns blocking apstag breaks the player
wsj.com,edition.cnn.com#%#//scriptlet('set-constant', 'apstag', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/142480
! https://github.com/AdguardTeam/AdguardFilters/issues/142387
! https://github.com/AdguardTeam/AdguardFilters/issues/138817
ok.co.uk,dailystar.co.uk,manchestereveningnews.co.uk,dailypost.co.uk,dailyrecord.co.uk,oxfordshirelive.co.uk,liverpoolecho.co.uk,bristolpost.co.uk,nottinghampost.com,aberdeenlive.news,edinburghlive.co.uk,bedfordshirelive.co.uk,glasgowlive.co.uk,mirror.co.uk#%#//scriptlet('set-constant', 'chameleonVideo.adDisabledRequested', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/138802
eticket.gsc.com.my#%#//scriptlet('set-constant', 'googletag', 'emptyObj')
! https://github.com/AdguardTeam/AdguardFilters/issues/139049
itemmania.in.th#%#(function(){window.twttr={conversion:{trackPid:function(){}}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/138819
fapmeifyoucan.net#%#//scriptlet('set-cookie', 'fameifyoucandisclamer', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/138201
pornid.*#%#//scriptlet('set-constant', 'document.head.insertAdjacentHTML', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/138583
xnxx.fit#%#//scriptlet('set-cookie', 'current_click', '1')
xnxx.fit#%#//scriptlet('set-cookie-reload', 'clicked', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/138478
7starhd.*#%#//scriptlet('abort-on-property-read', '_pop')
! https://github.com/AdguardTeam/AdguardFilters/issues/138321
xxxshake.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/138210
amateur8.com,bigtitslust.com,maturetubehere.com,lesbian8.com,sortporn.com,freeporn8.com#%#//scriptlet("abort-on-property-read", "Q433")
! https://github.com/AdguardTeam/AdguardFilters/issues/138219
stapadblockuser.xyz#%#//scriptlet('prevent-window-open')
! mexa.sh - popups
mexa.sh#%#//scriptlet("abort-on-property-write", "installBtnvar")
! https://github.com/AdguardTeam/AdguardFilters/issues/137927
hentaiporn.one#%#//scriptlet('prevent-setTimeout', 'realsrv', '300')
! https://github.com/AdguardTeam/AdguardFilters/issues/137914
javporn.tv#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/136344
!
! https://github.com/AdguardTeam/AdguardFilters/issues/137759
notube.cc#%#//scriptlet('prevent-window-open', 'notube.cc/p')
! https://github.com/AdguardTeam/AdguardFilters/issues/137314
cloudbate.com#%#//scriptlet('remove-attr', 'onclick', '.play-now')
! https://github.com/AdguardTeam/AdguardFilters/issues/137477
gayfor.us#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/137480
stapadblockuser.info#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/137361
readcomiconline.li#%#//scriptlet('abort-current-inline-script', 'document.createElement', '.quit)')
! https://github.com/AdguardTeam/AdguardFilters/issues/137268
filepress.lol#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/138182
spankbang.mov,spankbang.party,spankbang.com#%#//scriptlet('set-cookie', 'pg_interstitial_v5', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/137162
ohentai.org#%#//scriptlet("abort-current-inline-script", "document.getElementsByTagName", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/136636
theporndude.com#%#//scriptlet('abort-on-stack-trace', 'Cookies', 'initWallpaperScript')
! https://github.com/AdguardTeam/AdguardFilters/issues/137018
hdlivegames.xyz#%#//scriptlet('remove-attr', 'href', 'body > a')
! https://github.com/AdguardTeam/AdguardFilters/issues/136206
torrentmac.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/136502
enit.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/136925
notateslaapp.com#%#//scriptlet('abort-current-inline-script', 'Promise', 'img.onerror')
! https://github.com/AdguardTeam/AdguardFilters/issues/136416
gaypornhdfree.com#%#//scriptlet('set-constant', 'doSecondPop', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/136757
javchill.com#%#//scriptlet('remove-attr', 'href', 'a[onclick="pop(this)"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/136634
mydaddy.cc#%#//scriptlet("set-constant", "adt", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/136635
videobin.co#%#//scriptlet('set-cookie', 'overlay', 'true')
videobin.co#%#//scriptlet('abort-current-inline-script', 'document.attachEvent', 'initBCPopunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/136626
birminghammail.co.uk#%#//scriptlet("set-constant", "chameleonVideo.adDisabledRequested", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/136546
hentaiworld.tv#%#//scriptlet("prevent-window-open", "hyenadata")
! https://github.com/AdguardTeam/AdguardFilters/issues/135825
emturbovid.com#%#//scriptlet('prevent-setTimeout', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/135902
mega4upload.com#%#//scriptlet('remove-attr', 'onclick', '#direct_link > a[onclick]')
! https://github.com/AdguardTeam/AdguardFilters/issues/135953
igg-games.com#%#//scriptlet("set-constant", "advanced_ads_ready", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/135957
mpgun.com#%#//scriptlet("prevent-window-open")
mpgun.com#%#//scriptlet("set-constant", "isFirst", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/135665
! https://github.com/AdguardTeam/AdguardFilters/issues/139672
! https://github.com/AdguardTeam/AdguardFilters/issues/140973
footybite.to,givemenbastreams.com,nolive.me#%#//scriptlet("abort-current-inline-script", "setTimeout", "admc")
! https://github.com/AdguardTeam/AdguardFilters/pull/135052/
netflix.com#%#(() => { var ReplaceMap = {adBreaks: [], adState: null, currentAdBreak: 'undefined'}; Object.defineProperty = new Proxy(Object.defineProperty, { apply: (target, thisArg, ArgsList) => { var Original = Reflect.apply(target, thisArg, ArgsList); if (ArgsList[1] == 'getAdBreaks' || ArgsList[1] == 'getAdsDisplayStringParams') { return Original[ArgsList[1]] = function() {}; } else if (ArgsList[1] == 'adBreaks' || ArgsList[1] == 'currentAdBreak' || typeof Original['adBreaks'] !== 'undefined') { for (var [key, value] of Object.entries(Original)) { if (typeof ReplaceMap[key] !== 'undefined' && ReplaceMap[key] !== 'undefined') { Original[key] = ReplaceMap[key]; } else if (typeof ReplaceMap[key] !== 'undefined' && ReplaceMap[key] === 'undefined') { Original[key] = undefined; } } return Original; } else { return Original; }}})})();
! Disabled due to https://github.com/AdguardTeam/AdguardFilters/issues/137980#issuecomment-1372856216
!netflix.com#%#//scriptlet('set-constant', 'netflix.appContext.state.model.models.truths.data.isAdsPlan', 'false')
!netflix.com#%#//scriptlet('set-constant', 'netflix.appContext.state.model.models.playerModel.data.config.core.initParams.enableAdPlaygraphs', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/135665
nolive.me#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/135293
pornstash.in#%#//scriptlet("abort-current-inline-script", "document.createElement", "Popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/135240
onlyporn.tube,pornhits.com#%#//scriptlet("abort-on-property-read", "AdManager")
! https://github.com/AdguardTeam/AdguardFilters/issues/135635
btsow.beauty#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/135340
eroti.ga#%#//scriptlet("abort-current-inline-script", "eval", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/135347
uploadgig.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/135578
! unlock the play button
! #%#//scriptlet('set-constant', 'vastEnabled', 'false')
hellporno.net,bravoporn.com,alphaporno.com,sex3.com,crocotube.com,bravoteens.com,zedporn.com,hellmoms.com,tubewolf.com,xbabe.com,hellporno.com,xcum.com,anyporn.com#%#//scriptlet('set-constant', 'vastEnabled', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/135260
ddownr.com#%#//scriptlet('set-constant', 'openad', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/135120
welovemanga.one#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/135478
microsoftstart.msn.com#%#//scriptlet('hide-in-shadow-dom', 'cs-native-ad-card, [id^="native_ad_"]')
microsoftstart.msn.com#%#//scriptlet('remove-in-shadow-dom', 'msft-info-pane-slide[class^="title-ad-"], msn-info-pane-panel[id="tab_panel_undefined"], msn-info-pane-tab[id="tab_undefined"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/135432
torrentsites.com#%#//scriptlet("abort-on-property-read", "openPopup")
! https://github.com/AdguardTeam/AdguardFilters/issues/135042
picyield.com#%#//scriptlet("abort-current-inline-script", "history.replaceState", "_0x")
! https://github.com/uBlockOrigin/uAssets/issues/15715
gloucestershirelive.co.uk#%#//scriptlet("set-constant", "chameleonVideo.adDisabledRequested", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/135018
||fifa.com/api/v*/ad-manager/$xmlhttprequest,redirect=nooptext
fifa.com#%#//scriptlet("json-prune", "ads.breaks.*.ads.*")
fifa.com#%#(()=>{const a=window.fetch,b={apply:async(b,c,d)=>{const e=d[0]instanceof Request?d[0].url:d[0];if("string"!=typeof e||0===e.length)return Reflect.apply(b,c,d);if(e.includes("uplynk.com/")&&e.includes(".m3u8")){const b=await a(...d);let c=await b.text();return c=c.replaceAll(/#UPLYNK-SEGMENT: \S*\,ad\s[\s\S]+?((#UPLYNK-SEGMENT: \S+\,segment)|(#EXT-X-ENDLIST))/g,"$1"),new Response(c)}return Reflect.apply(b,c,d)}};try{window.fetch=new Proxy(window.fetch,b)}catch(a){}})();
fifa.com#%#//scriptlet('set-constant', 'Object.prototype.removeAdContainer', 'noopFunc')
fifa.com#%#//scriptlet('set-constant', 'google.ima.AdsManagerLoadedEvent.prototype.getAdsManager', 'noopFunc')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=fifa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135131
go.shareus.in#%#//scriptlet("prevent-window-open")
go.shareus.in#%#//scriptlet("set-cookie", "ad_opened", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/134992
netlivetv.xyz#%#//scriptlet('trusted-set-constant', 'dtGonza.playeradstime', '"-1"')
! https://github.com/AdguardTeam/AdguardFilters/issues/134599
slideshare.net#%#//scriptlet('remove-class', 'disabled', '#progress-bar')
slideshare.net#%#//scriptlet('remove-attr', 'disabled', '#previous-slide')
slideshare.net#%#//scriptlet('remove-attr', 'disabled', '#next-slide')
! https://github.com/bogachenko/fuckfuckadblock/issues/355
enit.in#%#//scriptlet('remove-attr', 'onclick', 'button#continue[onclick^="window.open"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/134206
! https://github.com/AdguardTeam/AdguardFilters/issues/170491
whoreshub.com,mdhstream.cc,forums.socialmediagirls.com#%#//scriptlet('prevent-addEventListener', 'load', 'puURLstrpcht')
! https://github.com/AdguardTeam/AdguardFilters/issues/133899
videos.remilf.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/133965
turbobyt.com,turbobyte.net,turbobits.cc,turbobiyt.net,turbobit.net#%#//scriptlet('trusted-click-element', 'a#no-thanks-btn')
! https://github.com/AdguardTeam/AdguardFilters/issues/133527
myoplay.club#%#//scriptlet("set-constant", "__poupup_active", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/133902
javseen.tv#%#//scriptlet("abort-on-property-read", "jsPopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/132843
dropgalaxy.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/133489
ssyoutube.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/133126
moviehdkh.com#%#(function(){if(location.href.includes("embed_id")){const a=new MutationObserver(function(){const b=document.querySelector("video[data-ads-link][src]"),c=document.querySelector("#skipAds"),d=document.querySelector(".vjs-control-bar.vjs-hidden");if(b&&!isNaN(b.duration)&&c&&d){a.disconnect();const c=b.getAttribute("src"),d=JSON.parse(b.getAttribute("data-ads-link")),e=d[0]?.src;if(c&&e&&c===e){b.currentTime=b.duration,setTimeout(function(){b.pause()},1E3)}}});a.observe(document,{childList:!0,subtree:!0,attributes:!0})}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/133135
fembed9hd.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/133158
javiku.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/132868
milfnut.com#%#//scriptlet("prevent-window-open")
! popup
infinitehentai.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/132728
html5.gamedistribution.com#%#//scriptlet('prevent-element-src-loading', 'script','pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/132669
fuqqt.com,tubesafari.com,pornkai.com#%#//scriptlet("abort-on-property-read", "ljcode")
! https://github.com/AdguardTeam/AdguardFilters/issues/132249
sportfacts.net#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'document.oncontextmenu')
! https://github.com/AdguardTeam/AdguardFilters/issues/132625
fmmods.com#%#//scriptlet("abort-current-inline-script", "downloadpage", "location.href")
! https://github.com/AdguardTeam/AdguardFilters/issues/132579
cr7sports.us#%#//scriptlet('set-cookie', '_popprepop', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/132253
btvsports.lol#%#//scriptlet('remove-attr', 'href', '.page-header a[href^="mailto:"]')
! popup on clicking chapter
manhwadesu.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/132285
watchjavonline.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/132437
serieslatinoamerica.org#%#//scriptlet("abort-current-inline-script", "atob", "decodeURIComponent")
! https://github.com/AdguardTeam/AdguardFilters/issues/132270
mvidoo.com#%#//scriptlet('abort-on-property-read', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/173054
! https://github.com/AdguardTeam/AdguardFilters/issues/167668
! Removes ad placeholders in sliders
! Current path is "properties.componentConfigs.slideshowConfigs.slideshowSettings.interstitialNativeAds"
! Other paths probably can be removed, but keep them just in case for some time
msn.com#%#//scriptlet('json-prune', 'configs.*.properties.slideshowWCSettings.interstitialNativeAds configs.*.properties.fullScreenSlideshowSettings.interstitialNativeAds properties.componentConfigs.slideshowConfigs.interstitialNativeAds properties.componentConfigs.slideshowConfigs.slideshowSettings.interstitialNativeAds')
! https://github.com/AdguardTeam/AdguardFilters/issues/167668
! https://github.com/AdguardTeam/AdguardFilters/issues/146823
! https://github.com/AdguardTeam/AdguardFilters/issues/136564
msn.com#%#//scriptlet('inject-css-in-shadow-dom', 'cs-native-ad-card-no-hover, display-ads, .display-ad-container, .display-ads-container, .views-right-rail-top-display, #entry-point-hp-wc-banner, .me-stripe-title-subtitle, #displayAdCard, a[href*=".booking.com/"], a[href^="https://amzn.to/"] { display: none !important; }')
msn.com#%#//scriptlet('inject-css-in-shadow-dom', 'cs-native-ad-card { visibility: hidden !important; }')
msn.com#%#//scriptlet('inject-css-in-shadow-dom', '#entry-point-hp-wc-header[style^="top:"] { top: 0 !important; }')
msn.com#%#//scriptlet('inject-css-in-shadow-dom', '#entry-point-hp-wc-root-wrapper[style^="margin-top:"] { margin-top: 0 !important; }')
! https://github.com/AdguardTeam/AdguardFilters/issues/131852
msn.com#%#AG_onLoad(function(){setTimeout(function(){var b=document.querySelector("body > fluent-design-system-provider > entry-point")?.shadowRoot?.querySelector("#entry-point-hp-wc-root-wrapper > .content-container > .stripe-wc-container > stripe-wc")?.shadowRoot?.querySelector("fluent-design-system-provider > .stripe-feed > .feed-section > .river-section > stripe-slider > msft-feed-layout")?.shadowRoot?.querySelector("#displayAdCard");b&&b.remove();},2E3)});
! https://github.com/AdguardTeam/AdguardFilters/issues/131904
enjoy4k.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/131934
pvstreams.com#%#//scriptlet("prevent-window-open")
pvstreams.com#%#//scriptlet("abort-on-property-read", "nativeInit")
! popup
movies2watch.ru#%#//scriptlet("prevent-window-open")
! https://linkspy.cc/tr/aHR0cDovL2ZjLmxjL2Z1bGwvP2FwaT00ZjcyNTBhYmU4NmJhNTViNWI3OTM4OTYwY2M1ZjYwNzdjNWVhNzAxJnVybD1hSFIwY0RvdkwzTm9iM0owWlhKaGJHd3VZMjl0TDNCNE5GVS9WR2hoYm1zdGVXOTFNejlVYUdGdWF5MTViM1V6JnR5cGU9Mg==
linkspy.cc#%#//scriptlet("set-constant", "displayAds", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/131587
download.windowslite.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/131464
bitporno.*#%#//scriptlet("abort-on-property-read", "_run")
bitporno.*#%#//scriptlet("abort-on-property-write", "atOptions")
! https://github.com/AdguardTeam/AdguardFilters/issues/131540
streamsb.net#%#//scriptlet("abort-on-property-read", "mm")
streamsb.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/131125
notube.net#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/131123
oii.io#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/131116
best-cpm.com#%#//scriptlet("prevent-window-open")
! https://github.com/uBlockOrigin/uAssets/commit/d1516279f07ca1c686f936335a20ca23808dd7f6#commitcomment-85409626
scratch247.info#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/130290
youpit.xyz#%#//scriptlet("abort-on-property-write", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/130286
papahd1.xyz#%#//scriptlet("abort-on-property-read", "loadpopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/130284
stakes100.xyz#%#//scriptlet('abort-on-property-read', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/130241
fleshed.com#%#//scriptlet("set-cookie", "instc_rec", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/130002
yesvids.com#%#//scriptlet("set-constant", "popped", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/130051
video-to-mp3-converter.com#%#//scriptlet("prevent-window-open", "!/^\//")
! https://github.com/AdguardTeam/AdguardFilters/issues/129993
sportssoccer.club#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/129989
oko.sh#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/129556
! https://github.com/AdguardTeam/AdguardFilters/issues/129658
! TODO: Try to find a way to fix an issue with time of the video
! At the moment, video player shows that time of the video is longer than it really is (time of the video + ads),
! so clicking somewhere after video end causes that the new video starts playing
cbs.com,paramountplus.com#%#(()=>{window.XMLHttpRequest.prototype.open=new Proxy(window.XMLHttpRequest.prototype.open,{apply:async(a,b,c)=>{const d=c[1];return"string"!=typeof d||0===d.length?Reflect.apply(a,b,c):(d.match(/pubads\.g\.doubleclick.net\/ondemand\/hls\/.*\.m3u8/)&&b.addEventListener("readystatechange",function(){if(4===b.readyState){const a=b.response;Object.defineProperty(b,"response",{writable:!0}),Object.defineProperty(b,"responseText",{writable:!0});const c=a.replaceAll(/#EXTINF:(\d|\d\.\d+)\,\nhttps:\/\/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?&source=dclk_video_ads&[\s\S]*?\n/g,"");b.response=c,b.responseText=c}}),Reflect.apply(a,b,c))}})})();
cbs.com,paramountplus.com#%#(()=>{const a=window.fetch;window.fetch=new Proxy(window.fetch,{apply:async(b,c,d)=>{const e=d[0];if("string"!=typeof e||0===e.length)return Reflect.apply(b,c,d);if(e.match(/pubads\.g\.doubleclick\.net\/ondemand\/.*\/content\/.*\/vid\/.*\/streams\/.*\/manifest\.mpd|pubads\.g\.doubleclick.net\/ondemand\/hls\/.*\.m3u8/)){const b=await a(...d);let c=await b.text();return c=c.replaceAll(/<Period id="(pre|mid|post)-roll-.-ad-[\s\S]*?>[\s\S]*?<\/Period>|#EXTINF:(\d|\d\.\d+)\,\nhttps:\/\/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?&source=dclk_video_ads&[\s\S]*?\n/g,""),new Response(c)}return Reflect.apply(b,c,d)}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/129586
ctfile.com#%#//scriptlet("prevent-window-open", "popjump", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/129911
papahd.club#%#//scriptlet("abort-on-property-read", "loadpopunder")
papahd.club#%#//scriptlet("set-constant", "window.__cfRLUnblockHandlers", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/129217
javuncensored.watch,javcensored.net,javbake.com#%#//scriptlet('remove-class', 'adstrick', '.adstrick')
! https://github.com/AdguardTeam/AdguardFilters/issues/129251
cnn.com#%#//scriptlet('set-constant', 'Object.prototype._setAdsConfigurations', 'noopFunc')
cnn.com#%#(()=>{window.FAVE=window.FAVE||{};const s={set:(s,e,n,a)=>{if(s?.settings?.ads?.ssai?.prod?.clips?.enabled&&(s.settings.ads.ssai.prod.clips.enabled=!1),s?.player?.instances)for(var i of Object.keys(s.player.instances))s.player.instances[i]?.configs?.ads?.ssai?.prod?.clips?.enabled&&(s.player.instances[i].configs.ads.ssai.prod.clips.enabled=!1);return Reflect.set(s,e,n,a)}};window.FAVE=new Proxy(window.FAVE,s)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/128820
javbangers.com#%#//scriptlet("abort-on-property-write", "window.onload")
! https://github.com/AdguardTeam/AdguardFilters/issues/128971
missav123.com,missav789.com,missav888.com,missav.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'htmlAds')
missav123.com,missav789.com,missav888.com,missav.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/128921
titantv.com#%#(()=>{window.PostRelease={Start(){}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/128734
gamcore.com#%#//scriptlet('set-cookie', 'popout2', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/128430
reviewtech.me#%#//scriptlet("abort-on-property-write", "onload")
! https://github.com/AdguardTeam/AdguardFilters/issues/128169
chillx.top,full4u.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/128307
lineageos18.com#%#//scriptlet("prevent-window-open", "lineageos18.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/128325
footyhunter3.xyz#%#//scriptlet("prevent-window-open")
olacast.live#%#//scriptlet("abort-on-property-read", "__cfg_")
! https://github.com/AdguardTeam/AdguardFilters/issues/128221
jacarandafm.com#%#(()=>{window.com_adswizz_synchro_decorateUrl=function(a){if("string"===typeof a&&a.startsWith("http"))return a}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/127726
men4menporn.eu,cdnm4m.nl#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/128019
pornborne.com#%#//scriptlet("abort-on-property-read", "open")
! https://github.com/AdguardTeam/AdguardFilters/issues/127801
tv.gab.com#%#//scriptlet("json-prune", "*", "placement video")
! fake player
eegybest.xyz#%#//scriptlet('remove-attr', 'href', '#clickfakeplayer')
! https://github.com/AdguardTeam/AdguardFilters/issues/124745
! TODO: use scriptlet when it will be added - https://github.com/AdguardTeam/Scriptlets/issues/202
player.theplatform.com#%#(()=>{window.XMLHttpRequest.prototype.open=new Proxy(window.XMLHttpRequest.prototype.open,{apply:async(a,b,c)=>{const d=c[1];return"string"!=typeof d||0===d.length?Reflect.apply(a,b,c):(d.match(/manifest\..*\.theplatform\.com\/.*\/.*\.m3u8\?.*|manifest\..*\.theplatform\.com\/.*\/*\.meta.*/)&&b.addEventListener("readystatechange",function(){if(4===b.readyState){const a=b.response;Object.defineProperty(b,"response",{writable:!0}),Object.defineProperty(b,"responseText",{writable:!0});const c=a.replaceAll(/#EXTINF:.*\n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-ENDLIST/g,"");b.response=c,b.responseText=c}}),Reflect.apply(a,b,c))}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/126547
maxstream.video#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/124322
itv.com#%#//scriptlet('json-prune', 'Playlist.ContentBreaks')
! https://github.com/AdguardTeam/AdguardFilters/issues/136960
hurawatch.at#%#//scriptlet('abort-current-inline-script', 'window.onclick', 'https')
! https://github.com/AdguardTeam/AdguardFilters/issues/126253
tukipasti.com#%#//scriptlet("prevent-window-open")
! popup
ier.ai#%#//scriptlet("prevent-window-open")
! popunder
alrincon.com#%#//scriptlet("abort-current-inline-script", "onload", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/170742
! https://github.com/AdguardTeam/AdguardFilters/issues/135040
wionews.com#%#(()=>{let e,t=!1;const n=function(){},o=function(t,n){if("function"==typeof n)try{window.KalturaPlayer?n([]):e=n}catch(e){console.error(e)}};let r;Object.defineProperty(window,"PWT",{value:{requestBids:o,generateConfForGPT:o,addKeyValuePairsToGPTSlots:n,generateDFPURL:n}}),Object.defineProperty(window,"KalturaPlayer",{get:function(){return r},set:function(n){r=n,t||(t=!0,e([]))}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/125900
dnaindia.com#%#(()=>{const a=function(){},b=function(c,a){if("function"==typeof a)try{a([])}catch(a){console.error(a)}};Object.defineProperty(window,"PWT",{value:{requestBids:b,generateConfForGPT:b,addKeyValuePairsToGPTSlots:a,generateDFPURL:a}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/122322
kuncomic.com#%#//scriptlet('abort-on-property-read', 'detectAdblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/125695
ytmp3.wtf#%#//scriptlet("prevent-window-open")
ytmp3.wtf#%#//scriptlet("set-constant", "loadedK", "1")
! https://github.com/uBlockOrigin/uAssets/issues/14141
novelgames.com#%#//scriptlet('adjust-setInterval', 'skipAdSeconds', '', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/125396
eztv.re#%#//scriptlet('set-cookie', 'hide_vpn', '1')
! popup
bang14.com#%#//scriptlet("abort-current-inline-script", "$", "setCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/124348
bestcash2020.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/124139
123movieshub.tc#%#//scriptlet("abort-on-property-read", "zfgstorage")
! popunder
hentaivideos.net#%#//scriptlet('prevent-eval-if', 'popUnderStage')
! https://github.com/AdguardTeam/AdguardFilters/issues/123748
novelroom.net#%#//scriptlet("abort-current-inline-script", "Node.prototype.insertBefore", ".parentNode.insertBefore(")
! canvas ad on top page
mysexgames.com#%#//scriptlet("set-constant", "createCanvas", "noopFunc")
! edoujin.net - redirection to ads
edoujin.net#%#//scriptlet('prevent-refresh')
! https://github.com/AdguardTeam/AdguardFilters/issues/121309
strtapewithadblock.*,strtapeadblocker.art,strtapeadblocker.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "o.contentWindow.document.createElement")
! https://github.com/AdguardTeam/AdguardFilters/issues/123687
imgur.com#%#//scriptlet("adjust-setTimeout", "/function\(\)\{try\{|adBegan/", "5000", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/123312
gochyu.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/123094
linkbin.me#%#//scriptlet("abort-on-property-read", "Object.prototype.loadImages")
linkbin.me#%#//scriptlet("abort-on-property-read", "Object.prototype.loadCosplay")
! https://github.com/AdguardTeam/AdguardFilters/issues/122839
mediafire.com#%#//scriptlet('prevent-window-open', 'otnolatrnup.com')
mediafire.com#%#//scriptlet('prevent-addEventListener', 'click', 'ClickHandler')
mediafire.com#%#//scriptlet('prevent-addEventListener', 'load', 'PopUnder')
! https://github.com/AdguardTeam/AdguardFilters/issues/122766
1337x.to#%#//scriptlet('abort-on-property-read', 'DEBUG_MODE')
! https://github.com/AdguardTeam/AdguardFilters/issues/122741
manageditmag.co.uk#%#//scriptlet("prevent-addEventListener", "click", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/122707
bestsolaris.com#%#//scriptlet("prevent-addEventListener", "click", "instanceof Function&&window")
! https://github.com/AdguardTeam/AdguardFilters/issues/122290
! https://github.com/AdguardTeam/AdguardFilters/issues/129272
ijavtorrent.com,javpornhd.online#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/121309
javpoll.com#%#//scriptlet('prevent-window-open')
! popup on convert
yout.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/122003
javhd.icu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/121697
javquick.com#%#//scriptlet("set-constant", "adsUrls", "undefined")
! erotom.com revolving ad
erotom.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "replace")
! https://github.com/AdguardTeam/AdguardFilters/issues/120784
freexcafe.com#%#//scriptlet('remove-attr', 'href', 'a#imagelink[href]')
! https://github.com/AdguardTeam/AdguardFilters/issues/120494
yt5s.com#%#//scriptlet("set-constant", "isLoadAds", "true")
yt5s.com#%#//scriptlet("set-constant", "generatorAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/120169
go.linkfly.io#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/120146
go.bitcoinly.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/120125
short2fly.xyz,techboyz.xyz#%#//scriptlet("abort-current-inline-script", "onclick", "window.open")
! 'undefined' leftover e.g. chintpurni.angelfire.com
angelfire.com#%#//scriptlet("abort-current-inline-script", "document.write", "lycos_ad")
! https://github.com/AdguardTeam/AdguardFilters/issues/130253
up-load.io#%#//scriptlet('prevent-window-open')
up-load.io#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", ".contents().find('body')")
! https://github.com/AdguardTeam/AdguardFilters/issues/120397
wizzair.com#%#//scriptlet('set-session-storage-item', 'bookingSearchAlreadyOpened', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/120166
doodlygames.me,playstore.pw#%#//scriptlet("set-constant", "PreRollAd.timeCounter", "0")
! xhamster.com - back button manipulation
xhamster.com#%#//scriptlet("set-constant", "history.replaceState", "noopFunc")
! popunder
erome.com#%#//scriptlet("set-constant", "tiPopAction", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/119613
starlive.xyz,daddylive.*,embedstream.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/118843
techydino.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/117721
titantv.com#%#//scriptlet("set-constant", "loadPlayer", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/118779
lusttaboo.com#%#//scriptlet("set-constant", "popped", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/118173
teknopaid.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/117988
dembed1.com#%#//scriptlet("prevent-window-open", "!/download?id=")
! https://github.com/AdguardTeam/AdguardFilters/issues/118013
! for some reason scriptlets (adjust-setTimeout/adjust-setInterval) causes that captcha cannot be resolved
cryptodirectories.com#%#//scriptlet("prevent-window-open")
raincaptcha.com#%#//scriptlet("set-constant", "__wait", "0")
raincaptcha.com#%#(function(){window.setTimeout=new Proxy(window.setTimeout,{apply:(a,b,c)=>c&&c[0]&&/if\(!/.test(c[0].toString())&&c[1]&&1e4===c[1]?(c[1]*=.01,Reflect.apply(a,b,c)):Reflect.apply(a,b,c)});window.setInterval=new Proxy(window.setInterval,{apply:(a,b,c)=>c&&c[0]&&/initWait/.test(c[0].toString())&&c[1]&&1e3===c[1]?(c[1]*=.01,Reflect.apply(a,b,c)):Reflect.apply(a,b,c)})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/117922
mozlink.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/118188
nba.com#%#//scriptlet("set-constant", "nbaTop.setupAds", "noopFunc")
nba.com#%#(()=>{window.turner_getTransactionId=turner_getGuid=function(){},window.AdFuelUtils={getUMTOCookies(){}}})();
! https://vostanimez.com/Episode/shokei-shoujo-no-ikiru-michi-the-executioner-and-her-way-of-life-vostfr-saison-1-episode-6-streaming-hd/
imsdb.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/117631
hentai.tv#%#//scriptlet("set-cookie", "inter", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/117124
file-upload.com#%#//scriptlet("prevent-eval-if", "ppuQnty")
! https://github.com/AdguardTeam/AdguardFilters/issues/117240
3hentai.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/116891
111.90.150.149#%#//scriptlet("abort-current-inline-script", "$", "#idmuvi-popup")
111.90.150.149#%#//scriptlet("set-constant", "Object.prototype.shouldPlayPreroll", "falseFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/150234
! https://github.com/AdguardTeam/AdguardFilters/issues/116522
megaurl.in,megafly.in,aztravels.net,handydecor.com.vn,techacode.com,downfile.site,memangbau.com,trangchu.news#%#//scriptlet('prevent-window-open', '!/(megafly|megaurl)\.in/')
! https://github.com/AdguardTeam/AdguardFilters/issues/116391
imgadult.com,imgtaxi.com,imgwallet.com,imgdrive.net#%#//scriptlet("abort-on-property-read", "cticodes")
! https://github.com/AdguardTeam/AdguardFilters/issues/116169
losmovies.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/116036
steampiay.cc,pouvideo.cc,pomvideo.cc#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/115781
search.entireweb.com#%#//scriptlet("prevent-setInterval", "addAds")
! https://github.com/AdguardTeam/AdguardFilters/issues/115964
videos.porndig.com#%#//scriptlet('set-constant', 'Object.prototype.AdOverlay', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/115899
4shared.com#%#//scriptlet('prevent-setInterval', '.append', '1000')
! popunder
miohentai.com#%#//scriptlet("abort-on-property-read", "mnpwclone")
! popup/under
watchasians.cc#%#//scriptlet("prevent-addEventListener", "click", "popunder")
! https://github.com/easylist/easylist/pull/11659
hdthevid.online,vidhdthe.online#%#//scriptlet("abort-on-property-read", "JSON.parse")
! https://github.com/AdguardTeam/AdguardFilters/issues/115590
k1nk.co#%#//scriptlet('abort-current-inline-script', '$', 'advCookie')
! https://github.com/AdguardTeam/AdguardFilters/issues/115510
ace.mu.nu#%#//scriptlet("abort-on-property-read", "__yget_ad_list")
! https://github.com/AdguardTeam/AdguardFilters/issues/115422
bclikeqt.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/115352
uploadbank.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/115293
gocomics.com#%#//scriptlet("set-constant", "amuGc.displayAds", "false")
! popup at https://www.goflix.io/10540-aquaman.html
younetu.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/115079
waploaded.com#%#//scriptlet("remove-attr", "target", ".attachment_info a[target='_blank'][onclick^='location.href']")
! https://github.com/uBlockOrigin/uAssets/issues/12667
tinyurl.is#%#//scriptlet("abort-current-inline-script", "document.createElement", "interactive")
tinyurl.is#%#//scriptlet('prevent-fetch', 'xhr0')
! fake player
cinefunhd.com#%#//scriptlet('remove-attr', 'href', '#clickfakeplayer')
! https://github.com/uBlockOrigin/uAssets/issues/6029
spankbang.com#%#//scriptlet("set-constant", "chrome", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/114798
rapelust.com#%#//scriptlet("abort-current-inline-script", "Object.create", "break;case")
! https://github.com/AdguardTeam/AdguardFilters/issues/114370
xmegadrive.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "ppu_main")
! popup
spankbang.mov,spankbang.party,spankbang.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/114541
w2g.tv#%#//scriptlet("set-constant", "W2gDFP.loadAcceptableAds", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/114397
timesnownews.com#%#//scriptlet("set-constant", "player.adm.destroy", "noopFunc")
timesnownews.com#%#//scriptlet("set-constant", "SlikePlayer.prototype.playAd", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/114376
vidplay.*,vidstream.*,fmovies.to,vizcloud.*,mcloud.*,vizcloud2.*,vidstreamz.online#%#//scriptlet('remove-attr', 'data-ad-img|data-ad-target|data-id|data-p|data-cg', '#player-wrapper')
! popup
jav.re#%#//scriptlet('abort-on-stack-trace', 'onload', '/app.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/113891
weakstreams.com#%#//scriptlet("prevent-setTimeout", "atob(e).")
! https://github.com/AdguardTeam/AdguardFilters/issues/113956
hitc.com,dualshockers.com#%#//scriptlet("set-constant", "pbjs.setConfig", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/114106
pelishouse.*#%#//scriptlet('remove-attr', 'href', '#clickfakeplayer')
! https://github.com/AdguardTeam/AdguardFilters/issues/113833
excnn.com#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/easylist/easylist/issues/11483
ricettafitness.com,yts-subs.dev#%#AG_onLoad(function(){document.querySelector('meta[http-equiv="refresh"]')&&setTimeout(function(){window.stop()},4E3)});
! https://github.com/easylist/easylist/pull/11492
loadx.ws#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/113969
games.word.tips#%#//scriptlet('adjust-setInterval', 'The game will start in', '1000', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/113887
wcofun.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "cpmstarAPI")
! https://github.com/AdguardTeam/AdguardFilters/issues/113897
abcya.com#%#//scriptlet("set-constant", "Bolt._adBlockDetected", "true")
! https://github.com/easylist/easylist/issues/11449
uploadever.in#%#//scriptlet("abort-current-inline-script", "eval", "String.fromCharCode")
! popup
movieswatch24.pk,watchonlinemovies15.pk#%#//scriptlet("prevent-window-open")
! https://github.com/easylist/easylist/pull/11385
hdmovie5.cam#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/113148
webhostingpost.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/112883
beermoneyforum.com#%#//scriptlet("prevent-setTimeout", "Looking to Invest Money Online?")
! https://github.com/AdguardTeam/AdguardFilters/issues/112712
sangetods.net#%#//scriptlet("set-constant", "dclm_ajax_var.disclaimer_redirect_url", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/112829
independent.co.uk#%#//scriptlet("set-constant", "google_tag_manager.dataLayer.gtmDom", "true")
! fake player
gum-gum-stream.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! popup
44anime.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/112295
filerio.in#%#//scriptlet("abort-current-inline-script", "onload", "window.open")
filerio.in#%#//scriptlet('remove-attr', 'target|onclick', '.download_box > a[target][href*="filerio.in"][onclick]')
! https://github.com/easylist/easylist/pull/11177
whcp4.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/111971
chillx.top#%#//scriptlet("set-constant", "S_Popup", "2")
! https://github.com/AdguardTeam/AdguardFilters/issues/111867
wordcounter.icu#%#//scriptlet("prevent-eval-if", "__PPU_CHECK")
! https://github.com/abp-filters/abp-filters-anti-cv/pull/847/
senzuri.tube#%#//scriptlet("set-constant", "adver", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/111245
mediaite.com#%#//scriptlet('set-cookie', 'am-sub', '1')
! popup
online123movies.live#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/111313
@@||modulous.huffpost.com/static/js/prebid-ads.js
huffpost.com#%#//scriptlet("set-constant", "HP_Scout.adBlocked", "false")
! https://okrzone.com/verify/?OuQR popup
okrzone.com#%#//scriptlet("prevent-addEventListener", "click", "_blank")
! https://ca123movies.com/spider-man-2021/ popup
vidplaystream.top#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/108599
xpornium.net#%#//scriptlet("prevent-addEventListener", "", "dtnoppu")
! https://github.com/AdguardTeam/AdguardFilters/issues/110922
sunporno.com#%#//scriptlet("abort-on-property-read", "exoNoExternalUI38djdkjDDJsio96")
! vumoo.cc fake player
vumoo.cc#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/108372
tamilmv.nocensor.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/110353
skincarie.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/108205
mp3juice.info#%#//scriptlet("prevent-window-open")
! https://github.com/FastForwardTeam/FastForward/issues/354
ponselharian.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/109458
imagetwist.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! https://github.com/uBlockOrigin/uAssets/issues/9521
cubehosting.me#%#//scriptlet('prevent-eval-if', 'adksite')
! https://github.com/AdguardTeam/AdguardFilters/issues/105803#issuecomment-1037126705
flightconnections.com#%#//scriptlet('remove-attr', 'id', '.display-box')
! https://github.com/AdguardTeam/AdguardFilters/issues/110133
imgdawgknuttz.com#%#//scriptlet("abort-on-property-write", "atOptions")
! https://github.com/AdguardTeam/AdguardFilters/issues/110134
chillx.top#%#//scriptlet("set-constant", "Set_Popup", "false")
! hdmovie5.to fake player
hdmovie5.to#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/156604
banned.video,freeworldnews.tv#%#//scriptlet("set-constant", "Object.prototype.nopreroll_", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/141249
! https://github.com/AdguardTeam/CoreLibs/issues/1722
! https://github.com/AdguardTeam/AdguardFilters/issues/117078
! https://github.com/AdguardTeam/CoreLibs/issues/1701
! https://github.com/AdguardTeam/CoreLibs/issues/1571
! https://github.com/AdguardTeam/AdguardFilters/issues/102912
! https://github.com/AdguardTeam/AdguardFilters/issues/109773
onlyseries.net#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/109211
hdmovie20.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/109127
yiv.com#%#(function(){window.adsbygoogle={loaded:!0,push:function(a){if(null!==a&&a instanceof Object&&"Object"===a.constructor.name)for(let b in a)if("function"==typeof a[b])try{a[b].call()}catch(a){console.error(a)}}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/107358
playerx.stream#%#//scriptlet("set-constant", "Set_Popup", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/106813
mp3y.download#%#//scriptlet("prevent-window-open", "/redirect?")
! tubeload.co - popups
redload.co,tubeload.co#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/108235
hispasexy.org#%#//scriptlet("abort-on-property-read", "_cpp")
! https://github.com/AdguardTeam/AdguardFilters/issues/105731
coolmathgames.com#%#//scriptlet('set-constant', 'start_full_screen_without_ad', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/104916
rule34hentai.net#%#//scriptlet("abort-on-property-write", "Pub2")
! https://github.com/AdguardTeam/AdguardFilters/issues/104441
gaystream.pw#%#//scriptlet('trusted-click-element', '.streams .overlay-close > a', '', '500')
! https://github.com/AdguardTeam/AdguardFilters/issues/106095
drivelinks.in#%#//scriptlet("abort-on-property-read", "dead_file_redirect")
! https://github.com/AdguardTeam/AdguardFilters/issues/105330
freeplayervideo.com#%#//scriptlet("prevent-window-open", "/^./", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/101921
gifhq.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/104676
firstpost.com#%#//scriptlet('remove-attr', 'href', 'p[class^="story_para_"] > a[target="_blank"][rel="nofollow"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/116416
! https://github.com/AdguardTeam/AdguardFilters/issues/103247#issuecomment-1001250733
cnn.com#%#(function(){window.AdFuel={queueRegistry(){},destroySlots(){}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/104830
! lookmovie*.xyz - frequently changed domains
lookmovie100.xyz,lookmovie101.xyz,lookmovie102.xyz,lookmovie103.xyz,lookmovie104.xyz,lookmovie105.xyz,lookmovie106.xyz,lookmovie107.xyz,lookmovie108.xyz,lookmovie109.xyz,lookmovie110.xyz,lookmovie111.xyz,lookmovie112.xyz,lookmovie113.xyz,lookmovie114.xyz,lookmovie115.xyz,lookmovie116.xyz,lookmovie117.xyz,lookmovie118.xyz,lookmovie119.xyz,lookmovie120.xyz,lookmovie121.xyz,lookmovie122.xyz,lookmovie123.xyz,lookmovie124.xyz,lookmovie125.xyz,lookmovie126.xyz,lookmovie127.xyz,lookmovie128.xyz,lookmovie129.xyz,lookmovie130.xyz,lookmovie131.xyz,lookmovie132.xyz,lookmovie133.xyz,lookmovie134.xyz,lookmovie135.xyz,lookmovie136.xyz,lookmovie137.xyz,lookmovie138.xyz,lookmovie139.xyz,lookmovie140.xyz,lookmovie141.xyz,lookmovie142.xyz,lookmovie143.xyz,lookmovie144.xyz,lookmovie145.xyz,lookmovie146.xyz,lookmovie147.xyz,lookmovie148.xyz,lookmovie149.xyz,lookmovie150.xyz,lookmovie151.xyz,lookmovie152.xyz,lookmovie153.xyz,lookmovie154.xyz,lookmovie155.xyz,lookmovie156.xyz,lookmovie157.xyz,lookmovie158.xyz,lookmovie159.xyz,lookmovie160.xyz,lookmovie161.xyz,lookmovie162.xyz,lookmovie163.xyz,lookmovie164.xyz,lookmovie165.xyz,lookmovie166.xyz,lookmovie167.xyz,lookmovie168.xyz,lookmovie169.xyz,lookmovie170.xyz,lookmovie171.xyz,lookmovie172.xyz,lookmovie173.xyz,lookmovie174.xyz,lookmovie175.xyz,lookmovie176.xyz,lookmovie177.xyz,lookmovie178.xyz,lookmovie179.xyz,lookmovie180.xyz,lookmovie181.xyz,lookmovie182.xyz,lookmovie183.xyz,lookmovie184.xyz,lookmovie185.xyz,lookmovie186.xyz,lookmovie187.xyz,lookmovie188.xyz,lookmovie189.xyz,lookmovie190.xyz,lookmovie191.xyz,lookmovie192.xyz,lookmovie193.xyz,lookmovie194.xyz,lookmovie195.xyz,lookmovie196.xyz,lookmovie197.xyz,lookmovie198.xyz,lookmovie199.xyz,lookmovie200.xyz#%#//scriptlet("abort-current-inline-script", "Promise", "delete window")
! https://github.com/AdguardTeam/AdguardFilters/issues/105292
pndx.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/104290
qr.quel.jp#%#AG_onLoad(function() { document.body.innerHTML = document.body.innerHTML.replace(/シェアする/g, ""); });
! https://github.com/AdguardTeam/AdguardFilters/issues/103496
r3ndy.com#%#//scriptlet('prevent-setInterval', 'hashLink')
! https://github.com/AdguardTeam/AdguardFilters/issues/105185
mixdrop.*#%#//scriptlet("abort-on-property-read", "nativeInit")
! https://github.com/AdguardTeam/AdguardFilters/issues/104839
cararegistrasi.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/103455
crackshash.com#%#//scriptlet("abort-current-inline-script", "document.getElementsByClassName", "wp-ad")
! https://github.com/uBlockOrigin/uAssets/issues/10978
film01stream.ws#%#//scriptlet("remove-attr", "href", ".mvi-cover")
! https://github.com/AdguardTeam/AdguardFilters/issues/103480
latinohentai.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/102963
! TODO: remove this rule when this issue will be fixed - https://github.com/AdguardTeam/ExtendedCss/issues/139
! https://github.com/AdguardTeam/AdguardFilters/issues/102414
supersextube.pro#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/102405
feet9.com#%#//scriptlet("abort-on-property-read", "__ADX_URL_U")
! https://github.com/AdguardTeam/AdguardFilters/issues/102706
deportealdia.live,noweconomy.live,clk.asia#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/102318
dropgalaxy.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "/break;case \$\.|popunder/")
! https://github.com/AdguardTeam/AdguardFilters/issues/102678
porndoe.com#%#//scriptlet('prevent-setTimeout', 'location.href', '500')
porndoe.com#%#//scriptlet("prevent-addEventListener", "click", "pop_under")
! https://github.com/AdguardTeam/AdguardFilters/issues/101999
steamcrackedgames.com#%#//scriptlet('abort-on-property-write', 'spu_createCookie')
steamcrackedgames.com#%#//scriptlet("set-constant", "scgpo", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/101837
videoseyred.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/100103
gotxx.com#%#//scriptlet("json-prune", "*", "openTargetBlank")
gotxx.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/101424
player.glomex.com#%#//scriptlet('set-constant', 'Object.prototype._getSalesHouseConfigurations', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/100820
! Fixing incorrect blocking (for example, Songfacts button)
securenetsystems.net#%#(function(){var a={setConfig:function(){},aliasBidder:function(){},removeAdUnit:function(){},que:[push=function(){}]};window.pbjs=a})();
! https://github.com/Sainan/Universal-Bypass/issues/2102
sohexo.org#%#//scriptlet("prevent-window-open")
! https://github.com/abpvn/abpvn/issues/306
xnxx-sex-videos.com#%#//scriptlet('prevent-setTimeout', '/out.php')
! https://github.com/AdguardTeam/AdguardFilters/issues/99798
softonic.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/100472
pogolinks.space#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
pogolinks.space#%#//scriptlet('trusted-set-constant', 'dtGonza.playeradstime', '"-1"')
! https://github.com/AdguardTeam/AdguardFilters/issues/107015
av01.tv#%#//scriptlet('prevent-window-open')
av01.tv#%#//scriptlet('remove-attr', 'onclick', 'a[href^="/video/"][onclick^="setTimeout"]')
av01.tv#%#//scriptlet('remove-class', 'vjs-hidden', '.vjs-control-bar')
! https://github.com/AdguardTeam/AdguardFilters/issues/99892
pricearchive.org#%#//scriptlet('set-cookie', 'aalset', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/99539
111.90.159.132#%#//scriptlet('set-constant', 'Object.prototype.shouldPlayPreroll', 'falseFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/99540
all-free-download.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/99105
1cloudfile.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/99374
xozilla.xxx#%#//scriptlet("abort-on-property-read", "__ASG_VAST")
! https://github.com/AdguardTeam/AdguardFilters/issues/100188
adshort.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/99466
fmoviesto.cc#%#//scriptlet("json-prune", "ads")
fmoviesto.cc#%#//scriptlet("json-prune", "*", "bannerId")
fmoviesto.cc#%#//scriptlet("abort-on-property-read", "Object.prototype.initBrowserSession")
! https://github.com/uBlockOrigin/uAssets/issues/10461
porngames.club,sexgames.xxx#%#//scriptlet('set-constant', 'starPop', '1')
! popunder, ads
amateur-couples.com#%#//scriptlet("abort-on-property-read", "exoNoExternalUI38djdkjDDJsio96")
amateur-couples.com#%#//scriptlet('set-constant', 'dclm_ajax_var.disclaimer_redirect_url', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/98265
porn00.org#%#//scriptlet("abort-current-inline-script", "popup_url", "getCookie")
! https://github.com/uBlockOrigin/uAssets/issues/10405
nhentai.net#%#//scriptlet('set-constant', '_n_app.popunder', 'null')
nhentai.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/98307
milfnut.net#%#//scriptlet("abort-on-property-write", "zone_id")
milfnut.com#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
milfnut.com#%#//scriptlet("prevent-setInterval", "createOverlay()")
milfnut.com#%#//scriptlet('prevent-setTimeout', '/image_block animation-run|enableOnSpecificAdblockTraffic/')
milfnut.com#%#//scriptlet("prevent-addEventListener", "", "/ADBLOCK_TRAFFIC_CONFIGURATION|NEW_TAB_FOCUS|sessionStorage[\s\S]*?getComputedStyle[\s\S]*?z-index:[\s\S]*?data:|setShouldHideOverlays|LAST_CORRECT_EVENT_TIME/")
! https://github.com/AdguardTeam/AdguardFilters/issues/97540
fastconv.com#%#//scriptlet("prevent-window-open", "adfpoint")
! https://github.com/AdguardTeam/AdguardFilters/issues/97439
jeniusplay.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/98494#issuecomment-955700328
dvdgayporn.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/98491
streamta.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/97141
cartoonpornvideos.com#%#//scriptlet("abort-on-property-read", "adnPopConfig")
! https://github.com/AdguardTeam/AdguardFilters/issues/97298
game3rb.com#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
! https://github.com/AdguardTeam/AdguardFilters/issues/97067
easymp3converter.com#%#//scriptlet("prevent-window-open", "adfpoint")
! https://github.com/AdguardTeam/AdguardFilters/issues/97285#issuecomment-947744891
emturbovid.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/96303
mega4up.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/96856
shortlink.prz.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/97239
markipli.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/96797
! Skips ad timer after every lesson
spanishdict.com#%#//scriptlet('adjust-setTimeout', 'function(){c(e)}', '*')
! https://github.com/AdguardTeam/AdguardFilters/issues/96392
social-unlock.com#%#//scriptlet("set-constant", "ad_link", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/95953
bowfile.com#%#//scriptlet("prevent-window-open")
mrpcgamer.co#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
mrpcgamer.co#%#//scriptlet("prevent-addEventListener", "", "/ADBLOCK_TRAFFIC_CONFIGURATION|NEW_TAB_FOCUS/")
! https://github.com/AdguardTeam/AdguardFilters/issues/96077
ytmp3.cc#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/96019
videovard.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/95722
acn.vin#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/95721
shortz.one#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/95551
webtoon69.com#%#//scriptlet("prevent-addEventListener", "mousedown", ")]){return")
! https://github.com/AdguardTeam/AdguardFilters/issues/95971
animeunity.tv#%#//scriptlet("prevent-addEventListener", "mousedown", ")]){return")
! https://github.com/AdguardTeam/AdguardFilters/issues/95127
anonymouse.org#%#AG_onLoad(function() { document.body.innerHTML = document.body.innerHTML.replace(/Adverts/g, ""); });
! pornhits.com popup/under
pornhits.com#%#//scriptlet('abort-current-inline-script', 'ACtMan')
! https://github.com/AdguardTeam/AdguardFilters/issues/108648
! https://github.com/AdguardTeam/AdguardFilters/issues/95247
za.gl,za.uy#%#//scriptlet("prevent-window-open", "!za.gl", "10")
za.gl,za.uy#%#//scriptlet("set-constant", "document.hidden", "true")
za.gl,za.uy#%#//scriptlet('abort-current-inline-script', 'Math.floor', 'queryRnd')
za.gl,za.uy#%#//scriptlet("abort-current-inline-script", "$", "tabunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/95137
inhumanity.com#%#//scriptlet("abort-on-property-read", "inhumanity_pop_var_name")
! https://github.com/AdguardTeam/AdguardFilters/issues/94991
1tamilmv.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "ppu_")
! https://github.com/AdguardTeam/AdguardFilters/issues/94851
fmovies.app#%#//scriptlet("prevent-setTimeout", "et(e")
fmovies.app#%#//scriptlet("prevent-addEventListener", "", "prefetchAdEnabled")
! https://github.com/AdguardTeam/AdguardFilters/issues/95144
bowfile.com#%#//scriptlet("abort-current-inline-script", "genlink", "onclick")
! allcalidad.club fake player
allcalidad.club#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/94506
gotohole.com#%#//scriptlet("abort-current-inline-script", "onbeforeunload", "var close")
gotohole.com#%#//scriptlet('prevent-addEventListener', 'popstate')
! https://github.com/AdguardTeam/AdguardFilters/issues/93700
! https://github.com/List-KR/List-KR/issues/689
send-anywhere.com#%#//scriptlet('adjust-setInterval', 'autoClose', '', '0.02')
! popup on click
animeheaven.pro,animepahe.*,animeplanet.cc#%#//scriptlet("abort-on-property-write", "__C")
! https://github.com/AdguardTeam/AdguardFilters/issues/93802
rajasthan.gov.in#%#//scriptlet("prevent-window-open", "rajadvt")
! https://github.com/uBlockOrigin/uAssets/issues/9964
sharpporn.com#%#//scriptlet('prevent-addEventListener', 'mouseup', 'flipped')
sharpporn.com#%#//scriptlet("prevent-setTimeout", "/o.php")
sharpporn.com#%#//scriptlet('set-constant', 'popundrInit', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/92911
link.rota.cc#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/93290
mp3dl.cc#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/93291
mp3snow.com#%#//scriptlet("json-prune", "pn_load")
! https://github.com/AdguardTeam/AdguardFilters/issues/92539
freetutorialonline.com#%#//scriptlet('remove-attr', 'href', '.code-block > a[href^="https://click.linksynergy.com/"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/93513
coinsparty.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/93140
convert2mp3.cx#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/93219
notebookcheck-hu.com,notebookcheck-tr.com,notebookcheck-ru.com,notebookcheck.*#%#//scriptlet("abort-on-property-write", "ab_cl")
! https://github.com/AdguardTeam/AdguardFilters/issues/92994
watchmovierulz.co#%#//scriptlet("prevent-window-open", "0", "_blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/92613
4kpornmovs.com,pornvideos4k.com#%#//scriptlet("abort-on-property-read", "__ASG_VAST")
! https://github.com/AdguardTeam/AdguardFilters/issues/92911
automotur.club#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/92864
animesuge.io#%#//scriptlet('set-constant', 'fired', 'true')
! popup/under
foxtube.com,matureworld.ws#%#//scriptlet('prevent-window-open')
! auto redirect
tubsxxx.com,de-sexy-tube.ru#%#//scriptlet("prevent-setTimeout", "window.location.href")
! https://github.com/AdguardTeam/AdguardFilters/issues/92336
onlinevideoconverter.pro#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/92239
indiansexstories2.net,issstories.xyz#%#//scriptlet("set-constant", "history.pushState", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/91586
btp.ac.id#%#//scriptlet("abort-on-property-read", "openads")
! https://github.com/AdguardTeam/AdguardFilters/issues/92153
jetanimes.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/91553
enagato.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/91218
videocelebs.net#%#//scriptlet("abort-current-inline-script", "$", "banners")
! redirect after click
pornvideotop.com#%#//scriptlet("prevent-setTimeout", "location.href")
! https://github.com/AdguardTeam/AdguardFilters/issues/92141
shtms.co,gitizle.vip,ay.live#%#//scriptlet('set-constant', 'mainClick', 'undefined')
shtms.co,gitizle.vip,ay.live#%#//scriptlet('set-constant', 'popush', 'undefined')
shtms.co,gitizle.vip,ay.live#%#//scriptlet('remove-attr', 'data-ppcnt_ads', 'main')
! popup
lametrofitness.net#%#//scriptlet('prevent-window-open')
! amyscans.com fake player
amyscans.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/91006
123moviesfree.love#%#//scriptlet('noeval')
! https://github.com/AdguardTeam/AdguardFilters/issues/90670
afreesms.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/90053
pastehouse.com#%#//scriptlet('abort-current-inline-script', 'document.write', 'Banner')
! https://github.com/AdguardTeam/AdguardFilters/issues/89667
vmovee.watch#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/89640
! streamlare.com
soap2day.rs,slwatch.co,slmaxed.com,streamlare.com#%#//scriptlet("prevent-window-open", "!streamlare")
soap2day.rs,slwatch.co,slmaxed.com,streamlare.com#%#//scriptlet("prevent-setTimeout", "afterOpen")
! breaks download button
! streamlare.com#%#//scriptlet("abort-on-property-read", "bPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/89866
slreamplay.cc#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/89597
unblocked.id#%#//scriptlet("abort-current-inline-script", "document.write", "VPN")
! https://github.com/AdguardTeam/AdguardFilters/issues/89568
theicongenerator.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/89339
sunporno.com#%#//scriptlet('abort-on-property-read', 'BetterPop')
! https://github.com/uBlockOrigin/uAssets/issues/9671
xemphimgi.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/89285
crazyshit.com#%#//scriptlet("abort-current-inline-script", "jQuery", "document.cookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/88904
gizchina.com#%#//scriptlet('hide-in-shadow-dom', 'div[class^="index__adWrapper"]', 'div[data-spot-im-shadow-host]')
! https://github.com/AdguardTeam/AdguardFilters/issues/151052
! https://github.com/AdguardTeam/AdguardFilters/issues/88692
sbs.com.au#%#//scriptlet('m3u-prune', '/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?dclk_video_ads/', 'pubads.g.doubleclick.net/ondemand/hls/')
sbs.com.au#%#//scriptlet('prevent-xhr', '/redirector\.googlevideo\.com\/videoplayback[\s\S]*?dclk_video_ads/')
sbs.com.au#%#//scriptlet("json-prune", "ads breaks cuepoints times")
! https://github.com/AdguardTeam/AdguardFilters/issues/88626
rancah.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/88461
timesnownews.com#%#//scriptlet("json-prune", "ads breaks")
! https://github.com/AdguardTeam/AdguardFilters/issues/88546
rosefile.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/88722
gettapeads.com,tapeadsenjoyer.com,strtape.cloud#%#//scriptlet('trusted-click-element', '.play-overlay, .play-overlay, .play-overlay')
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,adblocktape.*,streamtapeadblockuser.*,strtapewithadblock.*,stapewithadblock.monster,adblockeronstape.me,streamadblockplus.com,shavetape.*,streamtapeadblock.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,tubeload.co,stape.fun,streamtape.*,strcloud.link#%#//scriptlet("prevent-window-open")
noblocktape.com,antiadtape.com,tapewithadblock.org,streamadblocker.*,adblocktape.*,streamtapeadblockuser.*,stapewithadblock.monster,adblockeronstape.me,streamadblockplus.com,shavetape.*,streamtapeadblock.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,tubeload.co,stape.fun,streamtape.*,strcloud.link#%#//scriptlet('trusted-click-element', '.play-overlay', '', '500')
! https://github.com/AdguardTeam/AdguardFilters/issues/88646
owllink.net#%#//scriptlet("prevent-window-open")
! auto redirect when visited
millebook.com#%#//scriptlet("abort-current-inline-script", "loadNewDoc", "location")
! https://github.com/AdguardTeam/AdguardFilters/issues/88366
usingenglish.com#%#//scriptlet('remove-class', 'hasad', '.content')
! https://github.com/AdguardTeam/AdguardFilters/issues/88067
zetporn.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/88161
gameflare.com#%#//scriptlet("adjust-setInterval", "[native code]", "1000", "0.02")
gameflare.com#%#AG_defineProperty('GameflareAsdk.config.advert.network', {value: "none"});
! https://github.com/AdguardTeam/AdguardFilters/issues/94696
! https://github.com/AdguardTeam/AdguardFilters/issues/87634
onionplay.*#%#//scriptlet("remove-attr", "href", "a#clickfkplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/87587
cheatcc.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! popunder
anon-v.com,camwhorescloud.com,dirtyship.com#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
cambabe.me,camlovers.tv,camwhorescloud.com#%#//scriptlet("abort-on-property-read", "crakPopInParams")
! https://github.com/AdguardTeam/AdguardFilters/issues/87739
mp3quack.lol#%#//scriptlet('prevent-addEventListener', 'click', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/87782
ntp.msn.com#%#//scriptlet('remove-in-shadow-dom', 'msft-info-pane-slide[class^="title-ad-"], msn-info-pane-panel[id="tab_panel_undefined"], msn-info-pane-tab[id="tab_undefined"]')
ntp.msn.com#%#//scriptlet('remove-in-shadow-dom', 'fluent-design-system-provider > #infopane > [id^="tab_"][id$="undefined"], fluent-design-system-provider > #infopane > [id^="tab"][id*="_nativead-"]', 'msft-feed-layout')
! popup
kissanime.mx#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/87660
mangalek.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "decodeURIComponent")
! https://github.com/AdguardTeam/AdguardFilters/issues/87538
go.gets4link.com#%#//scriptlet('remove-class', 'get-link', 'a.btn-success.get-link[target="_blank"]')
go.gets4link.com#%#//scriptlet('prevent-window-open')
! popup initiator
faptube.xyz#%#//scriptlet("abort-current-inline-script", "Math", "_0x")
! https://github.com/AdguardTeam/AdguardFilters/issues/87373
streamabc.xyz#%#//scriptlet('prevent-window-open')
! popunder
deusasporno.com.br,pornos.blog.br,sambaporno2.com,sexoamador.blog.br,xvideosf.com#%#//scriptlet("prevent-addEventListener", "click", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/86329
gogoanime.*#%#//scriptlet('prevent-window-open')
! popup
gaytail.com#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
! https://github.com/AdguardTeam/AdguardFilters/issues/86250
fembed.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/86865
hitomi.la#%#//scriptlet('noeval')
! https://github.com/AdguardTeam/AdguardFilters/issues/86387
yifysub.cc#%#//scriptlet('abort-current-inline-script', 'document.querySelectorAll', 'ads_host')
! https://github.com/AdguardTeam/AdguardFilters/issues/86072
veryfastdownload.pw#%#//scriptlet('remove-attr', 'href', '.go_button > a[onclick]')
! hentaipins.com popunder
hentaipins.com#%#//scriptlet("abort-on-property-read", "popundrCheck")
! https://github.com/AdguardTeam/AdguardFilters/issues/86632
youtubemp3donusturucu.net#%#//scriptlet('prevent-addEventListener', 'click', 't(a)')
! https://github.com/AdguardTeam/AdguardFilters/issues/86627
javideo.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/86555
pussy-hub.com#%#//scriptlet('prevent-addEventListener', 'click', 'popundr')
! Streamplay
stre4mplay.*,streampiay.*,stemplay.*,steamplay.*,steanplay.*,streamp1ay.*,streanplay.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/86270
javhdfree.icu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/85566
kartaplovdiv.com#%#//scriptlet('remove-attr', 'href', 'a[href="https://kartaplovdiv.com/c5/sexdating.php"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/85097
givemenbastreams.com#%#//scriptlet('prevent-window-open')
! popup
streamm4u.club#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/85934
teleriumtv.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/85182
paid4.link#%#//scriptlet("prevent-window-open")
paid4.link#%#//scriptlet('remove-class', 'get-link', 'a.ybtn.get-link[target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/85636
vxxx.com#%#//scriptlet('abort-current-inline-script', 'ACtMan')
! https://github.com/AdguardTeam/AdguardFilters/issues/85564
nudeselfiespics.com#%#//scriptlet('prevent-eval-if', 'popUnderStage')
! https://github.com/AdguardTeam/AdguardFilters/issues/85010
clikern.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/84940
file-upload.com#%#//scriptlet("prevent-window-open")
! popup
vidsvidsvids.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/84275
reference.medscape.com#%#//scriptlet("set-constant", "webmd.ads2.setPageTarget", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/84617
sbvideo.net#%#//scriptlet("prevent-window-open", "!/d/")
! popup https://javtsunami.com/miaa-441-runa-tsukino-creampie-practice.html
cloudrls.com#%#//scriptlet("prevent-window-open")
! popup
zipurls.com#%#//scriptlet("abort-on-property-read", "open")
! analsexstars.com popup
analsexstars.com#%#//scriptlet("prevent-window-open")
! pussy.org popup
pussy.org#%#//scriptlet("prevent-window-open")
! sexuhot.com popup, redirect on back, ads
sexuhot.com#%#//scriptlet("abort-on-property-write", "atOptions")
sexuhot.com#%#//scriptlet("abort-on-property-read", "history.replaceState")
! https://github.com/AdguardTeam/AdguardFilters/issues/83930
theblissempire.com#%#//scriptlet("prevent-window-open")
! popup on hd21 group sites
hd21.*#%#//scriptlet("prevent-window-open", "about:blank")
tubeon.*#%#//scriptlet("prevent-window-open", "about:blank")
vivatube.*#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/83534
catch.tube#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'document.location.href')
! https://github.com/AdguardTeam/AdguardFilters/issues/83536
onlinevideoconverter.party#%#//scriptlet("prevent-window-open")
! dansmovies.com popup
dansmovies.com#%#//scriptlet('abort-on-property-read', 'popunder')
! playporngames.com,playsexgames.xxx ads
playporngames.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "window.open")
playsexgames.xxx#%#//scriptlet("abort-current-inline-script", "bannersRequest")
! https://github.com/AdguardTeam/AdguardFilters/issues/83888
upstream.to#%#//scriptlet("abort-on-property-read", "BetterJustream")
upstream.to#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/83705
comixzilla.com#%#//scriptlet("abort-current-inline-script", "document.createElement", ".parentNode.insertBefore(")
! abandonmail.com - site does not allow private mode in Firefox
abandonmail.com#%#//scriptlet("set-constant", "db.onerror", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/83343
coursedown.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adlinkfly_url")
! https://github.com/AdguardTeam/AdguardFilters/issues/83454
latestmanga.net#%#//scriptlet("abort-on-property-write", "onClickTrigger")
! https://github.com/AdguardTeam/AdguardFilters/issues/83382
yindex.xyz#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/83540
shemalestube.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/83275
dotabuff.com#%#//scriptlet("abort-on-property-write", "pbjs")
! https://github.com/AdguardTeam/AdguardFilters/issues/83227
thepiratebay.org#%#//scriptlet('remove-attr', 'href', '#home > header a[href^="https://"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/82597
upvideo.to#%#//scriptlet('prevent-window-open')
upvideo.to#%#//scriptlet('abort-current-inline-script', '$', 'return decodeURIComponent')
! https://github.com/AdguardTeam/AdguardFilters/issues/81824
bflix.to#%#//scriptlet('set-cookie', 'pads', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/82928
mangadop.info#%#//scriptlet('abort-on-property-read', 'pu')
mangadop.info#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/82591
pornotorrent.eu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/81931
cyberscoop.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "show_welcome_ad_")
! https://github.com/AdguardTeam/AdguardFilters/issues/82284
tny.so#%#//scriptlet('prevent-window-open')
! playtube.ws - popunder
playtube.ws#%#//scriptlet('prevent-window-open')
! tinyurl.is timer countdown
tinyurl.is#%#//scriptlet('adjust-setInterval', '.navbar-brand', '1000', '0.02')
! https://github.com/AdguardTeam/AdguardFilters/issues/82615
privatehomeclips.com#%#//scriptlet('set-constant', 'skipPop', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/81401
circuitdigest.com#%#//scriptlet('prevent-setTimeout', '#myModalwel')
! popunder
cambabe.me,camgirlbay.net#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
! popup
filmovitica.com#%#//scriptlet("prevent-window-open")
hd44.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/81666
qdownloader.io#%#//scriptlet('set-constant', 'popShown', 'true')
! adz7short.space popup
adz7short.space#%#//scriptlet('remove-attr', 'href', '#continue')
! popup
cslink.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/81098
fzmovies.*#%#//scriptlet("abort-current-inline-script", "confirm", "Download the official Android app")
fzmovies.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/81731
illink.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/100804
mixdrop.*#%#//scriptlet("set-constant", "MDinjectP2", "undefined")
mixdrop.*#%#//scriptlet("set-constant", "MDinjectP3", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/80770
thumpertalk.com#%#//scriptlet('remove-attr', 'href|data-ipshover-target|data-ipshover|data-autolink', 'a[href^="https://thumpertalk.com/link/click/"][target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/81307
loader.to#%#//scriptlet("prevent-window-open")
! popup
mp3-convert.org#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/80956
shorterall.com,promo-visits.site#%#//scriptlet('remove-attr', 'onclick', '#invisibleCaptchaShortlink')
faucet.shorterall.com#%#//scriptlet('remove-attr', 'onclick', '.claim-button')
! https://github.com/AdguardTeam/AdguardFilters/issues/81152
vipleague.lc,upvideo.to,dartsstream.me,golfstreams.me,motogpstream.me,ufcstream.me,boxingstreams.me,socceronline.me,rugbystreams.me,tennisstreams.me,nbastream.nu,mlbstream.me,embedstream.me,tvply.me#%#//scriptlet('prevent-setTimeout', '/\!window\[[\s\S]*?String\.fromCharCode[\s\S]*?document\.createElement\("script"\)/')
! https://github.com/AdguardTeam/AdguardFilters/issues/133544
! Hulu video ads
hulu.com#%#//scriptlet('json-prune', 'breaks pause_ads')
hulu.com#%#//scriptlet('set-constant', 'Object.prototype.isAdPeriod', 'falseFunc')
hulu.com#%#//scriptlet("set-constant", "Object.prototype._parseVAST", "noopFunc")
hulu.com#%#//scriptlet("set-constant", "Object.prototype.createAdBlocker", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/81153
fsapi.xyz,flixtv.club#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/81095
hdpass.click#%#//scriptlet("adjust-setInterval", "skip_timer", "", "0.02")
hdpass.click#%#AG_onLoad(function(){var b=document.querySelector("#main-player-wrapper"),a=document.querySelector("#main-player-wrapper iframe[custom-src^='aHR0c']"),c=document.querySelector("#fake-player-wrapper");c&&(c.style.display="none");if(b&&a)try{b.style.display="block";var d=a.getAttribute("custom-src");a.setAttribute("src",atob(d))}catch(e){}});
! https://github.com/AdguardTeam/AdguardFilters/issues/80953
yellowfaucet.ovh#%#//scriptlet("abort-on-property-read", "_cpp")
! https://github.com/AdguardTeam/AdguardFilters/issues/81280
jacquieetmicheltv.net#%#//scriptlet('set-constant', 'showPopunder', 'noopFunc')
! popunder
! https://github.com/AdguardTeam/AdguardFilters/commit/4269f6e99ad54f56e04829bbe9eeaf4c24f4921b#r50935671
!+ NOT_PLATFORM(ext_ublock)
influencersgonewild.com#%#//scriptlet('abort-current-inline-script', 'onload', 'puHref')
! popup
hoastie.com#%#//scriptlet("abort-on-property-read", "open")
! https://github.com/AdguardTeam/AdguardFilters/issues/80254
vladan.fr#%#//scriptlet("abort-on-property-read", "wpsite_clickable_data")
! popup on click
sportbet.tips#%#//scriptlet("abort-on-property-read", "_wm")
! auto redirect after click
muztext.com#%#//scriptlet('prevent-setTimeout', 'reachGoal')
! https://github.com/AdguardTeam/AdguardFilters/issues/80479
allviids.com#%#//scriptlet('prevent-setTimeout', 'smartOverlay')
allviids.com#%#//scriptlet('prevent-addEventListener', '', 'Popunder')
! streamsport.* - popups
streamsport.*#%#//scriptlet("remove-attr", "onclick", "div[onclick^='javascript:window.open']")
! https://github.com/AdguardTeam/AdguardFilters/issues/166626
! https://github.com/AdguardTeam/AdguardFilters/issues/86127
! https://github.com/AdguardTeam/AdguardFilters/issues/80044
msn.com#%#//scriptlet('hide-in-shadow-dom', 'msft-article-card:not([class="contentCard"])')
msn.com#%#//scriptlet('json-prune', '*.*', 'adFeedbackData adType adServedUrls')
msn.com#%#//scriptlet('json-prune', '*', 'list.*.link.ad list.*.link.kicker')
! webshort.in - popups
webshort.in#%#//scriptlet("prevent-window-open")
erotic-beauties.com,hardsex.cc,sex-movies.biz,sikwap.xyz,tube18.sexy#%#//scriptlet('abort-current-inline-script', 'pop_init')
itsfuck.com,stilltube.com#%#//scriptlet("prevent-window-open")
itsfuck.com,stilltube.com#%#//scriptlet("remove-attr", "onclick", ".previewhd > a")
! https://github.com/AdguardTeam/AdguardFilters/issues/79679
history.com#%#//scriptlet('set-constant', 'phxSiteConfig.gallery.ads.interstitialFrequency', 'emptyObj')
history.com#%#//scriptlet('remove-class', 'has-ad-top|has-ad-right', '.m-gallery-overlay.has-ad-top.has-ad-right')
! https://github.com/AdguardTeam/AdguardFilters/issues/79775
reuters.com#%#//scriptlet('prevent-setTimeout', '.call(null)', '10')
! https://github.com/AdguardTeam/AdguardFilters/issues/79356
imgsto.com,imgsen.com#%#//scriptlet("json-prune", "*", "showTrkURL")
! https://github.com/AdguardTeam/AdguardFilters/issues/78643
themaclife.com#%#AG_onLoad(function(){setTimeout(function(){document.querySelector("#sidebar").childNodes.forEach(function(a){3===a.TEXT_NODE&&a.textContent.match("Advertisement")&&20>a.length&&a.remove()})},300)});
! https://github.com/AdguardTeam/AdguardFilters/issues/79047
upload-4ever.com#%#//scriptlet('remove-attr', 'onclick', 'a[onclick^="window.open"]')
! payskip.org - popups
payskip.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/79402
cryptodirectories.com#%#AG_onLoad(function(){document.querySelector('meta[http-equiv="refresh"]')&&setTimeout(function(){window.stop()},4E3)});
! https://github.com/AdguardTeam/AdguardFilters/issues/78566
phimgiz.net#%#//scriptlet("set-constant", "open", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/78591 - popups on button
mobileflasherbd.com#%#//scriptlet("prevent-window-open", "youtube.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/78608
toopl.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/pull/78705#issuecomment-809354115
megalink.*#%#//scriptlet("prevent-addEventListener", "click", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/72373
noticiasesports.live#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/78071
todaypktv.me,mp4moviez.ch#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/78393
gogoanime.pro#%#//scriptlet("set-constant", "fired", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/78092
hltv.org#%#//scriptlet("remove-attr", "data-href", "body")
! https://github.com/AdguardTeam/AdguardFilters/issues/78099
katmoviehd4.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/77255
porn-tube-club.com#%#//scriptlet("set-constant", "pop1init", "undefined")
porn-tube-club.com#%#//scriptlet("set-constant", "initBCred_cucumber_chatPopunder", "undefined")
! bluemediafiles.com - popups
bluemediadownload.*,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,bluemediafiles.*,get-url.com#%#//scriptlet("abort-current-inline-script", "document.createEvent", "Fingerprint2")
! https://github.com/AdguardTeam/AdguardFilters/pull/77745/
streamtape.*#%#//scriptlet("prevent-window-open")
ovagames.com#%#//scriptlet("set-constant", "window.open", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/76760
freexcafe.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/81730
pixrqqz.shop,imgqec.online,imgwbfh.online,imgyer.store,imgxuh.cfd,imgngc.sbs,imgezx.sbs,imgxza.store,imgwqr.online,imagehaha.com,imgblaze.net,imgkaka.xyz,pixsera.net,imgfrost.net,imgair.net#%#//scriptlet("prevent-addEventListener", "click", "checkTarget")
pixrqqz.shop,imgwqr.online,imagehaha.com,imgblaze.net,imgkaka.xyz,pixsera.net,imgfrost.net,imgair.net#%#//scriptlet("prevent-window-open", "/prcf.fiyar|themes|pixsense|.jpg/")
! https://github.com/AdguardTeam/AdguardFilters/issues/77663
uploadev.org#%#//scriptlet("abort-on-property-read", "openInNewTab")
! https://github.com/AdguardTeam/AdguardFilters/issues/77395
oncehelp.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/77193
nbaup.live,goalup.live#%#//scriptlet("abort-on-property-read", "popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/72379
!+ NOT_PLATFORM(windows, mac, android, ext_ff)
isaiminiweb.online#%#AG_onLoad(function(){document.querySelector('meta[http-equiv="REFRESH"]')&&setTimeout(function(){window.stop()},4E3)});
! https://github.com/AdguardTeam/AdguardFilters/issues/76395
! https://github.com/AdguardTeam/AdguardFilters/issues/76952
adfloz.co,tui.click#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76724
geektopia.info#%#AG_onLoad(function(){if("/download"===location.pathname){var a=new MutationObserver(function(){document.querySelector('#download[style="display: block;"]')&&(a.disconnect(),window.stop())});a.observe(document,{childList:!0,subtree:!0,attributeFilter:["style"]});setTimeout(function(){a.disconnect()},1E4)}});
! https://github.com/AdguardTeam/AdguardFilters/issues/76928
beef1999.blogspot.com#%#//scriptlet("abort-on-property-read", "LieDetector")
! https://github.com/AdguardTeam/AdguardFilters/issues/76946
hentaihere.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76873
adpop.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76870
reddit-livetv-links.blogspot.com#%#//scriptlet("abort-current-inline-script", "document.createElement", ".parentNode.insertBefore(")
! https://github.com/AdguardTeam/AdguardFilters/issues/76681
link.ltc24.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76674
picturelol.com#%#//scriptlet("abort-current-inline-script", "document.attachEvent", "initBCPopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/76511
kiiw.icu#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76522
vshort.link#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76520
adnit.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76575
casting-porno-tube.com#%#//scriptlet('abort-on-property-read', 'ExoLoader')
! https://github.com/AdguardTeam/AdguardFilters/issues/76404
findi.pro#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/76495
fwarycash.moviestar.fun#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76360
momvids.com#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/76465
mm9842.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/75831
xhamster11.com#%#//scriptlet('abort-on-property-write', 'wio-vpopunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/76074
clk.wiki,clk.ink#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/76052
povvldeo.*,pouvideo.*,povwideo.*,powv1deo.*#%#//scriptlet("prevent-window-open")
! Countdown in the kt_player with flashvars
sexcelebrity.net,perverttube.com,fpo.xxx#%#//scriptlet('set-constant', 'flashvars.adv_pre_src', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/75465
sxyprn.com#%#//scriptlet('remove-class', 'js-pop')
! https://github.com/AdguardTeam/AdguardFilters/issues/75796
masalaseen.net#%#//scriptlet('abort-on-property-read', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/75700
bloggingguidance.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74895
lowend.xyz,veopartidos.net#%#//scriptlet("prevent-window-open")
telerium.digital,dtefrc.online,lowend.xyz#%#//scriptlet("abort-on-property-read", "popurl")
! https://github.com/AdguardTeam/AdguardFilters/issues/75659
jamaicaobserver.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/75680
imagetwist.com#%#//scriptlet("abort-current-inline-script", "document.attachEvent", "initBCPopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/75613
mp3offline.org#%#//scriptlet("set-constant", "_conf.click", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/75594
charexempire.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/75537
ufreegames.com#%#//scriptlet("adjust-setInterval", "preroll", "", "0.02")
! mega4up.com - popups
mega4up.com#%#//scriptlet('remove-attr', 'onclick', '[onclick^="window.open"]')
! cut-fly.com - popups
cut-fly.com#%#//scriptlet("prevent-window-open")
! cloudvideo.tv popup
cloudvideo.tv#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/75288
yts.one#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/752
pagalworld.us#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/75191
uprotector.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/75167
mstream.xyz#%#//scriptlet("abort-on-property-read", "_mspop")
! https://github.com/AdguardTeam/AdguardFilters/issues/74778
zplayer.live#%#//scriptlet("prevent-addEventListener", "mousedown", ")]){return")
zplayer.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74821
y2meta.com#%#//scriptlet("set-constant", "generatorAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/74764
123movies.*#%#//scriptlet("set-constant", "lck", "true")
123movies.*#%#//scriptlet("abort-on-property-read", "preloader_tag")
! https://github.com/AdguardTeam/AdguardFilters/issues/74755
clipwatching.*#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-1")
! https://github.com/AdguardTeam/AdguardFilters/issues/74888
animax.*#%#//scriptlet("abort-on-property-read", "_run")
! pop-ups in uploader.link, zeefiles.download
zeefiles.download,uploader.link#%#//scriptlet("prevent-window-open")
! marvelousga.com - popups
marvelousga.com#%#//scriptlet("abort-current-inline-script", "$", "openNewWindow")
! https://github.com/AdguardTeam/AdguardFilters/issues/74749
downloadtwittervideo.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/74564
ausdroid.net#%#//scriptlet("set-constant", "td_ad_background_click_link", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/74679
uploadfiles.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74545
strtape.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74287
lostpix.com#%#//scriptlet('prevent-window-open', 'youtube')
! https://github.com/AdguardTeam/AdguardFilters/issues/74350
yifyhdtorrent.org#%#//scriptlet("json-prune", "*.*", "*.clk")
yifyhdtorrent.org#%#//scriptlet('set-cookie', 'direct_ads', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/74494
btdb.*#%#//scriptlet("abort-on-property-write", "zoneSett")
! https://github.com/AdguardTeam/AdguardFilters/issues/74403
earnload.co#%#//scriptlet('remove-attr', 'href', 'a#ad-link-location')
! https://github.com/AdguardTeam/AdguardFilters/issues/73945
tomato.to#%#AG_onLoad(function() { var el = document.querySelector('body > center'); if(el) { el.innerHTML = el.innerHTML.replace(/Ads:/g,''); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/74073
sonichits.com#%#!function(){window.rTimer=function(){};window.jitaJS={rtk:{refreshAdUnits:function(){}}};}();
! https://github.com/AdguardTeam/AdguardFilters/issues/74031
dlfiles.online#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/73984
artipedia.id#%#//scriptlet("prevent-window-open")
artipedia.id#%#//scriptlet('remove-class', 'get-link', 'a[class="btn btn-success btn-lg get-link"][target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/74297
elil.cc#%#//scriptlet('remove-attr', 'onmouseover|onclick|onmouseout', '.save-btn.pull-right')
! https://github.com/AdguardTeam/AdguardFilters/issues/74280
shrinkforearn.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/73799
techgeek.digital#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74246
! Hydrax/abyss.to
streamsb.online,rufiguta.com,abysscdn.com,player-cdn.com,kmo.to,nazarickol.com,redirect-ads.com#%#//scriptlet("prevent-window-open", "!abyss.to", "1")
streamsb.online,rufiguta.com,abysscdn.com,player-cdn.com,kmo.to,nazarickol.com,redirect-ads.com#%#//scriptlet('abort-on-stack-trace', 'String.prototype.charAt', '$0')
! https://github.com/AdguardTeam/AdguardFilters/issues/81005
! https://github.com/AdguardTeam/AdguardFilters/issues/73947
! https://github.com/AdguardTeam/AdguardFilters/issues/142830
iwatchtheoffice.com,sbembed1.com,sbembed.com,streamsb.net#%#//scriptlet("abort-on-property-read", "DoodPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/74036
cutw.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/73924
shooshtime.com#%#//scriptlet('abort-current-inline-script', 'document.getElementsByTagName', 'adn')
! https://github.com/AdguardTeam/AdguardFilters/issues/71275
youtubetomp3music.com#%#//scriptlet("prevent-window-open")
! TorrentProject
torrentproject2.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/73062
zuketcreation.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/73957
cryptofuns.ru#%#//scriptlet("set-constant", "direct_myadcash", "noopFunc")
cryptofuns.ru#%#//scriptlet("set-constant", "direct_adsterra", "noopFunc")
cryptofuns.ru#%#//scriptlet('remove-attr', 'href|target', 'a[onclick^="iframe"]')
cryptofuns.ru#%#//scriptlet("set-constant", "pop", "undefined")
cryptofuns.ru#%#//scriptlet('abort-current-inline-script', 'once_per_session', '')
! javynow.com popup
javynow.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/73652
imgsto.com,imgsen.com#%#//scriptlet('abort-on-property-read', 'CustomEvent')
! https://github.com/AdguardTeam/AdguardFilters/issues/73107
savevideo.tube#%#//scriptlet("prevent-window-open")
! hilltopads ex. (function(__htas)
nudeslegion.com,sxyprn.com,sexdiaryz.us,fucksporn.com,fullxcinema1.com,pornxp.com,pornktubes.net,porhubvideo.com,yesleaks.com,bigojav.com,javchill.com,weloma.*,kmansin09.com,porn00.org,kisscos.net,readwebtoononline.net,webtoonplus.com,besthdgayporn.com,mangas-raw.com,latinohentai.com,vegvorous.com,gigmature.com,xmegadrive.com,gogoanime.*,linkszia.co,urbharat.xyz,91.208.197.24,edummm.xyz,adslink.pw,pornohubonline.com,movieskafanda.xyz,mangamovil.net,tatli.biz,naijauncut.com,teenager365.com,10convert.com,moviesjoy.*,javenspanish.com,jav-asia.top,komiklokal.xyz,leermanga.net,leechall.com,kantotflix.com,watchfreenet.com,javxxx.me,yifysubtitles.vip,justcastingporn.com,justfamilyporn.com,simply-hentai.com,onlyfoot.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "/l\.parentNode\.insertBefore\(s/")
! https://github.com/AdguardTeam/AdguardFilters/issues/73375
javjav.top#%#//scriptlet('prevent-window-open')
javlove.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/72530
javstream.top#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/73150
fotodovana.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/72694
zupload.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/72048
dogemate.com#%#//scriptlet('remove-attr', 'href', 'a[href*="cointiply.com"]')
dogemate.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/73132
convert2mp3.club#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/71595
pbtube.co#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/72414
usagoals.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/71919
hentaicomics.pro#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/72379
isaiminiweb.online#%#//scriptlet("abort-on-property-read", "onPopUnderLoaded")
! https://github.com/AdguardTeam/AdguardFilters/issues/72378
moviesdaweb.blogspot.com#%#//scriptlet("prevent-window-open")
moviesdaweb.blogspot.com#%#//scriptlet("abort-on-property-read", "onPopUnderLoaded")
! https://github.com/AdguardTeam/AdguardFilters/issues/72375
linkflash.techipe.info#%#//scriptlet('prevent-addEventListener', '/^PN_CREAT/', '][')
linkflash.techipe.info#%#//scriptlet('prevent-addEventListener', 'PN_BEFORE_CREATE', '][')
! https://github.com/AdguardTeam/AdguardFilters/issues/72369
loadout.tf#%#//scriptlet("prevent-setTimeout", "htmlAd.getBoundingClientRect")
! https://github.com/AdguardTeam/AdguardFilters/issues/72597
cryptoads.space#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/72252
sonixgvn.net#%#//scriptlet('prevent-addEventListener', '/^PN_CREAT/', '][')
sonixgvn.net#%#//scriptlet('prevent-addEventListener', 'PN_BEFORE_CREATE', '][')
! https://github.com/AdguardTeam/AdguardFilters/issues/72211
dlsharefile.com#%#//scriptlet('prevent-window-open')
dlsharefile.com#%#//scriptlet("json-prune", "*.*", "*.clk")
! https://github.com/AdguardTeam/AdguardFilters/issues/71926
y2mate.guru#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/71857
files.im#%#//scriptlet("json-prune", "*", "ppuClicks")
! https://github.com/AdguardTeam/AdguardFilters/issues/72001
janusnotes.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/71773
ytmp3.mobi#%#//scriptlet("prevent-window-open", "ad.ytmp3.mobi")
! https://github.com/AdguardTeam/AdguardFilters/issues/71406
strikeout.nu#%#//scriptlet("json-prune", "*.*", "*.clk")
! https://github.com/AdguardTeam/AdguardFilters/issues/71280
abcvideo.cc#%#//scriptlet("abort-on-property-read", "nextPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/71183
streamsport.icu#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/70949
ontiva.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/71112
adbl.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/119573
! https://github.com/AdguardTeam/AdguardFilters/issues/118378
! https://github.com/AdguardTeam/AdguardFilters/issues/78170
! https://github.com/AdguardTeam/AdguardFilters/issues/72616
! https://github.com/AdguardTeam/AdguardFilters/issues/70916
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx#%#//scriptlet("abort-current-inline-script", "globalThis", "break;case")
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx#%#//scriptlet("prevent-addEventListener", "click", "VODMonetisation")
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx#%#AG_onLoad(function(){var a=document.querySelector("div[class*='download-'][class$='-file']");if(a){var b=null,g=location.pathname.substring(1).split("/")[0],d=document.getElementsByTagName("script");if(b=function(){if(!b)for(var c=0;c<d.length;c++){var e=/&hash=([\s\S]*?)&/;if(d[c].text.match(e))return b=d[c].text.match(e)[1]}}()){var f=a.cloneNode(!0);a.parentNode.replaceChild(f,a);f.addEventListener("click",function(){window.open(location.origin+"/dl?op=download_orig&id="+g+"&hash="+b)},!1)}}});
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx#%#//scriptlet("abort-current-inline-script", "document.createElement", "_blank")
!+ NOT_PLATFORM(ext_ublock)
brookethoughi.com,vincentincludesuccessful.com,sharonwhiledemocratic.com,jayservicestuff.com,sandrataxeight.com,markstyleall.com,morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradleyviewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,rationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatrebates306.com,tinycat-voe-fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterhomesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,audaciousdefaulthouse.com,v-o-e-unblock.com,un-block-voe.net,voeun-block.net,voe-un-block.com,voeunblk.com,voeunblck.com,voeunbl0ck.com,voeunblock3.com,voeunblock2.com,voeunblock1.com,voeunblock.com,voe-unblock.*,voe.bar,voe.sx#%#//scriptlet("abort-current-inline-script", "EventTarget.prototype.addEventListener", "/document\['body'\]|\^https\?:|\['location'\]/")
! https://github.com/AdguardTeam/AdguardFilters/issues/70487
mysexgamer.com#%#//scriptlet('prevent-setTimeout', 'window.location.href = "/out.php"')
! https://github.com/AdguardTeam/AdguardFilters/issues/70418
xpornzo.com#%#//scriptlet("abort-on-property-read", "iamout")
! https://github.com/AdguardTeam/AdguardFilters/issues/70417
lesboluvin.com#%#//scriptlet("abort-on-property-read", "iamout")
! https://github.com/AdguardTeam/AdguardFilters/issues/115972
9hentai.*#%#//scriptlet("prevent-addEventListener", "click", "flashElement")
! https://github.com/AdguardTeam/AdguardFilters/issues/70625
game8.jp#%#//scriptlet('remove-class', 'async-hide', 'html')
! https://github.com/AdguardTeam/AdguardFilters/issues/70413
cartoon-sex.tv#%#//scriptlet("prevent-addEventListener", "mousedown", ")]){return")
! https://github.com/AdguardTeam/AdguardFilters/issues/70433
youtube4kdownloader.com#%#//scriptlet("abort-on-property-read", "pops")
! https://github.com/AdguardTeam/AdguardFilters/issues/70455
7misr4day.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/70257
webpornblog.com#%#//scriptlet('abort-current-inline-script', 'doMyStuff')
! https://github.com/AdguardTeam/AdguardFilters/issues/70370
gplinks.co#%#//scriptlet("remove-attr", "href", "#ad-link-location[href]")
! fileprovider.org - skip ad
fileprovider.org#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelector('.info-box-options > form > input[value="fake"]'); if(el) { el.value = "download"; document.querySelectorAll("form")[0].submit(); window.close(); } }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/70209
9anime.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "ppu_")
9anime.*#%#//scriptlet('set-cookie', 'direct_ads_', '1')
9anime.*#%#//scriptlet('set-cookie', 'direct_ads', '1')
9anime.*#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/74376
! https://github.com/AdguardTeam/AdguardFilters/issues/70106
spankbang.com#%#//scriptlet("prevent-setTimeout", "window.location=page_url")
! https://github.com/AdguardTeam/AdguardFilters/issues/70098
sanoybonito.club#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/69639
fappee.com#%#//scriptlet('abort-current-inline-script', 'doMyStuff')
! https://github.com/AdguardTeam/AdguardFilters/issues/70037
iceporn.com#%#//scriptlet("abort-on-property-write", "mobileAdvPop")
iceporn.com#%#//scriptlet("set-cookie", "adv_show", "10")
iceporn.*#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/69358
skidrowcodex.co#%#//scriptlet('prevent-addEventListener', '', 'U4G(')
! https://github.com/AdguardTeam/AdguardFilters/issues/69870
tophentaicomics.com#%#//scriptlet("abort-on-property-write", "pop_init")
! https://github.com/AdguardTeam/AdguardFilters/issues/69296
pngit.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/69277
exee.app,exep.app,exe.app#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/69111
yoinkexekey.weebly.com#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/69105
uzunversiyon.xyz#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/68948
okec.uk#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/68997
extreme-down.video#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/68940
kickass.ws#%#//scriptlet("abort-current-inline-script", "document.write", "VPN")
! https://github.com/AdguardTeam/AdguardFilters/issues/68891
womenhaircolors.review#%#//scriptlet("prevent-window-open")
womenhaircolors.review#%#//scriptlet("abort-on-property-read", "tampilkanUrl")
womenhaircolors.review#%#//scriptlet('remove-class', 'get-link', 'a[class="btn btn-success btn-lg get-link"][target="_blank"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/68899
keepv.id#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/68928
drtuber.*#%#//scriptlet("abort-current-inline-script", "TRAFF_TARGETS")
! https://github.com/AdguardTeam/AdguardFilters/issues/68809
paidtomoney.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/68326
kiwiexploits.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/68248
seattletimes.com#%#//scriptlet('remove-class', 'async-hide', 'html')
! https://github.com/AdguardTeam/AdguardFilters/issues/68188
upornia.com#%#//scriptlet('abort-current-inline-script', 'skipPop', '/.*/')
! https://github.com/AdguardTeam/AdguardFilters/issues/68073
passgen.icu#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/67994
motherless.com#%#//scriptlet('set-cookie', '_pre_js', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/67756
yuvutu.com#%#//scriptlet('set-cookie', '__trx1_p', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/67802
fapality.com#%#//scriptlet("set-constant", "popunderSettings", "undefined")
fapality.com#%#//scriptlet('remove-class', 'popfire')
! https://github.com/AdguardTeam/AdguardFilters/issues/67752
camwhores.tv#%#//scriptlet("abort-on-property-read", "onload")
! https://github.com/AdguardTeam/AdguardFilters/issues/67729
naughtymachinima.com#%#//scriptlet("set-constant", "presrc", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/67727
luscious.net#%#//scriptlet("set-constant", "LusciousBetterJsPop.add", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/67721
skidrowcodex.net#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/67649
hentaienglish.com#%#//scriptlet("set-constant", "vidorev_jav_plugin_video_ads_object.vid_ads_m_video_ads", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/67650
pureshort.link#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/67304
skyracing.com.au#%#//scriptlet("abort-current-inline-script", "jQuery", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/67201
direkizle.xyz#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/67202
tamindir.mobi#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/67197
picbaron.com#%#//scriptlet("json-prune", "*", "ppuClicks")
! https://github.com/AdguardTeam/AdguardFilters/issues/67174
100count.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/67062
vipr.im#%#//scriptlet("abort-current-inline-script", "document.attachEvent", "initBCPopunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/67094
lite-link.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/66814
xxxbunker.com#%#//scriptlet('abort-on-property-read', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/66745
upstream.to#%#//scriptlet("abort-on-property-read", "_run")
upstream.to#%#//scriptlet("abort-current-inline-script", "eval", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/66578
curto.win#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/66548
earnfasts.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/66322
playtube.ws#%#//scriptlet("abort-on-property-read", "_run")
playtube.ws#%#//scriptlet("abort-current-inline-script", "eval", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/66183
gmanga.me#%#//scriptlet('prevent-setTimeout', 'smartOverlay')
gmanga.me#%#//scriptlet('prevent-addEventListener', '', 'Popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/66116
iporntv.net#%#//scriptlet("abort-current-inline-script", "document.createElement", "typeof exo")
! https://github.com/AdguardTeam/AdguardFilters/issues/66112
hentaistream.com#%#//scriptlet("set-constant", "popUnderStage1", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/65564
w4files.ws#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/65499
livestreaming24.eu#%#//scriptlet("prevent-window-open", "i-converter.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/65274
economictimes.indiatimes.com#%#//scriptlet('set-cookie', 'et_interstitial_active', 'true')
economictimes.indiatimes.com#%#//scriptlet("adjust-setTimeout", "updateCounter();", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/175251
! https://github.com/AdguardTeam/AdguardFilters/issues/166178
! https://github.com/AdguardTeam/AdguardFilters/issues/78571
turbovid.co,opvid.online#%#//scriptlet('trusted-click-element', '#vplayer[onclick="Code()"] .vjs-big-play-button')
turbovid.co,opvid.online,upvid.*#%#//scriptlet("prevent-window-open")
turbovid.co,opvid.online,upvid.*#%#//scriptlet("abort-on-property-read", "_run")
! https://github.com/AdguardTeam/AdguardFilters/issues/65205
urbanmilwaukee.com#%#//scriptlet('set-cookie', 'takeover-ad', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/65136
letfap.com#%#AG_defineProperty('exoDocumentProtocol', { value: window.document.location.protocol });
! https://github.com/AdguardTeam/AdguardFilters/issues/64979
bitfly.io#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/64874
sbs.com.au#%#//scriptlet('remove-class', 'ad-controls', '.bitmovinplayer-container.ad-controls')
! https://github.com/AdguardTeam/AdguardFilters/issues/64959
iframejav.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/64690
embedsito.com#%#//scriptlet("json-prune", "player.incomePop")
! https://github.com/AdguardTeam/AdguardFilters/issues/64637
ettvcentral.com#%#//scriptlet("json-prune", "0.cu")
! https://github.com/AdguardTeam/AdguardFilters/issues/64396
kickass.love#%#//scriptlet("abort-current-inline-script", "document.write", "VPN")
! https://github.com/AdguardTeam/AdguardFilters/issues/64306
gitlink.pro,aylink.co#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="mainClick"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/64118
anime789.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/66635
! https://github.com/AdguardTeam/AdguardFilters/issues/64278
katmoviehd.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "/\/main\.js[\s\S]*?document\?document:null/")
! https://github.com/AdguardTeam/AdguardFilters/issues/64099
url.namaidani.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/64069
dr-farfar.net#%#//scriptlet("prevent-window-open", "dr-farfar.com/ads")
c-ut.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/64050
toroox.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/63808
streamsport.pro#%#//scriptlet("abort-on-property-write", "TID")
! https://github.com/AdguardTeam/AdguardFilters/issues/63804
notube.net#%#//scriptlet("prevent-window-open", "://notube.net/p/")
! https://github.com/AdguardTeam/AdguardFilters/issues/63727
cinereporters.com#%#//scriptlet("json-prune", "*.adSlot")
! https://github.com/AdguardTeam/AdguardFilters/issues/63693
sub4unlock.com#%#//scriptlet("prevent-window-open", "://shorte.be/")
! https://github.com/AdguardTeam/AdguardFilters/issues/63596
doctor-groups.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/63301
picbaron.com,imgbaron.com#%#//scriptlet("prevent-addEventListener", "", "[z15.")
! https://github.com/AdguardTeam/AdguardFilters/issues/67137
! https://github.com/AdguardTeam/AdguardFilters/issues/63178
freepik.com#%#//scriptlet('set-cookie', 'sponsor-popup', '1')
freepik.com#%#//scriptlet("prevent-window-open", "clk.tradedoubler.com/click")
freepik.com#%#//scriptlet("prevent-window-open", "aHR0cHM6Ly9jbGsudHJhZGVkb3VibGVyLmNvbS")
! https://github.com/AdguardTeam/AdguardFilters/issues/63025
tsumino.com#%#//scriptlet("abort-on-property-read", "_wm")
! https://github.com/AdguardTeam/AdguardFilters/issues/62700
anysex.com#%#//scriptlet("abort-on-property-read", "z7OO")
anysex.com#%#//scriptlet("abort-current-inline-script", "document.write", "/undefined[\s\S]*?'<scr'\+'ipt/")
! https://github.com/AdguardTeam/AdguardFilters/issues/63002
gibit.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/62873
ffmovies.co#%#//scriptlet("abort-current-inline-script", "onclick", "fbox_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/62710
collectionofbestporn.com#%#//scriptlet("abort-on-property-read", "__ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/62697
perfectgirls.net#%#//scriptlet("abort-on-property-read", "ExoDetector")
! https://github.com/AdguardTeam/AdguardFilters/issues/62622
pkr.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/62593
moneycontrol.com#%#//scriptlet("set-constant", "redirect_interstitial", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/62485
youtube-video.download#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/62399
shrinkme.org,shrinkme.info#%#//scriptlet('prevent-window-open')
shrinkme.org,shrinkme.info,shrinke.me#%#//scriptlet("abort-on-property-read", "addDictionary")
! https://github.com/AdguardTeam/AdguardFilters/issues/62396
yespornpleasexxx.com#%#//scriptlet("abort-on-property-write", "i7oo")
yespornpleasexxx.com#%#//scriptlet("prevent-addEventListener", "", "return R0()")
yespornpleasexxx.com#%#//scriptlet('prevent-setTimeout', '/,position:[\s\S]*?setTimeout/')
! https://github.com/AdguardTeam/AdguardFilters/issues/62351
gmanga.me#%#//scriptlet("abort-current-inline-script", "document.createElement", "/\/main\.js[\s\S]*?document\?document:null/")
! https://github.com/AdguardTeam/AdguardFilters/issues/62377
goossh.com#%#//scriptlet("abort-on-property-read", "open_popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/62230
hubfiles.ws#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/61788
flickr.com#%#//scriptlet('adjust-setTimeout', 'adTimerStartCount', '1000')
! https://github.com/AdguardTeam/AdguardFilters/issues/62192
lnk.parts,lnk.news#%#//scriptlet("prevent-setTimeout", "redirectPage")
! https://github.com/AdguardTeam/AdguardFilters/issues/61407
erofus.com#%#//scriptlet("abort-current-inline-script", "document.dispatchEvent", "addZone")
! https://github.com/AdguardTeam/AdguardFilters/issues/61347
ouofly.com#%#//scriptlet("prevent-window-open")
ouofly.com#%#//scriptlet("abort-on-property-read", "LieDetector")
stfly.me#%#//scriptlet("abort-on-property-write", "onClickTrigger")
! nbastreams.xyz - player clickunder
nbastreams.xyz#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/61336
pururin.io#%#//scriptlet("abort-on-property-read", "PururinPopJs")
! https://github.com/AdguardTeam/AdguardFilters/issues/61334
hentaifox.com#%#//scriptlet("abort-on-property-read", "mmpsqbdosy")
hentaifox.com#%#//scriptlet("abort-on-property-read", "adsbyjuicy")
! https://github.com/AdguardTeam/AdguardFilters/issues/88501
premid.app#%#//scriptlet("adjust-setInterval", "--", "", "0.05")
! https://github.com/AdguardTeam/AdguardFilters/issues/61261
iir.ai#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/61270
dz4win.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/61188
short2.cash#%#//scriptlet("prevent-window-open")
short2.cash#%#//scriptlet("abort-current-inline-script", "document.createElement", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/61192
kisscartoon.info#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/61042
flv2mp3.by#%#//scriptlet("prevent-window-open", "0", "flv2mp3.by")
! https://github.com/AdguardTeam/AdguardFilters/pull/61083
politico.com#%#//scriptlet("set-constant", "generateGalleryAd", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/61044
onlinevideoconverter.pro#%#//scriptlet("prevent-window-open", "agacelebir.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/60823
donia2link.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/60565
wordcounter.icu#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/167111
! https://github.com/AdguardTeam/AdguardFilters/issues/66983
ghacks.net#%#//scriptlet('remove-node-text', '#text', '/^\n\s+\bAdvertisement\b\n\s+$/')
! https://github.com/AdguardTeam/AdguardFilters/issues/60434
xhamster5.desi#%#//scriptlet("abort-on-property-read", "wih-popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/60452
! https://github.com/AdguardTeam/AdguardFilters/issues/45545
mirrorace.*#%#document.cookie="vpn=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/60423
krunkercentral.com#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/60364
ask4movie.co#%#//scriptlet("json-prune", "rot_url pop_type")
ask4movie.co#%#//scriptlet("prevent-addEventListener", "", "x20click")
! https://github.com/AdguardTeam/AdguardFilters/issues/60199
zbporn.com#%#AG_defineProperty('exoDocumentProtocol', { value: document.location.protocol });
! abcvideo.cc - popups
abcvideo.cc#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/59918
watch-jav-english.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/59901
shortearn.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/59474
hotmovs.com#%#//scriptlet("prevent-addEventListener", "click", "/pop[\s\S]*?window\.open/")
! https://github.com/AdguardTeam/AdguardFilters/issues/59766
embed.watchasian.to#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/59744
genlink.cc#%#//scriptlet("remove-attr", "href", "a[href][rel].ads-link")
! https://github.com/AdguardTeam/AdguardFilters/issues/59748
asus-zenfone.com#%#//scriptlet("prevent-window-open", "ponselkita.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/142546
! https://github.com/AdguardTeam/AdguardFilters/issues/132697
! https://github.com/AdguardTeam/AdguardFilters/issues/59790
oxy.cloud,oxy.st#%#//scriptlet("abort-current-inline-script", "$", "divdownload")
! https://github.com/AdguardTeam/AdguardFilters/issues/59586
mr-jatt.in#%#//scriptlet("json-prune", "rot_url pop_type")
mr-jatt.in#%#//scriptlet("prevent-addEventListener", "", "x20click")
! https://github.com/AdguardTeam/AdguardFilters/issues/59478
! popunder when click on the mouse back button
vrsumo.com#%#//scriptlet('set-local-storage-item', 'offer', '2')
! https://github.com/AdguardTeam/AdguardFilters/issues/59397
series.movie#%#//scriptlet("prevent-window-open")
vidcloud9.com#%#//scriptlet("prevent-window-open")
movcloud.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/59203
jamieoliver.com#%#//scriptlet('remove-class', 'has-leaderboard-ad', 'header#main-header.has-leaderboard-ad')
! https://github.com/AdguardTeam/AdguardFilters/issues/59175
watchsomuch.org#%#//scriptlet("json-prune", "rot_url pop_type")
! https://github.com/AdguardTeam/AdguardFilters/issues/59043
flvto.biz#%#//scriptlet("prevent-window-open", "kenomal.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/59077
adsrt.live#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/58935
mp3pro.xyz#%#//scriptlet('prevent-setTimeout', 'location.assign', '500')
! https://github.com/AdguardTeam/AdguardFilters/issues/58884
aparat.cam,easyload.io#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/58894
porndroids.com#%#//scriptlet("abort-on-property-read", "aNB")
porndroids.com#%#AG_defineProperty('exoDocumentProtocol', { value: window.document.location.protocol });
! https://github.com/AdguardTeam/AdguardFilters/issues/58866
kisstvshow.to#%#//scriptlet("json-prune", "rot_url pop_type")
kisstvshow.to#%#//scriptlet("prevent-addEventListener", "", "x20click")
! https://github.com/AdguardTeam/AdguardFilters/issues/58784
! Many non-Russian online cinemas use mail.ru player
my.mail.ru#%#//scriptlet('prevent-window-open', '/:\/\/r\.mail\.ru\//')
! https://github.com/AdguardTeam/AdguardFilters/issues/58655
javhd.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "popunClick")
! https://github.com/AdguardTeam/AdguardFilters/issues/58579
2conv.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "adblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/58533
beegnow.com#%#//scriptlet("remove-attr", "data-id", ".thumbs > li > a[href][data-id]")
! https://github.com/AdguardTeam/AdguardFilters/issues/58226
arabplus2.co#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/58227
stfly.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57850
imx.to#%#//scriptlet('trusted-click-element', 'input[name="imgContinue"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/57969
sportsbay.org#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/57902
iseekgirls.com#%#//scriptlet('prevent-window-open')
iseekgirls.com#%#//scriptlet('remove-attr', 'data-item', 'a[href=""]')
! https://github.com/AdguardTeam/AdguardFilters/issues/57678
jwearn.com#%#//scriptlet("abort-current-inline-script", "tabUnder", "popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/57384
vidia.tv#%#//scriptlet("abort-on-property-read", "showpop")
! https://github.com/AdguardTeam/AdguardFilters/issues/57497
api.savemedia.website,ymp4.download#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57395
nudepicturearchive.com#%#//scriptlet("abort-on-property-write", "Pub2")
! https://github.com/AdguardTeam/AdguardFilters/issues/57386
megagames.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "cpmstarAPI")
! https://github.com/AdguardTeam/AdguardFilters/issues/57456
shorthitz.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57455
savelink.site#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57354
a2zapk.com#%#//scriptlet("json-prune", "rot_url")
a2zapk.com#%#//scriptlet("prevent-addEventListener", "", "/tabunder|window\['open'\]/")
! youtnbe.xyz - popups
youtnbe.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57135
linksly.co#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/57030
! https://github.com/AdguardTeam/AdguardFilters/issues/76378
finanzas-vida.com,adsy.pw#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/56876
nudepatch.net#%#//scriptlet("abort-on-property-read", "DYNBAK")
! https://github.com/AdguardTeam/AdguardFilters/issues/56775
s.to,serienstream.sx#%#//scriptlet('prevent-addEventListener', 'click', 'window.open')
! https://github.com/AdguardTeam/AdguardFilters/issues/56746
downloadhub.*#%#//scriptlet("json-prune", "rot_url")
downloadhub.*#%#//scriptlet("prevent-addEventListener", "load", "banner_id")
! https://github.com/AdguardTeam/AdguardFilters/issues/56468
playerfs.com#%#//scriptlet("prevent-window-open")
streamcdn.to#%#//scriptlet("prevent-addEventListener", "mousedown", "dtnoppu")
! https://github.com/AdguardTeam/AdguardFilters/issues/56563
y2mate.guru#%#//scriptlet("prevent-setTimeout", "window.open")
! unblockit.me - popups
unblockit.me#%#//scriptlet("abort-on-property-read", "CTABPu")
! https://github.com/AdguardTeam/AdguardFilters/issues/56242
siska.video#%#//scriptlet("abort-on-property-write", "Pub2")
! https://github.com/AdguardTeam/AdguardFilters/issues/55656
tr.link#%#//scriptlet('remove-attr', 'data-ppcnt_ads|onclick', '#main[onclick*="__cfRLUnblockHandlers"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/56073
readm.org#%#//scriptlet("abort-current-inline-script", "$", "our Sponsor")
! https://github.com/AdguardTeam/AdguardFilters/issues/56128
youwatchporn.com#%#//scriptlet("prevent-window-open", "snowdayonline.xyz")
! https://github.com/AdguardTeam/AdguardFilters/issues/56076
aii.sh#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/55943
sekilastekno.com#%#//scriptlet("abort-on-property-read", "adtipop")
sekilastekno.com,miuiku.com#%#//scriptlet("abort-current-inline-script", "$", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/55286
wstream.video#%#//scriptlet("abort-on-property-write", "AdservingModule")
! https://github.com/AdguardTeam/AdguardFilters/issues/55842
mentalfloss.com#%#//scriptlet("set-constant", "countClicks", "0")
mentalfloss.com#%#//scriptlet('remove-class', 'af-ad-loaded', '.afg-section.af-ad-loaded')
! https://github.com/AdguardTeam/AdguardFilters/issues/55865
watchpornx.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/55502
xxxparodyhd.net#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/55669
xvideos.com#%#//scriptlet('remove-class', 'has-banner', '#page > #main > #profile-title')
! fc.lc - popups
fc.lc#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/55532
opensubtitles.org#%#//scriptlet("set-constant", "hide_ads3", "1")
opensubtitles.com#%#//scriptlet("set-constant", "extInstalled", "true")
! youjizz.com - ads
youjizz.com#%#//scriptlet("set-constant", "config.ads.desktopPreroll", "")
! https://github.com/AdguardTeam/AdguardFilters/issues/55404
xxxbule.com,mybestxtube.com,nakedteens.fun#%#//scriptlet("abort-current-inline-script", "onbeforeunload", "popit")
! https://github.com/AdguardTeam/AdguardFilters/issues/55116
online-downloader.com#%#//scriptlet("prevent-window-open", "onlineconvert.com")
online-downloader.com#%#AG_onLoad(function() { setTimeout(function() { if(typeof jQuery === "function") { jQuery('#SearchButtom').unbind('click'); } }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/55115
9xbuddy.org#%#//scriptlet("abort-current-inline-script", "Symbol", "Symbol&&Symbol.toStringTag")
! https://github.com/AdguardTeam/AdguardFilters/issues/54968
vidload.net#%#//scriptlet("prevent-setInterval", "ppu_exp")
vidload.net#%#//scriptlet("prevent-addEventListener", "", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/55147
gaobook.review#%#//scriptlet("prevent-window-open", "0", "kissasian.sh")
! https://github.com/AdguardTeam/AdguardFilters/issues/55094
mylink.vc#%#//scriptlet("prevent-window-open")
! upvid.host - popups
upvid.host#%#//scriptlet("abort-on-property-read", "MyJsPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/170266
! https://github.com/AdguardTeam/AdguardFilters/issues/54927
d000d.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("json-prune", "*", "rot_url")
d000d.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("json-prune", "*", "pop_type")
d000d.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("abort-current-inline-script", "globalThis", "break;case")
d000d.com,d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//scriptlet("abort-on-property-read", "DoodPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/54685
hotmovs.com#%#//scriptlet("set-constant", "videoadvertising2.tag", "")
hotmovs.com#%#//scriptlet("set-constant", "adver.abFucker.recoverAdv", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/54870
adsrt.net,mitly.us#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/54797
afly.us#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/54732
thewatchcartoononline.tv#%#//scriptlet("json-prune", "rot_url")
! https://github.com/bogachenko/fuckfuckadblock/issues/167
! https://github.com/AdguardTeam/AdguardFilters/issues/54631
tei.ai,tii.ai#%#//scriptlet("json-prune", "rot_url pop_type")
tei.ai,tii.ai#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/54500
pentruea.com#%#//scriptlet("abort-on-property-read", "sc_adv_out")
! https://github.com/AdguardTeam/AdguardFilters/issues/54583
iir.ai#%#//scriptlet('remove-attr', 'onclick', 'button#invisibleCaptchaShortlink,a.btn.get-link')
! https://github.com/AdguardTeam/AdguardFilters/issues/54419
kimcartoon.to#%#//scriptlet("abort-current-inline-script", "document.write", "_0x")
! https://github.com/AdguardTeam/AdguardFilters/issues/54367
! breaks https://github.com/AdguardTeam/AdguardFilters/issues/61579
! playhydrax.com,hydrax.net#%#//scriptlet('prevent-window-open', '0', 'hydrax', 'trueFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/54480
canyoublockit.com#%#//scriptlet("abort-on-property-write", "a9LL")
canyoublockit.com#%#//scriptlet("set-constant", "window.open", "noopFunc")
canyoublockit.com#%#//scriptlet('remove-attr', 'href', 'a[href*="http://deloplen.com/afu.php?"]')
! mylinks.xyz - popups
mylinks.xyz#%#//scriptlet("set-constant", "pu_shown", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/54339
clik.pw#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/54239
streamzz.*,streamz.*#%#//scriptlet("prevent-window-open", "/video.php")
! https://github.com/AdguardTeam/AdguardFilters/issues/54187
gfinityesports.com#%#//scriptlet("prevent-window-open", "stealthoptional.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/53986
notube.net#%#//scriptlet('remove-attr', 'onclick', '.page-title-search > input[type="submit"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/53871
fxempire.com#%#//scriptlet("set-constant", "AdGlare", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/53888
newser.com#%#//scriptlet('abort-current-inline-script', 'document.createElement', 'IsAdblockRequest')
! https://github.com/AdguardTeam/AdguardFilters/issues/53958
fileone.tv#%#//scriptlet("prevent-window-open", ".php?")
fileone.tv#%#//scriptlet("prevent-setTimeout", "J3M")
! pornwhite.com - popups
pornwhite.com#%#//scriptlet("abort-on-property-read", "customScript")
! vjav.com - ads
vjav.com#%#//scriptlet("set-constant", "adver", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/53709
shemalez.com#%#//scriptlet("set-constant", "adver", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/53688
91porn.com#%#//scriptlet("set-constant", "player.preroll", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/53501
imgtorrnt.in#%#//scriptlet("abort-on-property-write", "pndrCodeScript")
! https://github.com/AdguardTeam/AdguardFilters/issues/92228
javraveclub.com,javrave.club#%#AG_onLoad(function() { if(typeof videofunc === "function") { videofunc(); } });
! fappic.com - redirect overlay
fappic.com#%#//scriptlet("set-constant", "closeOverlay", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/53351
uflash.tv#%#//scriptlet("prevent-window-open", "chaturbate")
! https://github.com/AdguardTeam/AdguardFilters/issues/53329
watchmygf.me#%#document.cookie="p3006=1; path=/;";
! https://github.com/AdguardTeam/AdguardFilters/issues/44685
multiup.org#%#//scriptlet('prevent-setTimeout', 'window.location = "/download-fast/')
! https://github.com/AdguardTeam/AdguardFilters/issues/53216
house.porn#%#//scriptlet("abort-on-property-read", "q4SS")
! https://github.com/AdguardTeam/AdguardFilters/issues/53215
porngo.com#%#//scriptlet("abort-on-property-read", "detectAdb")
porngo.com#%#//scriptlet("abort-current-inline-script", "$", ".append(data.code)")
! https://github.com/AdguardTeam/AdguardFilters/issues/53188
javjunkies.com#%#(function(){var b=window.open,c=/^\/[\S]*?.php$/;window.open=function(a,d){if("string"===typeof a&&c.test(a))return window;b(a,d)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/53104
javher.com#%#//scriptlet("set-constant", "Object.prototype.showPopUnder", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/52857
rifurl.com#%#//scriptlet("prevent-window-open")
rifurl.com#%#//scriptlet("abort-on-property-read", "_cpp")
! https://github.com/AdguardTeam/AdguardFilters/issues/52790
playvids.com#%#document.cookie="rpuShownDesktop=1; path=/;";
playvids.com#%#//scriptlet("set-constant", "pop_clicked", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/52726
girlwallpaper.pro#%#AG_onLoad(function(){document.querySelectorAll('a[href^="st/out.php?"][href*="/out.php?u="]').forEach(function(a){var b=a.getAttribute("href").split("/out.php?u=");a.setAttribute("href",b[1])})});
! https://github.com/AdguardTeam/AdguardFilters/issues/52666
voyeurhit.com#%#//scriptlet("set-constant", "adver", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/52651
sextvx.com#%#//scriptlet("prevent-setTimeout", "window.location.href=link")
sextvx.com#%#(function(){try{if("undefined"!=typeof localStorage&&localStorage.setItem){var a=(new Date).getTime();localStorage.setItem("popseen",JSON.stringify(a))}}catch(b){}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/52586
animestuffs.com#%#//scriptlet("abort-on-property-read", "loadRunative")
! shrt10.com - popups
shrt10.com#%#//scriptlet("prevent-window-open")
! mega.nz - skip video ads
mega.nz#%#//scriptlet("adjust-setInterval", "addClass('skip')", "", "0.02")
mega.nz#%#//scriptlet('trusted-click-element', '.viewer-vad-control.skip')
mega.nz#%#(function() { try { if ('undefined' != typeof localStorage) { localStorage.setItem('pra', '{"1":9999999}') } } catch (ex) {} })();
! https://github.com/AdguardTeam/AdguardFilters/issues/52251 - skip timer
coolmathgames.com#%#//scriptlet("set-constant", "validSubscriber", "true")
coolmathgames.com#%#//scriptlet('adjust-setInterval', '/seconds_left|timer.div/', '', '0.001')
! https://github.com/AdguardTeam/AdguardFilters/issues/52000
asianclub.tv#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/51785
freegogpcgames.com#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/72555
skidrowreloaded.com#%#//scriptlet("prevent-addEventListener", "mousedown", ")]){return")
! https://github.com/AdguardTeam/AdguardFilters/issues/51502
pinoymovies.es,pinoymovieseries.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
pinoymovies.es,pinoymovieseries.com#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-1")
! https://github.com/AdguardTeam/AdguardFilters/issues/51464
safeku.com#%#//scriptlet("prevent-window-open", "passeura")
! https://github.com/AdguardTeam/AdguardFilters/issues/45537
up-4ever.org#%#//scriptlet("remove-attr", "onclick", "#downLoadLinkButton")
! https://github.com/AdguardTeam/AdguardFilters/issues/51441
putlockers.cr#%#//scriptlet("prevent-window-open", "stream-4k")
! https://github.com/AdguardTeam/AdguardFilters/issues/51421
streamz.cc#%#//scriptlet("abort-on-property-read", "videoplay")
streamz.cc#%#//scriptlet('remove-attr', 'onclick', 'form[action="dodownload.dll"] > input[onclick*="window.open"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/51463
adclic.pro#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/51302
dwrfslsqpdfqfwy.net#%#(function(){var a;Object.defineProperty(window,"initLbjs",{get:function(){return a},set:function(c){a=function(a,b){b.AdPop=!1;return c(a,b)}}})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/51286
xxxhentai.net#%#//scriptlet('remove-attr', 'data-id', '.gallery-list > div[itemprop="associatedMedia"] > a[href][data-id]')
! https://github.com/AdguardTeam/AdguardFilters/issues/51069
interracial.com#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/51029
seriesynovelas.online#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/50872
adbull.tech,adbull.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/50668
pornjapan.pro#%#//scriptlet("abort-on-property-read", "openP")
pornjapan.pro#%#//scriptlet("abort-on-property-read", "Aloader")
! https://github.com/AdguardTeam/AdguardFilters/issues/50845
slink.bid#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/50685
adshnk.com,adshrink.it#%#//scriptlet("prevent-window-open")
adshnk.com,adshrink.it#%#//scriptlet("adjust-setInterval", "count", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/50346#issuecomment-592917051
imgixxx.com#%#//scriptlet("abort-on-property-read", "visitweb_script")
! https://github.com/AdguardTeam/AdguardFilters/issues/50455
wplink.online#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/50624
boomx5.com#%#//scriptlet("prevent-eval-if", "__PPU_CHECK")
! https://github.com/AdguardTeam/AdguardFilters/issues/50509
happy2hub.me#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/51031
! https://github.com/AdguardTeam/AdguardFilters/issues/50330
cloudgallery.net,imgair.net#%#//scriptlet("abort-current-inline-script", "document.getElementById", "shouldFire")
cloudgallery.net,imgair.net#%#//scriptlet("prevent-window-open", "/tripedrated\.xyz|salaure\.pro|imgair\.net\/vip\//")
! https://github.com/AdguardTeam/AdguardFilters/issues/50378
teenskitten.com#%#AG_onLoad(function(){document.querySelectorAll("a[href^='/gallery/'][data-href]").forEach(function(a){var b=a.getAttribute("data-href"),c=a.href;b=c.substring(0,c.indexOf(b));a.setAttribute("href",b)})});
wetpussy.sexy#%#AG_onLoad(function(){document.querySelectorAll('a[href^="/cc/out.php?"][href*="/o.php?u=http"]').forEach(function(a){var b=a.getAttribute("href").split("/o.php?u=");a.setAttribute("href",b[1])})});
! https://github.com/AdguardTeam/AdguardFilters/issues/50106
p4link.com,oceantech.xyz#%#//scriptlet("abort-on-property-read", "tampilkanUrl")
p4link.com,oceantech.xyz#%#//scriptlet("remove-attr", "target", "a[class='btn btn-success btn-lg get-link'][target='_blank']")
p4link.com,oceantech.xyz#%#//scriptlet("remove-class", "get-link", "a[class='btn btn-success btn-lg get-link'][target='_blank']")
! https://github.com/AdguardTeam/AdguardFilters/issues/49913
imagefap.com#%#//scriptlet("abort-on-property-read", "popCookie")
! https://github.com/AdguardTeam/AdguardFilters/issues/49714
apiyt.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/49555
bitdownloader.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/49505
dr-farfar.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/49408
psntvs.me#%#//scriptlet('abort-current-inline-script', 'Math', 'about:blank')
! https://github.com/AdguardTeam/AdguardFilters/issues/49351
memeburn.com#%#//scriptlet("set-constant", "show_interstitial", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/6351
pervclips.com#%#//scriptlet("abort-on-property-read", "customScript")
! https://github.com/AdguardTeam/AdguardFilters/issues/64004
! https://github.com/AdguardTeam/AdguardFilters/issues/51036
! https://github.com/AdguardTeam/AdguardFilters/issues/49480
! https://github.com/AdguardTeam/AdguardFilters/issues/48843
22pixx.xyz#%#//scriptlet('remove-attr', 'href', '#continuetoimage > a:not([href*="22pixx.xyz"])')
22pixx.xyz#%#//scriptlet('remove-attr', 'target', '#continuetoimage > a[href][target="_blank"][onclick*="loadimg"]')
22pixx.xyz#%#//scriptlet('remove-attr', 'target|onclick', '#continuetoimage > a[href][target="_blank"]:not([onclick*="loadimg"]):not([onclick*="show"])')
22pixx.xyz#%#//scriptlet('remove-attr', 'target|href', '#continuetoimage > a[href][target="_blank"][onclick*="lshow()"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/48573#issuecomment-579085015
cam4.com#%#//scriptlet("set-constant", "window.open", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/48655
promipool.com#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
! https://github.com/AdguardTeam/AdguardFilters/issues/48658
birdurls.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/30376
moviesand.com#%#//scriptlet("prevent-window-open", "about:blank")
! https://github.com/AdguardTeam/AdguardFilters/issues/48350
eztv.io#%#//scriptlet("abort-current-inline-script", "document.getElementById", "hide_vpn")
! https://github.com/AdguardTeam/AdguardFilters/issues/48327
ffmovies.ru#%#//scriptlet("prevent-window-open", "ffmovies.ru/stream/")
! https://github.com/AdguardTeam/AdguardFilters/issues/47908
supersimple.online#%#//scriptlet("prevent-window-open")
supersimple.online#%#//scriptlet("adjust-setInterval", "#unlock", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/47498
tuberel.com,hdzog.com#%#//scriptlet("set-constant", "adver.abEnable", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/47467
happy-porn.com#%#//scriptlet("set-constant", "use_go", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/47572
semawur.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/47545
hotgirlclub.com#%#AG_onLoad(function(){document.querySelectorAll('a[href^="/free/gallery.php?id="][href*="&url="][href*="&p="]').forEach(function(a){var b=a.getAttribute("href").split(/&url=|&p=/);a.setAttribute("href",b[1])});});
! https://github.com/AdguardTeam/AdguardFilters/issues/47465
ouo.today#%#(function(){var d=(new URL(window.location.href)).searchParams.get("cr");try{var a=atob(d)}catch(b){}try{new URL(a);var c=!0}catch(b){c=!1}if(c)try{window.location=a}catch(b){}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/47332
unishort.com#%#//scriptlet("abort-on-property-read", "showInPopup")
! https://github.com/AdguardTeam/AdguardFilters/issues/47187
totv.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/47104
imagefruit.com#%#//scriptlet("remove-attr", "href", "a[href='/view']")
! https://github.com/AdguardTeam/AdguardFilters/issues/47046
ifbbpro.com#%#//scriptlet("set-constant", "td_ad_background_click_link", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/46923
bannercuts.com#%#//scriptlet("prevent-window-open", "livefm.lk")
! https://github.com/AdguardTeam/AdguardFilters/issues/46812
myreadingmanga.info#%#//scriptlet("abort-on-property-read", "bisqus")
! https://github.com/AdguardTeam/AdguardFilters/issues/46840
shortearn.eu#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/46788
adbull.site#%#//scriptlet("set-constant", "window.open", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/46722
mstream.xyz#%#//scriptlet("abort-on-property-read", "doSecondPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/6537
fetishshrine.com#%#//scriptlet("abort-on-property-read", "customScript")
! https://github.com/AdguardTeam/AdguardFilters/issues/46280
freehentaistream.com#%#//scriptlet("abort-on-property-read", "dataPopUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/46145
zootube1.com#%#AG_onLoad(function(){document.querySelectorAll('a[href^="/zoo/play.php?hd="]').forEach(function(a){var b=a.getAttribute("href").split("/zoo/play.php?hd=");a.setAttribute("href",b[1])})});
! https://github.com/AdguardTeam/AdguardFilters/issues/45979
247hearts.com#%#AG_onLoad(function() { setTimeout(function() { var el = document.getElementById("feature-ad-holder"); if(el) { hideFeatureAd(); }; }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/46009
celeb.gate.cc#%#//scriptlet("abort-on-property-read", "dataPopUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/45848
footballstream.pw#%#//scriptlet("prevent-window-open")
! pirateproxy.space - popups
pirateproxy.space#%#//scriptlet("set-constant", "openNewURLInTheSameWindow", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/45588
!+ NOT_PLATFORM(windows, mac, android)
televisiongratisenvivo.com#%#//scriptlet("prevent-window-open", "bit.ly")
! https://github.com/AdguardTeam/AdguardFilters/issues/45465
yandexcdn.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/149491
! https://github.com/AdguardTeam/AdguardFilters/issues/45376
yt1s.com,y2mate.com#%#//scriptlet('set-constant', 'clickAds.isShown', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/45388
shrtfly.net#%#//scriptlet("abort-on-property-read", "open")
shrtfly.net#%#//scriptlet("abort-on-property-read", "tabUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/45350
shon.xyz#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/44699
pixroute.com#%#//scriptlet("set-constant", "proclayer", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/45272
rekkerd.org#%#//scriptlet("set-constant", "td_ad_background_click_link", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/45203
savemp3.cc#%#//scriptlet("prevent-window-open")
! streamcdn.to - popups
!+ NOT_PLATFORM(windows, mac, android)
streamcdn.to#%#//scriptlet("prevent-addEventListener", "click", "dtnoppu")
! https://github.com/AdguardTeam/AdguardFilters/issues/45250
pornxs.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/45240
vidconverter.co#%#//scriptlet("prevent-window-open")
! hdsex.org - auto-click video
hdsex.org#%#//scriptlet('trusted-click-element', '#player', '', '1200')
! https://github.com/AdguardTeam/AdguardFilters/issues/44864
bit-url.com#%#//scriptlet("prevent-eval-if", "__PPU_CHECK")
! https://github.com/AdguardTeam/AdguardFilters/issues/44714
youzik.com#%#//scriptlet("prevent-window-open", ".info?tid=")
! https://github.com/AdguardTeam/AdguardFilters/issues/44845
stfly.io#%#//scriptlet("abort-on-property-read", "tabUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/44654
!+ NOT_PLATFORM(windows, mac, android)
1819714723.rsc.cdn77.org,streamsforu.com#%#//scriptlet("adjust-setInterval", "timerLayerAdLine", "", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/44686
lightnovelworld.com#%#AG_onLoad(function() { setTimeout(function() { var el = document.querySelectorAll(".adsbox"); if(el) { el.forEach(function(el) { el.remove(); }); }  }, 1000); });
! bcvc.xyz - popups
bcvc.*#%#//scriptlet("abort-on-property-read", "pop_init")
! https://github.com/AdguardTeam/AdguardFilters/issues/44643
livecricket.is#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/44332
playerlunla.com#%#//scriptlet("abort-current-inline-script", "$", "check_av")
! filecrypt.co - popunder on download page
filecrypt.co#%#//scriptlet('abort-current-inline-script', 'Number', 'popWait')
filecrypt.co#%#//scriptlet("set-constant", "_popsThisDay", "999")
filecrypt.co#%#//scriptlet("set-constant", "YPOP", "noopFunc")
filecrypt.co#%#//scriptlet("set-constant", "YPOP2", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/43713
javfull.net#%#//scriptlet("abort-on-property-read", "Z4EE")
! https://github.com/AdguardTeam/AdguardFilters/issues/43700
fuqer.com#%#//scriptlet("abort-on-property-read", "fUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/43415
!+ NOT_PLATFORM(windows, mac, android)
xsexvideos.pro,mature-tube.sexy#%#//scriptlet('prevent-setTimeout', '/window\.location\.href = ("\/sell\.php"|popURL)/')
! https://github.com/AdguardTeam/AdguardFilters/issues/43481
moneymanagement.com.au#%#(function(){if(-1!=window.location.href.indexOf("/intro-mm"))for(var c=document.cookie.split(";"),b=0;b<c.length;b++){var a=c[b];a=a.split("=");"redirect_url_to_intro"==a[0]&&window.location.replace(decodeURIComponent(a[1]))}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/43304
vev.red,vidup.io#%#//scriptlet("set-constant", "Object.prototype.ads", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/43252
!+ NOT_PLATFORM(windows, mac, android)
pornlib.*#%#//scriptlet("prevent-window-open", "about:blank")
! https://forum.adguard.com/index.php?threads/35677/
cutpaid.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/59431
babestube.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/12579
hotmovs.com#%#//scriptlet("abort-on-property-read", "vertis.popunder.neverblock")
hotmovs.com#%#//scriptlet("set-constant", "chanforHe.neverblock.loaderUrl", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/42962
get-to.link#%#//scriptlet("prevent-window-open", "exdynsrv.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/55300
! https://github.com/AdguardTeam/AdguardFilters/issues/42791
cshort.org#%#//scriptlet("prevent-window-open", "/(greatdexchange|onclickmega)\.com/")
! https://github.com/AdguardTeam/AdguardFilters/issues/42723
vivads.net#%#//scriptlet("abort-on-property-read", "SmartPopunder")
vivads.net#%#//scriptlet("prevent-window-open")
! mixdrop.co, mixdrop.to - popups
mixdrop21.net,mixdropjmk.pw,mdzsmutpcvykb.net,mdfx9dc8n.net,mdbekjwqa.pw,mixdroop.*,mixdrp.*,mixdrop.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "dtnoppu")
mixdrop21.net,mixdropjmk.pw,mdzsmutpcvykb.net,mdfx9dc8n.net,mdbekjwqa.pw,mixdroop.*,mixdrp.*,mixdrop.*#%#//scriptlet("prevent-addEventListener", "click", "dtnoppu")
! typingtestnow.com - ads
!+ NOT_PLATFORM(windows, mac, android)
typingtestnow.com#%#//scriptlet("prevent-setTimeout", "replace_blank_adsense_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/42211
laidhub.com#%#//scriptlet("abort-on-property-read", "OpenPopUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/42158
zegtrends.com,icutlink.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/42159
voxc.org#%#//scriptlet("abort-on-property-read", "PopUP")
! Bongacams clickunder ('BC_P_BONGACAMS_POP')
javbangers.com#%#//scriptlet('abort-current-inline-script', 'document.attachEvent', 'initBCPopunder')
! https://reddit.com/r/Adguard/comments/de5qoh/how_can_i_keep_a_website_from_redirecting_to/
bs.to#%#//scriptlet("abort-current-inline-script", "Date", "a.href,a.href")
! https://github.com/AdguardTeam/AdguardFilters/issues/41823
ckk.ai#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/41908
gottanut.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/41651
urlcloud.us#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/41645
xanimeporn.com#%#//scriptlet("abort-on-property-read", "openpopup")
! tmearn.com - popups
tmearn.com#%#//scriptlet("prevent-window-open")
! ipornia.com - popups
ipornia.com#%#//scriptlet("abort-on-property-read", "vertis.popunder.neverblock")
ipornia.com#%#//scriptlet("set-constant", "vdaVars.neverblock.loaderUrl", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/40649
thejournal.ie#%#(function() { var w_open = window.open, regex = /specsavers\.ie/; window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! lkop.me - popups
lkop.me#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/40540
xxx4hindi.com#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mousedown"!=a&&-1==b.toString().indexOf(':!!')&&c(a,b,d,e)}.bind(document); var b=window.setTimeout;window.setTimeout=function(a,c){if(!/;if\(\!/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/40494
trendfaq.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/39741
! https://github.com/AdguardTeam/AdguardFilters/issues/141763
thegay.tube#%#//scriptlet("set-constant", "adver", "noopFunc")
thegay.tube,thegay.com#%#//scriptlet("abort-on-property-read", "adver.popunder.neverblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/39691
pornkino.cc,xopenload.me,watchpornfree.info#%#//scriptlet("abort-on-property-read", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/39672
pornl.com#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "popup")
! https://github.com/AdguardTeam/AdguardFilters/issues/39865
photos.freeones.com#%#//scriptlet("remove-attr", "href", "a[href]#sponsorHref")
! https://github.com/AdguardTeam/AdguardFilters/issues/39824
egovtjob.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/39753
imagevenue.com#%#//scriptlet("abort-on-property-read", "__ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/39548
palmtube.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/39690
pornflixhd.com#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-1")
! 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")
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
tube8.com#%#//scriptlet("set-constant", "showPopunder", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/123945
! https://github.com/AdguardTeam/AdguardFilters/issues/39254
protopage.com#%#//scriptlet("set-constant", "a2d", "false")
protopage.com#%#//scriptlet("set-constant", "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#%#//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/39158
tvlogy.to#%#//scriptlet("set-constant", "second", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/38925
shrtfly.net#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/39071
yesvids.com#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/38818
chooyomi.com#%#//scriptlet("prevent-window-open")
! https://forum.adguard.com/index.php?threads/file-up-org.34362
file-up.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/38725
camwhores.tv#%#//scriptlet("abort-on-property-read", "crakPopInParams")
! xhamster.com popunder
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.*,xhplanet2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xhamster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet('remove-cookie', 'video_view_count')
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.*,xhplanet2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xhamster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet('set-local-storage-item', 'popseen', 'true')
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.*,xhplanet2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xhamster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet("abort-current-inline-script", "document.createElement", "initTabUnder")
! https://github.com/AdguardTeam/AdguardFilters/issues/38558
easyexploits.com#%#//scriptlet("abort-on-property-read", "S9tt")
! https://github.com/AdguardTeam/AdguardFilters/issues/38389
hotpornfile.org#%#//scriptlet("abort-on-property-read", "F900")
hotpornfile.org#%#//scriptlet("abort-on-property-read", "cIPop")
hotpornfile.org#%#//scriptlet("abort-on-property-read", "_clk_na_list")
! https://github.com/AdguardTeam/AdguardFilters/issues/38332
shotfly.in#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/38290
smwebs.xyz#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/34665
headfonics.com#%#//scriptlet("abort-on-property-read", "advanced_ads_ready")
! https://github.com/AdguardTeam/AdguardFilters/issues/38127
cle0desktop.blogspot.com#%#//scriptlet("abort-on-property-read", "popunder")
! 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/33587
hihbt.com#%#//scriptlet("abort-current-inline-script", "window.open")
hihbt.com#%#window.open = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/37509
givirsou.net#%#window.close();
! 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/167726
multiup.io#%#//scriptlet('prevent-setInterval', '$("form").submit()')
! https://github.com/AdguardTeam/AdguardFilters/issues/162788
multiup.io#%#AG_onLoad((function(){const e=t=>{t.preventDefault();var n=t?.currentTarget?.getAttribute("link");n?window.open(n):t.currentTarget.removeEventListener("click",e)};var t=document.querySelectorAll(".panel-footer > form[action] > button[link]"),n=document.querySelectorAll(".panel-footer > form[action]"),r=new RegExp(/mega\./);if(t.length===n.length)for(var o=0;o<n.length;o++){var i=t[o],l=i.getAttribute("link");n[o].setAttribute("action",l),n[o].setAttribute("target","_blank"),n[o].querySelector('input[name="link"]').remove(),i.addEventListener("click",e),r.test(l)||n[o].setAttribute("method","GET")}}));
! https://github.com/AdguardTeam/AdguardFilters/issues/112379
! https://github.com/AdguardTeam/AdguardFilters/issues/35520
multiup.eu,multiup.org#%#AG_onLoad(function(){var e=document.querySelectorAll(".panel-footer > form[action] > button[link]"),b=document.querySelectorAll(".panel-footer > form[action]"),c=new RegExp(/mega\./);if(e.length===b.length)for(var f,g=0;g<b.length;g++)f=e[g].getAttribute("link"),b[g].setAttribute("action",f),b[g].setAttribute("target","_blank"),b[g].querySelector("input[name=\"link\"]").remove(),c.test(f)||b[g].setAttribute("method","GET");const h=a=>{a.preventDefault();var b=a?.currentTarget?.getAttribute("link");b?window.open(b):a.currentTarget.removeEventListener("click",h)};var i=document.querySelectorAll("button[link^=\"https://drive.google.com/\"]");i.forEach(a=>{a.addEventListener("click",h)})});
! https://forum.adguard.com/index.php?threads/up-4ever-org-cookie-notice.33762/
up-4ever.org#%#//scriptlet('remove-attr', 'onclick', 'a[onclick*="window.open"][data-target*="up4ever.download"]')
! 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/35883
cutlinks.pro,uiz.io#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/36247
motherless.com#%#//scriptlet("set-constant", "_ml_ads_ns", "null")
! https://github.com/AdguardTeam/AdguardFilters/issues/36105
winporn.*#%#//scriptlet("set-constant", "showspop", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/35342
porndr.com#%#//scriptlet("abort-current-inline-script", "getCookie", "popup_url")
! clk.ink - popups
clk.ink#%#//scriptlet("remove-attr", "href", "a[href='/skiplink'][target='_blank']")
! https://github.com/AdguardTeam/AdguardFilters/issues/34963
playpornfree.xyz#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-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/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/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)};})();
! mediafire.com - ad redirect on download
mediafire.com#%#//scriptlet("set-constant", "InfCustomFPSTAFunc", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/34854
stfly.io#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/userscloud-com.32800
userscloud.com#%#//scriptlet("remove-attr", "onclick", "#btn_download")
! dancers `Popping Tool`
myporntape.com,super-games.cz,hentaipins.com,ahegaoporn.net,hentaicloud.com,camwhoresbay.porn,123strippoker.com,chicpussy.net,imgsto.com,lolhentai.net,pics4upload.com,imgstar.eu,porncoven.com,nakedbabes.club,vibraporn.com,imgtaxi.com,rintor.*,xcity.org,striptube.net,eroticity.net,camwhores.film,boobieblog.com,freeuseporn.com,gamesofdesire.com,imgsen.com,imgwallet.com,picdollar.com,zehnporn.com,babepedia.com,kvador.com,sikwap.xyz,imgadult.com,picmoney.org,sexgames.xxx,picbaron.com,porno-island.*,wantedbabes.com,ftopx.com,bunnylust.com,mysexgames.com,sexykittenporn.com,lizardporn.com,doseofporn.com,erotichdworld.com,freyalist.com,guruofporn.com,jennylist.xyz,jesseporn.xyz,kendralist.com,vipergirls.to,8boobs.com,babesinporn.com,bustybloom.com,fooxybabes.com,hotstunners.com,rabbitsfun.com,silkengirl.com,jumboporn.xyz,zazzybabes.com#%#//scriptlet("abort-on-property-read", "loadTool")
! healthinsider.online - popups
healthinsider.online#%#window.open = function() {};
! 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);})();
! 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); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/34096
sexvid.xxx#%#//scriptlet("abort-on-property-read", "pu")
! https://github.com/AdguardTeam/AdguardFilters/issues/34029
sozosblog.com#%#//scriptlet('remove-attr', 'href', '#content-area a[href="/go.php"][rel="nofollow"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/42251
! https://forum.adguard.com/index.php?threads/resolved-www-file-up-org.30886
file-up.org#%#AG_onLoad(function() { var el = document.querySelector('.container > .page-wrap'); if(el) { el.innerHTML = el.innerHTML.replace(/\nads\n|ads( )?\n/g,''); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/33665
empflix.com#%#//scriptlet("prevent-addEventListener", "", "/exo")
empflix.com#%#//scriptlet("set-constant", "FlixPop.isPopGloballyEnabled", "falseFunc")
! 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#%#//scriptlet("abort-on-property-read", "adbctipops")
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/33357
wickedsick.tv#%#//scriptlet("abort-current-inline-script", "spot", "api/direct")
! 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)}})();
! linkshrink.net mobile website - popups
linkshrink.net#%#//scriptlet("prevent-window-open")
linkshrink.net#%#//scriptlet("abort-current-inline-script", "confirm", "ads.linkshrink.net")
linkshrink.net#%#//scriptlet("abort-current-inline-script", "history.pushState", "onpopstate")
! 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/32669
arenavision.cc#%#//scriptlet("abort-on-property-read", "smrtAdSySPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/31807
mangovideo.pw#%#//scriptlet("abort-on-property-read", "myFunction")
mangovideo.pw#%#//scriptlet("abort-on-property-read", "myFunctions")
analdin.com,mangovideo.pw,streamporn.pw#%#//scriptlet("abort-on-property-read", "popunder")
! 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/31204
x1337x.eu,1337x.to,1337x.st,x1337x.ws#%#//scriptlet("set-constant", "S9tt", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/30037
imgmaze.pw,imgview.pw#%#//scriptlet("set-constant", "_pop", "emptyArr")
! 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('span[data-nosnippet] > .q-box');e.forEach(function(e){var i=e.innerText;if(i){if(i!==void 0&&(!0===i.includes('Sponsored')||!0===i.includes('Ad by')||!0===i.includes('Promoted 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/30452
arcadeprehacks.com#%#//scriptlet("abort-current-inline-script", "Math.random", "#cpmstar")
! https://github.com/AdguardTeam/AdguardFilters/issues/30266
tnaflix.com#%#window.open = function() {};
! 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/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/29727
vidbom.com#%#//scriptlet("abort-current-inline-script", "atob", "removeCookie")
! 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://github.com/AdguardTeam/AdguardFilters/issues/34795
! https://github.com/AdguardTeam/AdguardFilters/issues/75585
! twitter.com#%#!function(){(new MutationObserver(function(){document.querySelectorAll('div[style^="padding-bottom: 0px;"] > div[style^="padding-top:"] > div:not([class]):not([style]), div[class] > div[style^="position: relative"] > div[style*="position: absolute;"]:not([class]):not([style*="display: none"])').forEach(function(b){Object.keys(b).some(function(a){if(a.includes("reactEventHandlers")){a=b[a];try{var c=a.children._owner.alternate.key;c.includes("promotedTweet")&&(b.style="display:none!important;")}catch(d){}}})})})).observe(document,{childList:!0,subtree:!0})}();
! https://github.com/AdguardTeam/AdguardFilters/issues/164633
instagram.com#%#!function(){new MutationObserver((function(){document.querySelectorAll("article > div[class] > div[class]").forEach((function(e){Object.keys(e).forEach((function(c){if(c.includes("__reactEvents")||c.includes("__reactProps")){c=e[c];try{c.children?.props?.adFragmentKey?.items&&e.parentNode.remove()}catch(c){}}}))}))})).observe(document,{childList:!0,subtree:!0});}();
! https://github.com/AdguardTeam/AdguardFilters/issues/153636
! Blocking ads based on property
pinterest.*#%#!function(){var e=0,r=[];new MutationObserver((function(){document.querySelectorAll("div[role='list'] > div[role='listitem']:not([style*='display: none'])").forEach((function(i){Object.keys(i).forEach((function(s){if(s.includes("__reactFiber")||s.includes("__reactProps")){s=i[s];try{if(s.memoizedProps?.children?.props?.children?.props?.pin?.ad_destination_url||s.memoizedProps?.children?.props?.children?.props?.children?.props?.pin?.ad_destination_url||s.memoizedProps?.children?.props?.children?.props?.children?.props?.children?.props?.pin?.ad_destination_url){e++,i.style="display: none !important;";var n=i.querySelector('a[href] span[class*=" "]:last-child, a[href] div[class*=" "][style*="margin"]:last-child > div[class*=" "][style*="margin"] + div[class*=" "]:last-child');n&&(r.push(["Ad blocked based on property ["+e+"] -> "+n.innerText]),console.table(r))}}catch(s){}}}))}))})).observe(document,{childList:!0,subtree:!0})}();
! https://forum.adguard.com/index.php?threads/mac-adguard-2-4-3-718-facebook-sponsored-ads-are-not-blocked.37861
! update: 05.06.2020 (full rule)
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e=new MutationObserver(function(){var m=document.querySelectorAll("div[id^='mount_']");{var e;e=0<m.length?document.querySelectorAll('div[role="feed"] > div[data-pagelet^="FeedUnit"] > div[class]:not([style*="height"])'):document.querySelectorAll('[id^="substream"] > div:not(.hidden_elem) div[id^="hyperfeed_story_id"]')}e.forEach(function(e){function n(e,n){for(0<m.length?"0"==(h=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span > span > span[data-content]')).length&&(h=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span[aria-label]')):h=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [class] [class]"),socheck=0;socheck<h.length;socheck++)h[socheck].innerText.contains(n)&&(p=["1"],d=["1"],u=["1"],i=r=l=1,socheck=h.length)}function t(e,n,t,c,a){for(0<m.length?"0"==(h=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span > span > span[data-content]')).length&&(h=e.querySelectorAll('div[role="article"] span[dir="auto"] div[role="button"][tabindex]')):h=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] > span a > [class] [class]"),"0"==h.length&&(h=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span[aria-label]')),socheck=0;socheck<h.length;socheck++){spancheck=0,1<h.length?(spancheck=h[socheck].querySelectorAll("span")[0],0==spancheck&&(spancheck=h[socheck].querySelectorAll("b")[0])):(spancheck=h[0].querySelectorAll("span")[socheck],0==spancheck&&(spancheck=h[0].querySelectorAll("b")[socheck]));var o=h[0];if(0!=spancheck&&spancheck){if(2==spancheck.children.length&&0<m.length)for(spancheck=spancheck.querySelectorAll("span:not([style])"),spcheck=0;spcheck<spancheck.length;spcheck++)spancheck[spcheck].innerText.contains(n)?s=1:!spancheck[spcheck].innerText.contains(t)||0!=spancheck[spcheck].offsetTop||spancheck[spcheck].innerText.contains(n)||spancheck[spcheck].innerText.contains(c)||spancheck[spcheck].innerText.contains(a)?!spancheck[spcheck].innerText.contains(c)||0!=spancheck[spcheck].offsetTop||spancheck[spcheck].innerText.contains(t)||spancheck[spcheck].innerText.contains(n)||spancheck[spcheck].innerText.contains(a)?!spancheck[spcheck].innerText.contains(a)||0!=spancheck[spcheck].offsetTop||spancheck[spcheck].innerText.contains(t)||spancheck[spcheck].innerText.contains(c)||spancheck[spcheck].innerText.contains(n)||(u=["1"],i=1):(d=["1"],r=1):(p=["1"],l=1);0==m.length&&((!(spancheck.innerText.contains(n)&&0==spancheck.offsetTop||h[0].innerText.contains(n)&&0==h[0].offsetTop)||spancheck.innerText.contains(t)&&!h[0].innerText.contains(t)||spancheck.innerText.contains(c)&&!h[0].innerText.contains(c)||spancheck.innerText.contains(a)&&!h[0].innerText.contains(a))&&(!o.innerText.contains(n)||0!=o.offsetTop||o.innerText.contains(t)||o.innerText.contains(c)||o.innerText.contains(a))?!spancheck.innerText.contains(t)||0!=spancheck.offsetTop||spancheck.innerText.contains(n)||spancheck.innerText.contains(c)||spancheck.innerText.contains(a)?!spancheck.innerText.contains(c)||0!=spancheck.offsetTop||spancheck.innerText.contains(t)||spancheck.innerText.contains(n)||spancheck.innerText.contains(a)?!spancheck.innerText.contains(a)||0!=spancheck.offsetTop||spancheck.innerText.contains(t)||spancheck.innerText.contains(c)||spancheck.innerText.contains(n)||(u=["1"],i=1):(d=["1"],r=1):(p=["1"],l=1):s=1)}}}function c(e,n,t,c,a){u=0<m.length?(h=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span span[data-content='+n+"]"),p=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span span[data-content='+t+"]"),d=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span span[data-content='+c+"]"),e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span span[data-content='+a+"]")):(h=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+n+"]"),p=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+t+"]"),d=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+c+"]"),e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+a+"]"))}var s=0,l=0,r=0,i=0,h=0,p=0,d=0,u=0,a=e.querySelectorAll("div[style='width: 100%'] > a[href*='oculus.com/quest'] > div"),o=document.querySelector("[lang]"),k=document.querySelectorAll("link[rel='preload'][href*='/l/']");o=o?document.querySelector("[lang]").lang:"en";var y,g=e.querySelectorAll('a[ajaxify*="ad_id"] > span'),f=e.querySelectorAll('a[href*="ads/about"]'),S=e.querySelectorAll('a[href*="https://www.facebook.com/business/help"]');if("display: none !important;"!=e.getAttribute("style")&&!e.classList.contains("hidden_elem")&&(0<g.length||0<f.length||0<S.length?(T+=1,0<m.length?(""==(y=e.querySelectorAll("a[href]")[0].innerText)&&(y=e.querySelectorAll("a[href]")[1].innerText),""==y&&(y=e.querySelectorAll("a[href]")[0].querySelectorAll("a[aria-label]")[0].getAttribute("aria-label"))):y=e.querySelectorAll("a[href]")[2].innerText,console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+T),console.log("F length: "+g.length),console.log("H length: "+f.length),console.log("I length (Paid partnership): "+S.length),console.log("--------"),e.style="display:none!important;"):0<a.length?(T+=1,y="Facebook",console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+T),console.log("Non-declared ad"),console.log("--------"),e.style="display:none!important;"):"af"==o?n(e,"Geborg"):"de"==o||"nl"==o?c(e,"G","e","s","n"):"am"==o?n(e,"የተከፈለበት ማስታወቂያ"):"ar"==o?n(e,"مُموَّل"):"as"==o?n(e,"পৃষ্ঠপোষকতা কৰা"):"az"==o?n(e,"Sponsor dəstəkli"):"co"==o?n(e,"Spunsurizatu"):"bs"==o||"sl"==o||"cs"==o?c(e,"S","p","z","n"):"da"==o||"en"==o||"et"==o||"fy"==o||"it"==o||"ku"==o||"nb"==o||"nn"==o||"pl"==o||"sq"==o||"sv"==o||"zz"==o?0<m.length?k[0].href.contains("en_UD")?n(e,"pəɹosuodS"):k[0].href.contains("ja_KS")?n(e,"広告"):k[0].href.contains("tz_MA")?n(e,"ⵉⴷⵍ"):k[0].href.contains("sy_SY")?n(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):k[0].href.contains("cb_IQ")?n(e,"پاڵپشتیکراو"):k[0].href.contains("ar_AR")?n(e,"مُموَّل"):k[0].href.contains("sz_PL")?n(e,"Szpōnzorowane"):k[0].href.contains("eo_EO")?n(e,"Reklamo"):k[0].href.contains("es_LA")?c(e,"P","u","c","d"):(c(e,"S","p","s","n"),"0"==h.length&&t(e,"S","p","s","n"),"0"==h.length&&n(e,"Sponsored")):document.querySelector("body").className.includes("Locale_en_UD")?n(e,"pəɹosuodS"):document.querySelector("body").className.includes("ja_KS")?n(e,"広告"):document.querySelector("body").className.includes("tz_MA")?n(e,"ⵉⴷⵍ"):document.querySelector("body").className.includes("sy_SY")?n(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):document.querySelector("body").className.includes("cb_IQ")?n(e,"پاڵپشتیکراو"):document.querySelector("body").className.includes("ar_AR")?n(e,"مُموَّل"):document.querySelector("body").className.includes("sz_PL")?n(e,"Szpōnzorowane"):document.querySelector("body").className.includes("eo_EO")?n(e,"Reklamo"):document.querySelector("body").className.includes("es_LA")?c(e,"P","u","c","d"):(c(e,"S","p","s","n"),"0"==h.length&&t(e,"S","p","s","n")):"be"==o?n(e,"Рэклама"):"bg"==o?n(e,"Спонсорирано"):"mk"==o?n(e,"Спонзорирано"):"br"==o?n(e,"Paeroniet"):"ca"==o?n(e,"Patrocinat"):"gl"==o||"pt"==o?(n(e,"Patrocinado"),"0"==l&&c(e,"P","a","c","o")):"bn"==o?n(e,"সৌজন্যে"):"cb"==o?n(e,"پاڵپشتیکراو"):"cx"==o?c(e,"G","i","s","n"):"cy"==o?n(e,"Noddwyd"):"el"==o?n(e,"Χορηγούμενη"):"eo"==o?n(e,"Reklamo"):"es"==o?c(e,"P","u","c","d"):"eu"==o?n(e,"Babestua"):"fa"==o?n(e,"دارای پشتیبانی مالی"):"ff"==o?n(e,"Yoɓanaama"):"fi"==o?n(e,"Sponsoroitu"):"fo"==o?n(e,"Stuðlað"):"fr"==o?0<m.length?k[0].href.contains("fr_FR")?c(e,"S","p","s","n"):c(e,"C","o","m","n"):document.querySelector("body").className.includes("Locale_fr_FR")?c(e,"S","p","s","n"):c(e,"C","o","m","n"):"ga"==o?n(e,"Urraithe"):"gn"==o?n(e,"Oñepatrosinapyre"):"gu"==o?n(e,"પ્રાયોજિત"):"ha"==o?n(e,"Daukar Nauyi"):"he"==o?n(e,"ממומן"):"hr"==o?n(e,"Plaćeni oglas"):"ht"==o?n(e,"Peye"):"ne"==o||"mr"==o||"hi"==o?n(e,"प्रायोजित"):"hu"==o?c(e,"H","i","r","d"):"hy"==o?n(e,"Գովազդային"):"id"==o?c(e,"B","e","p","n"):"is"==o?n(e,"Kostað"):"ja"==o?n(e,"広告"):"ms"==o?n(e,"Ditaja"):"jv"==o?n(e,"Disponsori"):"ka"==o?n(e,"რეკლამა"):"kk"==o?n(e,"Демеушілік көрсеткен"):"km"==o?n(e,"បានឧបត្ថម្ភ"):"kn"==o?n(e,"ಪ್ರಾಯೋಜಿತ"):"ko"==o?n(e,"Sponsored"):"ky"==o?n(e,"Демөөрчүлөнгөн"):"lo"==o?n(e,"ຜູ້ສະໜັບສະໜູນ"):"lt"==o?n(e,"Remiama"):"lv"==o?n(e,"Apmaksāta reklāma"):"mg"==o?n(e,"Misy Mpiantoka"):"ml"==o?n(e,"സ്പോൺസർ ചെയ്തത്"):"mn"==o?n(e,"Ивээн тэтгэсэн"):"mt"==o?n(e,"Sponsorjat"):"my"==o?(n(e,"ပံ့ပိုးထားသည်"),"0"==l&&n(e,"အခပေးကြော်ငြာ")):"or"==o?n(e,"ପ୍ରଯୋଜିତ"):"pa"==o?n(e,"ਸਰਪ੍ਰਸਤੀ ਪ੍ਰਾਪਤ"):"ps"==o?n(e,"تمويل شوي"):"ro"==o?n(e,"Sponsorizat"):"ru"==o||"uk"==o?n(e,"Реклама"):"rw"==o?n(e,"Icyamamaza ndasukirwaho"):"sc"==o?n(e,"Patronadu de"):"si"==o?n(e,"අනුග්රාහක"):"sk"==o?n(e,"Sponzorované"):"sn"==o?n(e,"Zvabhadharirwa"):"so"==o?n(e,"La maalgeliyey"):"sr"==o?n(e,"Спонзорисано"):"sw"==o?n(e,"Imedhaminiwa"):"sy"==o?n(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):"sz"==o?n(e,"Szpōnzorowane"):"ta"==o?n(e,"விளம்பரம்"):"te"==o?n(e,"ప్రాయోజితం చేయబడింది"):"tg"==o?n(e,"Бо сарпарастӣ"):"th"==o?n(e,"ได้รับการสนับสนุน"):"tl"==o?n(e,"May Sponsor"):"tr"==o?n(e,"Sponsorlu"):"tt"==o?n(e,"Хәйрияче"):"tz"==o?n(e,"ⵉⴷⵍ"):"ur"==o?n(e,"سپانسرڈ"):"uz"==o?n(e,"Reklama"):"vi"==o?n(e,"Được tài trợ"):"zh-Hans"==o?n(e,"赞助内容"):"zh-Hant"==o&&n(e,"贊助"),0<h.length&&0<p.length&&0<d.length&&0<u.length)){for(cont=0;cont<h.length;cont++)0<h[cont].offsetHeight&&(cont=h.length,s=1);for(cont1=0;cont1<p.length;cont1++)0<p[cont1].offsetHeight&&(cont1=p.length,l=1);for(cont2=0;cont2<d.length;cont2++)0<d[cont2].offsetHeight&&(cont2=d.length,r=1);for(cont3=0;cont3<u.length;cont3++)0<u[cont3].offsetHeight&&(cont3=u.length,i=1);1==s&&1==l&&1==r&&1==i&&(0<m.length&&""!=(y=e.querySelectorAll("a[href]")[1].innerText)||(y=e.querySelectorAll("a[href]")[2].innerText),T+=1,console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+T),console.log("--------"),e.style="display:none!important;")}})}),T=0;e.observe(document,{childList:!0,subtree:!0})}();
! Blocking ads on old interface (big rule will be split for easier maintaining)
! facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e=new MutationObserver(function(){document.querySelectorAll('[id^="substream"] > div:not(.hidden_elem) div[id^="hyperfeed_story_id"]').forEach(function(e){function n(e,n){for(d=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [class] [class]"),socheck=0;socheck<d.length;socheck++)d[socheck].innerText.contains(n)&&(h=["1"],u=["1"],p=["1"],i=r=l=1,socheck=d.length)}function o(e,n,o,t,c){d=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+n+"]"),h=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+o+"]"),u=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+t+"]"),p=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] a [data-content="+c+"]")}var s=0,l=0,r=0,i=0,d=0,h=0,u=0,p=0,t=e.querySelectorAll("div[style='width: 100%'] > a[href*='oculus.com/quest'] > div"),c=document.querySelector("[lang]");document.querySelectorAll("link[rel='preload'][href*='/l/']");c=c?document.querySelector("[lang]").lang:"en";var a,y=e.querySelectorAll('a[ajaxify*="ad_id"] > span'),k=e.querySelectorAll('a[href*="ads/about"]'),g=e.querySelectorAll('a[href*="https://www.facebook.com/business/help"]');if("display: none !important;"!=e.getAttribute("style")&&!e.classList.contains("hidden_elem")&&(0<y.length||0<k.length||0<g.length?(m+=1,a=e.querySelectorAll("a[href]")[2].innerText,console.log("--------"),console.log("Ad hidden from: "+a),console.log("Total ads hidden: "+m),console.log("F length: "+y.length),console.log("H length: "+k.length),console.log("I length (Paid partnership): "+g.length),console.log("--------"),e.style="display:none!important;"):0<t.length?(m+=1,a="Facebook",console.log("--------"),console.log("Ad hidden from: "+a),console.log("Total ads hidden: "+m),console.log("Non-declared ad"),console.log("--------"),e.style="display:none!important;"):"af"==c?n(e,"Geborg"):"de"==c||"nl"==c?o(e,"G","e","s","n"):"am"==c?n(e,"የተከፈለበት ማስታወቂያ"):"ar"==c?n(e,"مُموَّل"):"as"==c?n(e,"পৃষ্ঠপোষকতা কৰা"):"az"==c?n(e,"Sponsor dəstəkli"):"co"==c?n(e,"Spunsurizatu"):"bs"==c||"sl"==c||"cs"==c?o(e,"S","p","z","n"):"da"==c||"en"==c||"et"==c||"fy"==c||"it"==c||"ku"==c||"nb"==c||"nn"==c||"pl"==c||"sq"==c||"sv"==c||"zz"==c?document.querySelector("body").className.includes("Locale_en_UD")?n(e,"pəɹosuodS"):document.querySelector("body").className.includes("ja_KS")?n(e,"広告"):document.querySelector("body").className.includes("tz_MA")?n(e,"ⵉⴷⵍ"):document.querySelector("body").className.includes("sy_SY")?n(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):document.querySelector("body").className.includes("cb_IQ")?n(e,"پاڵپشتیکراو"):document.querySelector("body").className.includes("ar_AR")?n(e,"مُموَّل"):document.querySelector("body").className.includes("sz_PL")?n(e,"Szpōnzorowane"):document.querySelector("body").className.includes("eo_EO")?n(e,"Reklamo"):document.querySelector("body").className.includes("es_LA")?o(e,"P","u","c","d"):(o(e,"S","p","s","n"),"0"==d.length&&function(e,n,o,t,c){for("0"==(d=e.querySelectorAll(".userContentWrapper h5 + div[data-testid] > span a > [class] [class]")).length&&(d=e.querySelectorAll('div[role="article"] span[dir="auto"] > a > span[aria-label]')),socheck=0;socheck<d.length;socheck++){spancheck=0;var a=d[0];1<d.length?(spancheck=d[socheck].querySelectorAll("span")[0],0==spancheck&&(spancheck=d[socheck].querySelectorAll("b")[0])):(spancheck=d[0].querySelectorAll("span")[socheck],0==spancheck&&(spancheck=d[0].querySelectorAll("b")[socheck])),spancheck=spancheck||d[socheck],0!=spancheck&&spancheck&&((!spancheck.innerText.contains(n)||0!=spancheck.offsetTop||spancheck.innerText.contains(o)||spancheck.innerText.contains(t)||spancheck.innerText.contains(c))&&(!a.innerText.contains(n)||0!=a.offsetTop||a.innerText.contains(o)||a.innerText.contains(t)||a.innerText.contains(c))||(s=1),!spancheck.innerText.contains(o)||0!=spancheck.offsetTop||spancheck.innerText.contains(n)||spancheck.innerText.contains(t)||spancheck.innerText.contains(c)||(h=["1"],l=1),!spancheck.innerText.contains(t)||0!=spancheck.offsetTop||spancheck.innerText.contains(o)||spancheck.innerText.contains(n)||spancheck.innerText.contains(c)||(u=["1"],r=1),!spancheck.innerText.contains(c)||0!=spancheck.offsetTop||spancheck.innerText.contains(o)||spancheck.innerText.contains(t)||spancheck.innerText.contains(n)||(p=["1"],i=1))}}(e,"S","p","s","n")):"be"==c?n(e,"Рэклама"):"bg"==c?n(e,"Спонсорирано"):"mk"==c?n(e,"Спонзорирано"):"br"==c?n(e,"Paeroniet"):"ca"==c?n(e,"Patrocinat"):"gl"==c||"pt"==c?(n(e,"Patrocinado"),"0"==l&&o(e,"P","a","c","o")):"bn"==c?n(e,"সৌজন্যে"):"cb"==c?n(e,"پاڵپشتیکراو"):"cx"==c?o(e,"G","i","s","n"):"cy"==c?n(e,"Noddwyd"):"el"==c?n(e,"Χορηγούμενη"):"eo"==c?n(e,"Reklamo"):"es"==c?o(e,"P","u","c","d"):"eu"==c?n(e,"Babestua"):"fa"==c?n(e,"دارای پشتیبانی مالی"):"ff"==c?n(e,"Yoɓanaama"):"fi"==c?n(e,"Sponsoroitu"):"fo"==c?n(e,"Stuðlað"):"fr"==c?document.querySelector("body").className.includes("Locale_fr_FR")?o(e,"S","p","s","n"):o(e,"C","o","m","n"):"ga"==c?n(e,"Urraithe"):"gn"==c?n(e,"Oñepatrosinapyre"):"gu"==c?n(e,"પ્રાયોજિત"):"ha"==c?n(e,"Daukar Nauyi"):"he"==c?n(e,"ממומן"):"hr"==c?n(e,"Plaćeni oglas"):"ht"==c?n(e,"Peye"):"ne"==c||"mr"==c||"hi"==c?n(e,"प्रायोजित"):"hu"==c?o(e,"H","i","r","d"):"hy"==c?n(e,"Գովազդային"):"id"==c?o(e,"B","e","p","n"):"is"==c?n(e,"Kostað"):"ja"==c?n(e,"広告"):"ms"==c?n(e,"Ditaja"):"jv"==c?n(e,"Disponsori"):"ka"==c?n(e,"რეკლამა"):"kk"==c?n(e,"Демеушілік көрсеткен"):"km"==c?n(e,"បានឧបត្ថម្ភ"):"kn"==c?n(e,"ಪ್ರಾಯೋಜಿತ"):"ko"==c?n(e,"Sponsored"):"ky"==c?n(e,"Демөөрчүлөнгөн"):"lo"==c?n(e,"ຜູ້ສະໜັບສະໜູນ"):"lt"==c?n(e,"Remiama"):"lv"==c?n(e,"Apmaksāta reklāma"):"mg"==c?n(e,"Misy Mpiantoka"):"ml"==c?n(e,"സ്പോൺസർ ചെയ്തത്"):"mn"==c?n(e,"Ивээн тэтгэсэн"):"mt"==c?n(e,"Sponsorjat"):"my"==c?(n(e,"ပံ့ပိုးထားသည်"),"0"==l&&n(e,"အခပေးကြော်ငြာ")):"or"==c?n(e,"ପ୍ରଯୋଜିତ"):"pa"==c?n(e,"ਸਰਪ੍ਰਸਤੀ ਪ੍ਰਾਪਤ"):"ps"==c?n(e,"تمويل شوي"):"ro"==c?n(e,"Sponsorizat"):"ru"==c||"uk"==c?n(e,"Реклама"):"rw"==c?n(e,"Icyamamaza ndasukirwaho"):"sc"==c?n(e,"Patronadu de"):"si"==c?n(e,"අනුග්රාහක"):"sk"==c?n(e,"Sponzorované"):"sn"==c?n(e,"Zvabhadharirwa"):"so"==c?n(e,"La maalgeliyey"):"sr"==c?n(e,"Спонзорисано"):"sw"==c?n(e,"Imedhaminiwa"):"sy"==c?n(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):"sz"==c?n(e,"Szpōnzorowane"):"ta"==c?n(e,"விளம்பரம்"):"te"==c?n(e,"ప్రాయోజితం చేయబడింది"):"tg"==c?n(e,"Бо сарпарастӣ"):"th"==c?n(e,"ได้รับการสนับสนุน"):"tl"==c?n(e,"May Sponsor"):"tr"==c?n(e,"Sponsorlu"):"tt"==c?n(e,"Хәйрияче"):"tz"==c?n(e,"ⵉⴷⵍ"):"ur"==c?n(e,"سپانسرڈ"):"uz"==c?n(e,"Reklama"):"vi"==c?n(e,"Được tài trợ"):"zh-Hans"==c?n(e,"赞助内容"):"zh-Hant"==c&&n(e,"贊助"),0<d.length&&0<h.length&&0<u.length&&0<p.length)){for(cont=0;cont<d.length;cont++)0<d[cont].offsetHeight&&(cont=d.length,s=1);for(cont1=0;cont1<h.length;cont1++)0<h[cont1].offsetHeight&&(cont1=h.length,l=1);for(cont2=0;cont2<u.length;cont2++)0<u[cont2].offsetHeight&&(cont2=u.length,r=1);for(cont3=0;cont3<p.length;cont3++)0<p[cont3].offsetHeight&&(cont3=p.length,i=1);1==s&&1==l&&1==r&&1==i&&(a=e.querySelectorAll("a[href]")[2].innerText,m+=1,console.log("--------"),console.log("Ad hidden from: "+a),console.log("Total ads hidden: "+m),console.log("--------"),e.style="display:none!important;")}})}),m=0;e.observe(document,{childList:!0,subtree:!0})}();
! Blocking ads based on property, works only with new design
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var b=0,d=[];new MutationObserver(function(){document.querySelectorAll("div[data-pagelet^=\"FeedUnit\"]:not([style*=\"display: none\"]), div[role=\"feed\"] > div:not([style*=\"display: none\"]), div[role=\"feed\"] > span:not([style*=\"display: none\"]), #ssrb_feed_start + div > div[class]:not([style*=\"display: none\"]), #ssrb_feed_start + div span > h3 ~ div[class]:not([style*=\"display: none\"]), #ssrb_feed_start + div h3~ div[class]:not([style*=\"display: none\"]), #ssrb_feed_start + div h3 ~ div > div[class]:not([style*=\"display: none\"]), div[role=\"main\"] div[class] > #ssrb_feed_start ~ div > h3 ~ div > div[class]:not([style*=\"display: none\"]), div[role=\"main\"] div > h3 ~ div > div[class]:not([style*=\"display: none\"]), #ssrb_feed_start + div > div > div[class]:not([style*=\"display: none\"]), div[role=\"main\"] div > h2 ~ div > div[class]:not([style*=\"display: none\"]), #ssrb_feed_start + div > div > div[class] > div:not([class], [id]) div:not([class], [id]):not([style*=\"display: none\"]), div[role=\"main\"] div > h3 ~ div > div[class] > div:not([class], [id]) div:not([class], [id], [dir], [data-0], [style]), div[role=\"main\"] div > h2 ~ div > div[class] > div > div:not([style*=\"display: none\"]),div[role=\"main\"] h3[dir=\"auto\"] + div > div[class]:not([style*=\"display: none\"])").forEach(function(e){Object.keys(e).forEach(function(a){if(a.includes("__reactEvents")||a.includes("__reactProps")){a=e[a];try{if(a.children?.props?.category?.includes("SPONSORED")||a.children?.props?.children?.props?.category?.includes("SPONSORED")||a.children?.props?.feedEdge?.category?.includes("SPONSORED")||a.children?.props?.children?.props?.feedEdge?.category?.includes("SPONSORED")||a.children?.props?.children?.props?.children?.props?.feedEdge?.category?.includes("SPONSORED")||a.children?.props?.children?.props?.children?.props?.children?.props?.feedEdge?.category?.includes("SPONSORED")){b++,e.style="display: none !important;";var f=e.querySelector("a[href][aria-label]:not([aria-hidden])");f&&(d.push(["Ad blocked based on property ["+b+"] -> "+f.ariaLabel]),console.table(d))}}catch(a){}}})})}).observe(document,{childList:!0,subtree:!0})}();
! Blocking ads based on property in watch section
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){(new MutationObserver(function(){window.location.href.includes("/watch")&&document.querySelectorAll('#watch_feed div:not([class]):not([id]) > div[class*=" "]:not([style*="display: none !important"]) div[class^="_"] > div[class*=" "]').forEach(function(b){Object.keys(b).forEach(function(a){if(a.includes("__reactFiber")){a=b[a];try{var c,d,e,f;if(null==(c=a)?0:null==(d=c["return"])?0:null==(e=d.memoizedProps)?0:null==(f=e.story)?0:f.sponsored_data){var g=b.closest('#watch_feed div[class*=" "] div:not([class]):not([id]) > div[class*=" "]:not([style*="display: none !important"])');g.style="display: none !important;"}}catch(h){}}})})})).observe(document,{childList:!0,subtree:!0,attributeFilter:["style"]})}();
! Blocking ads based on property when watching an marketplace item
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){if(location.href.includes("marketplace/item")){var b=0,d=[];new MutationObserver(function(){document.querySelectorAll("div[aria-label='Marketplace listing viewer'] > div div + div + span:not([style*='display: none']), #ssrb_feed_start + div > div div + div + span:not([style*='display: none'])").forEach(function(e){Object.keys(e).forEach(function(a){if(a.includes("__reactEvents")||a.includes("__reactProps")){a=e[a];try{if(a.children?.props?.children?.props?.adId){b++,e.style="display: none !important;";var f=e.querySelector("a[href][aria-label]:not([aria-hidden])");f&&(d.push(["Ad blocked based on property ["+b+"] -> "+f.ariaLabel]),console.table(d))}}catch(a){}}})})}).observe(document,{childList:!0,subtree:!0})}}();
! ! #if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e=new MutationObserver(function(){document.querySelectorAll('[id^="substream"] > div:not(.hidden_elem) div[id^="hyperfeed_story_id"]').forEach(function(e){function t(e,t){for(s=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="sub"] a [class] [class]'),socheck=0;socheck<s.length;socheck++)s[socheck].innerText.contains(t)&&(c=["1"],d=["1"],i=["1"],r=l=a=1,socheck=s.length)}function o(e,t,o,n,a){s=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="sub"] a [data-content='+t+"]"),c=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="sub"] a [data-content='+o+"]"),d=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="sub"] a [data-content='+n+"]"),i=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="sub"] a [data-content='+a+"]"),0==s.length&&(s=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="label"] a [data-content='+t+"]"),c=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="label"] a [data-content='+o+"]"),d=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="label"] a [data-content='+n+"]"),i=e.querySelectorAll('.userContentWrapper h5 + div[data-testid*="label"] a [data-content='+a+"]"))}var n=0,a=0,l=0,r=0,s=0,c=0,d=0,i=0,u=e.querySelectorAll("div[style='width: 100%'] > a[href*='oculus.com/quest'] > div"),h=document.querySelector("[lang]").lang,g=e.querySelectorAll('a[ajaxify*="ad_id"] > span'),p=e.querySelectorAll('a[href*="ads/about"]');if("display: none !important;"!=e.getAttribute("style")&&!e.classList.contains("hidden_elem")){if(0<g.length||0<p.length){f+=1;var y=e.querySelectorAll("a[href]")[2].innerText;console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+f),console.log("F length: "+g.length),console.log("H length: "+p.length),console.log("--------"),e.style="display:none!important;"}else if(0<u.length){f+=1;y="Facebook";console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+f),console.log("Non-declared ad"),console.log("--------"),e.style="display:none!important;"}else"af"==h?t(e,"Geborg"):"de"==h||"nl"==h?o(e,"G","e","s","n"):"am"==h?t(e,"የተከፈለበት ማስታወቂያ"):"ar"==h?t(e,"مُموَّل"):"as"==h?t(e,"পৃষ্ঠপোষকতা কৰা"):"az"==h?t(e,"Sponsor dəstəkli"):"co"==h?t(e,"Spunsurizatu"):"bs"==h||"sl"==h||"cs"==h?o(e,"S","p","z","n"):"da"==h||"en"==h||"et"==h||"fy"==h||"it"==h||"ku"==h||"nb"==h||"nn"==h||"pl"==h||"sq"==h||"sv"==h||"zz"==h?document.querySelector("body").className.includes("Locale_en_UD")?t(e,"pəɹosuodS"):o(e,"S","p","s","n"):"be"==h?t(e,"Рэклама"):"bg"==h?t(e,"Спонсорирано"):"mk"==h?t(e,"Спонзорирано"):"br"==h?t(e,"Paeroniet"):"ca"==h?t(e,"Patrocinat"):"gl"==h||"pt"==h?t(e,"Patrocinado"):"bn"==h?t(e,"সৌজন্যে"):"cb"==h?t(e,"پاڵپشتیکراو"):"cx"==h?o(e,"G","i","s","n"):"cy"==h?t(e,"Noddwyd"):"el"==h?t(e,"Χορηγούμενη"):"eo"==h?t(e,"Reklamo"):"es"==h?o(e,"P","u","c","d"):"eu"==h?t(e,"Babestua"):"fa"==h?t(e,"دارای پشتیبانی مالی"):"ff"==h?t(e,"Yoɓanaama"):"fi"==h?t(e,"Sponsoroitu"):"fo"==h?t(e,"Stuðlað"):"fr"==h?document.querySelector("body").className.includes("Locale_fr_FR")?o(e,"S","p","s","n"):o(e,"C","o","m","n"):"ga"==h?t(e,"Urraithe"):"gn"==h?t(e,"Oñepatrosinapyre"):"gu"==h?t(e,"પ્રાયોજિત"):"ha"==h?t(e,"Daukar Nauyi"):"he"==h?t(e,"ממומן"):"hr"==h?t(e,"Plaćeni oglas"):"ht"==h?t(e,"Peye"):"ne"==h||"mr"==h||"hi"==h?t(e,"प्रायोजित"):"hu"==h?o(e,"H","i","r","d"):"hy"==h?t(e,"Գովազդային"):"id"==h?o(e,"B","e","p","n"):"is"==h?t(e,"Kostað"):"ja"==h?t(e,"広告"):"ms"==h?t(e,"Ditaja"):"jv"==h?t(e,"Disponsori"):"ka"==h?t(e,"რეკლამა"):"kk"==h?t(e,"Демеушілік көрсеткен"):"km"==h?t(e,"បានឧបត្ថម្ភ"):"kn"==h?t(e,"ಪ್ರಾಯೋಜಿತ"):"ko"==h?t(e,"Sponsored"):"ky"==h?t(e,"Демөөрчүлөнгөн"):"lo"==h?t(e,"ຜູ້ສະໜັບສະໜູນ"):"lt"==h?t(e,"Remiama"):"lv"==h?t(e,"Apmaksāta reklāma"):"mg"==h?t(e,"Misy Mpiantoka"):"ml"==h?t(e,"സ്പോൺസർ ചെയ്തത്"):"mn"==h?t(e,"Ивээн тэтгэсэн"):"mt"==h?t(e,"Sponsorjat"):"my"==h?t(e,"ပံ့ပိုးထားသည်"):"or"==h?t(e,"ପ୍ରଯୋଜିତ"):"pa"==h?t(e,"ਸਰਪ੍ਰਸਤੀ ਪ੍ਰਾਪਤ"):"ps"==h?t(e,"تمويل شوي"):"ro"==h?t(e,"Sponsorizat"):"ru"==h||"uk"==h?t(e,"Реклама"):"rw"==h?t(e,"Icyamamaza ndasukirwaho"):"sc"==h?t(e,"Patronadu de"):"si"==h?t(e,"අනුග්‍රාහක"):"sk"==h?t(e,"Sponzorované"):"sn"==h?t(e,"Zvabhadharirwa"):"so"==h?t(e,"La maalgeliyey"):"sr"==h?t(e,"Спонзорисано"):"sw"==h?t(e,"Imedhaminiwa"):"sy"==h?t(e,"ܒܘܕܩܐ ܡܡܘܘܢܐ"):"sz"==h?t(e,"Szpōnzorowane"):"ta"==h?t(e,"விளம்பரம்"):"te"==h?t(e,"ప్రాయోజితం చేయబడింది"):"tg"==h?t(e,"Бо сарпарастӣ"):"th"==h?t(e,"ได้รับการสนับสนุน"):"tl"==h?t(e,"May Sponsor"):"tr"==h?t(e,"Sponsorlu"):"tt"==h?t(e,"Хәйрияче"):"tz"==h?t(e,"ⵉⴷⵍ"):"ur"==h?t(e,"سپانسرڈ"):"uz"==h?t(e,"Reklama"):"vi"==h?t(e,"Được tài trợ"):"zh-Hans"==h?t(e,"赞助内容"):"zh-Hant"==h&&t(e,"贊助");if(0<s.length&&0<c.length&&0<d.length&&0<i.length){for(cont=0;cont<s.length;cont++)0<s[cont].offsetHeight&&(cont=s.length,n=1);for(cont1=0;cont1<c.length;cont1++)0<c[cont1].offsetHeight&&(cont1=c.length,a=1);for(cont2=0;cont2<d.length;cont2++)0<d[cont2].offsetHeight&&(cont2=d.length,l=1);for(cont3=0;cont3<i.length;cont3++)0<i[cont3].offsetHeight&&(cont3=i.length,r=1);if(1==n&&1==a&&1==l&&1==r){y=e.querySelectorAll("a[href]")[2].innerText;f+=1,console.log("--------"),console.log("Ad hidden from: "+y),console.log("Total ads hidden: "+f),console.log("--------"),e.style="display:none!important;"}}}})}),f=0;e.observe(document,{childList:!0,subtree:!0,characterData:!0,attributes:!0})}();
! ! #endif
! facebook.com -  hides sponsored ads on marketplace
! new interface
!facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e,o;0<window.location.href.indexOf("marketplace")&&(e=new MutationObserver(function(){document.querySelectorAll('div[data-pagelet^="BrowseFeedUpsell_"] div[class][style^="max-width:"] div[class][style^="max-width:"]').forEach(function(e){var l,t=e.querySelectorAll('a[href*="ads/about"]');"display: none !important;"==e.getAttribute("style")||e.classList.contains("hidden_elem")||0<t.length&&(o+=1,""==(l=e.querySelectorAll("a[href]")[0].innerText)&&(l=e.querySelectorAll("a[href]")[1].innerText),""==l&&(l=e.querySelectorAll("a[href]")[0].querySelectorAll("a[aria-label]")[0].getAttribute("aria-label")),console.log("--------"),console.log("Ad hidden from: "+l),console.log("Total ads hidden: "+o),console.log("H length: "+t.length),console.log("--------"),e.style="display:none!important;")})}),o=0,e.observe(document,{childList:!0,subtree:!0}))}();
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){var e,o;0<window.location.href.indexOf("marketplace")&&(e=new MutationObserver(function(){document.querySelectorAll('div[role="main"] div[class][style^="max-width:"] div[class][style^="max-width:"]').forEach(function(e){var l,t=e.querySelectorAll('a[href*="ads/about"]');"display: none !important;"==e.getAttribute("style")||e.classList.contains("hidden_elem")||0<t.length&&(o+=1,""==(l=e.querySelectorAll("a[href]")[0].innerText)&&(l=e.querySelectorAll("a[href]")[1].innerText),""==l&&(l=e.querySelectorAll("a[href]")[0].querySelectorAll("a[aria-label]")[0]?.getAttribute("aria-label")),console.log("--------"),console.log("Ad hidden from: "+l),console.log("Total ads hidden: "+o),console.log("H length: "+t.length),console.log("--------"),e.style="display:none!important;")})}),o=0,e.observe(document,{childList:!0,subtree:!0}))}();
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){new MutationObserver(function(){document.querySelectorAll("div[role=\"main\"] div[class][style^=\"max-width:\"] div[class][style*=\"max-width:\"]:not([style*=\"display: none\"])").forEach(function(c){Object.keys(c).forEach(function(a){if(a.includes("__reactEvents")||a.includes("__reactProps")){a=c[a];try{a.children?.props?.adSurface?.startsWith("Marketplace")&&(c.style="display: none !important;")}catch(a){}}})})}).observe(document,{childList:!0,subtree:!0})}();
! old interface
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#%#!function(){if(window.location.href.includes("/marketplace/")){new MutationObserver(function(){document.querySelectorAll('div[data-testid="marketplace_home_feed"] div[class][data-testid^="MarketplaceUpsell-"] > div > div').forEach(function(e){var t=e.outerHTML;t&&void 0!==t&&!0===t.includes("/ads/about/")&&(e.style="display:none!important;")})}).observe(document,{childList:!0,subtree:!0})}}();
! https://github.com/AdguardTeam/AdguardFilters/issues/28288
vumoo.life#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-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/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#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-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/25451
hotpornfile.org#%#//scriptlet("abort-current-inline-script", "document.dispatchEvent", "getexldr")
! https://github.com/AdguardTeam/AdguardFilters/issues/26983
! https://github.com/AdguardTeam/AdguardFilters/issues/26984
gomovieshd.be#%#//scriptlet("remove-attr", "href", "a#movie-play-intro1[href^='/watch.php?'][onclick]")
! https://github.com/AdguardTeam/AdguardFilters/issues/26931
youngsexhd.net#%#//scriptlet("abort-current-inline-script", "document.addEventListener", "api_host")
! https://github.com/AdguardTeam/AdguardFilters/issues/171677
! https://github.com/AdguardTeam/AdguardFilters/issues/8272
pictoa.com#%#//scriptlet('abort-on-property-write', 'tiPopAction')
! https://github.com/AdguardTeam/AdguardFilters/issues/41797
! https://github.com/AdguardTeam/AdguardFilters/issues/24886
vivo.sx#%#//scriptlet("prevent-addEventListener", "click", "about:blank")
vivo.sx#%#(function(){var c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!=a&&-1==b.toString().indexOf('about:blank')&&c(a,b,d,e)}.bind(document);})();
vivo.sx#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c){if(!/Object\[/.test(a.toString()))return b(a,c)};})();
vivo.sx#%#(function(){Object.defineProperty(window,"open",{writable:!1,enumerable:!1,configurable:!1,value:window.open})})();
! https://github.com/AdguardTeam/AdguardFilters/issues/24596
onionplay.net#%#//scriptlet('set-constant', 'scds', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/24207
pogo.com#%#//scriptlet("adjust-setTimeout", "this.onComplete()", "20000", "0.02")
! https://github.com/AdguardTeam/AdguardFilters/issues/23887
xxxdan.com#%#//scriptlet("abort-current-inline-script", "document.cookie", "nasl")
! https://github.com/AdguardTeam/AdguardFilters/issues/64754
! https://github.com/AdguardTeam/AdguardFilters/issues/29035
! https://github.com/AdguardTeam/AdguardFilters/issues/21439
! https://forum.adguard.com/index.php?threads/twitch-new-ads-mechanism.39980
! 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)}}})();
! twitch.tv#%#(function(){if("function"==typeof fetch){var e=window.fetch;window.fetch=function(d,g){if(2<=arguments.length&&"string"===typeof d&&d.includes("/access_token")){var c=new URL(arguments[0]),a=[];c.searchParams.forEach(function(h,f){a.push(f)});for(var b=0;b<a.length;b++)"oauth_token"!=a[b]&&"need_https"!=a[b]&&c.searchParams["delete"](a[b]);arguments[0]=c.href}return e.apply(this,arguments)}}})();
! twitch.tv#%#!function(){var c;!1!==/(^|\.)twitch\.tv$/.test(document.location.hostname)&&(c=window.fetch,window.fetch=function(t,e){var n;return 2<=arguments.length&&"string"==typeof t&&t.includes("/access_token")&&((n=new URL(t)).searchParams.forEach(function(t,e){n.searchParams.delete(e)}),t=n.href),c.apply(this,arguments)})}();
! 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.delete("platform"),arguments[0]=d.href}return a.apply(this,arguments)}}})();
! 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.set("player_type", "embed"),d.searchParams.delete("platform"),arguments[0]=d.href}return a.apply(this,arguments)}}})();
! twitch.tv#%#(function(){if("function"==typeof fetch){var e=window.fetch;window.fetch=(a,f,...c)=>{if("string"==typeof a)if(a.includes("/access_token"))a=a.replace("player_type=site","player_type=thunderdome");else if(a.includes("/gql")&&f&&"string"==typeof f.body&&f.body.includes("PlaybackAccessToken")){var b=JSON.parse(f.body);(null===b||void 0===b?void 0:b.variables)&&(b.variables.playerType="thunderdome",f.body=JSON.stringify(b))}return e(a,f,...c)}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/22429
bc.vc#%#//scriptlet("set-constant", "history.pushState", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/22121
optifine.net#%#//scriptlet('remove-attr', 'onclick', 'a[href^="download"][onclick="onDownload()"]')
! 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#%#//scriptlet('set-constant', 'SubmitDownload1', '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/61936
eteknix.com#%#//scriptlet("prevent-addEventListener", "click", "e.target.tagName")
! https://github.com/AdguardTeam/AdguardFilters/issues/21054
tusfiles.com#%#window.open = function() {};
! 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/20663
shortit.pw#%#//scriptlet("prevent-window-open")
! 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/20172
webcamsbabe.com#%#//scriptlet("set-constant", "bcs_popup_show_bongacams_pop", "true")
! vidup.io - popup
vidup.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#%#//scriptlet("set-constant", "BetterJsPop", "noopFunc")
vidcloud.co#%#AG_onLoad(function() { setTimeout(function() { loadPlayer(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/19522
cwtvembeds.com#%#window.open = function() {};
! sport7.pw - popup
sport7.pw#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/19490/
katfile.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/18543
embedy.me#%#window.open = function() {};
! 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/17495
asiananimaltube.org#%#window.open = function() {};
! 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#%#//scriptlet("abort-current-inline-script", "$", "clickObject")
! 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/15740
pacogames.com#%#AG_onLoad(function() { setTimeout(function() { AG_defineProperty('Garter.ads.affiliate.enabled', { value: false }); }, 1000); });
! https://github.com/AdguardTeam/AdguardFilters/issues/15482
sex.com#%#window.open = function() {};
! 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); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/14842
rmdown.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/13191
xxx-videos.org#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/14306
cpmlink.net#%#//scriptlet("abort-current-inline-script", "history.pushState", "onpopstate")
! 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); } }; });
! sawlive.tv video stream - blocks start popup
sawlive.tv#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/13045
pornoaffe.com,hd-pornos.net#%#//scriptlet("set-constant", "vpUsePreRoll", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/12912
analust.com#%#//scriptlet('set-session-storage-item', 'poped', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/12919
gamecode.win#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/11358
xtapes.to#%#//scriptlet("abort-current-inline-script", "jQuery", "pop_init")
! https://github.com/AdguardTeam/AdguardFilters/issues/12778
watchcartoonsonline.eu#%#//scriptlet("abort-on-property-read", "bbHideDiv")
animeshow.tv,toonget.net,gogoanimes.tv,mangafreak.net,igg-games.com,animeflv.net,animeplus.tv,goodanime.co,animetoon.org,9anime.is,gogoanime.in,mangapanda.com,memecenter.com,mangareader.net#%#//scriptlet("abort-on-property-write", "bbHideDiv")
! https://github.com/AdguardTeam/AdguardFilters/issues/12794
imagefap.com#%#//scriptlet('set-constant', 'Buu', 'undefined')
! https://github.com/AdguardTeam/AdguardFilters/issues/12705
telecharger-youtube-mp3.com#%#//scriptlet('remove-attr', 'onclick|href', 'a[href][onclick^="setTimeout(function(){ window.open("][onclick*="clksite.com"]')
! 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/12072
tusfiles.net#%#//scriptlet('remove-attr', 'onclick', '#btn_download[onclick^="window.open"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/11879
pornflip.com#%#window["pop_clicked"] = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/11865
akvideo.stream#%#//scriptlet('remove-attr', 'onclick', 'a.dwnb[href][onclick^="window.open"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/11866
wstream.video#%#//scriptlet('remove-attr', 'onclick', '#dws > span[style] > a[href][onclick^="window.open"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/11417
pornotube.xxx#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/11014#issuecomment-363374170
shink.me#%#//scriptlet('set-constant', 'pup', '3')
! 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/10592
viralnova.com#%#//scriptlet("set-constant", "oio", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/10275
vcrypt.net#%#//scriptlet("remove-attr", "onclick", ".btncontinue")
! https://github.com/AdguardTeam/AdguardFilters/issues/10230
chicksextube.com#%#AG_onLoad(function() { setTimeout(function() { $('body').unbind('click'); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/10226
downsub.com#%#//scriptlet("abort-current-inline-script", "atob", "window.TextDecoder")
! 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/9507
savemyrights.com#%#//scriptlet("set-constant", "document.onclick", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/9402
planetsuzy.org#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/9175
24score.com#%#window.open = function(){};
! https://github.com/AdguardTeam/AdguardFilters/issues/9166
gotblop.com#%#//scriptlet("set-constant", "popunderUrl", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/9147
ashemaletube.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8813
pornokeep.com#%#//scriptlet("set-constant", "bdet", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/8751
drtuber.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/8596
foxgay.com#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/89403
! https://github.com/AdguardTeam/AdguardFilters/issues/8197
assia24.com,assia23.com,assia4.com,assia.*#%#//scriptlet('prevent-window-open')
assia24.com,assia23.com,assia4.com#%#//scriptlet("abort-on-property-read", "ClickUnder")
! 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#%#//scriptlet("set-constant", "service.show_after_load", "noopFunc")
! https://forum.adguard.com/index.php?threads/27295/
sendit.cloud#%#AG_onLoad(function() { $('button[type="submit"]').prop('onclick',null).off('click'); });
! https://github.com/AdguardTeam/AdguardFilters/issues/7266
sportvisions.ws#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/zupload-me.26823/
zupload.me#%#//scriptlet("remove-attr", "onclick", "a[onclick].link_button")
! 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/26804/
cpmlink.net#%#window.open = 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://github.com/AdguardTeam/AdguardFilters/issues/79154
timesofindia.indiatimes.com#%#//scriptlet("set-constant", "nsShowMaxCount", "0")
! https://forum.adguard.com/index.php?threads/25920/
entervideo.net#%#AG_onLoad(function() { window.dowin = function() {}; });
! 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://github.com/AdguardTeam/AdguardFilters/issues/6801
firstonetv.net#%#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); } }; } });
! https://forum.adguard.com/index.php?threads/24981/
buenaisla.net#%#AG_onLoad(function() { setTimeout(function() { crearRep(); $('#bannerRep').remove();}, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/6339
sawlive.tv#%#AG_onLoad(function() { closeMyAd(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/6495
greatdaygames.com#%#AG_onLoad(function() { showPreRollAd = function() {}; RefreshFlashGame(); });
! https://forum.adguard.com/index.php?threads/23885/
dailyuploads.net#%#window.open = function() {};
! 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://forum.adguard.com/index.php?threads/littlebyte-net.22689/
littlebyte.net#%#//scriptlet('remove-attr', 'href|target', 'a[onclick^="getActionContent"]')
! https://forum.adguard.com/index.php?threads/userscloud-com-android-unsolved.22394/
userscloud.com#%#//scriptlet("remove-attr", "onclick", "a[href*='usercdn.com'][onclick*='window.open(']")
! https://forum.adguard.com/index.php?threads/filescdn-com.22215/
filescdn.com#%#window.open = function(){};
! PanamaClient WebRTC circumvention
androidcentral.com,businessnewsdaily.com,champion.gg,closerweekly.com,connectedly.com,crackberry.com,firstforwomen.com,intouchweekly.com,j-14.com,kiplinger.com,lifeandstylemag.com,lolcounter.com,merriam-webster.com,newsarama.com,phonearena.bg,phonearena.com,probuilds.net,teamliquid.net,theberry.com,thepoliticalinsider.com,tomshardware.co.uk,tomshardware.com,tomshardware.de,tomshardware.fr,topix.com,windowscentral.com,womansworld.com#%#URL.createObjectURL=function(){return"about:blank"};
drudgereport.com#%#URL.createObjectURL=function(){return"about:blank"};
! https://github.com/AdguardTeam/AdguardFilters/issues/12211
! Ad reinject
israelnationalnews.com#%#//scriptlet("abort-current-inline-script", "Math.random", "new RegExp")
! https://github.com/AdguardTeam/AdguardFilters/issues/11692
peekvids.com#%#window["pop_clicked"] = 1;
! https://github.com/AdguardTeam/AdguardFilters/issues/10960
animeshow.tv#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/4874
9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co#%#window.canRunAds = true; window.OXHBConfig = {};
! 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://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/18374/
dato.porn#%#window.open = function() {};
! https://forum.adguard.com/index.php?threads/19046/
katfile.com#%#AG_onLoad(function() { window.newlink = true; window.bodyclick = true; });
! https://github.com/AdguardTeam/AdguardFilters/issues/75252
! https://forum.adguard.com/index.php?threads/19043/
uppit.com#%#//scriptlet("adjust-setTimeout", "#countdown", "", "0.02")
! https://forum.adguard.com/index.php?threads/18968/
hqq.tv#%#AG_onLoad(function() { setTimeout(function() { if(typeof after_click === "function") { after_click(); } }, 300); });
! 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/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/9895/
motherless.com#%#//scriptlet('abort-current-inline-script', 'jQuery', 'secondPop')
! 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/
! We need a scriptlet to change/set HTML elements attributes, it's part of this task - https://github.com/AdguardTeam/Scriptlets/issues/106
telegraph.co.uk#%#AG_onLoad(function(){AG_each(".gallery.component > .gallery-settings[data-gallery-ad-viewability][data-gallery-slides-per-ad]",function(a){a.setAttribute("data-gallery-ad-viewability","1E9");a.setAttribute("data-gallery-slides-per-ad","1E9")})});
! https://github.com/AdguardTeam/AdguardFilters/issues/3364
vg247.com#%#AG_onLoad(function() { window.yafaIt = 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/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/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://github.com/AdguardTeam/AdguardFilters/issues/2283
constitution.com#%#var cv = function() {};
! 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/10077/
keeplinks.eu#%#AG_onLoad(function() { window.p0t = undefined; });
! https://forum.adguard.com/index.php?threads/9717/
sportlive.me#%#window.setTimeout=function() {};
! http://forum.adguard.com/showthread.php?9989
streamlive.to#%#window.open = function() {};
! http://forum.adguard.com/showthread.php?8765
hltv.org#%#AG_onLoad(function() { window.foo = function(){}; });
! http://forum.adguard.com/showthread.php?9338
pornxs.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'popunder')
pornxs.com#%#//scriptlet('prevent-setTimeout', 'window.location.href')
! 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#%#//scriptlet('set-constant', 'cpmstar_siteskin_settings', 'emptyObj')
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1607
! spectrum.ieee.org - disable splash screen
spectrum.ieee.org#%#//scriptlet("set-constant", "splashpage", "undefined")
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1416
! clickable background
thinkcomputers.org#%#window.myatu_bgm = 0;
! 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); });
! sendspace.com - clickunder
sendspace.com#%#AG_onLoad(function() { window.runad = function() {} });
! your-pictures.net - remove redirect by click
your-pictures.net#%#window.open = function() {};
! http://forum.ru-board.com/topic.cgi?forum=5&topic=31105&start=1920
180upload.com#%#AG_onLoad(function() { $('#use_installer').removeAttr('checked') });
! http://forum.adguard.com/showthread.php?1805
sendspace.com#%#window.runad = function() {};
! 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);
! 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; } );
! pornhub.com -- it does not show popups in opera
pornhub.com,pornhub.org,pornhub.net#%#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() {};
! 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/175743
thesprucepets.com#$?#.mm-ads-leaderboard-spacer { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/175615
formu1a.uno#$#.et_pb_row_1_tb_body { min-height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/174650
loudwire.com#$?#.non-menu-content { remove: true; }
loudwire.com#$#.fixed-full-width #site-menu-wrapper .logo { height: auto !important; top: 0px !important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/174648
faroutmagazine.co.uk#$#.header { margin-top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/173776
whattoexpect.com#$?#div[id][style="min-height:277px"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171909
fxstreet.com#$##prestitial-handle { display: none !important; }
fxstreet.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171821
pastemagazine.com#$##site_navigation > .grid-container > #master-header { margin-top: 0 !important; }
! https://github.com/uBlockOrigin/uAssets/issues/22175
qwant.com#$#.result__ext:has([data-testid="adResult"]) { max-height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171385
gumtree.com#$#div[data-q="tBanner-container"] ~ div[data-q="section-top-and-left-and-middle"] { margin-top: -256px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170612
edition.cnn.com#$#.header__wrapper-outer:not([style]) { height: 40px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170087
icy-veins.com#$?##video-guide:empty:matches-css(before, content: Advertisement) { visibility: hidden !important; width: 0 !important; }
! fixed scrolling
chan.sankakucomplex.com#$#body.no-scroll { overflow: auto !important; position: static !important; width: unset !important; }
! pervertgirlsvideos.com ad leftover
pervertgirlsvideos.com#$#.pum-overlay[data-popmake*="ads-pop"] { display: none !important; }
pervertgirlsvideos.com#$#html.pum-open-overlay { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/169360
fapello.com#$#.wbar { display: none !important; }
fapello.com#$##wrapper { margin-top: 0 !important; }
fapello.com#$#header { margin-top: 0 !important; }
! placeholder https://www.bettycrocker.com/recipes/twice-baked-potatoes/70094ef5-645b-4d9f-b6ae-af0d449ef38e
bettycrocker.com#$#@media (min-width: 1000px) { .adhesiveHeaderAdFixed header { top: 0 !important; } }
bettycrocker.com#$#.adhesiveAdSpacing { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/168134
upornia.com#$#.jwplayer > div.afs_ads ~ span[class][style*="flex"] { position: absolute !important; left: -3000px !important; }
! Instagram ads (on mobile?)
instagram.com#$?#article:has(a[href^="https://www.facebook.com/ads/"]) { height: 0 !important; overflow: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/166895
accountantsdaily.com.au#$#.body-container-active-billboard { padding-top: 0 !important; }
! bookriot.com - fix top padding
bookriot.com#$##top_fold[style="display:flex !important;"] { min-height: 0px !important; transition: all 0s ease 0s !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/165588
cloudpaten.pro#$##load-modal { display: none !important; }
cloudpaten.pro#$#.modal-backdrop { display: none !important; }
cloudpaten.pro#$#body { overflow: auto !important; padding-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/165284
pornclassic.tube,tubepornclassic.com#$#.irvdvvi { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/165272
moovitapp.com#$#html[data-ab-hide="true"]:not(#style_important) { opacity: 1 !important; }
! promodj.com - удаление отступа сверху
promodj.com#$##topbrandingspot {padding-top:0!important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/164982
rap-up.com#$#.header.no-header-top { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163862
oko.sh#$#.banner-inner { display: block; width: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163588
mat6tube.com#$#.video_player { height: 600px !important; }
mat6tube.com#?#.container > div[style]:has(> div[style] > iframe[src*="/banner.go?"])
! https://github.com/AdguardTeam/AdguardFilters/issues/162756
lolchess.gg#$##content-menu + div[class^="css-"][class*=" "] { padding-bottom: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148141
sportskeeda.com#$#.trending-articles { width: 100% !important; }
sportskeeda.com#$#.content-holder + div[style] > div[style] { width: 100% !important; }
sportskeeda.com#$##article-content { width: 100% !important; }
sportskeeda.com#$#.fragments-container { width: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/162780
screenhub.com.au#$#body .ads-slot:not(#style_important) { display: none !important; }
screenhub.com.au#$#@media (min-width: 768px) { header[class="site-header"] { top: -110px !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/162346
! Minute Media
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#$##primary-sidebar { height: calc(100%) !important; }
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#$##sidebars { height: calc(100%) !important; }
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#$##main { min-height: calc(100%) !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161962
fortune.com#$##header-wrapper-id { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161405
! Metroland Media Group
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#$#div[id="site-top-nav-container"][style="padding-top: 144px;"] { padding-top: 0 !important; }
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com#$#div[id="site-navbar-container"][style="padding-top: 144px;"] { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/160955
skiddle.com#$#html.async-hide { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163646
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6912053
antonimos.de,quesignifi.ca#$##checkclick { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/160970
!+ NOT_OPTIMIZED
theportugalnews.com#$#.popup-banner-ctnr { display: none !important; }
!+ NOT_OPTIMIZED
theportugalnews.com#$#.modal-backdrop { display: none !important; }
!+ NOT_OPTIMIZED
theportugalnews.com#$#body { overflow: auto !important; padding-right: 0 !important;}
! https://github.com/AdguardTeam/AdguardFilters/issues/160419
freshnewsasia.com#$#.ifancybox-overlay { display: none !important; }
freshnewsasia.com#$?#html[class] { overflow: auto !important; margin-right: 9 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159857
androidacy.com#$#body > div.site { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159704
greatondeck.net#$#div[data-elementor-type="wp-page"] > section[data-element_type="section"]:not([data-settings]):first-child { margin-top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159611
chromeactions.com#$#body { margin-top: 0px !important; }
chromeactions.com#$#body > div { margin-top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159325
core77.com#$#body > div.extra_padd_me { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159355
short2url.xyz#$#form[id] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/159069
gmx.com#$#html.can-have-sky .page-body > .section-content { margin-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/158274
rome2rio.com#$#section.section--columns { margin-top: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/158745
sportstiger.com#$#body.open_pop { overflow: auto !important; }
sportstiger.com#$#.fullads_banner { display: none !important; }
! searchengineland.com
searchengineland.com#$#div[id^="div-gpt-ad"] { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/157096
totalcsgo.com#$#.body-container { background-image: none !important; cursor: auto !important; background-color: #f3f3f3 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156544
! https://github.com/AdguardTeam/AdguardFilters/issues/115709
! "padding-top: 0 !important;" causes that part of the content is hidden on iPad
ign.com#$#.zad.billboard { min-height: 1px !important; }
ign.com#$#.zad.top { min-height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136636
theporndude.com#$#body::before { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156632
adsy.pw,playstore.pw#$##targetdiv { display: block !important; }
adsy.pw,playstore.pw#$##containerr { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156310
hometheaterreview.com#$#@media (max-width: 991px) { body .ct-new-columns > .ct-div-block:last-child:not(#style_important) { height: auto !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/157163
fieldandstream.com#$#footer { margin-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156673
popphoto.com#$#footer { margin-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156373
popsci.com#$#footer { margin-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/156020
planetf1.com#$#div[data-widget-id="ps-footer"][style*="padding-bottom:"] { padding-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/155865
in.mashable.com#$#.slide-container:has(> div.slide-wrapper div.zad) { display: none !important; }
in.mashable.com#$#.additional-info > div.additional-container:has(> p:contains(Advertisement)) { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/155844
! https://github.com/AdguardTeam/AdguardFilters/issues/155842
videocardz.net,videocardz.com#$#html > body { padding-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154900
olyrix.com#$#.skin-takeover-container { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154882
snapinsta.app#$##adOverlay { display: none !important; }
snapinsta.app#$#body[class] { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171736
theaviationist.com#$#html > body { padding-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170315
! https://github.com/AdguardTeam/AdguardFilters/issues/154253
!+ NOT_OPTIMIZED
securityweek.com#$#html { overflow: auto !important; }
!+ NOT_OPTIMIZED
securityweek.com#$#.pum-overlay[data-popmake*="welcome-popup-ad"] { display: none !important; }
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-6110748
mdn.lol#$#.modal { display: none !important; }
mdn.lol#$#.modal-backdrop { display: none !important; }
mdn.lol#$#.modal-open { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/152683
onlinewebfonts.com#$#.homeads { margin-top: 10px !important; }
onlinewebfonts.com#$#@media (max-width: 1045px) { .homeads { display: none !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/152451
apnews.com#$#.LeadFeature { min-height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/151971
cinejosh.com#$##mymodal { display: none !important; }
cinejosh.com#$#body { overflow: auto !important; padding-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/151320
foxnews.com,foxweather.com#$#.site-header { min-height: 120px !important; }
foxweather.com#$#.sticky-pre-content { display: none !important; }
foxnews.com#$#.sticky-pre-header { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/151224
animenewsnetwork.com#$##page > div.side { visibility: hidden !important; }
animenewsnetwork.com#$##canvas > div.top { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/151216
fileproinfo.com#$##dvtopad { display: none !important; }
fileproinfo.com#$##main { margin-top: 100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/151017
ygoprodeck.com#$##header-adlayout { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/150642
newslive.com#$#.pum-overlay[data-popmake*="cookies"] { display: none !important; }
newslive.com#$#html.pum-open-overlay { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/149679
javbibi.com#$#.main-content-inner .col-md-8 { width: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/149461
mirchi9.com#$#body { overflow: auto !important; }
mirchi9.com#$#.m9-ad-modal { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148942
inspire.com#$##unav-desktop-header { top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/148767
thefastcode.com#$#div[id^="placeholder_"] { display: none !important; }
thefastcode.com#$#body { margin-top: 0 !important; margin-bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/147677
thewrap.com#$##header-widgets { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/147059
dedutcoatheng.monster#$#body { overflow: auto !important; }
dedutcoatheng.monster#$#.fl-wrapper { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/146352
gotofap.tk#$#.border { background: none !important; }
! placeholder
glosbe.com#$#@media (min-width: 1280px) { .dictionary-grid { grid-template-columns: minmax(180px,250px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important; } }
glosbe.com#$#@media (min-width: 1024px) { .dictionary-grid { grid-template-columns: minmax(180px,200px) minmax(400px,736px) 0 !important; grid-template-rows: 0 auto !important; } }
glosbe.com#$#@media (min-width: 768px) { .dictionary-grid { grid-template-rows: 0 auto !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/145223
soccerstreams2.com#$#.content-area#primary { width: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143619
efukt.com#$#.efi_container { display: none !important; }
efukt.com#$#.efi_enabled { overflow: auto !important; height: auto !important; width: auto !important; position: static !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143452
bitchesgirls.com#$#.item { height: auto !important; }
bitchesgirls.com#$#.item > .post { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143493
yoho.games#$##game_url { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/140838
retailturkiye.com#$##mvp-leader-wrap { display: none !important; }
retailturkiye.com#$##mvp-site-main { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/140139
desiporn.tube#$#.itkykki { position: absolute !important; left: -9999px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/139756
pornpoppy.com#$##parrot { display: none !important; }
pornpoppy.com#$##embed-overlay { display: none !important; }
pornpoppy.com#$##embed { margin-top: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/139238
wunderground.com#$#@media (min-width: 1024px) { body .content-wrap #inner-wrap { height: calc(100vh - 53px) !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/138461
youpornzz.com#$#.preroll_skip_countdown { display: none !important; }
youpornzz.com#$##preroll_skip_btn { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/138318
kisstvshow.to#$#div[class="w-left"][style^="float: left;"] { width: 100% !important; }
kisstvshow.to#$##divContentVideo { width: 100% !important; }
kisstvshow.to#$#iframe[id^="my_video_"] { width: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137600
eatwell101.com#$##custom-menu[style*="top:"] { top: 0 !important; }
eatwell101.com#$##content_area[style*="top:"] { top: 60px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137249
spankbang.com#$#div[id^="interstitial_div_"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136741
lyricstranslate.com#$##content-inner > #content-top { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136235
news.zerkalo.io#$#.outer .content { padding-top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136111
tvtv.ca,tvtv.us#$#.gridRowPad { margin-top: 0 !important; }
tvtv.ca,tvtv.us#$#.channels > div[class^="MuiBox-root"][class*="css"] { display: none !important; }
tvtv.ca,tvtv.us#$#.css-uc3mu7 { margin-top: 0 !important; height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-1352p5e { height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-1s6rfoz { height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-1wm768n { height: 1560px !important; }
! mobile
tvtv.ca,tvtv.us#$#.css-1wrjilj { margin-top: 0 !important; height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-laxwha { height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-3vwr5v { height: 2400px !important; }
tvtv.ca,tvtv.us#$#.css-1j9nufa { height: 1560px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135854
swiggy.com#$#.MZy1T { justify-content: normal !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135971
myhentaicomics.com#$#.header-container > div.header-top + div.header-bottom { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135240
onlyporn.tube,pornhits.com#$#.xplepele { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/134960
xxxporn.me#$#.kPYsnxpplayer-promo-col { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/135036
h-flash.com#$#.nav + a[target="_blank"] { display: none !important; }
h-flash.com#$#.pagehead { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/134599
slideshare.net#$#.ad-notification { display: none!important; }
slideshare.net#$#.slide-index { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/133519#issuecomment-1302628377
!+ PLATFORM(ext_chromium, ext_ff, ext_edge, ext_opera)
pagesix.com#$#body.header-recirc-bar-enabled { margin-top: 50px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/132166
questaseratv.it#$#.channelBoxAds { height: 0 !important; }
questaseratv.it#$#.gptslot { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131858
animenewsnetwork.com#$#body { background-image: none !important; background-color: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131645
ff14angler.com#$##main > ins.adsbygoogle { position: absolute !important; left: -4000px !important; }
ff14angler.com#$#.side_banner { position: absolute !important; left: -4000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131357
affplus.com#$#@media (min-width: 1024px) { .main { top: 0 !important; } }
! https://github.com/easylist/easylist/commit/bb94bacdb7765b503a4d22c8e9e4b096cff25e7b#commitcomment-85496285
theblock.co#$#.modal-container[ga-event-label$="Prime Trust_Modal"] { display: none !important; }
theblock.co#$#.overflow-hidden { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130750
blackedraw.com,blacked.com#$#header { top: 0px !important; }
blackedraw.com,blacked.com#$#div[class^="TopBanner__"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130467
hatauzmani.com#$#body { overflow: auto !important; padding-right: 0 !important; }
hatauzmani.com#$#.modal-newsletter { display: none !important; }
hatauzmani.com#$#.modal-newsletter ~ div.modal-backdrop { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130273
theatlantic.com#$#body { overflow: auto !important; }
! copypastecharacter.com - empty space
copypastecharacter.com#$##sets_wrapper { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129650
hdzog.com#$#.xkggggx { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129515
bigtitslust.com,lesbian8.com#$##int-over { display: none !important; }
bigtitslust.com,lesbian8.com#$#body.int-body-fixed { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/129185
javuncensored.watch#$#.adstrick > .video-item { clear: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128948
flyertalk.com#$#.page > .sticky-container > #main-content[style*="calc"] { width: 100% !important; }
flyertalk.com#$#.page > .sticky-container > #main-content[style*="calc"] + #right-rail { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/pull/128485
cjr.org#$#html { overflow: auto !important; }
cjr.org#$##interContainer { display: none !important; }
cjr.org#$##interVeil { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128039
yourdictionary.com#$#.advertising-container ~ header.header { top: 0 !important; }
yourdictionary.com#$#body .advertising-container:not(#style_important) { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127663
armidaleexpress.com.au#$#.top-0.sticky { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127534
alrincon.com#$#body { background: none !important; }
alrincon.com#$##principal {margin-top: 0px !important;}
! popculture.com - hiding ad left-over
popculture.com#$#.topnav { top: 0px !important; }
popculture.com#$#body.pcm-public:not(.skybox-loaded) { margin-top: 110px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127620
instant-monitor.com#$#body { background: none !important; }
instant-monitor.com#$#div.container.body-content { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127561
!+ NOT_PLATFORM(ios, android)
4tube.com#$##listingFirstRow { width: 100%!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127517
thequint.com#$#.content { margin-top: 160px!important; }
! https://www.wsj.com/articles/becky-hammon-las-vegas-aces-wnba-11660309231 placeholder
wsj.com#$#.wsj-16h9qyj-Box { min-height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/126835
petri.com#$#body { overflow: auto !important; }
petri.com#$#body #bww-advertising-popup-overlay { display: none !important; }
! quora.com - fix page scrolling
quora.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/126103
thestudentroom.co.uk#$#.panel-main > #topFixedAd ~ #header { top: 0 !important; }
thestudentroom.co.uk#$#.panel-main > #topFixedAd ~ #navigationMenu { top: 55px !important; }
thestudentroom.co.uk#$#.panel-main > #topFixedAd ~ #content { padding-top: 110px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/125360
boxingscene.com#$#.header { top: 0 !important; }
boxingscene.com#$##fixed-ad { display: none !important; }
! https://github.com/uBlockOrigin/uAssets/issues/14141
novelgames.com#$##gameEtTopRight.commonEt { height: 0 !important; }
novelgames.com#$##gamelistCategories { margin-bottom: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/124348
claim.fun#$#input[type="submit"][style*="none"][id] { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/124274
mozo.com.au#$#.b-header-promotion { display: none !important; }
mozo.com.au#$#.b-sub-nav { top: 64px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/123687
imgur.com#$#.RewardVideo { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/122741
manageditmag.co.uk#$#body { background: none !important; }
manageditmag.co.uk#$#body { cursor: default !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/121905
appleinsider.com#$#.ad-wrap { min-height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/120787
exchange4media.com#$##myModal.desktopadd { display: none !important; }
exchange4media.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/121630
megadrive-emulator.com#$#.adv { display: none !important; }
megadrive-emulator.com#$#.gameplay { filter: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/119622
dailyadvertiser.com.au,newcastleherald.com.au#$#.md\:inline > .fixed.sticky { top: 0 !important; }
dailyadvertiser.com.au,newcastleherald.com.au#$#.md\:inline > .invisible { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/116391
imgtaxi.com#$##image_details { margin-top: 30px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/113429
moddingzone.in#$#.wpsafe-top { margin-top: 100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110928
fileproinfo.com#$##main { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/112831
techhelpbd.com#$#html { overflow: auto !important; }
techhelpbd.com#$#.pum-overlay[data-popmake*="advertisement"] { display: none !important; }
techhelpbd.com#$#html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] { padding-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/111179
stackhowto.com#$#.adsbygoogle { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/107778
tr.investing.com#$#.billboard_top_page_wrapper { padding-top: 120px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/108372
tamilmv.nocensor.*#$#html { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/107184
fex.net#$#.fs-table__row { position: unset !important; }
fex.net#$#.fs-table__row[style^="height: 162px;"] { height: auto !important; }
fex.net#$#.ReactVirtualized__Grid__innerScrollContainer { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110352
unilad.com,unilad.co.uk#$#div[class$="-ArticleBodyContainer"] { min-height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110182
ulozto.net#$#.l-wrapper { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/106020
forbes.com#$#.main-content--body { padding-top: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/109775
tiger-algebra.com#$#body { padding-bottom: 100px; }
! https://github.com/AdguardTeam/AdguardFilters/issues/104687
quizdeveloper.com#$##main > div[class="full-width float-left mh-335"] { min-height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/104676
firstpost.com#$#p[class^="story_para_"] > a[target="_blank"] { color: unset !important; cursor: default !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/104743
farminguk.com#$#.advert-word { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/102637
metacritic.com#$#.title_bump > .ad_unit + .browse_list_wrapper { border-top: none !important; padding-top: 0 !important; }
metacritic.com#$#.title_bump > .ad_unit + .browse_list_wrapper + div[style="padding-bottom: 30px; display: none !important;"] + .browse_list_wrapper { border-top: none !important; padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53366 top placeholder
l2db.info#$##wrapper-content { margin-top: 0!important; }
! https://github.com/FastForwardTeam/FastForward/issues/207
defaultfreeshort.in#$##myDIV { display: block!important; }
defaultfreeshort.in#$#.banner-inner { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/100125
libertycity.net,libertycity.ru#$#.downloada { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98823
thethaiger.com#$#html { overflow: auto !important; }
thethaiger.com#$#.pum-overlay[data-popmake*="-popup-ad-"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98558
karaoke-lyrics.net#$##ad_leader { min-height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98518
servers.fivem.net#$#body servers-container > .servers > article:not(#style_important) { height: 85vh !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98000
skymetweather.com#$##articleinnercontainer { min-height: 1200px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/97167
speechnotes.co#$##app_container[style^="right:"] { right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/97286
animenhentai.com#$?#.post.has-post-thumbnail video#gump:upward(.post) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/96271
filmibeat.com#$#.filmi-header-ad { margin-top: 60px !important; }
filmibeat.com#$#.sixtysec-rightblock { margin-bottom: 30px !important; }
! javcl.com player ad
quickvideo.net#$#.pop-html { display: none!important; }
quickvideo.net#$#div#vstr { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/95277
games-guides.com#$#.adTopboard { min-height: 0 !important; }
games-guides.com#$#.adTopboard > * { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94109
techonthenet.com#$#body.header_f { margin-top : 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94364
games4king.com#$##ava-game_container #wrapped-content { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94104
ncalculators.com#$#.ncad-lr { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93860
coolztricks.com#$#.entry-content > div.code-block:first-child { height: 20px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93700
send-anywhere.com#$#.receiving-ads { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93715
movies.meetdownload.com#$#body { margin-top: -40px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94162
javmovieporn.com,xxxmax.net#$#.video-list-content.with-happy .thumb-block { clear: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/94047
pixlr.com#$##workspace[style*="right:"] { right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92733
thespruce.com#$#div[id^="mntl-leaderboard-"] { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/93515
olympics.com#$#.tk-header.headroom[data-adv="true"] { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92031
pockettactics.com#$#body { padding-top: 0 !important; }
pockettactics.com#$#body header.banner:not(#style_important) { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91829
team-bhp.com#$#.not-front #sidebar-second .billboardSpacer { height: 29px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91995
pastemagazine.com#$#.site-navigation { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91802
thetrendspotter.net#$##adsense_post_page_header { height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91667
thesprucepets.com#$?#.mntl-leaderboard-spacer { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92247
rottentomatoes.com#$#nav.header_main_scroll { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91694
theloadout.com#$#body > header.banner { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/90763
top.gg#$##vote-button-container > div.slider-root { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89505
byrdie.com#$#.mntl-leaderboard-spacer { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89390
jamaicaobserver.com#$##bottom_leaderboard { height: 0 !important; }
! smailpro.com - leftover
smailpro.com#$#.relative ~ div.shadow-inner { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89245
medpagetoday.com#$##siteWrapper { padding-top: 0!important; }
medpagetoday.com#$#.mpt-content-header { padding-top: 50px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/119520
vegasslotsonline.com#$#.game-box__panel { display: none !important; }
vegasslotsonline.com#$#.game-frame--fullscreen .game-box__control { height: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/108597
pcgamesn.com#$##nn_astro_wrapper { height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89020
pcgamesn.com#$#body header.banner:not(#style_important) { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/111280
truetrophies.com,trueachievements.com#$#.nav-gamer.open { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/88557
truetrophies.com,trueachievements.com#$#body { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/88726
3dmodelshare.org#$#.homeadv { width: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/87238#issuecomment-876268525
egamersworld.com#$#.homeOdds { pointer-events: none !important; }
egamersworld.com#$#.awayOdds { pointer-events: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/87587
cheatcc.com#$##body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/87242
banglanews24.com#$#body > div[style^="position: relative;top:"] { top: 0 !important; }
! rightside placeholder
gameranbu.jp#$##sub-col-wrap_top280 { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/86781
instapage.com#$#.navbar { top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/86119
codecs.forumotion.net#$#div[style^="height: 90px; position:relative; max-height: 90px; min-width: 728px;"] { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/85654
punchng.com#$#.site-header-placeholder { min-height: 2em !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/84449
forum.devicebar.com#$##main-outlet { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/86585
brides.com#$#div[id^="mntl-leaderboard-spacer_"] { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/86559
interviewmania.com#$#.container > div[style^="background"] > div[style="min-width: 250px;min-height:250px;"] { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/84359
qz.com#$##main { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/83540
shemalestube.com#$#.cover { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/82567
cryptoslate.com#$#body.scroll #header.top-sticky-display { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/82937
mathway.com#$#.mw-static-left > div#container { width: 100% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/82086
txxx.tube#$#.jwplayer > div.afs_ads + div[style="display:flex !important"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/82256
readmng.com#$#.header > .scroll_to_top { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/81794
toolss.net#$##rightCol { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/80770
thumpertalk.com#$#div[data-role="commentContent"] a[rel="nofollow"] { color: black !important; text-decoration: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/80921
afterdawn.com#$##base-header #ad-top-banner-placeholder { min-height: 0 !important; }
! streamsport.* - remove overlay and retain cursor
streamsport.*#$##localpp { width: 0% !important; height: 0% !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/79679
history.com#$#.is-balloon-header-active .m-page-wrapper:not(.is-header-below-universal-nav) { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/79587
gulte.com#$##awt_landing { display: none !important; }
gulte.com#$#body[style^="overflow"] { overflow: visible !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/79154
timesofindia.indiatimes.com#$#div[style="min-height:250px; display:block!important"].paisa1 { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/78621
flaticon.com#$#li[id^="bn-icon-list"] { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/77338
bestshort.xyz#$#footer.pt-120 { padding-top: 220px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/77107
factinate.com#$#.advertisment_notice { position: absolute !important; left: -3000px !important; }
factinate.com#$#.home-page-ad { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/75659
jamaicaobserver.com#$#body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/75537
ufreegames.com#$##preroll { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74765
extramovies.*#$#body > #theme_back + .wrapper { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74564
ausdroid.net#$#body.td-background-link { cursor: auto !important; }
! xhamster ad left-over
xhvid.com,xhwebsite2.com,xhadult3.com,xhmoon5.com,xhamster3.*,xhplanet2.com,xhamster16.*,hamsterix.*,xhamster13.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.com,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,xhamsterpremium.com#$#.thumb-list > .video-thumb { margin-right: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74350
yifyhdtorrent.org#$#.type-area > .torrent-type.non-direct[style="display: none;"] { display: block !important; }
yifyhdtorrent.org#$#.type-area > .torrent-type.direct-link[style="display: block;"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/73752
pixelexperience.org#$#.ezoic-ad { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/73676
genshinimpactcalculator.com#$##BannerTop { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/73358
taxidrivermovie.com#$#.category-taxi-fares-main { position: absolute!important; left: -3000px!important; }
! javynow.com black space
javynow.com#$#.videos-ad__wrap { background-color: transparent !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72365
adshrink.it#?#.dimmer:has(p:contains(Remove Ads))
adshrink.it#$#body { overflow: visible !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72023
coincodex.com#$#.CCx3StickyTop { margin-top: 0 !important; }
coincodex.com#$##CCx3StickyTop { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72164
javadecompilers.com#$#body > div[id^="bio_ep"] { display: none !important; }
javadecompilers.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/70835
3c-lxa.mail.com#$#html.can-have-sky .page-body > .section-content { margin-right: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/71428
researchgate.net#$#.lite-page__header-navigation--with-ad { top: 0 !important; }
researchgate.net#$#.research-resources-summary__inner.is-sticky { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/72091
thepointmag.com#$#div#tpopup-.button-x { display: none !important; }
thepointmag.com#$#body { overflow-y: visible !important; }
thepointmag.com#$#.overlay { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/71377
3dzip.org#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/69949
jzzo.com#$##embed { position: static!important; margin-top: 0!important; }
jzzo.com#$##parrot { display: none!important; }
jzzo.com#$##embed-overlay { display: none!important; }
jzzo.com#$#.ios_img { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/69822
streamcr7.com#$##ad { display: none !important; }
streamcr7.com#$#iframe#ifram { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/69658
getnada.com#$##__layout > div > div > .pb-4.justify-center.w-full + .container.px-4 > nav[class^="md:block"] { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/69412
linkedin.com#$#.ad-banner-container.is-header-zone { padding: 0 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68834
taste.com.au#$#aside.rhc-container > div[data-sticky-element][style*="top:"] { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68890
theage.com.au,brisbanetimes.com.au,smh.com.au#$#._2gSkZ { height: 150px !important; }
theage.com.au,brisbanetimes.com.au,smh.com.au#$##app nav + header.noPrint { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68813
warscrap.io#$#.squareAdContainer { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/128938
! https://github.com/AdguardTeam/AdguardFilters/issues/70894
! https://github.com/AdguardTeam/AdguardFilters/issues/67565
redflagdeals.com#$#.partition_inner > .primary_content { width: 100% !important; }
!+ NOT_OPTIMIZED
redflagdeals.com#$##flyer_canvas:not([style*="height: 100%"]) { top: 8.2rem !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68322
sammobile.com#$#.container-fluid > div[class="g g-29"] { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68248
seattletimes.com#$#html.async-hide { opacity: 1!important; }
! pcworld.com - left-over sidebar in article
pcworld.com#$#.topDeals.topper { margin-top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/66650
punchng.com#$#.header-wrap > #header > a[id^="cd-menu-trigger"] { margin-top: 0 !important; }
punchng.com#$#@media (min-width: 701px) { .header-wrap > #header { height: 100px !important; } }
punchng.com#$##pb-root > .row > div.col-sm-12[style="height:90px; text-align: center;"] { display: none !important; }
punchng.com#$##pb-root > div[style="margin-bottom: 10px;"] > .row > div.col-sm-12[style="height:90px; text-align: center;"] { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/66020
bkex.com#$#.top-notice-dialog { display: none !important; }
bkex.com#$#.v-modal { display: none !important; }
bkex.com#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/65550
! fixing scrolling(@@ rules for content blockers are in content_blocker.txt)
joe.ie,joe.co.uk#$#.noscroll { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/65264
extremetech.com#$#.inner-wrap > #bannerad + .wrapper:not([style]) { margin-top: 110px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/64949
linuxgizmos.com#$#table[align="center"] + center > table[width="100%"] > tbody > tr > td[align="left"] { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/65018
straitstimes.com#$#html { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/64784
accuweather.com#$#.base-header.has-banner { height: calc(100%) !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/64090
mokkaofficial.com#$#.adsbygoogle { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/63804
notube.net#$##download2-add { display: none !important; }
notube.net#$#download2 { display: inline-block !important; }
! https://forum.adguard.com/index.php?threads/unable-to-use-live-sports-website-since-last-years-adguard-update.39785
firstr0w.eu#$##sunInCenter + .cover { position: absolute!important; left: -2000px!important; }
!
eprice.com.tw#$#.parallax-ads-container { position: absolute!important; left: -3000px!important; }
! vladan.fr - branding
vladan.fr#$#html > body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/63186
!+ NOT_PLATFORM(android)
boldsky.com#$#header { margin-bottom: 65px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62170
mac-torrents.io#$#.mysticky-welcomebar-position-top { display: none !important; }
mac-torrents.io#$#html { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/pull/61020
ashemaletube.com#$##site { min-width: calc(100%)!important; max-width: calc(100%)!important; }
ashemaletube.com#$##site-wrapper { min-height: calc(100%)!important; }
ashemaletube.com#$##site-wrapper { padding-top: 0!important; }
movies.ndtv.com#$##footer-ads { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60512
livenewschat.eu#$#.plyr--video { margin-top: 10px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/59499
otakuwire.com#$#.adsbygoogle { position: absolute!important; top: -9999px!important; left: -9999px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/59412
deadwalk.io#$#.squareAdContainer { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/59038
addictinggames.com#$#.gam-add-box { min-height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58455
fileinfo.com#$#.adTopLB { height: 0!important; min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58360
clipartkey.com#$#.adpop-content-left { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/57902
iseekgirls.com#$#.flowplayer.is-cva .fp-controls { display: flex !important; }
iseekgirls.com#$#.flowplayer.is-cva .fp-fullscreen { display: flex !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/57206
camwhoresbay.com#$#.related-videos ~ div[class^="visible-"][style="border:1px solid #ccc;text-align: center;margin-top: 10px;padding:5px"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/136655
filecrypt.co#$#body div[class] > [style*="background:url"][style*="!important"][onclick] { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/56086
sammobile.com#$#body > div[class="g g-29"] { margin-top: 20px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/54274
beermoneyforum.com#$#.samBackground { background-image: none ! important; }
! https://github.com/AdguardTeam/AdguardFilters/pull/54114
theverge.com#$#.async-hide { opacity: 1.0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55216
tutorialspark.com#$##mainblock { top: 0 !important; bottom: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55299
douploads.net#$##downloadbtn { display: block!important; }
douploads.net#$##downloadBtnClick { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/54411
getcomics.info#$#.advanced_floating_content { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/54352
uk.pcmag.com#$#body > div#adkit_billboard[align="center"] { min-height: 100px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/54187
gfinityesports.com#$#.page.relative { background-image: none !important; background: #000 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53640
yourdictionary.com#$#.floating-nav#site-menu-div:not([style="display: none;"]) + .floating-header#ydHeaderContainer[style] { top: 45px!important; }
yourdictionary.com#$#.floating-nav#site-menu-div[style="display: none;"] + .floating-header#ydHeaderContainer[style] { top: 0px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53366
l2db.info#$##main-wrapper { margin: 0px auto 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53257
mypornhere.com#$#.block-video > div.table { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/52890#issuecomment-609878303
tubeoffline.com#$#body > style[type] + div[style] { display: none !important; }
tubeoffline.com#$#.header-strip { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/52940
vegasslotsonline.com#$##fullscreen.fullwidth > .iframe-wrap { height: 100vh!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/52775
mumsnet.com#$#.header-bootstrap { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/52481
bigleaguepolitics.com#$#header#mvp-main-head-wrap > nav#mvp-main-nav-wrap > .mvp-fixed.mvp-nav-small { top: -70px!important; }
bigleaguepolitics.com#$#header#mvp-main-head-wrap > nav#mvp-main-nav-wrap > .mvp-fixed + #mvp-main-nav-bot.mvp-fixed1 { top: -70px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50933
pornsexer.com#$#.block-video > div.table { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50693
realestate.co.nz#$#html.async-hide { opacity: 1!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50391
starsinsider.com#$#.slide-show > .h-100 > .col-lg-8 { width: 100%!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50383
pixiv.net#$##js-mount-point-header { min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/50164
fapnado.com#$#.block-video > div.table { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/49891
systemrequirementslab.com#$##amazon-skin { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47468
hdpornvideos.su#$#.prefixdger-player-promo-col { display: none!important; }
hdpornvideos.su#$#.prefixdger-player { max-width: 1050px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/51031
! https://github.com/AdguardTeam/AdguardFilters/issues/50330
! https://github.com/AdguardTeam/AdguardFilters/issues/47149
cloudgallery.net,imgair.net#$#.big_img[style*="margin-top:"] { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47193
xda-developers.com#$#body.twig-body { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47046
ifbbpro.com#$#body.td-background-link { background-image: none!important; cursor: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/46429
2conv.com,flvto.biz,flv2mp3.by#$?#div[class*="ads"] {visibility: hidden !important; display: block !important; height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/46183
techdator.net#$#.adsbygoogle { position: absolute!important; top: -9999px!important; left: -9999px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/45462
mail.yahoo.com#$#a[data-test-id^="pencil-ad"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60452
! https://github.com/AdguardTeam/AdguardFilters/issues/45545
mirrorace.*#?#html.uk-modal-page > body > .uk-modal:has(> .uk-modal-dialog > form > .uk-margin-top > h3:contains(/^Are you protected with a VPN/))
mirrorace.*#$#html.uk-modal-page { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/45272
rekkerd.org#$#.td-background-link { cursor: auto !important; }
! usatoday.com - remove top padding
usatoday.com#$#header.gnt_n { margin: 0 !important; top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/44223
cutlinks.pro#$#body .modal-open { overflow: visible!important; }
cutlinks.pro#$#.box-main > .row > .col-md-12 > #countdown { display: none!important; }
cutlinks.pro#$#.box-main > .row > .col-md-12 > #progressBar { display: none!important; }
cutlinks.pro#$##myCAP { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/43973
filegasm.com#$#.ovl { display: none!important; }
filegasm.com#$##videoJSContainer_html5_api { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/43419
torrentdownloads.co#$#a[href^="/max1.php?search="] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/41763
imgdrive.net#$##redirect-close { display: block!important; }
imgdrive.net#$##redirect-wait { display: none!important; }
! neowin.net - sponsored articles cleanup
neowin.net#$#.news-list > .news-item[style="display: none !important;"] + .news-item { padding-left: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/41258
pixhost.to#$#body > div#web { display: block !important; }
pixhost.to#$#body div#js { display: none !important; }
! https://forum.adguard.com/index.php?threads/35054/
mi-globe.com#$# div > span[id^="ezoic-pub-ad-placeholder-"] + span[style^="display:block"] { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/40649
thejournal.ie#$#html[data-url][style] { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/40388
thessdreview.com#$#html > body { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/40279
dotnetfiddle.net#$#.main > .sidebar.unselectable { bottom: 4px!important; }
dotnetfiddle.net#$#.content > .layout-container[style^="position: relative; height:"] { height: 100%!important; max-height: 100%!important; }
! 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; }
! 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/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/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/33845
dummies.com#$##promoted-stories { height: 600px!important; 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/29979
!+ NOT_OPTIMIZED
arstechnica.com#$#.ad_crown { position: absolute!important; left: -10000px!important; }
!+ NOT_OPTIMIZED
arstechnica.com#$#.ad_xrail { position: absolute!important; left: -10000px!important; }
!+ NOT_OPTIMIZED
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/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,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#$#ol[data-testid="search-results"] > li[data-testid="search-add-result"] > div[class] { border-top:0!important; padding-top:0px!important;}
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#$#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,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#$##stream-panel > .supplemental > aside[class] { border-top:0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30814
timesofmalta.com#$#body.ad_takeover { background-color: #fff!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; }
! pornhub.com ad left-over on main page
pornhub.com,pornhub.org,pornhub.net#$#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/125369
! https://github.com/AdguardTeam/AdguardFilters/issues/29292
comicbook.com#$#body > header { top: 0!important; }
comicbook.com#$#body.pcm-public { margin-top: 95px !important; }
comicbook.com#$#body > section.main { margin-top: 84px!important; }
comicbook.com#$#.ad_blk { 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/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/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#$#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; }
! vg247.com - left-over in sidebar
vg247.com#$#.sidebar-mpu-container { padding-bottom:0px!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/25054
apkpure.*#$##iframe_download + .slide-wrap > .bd > .tempWrap > ul[style^="width: 1656px;"] { left: 0!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/24323
oregonlive.com#$##adTower { margin-top: 0px; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23644
digit.in#$##main { padding: 59px 0 0!important; }
digit.in#$##sub_header { top: 40px!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/22521
babylonbee.com#$#.adsbygoogle { position: absolute!important; left: -3000px!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.*#$#.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/20530
readwhere.com#$#.adunit { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20013
toucharcade.com#$#header > #header { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20098
!+ NOT_PLATFORM(windows, mac, android)
msn.com#$#li[data--ac*="adblockMediumCardContainer"] { position: absolute!important; left: -3000px!important; }
!+ NOT_PLATFORM(windows, mac, android)
msn.com#$#[id^="-"] { position: absolute!important; left: -3000px!important; }
! 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/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; }
! 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/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/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/15762
! https://github.com/AdguardTeam/AdguardFilters/issues/52148
! https://github.com/AdguardTeam/AdguardFilters/issues/33462
! https://github.com/AdguardTeam/AdguardFilters/issues/15845
! https://github.com/AdguardTeam/AdguardFilters/issues/15846
screencrush.com,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; }
kyssfm.com#$#.logo-next-to-logo-container > .logo { display: block!important; height: 50px!important; }
kyssfm.com,screencrush.com,popcrush.com,tasteofcountry.com#$#.non-menu-content { display:none!important; }
kyssfm.com,screencrush.com,popcrush.com,tasteofcountry.com#$#.site-menu-right { top: 0!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/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/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 { margin-bottom: 0!important;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/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,redtube.net#$#.video_left_section > .hd .subtxt {position: absolute!important; left: -3000px!important; }
redtube.com,redtube.net#$#.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/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/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/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/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/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/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/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; top: 0 !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/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://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,pornhub.org,pornhub.net#$#.playerFlvContainer > div#pb_template[style] { position: absolute!important; left: -3000px!important; }
pornhub.com,pornhub.org,pornhub.net#$#.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/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; }
! https://github.com/AdguardTeam/AdguardFilters/issues/6071
sexoasis.com#$#.detail-side-td { visibility: hidden!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/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/uBlockOrigin/uAssets/issues/14594
! https://github.com/AdguardTeam/AdguardFilters/issues/5909
w3schools.com#$##tryitLeaderboard { display: none!important; }
w3schools.com#$##tryitLeaderboard + div.trytopnav { top: 0!important; }
w3schools.com#$##tryitLeaderboard ~ div#breadcrumb + div.trytopnav { top: 36px!important; }
w3schools.com#$##tryitLeaderboard + div#breadcrumb ~ div#container { top: 84px!important; }
w3schools.com#$##tryitLeaderboard + div.trytopnav ~ a#dragbar + div#container { top: 48px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5766
yiv.com#$##LeftAdDiv { visibility: hidden!important; }
yiv.com#$##RightAdDiv { 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://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://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://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/5390
esport.aftonbladet.se#$#body > #abMasterContainer{top:0px;}
! 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/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/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
torrentking.eu,hotshotgamers.net,hugesharing.net,keepvidi.net,linkshrink.net,movie2k.io,moviesdbz.net,moviesmast.com,mydownloadtube.com,softango.com,stream2watch.cc,thepiratefilmeshd.com,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/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/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://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; }
! 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/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/16856/
recordedcams.com#$#.video-list-ads { position: absolute!important; left: -3000px!important; }
! https://forum.adguard.com/index.php?threads/16347/
redtube.com,redtube.net#$#.video-listing.two-in-row { width: 100% !important; }
redtube.com,redtube.net#$#.video-listing.two-in-row > li.first-in-row:nth-child(4n-1) { clear: none !important; margin-left: 25px !important; }
redtube.com,redtube.net#$#.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; }
! 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/12853/
allmusic.com#$#.leaderboard { position: absolute!important; left: -3000px!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; }
! 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/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
cdkeyit.it,allkeyshop.com#$#body { 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; }
! 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; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127746 https://github.com/AdguardTeam/AdguardFilters/pull/127916#discussion_r953401274
compstudio.in#$#.adtester-container { position: absolute !important; top: -9999px !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; }
! It's necessary for apps, because ".ezoic-ad" usually has "display:block !important;" as an inline style which has higher priority than injected style
!-------------------
!-------HTML--------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/154161
! Required for apps, because it's in iframe with sandbox attribute
! which doesn't allow to execute scripts so cosmetic rules do not work
! https://github.com/AdguardTeam/AdguardFilters/issues/73712
! https://github.com/AdguardTeam/AdguardFilters/issues/72892
! The rule needs for apps and, according to the user's response, since there are many such sites it became a generic one.
! https://github.com/AdguardTeam/AdguardFilters/issues/69383
! https://github.com/AdguardTeam/AdguardFilters/issues/63153
!
! PopAds
! PopAds - 'Privet darkv'
! PopAds - 'PopAds%20CGAPIL%20'
! PopAds
!
! AdMaven
! hilltopads ex. (function(__htas)
! https://github.com/AdguardTeam/AdguardFilters/issues/99846
! https://github.com/AdguardTeam/CoreLibs/issues/1576
! https://github.com/AdguardTeam/AdguardFilters/issues/97540
! https://github.com/AdguardTeam/AdguardFilters/issues/97093
! https://github.com/AdguardTeam/AdguardFilters/issues/97067
! xxxtime.sextgem.com popup on visit
! https://github.com/AdguardTeam/AdguardFilters/issues/72379
! ouo.io - ads
! hclips.com
! MGID ads
! https://github.com/AdguardTeam/AdguardFilters/issues/54220
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
! https://github.com/AdguardTeam/AdguardFilters/issues/35671
! https://github.com/AdguardTeam/AdguardFilters/issues/36247
! viprow.net - ad reinject
! https://github.com/AdguardTeam/AdguardFilters/issues/33064
! https://forum.adguard.com/index.php?threads/up-4-net.30856
! https://github.com/AdguardTeam/AdguardFilters/issues/23434
! https://github.com/AdguardTeam/AdguardFilters/issues/19883
! go.oclasrv.com clickunder
! androidcentral.com - ads
! htapop
! https://forum.adguard.com/index.php?threads/msn-com.21237/
! https://forum.adguard.com/index.php?threads/17040/
! https://github.com/AdguardTeam/AdguardFilters/issues/3606
! https://forum.adguard.com/index.php?threads/13055/
! https://forum.adguard.com/index.php?threads/11841/
! https://github.com/AdguardTeam/AdguardFilters/issues/11892
! Stream close button: http://hdstreams.net/channel-35/
! we are using content-rule because pages with ads are too small
! http://forum.adguard.com/showthread.php?2219
!-------------------------------------------------------------------------------!
!------------------ Banner names -----------------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of generic blocking rules.
!
! Good: .org/ads/
! Bad: .org/ads/$domain=example.org (for instance, should be in speficic.txt)
!
!
! This is an interesting case.
! This is a part of the URL used by an Indian ISP called BSNL
! to inject ads into HTTP pages
! Example URL: http://117.254.84.212:3000/getjs?nadipdata=%7B%22url%22%3A%22%2F%22%2C%22referer%22%3A%22%22%2C%22host%22%3A%22h2020.myspecies.info%22%2C%22categories%22%3A%5B100%5D%2C%22reputations%22%3A%5B1%5D%2C%22nadipdomain%22%3A1%2C%22policyid%22%3A0%7D&screenheight=1120&screenwidth=1792&tm=1603925840327&lib=true&method2=true
!
!
! Banner names
!
! https://github.com/AdguardTeam/AdguardFilters/commit/76971ea821a06ab04ada21f1291e6081ad54c428#commitcomment-104226681
/asset/angular.min.js?t=$xmlhttprequest,~third-party
/asset/jquery/slim-3.2.min.js?*&t=$xmlhttprequest,~third-party
! TODO: remove 20.03.2023 if generic rules will not cause problems
! /asset/angular.min.js$domain=avple.video|javhdfree.icu|nekolink.site|mambast.tk|netflav.com|fembed-hd.com|ndrama.xyz|pornhole.club|ffem.club|jvembed.com|dzmdplay.xyz|jav247.top|yuistream.xyz|javfu.net|iframe2videos.xyz|viplayer.cc|watchjavnow.xyz|cdn-myhdjav.info|embed-media.com|fembed9hd.com|cloudrls.com|vidgo.top
! /asset/jquery/slim-3.2.min.js$domain=avple.video|javhdfree.icu|nekolink.site|mambast.tk|netflav.com|fembed-hd.com|ndrama.xyz|pornhole.club|ffem.club|jvembed.com|dzmdplay.xyz|jav247.top|yuistream.xyz|javfu.net|iframe2videos.xyz|viplayer.cc|watchjavnow.xyz|cdn-myhdjav.info|embed-media.com|fembed9hd.com|cloudrls.com|vidgo.top
!
! https://github.com/AdguardTeam/AdguardFilters/pull/175819
/^https:\/\/www\.[a-z]{8,16}\.com\/(?:[A-Za-z]+\/)*(?:[_0-9A-Za-z]{1,20}[-.])*[_0-9A-Za-z]{1,20}[-.]min\.js$/$script,third-party,match-case,header=link:/adsco\.re\/>;rel=preconnect/
! https://github.com/uBlockOrigin/uAssets/issues/9139#issuecomment-1945860142
.com/api/users?token=*&uuid=&pii=&in=false^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/158316
://trk.*.run^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/156603
! Fake dating sites
?aff_pg=PPU&aff_id=$all
?subPublisher=popunder:$all
! push notification scam
/?clck=*&sid=$document
/?pl=*&sm=$document
! Lucky visitor and video scam ex. https://1821.antbenjaw.live/jiehxxgr/?u=1nup806&o=0wywy2l&t=...
.live/web/?sid=t*~$document
/^https?:\/\/[0-9a-z]*\.?[-0-9a-z]{4,}\.[a-z]{2,11}\/(?:[0-9a-z]{6,10}\/)?\/?(?:article\d{4}\.doc)?\?[ou]=[0-9a-z]{7}&[ou]=[0-9a-z]{7}/$document,match-case
!
! PopAds
.com/*=e3&*,1|$script,third-party
.com/*=e3&*,0|$script,third-party
!
.com/1?z=$script,third-party
.com/2?z=$script,third-party
.net/1?z=$script,third-party
.net/2?z=$script,third-party
/pub?id=$script,third-party
/in/p/?spot_id=$subdocument,third-party
&request_ab*&zoneid=$all
&campid=*&did=$all
&zoneid=*&request_ab$all
! https://help.zeydoo.com/en/articles/4362747
/?l=*&campid=*&ymid=$all
! AaDetector
/loadmez/com/coldvain/*.js
/loadme/com/coldvain/*.js
/loadme/com/lazymolecule/*.js
/heyboy/com/lazymolecule/*.js
! sadbl
/script/suv5.js|$script
/script/q91a.js|$script
/script/frustration.js|$script
/d3.php?*=s*&*&sadbl=
/deity.php?*=s*&*&sadbl=
/script/pop_packcpm.php
! Porn banners
.com/ablck/250-300/
&type=dynamic_banner$subdocument,third-party
! Ad redirects on visit abandoned domains
/?tm=1&subid4=*&kw=$all
/page/bouncy.php?&bpae=*&redirectType=js&inIframe=$all
! https://github.com/AdguardTeam/AdguardFilters/issues/131024
&siteid=*&adid=$removeparam
! Vidstream
/mellowpresence.com^$script
! https://github.com/easylist/easylist/pull/9330
! Example URL: https://2fe5885777.b370db8cb7.com/75ef9b49bd156e7615885ad2fbc87f82.js
/^https:\/\/[0-9a-f]{10}\.[0-9a-f]{10}\.com\/[0-9a-f]{32}\.js$/$script,third-party
!
! Clickunders in the players on porn sites
/assets/jquery/api.js?type=adult$~third-party
/assets/jquery/api.js?type=mainstream$~third-party
/assets/jquery/app100.js?type=$~third-party
/assets/jquery/api100.js?type=$~third-party
/assets/jquery/adult100.js?v=$~third-party
/assets/jquery/main100.js?v=$~third-party
/assets/jquery/jquery-1.4.1.min.js?v=2&type=adult
/assets/jquery/jquery-1.4.2.min.js?v=2&type=adult
/assets/jquery/jquery-1.4.3.min.js?v=2&type=adult
/assets/jquery/jquery-2.4.3.min.js?v=2&type=adult
/assets/jquery/jquery-3.2.min.js?v=2&type=adult
!
/?pnrc=*&js_build=iclick-
/?abt_opts=1&js_build=iclick-
&js_build=iclick-*&zoneid=
&subAffId={SUBAFFID}^$script,subdocument,third-party
&subAffId=tall^$script,subdocument,third-party
/?rb=*&zoneid=$all,third-party
&zoneid=*&rb=$all,third-party
/?request_ab*&zoneid=*&rb=$all
/avo/includes/js/jquery.js
/?uclick=*&uclickhash=$all
.com/click/?ct=*&cu=$all
/?rb=*&zoneid=$xmlhttprequest,third-party
/prepare/ads^
_clickunder&pb=$popup
/contents/images-banners/*
/go/*?ident=*&id_site=$~third-party
%3Faf_prt%3D*%26af_siteid%3D1*%26clickid%3D$all
/rtb/r/?token=$script
.com/pw/waWQiOjEw
! Clickadu
?zoneid=*&ab=1|$script,third-party
/get/*?zoneid=*&jp=$script
! https://github.com/AdguardTeam/AdguardFilters/pull/83787
/c-hive.min.js$script,~third-party
/shrinker/js/ionqsnwx1.js$script,~third-party
/shrinker/js/ionqsnwx2.js$script,~third-party
!
! common TXXX network scripts
/assets/jwplayer-*/vast.js$script,~third-party
/ytrek7.$script,~third-party
/lemon7.$script,~third-party
/teo7.$script,~third-party
/nofa7.$script,~third-party
/afon7.$script,~third-party
/rass7.$script,~third-party
/huyass7.$script,~third-party
/kzdh7.$script,~third-party
/klesd7.$script,~third-party
!
! https://github.com/AdguardTeam/AdguardFilters/pull/136624
! PropellerAds
/^https:\/\/[a-z-]{8,15}\.(?:com|net|tv|xyz)\/(?:40[01]|50?0?)\/\d{6,7}\??\S*$/$script,xmlhttprequest,third-party
! Popular on Japanese sites but seen in other countries too
! https://github.com/AdguardTeam/AdguardFilters/issues/58587#issuecomment-656098019
! Sample URL: ||js.passaro-de-fogo.biz/t/113/750/a1113750.js
/\/t\/[0-9]{3}\/[0-9]{3}\/a[0-9]{4,9}\.js$/$script
!
! ex. https://d3a00ifauhjdp.cloudfront.net/?afiad=933423
/^https?:\/\/[0-9a-z]{13,14}\.cloudfront\.net\/\?[a-z]{3,5}=\d{6,7}$/$script,xmlhttprequest,third-party
!
/js/fpu3/pu4.min.js
/cb/cb.ta.js?v=
/cb/cb.xb.js?v=
/ab/thejsfile.js
.xyz/1clkn/
.club/1clkn/
! https://github.com/AdguardTeam/AdguardFilters/issues/65588
! https://github.com/AdguardTeam/AdguardFilters/issues/44105
.com/*?*&refer=*fmovies.*&adb=$all
! PopAds redirects
! ads on the porn sites
/s/s/js/m/custom.js?
/s/s/js/m/custom_advanced.js?
/s/s/js/ssu.v2.
/_xa/ads_batch?ads=$xmlhttprequest,script
/a/ipn/js/*
/a/pop/js/*
/s/s/supc.php
/s/su.php?t=
/s/js/ssu.v2.js?v=
/xvideo.js|
! Adman System popunderp
/_a_ta/s/s/*
/local_p.js^
/local_su.js?t=
/ab-a.js?v=
/local_ssu.js|
/s/s/suo.php
!
.pro/v1/a/*.js|
.pro/v1/a/*/js?subid=awn|
.pro/v1/a/*/js?container=
.pro/v2/a/ban/
!
!
/?scontext_r=*&nrb=$all
&pbsubid=*&noads=$all
.com/script/utils.js|$third-party
.icu/*?zoneid=*&visitor_id=$all
/?pid=*&subid=*&clickid=$popup
/?tag=*&clickid=*&subid=$popup
/pu/?psid=
! Popular ExoClick script name
.com/f_lo.js|$script,~third-party
/flo.js|
! Block some clickunders
! for a lot of porn sites
porn*.me/bees.js|
porn*.com/bees.js|
porn*.net/bees.js|
!
!+ NOT_OPTIMIZED
_ad_content.
!+ NOT_OPTIMIZED
/getAditem
!+ NOT_OPTIMIZED
/getMultiAdsStrategy
!+ NOT_OPTIMIZED
/getStartPageAds
!+ NOT_OPTIMIZED
/getads?
!+ NOT_PLATFORM(ext_safari, ios)
/tghr.js$script
!
.com/afu.php?zoneid=$all
://creative.*/widgets/Spot/lib.js$third-party
://creative.*/widgets/v4/Universal?$subdocument,third-party
/?oo=1&aab=1|$script,third-party,xmlhttprequest
/images/static/github-org-members.min.js
.com/sha512.min.js
/api/imagine.min.js$third-party
.doc?t=popunder$all
/?t=popunder&$all
.doc?f=1&sid=$all
/[0-9a-f]{32}\/invoke\.js/$script,third-party,redirect-rule=noopjs
.com/invoke.js$script,third-party,redirect-rule=noopjs
/api/ipv4check?$xmlhttprequest,third-party
/api/senddata?$xmlhttprequest,third-party
/ads/300.html
.com/aS/feedclick?s=$all,match-case
/js/re-ads-
/_xa/ads_
/image/affiliate/*
/_adslot/*
/ad-provider.
/sdk/push_web/?zid=
.com/api/senddata/*&format=iosSystemMessage-modal-
/?publisherId=*&hostId=$all
.com/1?z=$script,third-party
/systemerror-mac/?$document
/s/s/js/i-top.js?v=
.online/*/eeeekayresrsammicraaajkaschhoilsebadhiyakuchtanahiaayaajturuionmeebbat/$document
/Win0xixm07/?phone=$document
/attractivebuilt.com/*$script
/rndskittytor.com/*$script
/itespurrom.com/*$script
/pioneersuspectedjury.com/*$script
/theologicalpresentation.com/*$script
/asdfghjkl.tech/index.html$document
/mooncars/rover/chasra*/index.php$document
/W*ity0*00Er00*/index.$document
/merrx01/^$document
/werrx01/^$document
_dating3/index.html?aref=$all
/nb/thejsfile.js
?adl=1&id=$subdocument,script,~third-party
/common-js/exit/om2.min.js
/vppdzdrw.js
/push/p.js?u=$third-party
/grgfbigo.js
/nbk/frnd_ld.js
/pwafeeds/amazon_$subdocument
/uthnafrwy.js
/fret/meow4/*$script,third-party
/display/items.php?$script,third-party
/s/s/sum.php
/vhdpoppingmodels/*$script
.popup_im.
/728xx90.jpg?sid=
/?c=propeller&lpid=$all
/xstat/ppjs?
/hillpop.php|$script,~third-party
/eroclick.js
/ts.php?q=$xmlhttprequest,third-party
/ts.php?z=$xmlhttprequest,third-party
/script/atga.js$third-party
/rtbfeed.php?$image,third-party
/gofd_fl.js
/j/m/qqqq.js?
/script/su.js$script,third-party
/javascript/fropo.js
/pub/js_min.js|
/askrej/*$script,~third-party
/nb/f_ls.js
/askdrej/*$script,~third-party
/bannerpop/uploads/*
/xxx.js|$script,~third-party
.systems/signup?ad_domain=$all
/ld/ifk?zoneid=
/asset/default/player/plugins/vast-*.js
.com/1clkn/
.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/
/?track=ad:$third-party
/_ra_lib.js
/_ra_lib.php
/abdetect.min.js^
/ads.criteo.com.js
/adsadclient
/adsen.php
/adwolf.$domain=~adwolf.ru
/anti-ad-buster.js
/banners*swf
/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^
/player_embed_cu.php?s=$popup
/redirect-ads.php
/tc-under.min.js
_200x250.png
Banner468x60
http://www.ads.$third-party
!
! 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=$redirect=nooptext,important
! AdMaven
&abt=0&red=1*&tid=
&tid=*&red=1&abt=$redirect=nooptext,important
?tid=*&red=1&*&abt=$redirect=nooptext,important
/?&pid=*&subid=$redirect=nooptext,important
/?&subid=*&pid=$redirect=nooptext,important
!-------------------------------------------------------------------------------!
!------------------ Rules for specific web sites -------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of domain-specific rules that block ads.
!
! Good: example.org###rek; ||example.com/ads/
! Bad: example.org#@##banner_ad (for instance, should be in allowlist.txt or in antiadblock.txt)
!
! Section contains rules for specific websites
!
!### HINTS are at the end of file
!
!### Temporary ###
! SECTION: Temporary
! https://github.com/AdguardTeam/AdguardFilters/issues/131124
! TODO: Remove, when this fix will be in release versions https://github.com/AdguardTeam/Scriptlets/issues/248 [03.10.2022]
beermoneyforum.com###preloader
! TODO: Remove, when this is resolved https://github.com/AdguardTeam/SafariConverterLib/issues/58
triblive.com#?#.section.hex-sports + div:has(> div[data-type="float"])
triblive.com###storyContent > div[data-type="float"][data-stn-player]
! NOTE: Temporary end ⬆️
! !SECTION: Temporary
!##################
!
! ExoClick
/abl.php$domain=sunporno.com
/backend_loader.php$domain=beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|yourporn.sexy
/bl.php$domain=nopeporn.com|veu.xxx|sexytrunk.com|xxxbanjo.com|beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|chaostube.net
/fl.js$domain=nopeporn.com|veu.xxx|oralhoes.com|sexytrunk.com|xxxbanjo.com|beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|24video.adult|24video.in|peretrah.com|pornognomik.com|sizke.com|imagecrest.com|imgtaxi.com|chaostube.net|imgadult.com|imgdrive.net|imgwallet.com
/floa.js$domain=ah-me.com|beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|yourporn.sexy
/frontend_loader$domain=beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|yourporn.sexy
/fros_los.js$domain=beeg.com|croea.com|hipornvideo.com|imagetwist.com|imgskull.com|kporno.com|picfox.org|picshick.com|picturelol.com|porntube.com|yourporn.sexy
!
! system.popunder
eztv.unblocked.sh,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$script,redirect=noopjs
!
! Windows apps
! Skype
! uTorrent
||utclient.utorrent.com/offers/mac-ut-adfree/i18n/en/offer.json
||bt.co/network/index-mac-ut.html$redirect=nooptext,important
! Edge Browser start page ads
||bing.com/retailexp/msn/api/*/trendingprods
!
! Viber for desktop
!
!***
!* Metro Apps
||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
||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/
!*
!***
!
! Spotify - https://github.com/AdguardTeam/AdguardFilters/issues/10050
! https://github.com/AdguardTeam/AdguardFilters/issues/136566
||audio-*.scdn.co/audio/$media,redirect=noopmp4-1s,domain=spotify.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171225
! https://github.com/AdguardTeam/AdguardFilters/issues/165079
||creativeservice-production.scdn.co/mp3-ad/*.mp3$media,~xmlhttprequest,redirect=noopmp4-1s,domain=spotify.com
||audio-ak*-spotify-com.akamaized.net/audio/$media,~xmlhttprequest,redirect=noopmp4-1s,domain=spotify.com
! https://github.com/AdguardTeam/AdguardForWindows/issues/3087
! https://github.com/AdguardTeam/AdguardFilters/issues/165079
||spclient.wg.spotify.com/ad-logic/flashpoint
! Breaks next track button and seeking
!
! Prevent of loading WS (onerror event)
||servicer.mgid.com^$redirect=nooptext,third-party,important
||jsc.marketgid.com/*.js?t=$redirect=nooptext,important,~websocket
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/155144
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
/^https:\/\/[a-z]{3,5}\.[a-z]{10,14}\.top\/[a-z]{10,16}\/[a-z]{5,6}$/$script,third-party,match-case,domain=moviesjoy.is|rawkuma.com|anichin.top
! Example for rule below - https://np.yarndispost.com/rIikUX4kCyD2CNK/rOWeM
/^https:\/\/[a-z]{2,5}\.[a-z]{10,14}\.com\/[a-zA-Z0-9]{10,16}\/[a-zA-Z]{5,6}$/$script,third-party,match-case,domain=lookmovie.foundation
! common TXXX network scripts
/\/[a-z]{4,}\/(?!holly7|siksik7)[0-9a-z]{3,}\d\.\d{1,2}\.\d{1,2}\.[0-9a-f]{32}\.js$/$script,domain=555.porn|hclips.com|hdzog.com|hotmovs.com|imzog.com|inporn.com|javdaddy.com|porn555.com|pornforrelax.com|porngo.tube|pornj.com|pornl.com|pornq.com|porntop.com|privatehomeclips.com|puporn.com|see.xxx|shemalez.com|sss.xxx|thegay.*|tubepornclassic.com|tuberel.com|txxx.*|txxxporn.tube|upornia.*|vjav.*|voyeurhit.com|vxxx.com|bigdick.tube|voyeurhit.tube|hotmovs.tube|in-porn.com|manysex.com|pornclassic.tube|manysex.tube|aniporn.com|abxxx.com|gaytxxx.com
/\.[a-z]{3,5}\/[0-9a-z]{8,12}\/[0-9a-z]{8,12}\.js$/$script,domain=555.porn|hclips.com|hdzog.com|hotmovs.com|imzog.com|inporn.com|javdaddy.com|porn555.com|pornforrelax.com|porngo.tube|pornj.com|pornl.com|pornq.com|porntop.com|pornzog.com|privatehomeclips.com|puporn.com|see.xxx|senzuri.tube|shemalez.com|sss.xxx|thegay.*|tubepornclassic.com|tuberel.com|txxx.*|txxxporn.tube|upornia.*|vjav.*|voyeurhit.com|vxxx.com|bdsmx.tube|blackporn.tube|mrgay.tube|bigdick.tube|xmilf.com|voyeurhit.tube|hdzog.tube|teenorgy.video|hotmovs.tube|asiantv.fun|pornclassic.tube|pornhits.com|sextu.com|in-porn.com|manysex.com|onlyporn.tube|manysex.tube|aniporn.com|abxxx.com|gaytxxx.com
! same for iOS(no full regexp support)
!
! dancers `Popping Tool` (domain.com/t28193693144.js) / TotemTools
! + scritplet rules in general_extensions.txt
/\/t[a-f0-9v]{10,13}\.js$/$domain=camwhoresbay.porn|camvideos.org|camwhores.film|pics4you.net|naughtymachinima.com|imgbaron.com|pics4share.com|torrents-club.info|eroticahall.com|girlwallpaper.pro|mactorrent.co|erowall.com|adultwalls.com|motaen.com|camwhores.biz|imageteam.org|cambabe.video|cambabe.me|caminspector.net|free-strip-games.com|camwhores.tv|torrents-club.net|free-porn.games|picusha.net|porno-tracker.com|torrents-club.org|windows-soft.info|porno-island.*|zehnporn.com|x-movies.top|60-fps.net|femaleorgasms.pro|wetpussygames.com|mysexgames.com|sexgames.xxx|picmoney.org|imgadult.com|sikwap.xyz|kvador.com|pornsavant.com|babepedia.com|sexykittenporn.com|picdollar.com|imgwallet.com|imgsen.com|rintor.*|gamesofdesire.com|boobieblog.com|eroticity.net|xcity.org|imgdrive.net|imgtaxi.com|nakedbabes.club|vibraporn.com|porncoven.com|imgstar.eu|pics4upload.com|imgsto.com|silverpic.com|123strippoker.com|chicpussy.net|mota.ru|fotokiz.com|hentaicloud.com|ahegaoporn.net|hentaipins.com|super-games.cz|myporntape.com
!
! 9anime.is side ads
!! Blocking scripts
/(toonget|kickassanime|watchanime|(the)?watchcartoons?online|readcomiconline|kimcartoon|kiss-anime|9anime|gogoanimes?|toonova|animeflv|animeplus|goodanime|animewow|animenova|animetoon|mangapanda|memecenter|mangareader|mangafreak)\.[a-z]{2,4}\/[s\S]*\/[-_a-zA-Z0-9]{22,}/$script,domain=toonget.net|gogoanimes.tv|mangafreak.net|mangapanda.com|memecenter.com|mangareader.net|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
! /(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|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|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
/thumbs^$script,domain=mangapanda.com|memecenter.com|mangareader.net|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
!! Blocking pictures
/(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|animetoon|mangapanda|memecenter|mangareader)\.[a-z]{2,4}\/[-_a-zA-Z0-9]{3,}\/[-_a-zA-Z0-9]{20,}.(gif|jpg|png)/$domain=mangapanda.com|memecenter.com|mangareader.net|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
animeshow.tv,toonget.net,gogoanimes.tv,mangafreak.net,mangapanda.com,memecenter.com,mangareader.net,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.in,kimcartoon.me##div[style*="visibility:hidden;"] > div[style*="z-index"] > a[href][rel*="nofollow"][rel*="noindex"]
wcostream.com,watchcartoonsonline.eu,animeshow.tv,toonget.net,gogoanimes.tv,mangafreak.net,mangapanda.com,memecenter.com,mangareader.net,animetoon.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.in,kimcartoon.me##div > div[id][style*="overflow:"][style*="hidden;"][style*="height:"]
kimcartoon.me##div > div[id][style*="overflow: hidden"][style*="width: 300px;"][style*="height: 250px"][style*="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|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|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
! /(readcomiconline|kimcartoon|kiss-anime|9anime|gogoanime|toonova|animeflv|animeplus|goodanime|animewow|animenova|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|animetoon.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kimcartoon.me
!
! https://github.com/AdguardTeam/AdguardFilters/pull/168292
! TODO: Remove once extension v4.4 is out
://www.*.com/*.css|$script,third-party,domain=560pmovie.com|afrohung.com|bet36.es|blackcockadventure.com|blackcockchurch.org|blog.fc2.com|blogspot.com|blogtrabalhista.com|camgirlcum.com|castingx.net|derleta.com|desixx.net|diskusscan.com|dixva.com|dlhd.sx|ekasiwap.com|freetvsports.com|gameronix.com|gamesmountain.com|girlscanner.org|giurgiuveanul.ro|hayhd.net|hopepaste.download|igfap.com|incestflix.com|jp-films.com|kaoskrew.org|mdy48tn97.com|multicanaistv.com|novelas4k.com|nudebabesin3d.com|offlink.us|pervyvideos.com|phim12h.com|picsxxxporn.com|pinayscandalz.com|playtube.co.za|pornfits.com|pornhoarder.net|pornodominicano.net|pover.org|pubfilmz.com|rapbeh.net|rapload.org|rapelust.com|robaldowns.com|scat.gold|scatfap.com|scatkings.com|seneporno.com|shadowrangers.net|shahee4u.cam|sportea.online|stream.lc|streamcenter.pro|streamhub.to|subtitleporn.com|taboosex.club|vidtapes.com|wincest.xyz|xxxxvideo.uno|a2zcrackworld.com|adricami.com|aeblender.com|animespire.net|blackporncrazy.com|cgpelis.net|erovoice.us|filthy.family|forumchat.club|freeporncomic.net|freeuse.me|gamepcfull.com|gamesfullx.com|influencersgonewild.org|itunesfre.com|keralatvbox.com|ladangreceh.xyz|maturegrannyfuck.com|milfmoza.com|monaskuliner.ac.id|naughtypiss.com|notformembersonly.com|ojearnovelas.com|oldbox.cloud|onlyfams.net|onlyfams.org|pervertgirlsvideos.com|piratefast.xyz|pmvzone.com|pornfetishbdsm.com|publicsexamateurs.com|rule34.club|scripts-webmasters.net|sextubebbw.com|slut.mom|shadowrangers.live|shadowrangers.net|sportskart.xyz|sxnaar.com|tabooflix.cc|tabooflix.org|teenporncrazy.com|torrsexvid.com|ufcfight.online|vfxmed.com|visifilmai.org|watchaccordingtojimonline.com|watchbrooklynnine-nine.com|wpdeployit.com|xxxfree.watch|yts.vin|pornredit.com|smoner.com|sportstream1.cfd|myeasymusic.ir|thepiratebay10.info|asialiveaction.com|tojav.net|wolverdon.fun|itopmusic.com|nlegs.com|stream.crichd.vip|jav-scvp.com|desivdo.com
/^https:\/\/www\.[a-z]{8,16}\.com\/(?:fl\/)?(?:js\/)?(?:css\/)?(?:images\/)?(?:static\/)?(?:common\/)?(?:assets\/)?(?:scripts\/)?(?:api\/)?(?:js\/)?(?:[0-9A-Za-z_]{1,20}[-.])*(?:min|[a-z]dom4|dotdotdot|editor|[a-z](?:ire)?base|[a-z]ie8|jfloating|jholmes|kcookies-monster|leaflet\.toolbar|masync|mijs|[a-z]jsonform|proj4|sext-all|sha|ummenu|[a-z]?viz)\.js$/$script,third-party,match-case,domain=560pmovie.com|afrohung.com|bet36.es|blackcockadventure.com|blackcockchurch.org|blog.fc2.com|blogspot.com|blogtrabalhista.com|camgirlcum.com|castingx.net|derleta.com|desixx.net|diskusscan.com|dixva.com|dlhd.sx|ekasiwap.com|freetvsports.com|gameronix.com|gamesmountain.com|girlscanner.org|giurgiuveanul.ro|hayhd.net|hopepaste.download|igfap.com|incestflix.com|jp-films.com|kaoskrew.org|mdy48tn97.com|multicanaistv.com|novelas4k.com|nudebabesin3d.com|offlink.us|pervyvideos.com|phim12h.com|picsxxxporn.com|pinayscandalz.com|playtube.co.za|pornfits.com|pornhoarder.net|pornodominicano.net|pover.org|pubfilmz.com|rapbeh.net|rapload.org|rapelust.com|robaldowns.com|scat.gold|scatfap.com|scatkings.com|seneporno.com|shadowrangers.net|shahee4u.cam|sportea.online|stream.lc|streamcenter.pro|streamhub.to|subtitleporn.com|taboosex.club|vidtapes.com|wincest.xyz|xxxxvideo.uno|a2zcrackworld.com|adricami.com|aeblender.com|animespire.net|blackporncrazy.com|cgpelis.net|erovoice.us|filthy.family|forumchat.club|freeporncomic.net|freeuse.me|gamepcfull.com|gamesfullx.com|influencersgonewild.org|itunesfre.com|keralatvbox.com|ladangreceh.xyz|maturegrannyfuck.com|milfmoza.com|monaskuliner.ac.id|naughtypiss.com|notformembersonly.com|ojearnovelas.com|oldbox.cloud|onlyfams.net|onlyfams.org|pervertgirlsvideos.com|piratefast.xyz|pmvzone.com|pornfetishbdsm.com|publicsexamateurs.com|rule34.club|scripts-webmasters.net|sextubebbw.com|slut.mom|shadowrangers.live|shadowrangers.net|sportskart.xyz|sxnaar.com|tabooflix.cc|tabooflix.org|teenporncrazy.com|torrsexvid.com|ufcfight.online|vfxmed.com|visifilmai.org|watchaccordingtojimonline.com|watchbrooklynnine-nine.com|wpdeployit.com|xxxfree.watch|yts.vin|pornredit.com|smoner.com|sportstream1.cfd|myeasymusic.ir|thepiratebay10.info|asialiveaction.com|tojav.net|wolverdon.fun|itopmusic.com|nlegs.com|stream.crichd.vip|jav-scvp.com|desivdo.com
! hilltopads ex. (function(__htas)
/^https?:\/\/[a-z-]{6,}\.(?:com?|pro|info|xyz)\/[a-d][-\.\/_A-Za-z][DHWXm][-\.\/_A-Za-z][59FVZ][-\.\/_A-Za-z][6swyz][-\.\/_A-Za-z][-\/_0-9a-zA-Z][-\.\/_A-Za-z][-\/_0-9a-zA-Z]{22,162}$/$script,xmlhttprequest,third-party,match-case
! for Safari
!
! remains from generichide rule `tnt-adblock`
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogress.com,stltoday.com,journalstar.com##.ad-col
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogress.com,stltoday.com,journalstar.com##.item-ad
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogress.com,stltoday.com,journalstar.com##.tnt-ads-container
!
! START: Youtube whitescreen fix
!
! This one might be needed when the page is loaded for the first time
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'ytInitialPlayerResponse.playerConfig.ssapConfig', 'undefined')
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'ytInitialPlayerResponse.streamingData.serverAbrStreamingUrl', 'undefined')
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'ytInitialPlayerResponse.adPlacements', 'undefined')
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'ytInitialPlayerResponse.adSlots', 'undefined')
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'ytInitialPlayerResponse.playerAds', 'undefined')
youtubekids.com,youtube-nocookie.com,youtube.com#%#//scriptlet('set-constant', 'playerResponse.adPlacements', 'undefined')
!
! Remove anti-adb
!!#if (adguard_app_windows || adguard_app_mac || adguard_app_android || adguard_ext_firefox)
!!#endif
! Modify YT xhr responses
! $replace rules for Firefox
! https://github.com/AdguardTeam/AdguardFilters/pull/170936
!www.youtube.com#%#//scriptlet('trusted-replace-fetch-response', '/"auxiliaryUi":\{"messageRenderers":\{"bkaEnforcementMessageViewModel.*?e\}\}\}\,/', '', 'player?')
!www.youtube.com#%#//scriptlet('trusted-replace-fetch-response', '/("trackingParam":"kx_fmPxhoPZR)[-_0-9A-Za-z]{150}[-_0-9A-Za-z]+?([-_0-9A-Za-z]{55}lLKPQ-SS"\})/', '$1$2', 'player?')
!www.youtube.com#%#//scriptlet('trusted-replace-fetch-response', '/("trackingParam":"k5DfmPxhoXpR)[-_0-9A-Za-z]{150}[-_0-9A-Za-z]+?([-_0-9A-Za-z]{151}lLKPQGiS"\})/', '$1$2', 'player?')
!www.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '/"auxiliaryUi":\{"messageRenderers":\{"bkaEnforcementMessageViewModel.*?e\}\}\}\,/', '', '/playlist\?list=|player\?|watch\?v=/')
!www.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '/("trackingParam":"kx_fmPxhoPZR)[-_0-9A-Za-z]{150}[-_0-9A-Za-z]+?([-_0-9A-Za-z]{55}lLKPQ-SS"\})/', '$1$2', '/playlist\?list=|player\?|watch\?v=/')
!www.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '/("trackingParam":"k5DfmPxhoXpR)[-_0-9A-Za-z]{150}[-_0-9A-Za-z]+?([-_0-9A-Za-z]{151}lLKPQGiS"\})/', '$1$2', '/playlist\?list=|player\?|watch\?v=/')
! https://github.com/AdguardTeam/AdguardFilters/issues/167440
! The rule trusted-replace-xhr-response with '\"adPlacements.*?([A-Z]"\}|"\}{2})\}\]\,' causes breakage on tv.youtube.com
! The problem is that rules with '~' do not work correctly in Safari, the same might be for exceptions,
! so requests from tv.youtube.com are excluded from this rule (the url part - '^(?!.*(\/\/tv\.youtube\.com)).*(player\?key=|watch\?v=)') and instead simple workaround is used
youtube.com#%#//scriptlet('trusted-replace-xhr-response', '/\"adPlacements.*?([A-Z]"\}|"\}{2,4})\}\]\,/', '', '/^(?!.*(\/\/tv\.youtube\.com)).*(playlist\?list=|player\?|watch\?v=)/')
tv.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '"adPlacements"', '"no_ads"', '/playlist\?list=|player\?|watch\?v=/')
!
! Multiple trusted-replace-xhr-response causes breakage on music.youtube.com when logged in
! youtube.com,youtubekids.com,youtube-nocookie.com#%#//scriptlet('trusted-replace-xhr-response', '/\"adSlots.*?\}\]\}\}\]\,/', '', '/player\?key=|watch\?v=/')
! youtube.com,youtubekids.com,youtube-nocookie.com#%#//scriptlet('trusted-replace-xhr-response', '/\"playerAds.*?\}\}\]\,/', '', '/player\?key=|watch\?v=/')
youtube.com#%#//scriptlet('json-prune', 'playerResponse.playerConfig.ssapConfig playerResponse.streamingData.serverAbrStreamingUrl playerConfig.ssapConfig streamingData.serverAbrStreamingUrl')
youtube.com#%#//scriptlet('trusted-replace-fetch-response', '/"adPlacements.*?([A-Z]"\}|"\}{2,4})\}\]\,/', '', 'player?')
m.youtube.com,music.youtube.com,youtubekids.com,youtube-nocookie.com#%#//scriptlet('json-prune', 'playerResponse.adPlacements playerResponse.playerAds playerResponse.adSlots adPlacements playerAds adSlots')
! https://github.com/AdguardTeam/AdguardFilters/issues/172033#issuecomment-1925290685
||googlevideo.com/initplayback?source=youtube&*&c=TVHTML5&oad=$xmlhttprequest,domain=youtube.com
[$path=/tv]youtube.com#%#//scriptlet('json-prune', 'playerResponse.adPlacements playerResponse.playerAds playerResponse.adSlots adPlacements playerAds adSlots', '', '/https:\/\/www\.youtube\.com\/s\/player\/.*\/tv-player-ias\.vflset\/tv-player-ias\.js:/')
! This one may be unnecessary:
||youtube.com/get_video_info?*=adunit&$important
! https://github.com/AdguardTeam/AdguardFilters/issues/81610
! test for iOS
! https://github.com/AdguardTeam/AdguardFilters/issues/51453
!+ NOT_OPTIMIZED
||youtube.com/get_video_info?$~third-party,badfilter
!
! END: Youtube whitescreen fix
!
! Fixing a new type of advertising for platforms without support for advanced rules
! Fixing embedded video player
! https://github.com/easylist/easylist/issues/5112
! https://github.com/easylist/easylist/commit/3ed65e66e22963dc08a659dce6baa344ff158664
@@||youtube.com/get_video_info*&el=editpage
@@||youtube.com/get_video_info?*embedded$~third-party,other
!
! Fake buttons on pirate video services
! '##.mvic-btn > a.btn-successful'
pornwatch.ws,hindimoviestv.com,123-movies.life,thetodaypost.com,123films.cc,123ssgm.cc,123moviesfx.live,123movies4u.icu,5movies.buzz,xxxparodyhd.net,movgotv.com,123movies.*,freeomovie.info,gofilms4u.co,gomovies.ltd,gomovieshd.be,hindilinks4u.co,movi.pk,moviesahd.com,my123movies.org,novamovie.net,prmovies.co,putlocker.*,putlockerslinks.com,rdxhd.cool,streamporn.pw,the123movies.com,xopenload.me##.mvic-btn > a.btn-successful
! '##.mvic-btn'
watchmoviesss.*,watchseriesproject.info,d123movies.to,123movies.*,123movieshd.ws,gomovies.la##.mvic-btn
watchmoviesss.*###bread + div[style^="width:"]
!
! For Safari ('{,}' is not supported in regex rules)
! URLs like that:
! https://r023m83skv5v.com/c5/d1/c7/c5d1c7fa34676226827685638cd1efb7.js
! https://prevotch.com/r8WLKGtgCSjddY/11983
!
! common names
! ##.banner
newsletter.co.uk,e-chords.com,files2zip.com,scotsman.com,hotair.com,promokodi.coupons,e.vnexpress.net,deavita.net,tribuna.com,northamptonchron.co.uk,lep.co.uk,shieldsgazette.com,blackpoolgazette.co.uk,mitly.us,eurohoops.net,diudemy.com,match3games.com,adultdeepfakes.com,rawporn.org,xpshort.com,miltonkeynes.co.uk,jakiwniosek.pl,score808.com,audiosexstories.net,ipleak.org,mahjong.com,charexempire.com,photocollage.com,linkszia.co,subtitlist.com,belsat.eu,vikiporn.com,vidoo.org,israelnationalnews.com,pixeldrain.com,beautyass.com,nini08.com,vidnox.com,3dsportal.net,neongames.com,sputniknews.com,sputniknews.gr,onlineconvertfree.com,kijiji.ca,go.gets4link.com,youtubetrimmer.com,geekmi.news,iasparliament.com,hidefporn.ws,auslogics.com,toroox.com,url4cut.xyz,webshort.in,toonytool.com,fakechatapp.com,birdurls.com,yxoshort.com,ada.org,htmlgames.com,kiiw.icu,push.bdnewsx.com,earncoin.site,teenlolly.com,best18porn.com,fotodovana.com,1shorten.com,dextools.io,alternativeto.net,nakedneighbour.com,viral-topics.com,recipestutorials.com,tawiia.com,18tube.xxx,18porno.tv,youx.xxx,caixinglobal.com,bitcoinly.in,fakemail.net,internewstv.com,trinddz.com,omni.se,earnguap.com,cashurl.in,abdeo8.com,xfantazy.com,printscreenshot.com,photoeditor.com,9c717baaf805a8436afd7912039e826c.link,uflash.tv,hellomagazine.com,rocketfiles.com,pornwhite.com,sex3.com,softonic.com,3pornstarmovies.com,cutearn.ca,cll.press,hellporno.net,youramateurporn.com,getlink.pw,keygames.com,flv2mp3.by,doodhwali.com,smutindia.com,dvdcover.com,xxxadultphoto.com,qpdownload.com,windows10portal.com,2conv.com,javcloud.com,cutwin.com,hqasiananal.com,bradsknutson.com,flv2mp3.org,subscene.com,iplayer.pw,qpornx.com,sofifa.com,jawcloud.co,indiansgetfucked.com,medi-bayreuth.de,oxforddictionaries.com,tube18.sex##.banner
! ##.banners
xxxn.club,camseek.tv,pornflix.to,theporngod.com,eurogirlsescort.com,xxxdl.net,manofmany.com,hotstunners.com,punishbang.com,hdtube.porn,pornburst.xxx,worldofmods.com,vibexxx.com,wantedbabes.com,wonderopolis.org,thehackernews.com,xxxadultphoto.com,teenfuckhd.com,mumbrella.com.au##.banners
! ##body .ad
terabox.*,fedscoop.com,statescoop.com,edscoop.com,defensescoop.com,cyberscoop.com,halotracker.com,battlefieldtracker.com,destinytracker.com,gocmod.com,uptoearn.xyz,ibelieve.com,uploadsea.com,bleacherreport.com,thewindowsclub.blog,lovetoknow.com,colorxs.com,imaging-resource.com,fieldmag.com,investorplace.com,prosettings.net,gifcandy.net,gingersoftware.com,bitsofco.de,crn.com,techlusive.in,thehentaiworld.com,winporn.net,airport-charles-de-gaulle.com,getdaytrends.com,theurbanlist.com,dynamicwallpaper.club,delfi.lt,updatestar.com,worldstarhiphop.com,pdf.io,online-audio-converter.com,appsious.com,pythontutorial.net,flightglobal.com,lilymanga.com,outsider.com,servers.fivem.net,psdetch.com,phoneky.com,newsd.in,indiatvnews.com,yokibu.com,macleans.ca,clevelandclinic.org,readingrockets.org,martech.org,earlygame.com,tripadvisor.*,myhoustonmajic.com,gmanetwork.com,businessinsider.com,bgr.in,online-video-cutter.com,alison.com,mysqltutorial.org,sqlservertutorial.net,picmix.com,aim400kg.com,justfall.lol,epson-event-manager-utility.en.lo4d.com,barchart.com,politico.eu,thelayoff.com,ehow.com,tvweb.com,hiperdex.com,infobyip.com,uptodown.com,soundclouddownloader.org,r3sub.com,citra-emu.org,ipaddress.com,mobafire.com,movieweb.com,ndtv.com,samistream.com,trafficland.com,forvo.com,apornotube.net,instadp.com,elophant.com,thurrott.com,mtlblog.com,accuweather.com,narcity.com,mywebtimes.com,ancient.eu,gradesaver.com,nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion,tempostorm.com,defensesystems.com,whatsmydns.net,newatlas.com,gtplanet.net,investopedia.com,mangafox.la,sexhoundlinks.com,ibc.org,dcode.fr,pinkvilla.com,greasyfork.org,ranker.com,pornhd.com,history.com,icefilms.info,saavn.com,www-technologyreview-com.cdn.ampproject.org,bombhopper.io,worms.lol,satelite.io,javascripttutorial.net,jungle.lol,1v1.lol,tricksplit.io,filehippo.com,supersextube.pro,zipi.com,nejm.org,ertyu.org,howchoo.com,dvdsreleasedates.com##body .ad
! ##.ads
eshop-prices.com,quena.id,sexu.*,gameme.eu,pornwatch.ws,mollygram.com,onlinewebfonts.com,androjungle.com,filerice.com,10001.games,hoes.tube,i24news.tv,rpp.pe,4pig.com,love4porn.com,gametop.com,bluedollar.net,outlookindia.com,blabbermouth.net,ghettotube.com,mangoporn.net,javplay.me,jagranjosh.com,4kporn.xxx,bangkokpost.com,up-load.io,liveindex.org,freeshib.biz,apkmb.com,upload.ac,westkentuckystar.com,namekun.com,piliapp.com,photofunny.net,grazia.co.in,flightpedia.org,thelingerieaddict.com,banglanews24.com,swisscows.com,jagran.com,autocarindia.com,userupload.net,javbraze.com,laptrinhx.com,youtube-video.download,pinkvilla.com,youramateurporn.com,dausel.co,yesnetwork.com,indiatoday.in,vidcloud.icu,appvn.com,h2mp3.com,tapas.io,freefrontend.com,ally.sh,myplaycity.com,mercadojobs.com,thepiratebay.org,sgxnifty.org,cyberscoop.com,filmcomment.com,youngpornvideos.com,eventcinemas.com.au,findyourlucky.com,linuxmint.com,mobafire.com,themepack.me##.ads
! ##.banner-inner
adpaylink.com,shortyget.com,clk.wiki,tinys.click,adpayl.ink,baicho.xyz,clk.asia,namaidani.com,short2fly.xyz,bestcash2020.com,du-link.in,shrink.*,4cash.me,shorthero.site,cookdov.com,myshrinker.com,linkjust.com,adlinkweb.com,vklinks.com,seulink.online,gtlink.co,coinadfly.com,popimed.com,hoastie.com,forex-trnd.com,earnwithshortlink.com,adfloz.co,tui.click,link.ltc24.com,linkebr.com,pnd.*,clik.pw,cutlink.link,zagl.info,lite-link.xyz,pureshort.link,lite-link.com,techupme.com,fir3.net,softairbay.com,todaynewspk.win,fx4vip.com,tii.ai,srt.leechpremium.link,link1s.*,arabplus2.co,stfly.me,profitlink.info,jwearn.com,shorthitz.com,adsy.pw,intothelink.com,linkviet.xyz,adslinkfly.online,lkop.me,shlinko.com,oncehelp.com,shorterall.com,s-url.xyz,encurta.eu,stfly.io,shrtfly.net,vivads.net,fc.lc,icutlink.com,urlcloud.us,suqdz.com,cutlinks.pro,shortzon.com,kutz.io,coinb.ink,bit-url.com,tmearn.com,linkkawy.com##.banner-inner
! ###ad
cimanowtv.com,weakstreams.online,online-stopwatch.com,formula1streams.club,hockeynews.club,livesportstream.club,footballroma.com,web.yokugames.com,cimavids.live,cimanow.*,2shrt.com,cnvids.com,iogames.army,classic-retro-games.com,ytmp3.cc,fxsolves.com,kodi-addons.club,lastpass.com,jsoneditoronline.org,animeseed.com,robinwidget.com,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
! ##.advert
skysports.com,linuxinsider.com,pianistmagazine.com,meetdownload.com,gobankingrates.com,thestudentroom.co.uk,advertiserandtimes.co.uk,stylecraze.com,mulheresafoder.com,mapcarta.com,thetrendspotter.net,examtiger.com,gaana.com,etf.com,northern-scot.co.uk,pornwatchers.com,ftopx.com,dazeddigital.com,agame.com,beeg.com,blogto.com,eurogamer.net,eurogamer.pt,fijivillage.com,flashgames.ru,games.co.id,games.co.uk,gamesgames.com,giochi.it,gioco.it,girlsgogames.co.id,girlsgogames.co.uk,girlsgogames.com,girlsgogames.de,girlsgogames.fr,girlsgogames.it,girlsgogames.ru,globalrph.com,gry.pl,jetzspielen.de,jeu.fr,jeux.fr,juegos.com,juegosdechicas.com,moonbit.co.in,mousebreaker,mousebreaker.com,newsweek.com,ojogos.com.br,ourgames.ru,oyunskor.com,permainan.co.id,pornwatchers.com,spel.nl,spela.se,spelletjes.nl,spielen.com,stileproject.com,unogs.com,velonews.com,videogameschronicle.com##.advert
! ###fancybox-outer
royalcams.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,prostocams.com,smutcam.com###fancybox-outer
! ###fancybox-overlay
royalcams.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,prostocams.com,smutcam.com###fancybox-overlay
! ###floatLayer1
worldstreams.watch,cricfree.live,cricfree.stream,mbfsports.com,wizhdsports.fi,wizhdsports.be,blogspot.com,bollymovies.in,buzina.xyz,hdfree.tv,stream2watch.me,streamlivebox.com,wiz1.net,wizhdsports.com###floatLayer1
! ###floatLayer2
hentai-id.tv###floatLayer2
! ##.sponsor
jizzoncam.com,pornhits.com,shemalesin.com,porntrex.video,maturetubehere.com,hentai-moon.com,pornxpert.com,crazyporn.xxx,heavyfetish.com,scatkings.com,grahamcluley.com,4kporn.xxx,hairyerotica.com,gettubetv.com,ufile.io,lesbian8.com,zedporn.com,bigtitslust.com,fpo.xxx,fontyukle.net,porno90.online,pornchimp.com,lolhentai.net,vikiporn.com,its.porn,swiftbysundell.com,uiporn.com,heroero.com,camwhores.tv,heroero.com,magnetfox.com,sexwebvideo.com,pornfapr.com,watchmyexgf.net,alphaporno.com##.sponsor
! ##.spot
pornwhite.com,gaygo.tv,sextaped.com,ratedgross.com,sleazyneasy.com,pornsexxxer.com,litecoin-faucet.com,3prn.com,motherporno.com,pornomovies.com,camhub.tv,max.porn,feetporno.com,familyporn.tv,freehardcore.com,moviesand.com,momvids.com,hdzog.com,pornbimbo.com##.spot
! ##.advertisement
faceitstats.com,ichgcp.net,cinestaan.com,operanews.com,tasteofhome.com,readersdigest.ca,gramfile.com,outlookindia.com,cnbctv18.com,internationalnewsandviews.com,additudemag.com,motoroctane.com,serverhunter.com,rogerebert.com,blavity.com,nuvid.*,discordemoji.com,soft112.com,perfectgirls.net,indaily.com.au,generatorlinkpremium.com,8tracks.com,digiday-com.cdn.ampproject.org,mathopenref.com,playlive.pw##.advertisement
! ##.ad-container
tikmate.app,coomer.party,mixed-news.com,rome2rio.com,ubackup.com,southparkstudios.com,theglobeandmail.com,globalnews.ca,infoworld.com,worldsoccertalk.com,minecraftforum.net,snipboard.io,pics-x.com,recyclingtoday.com,battlefieldtracker.com,destinytracker.com,tracker.network,tracker.gg,jamesbachini.com,grammarbook.com,punchng.com,one-off.email,all3dp.com,mangafarm.com,mangajar.com,deeeep.io,raaaaft.io,trustedreviews.com,obsev.com,gfinityesports.com,reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion,dvbtmap.eu,infinityfree.net,ibtimes.co.uk,amp-businessinsider-com.cdn.ampproject.org,deviantart.com,usatoday.com##.ad-container
! ##.adsbygoogle
ernesto.it,cdromance.com,linkjust.com,updatesmarugujarat.in,mexashare.com,links4u.me,linku.us,skips.link,hexafile.net,freemcserver.net,micloudfiles.com,onvasortir.com,bomurl.com,leechall.download,fcportables.com,thewindowsclub.com,magesy.be,javadecompilers.com,mobilapk.com,trackitonline.ru,socks24.org,sslproxies24.top,uploadcloud.pro,bravofly.com,seomafia.net,uploadx.link,socketloop.com,fileoops.com,medicalnewstoday.com,hdwallpapers.in,short.am,adbull.me,gofobo.com,file-upload.com,up-4ever.com,majesy.org,majesy.com,magesy.eu,magesy.blog,informer.com,cmacapps.com,computerera.co.in,dailyuploads.net,download.mokeedev.com,file-upload.cc,genbird.com,shink.in,uplod.ws,urlex.org,livenewschat.eu,onlinemschool.com,download.pixelexperience.org##.adsbygoogle
! ##.block-video > div.table
jizzoncam.com,camwhores.video,moreamateurs.com,faptor.com,pornachi.com,porndude.wtf,orgazmax.com,pornwex.tv,pornfd.com,area51.porn,pornrabbit.com,milf-porn.xxx,sextaped.com,pornxpert.com,perverttube.com,fapnow.xxx,epicgfs.com,scatkings.com,pornflix.to,xbjav.com,heavyfetish.com,tabootube.xxx,amateur8.com,maturetubehere.com,crazyporn.xxx,pornissimo.org,lesbian8.com,enf-cmnf.com,filtercams.com,bigassporn.tv,porn00.org,keekass.com,fuckit.cc,camwhoresbay.com,camwhoreshd.com##.block-video > div.table
! ##body .code-block
ispreview.co.uk,nxbrew.com,news.fidelityhouse.eu,poscigi.pl,environmentenergyleader.com,econostrum.info,repack-games.com,cryptopolitan.com,windowsactivators.org,asuratoon.com,chatgbt.one,njbeachcams.com,nokiapoweruser.com,tricksndtips.com,naijaremix.com,rockandrollgarage.com,firstcuriosity.com,bigbrothernetwork.com,flamescans.org,tech-latest.com,nintendoeverything.com,game-2u.com,ps4pkg.com,asurascans.com,pcguide.com,anime7.download,netchimp.co.uk,howifx.com,9xflix.qpon,digitbin.com,coffeenerd.blog,nsw2u.*,thegeekpage.com,crewbase.net,watchseinfeld.cc,dandadanmanga.org,vgkami.com,tvtonight.com.au,lilymanga.com,pornstash.in,warsawnow.pl,silverspoon.site,asura.gg,getdroidtips.com,crackshere.com,watchasian.ac,qzlyrics.com,bollywoodhindi.in,marugujarat.in,linuxcapable.com,apkmb.com,techgeekbuzz.com,designcorral.com,otakukan.com,movies07.art,monsterspost.com,policeresults.com,mpnrc.org,browserhow.com,chromeunboxed.com,journeybytes.com,tutcourse.com,opportunitydesk.info,freecoursesites.net,tektutorialshub.com,fossbytes.com,borncity.com,profitableventure.com,guru99.com,whatisthemeaningofname.com,techpp.com,troypoint.com,bakabuzz.com,conservativebrief.com,xyzcomics.com,desiflix.club,jujmanga.com,myhealthgazette.com,cryptodirectories.com,secondlifetranslations.com,thewincentral.com,techrfour.com,firmwarefile.com,bicfic.com##body .code-block
! ##.ai_widget
animecorner.me,crewbase.net,zarabiajprzez24.pl,watchhentai.xxx,napeza.com,app-how-to-use-it.com,linuxcapable.com,designcorral.com,thecustomrom.com,digitalthinkerhelp.com,browserhow.com,sqlserveregitimleri.com,udemycourses.me,eckovation.com##.ai_widget
! ###id-custom_banner
pawastreams.*,nflbite.to,thestreamhub.net,netcomsports.com,footybite.to,sportschamp.fun,yalla-kora.tv,thesportsupa.com,afly.pro,supertipz.com,topsporter.net,soccerstreams.football,nbalivestream.top,mysocceraustralia.com,rayinfosports.com,hesgoals.top,dviraly.uk,sequencecard.xyz,ripple-stream.com,nbagaffer.net,totalsportek.soccer,metaporky.site,nbabite.to,cyfostreams.com,olympicology.com,sportfacts.net,gamerarcades.com,maxsports.site,bestreamsports.org,wpking.in,eegybest.xyz,sakarnewz.com,playstore.pw,sevenjournals.com,footy.to,bloggingguidance.com,onroid.com,girls-like.me,mcrypto.club,welovemanga.net,greaterkashmir.com###id-custom_banner
! ###dismiss-btn
pawastreams.*,thestreamhub.net,groundedtechs.com,rayinfosports.com,dviraly.uk,sequencecard.xyz,nbagaffer.net,matchtime.co,thegentleclass.com,sportspellz.com,bestreamsports.org,allsportsdaily.co,silverspoon.site,supertipz.com,techobest.com###dismiss-btn
! propeller-tracking.com for CB
! Requests lile https://almstda.tv/5/6202259
!
! For URL shorteners or simple sites with frequently changed ad servers.
! Incorrectly blocked domains can be excluded using regex(synchronize this regexp in all filters)
/^(?!.*(linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yandex.|yastatic.net|ytimg.com|zencdn.net|player|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|imgsmail.ru|cdn.cloudflare.net)).*$/$third-party,script,_____,domain=fapfappy.com|onestream.xyz|123movieshd.*|sportsonline.*|dlhd.*|ducumon.click|klto9.com|f2movies.to|streamcenter.pro|xx0day.com|sextb.xyz|sextb.net|gocast2.com|animetvn.xyz|alexsports.site|xxxymovies.com|javhdo.net|daft.sex|tv.puresoul.live|stakes100.xyz|veryfreeporn.com|bestsolaris.com|link.ltc24.com|linkebr.com|bitfly.io|adcorto.me|exe.app|gplinks.co|miklpro.com|kutt.io|cutlink.link|rexdlfile.com|downloadhub.ink|skidrowcodex.co|adcorto.xyz|cuturl.in|paidtomoney.com|kissmanga.link|skidrowcodex.net|vvc.vc|illink.net|300mbplus.*|hdmovieplus.site|shrinkme.in|gibit.xyz|iir.ai|todaynewspk.win|ouofly.com|stfly.me|dz4win.com|bolssc.com|canyoublockit.com|aii.sh|uptoshort.com|gsurl.in|oncehelp.com|adslinkfly.online|extramovies.casa|asianclub.nl|kshow123.net|dlapk4all.com|cryptoads.space|profitlink.info|shorthitz.com|putlocker.digital|pimpandhost.com|pornpapa.com|shorthub.co|xxxfiles.com|pornone.com|rawdex.net|hiperdex.com|ask4movie.co|animekayo.com|animekaizoku.com|xorgasmo.com|mitly.us|xtits.com|vjav.com|japscan.se|birdurls.com|area51deportiva.com|mixdrop.to|allporncomic.com|doramasmp4.com|animepahe.com|1337x.is|savelink.site|free-trx.com|gosexpod.com|kropic.com|kaplog.com|homemoviestube.com|pics4you.net|manganelo.link|zeenite.com|clk.ink|push.bdnewsx.com|iyotvideos.com|uptomega.me|tumanga.net|wat32.com|123moviesfree.*|123unblock.best|123unblock.*|shieldmanga.club|shieldmanga.*|ccurl.net|beinmatch.*|ytmp3.eu|voxc.org|movie8k.*|sports24.*|openloadmov.net|downloadpirate.com|payskip.org|themoviesflix.co|hentaitube.online|bestshort.xyz|link1s.*|earnwithshortlink.com|foxseotools.com|exe.app|10convert.com|crownimg.com|fc.lc|mypornstarbook.net|desitvshows.xyz|strims.*|cpmlink.net|bigtitslust.com|holymanga.net|links.mflixblog.xyz|skidrowreloaded.com|pewgame.com|himovies.to|warefree01.com|kissanimes.cc|toonanime.tv|sxyprn.com|sxyprn.net|anupama.*|kiryuu.co|blurayufr.com|forex-trnd.com|wolfstream.tv|tuktukcinema.net|userupload.net|crypto-faucet.xyz|doctor-groups.com|downloadhub.kim|myadultanimes.com|freeadultcomix.com|shrlink.top|lelscan-vf.co|ruvideos.net|srsone.top|animexin.xyz|otakufr.co|4anime.to|french-stream.gg|jujmanga.com|allviids.com|amlijatt.in|fulltube.online|123movies.*|lewdweb.net|fsapi.xyz|flixtv.club|promo-visits.site|krypto-trend.de|hatsukimanga.com|simplyfaucet.xyz|fzmovies.*|desiflix.club|tny.so|1mlsbd.com|knaben.ru|streamtape.*|mangadop.info|dailyuploads.net|japscan.ws|dramacool.*|123movies-hd.online|latestmanga.net|hexupload.net|sukidesuost.info|sbembed1.com|cocomanga.com|rawkuma.com|erogarga.com|mixdrop.sx|kiiw.icu|crownimg.com|onlynudes.tv|hitomi.la|kabegamipuloh.web.app|japscan.ws|bluemediafiles.*|mrdhan.com|films5k.com|zetporn.com|watchmalcolminthemiddle.com|reddit.tube|btcmovies.xyz|outletpic.com|la123movies.com|streamingworld.club|gomo.to|yesmovies.sx|xtits.xxx|y2mate.com|upornia.tube|weloma.art|pornvideos4k.com|4kpornmovs.com|theproxy.to|putlocker-website.com|up-load.io|insuranceblog.xyz|leaknudes.com|beingtek.com|gtlink.co|fmovies.app|hentaiblue.com|yifysubtitles.vip|anonymz.com|torrentgalaxy.to|fmoviesto.cc|mixdrop.*|just-upload.com|go-stream.site|eztv.unblockedsites.net|wareskey.com|fullcrackedpc.com|crackdj.com|aileen-novel.online|porncomixonline.net|7starmovies.net|wuxiarealm.com|mangafreak.net|mangahub.io|dvdplay.*|tinyurl.is|readcomiconline.li|mangaraw.org|rawmanga.top|senmanga.com|hacamchicac.com|mangas-raw.com|flyfaucet.com|streamadblockplus.com|imgsen.com|imgstar.eu|picdollar.com|pics4upload.com|silverpic.com|apkmody.io|imgsto.com|nikaraw.com|subdl.com|crackpoint.club|torrentgalaxy.to|javct.net|watch-free.tv|haho.moe|sockshare1.com|4anime.gg|webtoonplus.com|sportssoccer.club|footyhunter3.xyz|extrafreetv.com|1337x.unblockit.cat|readwebtoononline.net|yourporngod.com|watchjavonline.com|tirexo.blue|picyield.com|bluemediafile.*|pornrabbit.com|stream2watch.be|bunkr.ru|worldstreams.watch|worldstreams.click|milfzr.com|gameshdlive.xyz|streamcheck.link|gamerarcades.com|asiangaylove.com|yurineko.net|animepahe.ru|0123movie.site|ufcfight.online|biggamez.xyz|trannyteca.com|youpits.xyz|lilymanga.net|123moviesite.one|soap2day.monster|bestporncomix.com|zinchanmanga.com|yaoimangaonline.com|worldstreams.lol|zoechip.cc|zoechip.com|monoplay.xyz|oxy.st|backfirstwo.com|3dporndude.com|thepiratebay.zone|mmsbee24.com|sekaikomik.bio|dofusports.xyz|uploadbank.com|1tamilblasters.*|gaystream.pw|hog.mobi|pahe.me|kuncomic.com|rawinu.com|nicomanga.com|prbay.online|prbay.top|prbay.xyz|youtube4kdownloader.com|soccerinhd.com|remaxhd.fun|remaxhd.cam|musichq.pe
! Similar to regexp above, but using the denyallow modifier
! Be careful, if a site uses third-party resources (players etc.) and the rule applied in AdGuard for Safari/iOS
$script,third-party,denyallow=linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yastatic.net|ytimg.com|zencdn.net|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io|cdn.cloudflare.net,_____,domain=fapfappy.com|onestream.xyz|123movieshd.*|sportsonline.*|dlhd.*|ducumon.click|sextb.xyz|sextb.net|sports-stream.*|igg-games.com|pcgamestorrents.com|igg-games.co|coolcast2.com|watchcriminalminds.com|up-4.net|upload-4ever.com|123movie.*|seegames.xyz|sportea.online|cr8soccer.online|musicriders.blogspot.com|streameast.watch|watchserieshd.live|alivegore.com|bestporncomix.com|nettruyento.com|rawkuma.com|rule34hentai.net|playsber.xyz|123-movies.zone|up-4ever.net|futbol-libre.org|rivofutboltv.club|phimmoiyyy.net|tuktukcinema.*|wcofun.org|ssrmovies.singles|kissasian.*|animeunity.cc|zinmanhwa.com|klmanga.net|pahe.li|zerion.cc|cineb.app|1377x.to|cineb.net|furher.in|himovies.sx|solarmovie.pe|gomovies.sx|hexupload.net|seehdgames.xyz|bestporn4free.com|tinyzonetv.se|mega4upload.com|cineb.rs|kissanimefree.cc|yugenanime.tv|witanime.org|embed4u.xyz|fireload.com|mixdroop.*|hentaiasmr.moe|daddylivehd.*|meetdownload.com|file-upload.org|sotwe.com|streamvid.net|1337xx.to|opensubtitles.org|bunkrr.su|oxy.st|backfirstwo.com|5.45.95.74|3dporndude.com|thepiratebay.zone|mmsbee24.com|faselhd.*|manga-lek.net|sekaikomik.bio|wecima.cloud|goone.pro|moviesjoyhd.to|uploadbank.com|deepgoretube.site|megaup.net|1tamilblasters.*|185.217.95.44|gameshdlive.net|peeplink.in|ebookhunter.net|mdbekjwqa.pw|limetorrents.lol|akuma.moe|imgdawgknuttz.com|bluemedialink.online|pahe.me|kuncomic.com|rawinu.com|nicomanga.com|prbay.online|prbay.top|prbay.xyz|mdfx9dc8n.net|toonily.me|nxbrew.com|faselhd-embed.scdns.io|bluemediaurls.lol|mdzsmutpcvykb.net|bestgirlsexy.com|streamer4u.site|hdhub4u.mov|bluemediadownload.*|mixdropjmk.pw|drivemoe.com|moviekhhd.biz|free-content.pro|newmangaraw.com|nobodywalked.com|mixdrop21.net|kaas.*|kickassanime.*|kickassanimes.*|everia.club|faselhdtv.*|animeunity.to|get-to.link|freetvspor.lol
$xmlhttprequest,third-party,denyallow=linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yastatic.net|ytimg.com|zencdn.net|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io|cdn.cloudflare.net,_____,domain=everia.club|projectfreetv.cyou|theflixertv.to
!
! temporary:
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2648
||weblivehdplay.ru/blast.js
||olalivehdplay.ru/blast.js
||livehdplay.ru/blast.js
||lovesomecommunity.com/blast.js
||b4ucast.com/blast.js
!
! NOTE: Specific rules
!
desidime.com##div[id^="div-ad"]
coincodex.com##.ldb-top2
coincodex.com##.StickyBottom
coincodex.com##.side-col div[class][style]:has(> a[target="_blank"] > img)
bloomberg.com##div[class*="FullWidthAd"]
1337x.so###vpnvpn2
befuck.net##div[class^="bb_show_"]
befuck.net###ad_video_head
hdzog.com##.listing__content > div.listing__item:has(> .nopop)
hdzog.com##.content-block > div[class]:not([class*="pag"]):has(> div[class]:only-child > div[class][id]:empty)
zerohedge.com##.main-content .banner
zerohedge.com##.main-content .native
zerohedge.com##.main-content #content-pack:empty
uptoplay.net##body > div[style^="background: #fff;"]
||sdk.credible.com/sdk.js$domain=fox35orlando.com
ukpunting.com###popupModal
raenonx.cc##.flex-row > div[tabindex][class]:has(> style:first-child + div[class]:last-child .adsbygoogle)
raenonx.cc##body > div[class] > style:first-child + div[class]:has(> button.button-clickable-bg-opaque > .transform-smooth > svg)
vipbox.lc##button[data-openuri*=".allsportsflix."]
userstyles.org##div[class^="GoogleAd_"]
userstyles.org##div[class^="style_adWrapper_"]
voyeurhit.com#?#.video-page > div[class] > div[class]:only-child:has(> div[class] > span:matches-css(before, content: /^Advertisement$/))
lylxan.com##html > div[style^="position: fixed; inset: 0px;"]
||modsfire.com/img/ookfmx.png
songbpm.com##div > div:has(> section > ins.adsbygoogle)
bing.com##.b_ans:has([class^="xm_"][class*="_ansCont"])
lnk.to##div[data-advertiser="amazon-music"]
economist.com##div[class^="adComponent_advert"]
exuce.com##button > a[target="_blank"]
uxwing.com##.adspc01
uxwing.com##.flaxmain > div.tagmainblock:has(> div[id^="bsa-zone_"])
||vipbox.lc/partytown/
fontesk.com##.postlist > .postlist-col:has(> aside > .textwidget > .feed-ads)
tanoshiijapanese.com###cnbody #cnfooter:has(> #affiliate)
yummly.com##.external-promo-root
boardgameoracle.com#?#div[class^="jss"]:has(> span.MuiTypography-displayBlock:contains(Advertisement))
open.spotify.com##div[aria-label="Advertisement"]
open.spotify.com#?#aside[aria-label="Now playing view"] > div > div[data-overlayscrollbars-viewport="scrollbarHidden"] div[style="--trans-x: 0px;"] > h1:contains(Advertisement)
lostshorts.com##.media-aside
allevents.in##.wdiv:has(> div.advt-text)
||1337x.to/mm.js
thestoryshack.com##.variable-flash
thestoryshack.com##.billboard-flash
syok.my##.global-ads
foodingredientsfirst.com##a[onclick*="https://www.cargill.com/"]
operationsports.com##.wp-block-gamurs-ad
camwhores.tv##a[target="_blank"][href*="utm_campaign"]
camwhores.tv##.fap-circle
cosplay18.pics,pig69.com,porn4f.com,idol69.net,cnpics.org##.fileviewer-body center:has(.vr-adv-unit)
yts-official.org##.container > a[rel="nofollow"] > img[style]
uflix.cc###wrn
uflix.cc##div[style]:has(> #iploc)
||batery.win/promo/*/?affijet-click=*popunder$popup
ddproperty.com##.container-dfp
icons8.com##.carbon-card-ad
icons8.com##.by-sell-ads-large
icons8.com##.addon-shutterstock
fortnite.gg###ad-atf
cmsdetect.com#%#//scriptlet('set-cookie', 'bioep_shown', 'true')
cmsdetect.com#$#.headmsg { display: none !important; }
cmsdetect.com#$##topNav { margin-top: 0 !important; }
cmsdetect.com#%#//scriptlet('set-cookie', 'shopify', '1')
cmsdetect.com#%#//scriptlet('set-cookie', 'second', '1')
cmsdetect.com#%#//scriptlet('set-cookie', 'third', '1')
chromeactions.com##body div[wheel]:has(ins.adsbygoogle)
chromeactions.com##.filters
dafont.com##.dfsmall ~ div[style^="width"]:has(ins.adsbygoogle)
dafont.com##.titlebar ~ div[style]:has(ins.adsbygoogle)
leak.sx##div[id^="tw_float_ads_main_Wrap"]
comohoy.com##.widget:has( script[src^="https://grantedpigsunborn.com/"])
1001fonts.com###adzoneTop
||st.1001fonts.net/build/common/ads.*.$script,stylesheet
sportbible.com,unilad.com,ladbible.com##div[class^="advert-placeholder"]
sportbible.com,unilad.com,ladbible.com##div[class^="sticky-top-ad_container"]
sportbible.com,unilad.com,ladbible.com##div[class^="floating-video-player_container"]:has(> div#primisPlayer)
qrcode-tiger.com##div[class*="-side-holder"]
homemoviestube.com##div[align="center"]:has(> a[href="https://www.rabbitscams.sex"])
homemoviestube.com##a[href="https://homemovieslive.com/"]
homemoviestube.com##a[href="https://milliondollarporn.com/"]
homemoviestube.com##.user-top-links > li.item > a:not([href="/news/"])
spabusiness.com##.showleaderboardPopup
spabusiness.com##.leaderboardContainer
||leisurejobs.net/leisure_opps_site/banners/$domain=spabusiness.com
veev.to##.player-video-av .info-card > a[target="_blank"] > img
veev.to##.player-video-av:has(.info-card > a[target="_blank"] > img)
/\.[a-z][a-z][a-z]\/$/$xmlhttprequest,third-party,domain=aniwatchtv.to|goku.sx
||img.strpst.com^$domain=sextb.xyz|sextb.net
sextb.xyz,sextb.net##.sextb_300
sextb.xyz,sextb.net##.tray-item-cam
sextb.xyz,sextb.net#?#.container > section.tray > div.tray-title:has(> h5.section-heading > span.h-text:contains(Live Cams Sex))
yahoo.com##.aside-sticky-col > div#col2Bottom:has(> div[data-content="Advertisement"])
damota.me##.nes-container:has(.adsbygoogle)
sclouddownloader.net##div[style^="min-height:"].text-center
awbi.in##.SH-Ads
soundcloudmp3.org##.banner_ad
twibbonize.com##.anchor-ads-bottom
twibbonize.com##.top-ads--open
twibbonize.com###modals-container:has(div.modal-promotion-any)
hollywoodreporter.com##.get-the-magazine
jcinfo.net###content aside:has(.adsbygoogle)
playmods.net##.recommend-container
news.abs-cbn.com##.MuiGrid-root > div[style] > div[style*="min-height:"]
news.abs-cbn.com##div[id^="row"][id*="-col"] .MuiGrid-root div[style*="min-height:"]
news.abs-cbn.com###rollingLeaderBoardLarge
finance.yahoo.com##div[id^="mrt-node"][id*="Ad"]
indiatimes.com##body div.article_first_ad
indiatimes.com##.ad-shimmer
dictionary.com#?#p[class]:contains(Advertisement):upward(2)
dailynews.com##.dfm-page-bottom-flex-container > div[data-cswidget]:has(div.csadholder)
||petco.com/wcsstore/PetcoSAS/javascript/SmartBanner.js
petco.com##div[data-widget-type="citrus-banner"]
petco.com##div[data-widget-type="citrus-ad"]
dll-files.com##div[style="text-align: center; padding-bottom: 10px; padding-top: 10px;"]
dll-files.com##center[style^="font-size: 0.8em; padding"][style$="color: #2d2d2d; font-style: italic;"]
cdromance.org##.sidebar > .widget_custom_html:has(div[id^="ezoic-pub-ad-placeholder-"])
goshennews.com##.tncms-region > div.tncms-block:has(> div.panel > div[style] > a[href="http://newspaperads.goshennews.com"])
goshennews.com###floorboard_block
||bloximages.chicago2.vip.townnews.com/*/ads_blox/resources/scripts/tnt.ads.init.*.js
spotifydown.com###__next > div.semi-transparent:has(> div > ins.adsbygoogle)
texasstandard.org###header-secondary-outer
streetinsider.com##.im-ad
comingsoon.net##.entry-content > div.wp-block-buttons
privatehomeclips.com##.left + div:not([class]):last-child
tubepornclassic.com##.jwplayer > span[style="display:flex !important"] > div > div
digitaltrends.com##.b-right-rail--ads
waifu2x.net##div[style="width: 90%;height:120px"]
waifu2x.net##div[style="min-height: 270px; margin: 1em"]
sportnews.to##.widget-body > div.card:has(> div.card-body > ins.adsbymahimeta)
aap.org##.self-serve-content-ad
novelcool.com##.mangaread-ad-box
sittingonclouds.net##iframe[id^="id0"][title]
progamerage.com##div[class^="adsslotcustom"]
etherscan.io##.container-xxl:has(> div[class^="py-"] > div > span#ContentPlaceHolder1_lblAdResult)
etherscan.io##form[action="/search"] + p.text-white
hianime.to#%#//scriptlet('prevent-addEventListener', 'pointerdown')
||previbes.online/z-
||api.xxxtik.com/util/ad
efe.com##.inside-right-sidebar > aside.widget:has(> div > div[id^="div-gpt-ad"])
modsfire.com##a[href^="https://offergate-software"]
lyricsbox.com##div[class^="lai_"]
thediplomat.com##[class*="td-ad"]
royaledudes.io##.gifts
indy100.com##.relatedLink_content:has(> div[id^="taboola"])
gamesystemrequirements.com##.act_eng
minnpost.com#?#.wp-block-group:has(> div > p[style] > strong:contains(Thanks to our major sponsors))
minnpost.com###block-21
minnpost.com##.wp-block-spacer
pch.com##.placement-content
||cdn.jsdelivr.net/gh/lglaos/sdsad/rotlamjiskai.bundle.js
embedz.click##body > div[style*="position: absolute;"][style*="z-index:"]
||a.adtng.com/get/$xmlhttprequest,redirect=noopvast-2.0,important,domain=peekvids.com|influencersgonewild.com
pisshamster.com###box-txtovka-con
||pisshamster.com/prerolls/
autosport.com##.ms-ap-native
world-of-nintendo.com##font[face] > center:has(> h1 > a[href^="http://www.mb38.com/"])
world-of-nintendo.com##a[href="http://www.midsummer.pw"]
9goals.io###bpads_afg_wrap
9goals.io##.adsbygainify
9goals.io##.container > center:has(> div[id^="div-gpt-ad"])
whattoexpect.com##.fast-ads
nairametrics.com##.jeg_ad
nairametrics.com##.jeg_sticky_sidebar
qz.com#?#.js_sticky-second-scroll ~ div[class^="sc-"] > div[class^="sc-"] > div[class]:has(> span:contains(Sponsored))
lowfuelmotorsport.com###sksl
lowfuelmotorsport.com###sksr
||lowfuelmotorsport.com/assets/img/partners/
lowfuelmotorsport.com#?#elastic-dashboard-socials div:has(> small:contains(powered by))
lowfuelmotorsport.com##.menu > div:has(> img.ng-star-inserted + a[href^="https://acc-status.jonatan.net"])
flixscans.*##.teaser-buttom
nobodywalked.com###player a[style*="z-index:"][target="_blank"]
||6movies.net/ajax/banners
hogwarts.cafe#?#.entry-content > .wp-block-kadence-column:has(> div.kt-inside-inner-col > span[class^="kt-adv-heading"])
independent.co.uk###taboola-mid-article-thumbnails-ii
gpblog.com##section[class^="NewsList"] > ul > li[class^="NewsList_injection"]:has(> aside.ad):not(:has(> div[class^="HeadlinesDossier_"]))
gpblog.com##section[class^="NewsList"] > ul > li[class^="NewsList_injection"]:has(> div[data-tracker-name="bettingPage"])
miui.rahim-soft.com##a[href^="https://canoestallowrootsabre.com/"]
embtaku.pro##iframe[style*="0px"]
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=theguardian.com
/assets/_bnx/*_*xx.$image,domain=flixtorz.to|aniwave.to|soap2dayx.to|fmoviesz.to|zoroxtv.to|swatchseries.mx
thingiverse.com##div[class^="ItemCardGrid__"] > div[class^="ItemCardContainer__"]:has(> div[class*=" AdCard__"])
abtc.ng#?#p:has(> span[style] > span:contains(Advertisement))
abtc.ng##p:has(> ins.adsbygoogle)
||twstalker.com/popunderufasssssk9.js
xbox-now.com##div[style*="text-align: center"] > a[href*="/goto?url="][target="_blank"] > img
||hentai2read.com/ark/arkAPI.php
hentai2read.com##div[data-type^="ark-"] > a[href*="click.php"] > img
carthrottle.com##.block-ad-manager
freeupscmaterials.org##nav + .gb-container .gb-inside-container:has(.code-block > center > a[target="_blank"] > img)
||eroasmr.com/preroll_*.xml
||eroasmr.com/postroll_*.xml
ryuugames.com###block-34
assettoworld.com##.nitro-ads
pcgamestorrents.com,igg-games.com##a[href^="https://slotspilot.com/"]
igg-games.com##.post > a > img
xozilla.xxx###scrollhere
terabox.com##.shadow
northantstelegraph.co.uk##div[class^="Dailymotion__Wrapper-"]
northantstelegraph.co.uk###betsense
portsmouth.co.uk,northantstelegraph.co.uk###hero-pixels + div[class]:has(> a[href="http://www.shotstv.com"])
||ga.de/api/alerts
sportshub.to##.card:has(div[id^="HBai_"])
sportshub.to##.theiaStickySidebar > div.widget:has(div[id^="HBai_"])
sportnews.to##.card:has(div[data-ad-slot])
pahe.*#%#//scriptlet('prevent-window-open')
slideshare.net##div[data-freestar-ad]
slideshare.net##div[class^="AdContainer_"]
slideshare.net##div[class^="FreestarAdContainer_"]
slideshare.net##div[class^="StickyVerticalInterstitialAd_"]
1337x.so,1337x.to###freevpn
coindoo.com##.banner-tb-wrapper
coindoo.com##.we-recommend
coindoo.com##.pub
detroitbadboys.com##.dk-nav-bug
detroitbadboys.com##.metabet-scorestrip-watermark
thetechoutlook.com##.wnyfv-after-related > div[data-adid]
zkillboard.com##.container > div[style="max-height: 250px; height: 250px;"]
uflash.tv##div[id^="ad-float-"]
luxtimes.lu##div[id^="ad_leaderboard"]
luxtimes.lu##div[id^="ad_rectangle"]
fappeningbook.com##a[href="https://w1.fappeningbook.com/"]
||fappeningbook.com/assets/thefappening.png
fappeningbook.com#?#.left-dv > div.left-inn-wrap-dv:not(:has(p:contains(Welcome to)))
fappeningbook.com##.left-dv > h2
worldhistory.org#%#//scriptlet('remove-node-text', 'script', 'adShieldScript')
cdnstream.top,gaytry.com##div[style="position:relative;"] ~ div[style*="position:fixed;inset:0px;"][style*="background:black;opacity"]
||cdnstream.top/assets/jquery/app*.js?type=adult&v=
moviekhhd.biz###Ads + .tooltip
moviekhhd.biz##a[target="_blank"] > img[src^="ads/"]
||moviekhhd.biz/ads/
sportskeeda.com##.primis-player-container
luckymodapk.com##.popup-container
scribd.com##div[data-testid="bottom-right-mrec"]
scribd.com#$#div[data-testid="desktop-leaderboard"] { display: none !important; }
scribd.com#$#.auto__doc_page_body_toolbar[style^="margin-top:"] { margin-top: 0 !important; }
scribd.com#$#.body > div[class^="GridContainer-module_wrapper_"] { padding-top: 0 !important; }
forbes.com##.rtb-top-wrapper
||wsj.com/assets-proxy/intdoaq
||cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js$domain=marketwatch.com
aarp.org#$?#.uxdia-leaderboard-js--sticky { remove: true; }
||uploady.io/nt.js
fresherslive.com##div[class^="desk-ad"]
fullhyderabad.com#?#.fh_left > div[class] > div[class]:only-child:contains(/^ADVERTISEMENT$/)
zorox.to##a[href^="https://mangafire.to/"]
zorox.to#%#//scriptlet('remove-node-text', 'script', 'mangafire.to')
pallabmobile.in##div[style="padding-top: 20px"] > div > a[href="#"] > img
mangakatana.com##.hxtc
open3dmodel.com##div[style^="min-height:"]:not([class],[id]):has(> .adsbygoogle)
themirror.com##reach-billboard
4kporn.xxx##.myadswarning
4kporn.xxx##div[id^="list_videos_"] > div.item:has(> .ads)
||4kporn.xxx/static/js/sj.js
falkirkherald.co.uk##div[class^="MarkupAds_"]
sussexexpress.co.uk,portsmouth.co.uk,newsletter.co.uk,northantstelegraph.co.uk,miltonkeynes.co.uk##div[class*="AdWrapper"]
sussexexpress.co.uk,portsmouth.co.uk,newsletter.co.uk,falkirkherald.co.uk,miltonkeynes.co.uk##div[class*="AdLoadingText"]
sussexexpress.co.uk,portsmouth.co.uk,northantstelegraph.co.uk,newsletter.co.uk,falkirkherald.co.uk,miltonkeynes.co.uk##div[class*="AdContainer"]
sussexexpress.co.uk,portsmouth.co.uk,northantstelegraph.co.uk,newsletter.co.uk,falkirkherald.co.uk,scotsman.com,miltonkeynes.co.uk##.mid-outbrain
filehorse.com##div[id^="td-"]
imagetostl.com##.vb
proxyium.com###zapperSquare
101soundboards.com##.ads_top_container_publift
101soundboards.com##div[class^="publift_in_content_"]
||api.adinplay.com/libs/aiptag/pub/*/tag.min.js$important,domain=101soundboards.com
zpaste.net#%#//scriptlet('set-constant', 'atob', 'undefined')
elamigos-games.net##.iframeDiv
elamigos-games.net##.content_store
||faqwiki.us/ezais/
||ezojs.com/beardeddragon/
||time4tv.online/iframe/
||embedstreams.me/partytown/
||l.js-assets.cloud/min.t.*.js
tides.digimap.gg##.logo > div.carousel
daijiworld.com###pnlCricket
daijiworld.com##.col-md-2 > div.small-sidebar:has(> div > a[href="http://northernsky.in/"])
||solarmovie.pe/ajax/banners
||pornx.to/wp-content/uploads/ad*x*.png
investorgain.com##.sme-ipo-ads-mobile
investorgain.com##.fullview:has(> td:only-child > .sme-ipo-ads-mobile)
markdown.net.br##.col > .card:has(div .card-content > ins.adsbygoogle)
markdown.net.br##.mv-40:has(> .adsbygoogle)
comohoy.com###contenthide > a[target="_blank"]
vimm.net###footerContainer
reddxxx.com#?#.mx-auto > div.mb-2:has(> div.flex > div.flex > div > h2:contains(VALENTINES SALE))
medibang.com#$#.mpcViewerAds { display: none !important; }
medibang.com#$#body.mpc-modal-open { overflow: auto !important; }
talk.tv##div[class^="css-"]:has(> p:first-child + .ad-outline:last-child)
||ads.talk.tv/ads.talktv.min.js
khaleejtimes.com##body .ad-unit
khaleejtimes.com##body .fix-mpu-nf
khaleejtimes.com##body .fix-billboard-nf
top.gg##div[class*="_AdContainer-"]
linkedin.com##.scaffold-finite-scroll__content > div > div[data-id^="urn:li:activity:"]:has(.update-components-text-view > span[aria-hidden="true"]):not(:has(li-icon > svg))
ispreview.co.uk##.block--messages .block-body > div[align="center"]:has(> .vm-placement)
ispreview.co.uk###nright_nav > div > div[style]:has(> div.ntop_box > div > div[align="center"] > div.vm-placement)
||ytlarge.com/youtube/*728-90.
houstonchronicle.com##.package:has(> div > div[data-block-type="ad"])
houstonchronicle.com##div[class^="ad-module"]
clublexus.com##section.widget:has(> div.am-adslot)
clublexus.com##section.widget:has(> div[id^="div-gpt-ad-"])
www-livemint-com.cdn.ampproject.org,livemint.com##.budgetBox
namethatporn.com##.instrl_wrp
irctc.co.in##body > a[href^="https://amzn.to/"][target="_blank"]
||informer.com/web/bannerinf
informer.com##.aaa0
smailpro.com##.min-h-ads
smailpro.com##.flex > div.text-center:has(> div > ins.adsbygoogle)
thelocal.fr##.hp-new > div.hp-new__block:has(> div[data-hasbanner] > div.hp-new__article > div.tl-ad-container)
mobiledokan.co#?#span.stream-title:contains(/^Advertisement$/)
ytmp3.ch##.recommend-cell-box
ytmp3.ch##.footer-recommend
pastemagazine.com##body #top_leaderboard
||pastemagazine.com/wp-content/themes/pastemagazine/js/ads-gam-a9-ow.js
environmentenergyleader.com##iframe[src^="https://ads.environmentalleader.com/"]
||startpage.com/*/adsense/search/async-ads.js
||startpage.com/*/afs/ads?adsafe=
traderie.com##.ae-fixed
sovsport.ru#%#//scriptlet('set-local-storage-item', 'hasOpenedPopover', 'true')
sovsport.ru##div[class^="main-menu_bonusLogo"]
||bunkr.*/magic/pure-magic-1.js
receivesmsonline.net##.row:has(> div > center > div[style] > ins.adsbygoogle)
receivesmsonline.net##.row:has(> div > center > div[style] > div[data-ad])
receivesmsonline.net##.note
quackr.io##messages > div[data-fuse]
quackr.io##.table > tbody > tr[_ngcontent-serverapp-c10]:has(> td[_ngcontent-serverapp-c10] > div[data-fuse])
top.gg###parent_nn_player
opensubtitles.org##iframe[src*="://ads"][src*=".opensubtitles.org/"]
qwant.com#$#.is-sidebar:has(div[data-testid="advertiserAdsDisplayUrl"]) { position: absolute !important; left: -3000px !important; }
||123movies.ba/vpnads$image
dwell.com#?#figure + div[class]:has(> div[class] > div[id^="div-gpt-ad-"])
investing.com###comments_new > .border-t > .items-center:has(> div[data-test="ad-slot-visible"])
technologynetworks.com#?#.preText:contains(Continue reading below...)
israel21c.org##.banner-container
exoticca.com##div[id^="add-banner"]
cybernews.com##.a-label__wrapper
hclips.com##.wrapper__block > div.pagination + section[style]
pornx.to###player-api-over
pornx.to##.above-single-player
globalcement.com##div[id^="skybanner"]
globalcement.com###wrapperInner div.bannergroup:has(> .banneritem a[href][target="_blank"]:not([onclick]):not([title*="Sign up"]) > img)
||storage.googleapis.com/*/newsletter/*-banner-ad-
olivemagazine.com##div[class^="ad-placement"]
olivemagazine.com##div[id^="index--banner"]
mydramalist.com##.ad-removal-info
mydramalist.com##div[class*="_right_"]:has(> .ad-removal-info)
mydramalist.com##.content-side > div[class*="_right_"]:has(> #insticator-container:only-child)
mydramalist.com##.mdl-component > .row > .col-xs-12 > .box-body:has(> .spnsr-row:only-child)
mydramalist.com##.mdl-component > .row > .col-lg-8 > .box-body:has(> div[class*="_right_"]:only-child > .ad-removal-info)
tasteatlas.com##.promotion:has(> div[ta-google-ad])
mindbodygreen.com#?##content > div[class]:has(> section > div.network-ad)
mindbodygreen.com###article-leaderboard-ad
investing.com##div[class*="ad_"]
thetimes.co.uk##article > div[class^="tc-view"]:has(> div > div#ad-header)
palworld.th.gl##.fixed > div.w-full > div[class]:has(> a[href="https://www.th.gl/support-me"])
scienceabc.com##.desk-header-ad
scienceabc.com##.incontentad
backbook.me##br + br ~ *
forbes.com##.fbs-ad-wrapper
forbes.com##.profile-sidebar__sticky-container
qz.com##.js_sticky-second-scroll
komonews.com,wlos.com#$?#div[class^="GalleryHero-module_slideContainer"] > div[class^="GalleryHero-module_slide"]:has(div[class^="TeaserAd"]) { remove: true; }
wccftech.com##.content > div[class="aside"]:has(> div:is(.bg-square-mobile, .ads-container):only-child)
elevenforum.com##.p-body-sidebar > div[style^="width:"][style*="text-align:center;height:"][style*="margin-bottom:"]
expressnews.com##main > div[data-layout="Layout1Column"] > div.zone:has(div[data-block-type="ad"])
expressnews.com##article > div.pt16
expressnews.com##.package.y100
rocketleague.tracker.network##.ad.section-container
foodingredientsfirst.com##.UpdateGaBanner
barrons.com##div[class^="BarronsTheme--ad--"]
barrons.com##div[class^="standard__AdWrapper-"]
barrons.com##div[class^="RenderBlock__AdNativeWrapper-"]
tipranks.com##div[id^="IC_"].hideOnpremium
tipranks.com##.mobile_displaynone > div[style="height:120px"]:empty
tipranks.com##div[class*="display"] > div[style="height:250px"]:empty
porngameshub.com##.native-banner
porngameshub.com##body .daemonclicks
porngameshub.com###im-container
hentaihorizon.com##.adsfront
obf-io.deobfuscate.io##.self-center.overflow-hidden:has(> img[src="/nexus_banner.webp"]:only-child)
||obf-io.deobfuscate.io/nexus_banner.webp
sevenforums.com##li[id^="yui-gen"]
rexxx.com##.banner_cont
rexxx.com##.bottom_banners
||gamemonetize.com^$domain=shortyget.com
kutv.com,wlos.com##div[class^="NewAd"]
||999hentai.net/aaifrm
999hentai.net##.ads-wraper
groovypost.com##div[class^="raptive-content"]
||res.cloudinary.com/*/Ads*/preroll_candy$media,redirect=noopmp3-0.1s
incestgames.net##body #bitcoin-banner
e-chords.com##.adsGoogleDef
canarymedia.com##aside.col-span-12 > .h-full > div[class*="bg-gray-"]:has(> figure > div[id^="div-gpt-"])
fusevideo.io##html > body > a:not(#style_important)
$script,third-party,denyallow=fusevideo.net|fastly.net|statically.io|sharecast.ws|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|twitter.com|ulogin.ru|unpkg.com|userapi.com|ytimg.com|zencdn.net|youtube.com|googleoptimize.com|vuukle.com|chatango.com|twimg.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io,_____,domain=fusevideo.io
softwareok.com##div[style] > table[id^="banner_"][class^="GXG_"]:upward(1)
vedbex.com##.card-body:has(> div > a > img[src^="/assets/banners/"])
vedbex.com#$#body { overflow: auto !important; }
vedbex.com#$##pasosz { display: none !important; }
||fap.bar/p.js
efootballdb.com###ads-space
myhentaigallery.com##.pagination-image:has(> center > ins[data-zoneid])
a-z-animals.com#?#.post > p.font-weight-light:contains(Advertisement)
a-z-animals.com##.post > p.font-weight-light ~  hr
esports.net##[id^="esports-ad-central-"]
esports.net##div[class^="esports-ad-holder"]
||paste.ee/img/buyvm.png
paste.ee##img[src="https://paste.ee/img/buyvm.png"]
cryptopolitan.com##div[data-widget_type="template.default"]:has(> div.elementor-widget-container > div.elementor-template > div[data-elementor-type] > div > div > div.elementor-widget-container > div.elementor-shortcode > div.code-block)
you.com##div[data-testid="youchat-ads"]
leagueofgraphs.com###OWAppBanner
||ultimate-guitar.com/static/public/build/prebid_
/ezais/dynamic?$domain=portableapps.com|theaviationist.com|hardreset.info
crx4chrome.com##div:is(.blogposts-wrapper, [style^="margin:"]) > .topic[style^="min-height:"]
menshaircuts.com##div[class*="cut-off-ad"]
rule34video.com##.spot-thumb
emailnator.com##.App div.row > div.mb-3:has(> ins.adsbygoogle)
newsletter.co.uk,falkirkherald.co.uk,osuskinner.com##.billboard
||metrolagu.cam/adus.js
cosmic-scans.com###readerarea .wp-video
||cosmic-scans.com/wp-content/uploads/*/VID-*.mp4
manga1000.top##.row > div.col-12:has(> center > a[href^="https://shope.ee/"])
watchsomuch.to###VPN
watchsomuch.to##.getVIPAds
pcwarezbox.com##.entry-content > div[style]:has(> center a[href][rel="nofollow"])
shemalez.com##.video-page__content > .left  + div[class]
shemalez.com##.video-tube-friends + div[class]
shemalez.com##.content > div > .wrapper + div[class]
up-4ever.net##a[href^="https://s.click.aliexpress.com/"] > img
duckduckgo.com##li[class][data-layout="creditcards"] div[data-testid="creditcards-carousel-module"].bing
ign.com##.userList-leaderboard-adunit
incestgames.net##.post-9999999
fap-nation.com##.gunk-future
18adultgames.com###block-107
18adultgames.com###block-110
18adultgames.com###block-113
18adultgames.com###block-73
18adultgames.com###block-75
18adultgames.com###block-86
18adultgames.com###block-105
18adultgames.com###block-89
18adultgames.com###block-70
tempmail.email##.open-mail__text > strong > a[target="_blank"]
typing-speed.net#?#tr > td[style]:has(> div > div[id][class] > div[style^="min-height:"])
hometheaterreview.com###section-38-64990
hometheaterreview.com###div_block-337-102770
hometheaterreview.com###div_block-217-102770
hometheaterreview.com#?##page-sidebar > div[id^="div_block-"]:has(> div.htr-static-ad-outer-wrapper)
hometheaterreview.com#?##htrpostcontent > section:has(> div.ct-section-inner-wrap > div.ct-code-block > div[id^="homet-"])
hometheaterreview.com#?#div[id^="div_block-"]:has(> div[id^="code_block-"]:only-child:empty)
hometheaterreview.com#?#div[id^="div_block-"]:has(> div[id^="code_block-"] > div.homet-top-header-banner)
mgviagrtoomuch.com##body > div[style^="width:"][style*="position:"]
||amazonaws.com/*.*.*.*.*.*.*.*/*/index*.html$document
jezebel.com###secondScroll > div.js_sticky-second-scroll
||clk.wiki/ads/*/ad*.php
icy-veins.com###premium_cta_block
icy-veins.com###top_leaderboard_container
icy-veins.com###bottom_leaderboard_container
icy-veins.com###right_top > #top_rectangle_container
icy-veins.com##.largeBoi:has(> div[id^="div-gpt-ad-"])
icy-veins.com#?#.sub-container-content > div[style*="justify-content:"]:has(> #video-container > div[style*="font"]:contains(Advertisement))
wjla.com,wpde.com###js-SocialWidget-Container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_post-content > div[class] > p:has(> strong + em + span > a[rel*="sponsored"])
filmibeat.com##div[id^="are-slot-"]
blockchair.com#?##page-right-block > .fd-col.jc-start:has(a[href="/advertise"])
chalkbeat.org##.b-ads-block
banflix.com##a[target="_blank"] > img
crazygames.pl,crazygames.com##div[style="width:100%;display:block"]
crazygames.pl,crazygames.com##div[style="width: 100%; display: block;"]
pornobae.com##.promo-cabecera
free-codecs.com##.full__ad
free-codecs.com###bannerTop
/^https:\/\/images\.hdmz\.co\/images\/[A-z]+\./$domain=putlocker.vip
primewire.mx##.f2r-right > .block_area > div[class][style="width: 100%; padding-bottom: 320px; position: relative;"]
sms24.me,sms24.info#?#div[class^="text-muted small"]:contains(/^Advertising$/)
gamebit.me,sms24.me,sms24.info##div[name="ado"]
24sport.stream##.container__bannerZone
forums.sonarr.tv##.banner[style]:not(.ember-view)
pwrpa.cc###downloadButton[onclick^="window.open"]
gamertweak.com##div[id^="axrsokg-"]
willyoupressthebutton.com###commList > div[style]:not([class]):not([id])
reddit-soccerstreams.com##a[href^="https://www.offshorehosting.pro/"]
foodandwine.com##div[class*="mm-ads-"]
footybite.to##.news-right-sec-div > a[target="_blank"] > img
nitrotype.com##.profile-ad
||totalsportek.*/images/*.gif|$domain=totalsportek.*
fastcompany.com##.nativeSecondScroll__container:empty
porn4days.red#?#div > b:has(> div.alert > a[href^="https://www.brazzersnetwork.com/"])
nesninja.com#?#.game_sm:has(> .game_inner > .game_box > .game_iframe_block > script)
nesninja.com#?#.game_lg:has(> .game_inner > .game_box > .game_iframe_block > script)
paste.fo##fuck_you + * > a img
multirbl.valli.org###lo-ads
||multirbl.valli.org/images/hetrixtools-ad-banner.gif
wsls.com##.floatingWrapper
investorshub.advfn.com##.placements-container
investorshub.advfn.com##.col-message > div.text-center > div.full-message-card
sonicstadium.org##div[data-role="sidebarSpecial"]
fifplay.com##.adspotBanner
||combo.staticflickr.com/*/combo?ap:build/hermes-*/hermes-template-photo-ad-page/hermes-template-photo-ad-page-min.js$domain=flickr.com
finbold.com##div[id^="finbold.com_"]
lipstickalley.com##.block-body > .block:not([data-widget-id])
wjla.com,wpde.com##[class^="NewAd-"]
bishalghale.com.np###custom-popup
gaytxxx.com##.index-page > div.wrapper > div.row + div[class]
gaytxxx.com##.undp
gaytxxx.com##.video-content > div[class] + div[class]:last-child
gaytxxx.com##.wrapper + div[style="margin-top: 0px;"]
gaytxxx.com#?#.suggestion + div[class]:has(> .video-related) + div[class]
gaytxxx.com#?#.video-content > div[class]:first-child > div[class]:has(> div[class] > div[class] > div[id])
balticlivecam.com##.fp-sponsor
gizbot.com##body .oiad
panelook.com###container > #rightrow
||panelook.com/images/ad/
cgmagonline.com#?#.brxe-code:has(> div[class^="div-"])
cgmagonline.com###brxe-tguwso
cgmagonline.com##.cgm-article-ads
flagpedia.net##.rklm
flagpedia.net##.frklm
abxxx.com##.video-page__content > div.left > section
abxxx.com##.video__wrapper > div.wrapper > section
abxxx.com##.video__wrapper > div.wrapper.headline
hclips.com##.video-page__content > div.left + div:not([class])
weakstreams.online,crackstreamsfree.com##div[class^="penci-block-vc "][style]
baynews9.com##.google-dfp-ads
fool.com##.sticky.top-152
fool.com##.show-ad-label
elektrotanya.com##.rside_ad
elektrotanya.com##div[id^="ad"]
jdpower.com##.jdpAd-placeholder
easyupload.io##.mb-0.pb-0
easyupload.io##div[class^="reklam"]
veporn.com##.sidebar > div.widget_text
veporn.com##div[style="position: relative;width: 100%;background:transparent;"]
epllive.net##.vpn-wrapper
txxx.com##.sugggestion
liveworksheets.com##.flex-wrap-reverse.min-h-\[250px\]
liveworksheets.com##.list--ad-block
liveworksheets.com##.ads-mockup
linuxliteos.com##.ms-site-container > header + br
linuxliteos.com##.ms-site-container > header ~ center
infinite-streaming.live##.vjs-poster-onscreen
scribd.com##.wrapper__doc_page_shared_recommender_list div[data-testid="sticky-wrapper"]
indiatimes.com##.article-detail-ad-slot
thehansindia.com##.right_level_2
thehansindia.com##section[class^="ad_"]
thehansindia.com##.theiaStickySidebar > section[class]:has(> div[class*="ad"])
||moreamateurs.com/v/image.php
bellesa.co##div[width="337px"][height="283px"]
sportlemone.top##.adds_content
sportlemone.top##.bet_content
||thatsthem.com/img/spokeo-identity-protect-*.jpg
robots.net##.responsive-thin-ad-wrapper
cricbuzz.com##body div.bg-cbLightGrayish:has(> div[id*="leaderboard"])
fnmar.com##.penci-text-block
||bitrec.com/*-prod-services/js/recommender.js
*bet*.jpg$domain=037hdmovie.com,~third-party
.webp$domain=037hdmovie.com,~third-party
037hdmovie.com##div[id^="ads-"]
nerdwallet.com###banner-entry-container
nerdwallet.com#?#div[class]:has(> div[class]:not([data-currency]):only-child > div:not([class],[id]):only-child > div:first-child > p:only-child[data-currency="Text"]:only-child)
nerdwallet.com#?#div[class]:has(> div:not([class],[id]):only-child > div[class]:only-child > div[class]:first-child > p[data-currency="Text"])
levittownnow.com##aside[id^="sidebar"] div[id^="block-"] > figure
levittownnow.com##.header-widget > div[id^="block-"] > div.wp-block-image > figure
totalsportek.pro##a[target="_blank"] > img[alt]
jpost.com##.hide-for-premium
nbcmontana.com##div[class^="index-"]:has(> div[class^="NewAd-module"])
tinys.click##.fixed-leftSd
tinys.click##.fixed-rightSd
tinys.click##.separator > a[target="_blank"]
hentaifox.com##.axmiddle
cineplex.com##.MuiGrid-grid-md-4 > div:has(> div#pageContentAd)
techspot.com#?#article > div[style^="margin-top:"]:has(> #tsadvideo)
techspot.com##.sesdc
themebeta.com#?#div[class^="col-md-"]:has(> .hpanel:only-child > .panel-body:only-child > .adsbygoogle)
zatunes.co.za##div[style="clear:both;float:left;width:100%;margin:0 0 20px 0;"]
opentools.ai##.promo-section
autoscout24.com##div[class^="AdContentBanner_adContentBanner"]
pixelmonmod.com##.panel-forum
shellshock.io##.house-ad-wrapper
kbb.com#?##kbbAdsMainCenterAd:upward(1)
nypost.com##.recirc--outbrain
dnoid.to##.banner_bottom
dnoid.to##.main_content > center > a[target="_blank"] > img
dnoid.to#?#.main_content > *:has(> b:contains(VPN))
work.ink##.AdvallyTag
filmibeat.com###aniviewWrapper
123telugu.com##td[align="left"] > a[target="_blank"] > img
phoneky.com##div[role="banner"]
turnoffthelights.com##.chw-widget-area
kijiji.ca#?##base-layout-main-wrapper > div[class^="sc-"]:has(> div[class^="sc-"] > div#gpt-leaderboard-top)
kijiji.ca##div[data-testid="adsense-container"]
investsocial.com###classic_style_link > .adsection
investsocial.com###classic_style_link > #quotes-inf
||old.fx.co/get_banner/forum/$subdocument,domain=investsocial.com
||informers.mt5.com/*/position_traders/forum_new$subdocument,domain=investsocial.com
||v.fwmrm.net/ad/g/*=vmap$domain=embed.viaplay.com,important
nutraceuticalsworld.com###mainContentBodyDiv > hr.mag-border
nutraceuticalsworld.com##div[id^="main-content-ad-"] + hr
nutraceuticalsworld.com#?#.box-wrapper > .pull-right > .well:has(> .panel > .media-list div[id^="related-content-box-"] > [id^="google_ads_iframe"])
subtitlecat.com##div.header-top
imginn.com##.block-h12
imginn.com##.block-sulvo
chubbyporn.com##.twocolumns > .aside
||v.poki.com/*/advertisement*.mp4$redirect=noopmp4-1s
/[a-z0-9]{8,}.[a-z]{3,}/$xmlhttprequest,third-party,domain=tapeantiads.com
tingfm.com##.adsense-auto
softpedia.com##.bigatf
||xcafe.com/assets/script.js
cryptorank.io##.dTKzUK > a[target="_blank"]
gamecopyworld.*#?#tr > td[align="center"]:has(> *:is(#lb, iframe[src*="consoletarget.com/"]))
||consoletarget.com^$domain=gamecopyworld.*
||dl.gamecopyworld.*/aa/ii/kgn/$domain=gamecopyworld.*
health.clevelandclinic.org##div[data-identity="billboard-ad"]
health.clevelandclinic.org##div[data-identity="leaderboard-ad"]
health.clevelandclinic.org##div[data-identity="billboard-ad-with-description"]
lastampa.it#?#.story__footer + div.main-content:has(> div[id^="advHook"])
lastampa.it#?#.main-content + div.sidebar:has(> div[id^="adv-Middle"])
news18.com#?#.article_main > div[class][style]:has(> div#taboola-below-article-thumbnails)
gulte.com##a[href="https://www.rajakasukurthi.org/"][target="_blank"]
||ams.cdn.arkadiumhosted.com/advertisement/
jagranjosh.com##.homeSlider
jagranjosh.com##.Home_SectionIcon__La65G
jagranjosh.com###TaboolaContainer
jagranjosh.com##.AdCont
svg.com##.before-ad
||xxxbed.cyou/script/superpop1.js
etnownews.com##.bggrayAd
etnownews.com##.atfAdContainer
etnownews.com#?##mgIDReadMore > div[id^="progressBarContainer_"] > div[style*="min-height:"]:has(> div:only-child > div[id*="ScriptRoot"])
taiwebs.com##.resourceList > .bn40
emulatorjs.com##.frame-2
mlb.com##div[data-testid="vertical-cards"] div[data-testid^="vertical-card-ad--"]
concertarchives.org##.freestar-placement
camgirls.casa##a[href^="/click.php?"]
upornia.com##.jwplayer > div.afs_ads ~ span[class][style*="flex"]
upornia.com#?#.right > div > h4:contains(/^Advertisement$/)
upornia.com#?#.wrapper > h5:contains(/^Advertisement$/)
upornia.com#?#.wrapper > h5:contains(/^Advertisement$/) + section[style*="padding: 15px;"]
reuters.com##div[class^="leaderboard"]
colonist.io##div[id^="in_game_ab_"]
||dailymusicroll.com/wp-content/plugins/epic-ad/
dailymusicroll.com##.epic_ad_elements
||vgmlinks.net/codes.js
ajc.com##div[class*="arc_ad "]
perchance.org##div[style*="height: 90px; overflow: hidden; text-align: center;"]
wbur.org##.section--bp
wbur.org#?#div[class^="CardWrapper"] > article:has(> .uw > .bp--rec)
jagranjosh.com##.BannerAds
jagranjosh.com##div[class^="Home_AdColl"]
jagranjosh.com##.Ads
amtrak.com#?#.parsys-column > .parsys_column:has(.promo-simple-image)
amtrak.com#$?#.parsys-column > .parsys_column:not(:has(.promo-simple-image)) { width: auto !important; }
limetorrents.lol#?#.torrentinfo > .downloadareabig:has(> .dltorrent > div > a[rel])
||instant-gaming.com/promo/$popup
audioz.download##body main header.page ul#PromoHead
esports.gg##.esports-inarticle
esports.gg##.justify-center > .w-full > .text-center[class^="h-\[100px\] md\:h-\[90px\] xl\:h-\[250px\]"]
esports.gg##.justify-center > .w-full > .items-center > .text-center[class^="h-\[280px\] md\:h-\[90px\] xl\:h-\[250px\]"]
esports.gg##.justify-center > .w-full > div[class^="flex justify-around h-\[100px\] xl\:h-\[250px\] mb-3 xl\:max-w-\[970px\]"]:empty
parametric-architecture.com##a[href^="https://www.corian.uk/"] > img
||parametric-architecture.com/wp-content/uploads/2022/12/gif222.gif
satdl.com##div[style*="300px"]
/api/js/jplist.core.min.js$domain=deltabit.co
pvpoke.com##div[id^="nitro-sidebar-"]
igdownloader.app#$?#body > div#dlModal:has(> div.modal-content > div#ad-content) { display: none !important; }
igdownloader.app#$#body { overflow: auto !important; }
etherscan.com,etherscan.io##.container-xxl > .row > div[style^="min-height:"][class*="order-"]
kcby.com##div[class^="index-module_premium_"]
snow-forecast.com###dansbadgecollection
gamedrive.org##div[id^="BR-Footer-"]
||firesticktricks.com/wp-content/plugins/popup-builder/
download.oxy.st###izobrazhenie-1
123moviesx.org#?#aside[id^="sidebarid"]:has(> center > script)
4wank.com#?#.related-videos > center:contains(Advertisement)
definebabe.com##.videos > div.d-flex
definebabe.com##.fp-ui > div[style^="position: absolute; inset: 0px; overflow: hidden;"]:not([class])
forums.redflagdeals.com###primisPlayerContainerDiv
smartkhabrinews.com###vipada
perrzo.com,topsporter.net##.aoa_overlay
topsporter.net##.banner-ads
topsporter.net#?#.card[style*="height"]:has(> div[class]:only-child > div[class]:only-child > div[id^="div-gpt"])
topsporter.net#?#.card[style*="height"]:has(> div[class]:only-child > div[class]:only-child > #fl-ai-widget-placement)
topsporter.net#?#.card:has(> div[class]:only-child > div[class]:only-child > div[class]:only-child > .banner-ads)
smartpropertyinvestment.com.au##.b-leaderboard
dev.to#?#article + div:has(div[data-async-url] .crayons-sponsorship)
washerhouse.com##.adslot_fix
top10vpn.com##.boxCTA
smh.com.au#?##content > div[class*=" "] > div[class*=" "]:has(> .adWrapper:only-child)
psprices.com##.creative
tech.co#?#.vc_row > div.wpb_column > p[style]:has(> a.js-aw-brand-link)
topsporter.net#?#.widget-body > div.mb-3:has([id^="div-gpt-ad"])
gsmarena.com#?##review-body > div[style*="padding-bottom:"][style*="min-height:"]:has(> pgs-ad)
howtodeleteonline.com##.add-inner
||howtodeleteonline.com/assets/images/ads/
socialcounts.org##div[class^="home_sticky-ad__"]
mito3d.com##.wrap_card_advert
etherscan.io##p[style="min-height:22px"]
lightnovelcave.com#?##chapter-container > div[class]:has(> div.vm-placement)
lightnovelcave.com#?##chapter-article > div.container:has(> div#lnvidcontainer > div.vm-placement)
lightnovelcave.com#?#main > div.container:has(> div[class] > div.vm-placement)
lightnovelcave.com###lnvidcontainer
lightnovelcave.com#?#.comment-list > div[class]:has(> div.vm-placement)
happymod.com##.cbox.appx
softwareok.com#?#body > center center:has(> table > tbody > tr > td[align="center"] > div[id^="SOK_"])
edealinfo.com##.header-google-ad-wru-top
diffchecker.com##div[class^="hide-print ad-block_container__"]
drikpanchang.com##.dpAdSection
||play.gamezop.com^$domain=gplinks.co
kiddyshort.com##div[style$="z-index:999999;"]
techbriefly.com#?#aside[id^="ai_widget-"]:has(> div > script[src*="invoke.js"])
timesofindia.com,indiatimes.com##div[data-articlebody] [data-card="readAlso"]
timesofindia.com,indiatimes.com##div[class*="personaliseWidgetLoader"][data-subsection]
timesofindia.com,indiatimes.com##div[data-articlebody] div.mgid_second_mrec_parent:has(> div[id^="v-timesofindia-indiatimes"])
modthesims.info#?#.maincontentinner > div.postbit:has(div[id^="adslot-"])
modthesims.info#?#.maincontentinner > div.postbit:has(div[id^="adslot-"]) + .postbitbelow
modthesims.info#?##rightcolumn > div:has(> div#adslot-homepage-sidebar)
chatgptdemo.net##.transparent-div
psprices.com##div[data-freestar-ad] + .text-center > a[href^="/premium"]
news3lv.com##div[class^="NewAd-module"]
vinstartheme.com#?#.block-inner > div:not([class]):has(> .adsbygoogle)
coomer.su##a[href^="//a.adtng.com/"]
cbs6albany.com##.displayAd
cbs6albany.com##div[class^="NewAd-"]
cbs6albany.com##div[class^="index-module_openwebAd_"]
reason.com##.primis-video-ad
||cdn.jsdelivr.net/*/dashy.gif
vatcalculator.co.uk###sponsors
hoes.tube##.adswarning
forum.cstalking.tv##.body_wrapper > table.blockhead
footyfull.com##.float_bottom
footyfull.com##div[id^="tw_float_ads"]
gbnews.com#?#.body-description > .video-inbody:has(> .OUTBRAIN)
xanimu.com,familyporner.com,darknessporn.com,freepublicporn.com,pisshamster.com,punishworld.com##div[id^="before-list-boxes-mobile-singl"]
xanimu.com,familyporner.com,darknessporn.com,freepublicporn.com,pisshamster.com,punishworld.com##div[id^="inside-video-boxes-mobile"]
highsnobiety.com##div[class^="unitContainer__"]
highsnobiety.com##div[data-cy="unit-top-desktop"]
highsnobiety.com##div[data-cy="unit-mpu-desktop"]
highsnobiety.com##div[data-cy="header"] > div[class^="placeholder_"] > div[class^="forUnit__"]
smsfadviser.com##div[style^="padding-top:"].b-leaderboard
twitter.com#?#div[data-testid="cellInnerDiv"]:has(> div article[data-testid="tweet"] div[class]  > div[dir="ltr"][style*="text-overflow"][style*="color: rgb(83"] > span:only-child:contains(Ad):not(:contains(·)))
fishlore.com##div[class*="fontadsmall"]
urbanize.city##.block-urbanize-ad-slot
rightmove.co.uk#?#main > div[class^="_"] > a[class^="_"][href^="/estate-agents/agent/"] > img
rightmove.co.uk#?#aside > div[class^="_"] > div[class^="_"] > div[class^="_"] + div[class^="_"]:has(> div[class^="_"] > a[href^="/estate-agents/agent/"])
ghacks.net#?#.home-intro-hold-posts > a.home-posts:has(> span.ftd-title:contains(SPONSORED CONTENT))
realestatebusiness.com.au###leaderboard_wrapper
bdtonline.com#?#.tncms-block > div.panel-default:has(div > script[src*="retailadvertiser"])
bbc.com##.article__side-mpu
bbc.com##.article-body-ad-slot
thedailystar.net##a[href="https://myprime.com.bd/"]
thedailystar.net##a[href^="http://pusti.com.bd/"]
thedailystar.net##a[href^="https://waltonbd.com/"]
||gameinformer.com/modules/custom/gi*_ads/
rudaw.net##.section--ad
lasvegasweekly.com###bottom-bar-container
1tamilblasters.*##p[style="text-align: center;"] > a[target="_blank"] > img
1tamilblasters.*#?#.ipsWidget > .ipsWidget_inner:has(> p[style="text-align: center;"]:only-child > a[target="_blank"] > img)
express.co.uk##.vf3-conversations-list__promo
||sonixgvn.net/wp-content/uploads/big_banner.js
camwhores.video##.content > a[target="_blank"]
||fetlife.com/ads/
fetlife.com##div[class="lg:w-200px"] > div[class="hidden py-8 lg:block"]
nhl.com##.nhl-l-section-bg__adv
nhl.com##.nhl-c-editorial-list__mrec
javguard.xyz##body > div[class]:last-child:empty
yourstory.com#?#main > div[class^="sc-"] > div[class^="sc-"]:empty
yourstory.com#?#main > div[class^="sc-"] > div[class^="sc-"]:has(> div[id*="-banner-"]:only-child)
yourstory.com##div[id^="page-style-default-"] > img + div[class^="sc-"]:empty
linkvertise.com##.skeleton__image > ngx-skeleton-loader[appearance="line"] > span.progress:empty
nuuuppp.bio##.adcla
nuuuppp.bio##body > div[class][style^="cursor:pointer;position:absolute;"][style*="z-index"]
indianexpress.com##.osv-ad-class
camstreams.tv##body #sliderBox
greatergood.com##.skm-ad
greatergood.com##.leaderboard-top
weather.com##div[id^="WxuAd-"]
aetherhub.com##div[id^="zone"][class^="mx-auto"]
dnsstuff.com##.entry-content > h2 > a[href] > img[width="614"]
dnsstuff.com##.entry-content > p > a[href][target="_blank"] > img
||api.blockchain.info/explorer-gateway/advertisements
eurogamer.net##.primis_wrapper
react.libhunt.com##.lib-list > .feed-item:not(.lib)
||trackdz.com/img/banners/
mega4upload.com##div[class="mb-4 text-center"] > a > img
trustedrevie.ws##.ads-area
trustedrevie.ws##.col-md-12 > div:not(.rw-detail-companiews-area).see-all-info-area
romsfun.com#?#h1.h3 ~ div[role="alert"]:has(a[href^="https://go.nordvpn.net/aff_c?offer_id="].btn)
fplstatistics.co.uk##div[style^="position: relative; TOP:"] a[target="_blank"] > img
mail.aol.com#?#div[data-test-id="mail-app-main-content"] ul[role="list"] > li:has(a[data-test-id="pencil-ad-messageList"])
crictracker.com##div[style="min-height:100px"][class^="d-none"]
inwepo.co##div[id^="oa-"]
parcelsapp.com##div[style="text-align: center; min-height: 280px;"]
$script,xmlhttprequest,third-party,domain=clickndownload.*|clicknupload.*
/devfiles.pages.dev\/img\/[a-zA-Z0-9]{8,}.jpeg/$domain=miuiflash.com|djxmaza.in|thecubexguide.com
khou.com##.grid__section_theme_below-article
polygonscan.com##.col-md-9 + div.col-auto.mx-auto
amazon.com##div[id^="CardInstance"][data-card-metrics-id^="tempo-desktop-typ-prominent"]
rswebsols.com##.rsws-page-header-gas
rswebsols.com##.rsws_gas_artmid
whatsmydns.net##div[class*="md\:w-\[728px\] md\:min-h-\[90px\]"]
torrentproject.cc##a[href="/vn/?yd=?"]
torrentproject.cc#?#h3:has(> a[href][target="_blank"]:contains(/^Search TV|Music/))
||nyaa.land/static/PIA.png
thelocal.*##.tl-ad-container
thelocal.se##main > .article-single__worth
prothomalo.com#?#div[class]:has(> .dfp-ad-unit:only-child)
prothomalo.com#?#div[class]:has(> iframe[src*="2mdn.net/dfp"]:only-child)
luxuretv.com##iframe[data-src^="https://networkmanag.com/"]
luxuretv.com##a[href^="https://networkmanag.com/"]
sparkful.co,mangoai.co#?#.all_websites > .website_background:has(> .website_container > .adsbygoogle)
mobalytics.gg#?#div[class] > div[class]:has(> header > div > span:contains(Advertisement))
pixiv.net#?#aside > section[class^="sc-"]:has(> div[class^="sc-"] > iframe[width="100%"])
softwareok.com##div[id^="SOK_TOP"] + table
softwareok.com##table[width="200"] > tbody > tr[cellspacing="0"] ~ tr
gelbooru.com##.footerAd
christianity.com#?#.container > div.hidden:has(> div.flex > div[id^="desktop_header"])
christianity.com##.a-250
audi-sport.net##.samCodeUnit > .samItem
audi-sport.net##div[data-widget-key="right_top_ad"]
thejakartapost.com##.tjp-placeholder-ads
eightforums.com##.p-body-pageContent > div[style^="min-height:"][class*="ad"]
lawyersweekly.com.au###b-leaderboard-zoneunit > #leaderboard_wrapper
mdy48tn97.com##div[style="position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2147483646;"]
useragents.me#?#tbody > tr:has(> td > p > a[href^="https://smartproxy.pxf.io/"])
useragents.me#?#.nav-item > a[rel="sponsored"]:upward(1)
tikmate.app##.res-ad
interestingengineering.com##div[class^="Ad_"]
interestingengineering.com###recommended-video
interestingengineering.com##div[class^="Home_popularArticlesContainer"]
||i.imgur.com^$domain=webresolver.nl
webresolver.nl#?#.col-sm-12 > .panel-default:has(img[src*="i.imgur.com"])
lbcgroup.tv##.BannersMain
tubepornclassic.com##.irvdvvi
pornclassic.tube,tubepornclassic.com#?#.video__wrapper > .partners-wrap + div[class]:has(div[id^="suggestion_"])
onecompiler.com##a[href^="https://www.datawars.io"]
metacritic.com##.c-adMpu
privatehomeclips.com##section[style="padding: 20px;"]
lovethemaldives.com###main-content > div[style*="align-items: center;"][style*="margin-top: 30px;"]
lovethemaldives.com##div[style="text-align: center; margin: 20px"]
lovethemaldives.com##div[class*="-rectangle-"]
allnovascotia.com##div[style="height:130px;text-align:center;background-color:#eef2f5"]
tutlehd.xyz###overlayer
portableapps.com##.ez-sidebar-wall
physicsandmathstutor.com###video-ad-sidebar
gamertw.com##div[class^="Adsense_ad__"]
australianaviation.com.au#?##main_sidebar > div.widget_text:has(> div.textwidget  > div[id^="mm-az"])
australianaviation.com.au#?#.top-footer > div.widget_text:has(> div.textwidget > div[id$="-ad"])
spankbang.party##.ptgncdn_holder_haeder
spankbang.party##.ptgncdn_holder
xmoviesforyou.com#?#.iframe-container:has(> iframe[src^="https://a.adtng.com/"])
madeintext.com#?#div[style*="font-size"]:contains(/^ADVERTISEMENT$/)
thestockmarketwatch.com##div[style="margin-bottom:12px;text-align:center;min-height:120px"]
thestockmarketwatch.com##.pageDivider
thestockmarketwatch.com##.horzAd
kids-in-mind.com#?#.et_pb_code_inner > span[style*="font-size:"]:contains(/^advertisement$/)
kids-in-mind.com#?#.et_pb_code_inner:has(> hr:first-child + span + .AdvallyTag + hr:last-child)
||cdn.promodj.com/brandings/
promodj.com###atlas_240x400
promodj.com###overlaybranding
promodj.com##.banner_carousel
promodj.com##.featured_hotspot
promodj.com##.adv_advmusic
tdpri.com#?#.p-body-sidebar > .block:not([data-widget-id]):has(> .block-container > .block-body > .cb_prod_list)
tdpri.com##iframe[src^="https://www.tdpri.com/render-ad.php"]
||tdpri.com/render-ad.php
forums.hfboards.com#?#.uix_sidebar--scroller > .block:has(> .block-container > .block-body > div[data-freestar-ad])
nokiapoweruser.com##.td-ss-main-sidebar > .ai_widget
nokiapoweruser.com##.td-pb-span4 > .wpb_wrapper > .td-g-rec-id-sidebar
etherscan.io##div[id^="ContentPlaceHolder"][id*="_divMultichainAddress"] + .scrollbar-custom > .d-flex > .text-center > ins
2050.earth##.poster
slickdeals.net##.commentsAd
cointelegraph.com##.posts-listing__list > li.posts-listing__item:has(> div[class^="containerAllIndex"][class*="banner_"])
gamedrive.org###BR-Footer-Ads
amazon.*##.sbv-ad-content-container
amazon.*##div[data-csa-c-painter="ad-topper-desktop-card"]
amazon.*#?#div[data-display-at]:has(> div[data-csa-c-painter="ad-topper-desktop-card"]:first-child + div[style="display: none !important;"]:last-child)
offidocs.com,onworks.net###ja-container-prev-b
taxscan.in##div[class*="taxsc-ad-"]
in-porn.com,inporn.com##.jw-channel-btn.nopop
in-porn.com,inporn.com##.wrapper[style="min-width: 0px;"] > section[style="padding: 12px;"]
senzuri.tube##.video-page + div[class]:not(.container)
senzuri.tube##.video-page__content > div.left + div[class]:last-child
senzuri.tube##.index-page > div.container + div[class]
gaytxxx.com,vjav.*##.jw-reset.jw-atitle.nopop
/remote/https/*/banners/*$domain=agf.nl|freshplaza.*|hortidaily.com
/remote/https/*/b/*$image,domain=agf.nl|freshplaza.*|hortidaily.com
sportingnews.com##ad a[target="_blank"]
sportingnews.com##div[class^="ad-desktop"]
ibelieve.com##.swn-mop-premium > div.text-center.w-\[300px\]
ibelieve.com##a[href^="https://apple.co/"][href*="medium=banner"]
ibelieve.com##a[href^="https://www.crosswalk.com/"]
ibelieve.com#?#.readable-text > p:has(strong:contains(/^(Teach Us to Pray|Now that you've prayed)/))
caminspector.net,cambabe.me,camwhores.tv##.tdn
familyporn.tv##.row > div.col-last:has(> div.player-adverts)
digitalspy.com#?#div[style]:has(> .vertical-ad:only-child)
||xfemaledom.com/*/prerolls/
xfemaledom.com###beside-video-ver2
xfemaledom.com###after-boxes-ver2
xfemaledom.com###native-boxes-2-ver2
xfemaledom.com###related-boxes-footer-ver2
the-express.com##.viafoura-standalone-mpu
the-express.com##body [id^="div-gpt-ad"]:not(#style_important)
vjav.com##div[class^="content"] > .container + div[class]
senzuri.tube,vjav.com##.content > .overlay-hidden + div > .video-tube-friends + div[class]
senzuri.tube##.jw-preplay + div[style="display:flex !important"] > div[class]
senzuri.tube##div[class^="content"] > div > div.container + div[class]
goodrx.com##div[id*="-ad-"]
lucahvideos.info##.link-offer
lucahvideos.info##.asside-link
av-cdn.xyz##body > div ~ script + div[class]:last-child
gelbooru.com##a[href^="https://www.soulgen.net/"]
chromeactions.com##div[may]
nuvexus.com,stream-together.org##.middle-banner
nuvexus.com,stream-together.org##.top-banner
tmailor.com##div[class^="emailAdSize"]:not(.text-center)
ign.com##.slideshow .sidebar > .special::after
livehd7.io###adsx
sonichits.com###outvid
scotsman.com##div[id^="category-ad"]
thedailywtf.com#?#.article-body > p ~ i:has(img[src="https://thedailywtf.com/images/inedo/buildmaster-icon.png"])
ondemandkorea.com###gnbAds
ondemandkorea.com##div[id^="Inline-"][id$="_300x250"]
ondemandkorea.com##div[id^="SideRail-"][id$="_160x600"]
reelgood.com##.e11erxsk0
gptoday.net##.banner_adv-js
dailymail.co.uk##li[data-is-sponsored="true"]
poki.*#?#div[class*=" "] > div[class*=" "]:has(> div[width][height] div[id][style^="height:"])
proxysite.pro##div[style="height:280px;width:100%;"]
film1k.com###player-inside
theguardian.com##.top-fronts-banner-ad-container
comicbasics.com##.fabc-ad-live-primis-tech
metro.co.uk#?#.just-in-widget-container > li:has(> a[rel="sponsored"])
metro.co.uk#?#.metro-newsfeed__recent-posts > article.metro-newsfeed__recent-post:has(> div.metro-newsfeed-post__content > h2.metro-newsfeed-post__title > span.metro-signpost-ad-feature)
porninblack.com###sidebar > .wp-block-image a[target="_blank"] > img
andhrafriends.com###ipsLayout_mainArea center:has(table div[data-aaad])
andhrafriends.com#?#.ipsClear > li.ipsDataItem:has(> center div[data-floatposition="bottom-right"])
faptor.com#?#.dblock > center:contains(Advertisement)
faptor.com##.zpot-horizontal-img
today.com##.topbannerAd
today.com##div[class^="styles_marqueeBreaking"]
hockeyfeed.com##body div.ads[class*="device"][class*="svelte"]
hockeyfeed.com##div[class^="aspect-"]
engadget.com##div[id^="sda-LDRB2-"]
thesimsresource.com##.pleasewaitad
thesimsresource.com#?#.crtv-bottom-wrapper:has(> .tsr-ad)
exeo.app##.actions
transfermarkt.com##a[href^="https://goalimpact.com/"]
transfermarkt.com###home-rectangle-newsticker
newsweek.com##div[style="min-width:300px;min-height:250px"]
panel.freemcserver.net##.triple_banner_container
metro.co.uk##.trs-item > a[rel="sponsored"]
metro.co.uk##.trs-item > a[rel="sponsored"] + div.excerpt
metro.co.uk#?#.more-posts-thumbs > li.post:has(> a[rel="sponsored"])
chatgptfree.ai#?#.elementor-widget-container > style + p:contains(/^ADS$/)
breitbart.com###MainW > div#accontainer
4sysops.com##.article-content > div[style="text-align:center;"]
||players.radioonlinehd.net/ads/
mangageko.com###radio_content
||truyen-hentai.com/*.php$script
tmearn.net##.box-main > .row + .banner-captcha
forex.soft3arbi.com,10short.co###lm-slideup
||loader.to/ajax/ad/l.php$popup
propermanchester.com##.pm-header-advert-wrap
propermanchester.com###mvp-home-widget-wrap
propermanchester.com##div[id^="prope-"]
xfemaledom.com,xanimu.com#?#div[class*="col-6 col-md-3 col-lg-3 col-xl-2"]:has(> #special-block)
||img.coomer.party/cnudify1.gif
yiff-party.com##.ads-postpage
navigator-lxa.mail.com##iframe[src^="//mailderef.mail.com/"] + a
whois.com##.chiclet
whois.com##.chiclet-suggest
ndtv.com##.TpGnAd_ad-tx
ndtv.com##.ads-wrp
petri.com##div[data-petri-impression-tracking^="sponsor_"]
petri.com##div[data-petri-gutenberg-block="sponsors-logo-list"]
cnbc.com##div[data-module="ArticleBody"] > section[data-analytics]
sankakucomplex.com##div[style*="position"] > div[style] > div[data-test="post-card"] ~ div:not([data-test="post-card"])
app.studysmarter.de##app-feed-ads
app.studysmarter.de##.job-offer-wrapper
app.studysmarter.de##.show-ad
tomsguide.com##div[class^="bordeaux-"]
||mediacnt.pro/ap_dg/top
||animalporn.dog/js/video_plb_link.js
animalporn.dog##a[href^="/out.php"]
animalporn.dog###content > .related
thehackernews.com##body > div[class^="p"]:has(> center a[href][target="_blank"])
thehackernews.com###right-box > #expand-list
thehackernews.com###right-box > section[class*="bb-side-box-"]
thehackernews.com##center > a[rel^="nofollow noopener"] > img
thehackernews.com###articlebody > div[class*="bob"]:has(> center > a[rel^="nofollow noopener"] > img)
portsmouth.co.uk,northantstelegraph.co.uk,thestar.co.uk##a[class^="Header__NatWorldTVLink-"]
thestar.co.uk#?#.article-content > div[class] > div[class]:has(> a#shots-tv-banner)
spanishdict.com###adMiddle2-container
doodle.com##div[data-testid="ads-layout-placement-top"]
unsplash.com#?#div[data-test="masonry-grid-count-three"] > div[class^="rip"] > div[class]:has(span[style="color:transparent"])
||bunkrr.su/magic/pure-magic.js
||pixl.li/lazyhungrilyheadlicks.js
cnet.com##.c-asurionBottomBanner
mat6tube.com##div[style*="width:900px;"][style*="height:250px;"]
camwhoresbay.*##a[href^="https://t.affenhance.com/"]
crx4chrome.com#?##sidebar > div.sidebar-widget:has(> div[style*="min-height:250px;"])
crx4chrome.com##div[style*="min-height:280px;"]
2ip.*#?#.ipblockgradient > div.ip + div[class]:contains(IP)
7mm009.com,7mmtv.sx##div[id][style^="position: absolute;  z-index: 12345;width: 100%; height: 100%; left: 0;  top: 0;background: gold;"]
7mm009.com,7mmtv.sx##body .set_height_250
aeternum-map.gg#?#div:has(> div#player)
||embed.twitch.tv^$domain=aeternum-map.gg
manoramaonline.com#?#.cmp-container > div.experiencefragment:has(> div.cmp-container > div.embed > div.advtBlock)
manoramaonline.com#?#.cmp-container > div.row-ctrl:has(> div.container > section div.top-advt-block)
limetorrents.lol#?##rightbar > div:not([class]) > div.head:contains(Advertisement):upward(1)
duplichecker.com#?#.data_inbox > div[style]:has(> div[style] > span> div._ap_apex_ad)
duplichecker.com#?#.container div[class] > ccc:has(> div[style] > span> div._ap_apex_ad)
||cdn.jsdelivr.net/gh/foyer-work/cdn-files/1.gif
||cdn.jsdelivr.net/gh/foyer-work/cdn-files/2.gif
howstuffworks.com###inline-video-wrap
harimanga.com##.c-sidebar.c-top-sidebar
whatismyip.com###adbannertop
amazon.*###dp-container > #px-profile_feature_div[data-csa-c-type="widget"]
minecraftpocket-servers.com#?#tbody > tr:has(> td > div.row > div#midadspot)
minecraftpocket-servers.com###topadspot
iplocation.com##.ha
newarab.com##.block-custom-ads
hotair.com##.advs
ilovetranslation.com##div[id^="ggwz___"]
forums.socialmediagirls.com#?#.p-nav-list > li:has(a[data-nav-id="mainsite"]) ~ li
forums.socialmediagirls.com##.samLinkUnit
indiangaysite.com##.col-lg-4 > .post-meta + .hidden-xs
magictool.ai##.sponsored-tools-container
gonintendo.com##body > div[class~="sm:mx-auto"] > div[class^="min-h-"].text-center
xmedia-recode.de##div[class^="werbung_"]
forums.socialmediagirls.com#?#.uix_nodeList > div.block:has(> div.block-container h3 > a:contains(/Live Adult Webcams|Ai Generated Porn|Sex Requests/))
imagetostl.com##.nc
gplinks.co##.smartlink
/script/utils.js$third-party,domain=vipbox.lc|streambucket.net
||xbokepfb.co/andreaz.js
||asg.myvideos.club/api/spots/
bhabhixxx.pro,bollywoodxxx.pro##.spots-section
livemint.com##.rhsFixHeight
cruisecritic.com.au##div[class^="css"]:empty
bollywoodmdb.com##.ads_width
bollywoodmdb.com#?#.p-4:has(> div:only-child > .text-center + .flex > .adsbygoogle)
bollywoodmdb.com#?#.p-4:has(> div:only-child > .text-center + div[id^="div-cyber-ad-"])
chattanoogan.com##.displayphoto
chattanoogan.com##.news-content > div.row.border
thingiverse.com##div[class*="AdBanner_"]
theverge.com#?#.duet--layout--river > div.border-b:has(> div > a + div > div:contains(/^AD$/))
newhdxxx.com##.info + center
newhdxxx.com##div[style^="margin: 30px 0;"]
||geo.azzureedge.xyz/ip$domain=streameast.app|streamcheck.link
streameast.app###stream-info > .flex > div[target="_blank"]
ohsex.pro,violetmovies.com##.slavery
ehow.co.uk##body .main-ad:not(#style_important)
t3.com###article-body > .hawk-nest[data-model-name][data-widget-type]
erothots.co##.work-sites
rotowire.com##.ad-container-side-lg
champion.gg##.aside-content-column
lolchess.gg##div[class^="ap_"].profile
lolchess.gg##div[class*="Ad"]
lolchess.gg##.ap_top
cbom.atozmath.com#?#.ContentBorder > table > tbody > tr:has(> td > div[data-ad-slot])
thewindowsclub.blog##.position-sticky > .section  > a[target="_blank"] > img
lolalytics.com##div[class^="SideBarAds"]
lolalytics.com##div[class^="Rect_rect__"]
lolalytics.com##div[class^="HLeaderboard_leaderboard__"]:empty
cheater.ninja###AdvallyAdhesion
xplay.gg##a[href*="?utm_promo="][href*="_banner"][target="_blank"]
businesstoday.in##.stoybday-ad
businesstoday.in##.mrk_ad_wrp
wsj.com##.e1cojiod1
cybersecurityconnect.com.au##.topmrec__default-banner
timeout.com##div[class^="_adsInline"]
tennisworldusa.org##div[style^=" margin:10px auto 10px; max-width: 970px;"]
tennisworldusa.org##div[style^=" width:300px; height:auto; min-height:250px;"]
torrentdownloads.pro##.download > li > a[href^="/td/"] > img
my.clevelandclinic.org##div[data-identity*="board-ad"]
telegraphindia.com###rightMkBanner
||tophostingapp.com/dwn-$image
ychecker.com##div[style="width:300px; height:250px;"]
eachporn.com##body.no-touch > .top[style]
eachporn.com##.link-sponsor
walmart.com##div[data-testid="flex-container"] > .relative > div[data-testid="skyline-ad"]
eporner.video##.center-adv
onlineocr.net##div[style="height:90px"]
onlineocr.net##div[style="padding-top:5px;"]
agefotostock.com##.a-stock__ads
agefotostock.com##.a-stock[data-providedby="Search results provided by"]:empty
rateyourmusic.com##.connatix_video
blurayufr.*###banner_iklan_top
eporner.video,porntrex.video##.item[style="height:255px;overflow:hidden;"]
eporner.video,porntrex.video##.container > .header ~ .top[style]
100percentfedup.com##.pre-announcement
||faceitstats.com/images/banners^
faceitstats.com###app > div[style*="margin-top"] > div[style*="height: 250px"]
filecrypt.co##.filItheadbIockgueue3
iporntv.net##div[id^="ad"]
iporntv.net###bannerPlace
xxxn.club##.mobileadhide
precincttv.com##.mosaic-banner
mr4x4.com.au##div[class^="mr4x4-article-hrec-"]
danude.com,pornachi.com,pornchimp.com##.top
pornachi.com,pornchimp.com##.oustream
||hwcdn.net^*.mp4|$domain=pornachi.com|pornchimp.com
dirtyindianporn.info##.vid-b-wrap
dirtyindianporn.info##.b-wrap
||cdn.ethers.io^$domain=newslive.com|animexin.vip|gayvidsclub.com
youporn.com,you-porn.com##.right-aside
jeniusplay.com##.pppx
||jeniusplay.com/cdn/vastads/
sonichits.com##.top_ad
sonichits.com##div[id^="div-insticator-ad-"]
sonichits.com###divStickyRightOuter
brickfanatics.com##.pw-ph-leaderboard
brickfanatics.com###secondary
brickfanatics.com###home-banner-dt
messletters.com###addTop
||cdn.dopa.com/js/jump.js
leakpics.cc,mypornwap.fun##div[style="display:block; max-width:90%; width:320px; height:50px;"]
moneycontrol.com###cagetory > li[class$="-mobile"]
macperformanceguide.com##.placementTR
macperformanceguide.com##.placementTL
macperformanceguide.com##.placementInline
macperformanceguide.com###tab-tools
streamable.com##.top-ad-banner
moneycontrol.com##.page_right_wrapper > div[class][id]:not([class*="_"])[style^="min-height:"]
dictionary.com##section[data-type="ad-horizontal-module"]
||ups.com/assets/resources/images/affiliate/
latestlaws.com##img[width="768"][height="90"]
||porndude.wtf/js/themes-style.js
itopvpn.com##.vidnoz
erome.com##.navbar .sp
linkedin.com##.ad-banner-container
webstick.blog##.content aside > section.last
htmlcolorcodes.com##a[onclick="dsads.loadUrl(this)"]
||embed.lpcontent.net/leadboxes/current/embed.js$domain=exchangerates.org.uk
||webstick.blog/images/images-ads/
webstick.blog##.main > article > p.center2
business-standard.com##.Nws_banner_Hp
business-standard.com##div[id^="between_article_content_"]
fortune.com##div[data-cy="rightRailAd"]
shrm.org##.row-shrm-sponsors
sports.yahoo.com##div[id^="sda-"]
sports.yahoo.com##div[id^="mrt-node-"][id$="-Ad"]
foxweather.com##.vendor-unit:empty
seostudio.tools##div[class^="sidebar_"] > a[target="_blank"] > img
cybernews.com##.adds__wrapper
cybernews.com##.adds__wrapper + .line
comicbookplus.com##.matchedcontentad
lyrics.com##.lyric-artist.text-center > span > a[target="_blank"]
surfline.com###sl-header-ad
||cdn-surfline.com/*/videos/preroll_surfline_*.mp4$media,redirect=noopmp3-0.1s,domain=surfline.com
bloomberg.com##.table-ad-container
bloomberg.com##div[class*="-ad-top"]
||hentaihere.com/arkEXO/arkAPI.php
djrudrabasti.in###custom_html-2
wsj.com##.ad_col_a
thedefiant.io##div[class="relative mx-auto px-4 lg:w-[970px]"]
||thedefiant.io/_next/image?url=*-300x250.
thedefiant.io##p[class="text-text-disabled text-center text-[10px]"]
businesstoday.in##.ad__betweenwidget
thelallantop.com##.deaktop-header-ad
thelallantop.com##p[style="font-size:11px;color:#b7b7b7;margin-bottom:0px"]
thelallantop.com###taboola-ads
||savemp4.red/live_stream_bn.php
officialcharts.com##div[type="content_ignite_advert"]
soompi.com##.article-wrapper div > p > a[target="_blank"] > img
cnbctv18.com##.desk_header_banner
biblestudytools.com##featuredtopicslistviewcomponent
chicago.suntimes.com##.Page-above
||wgno.com^$domain=mytwintiers.com
guitarflash3.com##.divCinema
trendhunter.com##[data-ev="sidebar-ad-click"]
yorkshirepost.co.uk##div[class^="helper__AdContainer"]
yorkshirepost.co.uk##div[data-type^="AdRow"]
yorkshirepost.co.uk##div[class*="MPUAdWrapper"]
keyt.com##.vf-trending-articles__ad
jpg2.su,hdporn92.com##div[id^="div_theAd_slider_"]
starfiles.co###download_prompt a[href*="?ref="]
starfiles.co###download_prompt a[href*="?ref="] + p
numerama.com##.is-slow-mongoose
devops.com###custom_html-70
devops.com##.after-entry.widget-area
sports.yahoo.com##.post-article-ad
wvnews.com,news-gazette.com##.automatic-ad
foxsports.com.au##amp-iframe[src^="https://snippet.tldw.me/"]
outlooktraveller.com##div[class*="ad-slot-row-m__ad-Wrapper"]
winbuzzer.com##.mfp-figure::before
kaboompics.com##.photo-advertisement
boards.vinylcollective.com##.headerLogo > div.ipsPos_right
simpcity.su##.p-navEl > a[target="_blank"]
homebasis4d.*,linelocatemfsn.*,superbarca77.*,superargo77.*,superleo77.*,superlee77.*,superdom77.*,superabbit33.*,live-streamfootball.*,superabbit77.*,rbtv77.*##.player-wrapper > .d-l
belfastmedia.com##.sidewide-top-banner
belfastmedia.com##.right-rail > p > a > img
vinepair.com##.pre-footer-ad-container
404media.co##.outpost-pub-container
captainaltcoin.com##.banner_section
blockchair.com##div[class*="adv-buttons-"]
blockchair.com##div[class*="top-buttons-"]
hulldailymail.co.uk##.native
||vice-web-statics-cdn.vice.com/vendor/ad-lib/*/vice-ad-lib.js
||vice-staging-web-statics-cdn.viceops.net/vendor/ad-lib/*/vice-ad-lib.js
autocarpro.in##.skinad
autocarpro.in##body div[class^="ad-section-"]
saveur.com##body div[class^="empire-organic"][class*="-prefill-container"]
ain.capital##.big-ad-animation-box
distractify.com##div[style="font-size:x-small;text-align:center;padding-top:10px"]
cpomagazine.com##.cpoma-widget
cpomagazine.com##div[id^="cpoma-"]
asuracomics.com##a[href="http://story.alandal.com/necro"]
gotanynudes.com##.g1-injected-unit
dexscreener.com##div[class^="custom-"] > a.chakra-link[href^="https://a1.adform.net"]
androidadult.com##center > a[href*="utm"] > img
radaris.com###topads
bdnewszh.com##.vpn-wrapper
infosecurity-magazine.com##.dfp
siliconangle.com###side-banners
||kuikr.com/public/mon/qap/
||kuikr.com/public/mon/qapqdfp/
quikr.com##.promotion_banners
headfonics.com##.headf-target
crinacle.com##.elementor-column-gap-default > div:not([data-settings]).elementor-col-33
crinacle.com##.elementor-widget-container > #elementor-library-4
pureleaks.net##div[data-elementor-type="wp-post"] > div.trending-footer
domainnamewire.com##div[class^="bg-ad-"]
$script,third-party,denyallow=cloudcdn.monster|gstatic.com|cloudflare.com|jsdelivr.net,_____,domain=poisteewoofs.monster|lookmovie2.to|praiing.monster
spys.one##td[align="center"] > a[target="_blank"] > img
||spys.one/fen.png
carsales.com.au##csn-google-dfp
carsales.com.au##.csn-refine-ads
carsales.com.au##.is-listings-ad
||resource.csnstatic.com/commercial/cmp-showroom-modelpage/advertplatform-assets-
bitcoinist.com##.custom-popup-banner
||*.com/*/*/tt?id=$third-party
free-proxy.cz###as[style]
forbes.com##.top-placeholder
digitalmarktrend.com##div > a[target="_blank"] > img
euautodily.cz,euautoteile.de,euautoteile.at,euautoteile.ch,euautopezzi.it,euautopieces.fr,euautoczesci.pl,euantallaktika.gr,euautorecambios.es,euautopecas.pt,euautoonderdelen.be,euautodele.dk,eualkatresz.hu,euvaraosat.fi,euspares.co.uk,euavtodeli.si,euroautodiely.sk,euavtochasti.bg,euautodalys.lt,euautopiese.ro,euautoonderdelen.nl,euautodeler.co.no,euautodalas.lv,euautoosad.ee,eurobildelar.se##.traffic_banner_wrapper
||workingvpn.com/banners/$domain=ytmp3.net
||abc7.su/adx.xml
ibradome.com##iframe[src*="?zoneid="]
timesnownews.com###app > div[class] > div:not([class], [id]) > div[class]:empty
eenews.net##.single-ads-list
firstsportz.com##div[style*="min-height: 450px;"]
fapopedia.net##div[style*="width:300px;"][style*="height:250px;"]
||myvidster.com/js/myv_ad_camp2.php
washingtonpost.com##div[class="pb-lg-mod"][data-qa="right-rail-item"]
16honeys.com###adSpot
16honeys.com###centered-ad
16honeys.com###ad-container
16honeys.com###adDisplaySection
makemytrip.com##div[data-cy^="AdTechCard_"]
terbit21.tube###float-banner
||terbit21.gdn/ads/
healthshots.com##.affiliateWidget
relevantmagazine.com##.ad-supported
||pg.ignimgs.com/pogoadkit.js
||sm.ign.com/zdadkit*.js
ign.com##div[class^="adkitmrec"]
kyivindependent.com###popup-banner-subscription-support
||bs_6e59b780.wearbald.care/sdk.js$domain=captainaltcoin.com
captainaltcoin.com##.single_banner_image
tempest.com##.search-result-item--ad
tempest.com#?#.search-result-item:has(> div.search-result-item__text--sidebar-ad-or-mobile)
kits4beats.com###block-313
rainostream.net##.vpn-wrapper
pharmacytimes.com##div[class*="728px"][class*="98px"]
topgear.com##div[data-testid="ZutoAd"]
topgear.com##div[data-testid="PromosInContent"]
fapello.com##div.items-center > div[class*="uk-hidden"] > a[target="_blank"][href^="https://vo2.qrlsx.com/"]
e-hentai.org###spa
xmoviesforyou.com##div[class*="iframe-brick-container-"]
engadget.com###LB-MULTI_ATF
thegearpage.net##div[data-aa-adunit]
alpinecorporate.com##form center a
alpinecorporate.com##.admania-entrycontent > center > button
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.connatix-main-container
shareus.io##.padded > div[class$="-tag"]
||freshnewsasia.com/*/fn-banner.js
||freshnewsasia.com/advertise/
freshnewsasia.com##div[class^="art-ads"]
di.fm##.freestar-slot--mrec
instacart.ca,instacart.com###store-wrapper img[alt^="• Sponsored:"]
freepik.com##.detail__aside--left.detail__spr
snaptik.app###modal-vignette
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=crunchyroll.com,important
trakt.tv##.add-top
cryptopolitan.com###sticky_sidebar_ads_parrent
waifubitches.com##div[class^="grid"] > div[class^="grid-item"].mx-auto
nanoreview.net###nfloat-sb-right
nanoreview.net###nfloat-sb-left
kotaku.com.au##.ad-no-desktop
ship24.com##div[style^="max-height:"].flex.justify-center.h-24.w-full.mt-3
foxsports.com##.fwAdContainer
technext24.com##.custom_html-2
technext24.com##.custom_html-19
technext24.com##div[class^="techn-"][class$="-content"]
haydenjames.io##div[id^="hayden"]
haydenjames.io###text-2
wordhippo.com###sgwDesktopBottomDiv
md5hashing.net##.alert-promo
kcrw.com###portlets-middle_ad
online-qr-scanner.com##.appads
soccerstats.com###hbanner
soccerstats.com##.sidebar3
poedb.tw###head_toolbar + .text-center > a > img[style]
poedb.tw##.text-center > a[target="_blank"] > img
alotporn.com##.list-videos > div > .item:empty
alotporn.com##div[style^="font-style:italic;font-size:10px;color:#CCC;"]
Ly9kMXliZGxnOGFvdWZuLmNsb3VkZnJvbnQubmV0$script,domain=sitenable.*|filesdownloader.com|siteget.net|freeproxy.io
sexu.site##div[id^="video_view_"][id$="-adv"]
hdhole.com##.embed-ads
||manysex.com/xc$script
manysex.tube,manysex.com##.right
manysex.tube,manysex.com##.videoplayer + section
manysex.tube,manysex.com##.suggestion-wrapper
manysex.tube,manysex.com##.video-page__related + div.headline
manysex.tube,manysex.com##section[style="padding: 12px;"]
pornid.name##.rsidebar-spots
||hdtube.porn/fork/
goonlinetools.com##.grid > div.col-span-2 + div.ml-4.md\:block
goonlinetools.com##.grid + div.ml-4 + a[href][target="_blank"]
||secured.dailymail.co.uk/feeds/commercial/topVideos.json
tcbscans.com##.mx-auto center > a > img
||cdn.onepiecechapters.com/file/CDN-M-A-N/love.jpg$domain=tcbscans.com
fulltaboo.tv###content > aside.widget-area
luxuretv.com###ltvModal
||cdn.bidfluence.com/forge.js
contactform7.com,ducumon.click###custom_html-5
robots.net##body .adsense
||assets.easyodds.com/widgets/embed.js
sportsmole.co.uk##div[style="width:620px;margin:12px auto;text-align:center"]
sportsmole.co.uk##div[style="font-size:small;margin:auto;text-align:center;line-height:1rem;height:0px;color:#8492a6;position:relative;top:-10px;"]
wuxiap.com##.TPuhiHlg
satellites.pro##.placea
||wecast4k.xyz/blast.js
wecast4k.xyz##div[style^="position:fixed;top:0;left:0; width:100%;height:100%;z-index:100004;"]
smbc-comics.com###comicleft > a[href][style^="width:684px;"]
smbc-comics.com###hw-jumpbar
smbc-comics.com###hiveworks
instructables.com##.promo-side
bgr.com##.bgr-ad-leaderboard
bgr.com##section[class*="250"]
wcofun.org##div[id^="bg_"][style="height:90px"]
wcofun.org##div[style="height:300px"]
wcofun.org##.saklasanabunu
forum.release-apk.com##div[data-phpbb-ads-id]
emojiterra.com###adz-header
realmscans.to##.rev-src
bigbrothernetwork.com###custom_html-2
bigbrothernetwork.com###text-80
emojicombos.com##.a-ctn
||cms-assets.nodecraft.com/*/2023-summer-ad-$domain=steamid.net
jcad.tv##.elementor-image > a[target="_blank"] > img
jcad.tv##.elementor-image > a[href*="&utm_medium=Banner"] > img
chromeactions.com##ins:not([class],[id])
temp-mail.org##.topStickyBanner
dflix.top##body > div[class]:last-child
worldstar.com##div[style^="width:972px;height:250px;"]
worldstar.com##div[style^="width:728px;height:90px;"]
jazzradio.com,zenradio.com,classicalradio.com##.sidewall-ad-component
trailrunnermag.com##.c-collection-bundle__ad-wrapper
shopforex.online###con_me
imageresizer.com##div[class*="md:w-\[728px\]"]
imageresizer.com##div[class*="md:w-\[728px\]"] + div.absolute
glamour.com##div[data-testid="ProductEmbedWrapper"]
tikmate.app##.AT-ads
wsj.com##div[data-testid="ad-container"]
cgmagonline.com##div[style*="min-height: 250px"]
cgmagonline.com##div[style*="min-height: 90px;"]
anysex.com##div[style="margin-top:-16px;"]
||anysex.com/*.html
||camsmut.com/vidi/$image
||camcaps.*/vsx.js
pholder.com##.m21cw
ign.com##.zad.native
||pussyspace.*/live/meet-and-fuck/$all
pussyspace.com,pussyspace.net##a[href$="/live/meet-and-fuck/"]
mixdrop21.net,mixdropjmk.pw,mdzsmutpcvykb.net,mdfx9dc8n.net,mixdroop.*##.download-btn + div[style][onclick="$(this).remove();"]
2ememain.be##.hz-Banner
steamstats.cn##.v-application--wrap > div[data-v-9b601bd8]:not([class])
steamstats.cn##a[target="_blank"][data-v-e91c8114]
aiscore.com##.codeImgLeftBox.oddBox
aiscore.com##.codeImgBox.oddBox
goal.com##div[data-testid="ad-slot"]
happymag.tv##.ad-footer-row
happymag.tv##div[style="width:100%;position:relative;height:40px;"]
happymag.tv##.happy-inline-ad
happymag.tv##.article-header-ad
worlddata.info##.adtg
beincrypto.com##.badge--sponsored
thecollector.com##div[class^="collector-adthrive-"]
embed4u.xyz##a[href^="//joathath.com/"][target="_blank"]
niftytrader.in##.zerodha-bottom-box
niftytrader.in##.top_six_brokers
wantedinrome.com##.kn-widget-banner
wantedinrome.com##.a--banner
bbcgoodfood.com,gardenersworld.com##div[class^="ad-placement"]
techradar.com###sidebar-popular-bottom
techradar.com###sidebar-popular-top
techradar.com###widgetArea17 > #sidebar-top
eloutput.com###abn_singlestealer
gisher.org##div[style^="width: 240px; height:400px;"]
goal.com##img[alt="Unibet"]
sportstiger.com##.midd_ads
sportstiger.com##.headerFull_ads
sportstiger.com##.customHTML-ads
on3.com##.desktopAdhesion
jigsawplanet.com##div[id^="tsi-"][style^="height:90px;margin:"]
chess.com##div[id^="medium-rectangle-"][id*="tf-ad"]
chess.com###leaderboard-atf-ad
celebwell.com##.karma_unit
||torrentinvites.org/seedboxescc.gif
techradar.com##div[data-image].hawk-nest
premierguitar.com##.listicle--ad-tag
videosection.com##.videos > .video-item--a
perrzo.com##.single-related-posts > .popular-video-footer
adpushup.com###media_image-14
bestjavporn.com###player-container[style^="width: 300px; height: 100px;"]
premierguitar.com##.sidebar-promo-wrap
premierguitar.com###perma_banner
embed.dugout.com##div[data-testid="keep-watching"]
erocafe.net#?#body > div#td-outer-wrap + div[id][class]
||a.magsrv.com/nativeads-v*.js
||a.pemsrv.com/popunder*.js
upornia.com,hclips.com##.underplayer > section
hclips.com##.video__wrapper > section[style]
privatehomeclips.com,hclips.com##span[style="display:flex !important"] > div:first-child
||filelions.live/assets/jquery/adult100.js
fahrplan.guru##div[class*="StyledAdContainer"]
||xrares.com/xopind.js
allthingssecured.com##.flexible-widgets.front-page-3-a.widget-fourths
twitteringmachines.com##div[style^="margin: 8px "] > div > div > p > a
twitteringmachines.com##div[style^="margin: 8px "] > p > a
-300x250.gif$domain=hentais.tube|igg-games.com|edu-profit.com|myreadingmanga.info|myreadingmanga.info|jugantor.com
zoechip.com##.block_area > div[style^="width: 100%;"]
123telugu.com,deccanherald.com###desktop-ad
deccanherald.com###bill-board-collection-ad-top-separator-0 + .hide-mobile
epicstream.com##.mediavine_in-content-ad_wrapper
||igg-games.com/maven/am.js
useragents.me##a[target="_blank"][style*="color"]
tupaki.com##.roadblocker-container
apkmirror.com###ezmobfooter
surinenglish.com##.v-adv
||star-history.com/sponsors/
wcofun.org##div[style="margin-bottom:30px"] div[style^="float:right;"]:not([class])
wcofun.org##div[class^="bg-ssp-"]
ip.me##.pt-5 > div.col-md-6 > p > a[target="_blank"]
||game.downloadtanku.org/wp-content/plugins/cm-pop-up-banners/
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,v6embed.xyz,gaystream.online,vgembed.com##body > div[class]:empty
indy100.com###thirdparty01
stuff.tv##.c-squirrel-embed
porntrex.com##iframe.ipp
compsmag.com,thisisanfield.com,divernet.com##div[class^="ai-viewport-"]
formu1a.uno,toolsai.net,rightrasta.com,kaystls.site,gamertweak.com,mrinformatico.it,pianetacellulare.it,inwepo.co,updoc.site,oliveoiltimes.com,cgmagonline.com,happymag.tv,cpophome.com##.code-block
cpophome.com##.page_ad_container
cpophome.com##.photo_right_ad
cpophome.com##.after_related_photo_album
sportsbrief.com##.c-adv
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com##.css-mg9b9w
bolavip.com##.banners-container
bolavip.com##.boxbanner_container
finbold.com###sub-intent
finbold.com##.layout-adjustment
toonamiaftermath.com##.amznBanner
yts-official.com###movie-poster a[rel="nofollow sponsored"]
whats-on-netflix.com##.above-featred
whats-on-netflix.com##.sidebar-placement-large
vidplay.*,mcloud.*,vidstream.pro##body > div:not([class], [id]) > div[class][style]:only-child
vidplay.*,mcloud.*,vidstream.*##body > #player-wrapper > div:not([class], [id]) > div[class][style]:only-child
mcloud.to,vidstream.pro##.aslot
mypornvid.fun###a1t
cfake.com##.slideblock-container
allhiphop.com##blockquote.caffeine-embed
virtualizationhowto.com##div[data-ai]
manofmany.com##.mom-ads__wrapper
manofmany.com##.mom-ads__inner
phoenixnewtimes.com##div[apn-ad-hook]
phoenixnewtimes.com##div[data-component-id="AirMediumRectangleComboInlineContent"]
phoenixnewtimes.com##div[data-component-id="AirLeaderboardMediumRectanglesComboInlineContent"]
||phoenixnewtimes.com/phoenix/xandr/apnads.js
klto9.com###list-imga > center > div[style^="width:336px"]
bolavip.com##.primis-player-widget
bolavip.com##.home-poll-block__ad
bolavip.com##.competitions-widget__ad-container
smashystream.*###addiv
smashystream.*###adsdiv
||cowtransfer.com/api/generic/backgrounds
charlieintel.com##div[data-cy="HomepageAdWrapper"]
charlieintel.com##div[data-ad-unit-id]
||dexerto-cdn.relevant-digital.com/static/tags/*.js
gaadiwaadi.com##div[id^="gaadi-"]
klz9.com###list-imga > center > div[style^="width:336px"]
||tiktoknudeleaks.com/wp-content/plugins/popup
vogue.com.au##div[class^="sc-"]:empty
||ev01.sx/ajax/banner
tsn.ca##widgets-bms-bet-slip[sponsor="fanduel"]
/player/*/vast.js$domain=designparty.sx
gagadget.com##.l-page-wrapper > .l-container_wide[style*="min-height:"]
motorcycle.com,autoguide.com##.sidebar-ad-unit
motorcycle.com,autoguide.com##body .ad-top-strip
||tunein-od.streamguys1.com*/bump_sonic_pre.$media,redirect=noopmp3-0.1s
inquirer.net##div[id^="inq-banner-"]
apiyoutube.cc###ads_msg
||sharecast.ws/p.js
storagereview.com##body .header-banner:not(#style_important)
fansonlinehub.com,teralink.me,teraearn.com,terashare.me,hotmediahub.com###adsense > div[id^="ad-box-"]
tomsguide.com###article-body > .hawk-nest
businessinsider.in##.bg-slate-100
businessinsider.in##section > div.md\:h-\[435px\]
||totalcsgo.com/*/site-takeover/$image
||totalcsgo.com/takeover.json
||porn100.fun/js/script-*.js
ultrabookreview.com##div[id^="zzif"]
ultrabookreview.com##.sumright
ultrabookreview.com###postadsside
ultrabookreview.com##div[class^="postzzif"]
nanoreview.net##div[class^="nad"]
nanoreview.net##div[id^="float-sb-"]
dev.miuiflash.com##div[id^="div-gpt-ad"]
dev.miuiflash.com##div[class^="stickyads"]
fapnado.com##iframe[width="95%"][height="400"]
soyacincau.com##.scadslot-widget
hentaifreak.org###site-header-main > .text-center
||unpkg.com/videojs-vast-vpaid$important,domain=video.q34r.org|korall.xyz|porntoday.ws|tabooporns.com|netuplayer.top|wiztube.xyz|netu.ac|zerknij.cc|speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|waaw1.tv|waaw.*|czxxx.org|scenelife.org|hqq.*|peliculas8k.com|filme-romanesti.ro|tikzoo.xyz|gledajvideo.top|playerhd.org|ntvid.online|rpdrlatino.live|vertelenovelasonline.com|1069jp.com|diziturk.club|stbnetu.xyz|mundosinistro.com|younetu.org|playvideohd.com|vzlinks.com|javboys.cam|xz6.top|fsohd.pro|playertoast.cloud
/js/script_*.js?$~third-party,domain=video.q34r.org|korall.xyz|porntoday.ws|tabooporns.com|netuplayer.top|wiztube.xyz|netu.ac|zerknij.cc|speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|waaw1.tv|waaw.*|czxxx.org|scenelife.org|hqq.*|tikzoo.xyz|gledajvideo.top|playerhd.org|ntvid.online|rpdrlatino.live|vertelenovelasonline.com|1069jp.com|diziturk.club|stbnetu.xyz|mundosinistro.com|younetu.org|playvideohd.com|vzlinks.com|javboys.cam|xz6.top|fsohd.pro|playertoast.cloud
||hqq.tv/js/script_*.js
||hqq.tv/js/script-*.js
wsj.com##div[class^="style--column"] div[style="height:100%"] div[style^="top:"][style*="position:"][style*="sticky"]
xfantazy.com##div[id^="bannerId_"]
||cdctwm.com/vast/
||cdctwm.com/vast/$xmlhttprequest,redirect=nooptext
/api/spots/*$xmlhttprequest,redirect=nooptext,domain=xfantazy.com
timesofindia.indiatimes.com##.topBand_adwrapper
bbc.co.uk###leaderboard-aside-content
hdporn-movies.com##.adbox-inner
||hdporn-movies.com/templates/*/js/customscript.js
movies123-online.me##a[href$="/premium-membership"] > img
movies123-online.me##.jw-logo-top-left
movies123-online.me##.jw-logo-top-right
movies123-online.me##.sadhjasdjkASDd
||xgroovy.com/static/js/initsite.min.js
english.tupaki.com##body #ad_after_header
turbobite.*##center > a[href][target^="_blan"] > img
turbobite.*##div[style="text-align:center; padding-top:15px;"]
theglobeandmail.com##div[class^="BaseAd__"]
motor1.com,motor1.uol.com.br,rideapart.com,insideevs.*##.apb
motor1.com,motor1.uol.com.br,rideapart.com,insideevs.*##.sapb
singletracks.com##div[id^="singl-"]
animationmagazine.net##.tdc-zone .tdi_23
animationmagazine.net##.single-sidebar .tdi_111
articles.mercola.com##.coupon-code
thetechoutlook.com###custom_html-2
mlbstreams.me##iframe ~ div[class="h-100 position-absolute w-100 bg-light bg-opacity-50 text-white top-0"]
worldstreams.lol##iframe ~ script + div[style*="position: fixed"][style*="z-index"]
||worldsp.me/*/ad1.htm
theatlantic.com##div[class^="ArticleInjector_clsAvoider"]
||theatlantic.com/packages/adsjs/ads.min.js
||tnwcdn.com/assets/next/js/tnw-ads.*.js
safeway.com##.google-adManager
fieldandstream.com,popphoto.com##body .empire-unit-prefill-container
||organiccdn.io/assets/sdk/prebid-stable.m.js
eurosport.*##.banner-sponsorship
||mssl.fwmrm.net/libs/adm/*/AdManager.js$domain=eurosport.*,important
9to5mac.com##.single-custom-post-ad
tupaki.com##.live-ads
tupaki.com#?#.to-be-async-loaded-ad:not(.header_btn,.footer_1)
pawastreams.*###nwmlay
pawastreams.*###adcash
nnn.ng##body ins.adsbygoogle
webhostingpost.com###ad > a
realgfporn.com##.button-area
bloginkz.com##a[href^="//taghaugh.com/"]
audiobookbay.is##div[style*="margin-bottom:"].ski
rule34.xxx###content > div.header > img
||ign.com/s/js/zad.js
||tinyzonetv.se/ajax/banners
gozofinder.com##div[data-testid="advert"]
darknessporn.com##.textovka
||autoembed.to/JS/denur.js
lbbonline.com##.bannersholder
lbbonline.com##.typebanner
headlines.footybite.to##div[style^="position: fixed;"][style*="z-index: 1000000;"]
||hentai2read.com/arkNVB/arkAPI.php
miohentai.com##.lazy-ad-container
miohentai.com##.paused-ad-container
miohentai.com##.sidebar > .new-ntv
projectorcentral.com##.spec-b-strip
||projectorcentral.com/*?bid=
||cdn.staticneo.com/*/prebidneo*.js
||timeanddate.com/common/prebidtad.
mspoweruser.com###sidebar_btf_placeholder
k2s.cc##.label-360p
camsoda.com##div[class*="adHolder"]
watchmygf.me##.col-video.second
||showboxmovies.net/ajax/banner
123chill.to##div[style*="position: absolute"][style$="z-index: 2147483647;"]
pregchan.com##iframe[src$="/pages/dlsite.html"]
lena.lenovo.com##.slider-advertise
upornia.com,pornhits.com##.video-right-top
porndoe.com##.player-row > div[ng-hide^="service.banners.visible"]
hometheaterreview.com##.bottom-sticky-ad
hometheaterreview.com##div[id^="amzn-assoc-ad-"]
||euroxxx.net/wp-content/uploads/*/600x300.gif
hoi4cheats.com##div[class^="automatad"]
ephotozine.com###epz-google-explore
ephotozine.com##.LB-MPU
||ocarinaboot.xhamster*.*/api/models/vast
blog.insurancegold.in,blog.cryptowidgets.net,blog.carstopia.net,blog.carstopia.net,blog.coinsvalue.net,blog.cookinguide.net,blog.freeoseocheck.com,blog.makeupguide.net##.fa-xmark
hclips.com,aniporn.com##.right
aniporn.com###und_ban
||bdnewszh.com/embed/1.js
rock.porn##.banner-sasd
reaperscans.com###radio_content
tvline.com##div[data-component="pluto-tv"]
javgg.net##iframe[data-src^="https://creative.xlirdr.com/"]
||static.iswinger.com/interstitial/speed-desktop.html
||anysex.com/rtb2.php?spot_id=
||anysex.com/rtb2.php?spot_id=$xmlhttprequest,redirect=nooptext
/\/js\/[a-z]j\.js$/$script,~third-party,domain=joysporn.sex
fullporner.com###right1_ad
katestube.com##.spot-aside
katestube.com###end-block
katestube.com##.bottom-container
extremetech.com##aside > section > div[data-pogo="sidebar"]:empty
tedium.co##.md-adbox
legit.ng##div[class^="l-adv-branding__"]
18adultgames.com,gizchina.com###block-36
gizchina.com###block-3
gizchina.com###block-7
itrwrestling.com,tjrwrestling.net##div[ad-slot]
whatculture.com##body .area-x__large
petapixel.com###fixed-ad-container
cursors-4u.com##div[style^="width: 468px;"]
cursors-4u.com##table[width="808"]
||lookmovie*/images/ads/
giznext.com##.floterAdFooter
giznext.com##ul[class^="listingBrand_mobileList_"] > li[class="col-xs-12 col-sm-12 col-md-12 activeList "]
giznext.com##.breadcrumb-ads
msn.com##div[class^="galleryPage_eoabNativeAd-"]
||in.mashable.com/*/zad.js
||sm.mashable.com/zdadkit2.js
in.mashable.com##.zad
in.mashable.com##.warmgray
textpro.me##.line-ads
||webextension.org/explore/ads.js
webextension.org##.adb
webextension.org###adb
investorplace.com##.subcat-post-text-ad
investorplace.com##.ipm-inline-ad
custompc.com###nn_astro_wrapper
||novelcool.com/files/js/auto_ads.js
fakazahiphop.com##a[target="_blank"][href^="https://cutt.ly/"]
gifer.com##article > div[style^="overflow: hidden; min-height:"][style*="background:"][style*="/gifer_adv."]
shramikcard.in##.shrs_ads
shramikcard.in,cookar.net,cookad.net##.shrs_re_adunit
shramikcard.in,cookar.net,cookad.net##.shr_interstitial_container
shramikcard.in,cookar.net,cookad.net##.shr_bottom_sticky_container
h-flash.com##[id^="ads"]
h-flash.com##body > a[target="_blank"][rel="nofollow,noopener"]
||imobileporn.com^$domain=h-flash.com
||h-flash.com/data/image/mcs/cb2fea9.gif
linkedin.com##.feeds > ol#feed-container > li[data-sponsored-sequence-number]
express.co.uk##body #ad-vip-article:not(#style_important)
express.co.uk##body .ad-slot-article:not(#style_important)
express.co.uk##body div[id^="taboola-"]:not(#style_important)
f2movies.to,cineb.rs,himovies.sx,cineb.net##.block_area > div[class][style="width: 100%; padding-bottom: 320px; position: relative;"]:empty
jav-desu.xyz##div[id^="floatcenter"]
zeoob.com##div[style^="min-height:"].col-xs-12
4chan.org,4channel.org##.danbo-slot
mdn.lol##div[style^="width:305px;height"][style$="display: inline-block;margin: 0 auto;overflow:hidden;"]
||manysex.com/culxmuixbbr
manysex.com##.tajbjjt
missav.com##.relative > div[x-init*="campaignId=under_player"]
on3.com##div[class^="ArticleWrapper_promo"]
on3.com##div[class^="MobileMPU_ad"]
on3.com##.adhesionAd
hellomagazine.com##div[class^="-variation-roba"]
mezha.media##a[aria-label^="Банер"]
||financhill.com/js-min/blog-ads.js
gpfans.com##.taboonews
lilymanga.net##div[class^="code-block code-block"][style^="position: fixed; z-index: 9995;"]
||m.media-amazon.com/images/$domain=klz9.com
klz9.com##div[style^="width:336px!important;height:250px!important;position:relative!important;"]
linkedin.com##.feed-container > .feed-item > article[data-is-sponsored]
zoomgirls.net##.wallpaper-ads-right
zoomgirls.net###left-panel > * > a[target="_blank"] > img
||history.co.uk/themes/custom/sky_history/js/taboola*.js
redd.tube###basePopping
redd.tube##.adsession
perezhilton.com###feature-spot
perezhilton.com##div[style="min-height:310px;"]
chron.com##div[data-block-type="ad"]
whatismyipaddress.com###whatismyipaddress_leaderboard_atf
whatismyipaddress.com##div[id^="whatismyipaddress_"][id$="_ATF"]
ok.co.uk,express.co.uk###ovp-primis
kentonline.co.uk##span[id^="p_mpu"]
bloomberg.com##div[class^="StoryCardSmall_adWrapper-"]
amp.cnn.com,amp-cnn-com.cdn.ampproject.org##.ad-slot__ad-wrapper
theparking.eu##.akcelo-wrapper
footballtransfers.com##div[style*="min-height: 250px;"][style*="text-align:"]
footballtransfers.com##div[style*="min-height: 600px;"][style*="text-align:"]
idlixofficial.co,idlixofficials.com,idlixplus.*,77.105.142.75###repop
deavita.net##center > span[style="margin: 10px 0;"]
sb.by##a[class^="brand-link-"]
xxxbule.com##center > div.style3 > div.style49
androidadult.com##a[href="https://tk007.fun/"]
tazkranet.com###block-14
ft.com##.n-layout__header-before > pg-slot
siivous.fi,zipextractor.app###cm
||bc.vc/js/bcvc_in.js
windowslatest.com##body .ai_widget
txxx.com##.suggestion
freeomovie.to##.xtact
freeomovie.to##.footer-top
freeomovie.to###UnderplayerP
||grammarcheck.me/wp-content/plugins/lasso/
grammarcheck.me##.lasso-display-table
grammarcheck.me##.wp-block-affiliate-plugin-lasso
digg.com##.ca-widget-wrapper
vccgenerator.org##.adxad
gizchina.it##body div[id^="lx_"][class*="_ribboned"]
wcofun.org##div[style="float:right; width:300px; height:270px; margin-top:20px"]
tutorialspoint.com###adp_top_ads
gadgets360.com##.pagepusheradATF
searchenginejournal.com##.sej-bbb-section
timesofindia.com,indiatimes.com##div[data-aff-type]
myfigurecollection.net##.xy-wide-top
lookmovie.foundation##.view-movie .hero + .container .col-sm-12 > div[style="text-align: center; margin-top: 20px;"] > a[target="_blank"][style="padding: 20px; display: block"]
[$path=/\\/(movies|shows)\\/play\\//]monster##.view-movie .hero + .container .col-sm-12 > div[style="text-align: center; margin-top: 20px;"] > a[target="_blank"][style="padding: 20px; display: block"]
.monster/images/ads/2.png|$~third-party,domain=monster
vivahentai4u.net##.widget_mylinkorder
||howcast.com/.bootscripts/webcomponents/adOutstream.min.js
gomovies.sx##div[style="width: 100%; padding-bottom: 320px; position: relative;"]
reurl.cc###renews
gelbooru.com##.mainBodyPadding > div[style*="height:"]
||cdn.thealtening.com/banner$image
||cdn.thealtening.com/ad-*.png$image
thebypasser.com###logic > div.buttons > :not([id="submit_btn"])
unknowncheats.me###bab
lyrical-nonsense.com##.playblockcnt
||securepubads.g.doubleclick.net/pagead/ppub_config$xmlhttprequest,redirect=noopjs,important,domain=independent.co.uk
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,important,domain=independent.co.uk
whatcar.com##div[class^="LandingPageSidebarLeftTemplate_masterHead__"]
whatcar.com##a[class^="SponsoredSection_"]
whatcar.com##div[advert-ref]
cambb.xxx##.model-out-col
weather25.com##.billboard_ad_wrap
theaviationgeekclub.com##.wp-block-image > figure > a[href="https://ospreypublishing.com/"][target="_blank"]
washingtontimes.com##.bigtext > hr
washingtontimes.com##.summary > hr
washingtontimes.com##.connatixcontainer
journals.asm.org##.boombox-wrapper
||cds.connatix.com/p/plugins/connatix.intentiq.js
movies4u.*##.ads-btns
indojavstream.com##.box_item_ads_popup
timesofisrael.com##.banner-label
tomsguide.com##.news-article .hawk-main-editorial-container
oneesports.gg##.oes-advert
mail.yahoo.com##a[data-test-id="bottom-sticky-pencil-ad"]
mail.aol.com##div[data-test-id="pencil-ad"]
popnable.com##.widget-main > div[class="col-md-4 col-sm-12"]
popnable.com##.tabbable > div[class="col-md-4 col-sm-12 "]
piratebayproxy.live,thepiratebay10.org,thepiratebay.party,pirate-bays.net,pirateproxy.live##a[href^="https://www.onlineuserdefender.com/"]
ytsmx.is##.home-warning
futbin.com##.articles-list-holder-inner > div.article-row-holder:has(> .fb-ad-placement)
futbin.com##.fb-skyscraper
futbin.com##.fb-ad-placement
futbin.com##.center-ad-res
online2pdf.com##div[id$="_horizontal_box"]
online2pdf.com##.side_bar div[id$="_blocked_vertical"]
online2pdf.com##.side_bar div[class$="_title_vertical"]
citizen-times.com##.gnt_xbr
||anyporn.com/if2/
ytboob.com##.video-archive-da
ytboob.com##.mbrsp
ytboob.com##.under-player-desktop
filecrypt.co##div[class^="fiIItheadblockqueue"]
constructionworld.in##.sticky-ads-desktop
constructionworld.in##.inner-top-advertise
carousell.sg###main > div:first-of-type:first-child > div:empty
gayforfans.com##div[class^="gayfo-loop-ad-"]
babla.*###topslot-container
gfinityesports.com##.mediavine_sidebar-atf_wrapper__ad-placeholder
||mn-nl.mncdn.com/tvnet/tvnet/playlist.m3u8$domain=yenisafak.com
yenisafak.com##.ys-ad-video-widget
||cdn-static3.com/cdn/push.min.js
webmd.com##body #global-main div.slide > div.caption > div.ad.instreamAd[id^="infinite-ad"]
||d6cto2pyf2ks.cloudfront.net^$domain=60fps.xyz
bloomberg.com##div[class^="BaseAd_"]
||embed.sendtonews.com/*/embedcode.js$domain=ratemyprofessors.com
popnable.com##.slotOrigin
popnable.com##.slotGeneral
popnable.com##div[class="profile-picture do-margin-top"]
popnable.com##.do-margin-top[style="height: 100px!important;"]
gplshub.com###block-82
haxnode.net##.haxno-after_content
javtorrent.me##div[style^="width:"] > div[style*="height:"]
||pimpandhost.com/mikakoka/*.php
||cloudfront.net/*/*.mp3$media,redirect=noopmp3-0.1s,domain=music.amazon.*
3xplanet.com##a[href^="https://uploadgig.com/premium"]
||vlr.gg/img/pr/
ytmp3.nu###b > iframe
||ummn.nu/*.html$subdocument
thespike.gg##ins[id][data-key]
jpvhub.com##iframe[src^="https://syndication.realsrv.com/"]
esportsdriven.com##.ga-partner
esportsdriven.com##div[class^="GGBet"]
tl.net###main-right-sidebar > div[style="margin-top: 2px; margin-bottom: 2px; height: 250px"]
tl.net###main-content > div[style^="max-width: 740px; height:108px; overflow: hidden; padding:"]
game-tournaments.com##.dynban
game-tournaments.com##.yaadstracker
||game-tournaments.com/banners
||game-tournaments.com/media/a/banner*.gif
academo.org##.sponsor-wrapper
academo.org##.sidebar--sponsor
ghacks.net##.rv-cdo
ghacks.net##a[data-wpel-link="external"][href*="offer"]
ghacks.net##div[id^="snhb"]:empty
hentaipaw.com##div[id^="ts_ad_native_"]
hbr.org##div[data-params="region=openx;location=leaderboard"]
||bitcotasks.com//files/banners/banner-
geekermag.com###custom_html-5
geekermag.com###custom_html-4
iis.net##.ad-300x250
mdn.lol##div[style*="728px;"]
mdn.lol##div[style$="min-height: 250px;"]
miraculousladybug.com##.App > div.fixed.transition-colors
hidester.com##[class*="get-vpn"]
gosexpod.com##.natsc
gosexpod.com##.video-headline-notice
||gosexpod.com/*/*.php
genmirror.com##.container div[style="height:200px;width:100%;"]
genmirror.com##.container div[style="height:280px;width:100%;"]
cravesandflames.com,novelsapps.com,codesnse.com##form a[rel="nofollow"] > img
||api.plebmasters.de/v1/info/partners$xmlhttprequest,redirect=noopjson
||plebmastersforgeassets.blob.core.windows.net/partneradvertisements/$domain=forge.plebmasters.de
forge.plebmasters.de#?#.forge-background > .justify-center > .v-col-sm-8:has(> h2:contains(/^Sponsors$/))
forge.plebmasters.de##.v-container > div.v-row--dense > div.v-col-sm-6:has(> div.v-card > .v-img > img[src^="https://plebmastersforgeassets.blob.core.windows.net/partneradvertisements/"])
forge.plebmasters.de##.v-container > div > div.v-row--dense > div.v-col-sm-6:has(> div > div.v-card > .v-img > img[src^="https://plebmastersforgeassets.blob.core.windows.net/partneradvertisements/"])
forge.plebmasters.de##.v-row > .v-col > .v-list > .v-list-item:has(> div.v-list-item__content > div.v-card > .v-img > img[src^="https://plebmastersforgeassets.blob.core.windows.net/partneradvertisements/"])
cbssports.com##.GamblingPartnerAdWrapperHome
news18.com##.sideTop
news18.com##.react-loading-skeleton[style="height:243px"]
news18.com##.phtadd
watcher.guru,thehindubusinessline.com,news18.com##.add
news18.com##.ftrad
tmail.gg##.img-box > a[target="_blank"] > img
blockaway.net###croxyExtraZapper
blockaway.net###infoBarContainer
blockaway.net##a[href^="https://www.patreon.com/croxyproxy?"]
blockaway.net##.twitterWidget
fontke.com##.index-adver
go.freetrx.fun##form center > div[id^="_"]
thepcenthusiast.com##.ads-aftercontent
thepcenthusiast.com##.mobile-ad-top-bottom
forums.redflagdeals.com##li[class^="forum_topic_inline_container_"]
ondemandkorea.com##div[id^="Footer-"][id$="_300x250"]
ondemandkorea.com###program-list .ThumbnailLink ~ div[style^="grid-column:"]
ondemandkorea.com##.swiper-wrapper #featured-banner
darkreading.com,ondemandkorea.com##.Ad
apnews.com##.FeedAd
astro.com###cmss
luscious.net##.ad_section
mysexpedition.com##div[style="text-align: center"] > a[target="_blank"]
gaydam.net##.playover
plagiarismchecker.co##div[id^="io_ep"]
carsguide.com.au##.ad.m-rec
carsguide.com.au##.glance-leaderboard-container
productreview.com.au##div[style="line-height:0"]
productreview.com.au##div[data-can-overlap="true"][style^="position:"]
||manga1000.top/app/manga/themes/*/ads/pop.js
||flacdl.com/uploads/headerbaner.gif
||justthegays.com/summer-cloud-d5d4/
||justthegays.com/wp-content/plugins/videopack-ads
||justthegays.com/agent.php
||fotor.com/photo-editor-app/assets/img/160x600
anime7.download###sidebar > div.widget_custom_html
||manga18fx.com/*_fr$script
japantoday.com##a[href*=".gaijinpot.com/"][href*="&utm_"]
mintgenie.livemint.com##.square-news-ad
mintgenie.livemint.com##.vertical-news-ad
mintgenie.livemint.com##.horizontal-bg-ad
bgr.com##.w-\[300px\].h-\[250px\]
bgr.com##.bgr-memorial-day-widget
bgr.com##.md\:w-\[300px\].md\:h-\[250px\]
moneycontrol.com##.sponsor_ad_bg
moneycontrol.com##.banner_970x250
valid.x86.fr##div[class*="widget-advert"]
bin.sx,leak.sx##.tw_float_ads_main_Wrap_Both
rephrase.info###txt-after-header
dailymail.co.uk##div[data-mol-fe-xpmodule-commerce-articles]
||breakdownexpress.com/js/ads
rephraser.co##footer ~ div.justify-content-center
c-span.org##div[class="skybox"] .skybox-promo
nintendoeverything.com##center > div[id^="nn_lb"]
deseret.com##.Ad-space
||doppiocdn.org/hls/*_init_*.mp4
thekisscartoon.com##.sbox + div[style^="margin: 0 auto;text-align:center;"]
huffpost.com###main > .bottom-right-sticky-container
gearspace.com###site-notice-container > .noticeBit > center > a
||gearspace.com/board/user_ajax.php?do=get_takeover
||static.gearspace.com/board/js/takeover/takeover.js
cellmapper.net##div[class="modal_dialog_base"][style^="display: block; left:"]
codingnepalweb.com##.cn-vignette-popup
mobileread.com##div[id^="edit"] > div[style="padding: 6px 0px 0px 0px"]
shrtco.de##.aarea
royalroad.com##h6.bold.uppercase
royalroad.com##.portlet[style^="padding-top: 5px !important;"]
||royalroad.com/a/c?w=*&h=*&r$subdocument
paste.pics###google-block
free-proxy.cz###navbar_right [onclick^="window.open"]
free-proxy.cz###navbar_right a:is([rel],[target]) > img
||res.17track.net/asset/imgs/shopify/ShopifyApp.gif
techwireasia.com##.ldb-advert
adultcomixxx.com##.adsnative
adultcomixxx.com##center > a > img
printablecreative.com##.gda-home-box
outkick.com##.outki-widget
outkick.com##div[class^="ob-home-"]
mirrored.to##body > div.container > div.extra-top ~ div[class^="sm centered"]
onlineradiobox.com##.banner--header
/^https:\/\/www\.[a-z]{8,9}\.com\/[a-z]+\.js$/$domain=pornhoarder.net
steamgifts.com##.widget-container a[href^="https://www.steamgifts.com/redirect?"] + div
steamgifts.com##.widget-container a[href^="https://www.steamgifts.com/redirect?"]
emailnator.com##a[href="https://tools-ai.online"][target="_blank"]
fileproinfo.com##div[style^="text-align:center; min-height:251px;"]
fileproinfo.com##div[id^="rightAd"]
fileproinfo.com##span[style^="text-align: center; letter-spacing: .05em; color: #6a6a6a; font-size: 0.642857rem;"]
golinuxcloud.com##div[id^="golin-"]
techcult.com###block-37
imgtaxi.com##a[href="https://imgtaxi.com/go/stripper"]
mekan0.com###block-6
||hexupload.net/images/Premium_Banners/$third-party
||pussyspace.*/js/all.js?v=gitcache_gulp_
||pussyspace.*/lazyload.im
weather.us##div[class*="dkpw-"]
dev.to##.js-display-ad-container
animerigel.com##.adflexbox
charlieintel.com##aside[data-cy="Sidebar"]
charlieintel.com##div[data-cy="Primis"]
charlieintel.com##.min-h-\[664px\].md\:min-h-\[104px\]
||awesome-blocker.com/?*&trackingdomain=$all
wankoz.com##.bottom-placeholder
armyrecognition.com##body [id^="sp-google-advertising-"]
vidmoly.to###mg_vd2
vidmoly.to###mg_vd
dailycal.org##div[class^="LiveBanners_specialCont"]
npr.org,indystar.com,usatoday.com##aside[aria-label="advertisement"]
forbes.com###featured-partners.with-adv-icon
hltv.org##div[data-seen-before]
||hltv.org/img/*&s=
newscaststudio.com##.top-bar div.iframe-post
||apkmody.io/pa-ad.js
ppssppwiki.com##.mega
fsharetv.co##a[href^="https://bit.ly"]
||javhdporn.net/wp-content/themes/kingtube/assets/js/fun.js
||creative.live.javhdporn.net/widgets/Spot/lib.js
||haes.tech/js/script-
||phineypet.com/2x.png
||phineypet.com/300x600.png
globalnews.ca###home-houseAd
globalnews.ca##div[data-watch-onload^="gpt-a"]
globalnews.ca##body div.c-ad
offidocs.com##div[id^="ad"][style*="center;"]
||free-proxy.cz/i/HMA/*.gif
||onlinemschool.com/pictures/stb.png
onlinemschool.com###oms_rgh1t > div.oms_social_group + div[id^="oms_"][style="text-align:center;"]
onlinemschool.com###oms_rgh1t > div.oms_social_group ~ div[id]
celebmafia.com##div[data-ad]
nano-reef.com##.nrsp
osgamers.com##.r89-outstream-video
calendar-canada.ca,osgamers.com##div[class^="r89-"][class*="-rectangle-"]
calendar-canada.ca,osgamers.com##div[class^="r89-"][class*="-billboard-"]
outlookindia.com##.home_ad_title
myshrinker.com##a[onclick] > button
newslive.com##.td-post-content > p > a[href="https://www.watchnews.pro/subscription"]
sourceforge.net##.projects > li.nel[data-cid]
||javhub1.com/wp-content/uploads/*.gif
||javhub1.com/wp-content/uploads/*/free888_
||quotr.net/*?ad_ext=$all
quotr.net##a[href^=" https://track.quotr.net/"]
theglobeandmail.com##.premium-chain-rail
filmibeat.com##div[id^="v-filmibeat-v"]
xozilla.xxx##div[style="height: 130px !important; overflow: hidden;"]
forbes.com##.top-ed-placeholder
yna.co.kr##article ~ div[class^="aside-box"]
chess.com##.modal-ad-component
nanoreview.net##.__lxG__multi
ipa4fun.com##div[style*="min-height:"]
sportshub.to##.card-body[style="text-align: center;min-height: 130px;"]
sportshub.to##div[style="margin-bottom: 800px;"]
||betterbe.co/wp-content/themes/magnify/resources/js/bids
betterbe.co##div[data-trackable-ad]
blockadblock.com##div[style^="display:block; width:350px;"]
ladbible.com###vidazoo-0
freeopenvpn.org##div[style^="display: block"][style*="width: 336px"]
||tabletennisdaily.com/forum/images/banner/
croxyproxy.rocks,croxy.org,datatech.icu,croxyproxy.net,croxyproxy.com###zapperSquare
croxyproxy.rocks,croxy.org,datatech.icu,croxyproxy.net,croxyproxy.com###croxyExtraZapper
filmypoints.in###sticky
romsgames.net##.mmad
pcreview.me,reviewstation.me###adxbox
quizangel.com##.static_ads
prydwen.gg##.fuse-ad-placeholder
maxcheaters.com##.mxc-left
maxcheaters.com##.mxc-right
overclockers.ge,maxcheaters.com##div[data-role="sidebarAd"]
maxcheaters.com##.ipsResponsive_inlineBlock > a[href*="advert"] > img
||d.wedosas.net/i/$domain=qlinks.eu
meetdownload.com##.panel-block > div > a[target="_blank"][rel="nofollow"]
outlookindia.com###_snup-rtdx-ldgr1
waploaded.com##.attachment_info > div > a[target="_blank"][rel="nofollow"]:nth-child(2n-1)
tech.co##.cta_banner
||reef2reef.com/data/siropu/am/user/
reef2reef.com##.reef-footer::before
reef2reef.com##.reef-footer > div.reef-footer-left
steampeek.hu##.partner_bar_cont
patch.com##.css-1yor2ab
northamptonchron.co.uk,blackpoolgazette.co.uk,lep.co.uk,scotsman.com,shieldsgazette.com,thestar.co.uk##div[class^="AdLoadingText"]
northamptonchron.co.uk,blackpoolgazette.co.uk,lep.co.uk,scotsman.com,shieldsgazette.com,thestar.co.uk##div[class^="Dailymotion__Wrapper-"]
northamptonchron.co.uk,blackpoolgazette.co.uk,lep.co.uk,scotsman.com,shieldsgazette.com,thestar.co.uk##div[class^="SidebarAds_"]
northamptonchron.co.uk,blackpoolgazette.co.uk,lep.co.uk,scotsman.com,shieldsgazette.com,thestar.co.uk##div[data-ads-params]
uptoplay.net##div[id^="adhorizontal"]
agar.io###agar-io_300x250
||pornktube.*/js/kt.js
sportsbettingdime.com##div[id^="bet-"]
sportsbettingdime.com##.top-promos
vtube.network,vtplay.net,vtbe.net,vtube.to###max_overlay
vtube.network,vtplay.net,vtbe.net,vtube.to###mini_overlay
/vtu_mini.js$domain=vtplay.net|vtbe.net|vtube.to|vtube.network
/vtu_max.js$domain=vtplay.net|vtbe.net|vtube.to|vtube.network
pbtech.co.nz##.ad-linkleft
guides.gamepressure.com##.if-no-baner
guides.gamepressure.com##.go20-pl-guide-right-baner-fix
lyrics.com###sele-container
||upstream.to/google.js
veporn.com,letsjerk.tv,drtuber.desi,vivatube.net,proporn.cc,smutr.com,silkengirl.com,yeptube.*,boom.porn,3prn.com,smutv.com,torjackan.info##.spots
letsjerk.tv##.video-content > div.wrap
veporn.com##.video-content > div.search_result + div[style="position: relative;width: 100%;background:transparent;"]
odditycentral.com###sidebar > div[align="center"][class="boxcontent padding"]
odditycentral.com###sidebar > div[class="boxcontent"][style="padding:22px;"]
dailycamera.com,bocopreps.com,buffzone.com,bocopreps.com,greeleytribune.com,broomfieldenterprise.com,coloradohometownweekly.com##.dfm-sidebar-top-flex-container > a[target="_blank"]
klz9.com##center > center > a[target="_blank"][rel="noopener noreferrer"]
||static.rolex.com/clocks/$third-party
tornosnews.gr###content > div[style*="margin:"]
javbibi.com##.main-content-inner #right-sidebar
elitebabes.com##.desktop-ban
||bellesa.co/api/rest/v*/campaigns?
xcums.com##.video_cums
||pop.iamcdn.net/players/playhydraxb.min.js$important
kshow123.tv###sidebar > div.sound[style="margin-bottom: 10px;"]
next.gr##.containerso
productreview.com.au###content > div[style="min-height:100vh"] + div[class]
technclub.com##.ekngsw
tierlists.com##.adbox-template
genshin.gg##.wrapper-mpu1
genshin.gg##.wrapper-lb1
sourceforge.net###nels
senzuri.tube##.video-tube-friends-wrapper
gay0day.com##.video-holder > a[target="_blank"]
dnsstuff.com##img[width="594"][height="97"]
editpad.org##.edsec
mywishboard.com##.MwbPagesWish__banner
mirchi9.com##body .ads-wrap-qqq
||image.mangabtt.com//Upload/Content/images/chapter/top
mangabtt.com##div[class] > div[style*="height:"]
||instagram.com/api/v*/injected_story_units/
mail.proton.me##.bg-promotion
allaboutbirds.org##.campad-side
adultdvdtalk.com###top-elements > div[style^="float:right;"]
adultdvdtalk.com##div[style^="position: fixed; margin"][style*="text-align: center;"]
redflagdeals.com##.inline_leaderboard
redflagdeals.com###rfd-primis-wrapper
forums.redflagdeals.com###header_billboard_bottom
geekermag.com##.post-content > div.a-wrap.a-wrap-5
||s.a3ion.com/splash.php?$removeparam
livingcost.org###cls-wrapper
plotz.co.uk##div[style*="width:120px;"][style*="height:600px;"]
malaymail.com##.malaymail-section-title[data-widget-id="5115"]
||bondagevalley.cc/upload/photos/kcs.webp
topinsearch.com##div[id^="teaser_block_"]
xteensex.net##.bokorasumi
||shemalesin.com/*/s/s/*.php
fap-nation.com##.adguru-zone-wrap
fap-nation.com##.adsideleft
fap16.net##.adsplx300
||partner.pcloud.com/media/banners/*300250.png
gamegpu.com###tm-top-a
thesportsupa.com##body > center
thesportsupa.com##a[href*=".play."]
yourdictionary.com##.ui-advertisement
||fapix.porn/front/js/unwanted.js
||extmatrix.com/ad/
||i.imgur.com/cSePTP2.jpg
||javrave.club/ads/
javrookies.com,javzh.com,sakurajav.com,sakuravrjav.com###isLatest
latestjav.com###block-15
sakurajav.com##.ce-banner
sakuravrjav.com###widget_advertising-2
edition.cnn.com##.ad-slot-dynamic
pornfd.com##div[style^="position: fixed; inset: 0px; z-index:"] > a
||hcbdsm.com/exo1.html
||hcbdsm.com/frtl.js
||hcbdsm.com/rbtop.html
||cdn.jsdelivr.net/npm/@fancyapps/$domain=hcbdsm.com
hcbdsm.com##div[data-mb="ad-in-items"]
zn.ua##div[class^="advertising-"]
jpvhub.com##.jss246
||cosplayporntube.com/creatives/
cosplayporntube.com##div[class*="Creative"]
||boundhub.com/sab/$image
boundhub.com##.tab7le
boundhub.com##.t2op
camcam.cc##.videos-list > article.sticky
javtiful.com###livecams
orgasm.com###orgasm-girl-banner
pornid.xxx##.sidebar-holder
sunporno.com##.safelink
[$path=/advertisement]tupaki.com##.wrapper > div#header + div.container
||content.tupaki.com//*/news/Virupaksha-Movie-*.jpg
[$path=/^\/$/]cinejosh.com##.container-fluid + br + .container-fluid
[$path=/^\/$/]cinejosh.com##.container-fluid + br + .container-fluid + .container
||cinejosh.com/images/delete/Virupaksha_Movie_1.jpg
||utbrgebzvhfa.xyz/js/script-*.js
flickr.com##div[class^="view sub-photo-right-view"] > div.photo-charm-exif-scrappy-view + div
malwaretips.com###block-9
malwaretips.com###block-10
malwaretips.com##div[id^="mwtad-"]
bleepingcomputer.com##.s-ou-wrap
18adultgames.com,shineads.in###block-87
shineads.in###block-88
my.pmi.org##div[class$="-ad"]
bazadecrypto.com##.dfx
ipleak.net##.details tr[data-tooltip^="A VPN based "]
tnaflix.com##.improveADS
herexxx.com##.videos > div:not([id])
iplocation.net###ipAdress + a[class="btn btn-danger"]
iplocation.net##.ip-buttons > button[class="btn btn-danger"]
goodrx.com##div[data-qa$="-ad"]
||sportshub.to/assets/images/banners/
azlyrics.com##.ringtone
azlyrics.com##.lboard-wrap
watzatsong.com##.right-column-why-ads
wilfmovies.com##img[width="678"][height="182"]
||user-shield.com/*&clickid=$all
opensubtitles.org###ad2-placeholder
chimesradio.com##.elementor-section  a[href^="https://amzn.to/"]
||chimesradio.com/wp-content/*/Chimes-Mobile-App-Ad
mmoculture.com##.asbybgn
ragalahari.com##.adlabel
cnet.com##article div.shortcode.-mini
expressandstar.com##.dfp-mpu
123-movies.life##.les-content > a.streamaly
1movietv.com##li[onclick="frame('/favis/redri.html');"]
1movietv.com##li[onclick="frame('/favis/redcash.html');"]
||1movietv.com/favis/redri.html
||1movietv.com/favis/redcash.html
||aphex.me^$domain=madamejane.com
brobible.com##.bro_caffeine_wrap
vipleague.st##.ratio > div.text-success
techrrival.com##div[style^="margin:"].code-block-2
doodle.com##.AdsLayout__top-container
onmsft.com##div[data-pw-desk="med_rect_btf"]
onmsft.com##.inside-right-sidebar > div[data-pw-desk="sky_btf"]
next.backpack.tf###content > div[class^="col"] > div.bg-component-foreground[style^="min-height:"]
sportskeeda.com##.right-sidebar
lirarate.org##[id^="ezoic_pub_ad"]
/^https:\/\/ik\.imagekit\.io\/[a-z0-9]+\/[a-zA-Z0-9_]+\.(jpg|png)\?updatedAt=/$match-case,image,domain=converter.app
urdupoint.com##.detail_txt > .center_desktop
urdupoint.com##div[id^="gpt-"][id$="-banner-wrap"]
devuploads.com###files_paging
andhrafriends.com##.ipsBox > ol.ipsClear > li.ipsDataItem:not([data-rowid])
earth.com##div[style="min-width:200px;min-height:250px"]
thebrighterside.news##.didna-adhesion-bottom
thebrighterside.news##div[data-testid="mesh-container-content"] > div[id^="comp-"]:not(.wixui-horizontal-line):empty
||usrfiles.com/html/*.html$subdocument,domain=thebrighterside.news
||storage.googleapis.com/didna_hb/webifacts_llc/webifactsthebrighterside/didna_config.js
forbes.com##.grid__ad-container--amp
espncricinfo.com##.ci-story-content-ad
petkeen.com##.sidebar__opp
andhrafriends.com###ipsLayout_mainArea > center > table
lifestyleasia.com##.btt-top-add-section
a2zapk.io##.RightAside
||cdn.gulte.com/wp-content/uploads/*/IndianClicks_Exxeella_Gulte_
||img.ap7am.com/thumbless/
receive-smss.com##.page-info > a[href^="https://app.smsplaza.io/"]
techpowerup.com##div[br-cls]
thetelugufilmnagar.com##.td-g-rec-id-custom_ad_1
thetelugufilmnagar.com##body ins.adsbygoogle:not(#style_important)
telugu360.com##.article_top_ads
telugu360.com##.td-ss-main-sidebar > aside.td_block_template_5.widget
pexels.com##header > a[href^="https://www.canva.com/"]
everest.picturedent.org##.imgblock ~ center > a[href][target="_blank"]:not([class])
mediafire.com##.Wallpaper-header ~ div > div[class$="McAfee-content"]
socialblade.com###lngtd-top-sticky
fonewalls.com##div[style="min-height:90px;"]
fonewalls.com##div[style^="color:#869aab;"][style*="font-size:10px;"]
fonewalls.com##div[class^="midspot-"]
||i.imgur.com/LJBMhkQ.gif
mixkit.co##.elements-generic-banner__wrapper
mixkit.co##.elements-video-items
mixkit.co##.elements-pretty-banner__wrapper
programmingeeksclub.com##.sidebar-content > .widget€
softwaretested.com##.st-alternative
softwaretested.com##.snippet-content
windowsreport.com##.refmedprd-b
fix4dll.com##.page__block.file__download
wikidll.com##iframe[style="display: inline;"].hb-animateIn
greatandhra.com##p[style$="font-size: 11px;text-align: center;"]
greatandhra.com##a:not([href*="greatandhra.com/"]):not([href^='/']) > img
hltv.org##div[data-placement-id]
telegram-group.com##.bannerContainer
northamptonchron.co.uk,blackpoolgazette.co.uk,lep.co.uk,thestar.co.uk,shieldsgazette.com,scotsman.com##div[class^="helper__AdContainer-"]
vectorportal.com##.stock-section
vectorportal.com,negativespace.co##.shutterstock > a
librestock.com##.adobe-promo
isorepublic.com##.partner-offer
isorepublic.com##.media-related
||api.shutterstock.com^$domain=isorepublic.com
free-images.com###ssphw
free-images.com###ssm
free-images.com###ssrl
freeimages.com##div[class^="istock-block"]
searchenginejournal.com##div[id^="Top_Dekstop_"]
||searchenginejournal.com/wp-json/sscats/v2/stext/seo
dice.com###leaderboard-ad-div
dice.com##.google-ad-div
flingtrainer.com##.fling-widget
open.spotify.com##a[data-context-item-type="ad"]
||indiatimes.com/v*/feeds/affiliates/msp_rhs_widget
kbb.com##div[data-cy="lockedAdContainer"]
kbb.com##div[data-cy="SectionWrapper"] .css-tteeh8.evrbb770 + div
desidime.com##.google-ads-section
4thsight.xyz###widget-in-article
4thsight.xyz###widget-index-top
linux.how2shout.com,maxedtech.com,4thsight.xyz###custom_html-24
dictionary.com##aside[id^="dcom-serp-"]
bulinews.com###site_aside > div[style*="width:100%; min-height: 250px;"]
generals.io##div[style="width: 300px; height: 600px;"]
etherscan.io##.container-xxl > div.align-items-center > div.col-md-9 + div.col-auto
etherscan.io##.auto-results-wrapper > div.p-2
ugwire.com##.theiaStickySidebar > section.widget_text
emurom.net###annonce
||service.iwara.tv/*/*.php?zones=
||netlify.app/tags/*.html$domain=iwara.tv
||erolabs.com^$subdocument,domain=iwara.tv
iwara.tv##.contentBlock__content iframe
sextb.net##.network-top span
sextb.net##.network-top span ~ a[href]:not(.login-member)
||bladeofsteel.com/clic.php?
bladeofsteel.com##div[id^="ppuubb"]
||static-cdn.spot.im/production/ads/tags/v*/ads/ads.js
assettoworld.com##.nitro-ad
||assettoworld.com/bens/vinos.js
business-standard.com##.advertisement-bg
tribuneindia.com##.fixed-ad-bottom
streamonsport-ldc.top##.mtop > iframe[src="/dns.php"]
streamonsport-ldc.top##div[style="text-align:center;"] > a[target="_blank"][rel="nofollow"]
||ondigitalocean.app/*/index.php?cezp=$document
||ondigitalocean.app/*^phone=+1-$document
||plesk.page/*?phone=$document
elsubtitle.com##div[class*="-ad-box"]
thegazette.com###site-sticky-footer
/^(?!.*(swarm.video|alexsports.store|googleusercontent.com)).*$/$third-party,xmlhttprequest,script,domain=alexsports.xyz|alexsports.site
radiolab.org##.membership-promo
||fmovies.*/ajax/banner
||rabbitstream.net/ajax/*/banners
filecr.com##.gigabyte
tenforums.com##.garbod > div[style="min-height:250px;"]
||thotstars.com/video/2.mp4
thotstars.com##.col-lg-4 > center > a[target="_blank"]
carscoops.com##.cnt_asd
carscoops.com##.in-asd-content
stylecaster.com##.pmc-product-wrapper
||wonkychickens.org/data/statics/nflong.jpg
||vizcloud.co/AB/$script
||vizcloud.co/AAA/$script
zzztube.com,videoporn.tube##.b-random-column
gotofap.tk##div[align="center"][style*="height:"]
gotofap.tk###sn_prom
gotofap.tk##.JuicyAds
jiocinema.com##ins[id^="jioads"]
glosbe.com###topTrufleContainer
glosbe.com##.right-sidebar-trufle-container
||nyx-nyx-nyx.dotabuff.com/cargo.js
dotabuff.com##.multishot
raymond.cc##.vpn-table
raymond.cc##section[class="hide-mbl hide-tbl"][style="background: #ffffff; text-align: left;"]
||apibaza.com/pixel/$domain=flsaudio.com
steamtrades.com,steamgifts.com##div[class] > a[style][class][target="_blank"][href*="fanatical.com"]
steamtrades.com,steamgifts.com##.dont_block_me
||moviekhhd.biz/images/188bet
coolrom.com.au##div[id^="td-bottom-mpu-"]
coolrom.com.au##center div[id^="td-bottom-mpu-"] ~ table[style^="border:"]
techotopia.com###mw-panel > a > img
100percentfedup.com##.z-ad-display
||igg-games.com/wp-content/uploads/*/net.jpg
||igg-games.com/wp-content/uploads/*/hh1.gif
||cdn.o333o.com/vast-im.js
investingnews.com##div[id^="inn_sidebar_"]
||teenpornvideo.fun/vcrtlrvw/cjdoweph.js
filecr.com##.ishtehar
timesofindia.indiatimes.com##.nonAppView > .mPws3
tvtropes.org##.square_fad
tvtropes.org##.sb-fad-unit
portal.uscellular.com##div[style="width: 100%; height: 250px; background-color: white;"]
||av.ageverify.co/*.html
bollywoodlife.com##.art_content > div[style*="border:"][style*="min-height:"][style*="width:"][style*="margin-bottom:"]
fortune.com###__next > div[style^="min-height: 300px; position: sticky;"]
teenpornvideo.fun##.fullave-pl
teachoo.com###adInPostContent
teachoo.com##.adsense-sidebar-ad
||sexasia.net/wp-content/uploads/2022/03/subyshare.gif
||rapidgator.net/images/pics/36_300%D1%85250_$third-party
teamkong.tk##.widget-area > .widget:not(#block-22)
tennistonic.com##div[id$="-add-block"]
||uploady.io/sw.js
||pervclips.com/tube/js/customscript.js
pervclips.com##.spot-after
||drtst.com/promo/banners/
drtuber.desi##.item_spots
||zbporn.*/ttt/
zbporn.com,zbporn.tv##.view-right
fandomwire.com##header > div[style^="min-height:"][style$="display: inline-block; text-align: center;"]
pinkvilla.com###skinnerAdClosebtn
pinkvilla.com##.skinnerAd
eonline.com##div[class*="-ad-container"]
flickr.com##.ad-rail-card-view
flickr.com##.flickr-view-root-view > .feed-b
fapello.com##iframe[src^="https://www.adxserve.com/"]
vebma.com###btget center > a
/ad_provider/*$domain=its.sex|jav4tv.com|oksex.tv|sexjav.org|sexjav.tv|xhentai.tv
/nativeads_v2/*$domain=its.sex|jav4tv.com|oksex.tv|sexjav.org|sexjav.tv|xhentai.tv
/pop_8/*$domain=its.sex|jav4tv.com|oksex.tv|sexjav.org|sexjav.tv|xhentai.tv
windowsnoticias.com###special-sidebar-template
||hltv.org/img/newwidgets/ggbet/
1024tera.com,4funbox.com,terabox.*##.patch-ad
1024tera.com,4funbox.com,terabox.*##.ad-patch-base
1024tera.com,4funbox.com,terabox.*##.pause-patch-ad
soccerstreams2.com##.content-area#primary ~ #right-sidebar
cryptonews.com.au##.cna-bnr
soccerstreams2.com##a[href^="https://onclickprediction.com/"]
||plutonium.cointelegraph.com/?MID=*&setID=
cointelegraph.com##div[class*="ad-slot_"]
||bflix.to/AA/*.js
||9anime.to/AA/*.js
||hurawatch.at/AA/*.js
redtube.com###pornstars_list > ul#recommended_pornstars_block > li:not([data-pornstar-id])
starfiles.co##a[href*="//api.starfiles.co/ad_clicked/"]
winaero.com##.gad-gads
xfree.com##.aside-banner
||xfree.com/api/banner/
zeenews.india.com,wionews.com##div[class^="ads-box-"]
gearnews.com##.fnetbr-pbb-container
teenagesex.tv,pornyoungtube.tv,pornteentube.tv##.player-bns-block
perfectgirls.xxx,pornhat.*,desipapa.tv,teenagesex.tv,pornyoungtube.tv,pornteentube.tv##.bns-bl
xxxtube1.com##.video-block-right
xxxtube1.com##.reklama-footer
feetporno.com,freehardcore.com,cartoonporn.com###_iframe_content
cartoonporn.com##.viewlist + div.aside
clutchpoints.com##div[class*="cafemedia-clutchpoints-"]
||cloudfunctions.net/api_skyhook/page/video/vmap/$domain=staige.tv
||deepfakeporn.net/contents/rest/player/deepswap_japanese
deepfakeporn.net##.primary > li.highlight ~ li
supersport.com##div[id*="_DSTV_SSZ_Responsive_Supersport_"]
supersport.com##div[id*="_DSTV_SSZ_Responsive_Supersport_"] + p
||targetimg1.com/is/image/Target/RedCard_Secondary_Hero_Colin$domain=target.com
target.com##div[data-test="redcard-banner-container"]
tokyomotion.com##.videos > div.column:not([id])
||pornxp.org/sp/$subdocument
hqbang.com###list_videos_related_videos > center
||hqbang.com/n/
||hqbang.com/neverb/
||americass.net/interstice-ad
pornblade.com,pornfelix.com###wrapper_content > div.cf + aside[id]
/exnb/froload.js?$domain=hd-easyporn.com|pornfelix.com|pornblade.com|xnxx-sexfilme.com
||nsfwr34.com/ad_schedule/
||payangel.com/resources/images/$third-party
eurohoops.net##.site-header > .lead
uploadrar.com###news_last
lingohut.com##.al-board
slickdeals.net##div[data-adlocation]
bdprice.com.bd##.aps-sidebar > div.widget_text.aps-widget
warbirdsnews.com##.widget_custom_html.mh-widget
msn.com##.intra-article-ad-half
zebranovel.com##div[class^="stpd_pandanovel_"]
mangageko.com##div[style="color:#666; text-align:center; font-size:12px;"]
mathsolver.microsoft.com##a[aria-label^="Advertisment."]
pornpics.app##main > ul.pics:first-child > li
thesportsrush.com###article-content-div > div:not([class]):not([style])
forum.admiregirls.com##.structItemContainer-group > .samUnitWrapper
cryptogems.info##img[alt="ad"]
news.mn##div[data-banner-location]
warcraftlogs.com##.side-rail-ads
scotsman.com,warcraftlogs.com###bottom-banner
||assets.rpglogs.com/js/global/playwire.*.js$domain=warcraftlogs.com
panda-novel.com##div[class^="ad300_"]
panda-novel.com##div[class^="ad1200_"]
camslib.com##a[href^="https://k.adddm.in/"]
biqle.org##a[href^="https://theporndude.com/"]
biqle.org##div[style="text-align: center;"]
streamingsites.com##.IPdetectCard
streamingsites.com##a[class^="styles_getVpn_"]
streamingsites.com##div[class*="styles_layoutVpn__"]
streamingsites.com##div[class^="styles_adverticementBlock_"]
grammarcheck.me,updateland.com###block-2
||updateland.com/wp-content/uploads/*/Amazon-Prime-Video
osmanonline.co.uk##.stream-item-top > a[target="_blank"] > img
tenforums.com##div[style="height:280px !important;"]
itdmusics.com##.content > * > div[style="width:300px;height:250px"]
grandprix247.com##.ad-inserter
||sportcast.life/img/ali3.png
buffsports.stream,sportcast.life###pr
vipbox1.com###leftcolumnwrap
vipbox1.com##div[id^="slot"]
vipbox1.com##.menuTable td[colspan="4"][rowspan="3"]
thumbnails.porncore.net##div[id][style$="height:200px;width:800px;"]
nhentai.website##a[href^="https://1xbet.onelink.me"]
thebestschools.org##sonic-qdf[url]
meteomedia.com##div[data-testid^="div-gpt-ad-"]
||api.steampp.net/api/Advertisement/
castracoin.com##.cc_stickyad
/dao/dao-fel.js$domain=elitenylon.com|fetishadviser.com|fetishburg.com|highheelsmania.com|hotnylonpics.com|maturesandnylon.com|nylondolls.com|nylonglamourlegs.com|pantyhoseminx.com|pantyhosepink.com|porntb.com|uniformcunts.com
tvguide.com##.c-tvListingsSchedule_adRow
||everythingrf.com/wsFEGlobal.asmx/GetWallpaper
||everythingrf.com/wsFEGlobal.asmx/GetStaticImages
everythingrf.com##div[id^="ucHeader_Panel"]
realestate.com.au##div[class^="PostLayout__AsideWrapper-"] > div[class^="styles__Medrec"]
realestate.com.au##div[class^="FooterAd"]
proprofs.com###new-header-ad
proprofs.com###new-sidebar-ads
xda-developers.com##.w-pencil-banner
getmodsapk.com##center[style="position:relative; width:100%; min-height:336px;"]
thinkkers.com##div[class^="customad"]
thinkkers.com##.mb-3[style="margin-left: -1rem;margin-right: -1rem;"]
apkmodget.com##.adv_wrap
topsporter.net##.global-blog-wrapper > .post-item > .post-item-wrap[style="max-height: 300px;min-height: 300px;"]
reuters.com##div[class*="workspace-article-banner__banner-container__"]
opencart.com##.promotion-banner
9gag.com###main > div[style^="position: relative;"][style*="z-index:"][style*="min-height:"]
slickdeals.net##.frontpageSlickdealsGrid__bannerAd
igg-games.com,pcgamestorrents.com##.uk-margin-medium-top a[target="_blank"] > img
game-2u.com##aside.widget a[href^="https://bit.ly/"]
fulltime-predict.com##div[style^="overflow: hidden; min-width:"]
fulltime-predict.com##div[class^="prediction_homeImgDiv"]
banaraswap.in##.azbtn[href*=".click/?"]
banaraswap.in##.inner-flex-box div > a[href*=".click/?"]
banaraswap.in##.mediafire
apkmody.com##.above-ad-unit
apkmody.com##a[href*="ldplayer.net?n="][target="_blank"]
citimuzik.com##.entry-content > div[style*="margin:"]
sitelike.org###HeaderAdsenseCLSFix
capetownetc.com###stb-overlay
capetownetc.com##.stb-center-container
/strip_ngn_2020_august$script,domain=porcore.com
xnotx.com###sidebar > div.box:first-child
xnotx.com###sidebar > noindex
imperiodefamosas.com###photos > a[target="_blank"]:not([data-toggle], [href^="/"])
agoda.com##div[id^="ads-ssr-"]
laptopmedia.com##.items-center.h-64
laptopmedia.com##div[class^="order-"] .h-64
nanoreview.net##article > div[style^="margin-bottom:"] > div[style*="height:"]
nanoreview.net##main > #float-sb
pornmeka.com##.spot_wrapper
||pornmeka.com/butbro/lolwutk.js
pc-builds.com##.ez-banner
||asianmilfhub.com/wp-content/uploads/ad/
asianmilfhub.com##a[href^="https://acmejoy.com/"]
||dailysabah.com/ajax/get-ads-ajax?
analyticsindiamag.com##div[id^="elementor-popup-modal-"]
mov18plus.cloud##div[style*="height:100%;width:100%"] > a[target="_blank"]
koreaporn.net##.bb_desktop
asianpinay.to##.happy-section-bg
electroniclinic.com##a[rel="sponsored"] > img
electroniclinic.com##.stream-item > .container-wrapper > a[href^="https://www.altium.com/"] > img
allmath.com##div[style^="width:300px;height:250px;margin:"]
allmath.com##.text-center[style*="width: 970px;max-width: 100%;"]
allmath.com##.text-center[style^="max-width:300px;height:250px!important;margin:"]
||filemoon.*/js/apoh2.js
||imgbaron.com/pornindian.gif
mydramalist.com##div[class="sticky"][style^="min-height"]
||vedbex.com/tools/assets/images/img/*_*.gif
vedbex.com###pasos
a10.com##.wdg_page_thumbnail_grid--item-advertising
ebooxa.com##div[data-item-id="spot"]
gamessumo.com###MobileAdInGamePreroll
playjolt.com,gamessumo.com,myfreegames.net##div[style^="min-width: 728px; height: 90px; margin: 0 auto;"]
rock.porn##.banner-asd
||rock.porn/ai/s/s/im.php?ss=
prinxy.app##.sticky-footer
||tech.hindustantimes.com/fetch-tech-products/taglist?$domain=livemint.com
livemint.com##.paywall > div[style]
livemint.com##.pos-rel > div[data-vid] + div[class*="story"].rightBlock
||yad.com/forgame/gamesAD.json
||yiv.com/forgame/gamesAD.json
gameask.com##div[class^="ad"] > p
gamemonetize.video###promo
gamemonetize.video###displayAds
yad.com,cargames.com,puzzlegame.com,ubestgames.com,mixfreegames.com###game_bottom_ad
ubestgames.com,mixfreegames.com##.walk_video_leftad
ubestgames.com,mixfreegames.com##.walk_video_rightad
cargames.com,puzzlegame.com,ubestgames.com,mixfreegames.com##div[id$="AdDiv"]
/ima3.js$script,redirect=google-ima3,domain=mixfreegames.com|gamemonetize.com|gamemonetize.video|gamemonetize.co|playjolt.com|gamessumo.com|ubestgames.com|myfreegames.net
||playjolt.com/ima3.js$script,redirect=google-ima3
||mixfreegames.com/ima3.js$script,redirect=google-ima3
||gamessumo.com/ima3.js$script,redirect=google-ima3
||ubestgames.com/ima3.js$script,redirect=google-ima3
||gamemonetize.com/ima3.js$script,redirect=google-ima3
||gamemonetize.com/api/ima3.js$script,redirect=google-ima3
yoho.games##div[class^="ads-area-"]
ufreegame.net###MobileAdInGamePreroll-Box
fortnitetracker.com##.fne-home__news-ad
yad.com,babygames.com,puzzlegame.com,cargames.com,puzzlegame.com,yiv.com,4j.com##div[id^="RightAd"]
mixfreegames.com,gamescrush.com,ubestgames.com###ad-sticky
tubexnxx.pro##.full-brkas-container
pridesource.com###custom_html-71
realpornclips.com##.embed-aside
realpornclips.com##.main-aside
||click^$script,third-party,domain=upshrink.com
||area51.porn/sw.js
||bitchesgirls.com/libs/adLoaders/
bitchesgirls.com##.also
bitchesgirls.com##.myblock
bitchesgirls.com##div[title*="webcam"]
bitchesgirls.com##.a-d-block
bitchesgirls.com##.ADDED
pornborne.com##.footerUrls
pornfree.xxx##.main-aside
pornfree.xxx##.clip-sidebar
fucksporn.com###FloatingLayer
fucksporn.com##a[href^="https://searchxt.com/"]
teenpornjizz.com,fucksporn.com##.adv_banners
xxxtophd.com##.video > div.video-column + aside.video-sidebar
freesexpornhd.com##div[class$="-promo-col"]
freesexpornhd.com###plban
freesexpornhd.com##div[class^="page-conteiner"] > div[class^="content-title-"]
freesexpornhd.com##div[class^="page-conteiner"] > div.e-block
freesexpornhd.com##.camitems
givemeaporn.com##.innerSources
pornborne.com,givemeaporn.com##.JoinChannel
||nuvid.*/player_right_$subdocument
nuvid.com,nuvid.tv##div[style="height:477px; margin-bottom:15px;"]
joe.co.uk##.article > .sticky-spacer-common
tecnoandroid.net##div[itemprop="articleBody"] > div[style*="height:"].code-block
coindesk.com##div[class^="high-impact-vertstyles__StyledWrapper-"]
otomi-games.com##.otomi-widget
||kaguraserver.com/wp-content/uploads/*-Ad-300-
||kaguraserver.com/wp-content/uploads/*-Ad-728-
camwh.com,xgirls.webcam###kt_player > div[style="position: absolute; inset: 0px; z-index: 170;"]
||teenpornvideo.sex/player/html.php?aid=*_html&video_id=*&*&referer
summarizingtool.net##div[style^="height:300px"]
summarizingtool.net##div[style^="height:100px;"]
data-load.in##.p-body-pageContent > center > a[target="_blank"]
engadget.com##div[data-wf-image-beacons]
shinbhu.net##div[class^="publift-widget-"][style]
||jasonsavard.com/images/promos/
||ccp.digitaltrends.com/go/ccp/products/*/offers
cnet.com##body .ad-slot
doubledouble.top##.totally-not-an-ad
vipleague.im##iframe[src^="//affelseaeinera.org"]
||swarm.video/nsns.js
24timezones.com##.ad-container-top-index
ibtimes.com##.mgid-content
techcyan.com##.fixedbtn
kiktu.com,techcyan.com##div[id^="wggen"] a
genius.com##div[class^="SidebarAd__"]
baseball-reference.com##.adblock.stn
modfyp.com,prothomalo.com##body .adsBox
pokeminers.com###ad-card
musicca.com##.ads-box_top
science.org##body .adplaceholder
crn.com###bottom-ribbon
crn.com###imu1forarticles
crn.com##.ad-imu-sticky
||thesource.com/wp-content/uploads/*/GoogleMobileAppIcon.png
||titsbox.com/iframe/*_NTV_
||faster-trk.com/video?$xmlhttprequest,redirect=nooptext
meracalculator.com##.result-sec ~ .col-sm-12
meracalculator.com##.mt-md-3  >.col-12
meracalculator.com##.col-sm-12 > div[style^="min-height:"]
||timesnownews.com/dfpamzn.js
timesnownews.com##._1ML8q
fastupload.io,video.hizliresim.com##.vr-adv-unit
||kisscartoon.*/api/pop*.php
businessgreen.com##.notice-slot-full-below-header
alternativeto.net##div[style^="min-height:114px;background-color:"]
alternativeto.net##div[style^="min-height: 114px; background-color:"]
work.ink##body > div[style*="width: 100%; height: 100%;"] > a[target="_blank"]
lingvanex.com##div[id^="adsbygoogle"]
4qrcode.com##div[style="min-height:334px"]
4qrcode.com###adsMobile
noodlemagazine.com##.menu > a[href^="https://theporndude.com/"]
portableapps.com##.field-item > ins.adsbygoogle + script + h2
portableapps.com##.field-item > ins.adsbygoogle + script + h2 + p
12tomatoes.com##.sheknows-infuse-ad-callout
apartmenttherapy.com##.StickyBanner__content
gab.com##.sticky-inner-wrapper > div > a[href^="https://grow.gab.com/go/"]
ifa.com.au###mmk-popup-screen
worldofaviation.com,defenceconnect.com.au,australianaviation.com.au,cyberdaily.au,cybersecurityconnect.com.au,ifa.com.au##.b-topLeaderboard
ifa.com.au##div[class^="b-gutterads__wrapper"]
cyberdaily.au,ifa.com.au##div[id^="mm-azk"]
mariskalrock.com##div[id^="simple_ads_manager"]
mariskalrock.com##div[id^="wmd-anuncio"]
||madnesslive.es/banners
quintenews.com##div[id^="placement_"]
quintenews.com##center > a[target="_blank"][href]
cepro.com###sectionfooter-promo
sfexaminer.com###block-2924520
wegotthiscovered.com###sticky-top
virtualdrumming.com,wegotthiscovered.com###sticky-bottom
||akm-img-a-in.tosshub.com/sites/test/budget_2023/$domain=indiatoday.in
indiatoday.in##iframe[src^="https://akm-img-a-in.tosshub.com/sites/test/budget_2023/"]
news18.com##div[style="display:flex;justify-content:center;margin-bottom:20px;height:90px;background:#f1f1f1"]
news18.com##.recomeded_story div[style="min-height: 100px;"]
economictimes.indiatimes.com###budgetAd
jeepgladiatorforum.com##.fa-share-alt
||herald.wales/wp-content/*/Carmarthendental1
saddind.co.uk##aside[aria-label="Side Sidebar"] a[rel="noopener noreferrer"][onclick^="javascript:window.open("] > img
777score.com##.target-payload
apkpure.*##.js-ad-slot
serial021.com###block-11
1337x.unblockit.ink,1337x.to##div[style="width:auto; text-align:center;"] > a
.php*&sadbl=$domain=vipbox.*
hotdeals.com##.ads-list-one
hotdeals.com##.adsRightCenter
streameast.to##.google-auto-placed
streameast.to##.adsbyvli
solarmovie.cr##div[id="content-embed"][style*="/images/play_center.png) center"]
go.bicolink.net##iframe[src*="/ads-bicolink"]
go.bicolink.net##img[src*="/ads-bnr.jpg"]
whatismyipaddress.com##.ip-detail div.call-to-action
thegay.tube##.wtxmmmmdmdtta
match3games.com##.playAdFree
||penangpropertytalk.com/wp-content/uploads/*-bg.
penangpropertytalk.com##div[id^="cliczone-advert-"]
penangpropertytalk.com##div[id^="advads-"]
ww2.putlocker.onl##div[class="wrapper"][style^="left:25%;"][style*="text-align:center;"]
livesport24.net##a[href^="https://1xbet.onelink.me/"]
techlusive.in##.ads-mobile-size
||atube.xxx/static/nblock/
atube.xxx##.sp-i
sleazyneasy.com##.bottom-container
||i.ibb.co/*/img*.gif$domain=otakufr.co|parisanime.com
sofascore.com##div[display="none,none,block"]
sofascore.com##div[display="none,block"] > div[elevation="2"]:empty
10minutemail.com##.explanation > br ~ p
10minutemail.com##.content > p[style]
10minutemail.com###secondary_ads
tempmail.plus##div[class^="admain"]
tempmail.plus##.main-mob-top-horizont
vpnmentor.com##.sidebar-best-deals
vpnmentor.com##.vm-featured-vendor
vpnmentor.com##p[style="text-align: center;"] > a[onclick^="clickedLinkExternal"]
||via.placeholder.com^$domain=temp-email.pro
tempail.net##a[href^="https://hop.clickbank.net/?affiliate="]
comparitech.com##.ct-loophole
coupert.com##div[ga-track="cp_ads/detail"]
teenmanhua.com##.body-wrap > div.c-sidebar
hbr.org##.stream-entry[js-target="stream-ad-container"]
||91-cdn.com/images/amazon-microsite/m-banner-amazon-$domain=91mobiles.com
planetf1.com,teamtalk.com##.ps-block-a
playboard.co##.chart__row--ad
dictionary.cambridge.org###ad_mpuslot
||dictionary.cambridge.org/*/iaw-cdo.min.js
||historyextra.com/static/advertising/
$script,third-party,denyallow=bowercdn.net,domain=yourupload.com
hdzog.tube##.pagination + div[class]:last-of-type
hdzog.tube##.video-page__row > div:not([class*="video"])
mysocceraustralia.com##div[style="text-align: -webkit-center;margin-bottom: 20px;min-height: 250px;"]
xxxscenes.net###execphp-3
cosxplay.com##div[class^="after-boxes"]
cosxplay.com##div[class^="beside-video"]
cosxplay.com##div[class^="native-boxes"]
cosxplay.com##div[class^="related-boxes-footer"]
cosxplay.com##div[class^="textovka"]
ranobes.net##.free-support
||sfstatic.net/build/js/chunk~propclick-js-main-js
vjav.com##.yetdvtththeeyy
||coolcast2.com/z-$script
xdcc.eu##.gb
||techclips.net/jqueri.php
wolfstream.tv,highstream.tv###customAnnouncement
wolfstream.tv,highstream.tv##.video_ad_fadein
filmyzilla.*##a[href*="//whairtoa.com/"]
sonichits.com##div[style="max-width: 98%; width:500px; margin: 0 auto"]
traderie.com##div[class^="AdSlot__"]
pornmega.com##body .bottom-adv
pornmega.com##.list-videos > center > a[href*="&utm_campaign="]
coolors.co##.native-carbon + div[id]
violinist.com###midcol > div[class^="mid"]
||retailturkiye.com/wp-content/uploads/*/baoli-banner-
violinist.com###rightcol > p[align="left"] > a[href]
tattle.life##.mmt-sticky
tattle.life##.visitorAdPost
pcgamer.com##div[class^="van_vid_carousel"]
||bigwank.tv/extension/aine/
||nordcdn.com/nordvpn/media/$domain=unogs.com
unogs.com##.nordvpnAd
||sukkisukki.com/pu.js
||cdn.concert.io/lib/concert-ads/
phoneia.com##div[class*="r89-desktop"]
phoneia.com##.successful-desktop
phoneia.com###colophon > div[style^="height:295px;"]
||himgs.com/js/comunes/ads/demandManagerAds.js
||buffstream.fun/scripts/test7.js
||cdn.streamgoto.lc/js/ppj.js
||cdn.streamgoto.lc/js/clock1.js
pussytorrents.org##body > [style^="position: fixed;"][style*="z-index: 999999"]
||nzbstars.com/nb/froader.js
minecraftskins.com##.antiblock-wrapper
namemc.com##div[class*="col-md"] > div[style*="min-height:"]
namemc.com##.small-gutters > div[class="col-12"]
love4porn.com##.block-video > div.top
4kporn.xxx,hoes.tube,crazyporn.xxx,love4porn.com##.sponsorbig
techraptor.net##div[id][data-embed-button="embed_block"]
revolve.com##.site-footer__promo-container
limetorrents.lol##.torrentinfo > div > div[style^="float:"]
9gag.com###jsid-ad-container-billboard
pinloker.com,sekilastekno.com##.separator > a[\@click="scroll"][target="_blank"]
ios-repo-updates.com##.blockads
snopes.com##.outer-ad-unit-wrapper
vikatan.com##div[stylename^="mgid-ad-container"]
||veryfast.litimgs.com^$domain=literotica.com
||speedy.literotica.com/ntk
literotica.com##.SAAWidget__container
literotica.com###BreadCrumbComponent
literotica.com##.w_ex
literotica.com##.be_eB
literotica.com##a[href^="https://literot.com"]
literotica.com##div[id^="footer_ad"]
rayinfosports.com###content > div.wrap > aside.widget-area
/js/popunder.js$domain=pornstash.in
watchcartoononline.bz###info > div.BorderColorChangeElement
||percussiverefrigeratorunderstandable.com^$script,redirect=noopjs
pornogramxxx.com##.container > center > iframe[sandbox*="allow-popups"]
pornogramxxx.com##div[style^="margin: 30px 0;"][style*="height: 250px;"]
desiporn.tube##div[style="margin-top: 20px;"]
||js.desiporn.tube/wovbrqqij/
||js.desiporn.tube/*/baker
viptube.icu##.promotion
/pub?id=$third-party,script,domain=streamsb.net
game3rb.com##.post-body > div[style] > a[target="_blank"] > button
schaken-mods.com##center > div[class$="ipsPadding"][id]
euronews.com##.c-leaderboard
||hdmoviesflix.rent/*/includes/js/popups.js
||blogger.googleusercontent.com/img/*/w320-h93/200.gif^$domain=hdmoviesflix.rent
worldsoccertalk.com##div.article-body__sidebar > aside > section.sidebar-streaming
steamcollector.com##.abg-card
myvidster.com##td[align="center"][height="90"]
sofascore.com##div[elevation=",3"][display="block,none,block"]
bt.com##.productcardverticalcontainer
worldsoccertalk.com##.article-body-wrapper > div.article-body__body > div.media-block
wuxiaworld.com,frontpage.pch.com##div[id^="placement-"]
batimes.com.ar##div[class^="ads-space"]
||adtonos.com/attc-*.min.js
worldsoccertalk.com##div[class^="article-banner-"]
answers.com###sticky_footer
answers.com##.space-y-4 > div[style^="min-height:"]
answers.com##.paywall > div > div[style="min-height:90px;"]
answers.com##div:not([class]):not([id]) > div[style="min-height:280px;"]
animedao.to##body .ab
animedao.to##body .ab + hr
||wcostream.net/premiumad
alt-codes.net###copyModal .modal-body
||justswallows.net/js/script-*.js
sextu.com##.thumbs__banner
sextu.com##section[style="padding: 12px;"]
/^https:\/\/www\.sextu\.com\/([a-z]{9,12})\/([a-z]{9,12})\.js$/$domain=sextu.com
alphacoders.com##div[class*="ads-bottom-center"]
hypnotube.com##.top-ban-row
onlyporn.tube##.block-video > div.right
hotleaks.tv,hotleak.vip,leakedzone.com,thotsbay.tv##div[class^="koukoku"]
||go.goasrv.com^$removeheader=location
fakings.com##.centrado[style="width:300px;"]
cfake.com###over
cfake.com###content_ban
cfake.com###content_square
adultdeepfakes.com##.inter
||go.xlivrdr.com^$removeheader=location
gamefaqs.gamespot.com###deals_emr.pod
||gamefaqs.gamespot.com/a/js/amazon.*.js
cineb.rs,solarmovie.pe,sflix.to##div[id^="hgiks-"]
svgrepo.com##div[id^="native-"][class^="style_native__"]
pianistmagazine.com##.post-body > .row > .col-12 > .small
gramophone.co.uk##.col-xl-4 p > a[target="_blank"] > img
23isback.com##div[data-block-type="21"]
apkdone.com,sporticos.com##div[style="height:250px;"]
tvpclive.com##div[style^="position: fixed; display: block;"]
softpedia.com###swipebox-action
safelinking.net##div[class$="innerB"][style="margin-top: 20px;"]
zlibrary.to##.fixed-ads-container
||welovemanga.*/uploads/bannerv.gif
stylecraze.com##div[id^="ubvideoad"]
stylecraze.com##.flying-carpet-wrapper
stylecraze.com##div[id^="adsolut"]
seroundtable.com##.bottombox > div.squarebox > a[target="_blank"] > img
||wcofun.net/premiumad.png
wcofun.net##div[style="width:160px; height:600px"]
moddroid.com##.text-center > div.swiper-pointer-events
lightnovelpub.com##.sticky-container
lightnovelpub.com##.mlkFcZfJ
chedrives.com##ins[style="display:inline-block;width:336px;height:280px;"]
chedrives.com,cryptowin.io##ins[style="display:inline-block;width:300px;height:250px;"]
wunderground.com##ad-wx-top-300-small
||xnxx.com/lvcsm/abck-banners/
youramateurporn.com##div[class*="-aff"]
amateurest.com##.under-player-text
homepornking.com##.bbas
homepornking.com##.bottomlc
||s0.cdn3x.com/jb/js/jb.vast.min.js
wdwnt.com##.wp-block-image a[href="https://vacationeer.com"]
wfmz.com###tncms-region-front-featured-top
hdzog.tube##.content > div:not([class]) > div.content-block ~ div[class]:not(.content-block)
hdzog.tube##.video-page__left > div.video-page__player + div[class]
xmilf.com##.content-block > div.see-more-wrapper + div.wrapper
porntrex.com###index-link
||spycock.com/coco/$script
lesbian8.com,sortporn.com,bigtitslust.com##.mitaru
freeporn8.com,amateur8.com,sortporn.com,bigtitslust.com##.calibro
porngem.com##.video-right
4pig.com###sponsorbanner
vipergirls.to###posts > div[align="center"] > div > a[target="_blank"] > img
bellesa.co##div[class*="PlayerX__Wrapper-"] div[class^="Display__RatioOuter-"]
bellesa.co##div[display="grid"] > div[class^="Structure-sc-"] > div[class^="MediaQuery__Query-"] > div[class^="Structure-sc-"] > div[class^="Display__RatioOuter-"]
pornfap.tv##.video-sidebar_column
opynew.com,upfilesurls.com,imginn.com,forex-gold.net,mobi2c.com##div[data-ad]
||macperformanceguide.com/_ads/
macperformanceguide.com##div[class^="placement"]
||syndication.exdynsrv.com/splash.php?$removeparam
||iili.io^$domain=adzz.in|proappapk.com
gyanitheme.com,yotrickslog.tech,meclipstudy.in,adzz.in###adtera
hanime.tv##.subtext + div.event-container
bundle.app##.upMasthead
||torrents-proxy.com/wp-content/uploads/
elevenforum.com##div[style="width:300px;padding-bottom:10px;text-align:center;height:600px;margin-bottom:15px;"]
||timestech.in/wp-content/uploads/pum^
xnxx.fit###fluid-onpause_spot
teenpornvideo.fun,asiantv.fun,asianporn.life##.spotholder
||youpornzz.com/*.gif
citynews.ca###master-leaderboard
citynews.ca##body div.inter-module-ad
privacysavvy.com###ps-popup
||xxxshake.com/*pop/|$script,~third-party
xxxshake.com##.fluid-b > div.fluid-b-title
/sum.js$domain=freeporn8.com|sortporn.com|lesbian8.com|amateur8.com|bigtitslust.com|maturetubehere.com|shemalesin.com|3movs.com
autoscout24.com##.detailpage-content-banner
||home-made-videos.com/nameless-cake
home-made-videos.com###toptrade1
home-made-videos.com##.topthumbcontainer
||p0.drtst.com/promo/banners
lovejav.net##div[class^="sextb_"]
lovejav.net##body > div.container > div[style^="text-align:center;min-height:100px;"]
chatib.us##.login-container > div[class^="col-"] > center > div.mrg-b-25
a-z-animals.com##.adthrive-video-player
||static.thenude.com/media/sites/18EIGHTEEN/banner
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[role="progressbar"] ~ div[class] div div[data-instancekey] > div[data-visualcompletion="ignore"] a[aria-label][href*="l.php?u="][target="_blank"]
pornstar-scenes.com##a[aria-label="Join Site"]
pornstar-scenes.com##a[href^="/join/"]
pornstar-scenes.com##div[style="border-color:#ffffff;"]
nubilex.net##a[href^="https://www.nubilex.net/go/"]
nubilex.net###text-31
nubilex.net###text-29
||uploadgig.com/static_/$domain=3xpla.net|3xplanet.net
guitaretab.com##.gtd-ad
chordu.com##.chordu_trk_title
chordu.com##div[class^="chordu_cont_"]
chordu.com##div[class^="chordu_"][class*="_ad"]
chordu.com##.ad_sidebar_top
chordu.com##.chordu_srch_title
thewindowsclub.com###text-422067558
thewindowsclub.com###text-422067553
alternativeto.net##.undefined[style^="min-height:114px;"]
gulte.com##.h250[id^="gulte-text-html-widget-"]
gulte.com###awt_popup_landing
onlineocr.net##div[class^="col-xl-"] > .row[style="text-align:center"]
onlineocr.net##div[class^="col-xl-"] > .row[style="padding-bottom:5px;"]
olympics.com##div[class^="indexstyles__AdWrapper-sc-"]
my18pussy.com##.advert-adv
asiantv.fun,my18pussy.com##.aside-spots
||my18pussy.com/ab/
18pussy.porn###player_spot
||18pussy.porn/ab/
||milf-porn.xxx/ab/
pornv.xxx##.special-images
pornv.xxx##.v__s
hot-milf.co,milffuck.fun,hotmilfporn.site###video-id_fluid_html_on_pause
||porngrey.com/js/KVShare.js
vgkami.com##.vg_nordvpn
wsj.com###AD_WTRN_container
||hentai.video/video.jpg
tampermonkey.net##td[style^="vertical"].werl
tampermonkey.net##.advent_head
javgg.net###ad_from_bottom
||stomp.straitstimes.com/sites/*/js/betterads.min.js
||stomp.straitstimes.com/sites/*/js/adscript.min.js
cricxtasy.com##.showdefaultbody > div[style^="overflow:hidden; padding-top:"][style*="width:100%"]
||cricxtasy.com/static/*/images/Blog-Banner
cgdirector.com##.fixed_ad_container
cgpress.org###textextra-13
cgpress.org###textextra-15
cgpress.org##.header-container > div[style*="width:"][style*="height:"]
porndoe.com##div[class*="-h-banner"]
porn300.com##.wrapper > ul[class$="video-units"]
myteenwebcam.com###chatwindow
zazzybabes.com##.banner2
porcore.com###topcontainer + div[style*="margin-bottom:16px;"]
||fgn.cdn.serverable.com^$image,domain=porcore.com
englishclub.com##div[style^="min-height: 280px;"]
eatwell101.com##.adsenseright
united.com##div[class^="app-components-HomeTop-homeTop__adPlacement"]
united.com##aside[class^="app-components-MyUnited-Landing-styles__chaseAd"]
nopixeljaps.com,preggoporn.tv,tinydicktube.com##.video-list-ads
nopixeljaps.com,preggoporn.tv,tinydicktube.com##.hidePauseAdZone
boundhub.com##.pla4ce
boundhub.com##.block-video > div[class^="tab"]
amazfitwatchfaces.com##.advp
amazfitwatchfaces.com##.advpanel
hentaidude.com##.bntext
metart.com##div[class^="sc-"][class$="active"][style="text-align: center;"]
||public.cdnvault.com/creatives/
pornxs.com##div[id^="div_theAd"]
pornstream.org##.player > div.right
justswallows.net##a[title="For video ad companies"]
crazyporn.xxx##.list-videos > div > div[class="item"]:empty
hdsex.org##.player-section__ad-b
hdsex.org##.ad-w
pornburst.xxx##div[class$="-iframe mb-20 text-center"]
pornburst.xxx,serviporno.com##.ntv-disclaimer
porn300.net,tokyvideo.com,pornburst.xxx,serviporno.com###overlay-video
cuteasiangirl.net,matureclub.com##.videos-adv
matureclub.com##.player__banner
cuteasiangirl.net,matureclub.com##.video-item--adv
||sleazyneasy.com/contents/images-container/*.gif
||sexy-egirls.com/vast/
||sexy-egirls.com/vast/*.xml$xmlhttprequest,redirect=nooptext
||sexy-egirls.com/sexy-egirls.com.mp4
petkeen.com##.sidebar__placement
chapmanganato.com##.body-site > div.container-chapter-reader > div[style^="text-align: center; max-width:"]
web.telegram.org##.SponsoredMessage
namethatporn.com##.a_bhs_w
tunelf.com##.jw-special-entrance
cointelegraph.com##.xgo-banner
cointelegraph.com##.stretch-promo-banner
cleverbot.com###adspons
||geo.dailymotion.com/libs/player/$domain=variety.com
time.news##section[data-id="1281c08c"]
bravoteens.com##h2[style="padding-left: 1%; float: left;"]
bravoteens.com##span[id^="BTEm"]
bravoteens.com,bravoporn.com##.brazzers
||asianleak.com/player/html.php?aid=*_html&video_id=*&*&referer
apklinker.com###gadvheader
wsj.com###dianomi-module
kemono.party##div.content-wrapper + div > div.root--ujvuu[style^="width"]
opencritic.com##app-home-carousel-v3[title="GOG Winter Sale"]
cdkeyit.it,allkeyshop.com##body > a[class^="blc-"]
investing.com##div[data-test="ad-slot-visible"]
myrateplan.com##.view-id-top_banner_ad
iplogger.org##.commercial-wide
boardgamegeek.com##gg-leaderboard-ad
boardgamegeek.com###dfp-leaderboard-lg
campornosex.com##.fool
campornosex.com##.carve
campornosex.com##.sister
campornosex.com##.beginning
fakazavibes.com,zamusic.org,javhdo.net,movies.meetdownload.com,tomato.to,pornhd6k.net,123movies.la##a[href^="https://bit.ly/"]
earnhub.net##center ins
spankbang.party,spankbang.com##.lv_cm_int_come_on
hdhub4u.*##button[onclick^="btnaction"][data-url]
hubcloud.work##h2 > a#bgsora
wankoz.com,vikiporn.com##.native-holder
justthegays.com##.wpb_raw_code
justthegays.com###site-content div[style^="padding-bottom:"]
justthegays.com##.mol-video-ad-container
||upstream.to/js/ahed.js
vidmoly.to###voc_block
vidmoly.to###dos_vlock
||cdn.staticmoly.me/vlock.php?
||cdn.staticmoly.me/block.php?
hentaicloud.com##.vertical-ads-content
||lilymanga.com/wp-content/uploads/ad-inserter/
copro.pw###text-31
||copro.pw/wp-content/*/bg
canberratimes.com.au##div[id^="origami-"]
canberratimes.com.au##div[class^="w-full"] > div[class^="my-4"] > div[class^="my-6"] > div[data-testid="classifieds-vertical-wrap"]
fantasyfootballscout.co.uk##div[style*="min-height: 250px;"][style*="text-align:center;"]
fantasyfootballscout.co.uk##div[class$="-call"]
paradisehill.cc##.shapka
paradisehill.cc##.banners3
paradisehill.cc##.banner-universal
||paradisehill.cc/nb/backeer.php?
kbjrecord.com##div[style^="position:fixed;inset:0px"]
kbjfree.com##iframe[src^="//slave.kbjfree.com/"]
||porndoe.com/movie/preroll$xmlhttprequest,redirect=nooptext
paraphraser.io##div[style="position:sticky;top:10px;margin-top: 10px;"]
top.gg###rewarded-video
top.gg##div[class^="css-feed"] > div.chakra-stack
hellmoms.com##.block-videos + h3[style="text-align: center;"]
||content.sinpartycdn.com/videos-ads/*.mp4$media,redirect=noopmp3-0.1s
actualidadiphone.com###breadcrumbs + aside[id]
analdin.xxx##.banner-top
analdin.xxx##iframe[src*="lovelybingo.com/"]
1l1l.to###adholder
papahd.club##.entry button[onclick*="document.location"]:not([onclick*="http://papahd.club/"])
lyrics-letra.com##div[class^="pub"]
urbharat.xyz,djxmaza.in##.box-main > div.box:first-child
djxmaza.in##.box-main > div.box + div.box > *:not(center):not(script)
vanityfair.com##div[class^="StickyHeroAdWrapper"]
mydaddy.cc###ovrl_ad
hqporner.com##.uvb_wrapper
tubewolf.com##[id^="TA"][id*="-Native-"]
hentaiworld.tv##.buton-main-link
hentaiworld.tv##.card-container:not([href^="https://hentaiworld.tv"])
ripple-stream.com###block-12
||ai-widget.s3.amazonaws.com/fl-ai-widget-sportsguild.js
||sefemedical.com/images/down.png
||javopen.co/wp-content/uploads/2020/05/brave.png
sexlist.tv##iframe[src^="/myvids/"]
sexlist.tv##iframe[src^="https://www.sexlist.tv/player/html.php"]
kink.com##.kink-az-container
search.brave.com##div[data-advertiser-id]
miltonkeynes.co.uk##div[id^="borg-"]
miltonkeynes.co.uk###sticky-second-sidebar-item-height
miltonkeynes.co.uk###sticky-article-height
prabhatkhabar.com##._24SDO
papahd1.xyz##.entry > p > button[onclick*="https://uvbyty.com/"]
analyticsindiamag.com##div[data-elementor-type="header"] > section.elementor-section
pornone.com##.vjs-info-top
timesnownews.com##div[class$="AdContainer"]
timesnownews.com##div[id^="progressBarContainer_"] > div[style^="min-height:"]
||media.dscgirls.live/promo/
||flyingsquirellsmooch.com^*.xml$xmlhttprequest,redirect-rule=nooptext,domain=fsiblog2.com
cutout.pro##.appRecommend
perverttube.com##.fp-ui > div > a[target="_blank"]
||ratedgross.com/player/html.php?aid=*_html&video_id=*&*&referer
||official.cam/*/?track=*&*&campaign=$domain=ratedgross.com
namethatporn.com##.dt.a_bbf_w
namethatporn.com##div[data-flba^="https://landing.brazzersnetwork.com/"]
hellporno.com##a.btn-more + p.rel-tit
hellporno.com###XBm-Native-Bottom-3-row + p.rel-tit
||allsportsflix.xyz^$popup
nflstreams.me##div[style*="z-index: 2147483647; top: "]
nflstreams.me##div[class*="position-absolute"][id]
tvtv.ca,tvtv.us##.MuiDialog-paperScrollPaper > div.MuiDialogContent-root + div.MuiBox-root
tvtv.ca,tvtv.us##.MuiBox-root > div.MuiPaper-root.MuiPaper-elevation.mui-fixed:not([id])
tvtv.ca,tvtv.us###app > div.MuiBox-root + div.MuiPaper-root.MuiPaper-elevation
tvtv.ca,tvtv.us###app > div.MuiBox-root + div.MuiBox-root > div.MuiPaper-root.MuiPaper-elevation
orbispatches.com##div[class="small text-muted text-center"]
kbjfree.com##.video-card[target="_blank"]
bangla.bdnews24.com##.scorecard
ap7am.com,bangla.bdnews24.com##.first-ad
bangla.bdnews24.com##.second-ad
ndtv.com##div[id^="adslot"]
/index.js^$domain=daft.*|dsex.*
||mercury.akamaized.net/v/*.mp4$domain=jiocinema.com
hindustantimes.com###section_news
american.footballroma.com##body div[class^="banner"]
gaypornlove.net##.herald-da-above-single
watchjavonline.com###secondary a[target="_blank"] > img
/js/jquery_size.js$domain=streamsb.net
msn.com##msft-article-card:not([class])
asmhentai.com##.atop
herexxx.com###video-interlacing
trend.az##.adv-wrapper-horizontal
greekreporter.com##.td-all-devices > a[href][target="_blank"] > img
livescore.com##div[id$="-ad-holder"]
scmp.com##.page__header-ad-slot
theporndude.com##.wrapper::before
||maturesex.fun/vcrtlrvw/fjhreiow.php
||cdn.allsportsflix.xyz^$script
edition.cnn.com##.ad-feedback-link-container
porntop.com,onlyporn.tube,pornhits.com###inv_pause
porntop.com,onlyporn.tube,pornhits.com##.jwplayer .btn-close
merriam-webster.com##body .abl
hentaiworld.tv##a[href^="https://hotplay-games.life/"]
||heavyfetish.com/contents/oyeetirbhzpn/player/Vicetemple_PornX.mp4
heavyfetish.com##.hf-header-banner
4kporn.xxx###top
4kporn.xxx###bannerbelow
mylust.com###fluid_video_wrapper_main_video > div#main_video_fluid_html_on_pause
editpad.org##.inlinADs
editpad.org##.top_ad_box
editpad.org##.labels__ads
editpad.org##label[style="font-size: 12px;text-transform: uppercase;"]
mixdrp.*##body > div[style^="position: absolute;"][style*="width: 100%; height: 100%; z-index:"]
hdzog.com##.video-page__player + div[class]
hdzog.com##.video-page__left + div[class]
||loader.to/images/loader/convertr.png
indianexpress.com##.gamingcubeiframe
css-tricks.com##.article-sponsor
livemint.com##div[id$="NotAdFree"]
xbabe.com##.nat-bottom
hellmoms.com,zedporn.com,crocotube.com,xcum.com,hellporno.net,alphaporno.com##.bnnrs-player
hellmoms.com,xbabe.com,xcum.com,hellporno.com##iframe[src^="/_a_xb/"]
hellmoms.com,xbabe.com,xcum.com##span[id^="XBm-Native-Bottom-"]
crocotube.com,zedporn.com##span[id^="TAm-Native-Bottom-"]
hellmoms.com,zedporn.com,hellporno.net,faapy.com##.block-banner
porngo.com,veryfreeporn.com,videojav.com,pornpapa.com##.adv-list
xxxfiles.tv,porngo.com,veryfreeporn.com,xxxfiles.com##.header_spot
upornia.com##.content-wrapper > div:not([class]):not([id]):not([style])
sportsgambler.com##div[class^="herobox"]
sportsgambler.com##.widget > a[href^="/r/"]
sportsgambler.com###stickysidebar::before
pornlist.tv##iframe[src="/myvids/showx.php"]
||static.c4assets.com/all4-ad-code/latest/adverts.js
charlieintel.com###desktopleader
okmagazine.com##div[data-field="ad"]
okmagazine.com##div[style="font-size:x-small;text-align:center"]
music.apple.com##.upsell-banner
editingcorp.com##.default-sidebar > section[id^="block-"]
7starhd.*##div[style^="clear:both;float:left;width:100%;"] > a[target="_blank"] > img
||shrinkme.io/banners/ref/$third-party
techymedies.com##.adxfire-ad
||o2videos.com/images/adbanner.jpg
||ddownr.com/assets/images/convertr.png
pornlist.tv,gay4porn.com,pornbimbo.com,uiporn.com,uiporn.com##iframe[src*="/player/html.php?aid="][src*="&referer="]
xxxporn.me##.resizable.mult
xxxporn.me##iframe[src^="/myvids/rek/"]
portmiamiwebcam.com##.info-left
portmiamiwebcam.com##.info-right
portmiamiwebcam.com##div[class^="horiz-banner-"]
affpaying.com##img[alt="Algo Affiliates"]
affpaying.com###sidebar a[href^="http://trckgdmg.com/"]
dopebox.to,bflix.gg,f2movies.to###hgiks-top
videosection.com##.invideo-native-adv
videosection.com##.shadow .player__video-wrapper::before
cdromance.com##.cls
picyield.com###clck_ntv
anycodes.com##.sls_pop
minecraftforum.net###nav-free-minecraft-server-hosting
nottinghampost.com,birminghammail.co.uk,football.london##.topbox-cls-placeholder
siasat.com###text-html-widget-188
daftsex.net##.videos > div:not([id])
sexodi.com###video_reklamy
sexodi.com###background-cloud
mypornhere.com##.container > div[align="center"][style^="clear:both;"]
duhoctrungquoc.vn##div[style="width:100%; height: 90px !important;text-align: center;;padding:10px 0; "]
its.porn##.desk-banners
its.porn##.rmp-container
||its.porn/ai/s/*/im.
||its.porn/ai/s/s/js/m/push.js
marktechpost.com##.widget_block a[href^="https://pxl.to/"]
go.shareus.in##.download-play-buttons
nmac.to##a[href^="https://veepn.g2afse.com/"]
streamlivenow.me##center > [style^="background:white;"][style*="max-width:"]
streamlivenow.me##.player-tip
pornrewind.com##.thumbs-list > div[class="th "][data-item-id] ~ div[class="th "]:not([data-item-id])
readmng.com##.desk
readmng.com##.sideways
readmng.com##.xxxkapsar
xozilla.com##div[style="height: 220px !important; overflow: hidden;"]
123ecast.me,gocast123.me###floaterabc
theblock.co##div[ga-event-category="Advertisement"]
javur.com###a728x90top
||h-flash.com/data/image/mcs/chat
||i.gyazo.com^$domain=oii.io|insurancexblog.blogspot.com
||fapnow.xxx/bump/
fapnow.xxx##.xpot-horizontal
fapnow.xxx##.content center
fapnow.xxx##div[style="width: 900px; height: 250px; margin: 0 auto;"]
||dl.dropboxusercontent.com/s/*/progress-bar-scroll-ads.js
time.com##.ad-tech-placeholder
time.com##.ad-tech-skybox-container
collectiveray.com##div[data-id="3"]
matureporn.com##.b-spot-section
slideshare.net##.inbetween-overlay
snipboard.io##.non-pro > .main-page-parent > div > .ad-container + .call-to-action
linuxtuto.com,thepcenthusiast.com,boundingintocomics.com,pridesource.com,thehouseofportable.com###custom_html-13
thehouseofportable.com##a[href^="https://billing.purevpn.com/aff.php?"]
porno247.net###spot-player
porno247.net##.top-spot
porno247.net##.vertbars
||seseporn.com/photo/*.gif
freeporn247.org##.text-adv
postimees.ee##.aside--ad
insuranceinfos.in,skincarie.com###gpt-passback-Sticky
||spankbang.com/official/serve_
spankbang.com##.video-list-with-ads > div.video-item[data-id="0"]
googlesyndication.com##.GoogleActiveViewElement > div:not(#reward_close_button_widget)
googlesyndication.com###abgb
prothomalo.com##img[width="300"][height="80"]
tomsguide.com##div[data-offer="deal_of_the_week"]
astro.com##.goad
astro.com##.goadtop
astro.com##.astroadv
astro.com##.rightadcont
||adshrink.it/adshytics.js
titantv.com##td[style="vertical-align:top; position:relative; min-width:160px;"]
greekreporter.com##.td-is-sticky p > a[target="_blank"] > img
apotelyt.com##div[id^="sdbrUnitAbs"]
myiptvforum.com##.notices + div[style="text-align:center;"]
investing.com##div[advertisementtext]
fapality.com##.fluid_next_video_left
geeksforgeeks.org##div[style^="position:absolute;top:1px;left:1px;font-family:Verdana,Geneva"]
vikiporn.com,wankoz.com,fetishshrine.com###rel-player + div.items-holder
wcostream.net##img[src^="premiumad"][src$=".png"]
amazon.de,amazon.com,amazon.co.uk,amazon.fr,amazon.in,amazon.it,amazon.es##div[class*="widget=loom-"][class*="FEATURED"]
amazon.de,amazon.com,amazon.co.uk,amazon.fr,amazon.in,amazon.it,amazon.es##.a-carousel-card:empty
uploady.io,uploadydl.com##iframe[class^="iframe_id"]
kompass.com##.colPub
kompass.com##.megaBanner
kompass.com##.containerWhite-adsense
80.lv###Big_Image_Banner
80.lv##a[id^="Image_Banner_Mid"]
80.lv##.BrandingPromo_skeleton
makezine.com##div[class*="ad-make_mpu_"]
thisisanfield.com##.code-block[class*="ai-viewport-"]
thisisanfield.com##.elementor-widget-wp-widget-ai_widget .code-block > div[style]
thisisanfield.com##.elementor-widget-wp-widget-ai_widget .code-block center > div[style]:not(.newsnow)
||javhd.com/*/300x250.html?
||porndoe.com/sitePreRoll/
||porndoe.com/sitePreRoll/$xmlhttprequest,redirect=nooptext
||porndoe.com/movie/preroll/$media
voonze.com##.tdi_97
pagesix.com##.widget_nypost_dfp_ad_widget
flixhd.cc###vpn-top
fsharetv.io##.columns > div[class="column col-12"]:not([class*="mb-2"])
||javseen.tv/fire2/popup*.js
chedrives.com,adgully.com,colliderporn.com,livesportstream.club##div[class^="banner"]
||amazonaws.com^$xmlhttprequest,redirect=nooptext,domain=crackle.com
javhdo.net###popupContact
javhdo.net###backgroundPopupp
javhdo.net###wrapper-footer > center > div[style="text-align: center;"]
/\.com\/\d+/[0-9a-z]+\.js$/$script,~third-party,domain=hentai2w.com
||hentai2w.com/templates/default/js/ab.functions.js
||hentai2w.com/templates/default/js/arf-app-
hentai2w.com##.ark-noAB
||mercurial.cointelegraph.com^$xmlhttprequest
prepostseo.com##.pps-spr-lumba-daba
prepostseo.com##.text-center > span[style="font-size:12px;display: block;"]
yourcountdown.to##.adsense-fallback
rateyourmusic.com###page_genre_index_section_ad_desktop_video_floating
||tirexo.blue/main.js?
thesenior.com.au##div[id^="newswell-"]
thesenior.com.au###main-side-container
thesenior.com.au##div[id^="story-side-"]
thesenior.com.au###story-body div[id^="story"][id$="-container"]
javcrave.com##.player-side-ad
whosampled.com##.front-ad
moviehdkh.com###adsss
moviehdkh.com##a[href*="&utm_campaign="][target="_blank"] > img
||moviehdkh.com/assets/small-quangcao-*.gif
||hentai.guru/wp-content/plugins/script-manager/iframe-proxy.php
hentaihaven.vip,hentai.guru##.script_manager_video_master
komikhentai.eu.org##div[style^="position:fixed;"][style*="cursor:pointer"]
crictracker.com##div[class^="style_popupAd_"]
crictracker.com##div[id^="div-ad-gpt-"]
crictracker.com##div[class^="d-none"][style^="min-height"][style*="90px"]
usanewstoday.club,crictracker.com###stickyunit
modded-1.com##div[style="color: #909090; text-align: center;"]
outlookindia.com##div[class="slide-container"][style="margin-top:5px;"]
||edgecast-vod.yimg.com/gemini/pr/video_$media,redirect=noopmp4-1s,domain=yahoo.com
s.yimg.com##.cta-wrapper
indianexpress.com##.h-text-widget
dilbert.com##.shelf-space-container
||audiosexstories.net/wp-content/uploads/sam-pro-images
hog.mobi,sexu.com,hog.tv##.content__body > .content__top > div > h3.content__title.title--sm
business-standard.com##div[class^="adv-height-"]
investorshub.advfn.com##.page-container > div.container-fluid > div#posts.row
||infinitehentai.com/uploads/banners/
||watchporn.to/banners.php
tv.puresoul.live###block-16
tv.puresoul.live##a[href="https://redi1.soccerstreams.net"]
tv.puresoul.live##a[href="https://nbabite.app/"]
ancient-origins.net##.sidebar a[href="https://www.ancientdnaorigins.com/"]
pics4upload.com,imgsen.com##a[href="https://besthotgayporn.com/"] > img
||imgbaron.com/banner2.gif
javmovs.com##a[href^="https://poisonencouragement.com/"]
livesportstream.club,footballroma.com,architonic.com###header-top
livesportstream.club,footballroma.com###bottom-top
livesportstream.club,footballroma.com##.container31
livesportstream.club,footballroma.com##.container42
||javbabe.net/x1x/
/full_combined*.js$domain=pornkai.com|tubesafari.com|fuqqt.com
porn-plus.com##div[class^="power"]
xnxx.com,xvideos.com###ad-footer
sportfacts.net##.clpr-emre1
sportfacts.net##.footy-player-wrapper .footy-related-posts
papahd1.xyz##.entry > pre
papahd.club,papahd1.xyz##button[onclick*="bitbillionaire.live"]
viu.com##.float-left > div#div-ad-homepage
viu.com###infoline-wrap
viu.com###premium-bar-wrapper
viu.com##.video-cmd
leo.org###taboola-mid-article-thumbnails
leo.org###topBranding > div.ta-r
ebookhunter.net,silverspoon.site###vi-sticky-ad
tinyurl.is##div[style="border-radius: 20px;padding: 25px;font-weight: bold;background-color: #452d38;color: #ffffff;"]
freepik.com##.section-spr
event.kingstream.live,play.kingstream.live,en.ripplestream4u.online,watch.soccerloverss.live##.featured-post.section
ezyzip.com##div[style="margin-bottom:5px;float:right;width:300px;height:600px;background:#20364c"]
scoopwhoop.com##.google-ads-outer
voyeurhit.tube,voyeurhit.com##div.video-page__content > div.left + div[class]
voyeurhit.tube,voyeurhit.com##.video-page__underplayer > div:not([class^="underplayer"])
voyeurhit.tube,voyeurhit.com##.video-page > div.video-related + div[class]
adultepic.com##div[style*="height: 250px;"]
miamiherald.com##.zone-el[stnplayerkill]
heraldonline.com,charlotteobserver.com###story-cta-widget
heraldonline.com,charlotteobserver.com##div[style="--height:250px;"]
miamiherald.com,heraldonline.com,charlotteobserver.com##.htlad-web-fixed-bottom
heraldonline.com,charlotteobserver.com##.zone-el
watchjavonline.com##body > div[style^="position: absolute;"][style*="z-index"]
||sciencefocus.com/pricecomparison/widget/
sciencefocus.com##.promotion-cards
musinfo.net###rtm-top
||hdthevid.online/mavennofile.js
watchdoctorwhoonline.com##div[class^="sidebar"] > aside[id^="custom_html-"]
hentaiworld.tv##div[style="max-width:728px; margin: 0 auto"]
hentaiworld.tv##a[href^="https://landing."]
hentaiworld.tv##.entry-content > div.section-slider + p > br
onlinesequencer.net###footer_ad_wrapper
online-archive-extractor.com,rhymes-with.com,adjectives-for.com,find-words.com,word-count-tool.com,ocr-free.com,read-text.com,other-languages.com,how-to-say.com,online-screen-recorder.com,webcam-test.com,record-video-online.com,speaker-test.com,send-voice.com,share-my-location.com,online-mic-test.com##div[style^="min-height:280px;"]
fotokiz.com##a[target] > img
xconvert.com##.m-container
britannica.com##.abl
wordreference.com##body #ad1
cdkm.com##.main-panel > .top-content
food-here.com,my-current-location.com,online-pdf-tools.com,voice-recorder.io,convertman.com,translated-into.com##div[style="min-height:280px;margin-top:15px;margin-bottom:10px"]
food-here.com,my-current-location.com,online-pdf-tools.com,voice-recorder.io,convertman.com,translated-into.com##div[style="margin: auto; min-height: 280px; text-align: center;"]
readm.org##center[style="margin-top:25px; margin-bottom:25px; width:100%; height: 100px;"]
modthesims.info##.browse-content > div[style="padding: 0.5em;"]:not([class])
expat.com##.pub-970
expat.com##.ad-inside-list
chapmanganato.com##div[style^="width: 100%;overflow: hidden;"]
digitalmarktrend.com,tophostingapp.com,webhostingpost.com##iframe#iframe_id
||ipleak.org/bannerbest*.$image
||smailpro.com/js/chunks/aff_a.js
||mm9844.xyz/js/adultmb.js
kinemaster.cc###ad-top > h4
kinemaster.cc##div[style="text-align: center"] > span[style="font-size: x-small;"]
fucking-tube.com##.video-block-happy
mdhstream.cc,fucking-tube.com##.happy-section
||hotlinkie.com^*index.php$third-party
freepreset.net##.theiaStickySidebar > div > div.widget_custom_html
lightsnovel.com,pandasnovel.com,panda-novel.com##div[class^="novel-ins"]
kiktu.com,techcyan.com##.elementor-button-link
analyticsindiamag.com,kiktu.com,techcyan.com##.elementor-widget-container > a[target="_blank"] > img
sabishare.com##.cmp-roll
||short.freeltc.top/news.html
||short.freeltc.top/info.html
fastpeoplesearch.com##.ad-widget-container
jasonsavard.com###middle > div[id^="page"] > a[href*="ref=ad"] > img
pornoaffe.net,xnxx-porno.com##.cf aside[id]
||cdn.porngames.tv/images/videos
||cdn.porngames.tv/images/skyscrapers
||porngames.tv/js/banner
lyricscopy.com##div[id^="gAd"]
binaryfork.com##.article-box[style="min-height: 280px;"]
||demo.wp-script.com/rtt-adult/wp-content/themes/retrotube/assets/img/banners/
$script,third-party,denyallow=disquscdn.com|disqus.com|fastlylb.net,domain=bluelockmanga.com
forexfactory.com##.footer__branding
||resources.faireconomy.media/js.min/resources/js/money/moneyslotmanager.js
pornfidelity.com##.promoBar
||upstream.to/js/kalturaup.js
romsgames.net##[onclick^="javascript:window.open"][style^="background: #e7fbf6;"]
||cuttlefly.com/direct-info/
||ltn.hitomi.la^*?yuo1=$script,~third-party
smutty.com###menu > li > a[href^="https://funkydaters.com"]
cssreference.io###alo
cellmapper.net###modal_av_details
||bitporno.to/popup18.js
coolors.co###generator_inner > div[id][style^="position:absolute"][style*="top"][style*="z-index"]
rephrase.info##.d-ad1-none
rephrase.info##.d-ad2-none
rephrase.info##.text-center > span.text-center[style^="color:"]
racerxonline.com##.interstitial
sharetechnote.com##div.content > table > tbody > tr > td > p > .adsbygoogle
||pakistanwiki.com/assets/jquery/jquery-3.2.min.js
||techblog.sdstudio.top/wp-content/uploads/2022/06/intuitive
tech-latest.com##.lates-adlabel + div[style^="height:"]
zorbasmedia.com##.banner-sidebar
zorbasmedia.com##.hidden-slider-overflow > .banner
zorbasmedia.com##.banner-middle > a:not([href^="https://zorbasmedia.com/"])
||zorbasmedia.com/wp-content/uploads/2022/09/green-*x*-eng.gif
affplus.com##.bg-ad
affplus.com##.justify-center > div > a[target="_blank"] > img
affplus.com##.main-wrap > a[target="_blank"].exlink
||apimg.net/2022/zeydoo-*.gif$domain=affplus.com
milf300.com##main > .text-center[style="height: 100px;"]
milf300.com##.nopadding > div[style="width: 300px;height: 250px;"]
milf300.com##.nopadding > div[style="width: 300px; height: 250px;"]
hancinema.net##.ad_below
hancinema.net##.navigation_ad
morexlusive.com##div[style^="float: none; margin:10px 0 10px 0;"]
morexlusive.com##article > center > a[target="_blank"] > img
boomplay.com##.buoyFixedWrap
techspot.com##.downText > a > div
sonixgvn.net##.wpb_wrapper > div[class="a-single a-5"] > center > em
msn.com##div[data-t*="campid="]
msn.com##div[data-t*="subid1="]
thegay.com,thegay.tube##.content > div:not([class]) > .wrapper ~ div[class]:not(.wrapper)
skysports.com##.site-component-vertical-margin
digitaltrends.com##.b-banner
terabox.com##.drainage
rephrase.info,paraphraser.io##.d-none > div[style="position:sticky;top:10px;"]
crackedfine.com,genuineactivator.com##.entry-content center > a[href][onclick]
digitaltrends.com##body .dtads-location
digitaltrends.com##.b-adhesion
||digitaltrends.com/wp-content/themes/dt-stardust/assets/scripts/js/dt-ads-manager.min.js
moneymag.com.au##div[id^="Ad-"]
yts.do###movie-poster > a[target="_blank"]
yts.do,yts.homes,yts.mx##.hidden-xs > a[target="_blank"] > img
yts.do,yts.homes,yts.mx##div[style*="width: 100%;"][style*="height:"][style*="margin: 0px;"]
forexfactory.com##.adbit
||zap.buzz^$subdocument,domain=~zap.buzz
osmanonline.co.uk,blisseyhusband.in##.adfoxly-wrapper
||blisseyhusband.in/wp-content/plugins/adfoxly/
watchx.top,chillx.top##body > div[id] > div[style] > a[target="_blank"]
/hentai2w.com/[0-9a-z]*.php/$domain=hentai2w.com
dafontfree.io##.custom-html-widget > a[target="_blank"] > img
realgfporn.com##.video-bottom-a
1337x.to##.manage-box + center
tenforums.com###thread_info > div[style="height:125px;"]
||hentaiworld.tv/footer-banners.html
bankinfosecurity.com##.pop-up-interstitial
txxxporn.tube##.iwhhmigmngx
txxxporn.tube##.mangxgxnnaa
interestingengineering.com##div[class^="BigAd_ad_"]
urbandictionary.com##.mug-ad
urbandictionary.com##a[href="https://urbandictionary.store"].items-center
tech.hindustantimes.com##.ampAds
reelrundown.com##.mm-in-content-ad-row--in-content
1377x.to##a[href="/freevpn/"]
pixilart.com##.panel-ad-only
hentaiworld.tv###imagead
hentaiworld.tv##.secondary-nav
javporn.tv,hentaiworld.tv###floating-banner
hentaiworld.tv##.comments-banners
||warnermediacdn.com/csm/*&caid=$xmlhttprequest,removeparam=caid,domain=cnn.com
hatauzmani.com##.bn-lg
hatauzmani.com##.bn-lg-sidebar
socolive.pro##img[src^="/images/ad-"]
||nbabite.to/vast/clappr-google-ima-html5-preroll-plugin.js
askto.pro##.ablock
fragrantica.*##.fuseheader
sunderlandecho.com,thestar.co.uk##div[class^="TopBanner__"]
zamunda.net##.unique-centerpos
pornomovies.com###fist-visit
sportcoaching.co.nz##.mkd-sidebar div[class^="angwp_"]
sportcoaching.co.nz##div[style] > a[href="https://www.miivita.com/"] > img
||sportcoaching.co.nz/wp-content/uploads/*/*/Miivita_top-*-*-*-px.jpg
/\/static\/[0-9a-z]+/[0-9a-z]+\.js$/$script,~third-party,domain=fleshed.com
linguee.*##.l_deepl_ad_container
digworm.io##div[id^="digworm-io"]
softwareok.com##table[id^="banner_"][bgcolor="#FB0200"]
||anisearch.*/partner?$subdocument,domain=anisearch.*
anisearch.*###content-sidebar > aside#rightA
anisearch.*###content-sidebar > aside#rightB
streetdirectory.com###splash_screen_overlay
streetdirectory.com###offers_splash_screen
||imhentai.xxx/js/slider_
||imhentai.xxx/js/expp.js
download4.cc###side-banner
download4.cc###banner-left
||images.download4.cc/banner/
eroprofile.com##div[style="width:300px height:300px;"]
||mult-imgs.cyou/images/hentaed-
pornicom.com##.sug-block
facileporno.com##.hidden-under-920
hentaicity.com,porntv.com##.thumb-list > div[class^="outer-item _"]
hentaicity.com,porntv.com##.detail-box > div.detail-con ~ div.detail-side-td
lightnovelworld.com##div[data-mobid]
desktopnexus.com###middlecolumn div[align="center"][style$="height: 250px;"]
desktopnexus.com##.getheader_bottom+ table > tbody > tr > td[width="160px"]
yesvids.com###relatedContainer > div[style^="clear: both;"]
pornhd.com##.video-overlay-ad
pornhd.com##.video-player-wrapper + div.live-sex
||xgroovy.com/*pop/|
homemade.xxx##div[align="center"]:not([class])
vjav.com,hotmovs.*##.videos-tube-friends
pornclassic.tube,vjav.*##.video-page__player + div[class] > div[class]
vjav.*##.album-page > div.video-page__wrapper + div[class]
vjav.*##.content > div:not([class]) > div.video-page + div[class]
/images/ads/*$domain=lookmovie.foundation|landernitemons.monster
landernitemons.monster,lookmovie.foundation,sextb.net,wjunction.com##div[style^="text-align: center;"] > a[target="_blank"] > img
bravoporn.com##.box-left
mysports.to##.vidmov-post-extensions
mysports.to##.footy-related-posts
cat3movie.org###ads-preload
cat3movie.org##.float-ck-center-lt
vjav.com##.uvhmpmpggvv
vjav.com##.uaummvvupmtaa
vjav.com##.vgmhummpmpggvv
nudityfactor.com##div[style="max-width: 320px; text-align: center; margin: 0 auto;"]
fapdig.com##.right > .content
||st.chatango.com/js/*/*/RklModule.js
mobygames.com##.buyGameLinkHolder
||eroprofile.com/js/fp-interstitial.js
||eroprofile.com/js/nvbla.js
||eporner.com/cppb/
affpaying.com##.bg-ad
affpaying.com##.fad-bg
affpaying.com##img[width="800"][height="80"]
eroprofile.com###divVideoListAd2
softwareok.com##table[id^="banner_"].GXG_botm
yahoo.com###HPSPON-ad
||yimg.com/nn/lib/*/advertisement
swagger.io##.doc-ad-zone
nowlive.me,worldsp.me###html7
healthshots.com###catNativeAd
healthshots.com###homeNativeAd
healthshots.com###fitnessTools
healthshots.com###fitnessToolsAdBot
healthshots.com##div[class^="storyBlock"]:not(.trackWidget)
metaporky.site,allsportsdaily.co##table[width="”520″"]
anandtech.com###taboola-mid-article
hotmovs.*##.video-page > div.block_label.mt-15 + div[class]
hotmovs.*##.pagination + div.block_label--last
thegay.com,thegay.tube,hotmovs.*##.underplayer__info > div[class]:first-child
hotmovs.*##.block_label--last + div[class]
ah-me.com##div[style^="float: right;"][style*="width: 300px;"]
hdzog.com##.content > div:not([class]) > div.content-block ~ div[class]:not(.content-block)
hdzog.com##.xkggggx
hdzog.com##.qkogfgfzzkk
hdzog.com##.kzgoqggfgfzzkk
hdzog.com##.fokkhfuhquxxzxzggf
scrolller.com##.gallery-view > .vertical-view > .vertical-view__columns > .vertical-view__column > a[href^="https://trk.scrolller.com/"]
financialpost.com,lfpress.com##body .vf-promo:not(#style_important)
financialpost.com,lfpress.com##.js-widget-flyercity
||i.imgur.com/QUvin97.jpg$domain=vgmlinks.me
pornclassic.tube,tubepornclassic.com##a[href^="http://www.theclassicporn.com/"]
pornclassic.tube,tubepornclassic.com##.content > div > div.container + div
tranny.one,sunporno.com##.thumbs-container > .th-ba
tranny.one,sunporno.com##.thumbs-container > div[style^="clear: both; box-sizing: content-box; margin:"]
sunporno.com##.abottom
tranny.one,sunporno.com###amiddle
metasrc.com##div[style="display: flex;justify-content: center;"] > div:first-child[class] + div[class] + div[class]:last-child:empty
sexbot.com##div[style^="width:300px;height:350px;"]
rakuten.tv##div[data-testid="progress-bar"] > div[data-testid^="progress-ads-"]
||static-ma-ht.project1content.com/static1/@one/blocks/async/CatfishBlock.*.js$domain=babes.com|mofos.com|realitykings.com
pornclassic.tube,thegay.com,thegay.tube,vjav.*,hotmovs.*,tubepornclassic.com##.video-page__content > div.left + div[class]:last-child
top.gg##article[data-testid="promoted-product"]
hancinema.net##.ad_300x600_300x250
3movs.com,lesbian8.com###intt-layer
lesbian8.com##.block-album > div.table
||lesbian8.com/frd5/s/s/sum.php
pimpandhost.com,pornone.com##.iframe-container
dropgalaxy.com##iframe[data-aa]
productz.com##.productz-ad-container
wcostream.net##.reklam_pve
gofile.io##div[id^="adsGoogle"]
||sexjav.tv/pop_*.
||sexjav.tv/nativeads_*/nativeads_*.js
||sexjav.tv/ad_provider/ad_provider.js
javedit.com##.videos-container > section.sidebar_widget.wow
javedit.com###skipad
||xbjav.com/asset/js/vast.js
||javcaster.com/cover_image/ads_king_
pholder.com##.AdSenseAboveFoldResponsive
pholder.com##.M1A97
pholder.com##.Carousel__footer
vogue.com##.consumer-marketing-unit--article-mid-content
vogue.com##.journey-unit__container
javbow.com###advertisement-footer
||javpic2.xyz/banner/
javhdo.net###ds_top
javhdo.net##.preload
javuncensored.watch,javcensored.net,javbake.com##.itemads
||signal.black/jav-stream.png
||signal.black/images/animated-download-button.gif
||signal.black/xxaah-*.html
multi.xnxx.com##body > .combo.smallMargin
||z.cdn.bescore.com/load?z=*&url=
streamonsport8.buzz##a[href*="dude.php"]
alexsports.site##body > .video-container ~ div[id][style*="z-index"]
dubznetwork.com##div[class^="clpr-emre"]
dubznetwork.com##.single-related-posts.banner_ad
||dubznetwork.com^$removeheader=refresh
||javtsunami.com/crimson-unit-$script
javtv.to##div[style^="height: 250px;"]
javsky.tv,javvin.me##footer > .row > center
jav19.com###zleft > div.panel
javthe.com##footer div[style^="height: 250px;overflow: hidden;"]
javpoll.com##body > script[type] ~ div[style^="position"]
sexjav.org##div[id^="mobile_ads"]
||sexjav.org/pop
postoast.com##.code-block:not([class*="ai-viewport-"])
||aviole.com/script/pustrck.js
tpb.party##a[href^="https://www.getonlineuserprotection.com/"]
||ad.mail.ru^$domain=my.mail.ru
getpaidstock.com##.container > header.main-header + center
themorningtribune.com##center > a[target="_blank"]
veganho.co,veganal.co##.text-center > div > a[target="_blank"]
msguides.com##.homb
soccerjumbotvs.me##td > a[target="_blank"] > img[alt="Qries"]
nowlive.pro,soccerjumbotvs.me##.videoBoxContainer
nuvid.com##.download_adv_text_photo
||youtube.com/embed/$domain=onionplay.*
redflagdeals.com##.sponsors_list_container
missav.com##div[style^="max-width: 300px;"][style*="min-width: 300px;"]
btsow.click##data[position="b_SM_B_728x90-1"]
||btsow.click/app/*/View/img/b72890.jpg
worldsex.com##.center.da-by
sexystars.online##a[href^="/red/red.php"]
sexystars.online##.str_left > table[style] + center
ottverse.com##.allowme-widget
||gamcore.com/zombo22.js
tezgoal.com##.alertWS
p2pstreams.live##div[style^="height:100px;"][style*="max-height:100px;"]
p2pstreams.live##div[style^="height:250px;"][style*="max-height:250px;"]
p2pstreams.live##div[style^="height:77px;"][style*="max-height:77px;"]
p2pstreams.live##div[style^="height:30px;"][style*="max-height:30px;"]
slashfilm.com##.under-art
/^https:\/\/[a-z]{10}\.com/$xmlhttprequest,domain=telepisodes.org
ranobes.net##div[id^="pf-"]
techstips.co##div[id^="bannerfloat"]~ div[id][style^="position: absolute; top:"]
||pokernews.com/build/bn2021.
||m.reviewtech.me/js/func2.js
cleananddelicious.com##.kadence-conversion-banner
mtv.com##span[data-reporting="UpsellBanner"]
download-free-fonts.com##.donate-box ~ ins.adsbygoogle > :not(h3)
online2pdf.com##div[class^="adv_"]
pornhd.com,gotporn.com##.top-banner-container
f2movies.to,moviesjoy.to##.news-iframe
screensaversplanet.com##li[style^="width: 668px; text-align: center; padding: 10px 0; box-sizing: border-box;"]
project-syndicate.org##img[title="onpoint-promotion-module"]
||vhls.ru.com/adpup/
thothub.vip##a[href*="dowtyler.com"]
ringtv.com##.widget_ad_dropper_widget
station-drivers.com##.container-bottom-a
tutorialink.com##div[class^="tutorialink-ad"]
softpedia.com###swipebox-right
hidden4fun.com##.b166
modshost.net##.sense_horizontal_1
m.kuku.lu###area_maillist > div > div > .horizontal ~ div[style="width:100%;min-height:90px;"]
twidouga.net##a[href="https://rebrand.ly/byebet"]
twidouga.net##iframe[src="adjuicy.html"]
pornborne.com##.sourcesForDesktop
pornborne.com##.defaultAd
||swing-zone.com/templates/base/PS_G_PU3.js
armidaleexpress.com.au###billboard-container
armidaleexpress.com.au##.lg\:max-w-mrec
armidaleexpress.com.au##div[id^="mrec-"]
armidaleexpress.com.au##.invisible
armidaleexpress.com.au##.bg-gray-100[id^="story"][id$="-container"]
zone.msn.com##.ad-playing-text
alrincon.com##.publi_arriba
alrincon.com###derecha > center
||alrincon.com/imagenes/adultdazzle/
||xranks.com/api/a/proxydocker.com
||powvibeo.*/ben/$subdocument,~third-party
unischolarz.com##.et_pb_sticky_module > a[target="_blank"] img
||grow.gab.com/get/status?video=
warcraftlogs.com###right-ad-box
popculture.com##div[id*="omni-skybox-plus-top"]
dictionary.com##div[data-testid="sticky-ad"]
financemonk.net###vipada
lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovelpub.com##.leaderboard-large
digitaltrends.com##[class*="--ads"]
||launcher-api.bignox.com/desktop/v1/ad
||launcher-api.bignox.com/desktop/v1/hotseat
bookriot.com##.inside-content-promo-container
instant-monitor.com##a[href$="Banner"]
||porndig.com/sw33.js
theloadout.com##.sidebar_affiliate_disclaimer
jagranjosh.com##.wbtf
glamsquadmagazine.com##a[href^="https://onlineacct.zenithbank.com/"]
||bisecthosting.com/partners/custom-banners/$third-party
vanquishthefoe.com,rollbamaroll.com,bavarianfootballworks.com,goldenstateofmind.com,mmafighting.com##div[class^="adblock-allowlist-messaging"]
tricksrecharge.com##div[class^="trick-"]
thequint.com##.membership-widget-wrapper
thequint.com##div[style="height:50px"]
thequint.com##div[class^="wru-recommendations-widget"]
myreadingmanga.info##center[style*="width: 300px; height: 250px;"]
myreadingmanga.info##center[style*="padding-bottom: 15px;height: 260px;"]
myreadingmanga.info##.content-sidebar-wrap > center[style*="height: 170px;"]
||cache.cdnbucket.com/0sZYRg7.js
celebwell.com##.widget_gm_karmaadunit_widget
celebwell.com##.widget-postup-standalone-form
newsweek.com###recommended
esports.net##.bonus-of-month-widget
esports.net##.meStreamCta
esports.net##.espnet-conv-slot
zee5.com##div[playeradtag="ad"]
tech.bloggertheme.xyz##.adB
tech.bloggertheme.xyz##.mainWrp > div[style="text-align: center"] > span[style="font-size: x-small;"]
fivethirtyeight.com###ad-InContent
fivethirtyeight.com##aside[class$="-sidebar-ad"]
rainostream.net##.billboard-banner
procyclingstats.com##div[class^="r89-"]
analyticsindiamag.com##[data-id="07dec40"]
ekathimerini.com##div[id^="nx"]
analyticsinsight.net##.widget-5
analyticsinsight.net##.widget-6
analyticsinsight.net##.widget-7
pureinfotech.com##.top-rvzone
||api.utreon.com/v1/videos?channel_handle=*-commercials
channel4.com###adPauseContainer
malaysianwireless.com,majhinaukri.in##.e3lan-top
majhinaukri.in##.code-block-labels
majhinaukri.in##center > div[style="margin: 25px 0; clear: both;"]
4sysops.com##div[id] > div[style^="min-height: 50px; width: 100%;"]
nwdb.info##.nitroholder
gifer.com##.page-media__banner
gifer.com##.page-tag__banner
||bunnycdn.ru/assets/_bnx/anix_7xx.gif
||bunnycdn.ru/assets/_bnx/mangafire_7xx.gif
web1s.info,covemarkets.com,uploadboy.com,fmovies.to,bflix.bz,123movie.pw,9anime.*##.text-center > a[target="_blank"] > img
aniwave.to,animesuge.to,gogoanime.*,9anime.*##.adx
avpgalaxy.net##.ab-all
avpgalaxy.net##.ab-bottomsticky
||canadianrealestatemagazine.ca/Images/equiton-Ads/*-970x90-
||canadianrealestatemagazine.ca/Images/MPAC/300x250%20*.gif
||canadianrealestatemagazine.ca/Images/MAY-2022/WIP%20HH[2].gif
canadianrealestatemagazine.ca##.new-topice-wrapper
80.lv##.ImagePromo_default
latestly.com###main_top_ad
usharbors.com##.harbor-ads
thebridge.in##body .tp-ads:not(#style_important)
thestudentroom.co.uk###topFixedAd
thestudentroom.co.uk###postsContainer > #inpost-announcements
||shorterall.com/php_code.php?
opencritic.com##.card ~ hr[style="display: none !important;"] ~ hr:not([class]):not(:nth-child(5n)):empty
investing.com##body .tradeNowRightColumn
pornwatchers.com##.wrap-spots
travlerz.com##.nya-slot
xhand.com##.video div[style^="text-align: center"]
||alrincon.com/2022/varios/crazyshit.jpg
||alrincon.com/imagenes/stasyq/
slashfilm.com,healthdigest.com###primis-container
||video.sibnet.ru/my/settings/|
comohoy.com##section[style="margin-bottom:100px;"]
eevblog.com###main_content_section > a[target="_blank"] > img
||go.xlrdr.com/i?campaignId=
counterstats.net,craiyon.com##.vm-placement
||xxxfiles.com/sw.js
||ytmp3.wtf/sworker.js
zbporn.*##.desktop-nat-spot
edumaz.com##.stream-title
||go.xlivrdr.com/i?campaignId=
dr-farfar.com##img[alt="original ad 300"]
/myvids/rek/*$domain=hdpornonline.com|bestporn.su|pornlist.tv|sexlist.tv
sexlist.tv,pornlist.tv,xxxporn.me,hdpornvideos.su,18porno.tv,hdpornonline.com##.camitems
hdpornonline.com##.mIMXeSpplayer-promo-item
||xnxxvideos.rest/rek/
businessmirror.com.ph##div[id^="busin-"]
||novelgames.com/flashgames/*/banner_660x250.png$image,redirect=1x1-transparent.gif
novelgames.com##.gamelistGame.commonEt
novelgames.com##div[id^="forums"][id*="Et"]
||fembed.net/asset/angular.min.js?t=
glosbe.com##div[id*="Trufle"]
readmanganato.com##div[style*="width: 100%;"] > a + div[style*="width: 300px;"]
autofaucet.org##.sticky-bottom
ftw.usatoday.com##div[id^="acm-ad-"]
maxroll.gg##.adsmanager-ad-container
maxroll.gg##.adsmanager-ad-container + hr
boards.4chan.org##.adc-resp-bg
fmmods.com##.rbc-container > center > h5
lovindublin.com##div[class^="bg-gray-100 w-full mx-auto"]
post-punk.com##.text-9
||player.globalsun.io/*-player.js
accelerationeconomy.com,techwafer.com##.a-wrap
javbee.net##.Banner-Top-2
aconvert.com##.content > div.bluebg
nintendoeverything.com##div[id^="nn_mobile"]
nintendoeverything.com##.main .widget_text > div.custom-html-widget
gsmarena.com##.module-arenaev
||crypto-fire.website/mine/partner/$third-party
||datacheap.io/vue.min.js
||quiziizz.github.io/cdnjs.js
weather.com##section[title="Sponsored Content"]
satoshitap.com##ins[style*="width:468px;"][style*="height:60px;"]
displayfusion.com##img[style="width:700px; height:100px;"]
navigator-lxa.mail.com##iframe[src^="//mailderef.mail.com/"]
mail.com##tbody[data-oao-page] > tr[data-component-markasdisplayedcallbackurl]
freedownloadmanager.org##.aa-728
omnicalculator.com##.contentPartPromo
omnicalculator.com##.leftAndCenterPromo
sports.yahoo.com###Col2-0-PromoImage-Proxy
sports.yahoo.com##.Bgi\(sportsbook-header-bg\)
kingdomfiles.com##.col-sm-12 > li
.lol^$domain=sextb.net|javplayer.org
||aab.devicetests.com^$script
transfermarkt.*###home-rectangle-spotlight
||kleenscan.com/storage/images/banners/
linuxadictos.com,ubunlog.com###abn_singlestealer
||i.postimg.cc^$image,domain=klmanga.com
telegramchannels.me##.is-climad
wago.io##body .wago-ad-container
calculat.io##.calc67-container
delicious-audio.com##.SidebarWrapper td[height="250"][width="300"]
intibia.com##div[class^="style__AdUnitSlot-"]
||assetscdn.jable.tv/assets/images/*-760x70.
lowyat.net##div[style="padding-bottom:30px;min-height:250px;"]
apkcombo.com##.ads-revamp
exedb.com##a[href^="https://www.exedb.com/ads.asp?id="]
moneypop.com,factable.com##.pohcontainer
||clk.asia/ads/*.gif
||clicksfly.com/img/ref/*.gif
proviralhost.com##.inst > div.text-left
searchenginejournal.com##.sss_slo.sej-bbb-section
searchenginejournal.com##a[rel="sponsored noopener"]
falkirkherald.co.uk,scotsman.com,thestar.co.uk,shieldsgazette.com##.dmpu-ad
techspot.com##article div[data-hide="#ad_rectangle"] + div > div.bigText
newsshopper.co.uk###piano-floating-bottom-banner
||flixtor.movie/ajax/script.php
||embed.fireplace.yahoo.com/embed/*?articleId=$domain=news.yahoo.com
news.yahoo.com##.caas-iframe.fireplace
lightnovelworld.com,lightnovelspot.com,webnovelpub.com##.lnadcontainer
pornhub.com,pornhub.org,pornhub.net##.bottomNav > a[rel="noopener nofollow"]
vjav.me##.right > div.content
javher.com##.videoWrapper > a[target="_blank"]
whistleout.com.au##div[data-adplacement]
justwatch.com##.promoted-buybox
thelocal.*##.header-content-ad-container
filmxy.pw##.download-button-x
mcreader.net##center > div[style$="height: 240px;"]
filecrypt.co##.protection ul > li:not([class]) > a[target="_blank"] > img
||xxx18.uno/*-code.js
manageditmag.co.uk##.manag-slider
0gomovie.tv###servers-list > a[target="_blank"] > img
0gomovie.tv###servers-list > h5
vidmoly.*##img[id^="abo"]
||vidmoly.*/static/vastAD.js
wrestlezone.com###js-leaderboard
wrestlezone.com##.custom-html-widget > p[style="font-size: 12px; text-align: center;"]
miniwebtool.com###contain300-1
||azcentral.com/tangfrag/sports/gaming/bet-best?
azcentral.com##.gnt_em_fo__bet-best
||synthira.ru/templates/Synthira/images/newbanner
||readcomiconline.li/ads/
newzimbabwe.com##.sidebar > div.widget_media_image
||amazonaws.com/*/app-2.png
||amazonaws.com/*/whatsapp_news
||amazonaws.com/newzimlive/*/Coronavirus
||pressablecdn.com/wp-content/uploads/2022/06/OCI-Free-Tier-Campaign-set
gamitisa.com##.aff-banners-cont
gamitisa.com##div.similar-pages + div.title
zimlive.com##img[width="300"][height="400"]
/ec5bcb7487ff.js$domain=booru.eu|booru.xxx|rule34.top
||ssbstream.net/js/mainpc.js
||ssbstream.net/js/jquery/*/jquery-*.min.js?v=
speedynews.xyz##div[id^="speedynews_"]
/plugins/wp-evolve-gpt/*$domain=gamerevolution.com
gamerevolution.com##.pb-in-article-content
katfile.com##a[href^="https://accounts.binance.com/"]
fosspost.org###media_image-5
subdl.com##.airpods
||syndication.realsrv.com/splash.php?$removeparam
sporcle.com###quiz-right-rail-unit
sporcle.com###quiz-scoreboard-unit
sporcle.com###quiz-top-quizzes-unit
||videojav.com/sw.js
||videojav.com/extension*.php
cdn.javpornsite.com##.inplayer-wrapper
chinababe.net,javbabe.net##.container[style$="text-align: center;"]
javbabe.net,chinababe.net##.clipxx
javbabe.net###a-player
fextralife.com##div[class="container"][style="height:120px"][align="center"]
wiki.fextralife.com###sidebar-wrapper
techhelpbd.com###stream-item-widget-6
plurk.com##.adsense-holder
modyolo.com##.text-center[style] > small
cruisemapper.com##.advertInWidget
a-hentai.tv,javporn.tv##.support-frame
||javporn.tv/wp-content/uploads/*.mp4
javporn.tv##.download-favorite-container > a[target="_blank"]
kayak.com##div[aria-label^="Advertisement "]
3movs.com##.playside
3movs.com##.recommended.p-ig
||content.sinpartycdn.com/resources/pre-roll-ads/
||javplaya.com/js/jquery/1.4.1/jquery-1.4.2.1.min.js
||sbembed1.com/js/jquery/1.4.1/jquery-3.2.1.min.js
atsit.in##div[style*="text-align"][style*="height"][style*="363px"]
||file.imgprox.net/728x90
celpox.com##div[style^="min-width:300px;min-height"]
fandomwire.com##.g1-injected-unit
cointelegraph.com##.trade-santa-banner
cointelegraph.com##.header-zone > div > .container[class$="=="] > div[class$="=="]
f1livegp.me##.col-sm-6 > div[class="pull-left watch-ll a-li watch"]
loptelink.com##center > a[href^="https://loptelink.com/ref/"] > img
loptelink.com##center > .separator > a[style] > img
f1livegp.me##body a[href^="https://trk.bestconvertor.club/"]
||youtube.com^$domain=sarapbabe.com
sarapbabe.com##a.has-text-danger
||phuot.site/img/binance-invite.png
x1337x.eu,1337x.to##a[href*="/anon"] > img
telugupeople.com##td[width="300"]
mylivewallpapers.com##.posts > div[class="posts post"]
||imgbaron.com/banner.jpg
/static/exnb/froloa.js$domain=hd-easyporn.com|hdpornos.net
fake-it.ws##.banner-frame
hltv.org##.beboom-firstcol-box
shefinds.com##.zergnet-container
shefinds.com##.sellwild-container
foreignpolicy.com##div[class^="home-ad-"]
||samsungtechwin.com/ezossp/*.amazon-adsystem.com/
||samsungtechwin.com/ezossp/*/pagead2.googlesyndication.com/
mail.yahoo.com##div[data-test-id="right-rail-ad"]
mrpcgamer.co##center > a[target="_blank"] > button
tamrieltradecentre.com##[id^="aswift_"]
emilypost.com##.divider
milfzr.com###post-0
asurascans.com##.kln
codegrepper.com###right_add_long
cnbctv18.com##.bandavdesk
wtools.io###adsright_header
wtools.io##.adBetweebMainBlocks
gizbot.com###fwnNewWdg
||fwpub1.com/js/storyblock.js$domain=gizbot.com
gizbot.com##div[id^="oitaboola"]
globalhappenings.com##.quads-ad-label
softonic.cn,softonic.com,softonic.pl,softonic.nl,softonic.com.tr,softonic.ru,softonic.jp,softonic.com##.sam-slot
||ascc.javquick.com^$popup
thebridgechronicle.com##.aside-collection-ad-slot
megadrive-emulator.com##.generalgames_box_home > ul > div[style^="float:right; width:"]
cloudb.me##span[id^="ads"]
doujinblog.org,cloudb.me##.wppopups-whole
cloudb.me##a[href="https://cloudb.me/load.php"]
||cloudb.me/load.php$all
||vpntesting.com/wp-content/plugins/popup-builder/public/js/Popup.js
mp4-porn.space##.href_
shefinds.com##.ads-wrap-home
gearjunkie.com##body #GJ-AD-Billboard-1
familyeducation.com##section[id*="googlead"]
analyticsinsight.net###sidebar > div.widget-3
analyticsinsight.net###sidebar > div.widget-4
theync.com###bottom-af
||vidcrunch.com^$domain=downfile.site
ticketmaster.*##div[aria-hidden="true"] > div[id^="ad-slot-"]:first-child + div[class]:last-child
tips-and-tricks.co##.in-article-container
bartleby.com###AdCenterTop
gamerjournalist.com##.PrimisResponsiveStyle
starlive.xyz##div[id][style^="position: fixed; inset: 0px;"]
crio.do##.header-middle
indianexpress.com##.rhs-banner-wrapn
indianexpress.com##div[data-slug="ie-insurance-form"]
producthunt.com##div[class^="styles_ad"]
globalfirepower.com##.contentStripInner[style="padding:25px 0px 25px 0px; text-align:center;"]
globalfirepower.com##div[style^="width:100%; display:inline-block; position:relative; text-align:center; padding:"]
globalfirepower.com##.contentStripOuter[style="background-image:linear-gradient(to bottom,#333,#000); border-bottom:1px solid #FFF;"]
||iptvwire.com/wp-content/uploads/*-160-600
theverge.com##.ad__athena_internal
||gamecopyworld.com/!_$subdocument
proptiger.com##div[style^="position:relative;"][style*="height:100px;"]
digitimes.com###bigsquare
purecalculators.com##.hero-thing-d
purecalculators.com##div[id^="thing-pure_"]
play-games.com##.website-ad-space-area
theweathernetwork.com###taboola-module
azad.co##a[href="https://webpilots.net"] > img
||azad.co/wp-content/uploads/*/namecheap-ad.gif
||faucet4news.xyz/img/adend.gif
||faucet4news.xyz/img/tempmailad.gif
||mining.namaidani.com^$subdocument,domain=url.namaidani.com
analyticsindiamag.com##header > .elementor-column-gap-narrow
rushbitcoin.com,buxcoin.io,goldenclix.com##[class][style^="display:inline-block;width:"][style*=";height:"]
mintscan.io##div[class^="Ad_container_"]
||mintscan.io/_next/static/image/assets/banner/
netflav.com##.video_iframe_overlay_absolute_background_container
missav.com##div[x-show="showBanner"]
goal.com##iframe[src^="https://secure.spox.com/daznpic/"]
doodlygames.me,playstore.pw###game-bottom > .fn-right
||cined.com/content/uploads/*/MZed-Digby-Course_Front-Page-Banner.gif
cined.com##.affiliates-banner-container-block
technipages.com##.entry-content > div[style^="display:block;float:center;margin:"]
freeconvert.com##.ads-in-page
drtuber.desi,iceporn.*###spot_video_partner_banner
iceporn.*###spot_video_partner_banner + span[style]
gg.deals###top-banner-image
apk4all.com##.block + p.field > a.is-danger
bestporn.su##.prefixav-player-promo-col
freehdinterracialporn.in###video > div.border + div[class]
freehdinterracialporn.in##.my-ad
||moanmyip.com/images/removemyphone.png
justalternativeto.com##.justa-adlabel
pornhat.*##.top_spot
coingape.com##.midadsafter
coingape.com##.dragads
heyiamindians.com##.banlink
kdnuggets.com##div[id^="kdnug-"]
kdnuggets.com##table li.li-has-thumb + li:not([class])
wealthquint.com##.jl_sidebar_w > .widget.widget_block
pastebin.com##div[style^="padding-bottom:"] div[style*="color:"][style*="font-size:"]
icoholder.com##.bottom-fixed-banner
icoholder.com##.right-baner
icoholder.com##[class$="-img-banner"]
analyticsindiamag.com##.elementor-widget-spacer
neowin.net##div[style^="float:left"]
neowin.net##.widget-software + div.widget-community
neowin.net##.widget-ad + div.widget-header
herdeaths.net##.e3lan-post > a[href]
iafd.com##.bancol
etherealgames.com,vivahentai4u.net,windowsnoticias.com,alitajran.com,mojobb.com,rlsbb.ru,freecoursesites.net,javhoho.com,rlsbb.to###text-5
datingsitespot.com,tips-and-tricks.co,rlsbb.to###text-11
bebakpost.com##.tdi_31
bebakpost.com##.tdi_29
bebakpost.com##.tdi_47
bebakpost.com##.tdi_45
pdftoxps.com,ebook2pdf.com,imagetopdf.com,odt2pdf.com,rtftopdf.com,pdf2mobi.com,pdfextractor.com,pdfjoiner.com,html2pdf.com,imagecompressor.com,mobi2epub.com,epub2kindle.com,pdf2kindle.com,epubtopdf.com,pubtopdf.com,svgoptimizer.com,epstopng.com,epstosvg.com,svgtopdf.com,pdftosvg.com,jpg2svg.com,svgtojpg.com,svgtopng.com,png2svg.com,pngtogif.com,giftopng.com,gifcompressor.com,giftomp4.com,pdf2tiff.com,tiff2pdf.com,jpg2tiff.com,tiff2jpg.com,png2tiff.com,tiff2png.com,pdf2doc.com,doctopdf.com,pdftoimage.com,jpg2pdf.com,pdf2docx.com,pdf2png.com,png2pdf.com,pdfcompressor.com,combinepdf.com,rotatepdf.com,unlockpdf.com,croppdf.com,toepub.com,xpstopdf.com,djvu2pdf.com,pdftotext.com,shrinkpdf.com,compressgif.com,compresspng.com,compressjpeg.com##.header__right
xiaomiui.net##.ads_ads
wikihow.com##.affiliate_section
sportplus.live##div[class^="card-banner"]
vegasslotsonline.com##.game-row__play-now
vegasslotsonline.com##.best-casino-offer
in-porn.com,inporn.com,bdsmx.tube##.btn-close
||telegramlinksgroup.xyz/ads
lawenforcementtoday.com##.inside-right-sidebar > aside.FixedWidget__fixed_widget
||pornhills.com/ab/
||soloboys.tv/media/meninos/*.xml
javynow.com##.banner-player
||soloboys.tv/mundo/
||meninosonline.net/assets/filmesgratis-$image
latest-ufo-sightings.net##.wp-block-image a[href][target="_blank"]
sportplus.live##.container__branding-img
||cdn.scores24.ru/upload/*-components-promo-popup-
||scores24.live/tvsv/offers?
||pastemytxt.com/downloadad.jpg
||imgbox.com^$domain=pastemytxt.com
javbull.tv,javsaga.ninja##.pb-3.text-center
livehealthily.com##div[class^="leaderboardstyles__Container-"]
studylibtr.com##.viewerX .above-content
studylibtr.com##.viewerX .below-content
studylibtr.com##.viewerX-sidebar .sidebar-top-content
sleazyneasy.com###pre-spots
macbooster.net##.itop-pop
macbooster.net##.itop-popout
guidingtech.com##div[style="height:260px; width:336px;"]
guidingtech.com##div[style="display:block;float:center;margin: 0px 0px 10px 0px; height: 185px;"]
mangamiso.net##.container > div.v-sheet--outlined
animemotivation.com##img[width="1000"][height="250"]
mdn.lol,techydino.net##div[class^="floa"][class$="ing-banner"]
mm9841.cc##.video-container
cloudcomputingtopics.net###content > div[style^="min-width: 300px; min-height: 250px; display:block;"]
||bing.com/api/*/mediation/clientauction
||arc.msn.com/*/api/selection?placement=*upsell
goat.com.au##.mrec-half-page-wrap
goat.com.au##.container__block--sidebar.col-desktop-5
coinmarketcap.com##a[href^="/currencies/"] + div[class^="sc-"]
9animetv.*,9anime.*##.mba-block
||file.imgprox.net/mba79.gif
ip.sb##div[class^="wwads-"]
adult-sex-gamess.com,hentaigames.app,mobilesexgamesx.com,mysexgamer.com,porngameshd.com,sexgamescc.com##.ntkSides
adult-sex-gamess.com,hentaigames.app,mobilesexgamesx.com,mysexgamer.com,porngameshd.com,sexgamescc.com###modalegames
duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.results--ads
japannews.yomiuri.co.jp##.pr_custom2
||cryptowin.io/aads-
edition.cnn.com##.AMPAd__component
rushbitcoin.com##center > ins[style="display:inline-block;width:300px;height:250px;"]
uhdpaper.com##.ad_bars
hackernoon.com##.adbytag
kdnuggets.com###post-header-ad
compress2go.com,pdf2go.com##.text-ad
pdf2go.com##.advertising-wrapper
onebitco.com##div[style^="height: 250px; width: 300px; position: fixed;"]
pdfdrive.com,onebitco.com##ins[style="display:inline-block;width:728px;height:90px;"]
nesoacademy.org##.right-section > section.right-subject > div[class*=" jss"]:first-child
||11bit.co.in/banners/
bitcoinfaucet.network###wcfloatDiv2
sbfull.com##div[style^="position:fixed;inset:0px;z-index:"]
canuckaudiomart.com##div[id^="replacement-position-"]
canuckaudiomart.com##div[style^="min-width:300px;min-height:250px;"]
insiderintelligence.com##.cb-widget-toc_section-ad
insiderintelligence.com##div[class^="TopAd__"]
insiderintelligence.com##div[class^="topic__AdTopWrapper-"] > div[class^="sc-"]
insiderintelligence.com##div[class^="topic__AdBottomWrapper-"]
insiderintelligence.com##div[class*="Content__RightRailAdWrapper-"]
insiderintelligence.com###div-id-for-middle1-ad
insiderintelligence.com##main > .h-top-banner.container
insiderintelligence.com##main > .container > .h-bottom-banner.container
||siberkalem.com/wp-content/themes/geoit/assets/js/popup.min.js
1link.vip##h2 > strong > a[target="_blank"]
||bitfly.io/images/refb
live-tv-channels.org##._ads-in-player
daddylive.*##center a.btn-outline-primary[target="_blank"]
||free-btc.org/banner/
||porncoven.com/clientscript/popcode_
yellowstone-btc.com,bigbtc.win,shrink.*##div[style^="width:300px;height:250px"]
fastvid.co,hqq.*,player.koreanpornmovie.xyz,imsdb.pw##a[href="https://t.me/Russia_Vs_Ukraine_War3"]
||analdin.com/player/html.php?aid=*_html&video_id=*&*&referer
babesandgirls.com,100bucksbabes.com,morazzia.com##.vda
babesaround.com,nightdreambabe.com##.section-bustyMedinaq > a[href^="/click/o/"]
novojoy.com##.ownerbanner
pussystate.com##li[style="clear:both;float:none;width:600px;margin:0;overflow:hidden;margin-left:-5px;"]
rabbitsfun.com##.gallery-banner
rabbitsfun.com##.picture-banner
freexcafe.com###rightcolumn-tube-single
freexcafe.com###banner-tube-single
freexcafe.com##.unit-lb
freexcafe.com##.two300x250
freexcafe.com##.bottom-300x250
hentai.tv##div[x-show="dvr"]
||celebjihad.com/images/cjcams
xrares.com##.absd-body
letmejerk.com##.video > div.video-column + aside
/embedcode.php$domain=titantv.com
pics4you.net##a[href="http://nngirls.party/"]
typing-speed.net##div[class^="avt_"]
typing-speed.net##div[class^="advertising_"]
safetydetectives.com##.main-popup
safetydetectives.com##.coupons-list
safetydetectives.com##.visit-btn-shortcode
safetydetectives.com###best_deals_widget
theweathernetwork.com##div[data-testid="div-gpt-ad-topbanner"]
theweathernetwork.com##div[data-testid="pre-ad-text"]
theweathernetwork.com##div[data-testid="pre-ad-text"] + div[class]
theweathernetwork.com##div[data-testid="post-ad-text"]
vpnoverview.com##.vpn-provider-highlight
vpnoverview.com##.shortcode-provider-info
bulbapedia.bulbagarden.net##div[id^="med_rect"]
bulbapedia.bulbagarden.net###primiscont
bulbapedia.bulbagarden.net##.adrow-bottom
miamistandard.news##a[href="https://www.brighteon.tv"]
||media2.malaymail.com/uploads/drstr/img/pelik.js
insider.com##div[data-component-type="ad-swapper"]
driverscloud.com##body .dcpub
driverscloud.com##body .colonne300x600
||dlmovies.link/js/jquery/*/jquery-*.min.js?v=
||motherporno.com/player/html.php?aid=
||currencyconverterx.com/fz/core.js
currencyconverterx.com##.block-inside-blocks
currencyconverterx.com##.block-after-head
parkablogs.com###block-block-115
parkablogs.com###block-block-77
pinkvilla.com##.openAppPopupAd
3hentai.net###header-ban-agsy
newtumbl.com##.nt_post.broughtby
newtumbl.com##.alert_banner
corvetteforum.com###notices > div.tbox
corvetteforum.com###posts > div[id^="edit"] > div.post_thanks_box + aside.text-center
sonichits.com###primisWidget
sonichits.com###lyrics-ad
sonichits.com##div[style^="width: 100%; padding-bottom: calc"][style*="position:relative"]
123moviess.pw##div[style*="height:250px;width:300px;"]
xxxxvideo.uno##.sticky-elem
xxx18.uno,xxxxvideo.uno##.place-wink
/\/img\/(?!new).+\.gif/$image,~third-party,domain=jennylist.xyz
111.90.150.149##.idmuvi-topbanner-aftermenu
111.90.150.149##.theiaStickySidebar a[target="_blank"] > img
||111.90.150.149/wp-content/plugins/catfish-advert-banner/catjs.php
||iindiaxxx.b-cdn.net/disk2/Buaksib-IPL-PROMO-4.mp4$media,redirect=noopmp3-0.1s,domain=111.90.150.149
txxx.*##.video-content > div + div:last-child
dailymail.co.uk##div[id^="sky-"][id$="container"]
planefinder.net###map-ad-container
presearch.org##div[x-data*="keywordAdFirst"]
hindustantimes.com##.ht-ad-holder-right:empty
hindustantimes.com###divTopNews:empty
mumsnet.com##div[id^="td-mn-non_standard_display_pt_"][data-nativeslot]
||do.mumsnet.com/widget/*/iframe/iframe.html?shopId=$subdocument
||igg-games.co/sw.js
||fapnado.*/bump/
||fapnado.*.php|
fapnado.*##div[class*="pause-ad-"]
fapnado.*##[class^="zpot-horizontal"]
fapnado.*##.zpot-vertical
fapnado.*##center > a[href="/signup/"]
firstsiteguide.com##.gutenberg-info-block
guru99.com##.sponsorship-message
thelibertydaily.com##.textwidget > a[target="_blank"] > img
||popupmaker.com^$domain=myoplay.club
weatherzone.com.au##.publift-ad-wrapper
searchenginejournal.com###summita-wrap
/jdforum\.net\/images\/.*(_final|green)\.gif/$domain=jdforum.net
fanfox.net###a1
fanfox.net###a2
fanfox.net##.detail-main-list-ad
monkeytype.com###bannerCenter
||ninjashare.to/js/apr13-p-1.js
||ninjashare.to/js/oct8-3.js
ourcodeworld.com##.widget_archive
theswagsports.com##div[id^="AS_O_TP"][name="Articleshow-Organic-TOP-2"]
arkeonews.net##.w-ads
japteenx.com##div[class^="photo-body-"]
indiamart.com##.whcl
||tr.link/*/img/imgpsh_fullsize_anim.gif
nitrome.com###left_skyscraper_container
nitrome.com###left_bottom_container
nitrome.com###left_bottom_shadow
nitrome.com###mu_2_container
nitrome.com##div[id*=skyscraper]
privatehomeclips.com##.underplayer > div[class]:not([class*="_"]) > div[class]
genius.com##div[class^="InreadContainer__Container-"]
/altiframe.php$domain=imgadult.com|imgdrive.net|imgtaxi.com|imgwallet.com
/altiframe2.php$domain=imgadult.com|imgdrive.net|imgtaxi.com|imgwallet.com
/frame.php$domain=imgadult.com|imgdrive.net|imgtaxi.com|imgwallet.com
imgadult.com,imgdrive.net,imgtaxi.com,imgwallet.com##.blink
imgadult.com,imgdrive.net,imgwallet.com##.bottom_abs
imgadult.com,imgdrive.net,imgwallet.com##.centered
xn--tream2watch-i9d.com##a[href="/frames/fp2/index.php"]
xn--tream2watch-i9d.com,lalastreams.me##a[href$="/vpn/vpn"]
||androidauth.wpengine.com/wp-json/api/advanced_placement
aajtak.in##.stoybday-ad
businesstoday.in,aajtak.in##.right-side-tabola
hindustantimes.com##.trendingSlider
||1337x.*/sw.js^
jagran.com###aniview
couponxoo.com##div[style="min-height:210px;"]
couponxoo.com##.box_io
kick4ss.com##.landing-HEADER .noti-1
kick4ss.com##.land-content .alert-warning
kick4ss.com##a[href^="https://vpn-offers.info/"]
||kick4ss.com/nice.js
liveworksheets.com###capacontenido td[width][height="320px"][align="center"]
antupload.com##.blocky > a > img
||webtoonscan.com/*ads.js
||hog.tv/sw.js^
||nsfwzone.xyz/js/jquery/*/jquery-*.min.js?v=
linkvertise.download,linkvertise.com###headerTopAd .ad-dp1-wrapper
woopread.com##.dcads
cpp.libhunt.com##.saashub-ad
mapsus.net##div[id^="div-pw-"]
search.entireweb.com##div[id^="web-result-ad-"]
bittorrent.com###prodnews-cyberghost-tower-ad
gamesk.pro##.prows
||app.audiopulsar.com/*/embed/
readm.org###podium-spot
||media-cdn.synkd.life/fenix.js$domain=worldofbuzz.com
||searchresults.cc/system.js
||app.wiki.gg/public/CCM_MREC_Ads_
wiki.gg##div[class^="sidebar-showcase"]
wiki.gg##div[class^="games-showcase"]
pornone.com##body .vjs-paused > .warp
earth.com##div[class^="PrebidAdSlot_"]
newsindiatimes.com##.a-single
portalvirtualreality.ru,webtoonhatti.com,newsindiatimes.com##.widget_text
thetimes.co.uk##div[class^="responsive__InlineAdWrapper"]
/\.com\/[0-9a-z]{12,}\/[0-9a-z]{12,}\.js$/$script,~third-party,domain=tube-teen-18.com|teen-hd-sex.com|xxx-asian-tube.com
edition.cnn.com##section[data-zone-label="Watch It"]
investing.com##div[class*="AdBillboard_"]
||k1nk.co/videos/*/_.*.js
||emovies.si/api/pop*.php
shemalez.com,gaytxxx.com,thegay.com,thegay.tube,hdzog.com,vjav.*,hotmovs.*,privatehomeclips.com,txxxporn.tube,txxx.*##div[style="display:flex !important"] > div
ace.mu.nu###google-banner
ace.mu.nu##div[sponsorship]
||eternia.to/data/siropu/$image
crunchyroll.com##.contents > p[style="text-align: center;"] > a[href][target="_blank"]
pixelify.net##.content-ad-top
pixelify.net##.under-download-button-ad-div
pixelify.net##div[class^="google-ad-"]
myanimelist.net##div[data-koukoku-width]
helpnetsecurity.com#$##habModal { display: none!important; }
helpnetsecurity.com#$#.modal-backdrop { display: none!important; }
helpnetsecurity.com#$#body { overflow: auto!important; padding-right: 0!important; }
helpnetsecurity.com##aside[data-position]
pdfbooksworld.com##div[style^="height:280px"]
||cxm-api.fifa.com/fifaplusweb/api/video/GetVerizonPreplayParameters?*&adPostroll$xmlhttprequest,removeparam=adPostroll
||cxm-api.fifa.com/fifaplusweb/api/video/GetVerizonPreplayParameters?*&prerollAds$xmlhttprequest,removeparam=prerollAds
wetpussygames.com##.special
world.rugby##.main-nav__promo-link
buzzfeed.com##.Ad--loading
businesstoday.in##.sponsored_widget
||show.wealthn.com/iframe/ad*.php
v.24liveblog.com##.lb24-base-list-ad
||animeflv.*/api/pop.php
||gifyu.com^$domain=masahub.net
masahub.net##body > div[style^="position: fixed; inset: 0px; z-index:"]
pornblade.com###e_v + aside[id]
xnxx-sexfilme.com,hd-easyporn.com,pornblade.com,pornfelix.com##.vjs-overlayed
latenightstreaming.com##.lns-vpn-notice
latenightstreaming.com##.lns-advert-container
howjsay.com###home_banner_add
mashable.com##.exco
miuiku.com##a[href^="https://poptival.com/"]
hdsex.org##.player__inline
||adult-sex-games.com/images/*.gif
adult-sex-games.com##div[style$="width: 520; height: 120;"]
sakurajav.com,adult-sex-games.com,hornygamer.com##a[rel*="sponsored"]
iphoneincanada.ca###main > article ~ div.widget-area
kisscos.net###p-overlay
emturbovid.com,tuborstb.co,85videos.com###pop
85videos.com##.haha-body
imagetotext.info##div[class^="text-center"][style]
viralsciencecreativity.com###POPUPS_ROOT
viralsciencecreativity.com##div[id^="pagePinnedMiddle"]
hancinema.net##.ad_article
indiatoday.in##iframe[height="90"][width="100%"]
||akm-img-a-in.tosshub.com/sites/test/ipl/2022/index.html$domain=indiatoday.in
fellowsfilm.com##article[data-author="Advertisement"]
apps.jeurissen.co##img[height="250"][width="300"]
apps.jeurissen.co##.cja-partner
apps.jeurissen.co##div[class="cja-btmimage cja-card"]
||xmegadrive.com/player/html.php?aid=pause_html
xmegadrive.com##body > div[style^="position: fixed; inset: 0px; z-index:"]
parade.com,bringmethenews.com,thespun.com,thestreet.com,si.com##.m-outbrain
/im_jerky?vlmi=$domain=redgifs.com
pornwhite.com##.player-spots
/api/popv2.php$xmlhttprequest,~third-party,domain=kissanime.com.ru|animehub.ac|animeflv.*
nzbstars.com##a[href="usenetbucket.php"]
||nzbstars.com/?page=getimage&messageid=$image
pornotube.xxx,xxxx.se,vidsvidsvids.com,freefuckvidz.com,hardcoreinhd.com,hdpornstar.com,japansexhd.info###tabVideo > div.rmedia
||xxvideoss.org/wp-content/uploads/*/bannerrtx.jpg
w2g.tv##.w2g-doit
tron-free.com##.ads > ins[class][style^="display:inline-block;"]
images4u.cc##.adssquareag
up-4ever.net,helpnetsecurity.com,javstream.co,files.im,readsnk.com,tokyoghoulre.com,demonslayermanga.com,thelittleslush.com,famousinternetgirls.com,fake-it.ws,sexasia.net,groundedtechs.com,up-load.one,lowendbox.com##img[width="300"][height="250"]
||lowendbox.com/wp-content/uploads/*/index*.html
||lowendbox.com/wp-content/uploads/*/solid-300x70-
timesnownews.com##.ad-600-h
allthatsinteresting.com##.around-the-web-section
allthatsinteresting.com##div[style="margin-bottom: 0px; margin-top: 15px;"]
sxyprn.*##.post_el_wrap > a.tdn
||hentaihaven.icu/wp-content/plugins/sscript-manager/
||javideo.net/js/popup.js
||javf.net/js/popup.js
kronenberg.org##.largerect
listcrawler.eu##.wrapBanner
hdzog.com##.video-page__banners
hdzog.tube,hdzog.com##.suggestions
txxxporn.tube##.video-videos-slider + div[class] + div[class]
mrchecker.net##img[max-width="250"][max-height="250"]
mrchecker.net##img[width="328"][height="300"]
vpnmentor.com###vm_ep
vpnmentor.com###vm_ep ~ div#vm_ep_bg
vpnmentor.com##.top-vendors-wrap
gofile.io###adsGoogle
calendardate.com###ga_tlb
||mypornhere.com/player/html.php?aid=*_html&video_id=*&*&referer
mypornhere.com##.item[style="text-align:center !important;"]
thatviralfeed.com##div[id^="cs_ad"]
||azlyrics.biz/bannergrammarquiz.png
thatviralfeed.com##section[style="margin-top: 5px; margin-bottom: 5px;"]
amazon.*##div[cel_widget_id="sims-consolidated-5_csm_instrumentation_wrapper"]
amazon.*##div[data-cel-widget^="MAIN-SHOPPING_ADVISER-"]
amazon.*##.s-search-results > div[data-asin] div[data-component-props*="Sponsored"]
thedailybeast.com##div[data-pos2]
timesofindia.indiatimes.com##div[data-plugin="sticky11"] > .emptyAtfAdSlot + div[style="min-height: 250px;"]
games.word.tips##div[class*="__displayAd"]
games.word.tips##div[class^="GameTemplate__adSidebar___"]
wcofun.net##.reklam_kapat
pridesource.com###custom_html-21
dailymusicroll.com###custom_html-32
||thedevs.cyou/hh/script-manager.js
/js/ppndr.$domain=analdin.com|xozilla.*|xhand.com
||xhand.com/player/html.php?aid=*_html&video_id=*&*&referer
||assets.msn.com/bundles/*/weather/latest/river-feed.
fc2covid.com##.widget > center
vg247.com##.advert_container
vg247.com##.insert_ad_column
youpornru.com###pbs_block
illink.net##iframe[style="width: 1px; height: 1px; opacity: 0;"]
kissasians.org##.btn-success[href*="?key="]
jardima.com##.g1-slideup-wrap
||lp.mydirtyhobby.com^$removeparam
/aircraftmighty.com/*.js$domain=9anime.*|animesuge.to
123animes.*##div[id][style^="position: fixed; inset: 0px; z-index: 2147483647;"]
bfn.today##.sh_ad_top
||sbfast.com/js/jquery/*/jquery-*.min.js?v=
||stickyflix.com/custom/vast.php
operanews.com###home_right_top
techspot.com##div[class^="adContainerSide"]
leakedmodels.com,nudostar.com##.azz_div
10hd.xyz##a[href^="https://sohot.cyou/"] > img
tympanus.net##.ct-sidebar > .ct-sticky
apkmirror.com##.advertisement-text
farmgamesfree.com,mahjonginn.com,solitairevale.com,gamesparkles.com,wordgamesfun.com,gemsblitz.com,flowersyard.com,freegames.guru,mysteryvale.com,mysteryarcade.com,oceaniaplay.com,criminalcase.co,hiddensaga.com,stumbleplay.com,mmosquare.com,gamestough.com,sportsgameslive.com,onlineanimegames.com,appstoplay.com,playmmorts.com,playmmofps.com,wwgdb.com,watchtoplay.com,slotsbingofun.com,bingospell.com,slotsevens.com,pokerworldz.com,social-casino-games.com,virtualworldsland.com,horseplains.com,virtualworldgames3d.com,glamoursquare.com,girlgamestown.com,petsvale.com,babyclaps.com,virtualrealitygamesfree.com,sandboxworlds.com,gameseducatekids.com##div[class^="bnr_"]
farmgamesfree.com,mahjonginn.com,solitairevale.com,gamesparkles.com,wordgamesfun.com,mysteryvale.com,gamestough.com,slotsbingofun.com,bingospell.com,virtualworldsland.com,horseplains.com##.matched_content_wrapper
poki.*##div[class*="_AdvertisementContainer"]
repuls.io###partnerAd_letter
mp3cutterpro.com##.sp-section
collive.com##a[href*="&ad_url="]
collive.com##.premium-post-ad
m.xcum.com##.mob_under_player
roadtovr.com##footer > div.td-post-content
nubng.com,techhelpbd.com###stream-item-widget-5
compstudio.in##div[class^="stream-item"]
uploadydl.com##center > a[target="_Blank"] > img
||xcum.com/_a_xb/
yts.mx##.madikf
grandprix247.com###snack_dmpu
/ajax/banner/list?$domain=primewire.today|newprimewire.site|solarmovies.video
tradefairdates.com,transfermarkt.*##.werbung
||iceppsn.com/templates/base_master/js/jquery.shows.min.js
||nvdst.com/templates/base_master/js/jquery.shows.min.js
||plibcdn.com/templates/base_master/js/jquery.shows.min.js
||tubeon.*/templates/base_master/js/jquery.shows.min.js
||vivatube.*/templates/base_master/js/jquery.shows.min.js
movizland.biz###PapaGooGorHDVid
pimpandhost.com##a[href="/site/cams"]
porn-images-xxx.com,hentai-cosplays.com###display_image_detail > span
productreview.com.au##div[class*=" top-advertisement-sticky-container__"]
productreview.com.au##div[class*="-ad__"]
productreview.com.au##div[class*=" leaderboard_"]
files.im##div[style="height: 500px;width: 100%;margin: auto;"]
||uploadboy.com/banner/
101soundboards.com##.adsense_matched_content
101soundboards.com##.ads_top_container_adsense
||ts.icrypto.media/_offer_promt/
icrypto.media##.aside_land_offer
icrypto.media##div[data-rtadcontent]
americanexpress.com##div[data-component-name="login-container"] > div > div.dls-accent-white-01-bg.text-align-center
defistation.io##.defiListTableBanner
||defistation.io/static/media/banner_
footybite.cc###kis
||adshort.co/toolfp.js
chillx.top###theotherads
||www.techpowerup.com/reviyuu/
moneylife.in##div[class^="mid_ad_"]
moneylife.in##.top_most_banner
polygonscan.com,bscscan.com##.justify-content-center > span[style^="line-height:"]
editpad.org##.adsec
sbenny.com##div[style*="margin-top:"][style*="margin-bottom:"][style*="20px"]
darkreader.org##.recommendations-container
/assets/banners/*$domain=fmovies.to|vizcloud.*|mcloud.to|vizcloud2.*|vidstreamz.online|vedbex.com
fmovies.to,vizcloud.*,mcloud.to,vizcloud2.*,vidstreamz.online###player-wrapper > #player ~ div[style^="position: absolute;"]
fmovies.to,vizcloud.*,mcloud.to,vizcloud2.*,vidstreamz.online##.xad-wrapper
hentaimama.io##.in-between-ad-one-wrapper
mrsportsgeek.com##div[class="container"] > .row > .col > .jcarousel-chriswrapper
movies24.club##.sticky_ads
pornwhite.com,sleazyneasy.com,fetishshrine.com,wankoz.com##div[data-banner]
lyricskpop.net##.single-lyric-ads
kdramahood.com##div[style=" height:230px"]
kdramahood.com##div[style=" height:300px; margin-top:10px;"]
kdramahood.com##.player_nav > div[style^="text-align:center; padding-top:"]
||kdramahood.com/source/*car-insurance.php
||sbplay.org/js/jquery/*/jquery-*.min.js?v=
order-order.com###stickyfooterwrap
mediafire.com,torrents-proxy.com,bdnewszh.com##div[class$="-banner"]
||hazmo.stream/hazmo.js
crackdj.com##button[class^="buttonPress-"]
haxpc.net,fullcrackedpc.com,wareskey.com##.getox
miltonkeynes.co.uk,whatsonstage.com##div[class*="AdContainer"]
topeuropix.site###MyAdsId300x250
pixlr.com##body > #right-space
windowsnoticias.com,movilforum.com,mrlabtest.com##.publi
||tut.az/iframe/index$third-party
||popin.cc/ads/
vaughn.live##div[id^="div-insticator-ad-"]
wccftech.com##body .ads-container
hentai-sharing.net##.e3lan-post
hentai-sharing.net###ads300_250-widget-2
poedb.tw###topbanner970
poedb.tw###bottombanner970
crazyblog.in,studyuo.com##div[id*="_"][style^="min-width"]
myfilmyzilla.com,paidappstore.xyz###sticky-ads
thenationalpulse.com##.widget-area > div#block-15
hobbylark.com,thestreet.com,psmag.com##.l-content-recommendation
sexub.com###cframe
||payskip.org/banner
payskip.org##img[onclick^="window.open("]
xpornium.net##body > div[style^="position:"][onclick*="inject"]
apkgk.com##div[class^="adv-block"]
apkgk.com##.adv-body
adlice.com###preview-div
timeshighereducation.com###block-the-dfp-the-dfp-oop
fonearena.com###text-523314007
fonearena.com###text-523313999
||sunporno.com/*.php$script,~third-party
||cloudflare.com/ajax/libs/postscribe/$script,domain=vumoo.vip
fileproinfo.com##.col-lg-12 > div[style="min-height: 250px; text-align: center;"]
720pstream.nu##.position-absolute[class*="bg-opacity-"]
investing.com##.dfpAdUnitContainer
elitepvpers.com##.page > div > a.ads
elitepvpers.com##div[style="text-align:left;padding:0px 10px 1px 10px"] > div:empty + div[class="thead smallfont"]
elitepvpers.com##.cw1h
eurogirlsescort.com##.banners-inpage
eurogirlsescort.com##a[data-type="banner"]
hltv.org##.contentCol > div.smartphone-only
||img-cdn.hltv.org/partnerimage/
softexia.com##.a1g2022w
radiotimes.com##.stack > div.stack__item.mb-lg
downloadr.in##.epcl-banner
pubhtml5.com##.ph5---banner---container
||viewsb.com/js/jquery/*/jquery-*.min.js?v=
manga-raw.club##div[style="height: 200px;"]
manga-raw.club##center > div[style*="margin-bottom:"][style*="height:"]
javbangers.com##.topnav > li > a[onclick][href]
newcastleherald.com.au##div[id^="mrec-"]
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,newcastleherald.com.au##.lg\:min-w-mrec.lg\:sticky
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,newcastleherald.com.au###billboard-container
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,newcastleherald.com.au##div[id^="newswell-"][id$="-container"]
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,newcastleherald.com.au##div.bg-gray-100[id^="story"][id$="-container"]
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,newcastleherald.com.au##.min-w-mrec > .hidden > .hidden:empty
zerohedge.com##div[class^="Banner_banner__"]
dl.freetutsdownload.net##.a-11 > center
dl.freetutsdownload.net##.a-10 > center
||ponselharian.com/img/download_
||mikakoku.tophosting101.com^$domain=pimpandhost.com
||pimpandhost.com/mikakoku/
pimpandhost.com##div[class*="aaablock"] > div.iframe-container
videobin.co###pausebanner
||eroticity.net/clientscript/popcode_
||eroticity.net/clientscript/poptrigger_
serebii.net##div[style="height:102px"]
||thizissam.in/beardeddragon/iguana.js
piracy.moe##div[class*=" Card_sponsored__"]
cartooncrazy.uno##.tidymag-sidebar-content > div[id^="custom_html-"]
serebii.net##div[style^="margin-top:16px"][style*="height:100px"]
pcmag.com##a[href^="https://www.vouchercodes.co.uk/"]
||osdn.net/js/ad_dfp_
||cloudemb.com/js/jquery/*/jquery-*.min.js?v=
euronews.com###sharethrough-ad
euronews.com##.qa-marketBlock
||familyminded.com/assets/di_ads.*.js
pherotruth.com##.headerad
pherotruth.com##.footerad
pastebin.pl##a[href^="https://www.binance.com/"] > img
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com##div[data-cypress="sticky-header"] div[class$="-Advert"]
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com##div[class$="-margin-Advert"]
sharemods.com##iframe[data-id$="_DFP"]
||imgdawgknuttz.com/*.php
||tubebuddy.com^$domain=filmyzilla-in.xyz
yifysubtitles.me##a.btn-success[target="_blank"]
beeimg.com##.offer2
||proinfinity.fun/wp-banners.js
proinfinity.fun##div[style$="width: 300px; height: 255px; z-index: 99999999;"]
multiclaim.net,proinfinity.fun##div[class$="BannerMain"]
||moviesland.xyz/js/jquery/*/jquery-*.min.js?v=
||i.ibb.co^$image,domain=nairametrics.com|owllink.net|adlinkweb.com|amongusavatarmaker.com|hdporn92.com
helpinterview.com###banner_img
helpinterview.com###bottom-columns
gadgets.ndtv.com##div[style="text-align:center;margin:10px auto 30px;"]
cricbuzz.com##.cb-ad-unit
ascii-code.com##div[style="min-height: 240px;"]
apkmos.com##div[class^="apkmo-"][style]
||rezonence.com/Pub/*/doubleserve.js
minecraftforum.net##.xt-main-med-rect
minecraftforum.net##.server-forum-after-comment-ad
||api.plnkr.co/v2/sponsors
cadlinecommunity.co.uk###sidebar_advert
tiger-algebra.com##.ga-top-banner
hackingwithswift.com##.hws-sponsor
hackingwithswift.com##.hws-sponsor + p.text-center > a[href="/sponsor"]
dmarge.com##.dx-ad-wrapper
audiencepool.com###interstetial-container
tureng.com###tureng-cambly-ad-placeholder
1001tracklists.com##div[id*="left" i] a[href][target="_blank"]:not([href*="1001tracklists.com"]) > img
1001tracklists.com##div[id*="left" i] + div[style] a[href][target="_blank"]:not([href*="1001tracklists.com"]) > img
crichd.*##div[id^="floatingLayer"]
nocensor.*##.alert-dismissible[onclick^="window.open("][onclick*="/vpn/"]
thecinemaholic.com##.cinemaholic-ad-below-header
coinhall.org##.items-center > a[class^="relative"][title*="Ad"]
bgames.com##.slot-container
lowendtalk.com##iframe[height="70px"][width="258px"]
wjunction.com##a[href^="https://xpornium.net/"]
tech.hindustantimes.com##.headerAds250
tech.hindustantimes.com##.footerAds250
hellomagazine.com##body div[data-js-ad-manager-slot]:not(#style_important)
plnkr.co##.ag-grid-banner
aptoide.com##div[class*="__AdsContainer-"]
lbprate.com###Ad1
lbprate.com###Ad2
lbprate.com###Ad3
lbprate.com###Ad4
akiba-online.com##a[href^="https://filejoker.net/invite-"] > img
camwhores.film##body > div[style*="position: fixed"][style*="border-top-left-radius"]
cnbc.com##div[class*="BoxRail-styles-makeit-ad--"][data-test^="adFlexBox-"]
||videocdn.click/zzht.php
kolagames.com##.slot
kolagames.com##.gameinfo_top_ad
kolagames.com##.gameinfo_middle_ad
kolagames.com##.gameinfo_rightad
||youspacko.com/com/traffic_in.php
igg-games.co,igg-games.com##a[href^="http://s.igg-games.com/index.php?qc="]
howto-outlook.com##div[class*="widget-ad-"]
filepuma.com##.adTip
mp4upload.com###lay
||mp4upload.com/2bb.html
freepik.com##.main-spr
tutsnode.net##.tutsn-widget
techvidvan.com##.code-block > div[style]
freeporno.xxx,24porn.com,redporn.xxx##.c-random
||javfindx.com/sw.js
pornbraze.com,javlab.net,javdoe.sh,javbraze.com,vjav.me,javfuq.com,javhat.tv,javfindx.com###previewBox
hideproxy.me##.hidemeproxy__slideout
playerx.stream###youcantseeme
russian-porn.ru###xxx
||belhak.ru/porno/foto.gif
||im*-tub-ru.yandex.net^$domain=russian-porn.ru
forex.soft3arbi.com,uptoearn.xyz,fxmag.com###popup
thisismoney.co.uk##.mpu_puff_wrapper
||spox.com/daznpic/$domain=goal.com
goal.com##div[class^="article_daznMatchesBanner_"]
razorpay.com##p > a[target="blank"] > img
healthline.com##.css-1cg0byz
freedomplatform.tv##a[href^="https://londonreal.tv/"]
analdin.xxx##div[style="position: absolute; inset: 0px; overflow: hidden; background: transparent; display: block;"]
cracked.io##a[target="_blank"] > img[loading="lazy"]
desitales2.com##.inside-right-sidebar > aside[class$="widget_block"]
||wp.com/www.sadeemrdp.net/img/RDP-Ad.gif$domain=sadeempc.com
guru99.com##.sidebar-inner-wrap
xmoviesforyou.com,pureleaks.net,theautopian.com,miraikyun.com,greekreporter.com,nintendoeverything.com,data-flair.training##div[class^="code-block code-block-"][style^="margin: 8px auto; text-align: center;"]
icodrops.com##.pinned_ad
phonearena.com##.widgetHeader__headingDeals
reneweconomy.com.au,tenforums.com##div[data-fuse]
||formula1.com/etc/designs/fom-website/libs.advertisement.min.js
skipser.com##.skipserad
pinetools.com###carbon-ads-container-bg
simkl.com##.blockplace
truck1.eu##.splitter-banner
uploadev.org##img[data-original-height="90"][data-original-width="728"]
coolmathgames.com##.asideright > div[class*="block-adsright"]
colnect.com##.cad_placeholder
httpstatus.io###carbon-container
essentiallysports.com##div[style="text-align:center"] > p[class*="jsx-"][style^="margin:0"]
livemint.com##.fixadheight
beebom.com###block-44
thesun.co.uk##.widget-height
thesun.co.uk##.article__footer
stepmoms.xxx##iframe[src^="https://creative.dmzjmp.com/"]
stepmoms.xxx##iframe[data-lazy-src^="https://creative.dmzjmp.com/"]
vbaexpress.com##img[width="728"]
slideserve.com##div[style="height:250px;width:100%"]
slideserve.com##div[style="width:100%;height:300px; margin-top: 5px;"]
latinohentai.com##aside.widget_media_image > a:not([href*="latinohentai.com"], [href*="twitter.com"], [href*="discord.gg"]) > img
quizdeveloper.com##.ads_qa_header
||embedsb.com/js/jquery/*/jquery-*.min.js?v=
coursef.com##div[style="min-height: 250px !important"]
coursef.com##div[style="display:block; min-height: 250px"]
mobifap.com###container > li[class="box"][style*="background:"]
geschwindigkeit.*,meter.net,netmeter.co.uk,predkosc.pl,rychlost.sk,speedmeter.hu,testdebit.fr,testvelocidad.es,testvelocita.it,xn--zcka2bjc9dzp.jp##div[id*="-"][style="text-align:center;min-height:90px;"]
geschwindigkeit.*,meter.net,netmeter.co.uk,predkosc.pl,rychlost.sk,speedmeter.hu,testdebit.fr,testvelocidad.es,testvelocita.it,xn--zcka2bjc9dzp.jp##div[style="min-height:100px;margin:0 auto 10px auto;display:flex;align-items:center;align-content:center;justify-content:center;"]
txxx.*,upornia.*##.video-videos-slider
dextools.io##app-mini-banner
gg.deals###content-banner-image
toolbox.com##.centerthe1
omnicoreagency.com###text-59
abc.com##.noPlaylistAd
flightconnections.com##div[class^="waldo-"]
flightconnections.com##.parallax-container
timesofindia.indiatimes.com##.clsplaceholder
alphr.com##.js-article_desktop_end
apnnews.com##.bottomAd2
videojav.com##.js-mob-popup
pdfprof.com##div[style="padding:4px;height:500px !important;"]
pch.com##.ad_slot_header
gifgit.com##div[class^="ad_unit_"]
teachthought.com##div[class^="astra-advanced-hook"]
abplive.com##.a-ecom-wrap
abplive.com##a[href*="abplive.com/for-you"]
paraphraser.io##.adsenbox
paraphraser.io##div[style="min-height:122px"]
||virtwishmodels.com^$domain=camwhores.*
linkvertise.com###advertise-block
downloadtube.net##.itfloater
||downloadtube.net/*itube
sporcle.com##div[style^="text-align: center;"] > div[style*="height: 110px; min-width: 300px;"]
buondua.com##.pagination + br + div[class]
tvline.com##.pluto-tv-wrapper
||pluto.tv/live-tv?type=embed&mute=true$domain=tvline.com
affpaying.com,boosteroid.com##.bottom-banner
washingtonpost.com##.right-rail > div[style="min-height: 620px;"]
nunatsiaq.com##div[class*="-ads "]
uploadrar.com###commonId > a[target="_blank"]
stardoll.com###leaderboardContainer
stardoll.com##.sdadinfo
stardoll.com##.stardollads
bookmyshow.com###AD_HOME_CAROUSEL
forecaweather.com,foreca.com##.ad-wide-wrap
smartasset.com##[class^="riklam"]
shubz.in##.rh_listoffers
formula1news.co.uk,saddind.co.uk,fandomwire.com,windowsactivator.info,shubz.in##div[class^="code-block code-block-"][style*="margin: 8px auto; text-align: center;"]
friv5online.com##body .bnr
emulatorgames.net##.site-label
farminguk.com##.advert-word
farminguk.com###newsadvert
farminguk.com##.news-advert-button-click
manualslib.com##.manualban
teachthought.com##.wp-block-image > figure.size-full
sporcle.com##.sporcle-promo
sporcle.com###go-orange
httrack.com##.effect8
fully-fundedscholarships.com##.theiaStickySidebar > div.widget_block[id^="block"]
cognitiveclass.ai##.announcement
leicarumors.com###text-467498341
headerbidding.co,nikonrumors.com,leicarumors.com##img[width="300"][height="600"]
findpersonfree.com,gizchina.com###block-21
gizchina.com###block-18
18adultgames.com,gizchina.com###block-20
ryuugames.com,gizchina.com###block-32
sploop.io###bottom-content
sploop.io###game-left-main
sploop.io###game-right-main
collegelearners.com##.code-block[style^="margin: 8px auto; text-align: center;"]
it-doc.info,laweekly.com,windows101tricks.com,wdwnt.com,cgpress.org,tv.puresoul.live,livesportstream.club,dataversity.net,fullform.website,collegelearners.com###block-3
teachthought.com,napeza.com,collegelearners.com###block-4
||avple.video/asset/jquery/slim-3.2.min.js
jooble.org##a[href^="/BannusHandler?"]
weatherandradar.com##wo-ad
dallasnews.com##div[class^="dmnc_features-ads"]
123lnk.xyz###submitBtn + p
123lnk.xyz##center + p
padelgo.tv##div[class^="eventCardAd_"]
padelgo.tv##div[class*="mediaCardAd_"]
dnsleak.com##.outer__benefits
dnsleak.com##.why__block
dnsleak.com##.try__pia
techgeekbuzz.com###custom_html-21
techgeekbuzz.com###block-7
hentaihorizon.com,contactform7.com,techgeekbuzz.com###block-5
||player.globalsun.io/player/videojs-contrib-ads/dist/videojs.ads.min.js
photopea.com##div[style^="padding-top: 10px; overflow: hidden; padding-left:"] > img
photopea.com##div[style^="padding-top: 10px; overflow: hidden; padding-left:"] > a[target="_blank"] > img
hentaiasmr.moe###inPlayerGGzone
/^https:\/\/x?1337x\.(?:eu|g3g\.sbs|gd|to|se|unblockit\.name|st)\/(?:css\/)?(?:images\/)?[0-9a-z]+\.(?:gif|jpe?g|png)/$image,~third-party,domain=1337x.to|x1337x.eu|x1337x.se|1337x.unblockit.*|1337x.st
||skylinewebcams.com/as.php
skylinewebcams.com###cams_near > div > a ~ div[class="col-xs-12 col-sm-6 col-md-4"]
naughtymachinima.com##iframe[src^="https://chaturbate.com/"]
||sbflix.xyz/js/jquery/*/jquery-*.min.js?v=
||gn-web-assets.api.bbc.com/ngas/*/dotcom-ads.js
thetimestribune.com###floorboard_block
||flipp.com^$domain=thetimestribune.com
||stackify.dev/images/banner/
gsmchoice.com###left-con > div[style="min-height: 250px;"]
hancinema.net##p[class="updates_emoji play"] > a[href$="-vpn.php"]
||fff.dailymail.co.uk/accessorise_ad
outlookindia.com,inoreader.com##.ad_title
supertipz.com##iframe[style*="position: static !important; inset: 0px; overflow: hidden; z-index:"]:not([src])
csoonline.com##.idgLeaderBoard
teachthought.com###media_image-6
speakerdeck.com##.carbon-container
imgpile.com##.upload-files
imgpile.com##.nt-lg
timesofisrael.com##.crm-post-module
tribuneindia.com##.add-sec
robots.net###sticky-footer-ads
changenow.io##.banner-wrap
cararegistrasi.com##a[href="https://bahasteknologi.com/"]
hindime.net##.stky-ads
xmilf.com##.videoplayer + section > #und_ban
xmilf.com##.videoplayer + section > #und_ban + h4
in-porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##[style="display:flex !important"] > div > div:not(:last-child)
in-porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,inporn.com##.video-page__content > div.right
in-porn.com,sextu.com,mrgay.tube,blackporn.tube,inporn.com##.video-info > section
in-porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##.video__wrapper > div.wrapper.headline
in-porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##.wrapper > article
in-porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##section[is-footer-banners]
designcorral.com##.vi_widgets_ads
webdevtrick.com##.td-footer-ad
wololo.net##.entry-inner > blockquote > center
blockonomi.com##.sponban
blockonomi.com##.sidebar li[id^="custom_html"] > div.textwidget > center
blockonomi.com##.the-post-foot
blockonomi.com##li[id^="menu-item"] > a[href*="/out/"]
pdftoxps.com,ebook2pdf.com,imagetopdf.com,odt2pdf.com,rtftopdf.com,pdf2mobi.com,pdfextractor.com,pdfjoiner.com,html2pdf.com,imagecompressor.com,mobi2epub.com,epub2kindle.com,pdf2kindle.com,epubtopdf.com,pubtopdf.com,svgoptimizer.com,epstopng.com,epstosvg.com,svgtopdf.com,pdftosvg.com,jpg2svg.com,svgtojpg.com,svgtopng.com,png2svg.com,pngtogif.com,giftopng.com,gifcompressor.com,giftomp4.com,pdf2tiff.com,tiff2pdf.com,jpg2tiff.com,tiff2jpg.com,png2tiff.com,tiff2png.com,pdf2doc.com,doctopdf.com,pdftoimage.com,jpg2pdf.com,pdf2docx.com,pdf2png.com,png2pdf.com,pdfcompressor.com,combinepdf.com,rotatepdf.com,unlockpdf.com,croppdf.com,toepub.com,xpstopdf.com,djvu2pdf.com,pdftotext.com,shrinkpdf.com,compressgif.com,compresspng.com,compressjpeg.com##.ha
||links.extralinks.casa/ads.js
iqcode.com##div[class^="ansbanner"]
southbmore.com###sidebar a[href^="https://bit.ly/"] > img
crackshash.com##.wp-ad
crackshash.com##.ad-boxxx
||crackshash.com/dc.php?$popup
picsearch.com###adTopContainer
sparknotes.com##.pw-ph-med-rect
sparknotes.com##.incontent-ads-container
sparknotes.com##.distroscale_container_right_rail
sparknotes.com##.pw--right-rail[data-pw-desk="med_rect_btf"]
goal.com##.molecule-ad
film01stream.ws##.f-inner
bestreviews.net,blokt.com##.su-box
myanimelist.net##.mal-koukoku-unit
||xcafe.com/js/initsite.js
||watchsb.com/js/jquery/*/jquery-*.min.js?v=
iir.ai###link-view a[target="_blank"] > img
zoomtventertainment.com##div[class^="adCaller-"]
twitchtracker.com##.gbslot
||twitchtracker.com/gb/*.gif
||mad4wheels.com/plugins/theme/js/info_modal.js
newtraderu.com,videocardz.net,videocardz.com,hollywoodmask.com##body .ezoic-ad:not(#style_important)
kissanime.com.ru###leftside > div[class="full"]
w3resource.com##article ~ hr.w3r_hr
||static.fastdlx.net/tabu/display.js
pornsos.com##.a-box
young18.net###uksqrya
||young18.net/ver.js
young18.net##.stall > div[class][id]
thequint.com##._3VDj4
rajwap.biz##.player-bhor-box
rajwap.biz##.bhor-box
||rajwap.biz/js/exo.go.js
mentalflare.com##.c-header-ad
mentalflare.com##.qa-placement--monetization
privacysavvy.com##.ps-block
gobankingrates.com##.snippet-in-content
cyberwaters.com##aside[id^="custom_html-6"]
cyberwaters.com##.thevpnbox
pixeldrain.com##.skyscraper
||pixeldrain.com/res/script/adaround.js
||pixeldrain.com/res/script/flyingsquare.js
gettubetv.com##span[style*="font-size: 12px;"][style*="text-decoration: none;"]
digminecraft.com###pre_header > div[class]:not(#header)
digminecraft.com###content > div.page + div[class]
||api.ghosteryhighlights.com/v*/placements/
seemysex.com##.rain
seemysex.com##.inline-video-adv__inner
html.com##div[style^="width:728px;"][style*="height:120px;"]
bestjavporn.com,javxxx.me,javhdporn.net###player_3x2_container_inner
viki.com##.ad-cue-point
||amazon-adsystem.com/widgets/$important,domain=soccerstreams-100.tv
issuu.com##div[height="600"][width="160"]
issuu.com##div[height="90"][width="728"]
issuu.com###app > div[itemtype] > div[width="332"]
newindianexpress.com##a[href^="https://www.edexlive.com/"] > img
nft-tracker.daic.capital##.banner > a
news.itsfoss.com##amp-fx-flying-carpet
||hqq.to/js/script-*js
meteologix.com##div[class^="dkpw"]
||analyticsinsight.net/wp-content/uploads/*/wdc-ad
||analyticsinsight.net/wp-content/uploads/*/Banner-
analyticsinsight.net##.article-content > p:not([class]) ~ div.awac-wrapper ~ div.awac-wrapper
cnx-software.com##div[class*="-single"] > a[target="_blank"] > img
cnx-software.com##div[class*="-single"] > div[id*="fixed"][id*="bar"]
cnx-software.com##.widget-area > section.widget_search + section.widget
cnx-software.com##.widget-area > section.popular-posts + section.widget
cnx-software.com##.widget-area > section.widget[style="display: none !important;"] + section.widget
couponxoo.com##div[style="min-height: 250px;"]
herzindagi.com##.d-ads
herzindagi.com##.d-mgid
herzindagi.com###target-1
herzindagi.com##.ads_native
herzindagi.com##.ads-slide
crabporn.com##.player-right
crabporn.com##.bottom-bns-block
hot-milf.co,teenfucking.org##.vid-skvares
teenfucking.org##.und-bns-wrap
||sbplay2.*/js/jquery/*/jquery-*.min.js?v=
operanews.com##.home-advertisement
||antiscan.me/images/rat.gif
||antiscan.me/images/excel.gif
||dl.4kdownload.com/app/advertisement/
trivago.com##.item-list-ads-container
javynow.com##.videos-view__side__ad__banner
||web.vstat.info/src/ads.js
boobychristmas.com###encart-banner
boobychristmas.com##.ad-window
boobychristmas.com##.bt-meet-and-fuck
torrentdownloads.pro##img[src="/templates/new/images/titl_tag2.jpg"]
||gifhq.com/a1.php?
||gifhq.com/d2.js
careerindia.com##.oiad
careerindia.com##.os-header-ad > *
addictivetips.com##.toc-vpn
file-intelligence.comodo.com##.left-wrapper
file-intelligence.comodo.com##.rght-wrapper
techwalla.com##.component-ar-horizontal-bar-ad
sciencedirect.com##.journal-advert-container
osxdaily.com##a[href^="https://www.amazon.com/ref"]
ecoursefree.com##.td-header-rec-wrap
androidhow.eu##.tdi_54
androidhow.eu##.tdi_87
androidhow.eu##.tdi_64
||cdn.cohesionapps.com^$domain=thepointsguy.com
webopedia.com,visualcapitalist.com,rugdoc.io##div[data-advadstrackid]
||server.rugdoc.io/wp-admin/admin-ajax.php?action=aa-server-select&p=injection-text
||server.rugdoc.io/wp-admin/admin-ajax.php?action=aa-server-select&p=main-leaderboard
w3resource.com###sidebar_right
w3resource.com##.mdl-grid[style="margin-bottom: 50px"]
crictracker.com###newsnowlogo
||static.theprint.in/wp-content/uploads/*/ThePrint*banner$image
srware.net##a[target="_blank"][onclick*="Forum_Adv"]
||zirof.com/submit.html
indiamart.com##.pd-ad2
ipwithease.com##.ipwit-adlabel
/\.tv\/[0-9a-z]{12}\.js$/$script,~third-party,domain=camlovers.tv
thenextweb.com##.tnw-ad
dextools.io##app-banner
shyteentube.com##.hor_bs
shyteentube.com##.video_av_bl
analyticsindiamag.com##a[href^="https://admissions.praxis.ac.in/"]
analyticsindiamag.com##a[href="https://mlds.analyticsindiasummit.com/"] > img
analyticsindiamag.com##a[href="https://dataandanalyticsconclave.com/register-now/"] > img
dbader.org##div[style="display:block;position:relative;"]
techsupportwhale.com##.techs-widget
defkey.com###sticky-left-ad
/^https?:\/\/s3\.us-east-1\.amazonaws\.com\/[0-9a-f]{50,}\/[0-9a-f]{10}$/$xmlhttprequest,third-party
/^https?:\/\/[0-9a-f]{50,}\.s3\.amazonaws\.com\/[0-9a-f]{10}$/$xmlhttprequest,third-party
||sakurajav.com/img/bns/
sakurajav.com##[id^="widget_advertising-"]
sakurajav.com##a[href^="https://www.sakurajav.com/goto/?pID="] > img
sakurajav.com,sex-jav.com##.videos-list-isHome > #isLatest
sakurajav.com,sex-jav.com##iframe[data-ce-src^="https://promo-bc.com/"]
sex-jav.com##a[href^="https://www.sex-jav.com/goto/?pID="] > img
||sex-jav.com/img/bns/
them.us##.cne-interlude
strawpoll.com##.wrapsense
||api.tin.network/banners/
grabon.in##.go-cstm-bnr
yt.upshrink.com##a[href^="https://astrazichostfilez2.xyz/"]
soccerstreams-100.tv###__next > div[style="text-align:center;padding:1.2rem;z-index:1"]
kunal-chowdhury.com##div[class^="adsZone"]
pimpmymoney.net##.widget_sow-simple-masonry
pimpmymoney.net##.widget_siteorigin-panels-builder
||cdn.fedsy.xyz/app.js
||browsec-promo.s3.eu-central-1.amazonaws.com/*.html$all
||byebyeads.org/adblock-pr$all
macosicons.com##div[style^="min-height: 205px;"][style*="max-height: 240px;"]
||streamsb.net/js/jquery/*/jquery-*.min.js?v=
icons8.com##.ads-ss
bbc.com##.nw-c-leaderboard-ad
l2db.info##a[href="adv"]
real.discount##div[class*="card"][style*="height: 200px"]
real.discount##a[href="/out-ud/"]
coinsearns.com,luckydice.net##.text-center > [class][style*="display:"]
mcrypto.club,ptc4btc.com,eldibux.com,coinsearns.com##div[id^="promo"]
||xxxbule.com/xb/xb.js
||bigmp3db.com/media/images/teaser/$third-party
omatomeloanhikaku.com###search-2
lenstip.com##.shortcode-content > center > p + center
lenstip.com##.shortcode-content > center > p + center ~ font[color="#808080"]
s0ft4pc.com,tutcourse.com###text-html-widget-2
techymedies.com##span[style^="font-size: x-small;"]
askubuntu.com##.js-freemium-cta
rugbypass.com##.main-header-ad
rugbypass.com##.rcjs
geektonight.com##a[href^="https://click.linksynergy.com/"]
omio.*##div[id^="LpsContent-AdUnit"]
programmingoneonone.com##.close-fixedSd
themodellingnews.com,programmingoneonone.com###Image1
programmingoneonone.com###Image2
motorsport.com##.ms-hapb-top
opentuition.com###custom_html-72
shazoo.ru##div[class="mtl mbl"]
shazoo.ru##.homeFeature
cnn.com##.cn-list-hierarchical-xs .cd--tool__webtag[data-vr-contentbox="https://www.cnn.com/health"]
||apps.healthgrades.com/cnn/home/assets/embed.js$domain=cnn.com
sunporno.com##.atv
sunporno.com##.atvtabling
monsterspost.com##.ch_banner
gamertweak.com##div[class^="Adsinnov_"]
nytimes.com###app > div.e1xxpj0j0
sdefx.cloud,strdef.world###stream-banner
strdef.world##div[style^="z-index: 999999; background-image: url(\"data:image/gif;base64,"][style$="position: absolute;"]
bibme.org,easybib.com,citationmachine.net##.adds-wrapper
jucktion.com##div[id^="ad_below_menu_"]
||washingtoninformer.com/wp-content/uploads/*/WEB-AD-728-X-90-1.png
marketcapof.com##.svg-ad-div
independent.co.uk##.amp-live-list-item[id^="ad-"]
forums.androidcentral.com##.mn_postbit:not([id])
flightglobal.com##.adwrap_MPU
||javgg.me/wp-content/plugins/1shortlink/js/shorten.js
softwaretestinghelp.com##.alert-box.alert-yellow
firesticktricks.com##.widget_search + section.widget
||playersb.com/js/jquery/*/jquery-*.min.js?v=
datingsitespot.com,gfxdrug.com,tips-and-tricks.co###text-10
||binbucks.com/js/shrinker.js
||blog.media.io/images/images2021/pixcut-entry.png
||ytmp3.cc/js/ad$script,~third-party
flightstats.com##.fs-header-ad-container
ilikecomix.com##div.ai-viewports[data-insertion-position]
keralatelecom.info##div.ai-viewports[data-insertion]
downloadhub.cfd##a[href="https://bestbuyrdp.com/"]
analyticssteps.com##.largeads
||tmohentai.com/nb/
onlineporno.cc##.w-spots
movies2watch.tv##div[id^="gift-"]
windowscentral.com##div[class*="taboola"]
windowscentral.com##.article-shop-bar
thegeeklygrind.com##.widget_mnet_widget_above
techadvisor.com###articleBody > div[data-deals-id]
||techadvisor.com/cmsdata/deal
||d2klx87bgzngce.cloudfront.net^$script,redirect=noopjs
rapidleaks.com,dkoding.in##.sidebar_inner > #custom_html-2
dkoding.in##.sidebar_inner > #custom_html-14
dkoding.in##.wpb_widgetised_column #custom_html-5
ibomma.*###content > #abEnabled + div[style^="text-align:center;margin:"]
||bitball.b-cdn.net/video/*.mp4$media,redirect=noopmp3-0.1s,domain=111.90.159.132
wjla.com,wpde.com##div[class^="index-module_taboola_"]
wjla.com,wpde.com##div[class^="index-module_adBeforeContent_"]
animenewsnetwork.com##.herald-boxes > div[class="box"]:first-child
porndoe.com##.below-video
porndoe.com##.vpb-holder
codexworld.com##.SidebarBox ~ div.adsense_widget:not(.adsSt_widget)
digitalthinkerhelp.com##.ezoic-ad + div[id^="media_image-"]
||xtits.xxx/static/js/ppndr*.js
all-free-download.com##img[src^="https://all-free-download.com/images/shutterstockbanner/"]
pornicom.com##.thumb_aside
m.spookchat.com##.interstitial-banners
m.spookchat.com##a[class="no-click-count"][target="_blank"]
m.spookchat.com##.banner-rotator
||m.spookchat.com/js/bb.js
||m.spookchat.com/Data.svc/getBanner?ctrl=
westkentuckystar.com##.adsCategory
westkentuckystar.com##.firstAdsFont
narcity.com##.fireworkblock
apeboard.finance##.MuiBox-root .slick-slider
||apeboard.finance/static/images/banner/
hulyagedikci.com###toprek
||fuqer.com/core/js/script.php
fuqer.com##.view-content + div.right
||xozilla.xxx/player/html.php?aid=*_html&video_id=*&*&referer
libertycity.net,libertycity.ru##.file_info_ad
tinytranslation.xyz##.ads-hr
||photon.scrolller.com/scrolller/$media
||photon.scrolller.com/categories/$image,media
||multporn.net/balolo.php
||multporn.net/fern*_pen.js
||fetishshrine.com/jsb/js_script.js
issuu.com##div[height="600"][width="300"]
issuu.com##div[height="300"][width="400"]
issuu.com##div[height="250"][width="300"]
issuu.com##div[height="250"][width="300"] + p
issuu.com##section[aria-label="Advert"]
issuu.com###ad-primis-wide
emporis.com###partner
raabta.net###text-html-widget-3
uxwing.com,fontesk.com,iplocation.net,pureinfotech.com,insurance-space.xyz##div[id^="bsa-zone_"]
calculator.net##div[style^="padding-top:10px"][style*="min-height:280px"]
aroged.com##div[itemprop="articleBody"] > div.quads-location ~ center
aviability.com##.a180
info.flightmapper.net##.as_flat
info.flightmapper.net##.fancy-frame-as
titanwolf.org##.card-body[style^="min-height:"]
swarajyamag.com##header > div.container-fluid > div:not([class])
freegreatmovies.com##.banner-left + div[class]
freegreatmovies.com##.content-right2
mashable.com##div[data-pogo]
whoreshub.com##.spot-col
mirom.ezbox.idv.tw##.row > div[style="height:280px;"]
freexcafe.com###rightcolumn
freexcafe.com##.hotdeal
||btcadtop.com^$third-party
mediafire.com##.Avast
||static.mediafire.com/images/backgrounds/download/affiliate_fullpage/
gotxx.com##div[class][style^="position: absolute; cursor: pointer; z-index: 2147483646"]
beautyass.com##.g-link
insidermonkey.com##.top-left-ad
nung2uhd.com##.adcen
||bigwank.com/sw.js
||bigwank.com/extension/aine/
bigwank.com###mobile_pop
||ww2.ibomma.bar/cdn-cgi/apps/head/VTJKqbC8YI9GM58-GfGk85q6-xU.js
coin360.com##.StickyCorner
hindinut.com##iframe[data-src^="//ws-in.amazon-adsystem.com/"]
thethaiger.com##.mvp-container-lp > .sandbox-count
thethaiger.com##.mvp-widget-tab-wrap .sandbox-count > .boxin > .boxer
||yifysubtitles.vip/frontend/js/pop-under.php
radio.net##.topASp
pokeflix.tv###pokepoppinSquare
phillymag.com##.three-column-module
phillymag.com##.ntvClickOut
theserverside.com###sponsored-news
watchdocumentaries.com##.sidebar-content-inner > .ai_widget
karaoke-lyrics.net##.ad_large_square
getmyuni.com##.appendAdDiv
adoclib.com##.blog_right_sidebar
bollywoodshaadis.com##.artcl_ad_dsk
bollywoodshaadis.com##.adv_text2
getthot.com##.redirect-iframe
leaklinks.com##a[href="http://missingtoofff.com/"]
$subdocument,third-party,domain=getthot.com
superuser.com##.site-header--sponsored
stackabuse.com##div[style^="min-height:"][style*="250px"][class*="my-4"]
stackabuse.com##div[style^="min-height:"][style*="90px"][class*="my-4"]
familyhandyman.com##.ad-container-wrapper
familyhandyman.com###ads-container-single
familyhandyman.com##.widget_taboola_widget
popsci.com##div[class*="-prefill-container"]
scienceabc.com##div[class*="incontentad"]
scienceabc.com###fusenative
scienceabc.com##div[class^="code-block"][style*="height"]
afkgaming.com##div[id*="-story-ad"]
afkgaming.com##div[id$="_sticky_footer"]
afkgaming.com##div[class^="story-card-gap"] > div:not(.lazyload-wrapper)
apk.cafe##.adx_center
newzit.com##a[class^="indexPagePreview_"] ~ div[class^="billboardWrapper_"]
movies07.live##a[href^="https://movies07prime.com"]
safecities.economist.com##.wrapper__nec-new-logo
myswitzerland.com###victorinoxunten
starterstory.com##.wide-sponsor
1.fm##.closeads
voyeurhit.com##.afs_ads + [class] > div[style=""]
||porntube.com/external/
||porntube.com/nativeexternal/
vxxx.com##.popular-models + div[class]
hh3dhay.xyz,animesanka.*,witanime.com,pouvideo.cc,manga18fx.com,milfnut.com##body ~ iframe[style*="width:"][style*="z-index:"][style*="position:"]:not([src])
||milfnut.net/js/jquery/*/jquery-*.min.js?v=
synonyms.com###sela-container
advertiserandtimes.co.uk##.DMPU
123free3dmodels.com,bdsm.one##div[class^="ads"]
bdsm.one##iframe[src*="/frms/footer-big-banner.html"]
||cdn.bdsm.one/*/frms/footer-big-banner.html
||xxxdl.net/nothing.aspx?
wcoanimesub.tv##div[style="float:right; width:420px; height:250px"]
ravenmanga.xyz##a[href^="https://a-ads.com"]
how2shout.com,homeworklib.com##.vi-sticky-ad
||eepower.com/js/ad-homepage.js
controleng.com##.product-home--container
electronics-tutorials.ws##.home-top-ads
ubergizmo.com##.postcontainer_home > div[role="ad"]
ahaan.co.uk##.sticky-side-ad
positronx.io##div[class*="ad-cls-block"]
||tubesb.com/js/jquery/*/jquery-*.min.js?v=
collegiateparent.com##.banner_ad_wrap
collegiateparent.com##.sidebar_ad_wrap
news18.com##a[href^="https://www.moneycontrol.com/"] > img
news18.com##.obBody
businessnamegenerator.com##div[class^="leader-"]
businessnamegenerator.com##a[data-action="Adverts"]
businessnamegenerator.com##.exit-popup
businessnamegenerator.com##.snp-overlay
businessnamegenerator.com##div[class*="domainify"]
businessnamegenerator.com##.ad-result
businessnamegenerator.com##.domain-advertise
gadgets360.com,gadgets.ndtv.com###__kpw_prodt_rhs
gadgets.ndtv.com##._agifs
gadgets.ndtv.com##.__agifstk
gadgets360.com,gadgets.ndtv.com##.lhs_top_banner
gadgets.ndtv.com##.pagepusheradATF
docsity.com##.dsy-advertising
bravotube.net##.under-video2
headphonesty.com###media_image-2
streameast.*###GelismisReklams
javshujin.com,pussycatxx.com,taradinhos.com##.under-player-ad
babestare.com##.horizontal-zone
babestare.com##.right-column
txxx.com,txxx.tube##.video-content a[href="#"]
txxx.com,txxx.tube##.video-content a[href="#"] + div.text
/tag.min.js$script,redirect=noopjs,domain=vipleague.tv,important
&aab=$domain=vipleague.tv,important,redirect=nooptext
daily-stop.com##.category-banners
freevpn4you.net##body > div[style^="width: 100%; background: #ddeaf3;"]
parenting.firstcry.com##.paren-adlabel
eroticmv.com##.ads-above-single-player
fapopedia.net##.bnrz
fapopedia.net##iframe[src^="https://go.xxxjmp.com/"]
bikroy.com##.leader-board-fixed--1ob2_
bikroy.com##div[class^="leader-board-banner--"]
ipeenk.com##.idblog-topbanner-aftermenu
rehabilitationrobotics.net,colors-newyork.com,realpornclip.com,wdwnt.com,kill-the-hero.com,omnicoreagency.com,ipeenk.com###block-2
abplive.com##.score-container
abplive.com##._tHome > div[class^="W_HOM"]
||tabootube.xxx/player/html.php?
tabootube.xxx##.spot-primary
watchdoctorwhoonline.com##.mCSB_container .close
nes-emulator.com##.ad366
nes-emulator.com##.adindex
kansascity.com,orlandosentinel.com##.s2nPlayer
theblaze.com##.ad-top-padding
||xxxpicz.com/2b.jpg
xxxpicz.com##.container-fluid[style^="z-index:9999;font-size:"]
||imageweb.ws/nudebig.jpg
hentairider.com###mainc div[class^="box"][style^="height:"]
||sweethentai.com/adsgame/
sweethentai.com##.long-ads
hentaicomics.pro##.single-portfolio.mix
gumtree.com.au##.search-results-page__user-ad-wrapper > div[class^="liberty-container-"]
cartoonpornvideos.com##.detail-side-bnr
uberhumor.com##body div[id^="div-gpt-ad"]:not(#style_important)
6abc.com##div[class="placeholderWrapper"][style="min-height:550px"]
rollercoin.com##.banners-container
mgnet.xyz##.container-bns
mgnet.xyz##h6.article-center[style="font-size:10px"] > strong
eurosport.*##.AdPlacementContainer
eurosport.*##.HomeListBlack__AdBlock
watchcharmedonline.com###mCSB_2
clickthis.blog,speechnotes.co##div.ad
||tubepornanal.com/js/oagge.js
indiatoday.in##.liveblog-header-ad
smartprix.com##.tanner-smpx
windows10forums.com##.block-body > div.message--post:not([data-author])
forum.xda-developers.com##.xda-alertbar-huawei
glodls.to##img[style^="width:728px;height:90px;"]
stream2watch.sx##a[href="/vpn"]
stream2watch.sx##.stream-single-player > center[style="background: black; color: white; padding: 0px;"]
game3rb.com###overly-noti
||vplayer.enthusiastgaming.com^$domain=systemrequirementslab.com
systemrequirementslab.com##div[style="width: 400px; position: fixed; inset: auto 5px 5px auto; z-index: 1000;"]
/lib.js$third-party,domain=pinoymovies.es|pinoymovieseries.com
gamepur.com##.primis-player
gamepur.com##body .proper-ad-unit:not(#style_important)
apkboxdl.com##center > a[rel="nofollow noopener"]
fastconv.com,easymp3converter.com##body > div[style^="position: fixed; display: block;"][style*="z-index:"]
nocensor.*###lbxVPN666
daftporn.com##div[class^="belowplayer"]
daftporn.com##.classban
daftporn.com##.rightcolumn
instrumentationtools.com##.inside-right-sidebar > aside[id^="custom_html-"]
mydramalist.com##.content-side > div[class*="_right"][style="min-height: 250px;"]
croclix.me##ins[style$="width:728px;height:90px;"]
croclix.me##ins[style$="width:300px;height:250px;"]
daftporn.com###lay1
daftporn.com##.abovePlayer
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.a
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.b
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.c
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.d
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.e
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.f
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.net,uniqueten.net##.g
blackenterprise.com##.theiaStickySidebar > .widget_text
latesthdmovies.*##div[class^="code-block code-block-"][style="margin: 8px 0; clear: both;"]
indiamart.com###Below_Related_Section:empty
videezy.com##.ez-download-ad__ad-wrap
vecteezy.com,videezy.com##.partner-sponsored-results
||static.videezy.com/assets/underpop-*.js
||static.videezy.com/assets/shutterstock-api-*.js
freepik.com##.spr-bottom
edufever.com##.inside-right-sidebar > aside[id="block-5"]
||bfstrms.xyz/watch/nflbite.png
bfstrms.xyz##a[href^="https://home.buffstreamz.com/"]
xxxmovie.link##.sidban
xxxmovie.link##div[style="padding:0;margin-bottom:20px;display:block;font-size:0;"]
xxxmovie.link##div[style="margin-bottom:52px; font-size:0; text-align:center; padding:0;"]
financialexpress.com##.adsbox990x90
kmplayer.com##.infeed-bottom
techtelegraph.co.uk,kmplayer.com##div[class$="_banner"]
||rumble.com/embed/*&autoplay=2$domain=thepostmillennial.com
thepostmillennial.com##.revcontent-slot
freesvg.org##div[style^="color: rgb(153, 153, 153);"]
freesvg.org##.sponsored-main-detail
dafontfree.io##div[data-ai-tracking] a[target]
||nudeclap.com/nc/nc.js
nudeclap.com##.style75
nudeclap.com##a[target="_blank"][rel="nofollow noopener"]
albumoftheyear.org##.fullWidth div.albumBlock ~ div[style^="padding:"]
albumoftheyear.org##div[class^="adTag"]
sythe.org###topadplaceholder
sythe.org##a[href^="https://www.partypeteshop.com?"] > img
sythe.org##a[href="https://yanliligold.com/"] > img
diariodecuyo.com.ar,independent.co.uk##.taboola-below-article
timeout.com##div[data-component="outbrain"]
rocket-league.com##.rlg-ven-preloader
gematsu.com##div[id^="ad-container-"]
scarymommy.com##div[class^="htlad-"]
zomato.com##.ad-banner-text
islamicfinder.org###sky-scraper-ad
olympusscanlation.com##.sticky_ad_beta
stealthoptional.com##div[data-advadstrackbid]
backpack.tf##.col-md-4 > div.panel-main
game3rb.com##.entry-content > center > a[target="_blank"] > button
||coinvote.cc/user_data/premium_banners/
users.telenet.be###add
planetminecraft.com###ultra_wide
planetminecraft.com##.responsive728-wrap
planetminecraft.com##li.resource[data-type="advert"]
motherjones.com##.mj-incontent-ad-widget
watch.plex.tv##.shaka-ad-markers
||vod.provider.plex.tv/ad?metadataId=
uspassporthelpguide.com##.ad-text-sm
autocarindia.com##div[class^="ad-mod-section"]
||clients.ragezone.com/serve.php/display/
forum.ragezone.com###RZX_BELOW_NAV
forum.ragezone.com##li[id^="navbar_notice_"]
wikijob.co.uk##.mv-video-target
entrepreneur.com##.art-natv
abpeducation.com##.add_section
wendyperrin.com##.destination-ad
psycom.net##.vha
send-anywhere.com###gpt-container
kisscos.net##span[id$="related"] > div[id^="container-"]
ndtv.com##.exam
onlinecoursereport.com##.degree-finder-sidebar
adgully.com##body > div[class^="asd"]
cutty.app,forex-gold.net##.demand-supply
houzz.*##div[data-component="Brand Ad"]
houzz.*##div[data-container="Ad Placement"]
bankvacency.com,girls-like.me###orquidea-slideup
girls-like.me##div[style$="height:250px;"]
girls-like.me##div[style$="width:728px;height:90px;"]
onmanorama.com##.mm-banner970-ad
||freecourseweb.com/wp-content/uploads/*/binance.jpg
thehindu.com,goodreturns.in##.vuukle-ads
cyberleaks.to##.samUnitWrapper > div.samBannerUnit
investing.com##div[class^="outbrain_outbrain-wrapper_"]
business2community.com##.sticky_in_parent > div#community + div.separator
business2community.com##.sticky_in_parent > div#community + div.separator + div.row
ichacha.net###breadcrumb + div[style^="width:"]
freshwap.us##.sidebar-right > li.cream:first-child
windowsbulletin.com##.entry-content > div[class][style="text-align:center;margin-left:auto;margin-right:auto;margin-top:8px;margin-bottom:8px;"]
||aiscore.com/_nuxt/img/banner_bet365.*.png
filmibeat.com##.inhouse-content
filmibeat.com###lightbox-popup-ad
||filmibeat.com/scripts/*/photo-ad-web-new.php
classicreload.com##.content-top-wrapper
bblink.com##.banner-img-promotion
videovard.*##.is-player-page #player-div > div:not([class]):not([id]) > div[class]:empty
videovard.*##.is-player-page #nux > div:not([class]):not([id]) > div:not([class]):not([id]) > div[id]:empty
cnn.com##.cnnix--ad
tureng.com##div[data-nokta-zone]
canarianweekly.com##.banner-in-content
canarianweekly.com##div[id^="footer_bottom_"]
||canaryfone.b-cdn.net/banners/banner-loader/$domain=canarianweekly.com
mcmfaucets.xyz##a[href^="https://bicugesi.xyz/"]
monoschinos2.com,highporn.net,kissanimex.com##._ciw-widget
||assets.thalia.media/ocsassets/heimdall/consent-banner-bootstrap/main-nomodule.*.js$domain=osiander.de
fifaultimateteam.it##.theiaStickySidebar > div[id^="ai_widget-"]
familyminded.com##.inline-video-wrapper-featured
daagreat.com##.fabox
pxhere.com##.hub-photo-main > .mb10[style="height: 90px;"]
speedrun.com##div.malediction[data-type="elo-placement"]
||cloud-strife.speedrun.com/cargo.js
fdocuments.in##a[href="https://cupdf.com/"] > img
||webtoon69.com/wp-content/*/brt-*.js
trip101.com##.airbnb-r
canadiancouchpotato.com##div[class^="code-block code-block-"][style*="margin: 8px"]
digital-photography-school.com##.pb-ads
digital-photography-school.com##.sidebar-tower-ad
roadmap.sh###carbonads
||sbplay.one/js/*/*.min.js?*=*
comick.fun##a[href^="https://comick.app/product/"] > img[alt="affilate"]
comick.fun##a[href^="https://comick.app/product/"] + a[href="/donate"]
comick.fun##.float-right > .mx-auto > a[href^="https://comick.app/product/"]
comick.fun##.images-reader-container .mx-auto > a[href^="https://comick.app/product/"]
bloomberg.com###plug-overlay
techzim.co.zw##.special-container
||vidcrunch.com^$domain=hostednovel.com
blackenterprise.com##.hdrbanart
za.gl,za.uy##.test > div[class*="-badge"][class*="-banner"]
napkforpc.com##.adv-ga
livingmediainternational.com##.entry-content > center
livingmediainternational.com##.pjy
livingmediainternational.com##.widget_pjy
you.regettingold.com##.adstripe
opportunitydesk.info##a[href^="https://www.iu.org/"]
techradar.com##.hawk-magazinesubscriptions-container
coinvote.cc##div[style="text-align: center;display: block;height: 60px;"]
games-guides.com##.post > .entry-content > div[style="min-height:280px;"]
games-guides.com##.sidebar > .inner > div[id^="custom_html-"] > .textwidget  > div[style="min-height:250px"]
gbmb.org##.minh250
gbmb.org##main > div.center
familyminded.com,workandmoney.com##.ad-inStory
||workandmoney.com/assets/di_ads.*.js
1movies.is,1movies.life###zxc_pops
1movies.life##div[id] > .close.ico
1movies.life##div[id] > .close.ico + a[href^="/user/premiummembership"]
1movies.life##a[href^="/user/premiummembership"] > img
1movies.life##.superButton > a[href^="/user/premiummembership"][target="_blank"]
novinhastop.com##.single-right
openculture.com##.oc-center-da
fortressofsolitude.co.za##.jeg_midbar
ahentai.top##div[id^="read_online_ads"]
||ahentai.top/catalog/view/core/adchecker/
||ahentai.top/catalog/view/core/comic/fc.js
||ahentai.top/catalog/view/core/comic/fc0.js
outlookindia.com##[class^="ad_unit"]
outlookindia.com##[class^="ad_wrapper"]
remote.tools##a[onclick="sa_event('sponsored_listing');"]
pornhits.com###s-suggesters
||pornhits.com/magic/
keepvid.com##div[style="width:728px;text-align:left;padding:0px;margin:0px auto;"]
keepvid.com##a[href="http://www.download-video.com/"] > img
||s.fapcat.com/static/js/cupcakes.js
freetutorialsdownload.online##.herald-sidebar > div[id^="ai_widget-"]
win7gadgets.com##.gads_big
7torrents.cc##main #hdTutoForm + div.card
||cdn.jwplayer.com/*/playlists/*?page_domain=www.techwalla.com
downloadfreecourse.com##.error-404 > section
appnee.com##img[alt="Ads Place"]
||jeshoots.com/wp-content/uploads/*/*/banner1.jpg
jeshoots.com##a[target="_blank"] > img[src^="https://jeshoots.com/wp-content/uploads/"][src$="/banner1.jpg"]
||static.inhumanity.com/js/dynamic-pop-comb.min.js
||timeout.*/static/js/ads-
freetutorials-us.com###text-13
freetutorials-us.com##.ultra-archive-grid
allinonedownloadzz.site##.tdi_114
allinonedownloadzz.site##a[href^="https://vgw35hwr4w6x.com/"]
3dsportal.net###rightside > .block > .btl
skidrowcodexgame.com##.footer-sticky
tektutorialshub.com###text-139
technofaq.org###black-studio-tinymce-7
afterschoolafrica.com,technofaq.org###ai_widget-8
technofaq.org###ai_widget-6
pen4pals.com###block-block-84
pen4pals.com###block-block-245
javsex.vip,pornsexxxer.com##.prefix-player-promo-col
freechequewriter.com##div[style^="border-top: 0px solid #DDDDDD; border-bottom: 0px solid #DDDDDD; padding-bottom: 10px;"]
kimcartoon.*##div[style^="float: left; width: 300px; height: 250px;"]
appleinsider.com##.deals-widget
youpornru.com##[data-tracking="track-close-btn-ad"]
||wp.com/ask4pc.net/wp-content/uploads/2109/SomeAdsHere
classcentral.com##body .cmpt-ad
mercomindia.com###header-widget-area
||static.javatpoint.com/images/upstox2.png
answersq.com##aside#block-2
getyarn.io##.my2p
getyarn.io##.pb1p
getyarn.io##.pb1p + .da
techonthenet.com##div[class*=" "] > div[id$="_slot"]
?tid=$popup,domain=go-mp3.com
calculator-online.net##.adds
howto-outlook.com,msoutlook.info###header-banner
windowsreport.com##.aip_block
elitepvpers.com##div[style="font-size:11px;padding-bottom: 5px;"] + a[rel]
elitepvpers.com##div[align="center"][style="background-color:#ededed;padding:0"]
gotohole.com##.player > a
teenyounganal.com,gotohole.com###im
gotohole.com##a[href^="/o.php?"][onclick="noclose();"]
games4king.com##.game_left_ads
games4king.com##.ads_play_container
games4king.com##div[id^="leaderboard_area"]
wallpapers.ispazio.net##.box-apples_single_reclame
freeshoppingdeal.com##.td-ss-main-sidebar > aside:not(.widget_search)
coolztricks.com##.entry-content > div.code-block[style^="margin:"][style*="height:"]:not(:first-child)
||catchvideo.net/static/android-banner-full-
cococut.net###oneDownVideo + p
studytonight.com##.container-fluid > div.center[style^="min-height:"]
studytonight.com###body-content > div.layout_size
||hot4share.com/images/banner_150_450.gif
popular-babynames.com##div[id^="md_modal"]
infoq.com##.related__sponsor
1001tracklists.com##.adnginTop
1001tracklists.com##div[id*="left" i] > #lAd
1001tracklists.com##a[target="_blank"][onclick*="Banner"] > img
nullpk.com##.ai_widget-7
nullpk.com##.ai_widget-3
hulkshare.com##a[class$="nhsIndexPromoteBlock"][target="_blank"][style]
medicaldialogues.in##.modal_wrapper_frame
upshrink.com##div[id^="heread"]
movies.meetdownload.com##.col-md-9.justify-content-center
techadvisor.com###topLeaderBoardHolder
boldsky.com,oneindia.com##.inhouse-content
oneindia.com###toptextpromo
oneindia.com##.oi-site-popup-ad
oneindia.com###fwnNewWdg
oneindia.com##div[class^="discounts-"]
tasteofhome.com##.CMRightRail-AD
mybrowseraddon.com##div[style^="color:#555;text-align:left;margin:0;height:16px;line-height:16px;margin-bottom:5px"]
hotpelis.com###gift-middle
animationxpress.com##.navbar-ad-section
madeintext.com##div[style^="font-size:11px; text-align:center;"]
madeintext.com##div[style^="font-size:11px; text-align:center;"] + div[style]
ivfree.asia##.vidoser-in span[style="font-size: 32px"]
||compare-static.mapcarta.com/asset/__adslot-bundle/*.js
tools.seobook.com###blog
crunchify.com##.ad_advert_holder_sidebar
computergaga.com##a[href^="https://www.amazon.co.uk/"]
xgore.net,mehndihairachnewaali.com##.e3lan
mehndihairachnewaali.com##.theiaStickySidebar > div.widget:not(.search-block-large)
||assets.webinfcdn.net/img/sponsored.gif
||readingrockets.org/sites/default/files/swab-promo-300-
pcgamestorrents.com,igg-games.com##article > .uk-margin-medium-top[property="text"] > a[aria-label] > img
pcgamestorrents.com,igg-games.com##article > .uk-margin-medium-top[property="text"] > div[style] > a[aria-label] > img
pcgamestorrents.com,igg-games.com##.uk-margin-medium-top ~ div[class][style*="justify-content:"] > a[rel] > img
pcgamestorrents.com,igg-games.com##.uk-margin-medium-top [style] > a[rel] > img
pcgamestorrents.com,igg-games.com###tm-sidebar div > a[rel] > img
pcgamestorrents.com,igg-games.com###tm-sidebar div > a[target="_blank"] > img
pcgamestorrents.com,igg-games.com###tm-sidebar div > a[aria-label] > img
tukif.com##.vjs-producer
||cryptofans.news/frame/OfferPack?
thedailystar.net##.pane-ad-pane
thedailystar.net##.block-region-footer-sticky
bandwidthplace.com##.da-wrapper
spicyip.com##iframe[src="//www.lens.org/lens/embed/search"]
batimes.com.ar##.bg-ads-space
coolgenerator.com##.for-ad
wordcounter.io##.sidebar__display
wordcounter.io##.page-aside__display
woorkup.com##.perfmatters
woorkup.com##.kinsta
||bemovies.to/js/safe.ob.min.js
cybrhome.com##div[id^="vpanScriptTop"]
play.anghami.com##anghami-ads
iaspaper.net##.iaspa-right-skyscraper
standard.co.uk##div[id*="mpu"][id*="parent"]
standard.co.uk##div[id*="thirdparty"][id*="parent"]
standard.co.uk##.gsdIuB
sharpporn.com###transparentWrapper
sharpporn.com###videoPlayerWindow
hide.me##.Slideout
theweek.co.uk##.polaris__subscription.-standalone.-content.-article
kiplinger.com,autoexpress.co.uk,carbuyer.co.uk,theweek.co.uk##.polaris-ad--wrapper-desktop
beachgrit.com,glamourmagazine.co.uk##.ad__block
||sbvideo.net/js/*/jquery-*.min.js?*=*
educationworld.in##.widget_sp_image > a:not([href*="educationworld.in"])
||sbembed4.com/js/*/jquery-*.min.js?*=*
||katestube.com/jsb/js_script.js
anitaku.to,alions.pro,flaswish.com,vidhidepro.com,fc2stream.tv,mycloud123.top,doodporn.xyz,guccihide.com,fbjav.com,imfb.xyz,xsub.cc,mm9844.*,anigogo.net,faptiti.com,sblanh.com,javuncen.xyz,streamas.cloud,sbplay1.com,japopav.tv,sbembed2.com,tubesb.com##div[style^="position:fixed;inset:0px;z-index:2147483647;background:black;opacity:0.01"]
newsroompost.com##.adsbox728x90
researchers.pw###wmg-ad-container
yodesiserial.su###getad
yodesiserial.su##.stream-item-above-post-content > div[style^="background-image:url("]
||viralblastt.com^$domain=isharatv.co
||researchers.pw^$domain=yodesiserial.su
coinmooner.com##div[class^="HeaderMooners_"]
coinmooner.com##div[class^="Mooners_mooners_"]
||vkspeed6.com/*/vast.js
nulled.to##img[style^="width:315px;margin-bottom:15px;"]
freshscat.com###geobanner
||pt.ptlwm.com/natlf/lf/ch/?$domain=freshscat.com
||howtofree.org/wp-content/uploads/*/fastcomet-hosting.png
studyguideindia.com##.fleft > div[style^="width: 300px; margin-right:"]
||studyguideindia.com/support/images/placead.png
cnxplayer.com##.footer-ad-728x90
free-fonts.com##div[id^="freefonts_billboard"]
textreverse.com###txt-start-desktop
textreverse.com##div[id^="txt-after-button"]
softonic.com###slide-in-wrapper
softonic.com##ins[id^="gpt_unit"]
streamingsites.com,torrentsites.com##.block-vpn
valueresearchonline.com##.googleadservices
androidcommunity.com##aside[class="td_block_template_14 widget widget_text"]
gsmchoice.com##div[class="row"][style="height: 336px"]
gsmchoice.com##.header__promo-wide
gsmchoice.com##div[style="min-height: 280px; display: flex; align-items: center; justify-content: center;"]
deepbrid.com##.content > div.rounded-md.text-theme-10
alanspicer.com##div[class^="col-md"] > div.widget:not([class*="widget_recent_entries"])
bleepingcomputer.com###after_dl
comicbook.com,familyhandyman.com,tasteofhome.com,rd.com##.taboola-wrapper
awesomeopensource.com##div[class^="carbon-projects-page-native-ad"]
skillsyouneed.com##.ad_normal
rediff.com###world_right2
rediff.com##div[id^="div_ad_"]
falkirkherald.co.uk##div[id^="sidebarMPU"]
falkirkherald.co.uk##.piano-article-banner
thetimes.co.uk##.channel-header-ad
sodapdf.com##.container > div.row > div[style="margin:15px 0 45px !important;"]
rockmods.net###HTML6
rockmods.net##div[class^="post-ad"]
gcemetery.co##.header-da-wrap
grammica.com###AT-GR
aeroinsta.com##.site-heading > font[color="#fff"] > font[color="black"]
||rozup.ir/view/*/728.90.gif
udemydownload33.rozblog.com###rozfixed
staradvertiser.com##.right-rail .csGWrap > .csMon> div[style="margin: 0px; height: 250px; width: 300px; overflow: hidden;"]
texture-packs.com##div[id][data-cfptl="1"][data-cfpa]
onlinecoursebay.com###matched-ads
ancient-origins.net##div[id^="ad-unit"]
ancient-origins.net###ao-article-outbrain
nimtools.com##.sideXd
indiatvnews.com##a[href="https://www.indiatv.in/clickmania"] > img
meaningfulhq.com##a[href^="https://payhip.com"]
getstoryshots.com###post_ad_container
onlinemathlearning.com###btmAd-div
telegramguide.com###stky-ads
booksummaryclub.com##.attentionblackfriday
iam-media.com,worldtrademarkreview.com##div[class^="advert-strip"]
io.help.yahoo.com##.ad-style
moneycontrol.com##.sponser_in_gallery
ettvcentral.com##.download_liinks_a
darkleia.com##iframe[src^="//poweredby.jads.co/"]
darkleia.com##footer .one-column-footer
throwawaymail.com###promotion_modal
notebookcheck.com###contenta
||pingpongmap.net/images/ppm-
pingpongmap.net###werbung
freecoursesite.uk###ai_widget-7
olympics.com##.htmlCountdownBg > a[href="javascript:void(window.open(window.clicktag));"]
sparknotes.com##.homepage-cta--rect
sparknotes.com##.partner__pw__header
smallbiztrends.com##.home-cat-in-content-ads
smallbiztrends.com###bottom-sidebar-ad-300x250-v2-wrap
raw-manga.org##.col-12 > a:not([href^="/"]) > img
pdfslide.net##div[class*="gg_ads_"]
techninjapro.com##section[data-id="65bbfca"]
acronymfinder.com###anchorad
utorrent.com##a[id$="-ad"]
gtagarage.com##.loonybin td > div[style="height: 90px; text-align: center; margin: 10px 0px;"]
speedguide.net##body > div[style="position:relative; margin:auto; padding: 0px; width:728px; height:100px; text-align:center;"]
huffpost.com###zone-commerce
photofunny.net###adsFichaTop
photofunny.net##.efectos-populares
reuters.com##div[style="flex-basis: 1200px; margin-bottom: 120px;"]
insidesport.co##div[id^="divFLRA"]
||csgo.exchange/images/gamdomp*.gif
csgo.exchange##.content > div.Weblink[style]
thinkmobiles.com##.article-placat
aastik.in##.td-g-rec-id-sidebar
macworld.co.uk##.stickyAdWrapper
metrosaga.com##aside[class*="advads_ad_widget-"]
apkmodvn.com,softfully.com,gamertweak.com,aastik.in,metrosaga.com##body .adsbygoogle:not(#style_important)
tutorialsplanet.net##div[id^="cdbkzvlyfq-"]
blockgeeks.com###banner-zone-right
internationalnewsandviews.com###adAboveHeader
internationalnewsandviews.com##.header-right-adv
mssqltips.com###slideboxtop
mssqltips.com###ad-slot-leader
newsgram.com##img[onclick^="window.location.href"][onclick*="&utm_medium=banner"]
advocatekhoj.com##div[align="center"] > div[style="height: 95px;"]
codegena.com##.ad_after_header
businessinsider.in##.inart_clmb_ad_sld
businessinsider.in##div[class^="clmb_eoa_sl_"]
indiaforums.com##.adBanner
pride.com##.sticky.footer
indiatyping.com##.jb-feature-intro
indiatyping.com##.t3-sidebar-right
technig.com##.sidebar > div[id^="text-"]
topg.org##.ga
topg.org##.ga_header
topg.org##.ga_header_f
||notebookcheck*.*/fileadmin/Sonstiges/am_abv3_us_smartphone.html
content.techgig.com##.gutter-banner
eurasiantimes.com##.vc_row_inner
skysports.com##div[data-format="leaderboard"]
leo.org###adv-text
||theproxy.to/x.js
||torrentdownloads.theproxy.to/templates/new/images/titl_tag2.jpg
xiaomitoday.it##a[href^="https://shareasale.com/r.cfm"] > img
news24online.com##.add-section_728x90
news24online.com##.add-section_300x250
news24online.com##.mini-list-story[style*="background: red;"]
news24online.com##.clearfix.add
news24online.com##.content_post > div[style="background:#f1f1f1;"]
news24online.com##.container section.db_shw_mb_blk
abplive.com##.article-data > p[style="text-align: justify;"] + div.section.uk-padding-small
||raw-manga.org/images/mainthumb.gif
hanguoman.com##div[style*="width:920px;height:250px;"]
mashable.com##[class^="mt-"] > div[data-pogo]::before
mashable.com##aside[data-ga-module="content_rail"] > .sticky
makezine.com##.widget_makezine_ad_widget
planetware.com##.mediavine-sidebar-atf-target
soyacincau.com##div[id^="sc-"][id*="mrec"][style]
soyacincau.com##div[class^="scadslot-in-article-between-"]
webcazine.com##p[style*="color: #aaa!important; font-size: 12px!important; text-align:center;"][style*="line-height:3em;"]
bestxiaomiproducts.com##.theiaStickySidebar > #text-4
shaalaa.com##.zxc_wrap
||tsyndicate.com/api/*?domain=*&adb=$all
||adultdeepfakes.com/static/js/p.js
hindustantimes.com##.epaper-ad
pocketgamer.com###mid-main > div#skin-video-tab
amazon.*##span[class*="top-slot_hsa-id"]
amazon.*##div[class*="btf_ad-placements-"]
crictracker.com##.ad-block-container
dodropshipping.com##a[href="https://dodropshipping.com/shopify-sidebar"]
||sanoybonito.club/adsterra$popup
gab.com##article[data-id^="gab-ad-status-timeline-injection-"]
||playerls.com/js/jquery/*/jquery-*.min.js?v=
/assets/jquery/ap*.js$domain=anime7u.com|anime4low.sbs|cdnwish.com|moviekhhd.online|jodwish.com
/assets/jquery/main*.js?v=$domain=streamhide.to|guccihide.com|filelions.to|mwish.pro|javplaya.com|sub123.xyz|awish.pro|wishfast.top|cabecabean.lol|sfastwish.com|fviplions.com|fsdcmo.sbs|obeywish.com
/assets/jquery/adult*.js$domain=javb1.com|streamwish.to|louishide.com|ahvsh.com|filelions.to|trafficdepot.re|streamxxx.online|streamvid.top|javhahaha.us|javsw.me|javlion.xyz|embedwish.com|leakslove.net|gaystream.cloud
/assets/*.min.js?*=*&$domain=sbspeed.com|streamsss.net|sblanh.com|faptiti.com|anigogo.net|mm9844.*|sbanh.com|sbthe.com|sblongvu.com|javbigo.xyz|sbrulz.xyz|sbchill.com|sbbrisk.com|sbhight.com|rbtstream.info|sbface.com|lvturbo.com|streaamss.com|sbrapid.com|sblona.com|streamsb.click|sbrity.com
/asset/*.min.js?*=*&$domain=vcdn.io|suzihaza.com|ns21.online|diasfem.com|izleorg3.org|dfmagazine.co.uk|javcl.me|bazavox.com|avhost.xyz|asianclub.tv|javlove.club|videogreen.xyz|ujav.me|mavplayer.xyz|xxxjaa.xyz|vidcloud.*|javmvp.com|mm9842.com|fplayer.info|fakyutube.com|streamabc.xyz|hentai4.me|animepl.xyz|gdstream.net|rubicstreaming.com|layarkacaxxi.icu|playerjavhd.com|cutl.xyz|myvideoplayer.monster|luxubu.review|obaplayer.xyz|yuamikami.xyz|cloudrls.com|javpornhd.online|watch-jav-english.live|zojav.com|javenglish.me|vanfem.com|vcdn-stream.xyz|av4asia.com|javsubbed.xyz|xsub.cc|mavavid.com|baldrfilms.xyz|streamm4u.club
wellandgood.com##.container__ad
uniindia.com##.header_bottom > div[style^="float:"]:last-child
businessinsider.in##.fc_clmb_ad
softcobra.com##.message
hqxxtube.com,xxvidsx.com,tubsxxx.com##.aBlock
xxvidsx.com,tubsxxx.com##.videoAd
||imgbox.com/ae/$domain=matureworld.ws
globalcognition.org##.quote-charcoal
||sonic-ui.highereducation.com^$domain=mydegreeguide.com
overdrive.in##.add2
kbb.com###kbbAdsOwnTheSegment
usnews.com##div[data-ad-props]
gamepressure.com##div[id^="purch_"]
usnews.com##div[class^="AdAutos"]
usnews.com##div[class*="MobileAdContainer"]
usnews.com##div[class*="TopAdContainer"]
parade.com##.connatix_wrapper
studionotesonline.com##.sidebar-main > #text-2
musicnotes.com##.posts-ad
careers360.com##[id^="advertisement"]
tolonews.com##header > .group-top
skillsyouneed.com##.new_ad_left
giznext.com,91wheels.com##.adscard
team-bhp.com###leftPage .billboardSpacer
team-bhp.com##.front #sidebar-second .billboardSpacer
hostings.info##a[href^="https://hostings.info/go/banner."]
greentechmedia.com##.side-reports
electronicdesign.com##a[href="http://sourceesb.com"]
||ezjav.com/p.js
pstream.net##body > a[href="javascript:;"]
pstream.net##a[href^="https://adfpoint.com/"]
||tag.atom.gamedistribution.com/v*/rainbow?
||pornhat.*/static/js/300x250.
brightside.me##main > div:not([data-sharing-target]):not([data-test-id]):not([class*=" "])
brightside.me##div[data-test-id="article-bottom-recommended"] > div[class] > div[class] > div:not([data-sharing-target]):not([data-test-id])
putlocker.gg##.bnw
shape.com###header-banner-container
adaa.org##div[class^="c-ad_"]
medscape.com##.hp-anon
medscape.com##.reg-ad
deccanherald.com##.article-adver
aajtak.in##.detail-bottom-ad
sikktech.com##.entry-content .code-block[style]
thedubrovniktimes.com##.adSidebar
phoneworld.com.pk##.theiaStickySidebar > #custom_html-6
||smartshare.tv/asset/*.min.js?*=*&
||javideo.pw/asset/*.min.js?*=*&
earlygame.com##.ad-slot-widget
cnet.com##.c-adDisplay_container
filmcompanion.in###top_banner_desktop
travelermaster.com##.__trm__adv-block
travelermaster.com##.__trm__adspot-title-container
travelermaster.com##div[class^="__trm__ad-med-rec-"]
||imgur.com/*.gif$domain=himovies.to
divicast.com,moviesjoy.plus,goku.to,f2movies.to,dokicloud.one,mzzcloud.life,fmovies.app,moviesjoy.to,sflix.to,himovies.to,vidcloud.pro,vidcloud.msk.ru###overlay-container
kiz10.com##.ads-medium
kiz10.com##.txt-ads-center
kiz10.com##.frame-ads-top
kiz10.com##div[class^="video-"][class$="-ads"]
bdnewszh.com##div[class^="w"][class*="-ads"]
ip-tracker.org##.reklo-in-main
webstatsdomain.org##.ads_module
enotes.com##div[style="display:flex; flex-direction:row; width:610px;height:250px; justify-content:center;"]
nexusmods.com##.asus-competition-block
||javjav.top/asset/*.min.js?*=*&
||xszav.club/nb/
||embed.casa/asset/*.min.js?*=*&
javsister.com###footer-widgets
||playdoe.xyz/asset/*.min.js?*=*&
fjav.top##.ad-parent
||pixlr.com/slot/|
pixlr.com###slot
ted.com###banner-container
darkcapture.app##div[style^="width:300px;"][style*="height:250px;"]
darkcapture.app##div[style^="width:300px;"][style*="height:100px;"]
examtiger.com##.mobfullw
examtiger.com##.article > div[style*="width:337px;"][style*="height: 285px;"]
examtiger.com##center > div[style^="font:14px Arial;"][style*="color:#ddd;"]
learnpython.org###google-ad-right > iframe
oberlo.in##section[aria-label="SELL YOUR VIDEOS ONLINE"]
oberlo.in##section[aria-label="TRY SHOPIFY FREE"]
oberlo.in##aside[aria-label="LAUNCH YOUR DROPSHIPPING BUSINESS"]
oberlo.in##img[alt="shopify free trial"]
||mavplay.xyz/asset/*.min.js?*=*&
southeastasiabackpacker.com##a[href^="https://safetywing.com/"]
designwizard.com##.blog-footer
||pornofaps.com/frosty-bread-04ce/
||xxxshake.com/player/html.php?aid=pause_html&video_id=*&referer=
jaxenter.com##.widgets_on_page
jaxenter.com##.sidebarSpecificTagContent
lyricsmode.com##.header-band-cont
cardekho.com##.adHolderTop
pixelprivacy.com##div[data-ga="NordVPN Popup"]
themeisle.com##.ti_ad
interviewbit.com##div[data-el="ibpp-ribbon"]
softwaretestinghelp.com##.inside-right-sidebar > #custom_html-14
softwaretestinghelp.com##.inside-right-sidebar > #custom_html-22
softwaretestinghelp.com##.inside-right-sidebar > #custom_html-23
manoranjannama.com,sportsnama.in,naukrinama.com##.colombiatracked
manoranjannama.com,sportsnama.in,naukrinama.com##.colombiaSuccess
manoranjannama.com,sportsnama.in,naukrinama.com##div[class*="colombiaone"] a[href*="/can/evnt/click.htm?"][target="_blank"]
/can//cde/data/v*.htm?id=$subdocument,script,domain=manoranjannama.com|sportsnama.in|naukrinama.com
||111.90.159.132/wp-content/uploads/*/*/260_260_eng.gif
computer.org##.adBlockBanner
unsplash.com##div[data-test="SearchInFeedAd-Container"]
unsplash.com##div[data-test$="FeedAffiliates-Container"]
robots.net##.responsive-ad-match-wrapper
theweek.in##.pay-ad-box-wrapper
||y2mate.com/themes/js/pn.js
||dood.so/sw.js
||xtits.*/static/js/custom.js
||xtits.*/player/html.php?aid=*_html&video_id=*&*&referer
||rustream.tv^$popup,domain=stremiomovies.com
businessworld.in##iframe[src*=".zedo.com/"]
5dariyanews.com##a[href="https://www.5dariyanews.com/sponsored-ads.aspx"]
||5dariyanews.com/images/local-classifieds-online-ad.gif
thenamesdictionary.com##a[href="https://fonolive.com/signup"] > img
thenamesdictionary.com##a[href="https://fonolive.com"][rel="nofollow"]
mahacot.com##.google-adsense-ads
||fonolive.com/promoted-ads
leakedmodels.com##.advertising1
manofmany.com##.incontent-ad-banner
||bcprm.com/promo.php?$xmlhttprequest
analyticsinsight.net##a[href^="https://etunwired.et-edge.com/"]
pornvideotop.com###user18div
||pornvideotop.com/ads300x250.php
||pornvideotop.com/e/fp.js
||pornvideotop.com/js/popec.js
babesxworld.com##div[data-type="teaser"]
babesxworld.com##a[href^="/goto/"]
katmoviehd.ma###sidebar > #custom_html-6
zdnet.com##.sharethrough-top.placeholder
msn.com##iframe[src^="https://products.gobankingrates.com/pub/"]
tbd.community##.l-sidebar > .block a[href="https://www.arbeitsagentur.de/vor-ort/zav/bfio"] > img
||tbd.community/sites/default/files/pictures/tbd_website_banner_img_300x300.jpg
ucas.com##.brick--article-mpu-first
ucas.com##.brick--article-mpu-second
livecareer.com##.anun-re-sample
btechsmartclass.com##.bsc-h-ad
btechsmartclass.com##.bsc-ads-bar
prodesigntools.com##.inside-right-sidebar a[href="http://www.GetCreativeCloud.com/"] > picture
izoomyou.com##.rect-270
pvstreams.com##body > br
sm.ms##.advert_foot
paid4.link##.box > div[align="center"] > div.card
||player.twitch.tv/js/embed/$domain=wiki.fextralife.com
techilife.com###sidebar > #text-4
techilife.com###sidebar > #text-5
onlineservicess.in,techiedelight.com##.sidebar > #custom_html-4
techiedelight.com##.sidebar > #custom_html-9
techiedelight.com##.sidebar > #custom_html-16
vtbe.to,jpmtl.com##iframe[src^="//acceptable.a-ads.com/"]
torlock.icu##[class^="wrn_"]
torlock.icu##[class^="warn"]
filmyone.com###mvp-post-main a[target="_blank"] > img
bangalorenewstoday.com##.sidebar-widget-area > div[id^="text-"]
hdbest.net###sidebar > #custom_html-17
brainly.com,brainly.com.br,brainly.co.id,brainly.in,brainly.ph,brainly.pl,brainly.lat,brainly.in,brainly.ro,eodev.com,znanija.com##.brn-ads-box
brainly.com,brainly.com.br,brainly.co.id,brainly.in,brainly.ph,brainly.pl,brainly.lat,brainly.in,brainly.ro,eodev.com,znanija.com##.js-new-ad-placeholder
brainly.com,brainly.com.br,brainly.co.id,brainly.in,brainly.ph,brainly.pl,brainly.lat,brainly.in,brainly.ro,eodev.com,znanija.com##div[data-testid="brainly_ads_placeholder"]
||fembed.com/asset/*.min.js?*=*&
scratch247.info,azsoft.*,downfile.site##div.display ~ h2.text-center
scratch247.info,azsoft.*,downfile.site##div.display ~ p
scratch247.info,azsoft.*,downfile.site###adb_detected ~ div.text-content
dallasnews.com##div[class*="app_arc-ad_ad"]
porngo.com,xxxfiles.tv,bigwank.tv,asianpornfilms.com,veryfreeporn.com,xxxfiles.com,titshub.com,bigwank.com,fapguru.com,pornpapa.com##.underplayer_banner
porngo.com##.spot_footer
theclassroom.com##.adsense-main-ad
xgroovy.com,xxxshake.com,jizzberry.com##.in.is_desktop
||jizzberry.com/static/js/initsite.min.js
||jizzberry.com/assets/f_load.js
||katestube.com^$domain=wankoz.com
geeksforgeeks.org##._ap_apex_ad
||upcomics.org/k4.gif
rapidtyping.com##.center-col > div.sec.s-body
||webtorrent.io/img/supporters/express-vpn-banner.png
webtorrent.io##a[href="/expressvpn"] + p
||biguz.net/vast*.php
express.co.uk###div-ad-fio
saratogian.com##.dfm-featured-bottom-flex-container
nationalheraldindia.com##div[class^="styles-m__dfp_"]
nationalheraldindia.com##div[class^="header-m__ad-top_"]
||down-paradise.com/asset/*.min.js?*=*&
udemydownload.com,gotravelblogger.com##.theiaStickySidebar > div[id^="stream-item-widget"]
/fakethebitch\.com\/\d?\.php/$domain=fakethebitch.com
spicy-flix.com##.desktop-video-rec
spicy-flix.com##.visions-right-video > p
spicy-flix.com##.desktop-under-video-rec
spicy-flix.com##.desktop-rec-bottom
/nb/*$script,domain=bigtitslust.com|pornhex.com|159i.com|babesjoy.com|pornyfap.com|imgtorrnt.in|imgtornado.com|shameless.com|imgdone.com|webcamshows.org|ipicture.su|youav.com|porndr.com|noodlemagazine.com|picmoza.com|cumlouder.com|maturetubehere.com|amateur8.com|freeporn8.com
ebony8.com,sortporn.com,freeporn8.com,maturetubehere.com##.is-av
ebony8.com,sortporn.com,freeporn8.com,amateur8.com,maturetubehere.com##.item.pignr
shemalesin.com,ebony8.com,sortporn.com,freeporn8.com,amateur8.com,maturetubehere.com##.invideo.pignr
shemalesin.com,ebony8.com,sortporn.com,freeporn8.com,amateur8.com,maturetubehere.com##.top2.pignr
freeporn8.com##.toble
amateur8.com,ebony8.com,freeporn8.com##li.pignr
shemalesin.com,bigtitslust.com,freeporn8.com###player_add
amateur8.com,bigtitslust.com,freeporn8.com###lotal
||freeporn8.com/frd5/local_p.js
||filmdaily.co/wp-content/uploads/*/bovegas-banner-5500.jpg
||filmdaily.co/wp-content/uploads/*/Casino_Model_Theme_300x250px-gif.gif
/player/html.php?aid=$domain=xhand.com|homemade.xxx|filtercams.com
koimoi.com###taboolaid
koimoi.com##.ad-wrapper-border
lokmat.com###beforehead
sexxx.cc,lokmat.com###headerBanner
macupdate.com##.mu_banner_layout_header
babycenter.com##.connatixContainer
babycenter.com###nativeAdContainer
babycenter.com##.programmaticMultiAdContainer
bloomberg.com##div[data-ad-placeholder="Advertisement"]
coursef.com,ecityworks.com##.box-afs
vjav.*##.hv-block
||xxxadd.com/js/hrqst.js
||freecampsites.net/inhouse/*.html
freecampsites.net##.adLeaderBoard
freecampsites.net###googleSquareAd
tubeon.com##i[class="abtext"][style="display:block;margin-left: 10px;"]
best-vpn-deals.com##.modal
best-vpn-deals.com##.footer
thedronegirl.com##a[href^="http://www.skyfish.ai/"] > img
thedronegirl.com##a[href^="http://dronepilotgroundschool.com/"] > img
thedronegirl.com##a[href^="https://buytrackimo.myshopify.com/"] > img
thedronegirl.com##a[href^="https://www.bhphotovideo.com/"] > img
thedronegirl.com###text-17
analogictips.com,1000projects.org,freecoursesites.net,javhoho.com,thedronegirl.com###text-7
||embedsito.com/asset/*.min.js?*=*&
listoffreeware.com##.bannerimg
webmd.com##.ad-no-css
informer.com##.top_b
informer.com##.spnsrd
informer.com##.block_ad3
sentinelassam.com##body #ad_before_header
||dutrag.com/asset/*.min.js?*=*&
thetechbasket.com##.thete-manual-placement
filmyplex123.blogspot.com##.sidebar > div[id^="HTML"]
metoffice.gov.uk###lead-ad-spacer
nytimes.com##.MAG_web_regi_us_sale_apple-pay-dock-ecd-test
||peepdaily.net/wp-content/uploads/*/*/peepdaily.gif
sports.ndtv.com##.nd-ad-title
hecoinfo.com###divBannerAd
scriptinghelpers.org##.shvertise-banner
||serverf4.org/asset/*.min.js?*=*&
bostonglobe.com###right > div#sticky_container
bostonglobe.com###arcad_recirc
||javstream.top/asset/*.min.js?*=*&
||gaobook.review/asset/*.min.js?*=*&
wsvn.com##.wp-block-ad-slot
bostonglobe.com###top > div[class="text_align_center"]
deftpdf.com##section[style*="width: 800px;"][style*="height: 90px;"]
techrfour.com##img[width="1027"][height="298"]
techrfour.com##img[width="1036"][height="296"]
alistapart.com##.ala-author-book
weraveyou.com##div[align="center"] > a[href="https://pulsar.audio/products/"][target="_blank"] > img
||weraveyou.com/wp-content/uploads/*/*/pulsar-middle-site-banner.jpg
msn.com##views-native-ad
electrical-engineering-portal.com##.page-ad-topline
electrical-engineering-portal.com##.reklama-text
nizarstream.xyz,teamkong.tk,rulesofcheaters.net,codinghumans.xyz,rachidscience.com,technopratik.com,electricaleasy.com###HTML4
wehavekids.com##.m-detail--feature-video
||alphaporno.com/bravoplayer/custom/alphapornocom/scripts/inplaybn-
gradientdescent.de##.adds-component
||gradientdescent.de/*/*/components/Adds_*.js
pastehouse.com##.col-md-9 > .text-center > a[target="_blank"][rel="nofollow"] > img
subs4series.com##.bottom_margin tbody > tr > td[align="center"][style="width:336px; height:280px"]
whattoexpect.com##.adhesion-ad-container
timesofindia.indiatimes.com##.adswebtopstories
timesofindia.indiatimes.com##body .banner_local:not(.flexrest)
unblockyoutube.video,unblock-websites.com##.myproxy-form-inline > a.btn-yellow
unblockyoutube.video,unblock-websites.com###mih-bottom
mashable.com##body .zmgad-full-width:not(#style_important)
||dood.la/sw.js
offerup.com##a[href^="https://www.bing.com/aclick?"]
bluesnews.com##.col-fixed-sky
bluesnews.com##.col-fixed-mpu
||yimg.com/nn/lib/metro/g/sda/$domain=yahoo.com
||imgsen.com/87d979131e4e.js
123-movies.life,123movies4u.icu##.ann-home
123tv.live##.demo-avd
ladbible.com##div[data-cypress="sticky-header"]
whatleaks.site,troypoint.com##.mysticky-welcomebar-fixed
magnetdl.uproxy.to##a[href="/b/?/site/vpn/"]
piraproxy.page,theproxy.ws,unblockedsites.net,theproxya.net,dirproxy.biz,dirp.info,unblockedwarez.com,superproxy.me,theproxya.com,piracyproxy.biz,xproxy.org,piraproxy.app,directoryproxy.org,dirproxy.com,dirp.me,123proxy.info,theproxy.to,unblocked.id##.container > .justify-brow
piraproxy.page,theproxy.ws,unblockedsites.net,theproxya.net,dirproxy.biz,dirp.info,unblockedwarez.com,superproxy.me,theproxya.com,piracyproxy.biz,xproxy.org,piraproxy.app,directoryproxy.org,dirproxy.com,dirp.me,123proxy.info,theproxy.to,unblocked.id,uproxy2.biz,uproxy.to##div[id][onclick^="window.open("][onclick*="vpn"]
genshin.honeyhunterworld.com##.ad_sidebar_video
genshin.honeyhunterworld.com##div[id^="ad-genshin"]
sextubefun.com##.promo-sec
gamingintelligence.com##div[class$="adsanity-"]
myhoustonmajic.com##.footer-share-bar
||4gay.fans/fans.js
gmanetwork.com##div.leaderboard
gmanetwork.com##.mrec_ad_home
gmanetwork.com##.mrec_336
bloomberg.com##.canopy-container
jamaicaobserver.com##div[id^="advetisement_"]
jamaicaobserver.com###Table_05 a[href^="https://bit.ly/"][target="_blank"] > img
jamaicaobserver.com##.latest_news > #articles_container[style="min-height: 200px !important;"]
||syndication.exosrv.com/splash.php?$removeparam
||watchgayporn.online/asset/*.min.js?*=*&
hardcoreluv.com,imageweb.ws,pezporn.com,wildpictures.net##.box1[style^="height"]
gaystream.pw##.a-block
businessinsider.*##.ad_spacenone
businessinsider.*##.article-ad-container
filmyone.com##div[id$="-top-scroll-shadow"][style^="position: absolute"]
manchestereveningnews.co.uk##div[data-link-partner]
manchestereveningnews.co.uk##.container > div:empty
||w.send.cm/www/d/a.php
send.cm##.df-example
doctorslounge.com###House_ads
doctorslounge.com##header > #Leaderboard
montrealgazette.com##.vf-ad-comments
montrealgazette.com##.ad__section-border
wionews.com##body .posrelativebox
southwalesargus.co.uk###piano-message
southwalesargus.co.uk##.lm-sell-your-car-banner
telegraphindia.com##.ttdadbox122
telegraphindia.com##.marketing-banner-article
telegraphindia.com##.uk-bg-dwnld
dictionary.com##section[data-testid="grammar-coach-ad"]
||cdn.sunporno.com/sunstatic/v*/common/sunporno/compiled/script.v*.min.js
everythingrf.com##div[data-adtag]
everythingrf.com##.baseboard-ad
everythingrf.com##.mid-ads
indiansexstories2.net,issstories.xyz##iframe[src^="https://a.videobaba.xyz/"]
afreesms.com###title > span > a[target="_blank"]
fortune.com###piano-wrapper[style*="z-index: 100003;"] iframe[id^="offer-"]
piratebay-proxy-list.com,pirate-bays.net##.message-wrap
tryboobs.com###sr
documentaryheaven.com##aside[style^="padding: 17px 0 12px 0!important;"][style*="overflow:hidden;"]
medpagetoday.com###right-rail-frame
fenews.co.uk###Mod459
mtstandard.com,lacrossetribune.com##.lee-featured-subscription
streamingdue.com##aside[class="widget_text td_block_template_8 widget widget_custom_html"]
ipleaders.in##a[href^="https://lawsikho.com/"] > img
olympics.com##.tk-ad-top
olympics.com##.tk-ad-top-placeholder
businessinsider.in##.amzn-offers-wdgt
crazyshit.com,sleazyneasy.com,katestube.com,pervclips.com,vikiporn.com,fetishshrine.com,wankoz.com,sheshaft.com,pornicom.com,morazzia.com,pornwhite.com,yeswegays.com##a[href^="https://claring-loccelkin.com/"]
scoopwhoop.com###da-top
fbcnews.com.fj##.homepage-advert
fbcnews.com.fj##.banner-leaderboard
fbcnews.com.fj##.story-content #fbc-sl
vivud.com##.in-gallery-spot
||nothingtoxic.com/aff/chaturbate/
||painaltube.com/min/747b35c9/painaltube/p/
||painaltube.com/widget/chaturbate_cam.php?
painaltube.com##.widget > div.widget
||crazyshit.com/aff/$subdocument
pexels.com##.js-sponsored-photos
xrares.com##a[href*="/plugout.php"]
titsbox.com##.player-spot
titsbox.com##.player-spot__title
titsbox.com##.holder-rich-media
yts.rs##.vpn-container
||cdn.tapioni.com/asg_embed.js
gizchina.com###protag-header_2
gizchina.com##.vwspc-section-sidebar > #text-26
gizchina.com##.vwspc-section-sidebar > #text-50
||free-proxy.cz/i/HMA/1.gif
atozmodapk.com##.sidebar-ads-active
yuzu-emu.org##.column > div.px-md
hentaifreak.org##.text-center.col-md-6 > a[target="_blank"]  > img
easyengineering.net##.td-ss-main-sidebar > div.td_block_template_17
indianexpress.com##.ie-int-campign-ad
vegasslotsonline.com##.game-frame--fullscreen > .game-frame__board
vegasslotsonline.com##.carousel-horizontal__bonuses .casino-pros-row
truetrophies.com,trueachievements.com,pockettactics.com,pcgamesn.com###nn_bfa_wrapper
theloadout.com,pockettactics.com,pcgamesn.com##.legion_primiswrapper
cartoonpornvideos.com##div[class="outer-item _767p"]
zegtrends.com##.tpm-ads-unit
radioreference.com##td[width="190px"] > div[align="center"][class="box"]
filecrypt.co##form > .protection.online ul > li:not(.buttons) > div:not(.circle_captcha)
filecrypt.co##.content .window .filltheadblockqueue3
hentaihd.net##.active-item
letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmejerk7.com##div[class^="lmj"]
letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmejerk7.com##.cams-widget
hentaidude.com###vid > div.main-vip
hentaidude.com###idunder
||hentaiworld.tv/wp-content/uploads/*-300x300px-
tnaflix.com##.zzMeBploz
onlinemovieshindi.com##a[href^="https://oppa88888888.com/"] > img
crossword-solver.io###crossword-solver-io_right_rail
crossword-solver.io###crossword-solver-io_leaderboard_atf
crossword-solver.io##div[id^="crossword-solver-io_incontent_"]
crosswordsolver.org##.mpu-ad-container
9gag.com##.featured-video
goodreturns.in###headerTopAd
goodreturns.in##.refreshInarticleAd
goodreturns.in##.oiad
hinkhoj.com##.rgt_side_adword
hinkhoj.com##.rgt_side_adword + .rgt_div_ta
spellchecker.net###bio_ep
spellchecker.net##.grammarly-left-image
spellchecker.net##a[href^="https://www.grammarly.com/?"][href*="&utm_source=placement"] > img
||spellchecker.net/public/*/js/bioep.js
||spellchecker.net/public/*/images/grammarly
hentaicore.org##a[href^="https://myhentai.org"]
||see.xxx/nr.js
androidapksfree.com##.header-ad-heading
morningstarthailand.com,morningstar.*###ad_top_page
community.hackintoshshop.com##div[style="width: 100%; display: table;"]
community.hackintoshshop.com##div[align="center"] > div[style="height:25px"]
thec64community.online##iframe[id^="ad-"]
||youtnbe.xyz/asset/*.min.js?*=*&
wikidiff.com##div[style^="width: 100%; min-height: 200px"]
techradar.com###article-body > .product:not([class*="guide"])
haaretz.com##div[data-test="bottomStrip"]
haaretz.com##div[data-test="topStrip"]
livelaw.in##body .ad_unit_wrapper_main
issuu.com,cars.ksl.com##div[class^="Ads__"]
boston.com##.o-site-header__advert
boston.com##.m-content-advert
shesfreaky.com###im-slider-outer
||bestcontentweb.top/video$xmlhttprequest,other,redirect=nooptext
||anime4up.com/wp-content/uploads/*.png$popup
gbhackers.com##.td-ss-main-sidebar > div.td_block_text_with_title.td_block_widget
cellularnews.com##.responsive-thin-ad-wrapper
robots.net,cellularnews.com##.responsive-vertial-ad-wrapper
cellularnews.com##.responsive-ad-outbrain-wrapper
ingles.com,spanishdict.com##.video-ad
marketcapof.com##.ledger-container
||new.gdtot.*/assets/img/yourlogo.png$popup
mobilemarketingreads.com##a[href^="https://hubs.ly/"]
xfreehd.com##.col-md-12 > .alertx2
questionpapers.net.in##.my-extra-widget
mcqlearn.com##.affiliate-disclaimer-detail
javdock.net###player_3x2_container
cyberciti.biz##div[class^="tips_"][class*="_slot_"]
javhub.net##div[class^="smac"]
utilitymagazine.com.au,linoxide.com###text-36
linoxide.com###text-40
||tei.ai/sw.js
usingenglish.com###header-leaderboard-ad
autotrader.ca##vdp-ad-banner
autotrader.ca##.gallery-leaderboard
themehits.com##.wpadvads-sticky-footer-ad
freakyjolly.com##.sidebar > div.widget_custom_html
healthgrades.com##.leaderboard1AdWrapper
couponbirds.com##.js-normal > div[style="margin-bottom: 10px;min-height: 280px"]
yts.unblockit.uno,yts.unblocked.name,yts.mx##.cbas-brdrd
yts.unblockit.uno,yts.unblocked.name,yts.mx##.mgz-bered
watchmalcolminthemiddle.com##.h_content
||analyticsinsight.b-cdn.net/wp-content/uploads/*-300x250px
||analyticsinsight.b-cdn.net/wp-content/uploads/*-300W-x-250H
bigleaguepolitics.com##div[id*="-box-ad-"]
||meowkuplayer.xyz/asset/*.min.js?*=*&
||dailypicked.com/wp-content/uploads/2020/06/buy-11-courses-
||blog.ipleaders.in/wp-content/uploads/2021/07/side-banner-24th-july-bootcamp.png
||blog.ipleaders.in/wp-content/uploads/2018/11/IPLEADERS-BLOG-calling-for-ads-1.png
||blog.ipleaders.in/wp-content/uploads/2018/11/lawsikho-ad-22112018.gif
||blog.ipleaders.in/wp-content/uploads/2021/01/Internship-Banner.jpg
blog.ipleaders.in##.shwPops
blog.ipleaders.in##figure[style="width: 300px"]
greaterkashmir.com##div[class^="ad-wrapper-module"]
indiabix.com##.div-ad-site-bottom
indiabix.com##.div-ad-site-bottom + hr
indiabix.com##div[class*="div-ad-wrapper-"]
alternativetoapp.com##div[style$="text-align:center;"] > p[style="font-size:12px"]
clevelandclinic.org##.ad-policy__wrapper
||vidoza.net/sw.js$important
tureng.com##.termresults-ad-tr
||slutsounds.com/wp-content/uploads/*/nawtycam$image
framework7.io##.carbon
cheat.gg##body > div[style="background-color:white;color:white;padding:200px"]
||xnxx.com/cams^
/\.com\/[_0-9a-zA-Z]+\.jpg$/$image,~third-party,domain=hottystop.com
||fjetvid.com/asset/*.min.js?*=*&
elamigosedition.com##center > a[onclick*="window.open("][class^="button"]
thefashionspot.com##.siqps-wrapper
||a.cdn.searchiq.co/app/search/content/presearch/js/presearch.js
||cdn.searchiq.co/app/search/presearch/meta/advertiser_click_template.json
wsls.com,gmg-wjxt-prod.cdn.arcpublishing.com,ksat.com##.topWrapper
abc13.com##.adRectangle-pos-large
fox4news.com##.fox-bet-promo
khou.com##div[data-module-sizer="datasphere-ad-front"]
bloomberg.com##.newsletter-sponsored-ad
snazzymaps.com##.container-gas
coursesghar.com##.NR-Ads
||cheatcc.com/ad-backgrounds/
||zetporn.com/*/custom_vast/$xmlhttprequest
||zetporn.com/LQMDQSMLDAZAEHERE/
/\.com\/[A-Za-z]{9,}\/[A-Za-z]{9,}\.js$/$script,~third-party,domain=zetporn.com
spycock.com,zetporn.com##.aside-itempage-col
mylink.vc###pub11 > center
mylink.vc###pub10 > center
mylink.vc###pub9 > center
mylink.vc###npub-1 > center > center
||wmpics.pics^$domain=sexcams-24.com|webcamvau.com
conservativebrief.com###respond
geology.com###cside
geology.com###ldr21
zombsroyale.io##.preroll-video-overlay
shineads.in##a[href^="https://namecheap.pxf.io/"] > img
dubzstreams.com##.admania-headersgstkyad
gdpr.eu###compliance_a
||films5k.com/asset/*.min.js?*=*&
rawstory.com##.mgid_1x8
rawstory.com##.paypal
||mrdhan.com/asset/*.min.js?*=*&
manhuascan.com##.itemupdate2
receive-sms-online.info##iframe[src="/smsplaza/smsplaza.html"]
||ad4point.*.digitaloceanspaces.com/afp_p.js
bforbloggers.com##.sidebar-product
businessinsider.de##.billboard-and-banner
businessinsider.de##.bi-min-height--inpage
buildsometech.com,fulllengthaudiobook.com,audiobooklabs.com,thumb8.net,bestjoblive.com,profitableventure.com,wpghub.com###ai_widget-2
sanfoundry.com##.desktop-incontent-ads
sanfoundry.com##.bottomStickyContainer
content.techgig.com##.main-content-polls
downloadtimecalculator.com##.desktophead
songmeanings.com###SMN_MIDR_300c
songmeanings.com##.ad-music
||proxyporn.info/o.php
||proxyporn.info/proxyporn-info-p0p.js
businessinsider.com,insider.com##.l-ad
viralfeed.xyz##.admania-widgettit
insider.com,businessinsider.com##.sticky-rail-ad-container
||pornbraze.com/popup.js
genius.com##div[class^="InreadAd_"]
ip.sb##.rivencloud_ads
||ip.sb/assets/images/rivencloud_ads.gif
topeuropix.site,123europix.pro###closex
go.gets4link.com##.mx-auto > center
engdic.org##.gb-container
indiatoday.in###block-itg-front-end-common-recommend-news-block
egamersworld.com##.match_wrap > span > a.primary-btn
egamersworld.com##.forecast-btn
||egamersworld.com/uploads/banners/
||egamersworld.com/uploads/bookmakers/
egamersworld.com##.ga_data
egamersworld.com##.bookmakers_list
ucanews.com##a[href^="https://memories.net/"] > img
ucanews.com##a[href^="https://international.la-croix.com/"] > img
foreignpolicy.com##.channel-sidebar-big-box-ad
foreignpolicy.com##.post-content--sub-prompt-in-article
techbeacon.com##a[href="https://events.vertica.com/unify"]
banglanews24.com###welcome-ad
banglanews24.com##.ads-gallery
||banglanews24.com/public/uploads/ad/
banglanews24.com##body > div[style^="position: fixed;padding:5px; width: 100%;"]
||bluemedia*/sw.js
bitdegree.org##.countdown-container
bitdegree.org###ouibounce-modal
picturequotes.com##.respage
picturequotes.com##.ad3thumb
yourquote.in##.anchor-ad
freetutsdownload.net##.bialty-container > div.g-6 > div.g-single > br + center
freetutsdownload.net##body .theiaStickySidebar > div.widget_text
usnews.com##div[class*="FeaturedTravelDeals__TravelzooContainer-"]
isitdownrightnow.com###commentstop
||xxxymovies.com/player/html.php?aid=pause_html&video_id=*&referer=
||sextop.net/ads/
pdfroom.com##div[class^="my-"][style^="min-width:"][style*="min-height"]
pdfroom.com##div[style="min-width: 308px; min-height: 250px;"]
instapage.com##.message-bar-wrapper
ppcexpo.com##div[class*="adv-container"]
snacknation.com###sidebar > .widget a[target="_blank"] > img
wabetainfo.com##.adsTextHeader
rectube.webcam,camhub.tv##.popunder-opener
mapsus.net##.avm
mrexcel.com##.message-body > div[id^="ga-"]
||notix.io/ent/current/enot.min.js
||zehnporn.com/img/12221.gifimg/12221.gif
cryptobriefing.com##.ad-sticky-banner
archpaper.com##.an-ads
||porntop.com/magic/
liderform.com.tr##div[style*="width: 801px;"][style*="height: 419px;"]
blockadblock.com###thisisext
||gaytail.com/fancy-mode-7abe/
||letmejerk.com/*.php|
pstream.net##a[data-weirdly-static-load]
link.technics-goods.info,mysafe.stisda.ac.id##.text-center > h3
blogspot.com,web.app##img[onclick="kemana()"]
rawstory.com##div[id^="rawstory_front_"]
mcqslearn.com##.hdrtopall
sensorstechforum.com##.main_post_table a[href^="https://sensorstechforum.com/spyhunter-for-mac-download-install/"]
sensorstechforum.com##div[id^="top_banner"]
tubeninja.net###result ~ div.text-center > div > a[target="_blank"] > img
indiatimes.com##.tsh-ads
latestlaws.com###jindal_ad
latestlaws.com##a[href="http://www.torrentpharma.com/"] > img
book-drive.com###media_image-9
||hentaipins.com/pop.js
motherless.com##.above-footer-banners
blackhatworld.com##.bhw-banners
blackhatworld.com##.message-signature a[target="_blank"] > img
||thenantwichnews.co.uk/wp-content/uploads/*-web-banner.
||thenantwichnews.co.uk/wp-content/uploads/*-banner-advert.
thenantwichnews.co.uk###toggle-masthead
thenantwichnews.co.uk###primary-masthead-advert
||thenantwichnews.co.uk/wp-content/uploads/Webp.net-gifmaker-
thenantwichnews.co.uk##img[alt="banner-advert"]
thenantwichnews.co.uk##.adverts-sidebar
freetutorials-us.com##.gad1
tutorialbar.com##div[id^="rehub_sticky_on_scroll-"]
blavity.com##.ad-base__wrapper
telegraphindia.com##.ttdadbox626
telegraphindia.com##.ttdadbox310
||hifivision.com/data/siropu/aml/$image
thephoblographer.com##.vuukle-ad-banner-right + div[style]
win-raid.com###xoborAdSeiteEl
iasparliament.com##div[class*="prstrm"]
yesmovies.mn,dopebox.to,fmoviesto.cc,movies2watch.tv,myflixer.to###gift-top
elitepvpers.com##div[style="background: #1c1e20;color: #fff;font-size:11px"]
||public.bnbstatic.com/static/js/ocbs/binance-fiat-widget.js$domain=litecoin-faucet.com
||public.bnbstatic.com/static/js/broker-sdk/$domain=litecoin-faucet.com
||pussy-hub.com/*/stat1_$script,~third-party
||pervclips.com/tube/jsb/$script
pornwhite.com,pervclips.com###under-video
moviemakeronline.com##.bbbOwner
socceron.cc##iframe[style*="width: 1016px;"][style*="height: 237px"]
||dcn.espncdn.shop/espnload.html
||manhwa18.cc/*_*.php
jagranjosh.com##.Adplace
jagranjosh.com###target-11
jagranjosh.com##.atf_top
||controlc.com/redact.png
hightimes.com##a[href^="http://medicalcard.leafwell.co/"] > img
studylib.net##.above-content
studylib.net##.below-content
jacobinmag.com##.bn-at
runnersworld.com##.sponsor-bar
examtray.com##section[id^="block-amazoncbooks"]
||desirefx.com/Cont*.html$third-party
darkreading.com##a[data-flip-widget="shareflip"]
cartoq.com##.sticky_ad
punchng.com##a[href^="https://www.nestle-cwa.com/"]
punchng.com##.site-header-ad
||instapornvideos.com/back.js
weather.com##div[id^="Taboola-sidebar"]
||javhd.icu/ads/
.gif$domain=kartaplovdiv.com
ytmp3.net,thepiratebay2.to,hexupload.net,animeindo.to,short2fly.xyz,techboyz.xyz,b-ass.org,kartaplovdiv.com##a[target="_blank"] > img
kartaplovdiv.com##.play-video
sidereel.com###netaktion_ad
salon.com##.advertise_text
salon.com##.outer_ad_container
studytonight.com##.asc-ads
studytonight.com###body-content > div[style="min-height: 300px;overflow: auto;"]
desitellybox.me##.theiaStickySidebar > div.first.widget
canonrumors.com###execphp-2
codecs.forumotion.net##div[style="clear:both;"] > div[align="center"] > div[style^="text-align:center; display:inline-block;"]
irishtimes.com##.sub-prompt
irishtimes.com##.slideFromLeft > a[data-evt-category="/digital-subscriptions"]
irishtimes.com##.article-footer-slot > a[href="/digital-subscriptions"]
irishtimes.com##.more-in-section.business
irishtimes.com##a[href^="https://recruitireland.com/"] > img
css-tricks.com##.fem-ad
dogemate.com##center > div[style^="width:300px;"][style*="height:250px;"]
celebwale.com##.inside-right-sidebar > #text-3
celebwale.com##.inside-right-sidebar > #text-4
prepp.in,collegedunia.com##.headerslot
indianexpress.com##.ie-adtext
||vkspeed5.com/*/vast.js
||dailymotion.com/embed/video/$domain=mavanimes.co
||mavplay.xyz/asset/jquery/slim.min.js
||vkspeed.xyz/*/vast.js
silicophilic.com##.sidebar > #custom_html-10
freebitz.xyz##div[id*="Banner_"]
deccanchronicle.com###storyBody > div[class="col-sm-12 col-xs-12"][style="margin-top:10px; margin-bottom:10px;"]
deccanchronicle.com###storyBody > div[class="col-sm-12 col-xs-12"][style="margin-top:10px; margin-bottom:10px;"] + p[style="border:0px;margin-top:0px;margin-bottom:0px;padding:0px;"]
angrybirdsnest.com##.post-container > div.post:not([id])
openloading.com,123moviesgo.*,jetanimes.co###clickfakeplayer
hentai2read.com##div[data-type^="leaderboard"]
||embed.sendtonews.com^$domain=andhrafriends.com|titantv.com
rmweb.co.uk,andhrafriends.com##li[data-blockid^="app_cms_"]
andhrafriends.com##div[class="ipsResponsive_showDesktop ipsResponsive_block"] > center
chartoo.in,chartoo.de,chartoo.com##aside#ej
chartoo.in,chartoo.de,chartoo.com##aside#eq
||ibb.co/*/f1.webp
operanewsapp.com##.main figure > iframe[data-src*="embed"]
desixflix.com##iframe[data-src^="//ad.a-ads.com/"]
thebridgechronicle.com,maharashtratimes.com##div[class^="ad-wrapper-"]
maharashtratimes.com##.pwa-deals
wired.com##.with-link-banner
data.typeracer.com##.northWidget
data.typeracer.com##.westWidget
data.typeracer.com##.sidewall-ad-slot
data.typeracer.com##.leaderboard-ad-slot
acronymfinder.com##.sc
||javbobo.com/little-hall-f39d/
calmclinic.com##.sharp-block
||calmclinic.com/srv/sharp/
vxxx.com###player-1 > div[style="display:flex !important"] > div
vxxx.com##.video-page-content + div[class]
vxxx.com##.video-page-content-left + div[class]:last-child
vxxx.com##.videoplayer + div > div[class]
vxxx.com##.wrapper-margin + div[class]:last-child
sexpuss.org##.bn1
sexpuss.org##.tu-sexc3
simply-hentai.com##.cam-container
simply-hentai.com##.reader > div.mb-3 > div.mt-3
||zlut.com/_ad$subdocument
||zlut.com/jss/external_pop.js
zlut.com##.add-bottom
pluginsaddonsextensions.com##.advertise
fantrax.com##side-ad > .placeholder--fluid
linuxize.com##a[rel="noreferrer noopener"][target="_blank"]
healthyplace.com##.block-ad-block
fxstreet.*##.fxs_leaderboard
idahostatesman.com,vidsvidsvids.com##.zone
||vidsvidsvids.com/go/
||player.twitch.tv/js/embed/v1.js$domain=wago.io|uesp.net
wago.io##.embed-player
/\/(Zen-Technologies|solar-group)\.gif/$domain=bharatshakti.in
naturalnews.com##.post-section-box
naturalnews.com##hr[id^="Marker"] + div[class]
21stcenturywire.com##.textwidget > div[id^="ld-"][style^="padding:"]
activistpost.com##a[href^="https://secure.altimetry.com/"]
accuweather.com###connatix
nbagaffer.net,app-how-to-use-it.com,faqforge.com,xscholarship.com,psdly.com,droidwin.com,mangasy.com,taradinhos.com,dvdgayporn.com,thetaiwantimes.com##.widget_custom_html
xtorx.com##center > form ~ a[target="blank"] > img
slidesgo.com##div[id^="list_ads"]
slidesgo.com##div[id^="article_ads"]
videosmaller.com##.aside-col > .links-panel + h6
musicc.xyz##.box-main > a[target="_blank"]
musicc.xyz##.box-main > a[target="_blank"] ~ div[style*="padding-right:"]
freecoursesites.net,freecourseudemy.com##div[class^="gad"]
roll20.net##.bna
||howtolearn.blog/assets/pgz/$image
stackabuse.com##div[id^="ad-content"]
stackabuse.com###ad-book
indiaglitz.com###main_slide_row > div.sidewrap
readwn.com###fsad-novel-bottom
||readwn.com/*/ad/
film1k.com##.Main > .VideoCols > aside[role="complementary"]
espncricinfo.com##.adSlotCnt
nero.com##.flxAd
||ezbit.co.in/*0|$subdocument
ezbit.co.in##section[style="margin-top:125px;padding-bottom:20px;height:250px;"]
ezbit.co.in##.slide-ad
embedrise.com,playpornfree.xyz,mangoporn.net,mangoporn.co,xxxmoviestream.xyz,watchpornfree.info,streamporn.pw###overlays
wowgame.tv##td[width="300"][align="center"]
migranturus.com##.migra-adlabel
aceofhacking.com,wikiwiki.in###media_image-3
||weraveyou.com/wp-content/*/Vokaal-GIF.gif
jobsncareers.org,weraveyou.com,vermangasporno.com##a[href^="https://bit.ly"]
vermangasporno.com##a[href*="http://www.ciberhentai.net"]
vermangasporno.com##a[href*="www.gaming-adult.com/"]
extramovies.shop##a[href^="/dlbutton.php?"][target="_blank"] > img
flexyhit.com,getintocourse.com,electricaltechnology.org##.theiaStickySidebar > #stream-item-widget-2
courseboat.com,freecourseweb.com,devcourseweb.com##.header-container
freecourseweb.com,devcourseweb.com##a[href="https://freecourseweb.com/FreeCryptoGains"]
freecourseweb.com##.widget_tag_cloud + aside.widget
devcourseweb.com##.widget_email-subscribers-form + aside.widget
freebusinessapps.net##div[data-ad-slot]
collegedekho.com##.mobileAds
forum.devicebar.com##.house-creative
singletrackworld.com###ad-spacer
freealts.pw##a[class^="banner"]
istheservicedown.in,istheservicedown.com##.promoted-infeed
istheservicedown.in,istheservicedown.com##.section-promoted-head
istheservicedown.in,istheservicedown.com##.promoted
istheservicedown.in,istheservicedown.com##.section-promoted
2ddl.ms##.Fast.Direct.download
2ddl.ms##.Secure.Download
indiatimes.com##.ad-cls
||shop.gadgetsnow.com/gsearch/gadgetsnow.php^$domain=m.gadgetsnow.com|timesofindia.indiatimes.com
gadgetsnow.com##.article_cont ~ section.slideshowwdt
timesofindia.indiatimes.com##.shopping_times_wdgt
ndtv.com##.cnAdzerkDiv
ndtv.com##.cnoverlay-regularAd
ndtv.com##.cnadvertisement-leaderboard
fresherslive.com##.ad_desk_w970_h250
thetechrim.com##.sb-widget-ad
||educationalappstore.com/images/sirlinkalot-side.png
||educationalappstore.com/images/lil-requester.jpg
sundryshare.com##.download-timer-text + div[style^="text-align:"]
business-standard.com##.story-content > div[style^="background: #fee8dd;"][style*="border: dashed 1px black;"]
downloadfreecourse.com##.page-breadcrumb + .bn-lg
downloadfreecourse.com##a[href="https://play.google.com/store/apps/details?id=kara.profileborderframe"]
||downloadfreecourse.com/banner/tintinbanner
geeksforgeeks.org###secondary div[style="min-height:600px"]
whatsmydnsserver.com##.maindivleft > div[id] ~ p > a[target="_blank"] > img
goodreturns.in##div[style^="min-height: 250px"]
goodreturns.in###couponPromoWdg
ndtv.com##.__footer_ads > div[style*="height:auto"][style*="text-align:center"]
livemint.com##div[class^="adHeight"]
hindustantimes.com,livemint.com##div[class^="adMinHeight"]
livemint.com##div[class^="outbrainAd"]
beautyvsfashion.com##div[class^="adunit-"]
||techrrival.com/wp-content/uploads/2020/11/Microsoft-365-Banner.jpg
techrrival.com##a[href^="http://stvkr.com/"]
qz.com###marquee-ad
encyclopedia.com,qz.com##.article-content-ad
qz.com##.spotlight-slot
qz.com##.engage-slot
mxtoolbox.com##.mx-inline-ad-link
||mxtoolbox.com/Public/Lookup.aspx/GetNextInlineAd
icon-icons.com##div[id^="bsa-placeholder-search"]
icon-icons.com##.bsa-placeholder
||bitclickz.com/assets/img/728-
||bitclickz.com/assets/img/160-
||downloadprivacy.com/wp-content/uploads/2020/06/ipvanish-featured-sidebar.gif
downloadprivacy.com##div[data-styleslug="top-vpn-offers"]
8muses.xxx##.gallery > a[href=""][title=""]
northantstelegraph.co.uk##div[class*="piano"][class*="-banner"]
falkirkherald.co.uk,northantstelegraph.co.uk##.piano-article-paywall
free.foto.ne.jp##.ad_full
food-foto.jp,model-foto.jp,pro-foto.jp##.ad_block-full
redditnbastreams.live###nordd
||www-moviesflix.com^$domain=zipurls.com
sexuhot.com###overlay > a
mapquest.ca##.programmatic-ad
mapquest.ca##.directions-ad
abc11.com##.taboolaArticle
abc11.com##div[class^="adRectangle-pos-"]
bagi.co.in##iframe[src^="https://cryptocoinsad.com/ads/"]
bagi.co.in##.form-group ins[class][style="display:inline-block;width:300px;height:250px;"]
searchencrypt.com##.home__banner
||searchencrypt.com/public/amzBanner.png
||pussy.org^$subdocument,~third-party
hindustantimes.com##div[class*="adsHeight"]
hindustantimes.com##div[class*="adsheight"]
hindustantimes.com##div[class*="centerAd"]
hindustantimes.com##div[class^="adHeight"]
hindustantimes.com##.ht_outbrain
sexuhot.com###abox
||sefsdvc.com^$subdocument,domain=sexuhot.com
||sexufly.com^$subdocument,domain=sexuhot.com
||softwarekeep.com/theme/imgs/helpcenter/banners/
techbone.net##div[style="min-height:280px;display:block;"]
psychologytoday.com##.pt-ad
psychologytoday.com##div[id^="block-pt-ads-"]
pornissimo.org##.fp-ui-inline + div[style]
sexybabegirls.com##.bann
mobilecellphonerepairing.com###text-15
||lh3.googleusercontent.com/pw/$domain=173.249.49.204
audiophileon.com###sidebar-one-blocks .amazon-block
audiophileon.com###sidebar-one-blocks .amazon-block + .sqs-block.button-block
radarbox.com##.remove-pub
teencumpot.com##div[id^="right-bn-"]
freemoviescinema.com##.container > div[style="margin-top:40px; margin-bottom:40px;"]
freemoviescinema.com##.container > div[style="min-width: 300px; min-height: 250px; margin-bottom:15px; margin-top:15px;"]
||catch.tube/images/pro/converter/converter.png
financialexpress.com###append_cubebox_box
||data.indianexpress.com/iframes/cfo-awards/cfoawards.html
helpdeskgeek.com##div[id^="adngin"]
fapnado.xxx,analdin.com##iframe[src*="/api/spots/"]
raise.com##aside[class^="nudge_main"]
||playtube.ws/js/halal.js
windowscentral.com###bordeaux-static-slot-0
cocomanga.com##html > iframe
privatehomeclips.com##.partners-wrap + div[class]
hdzog.tube,hdzog.com,hotmovs.com,privatehomeclips.com##.partners-wrap
||hardwarezone.com.sg/js/hwz/hwz_gam_f.js
||hardwarezone.com.sg/ads/ad_site_notice.js
dogeflix.net##.preloader
||overclockers.co.uk/KitGuru/similarArticle?sku=$domain=kitguru.net
perfectgirls.xxx,pornhat.*##.before-player
userupload.in##a[href^="https://apkland.net/"]
jawcloud.co##.jwbanner
/\.com\/[a-zA-Z]{10}\.js$/$script,~third-party,domain=povaddict.com
||sexywomeninlingerie.com/qpjsdm0_$script
||wafflegirl.com/galleries/banner/$third-party
||protect-link.biz/js/jquery-custom.js
coursedown.com##.sidebar > #custom_html-2
||coursedown.com/wp-content/uploads/*/banner-728.png
hentaihand.com##main > div.row.mx-auto
jav.guru,analyticsinsight.net,rlsbb.ru,slutsounds.com,theboobsblog.com##p > a[target="_blank"] > img
coursewikia.com##.custom-infeed-wrap-article
coursewikia.com##.gt-section-ad
freesexyindians.com##.grid-sidebar-extra
nba24hnews.com##div[style="font-size: 12px; text-align: center"]
eporner.com###infopopup
porn.sex##.footer-a
you-porn.com##a[data-tracking="track-close-btn-ad"]
pinloker.com,sekilastekno.com,sektekomik.com,pornve.com###teaser2
||cdn.statically.io/img/sektekomik.com*.gif$important
shinbhu.net,likegeeks.com###secondary section[id^="ai_widget-"]
likegeeks.com##.code-block > div[style="min-height: 250px;"]
thedailybeast.com##.WrapGrid__desktop-sidebar-ad
thedailybeast.com##.DEPRECATEDAdSlot
thedailybeast.com##aside > div[style*="min-height:600px"][style*="min-width:300px"]
hindustantimes.com##.headBanner
gcertificationcourse.com###PAds_header
hotdeals.com##.afsstyle
moviesfoundonline.com##a[href^="https://www.purevpn.com/"]
searchenginewatch.com##.ad__flex
||shemalestube.com/templates/dark/ads/
||shemalestube.com/templates/dark/js/pop/
sourceforge.net##.can-truncate
sourceforge.net##.sterling
megainteresting.com##.mega1
megainteresting.com##.mega2
megainteresting.com##body div[id^="mega2_"]
daijiworld.com##a[onclick^="recordOutboundLink("][target="_blank"] > img
dotabuff.com##div.mana-void[data-type="elo-placement"]
||nyx-nyx-nyx.dotabuff.com/a.js
porntop.com,pornhits.com##.text > a[rel="nofollow"]
celebjihad.com##iframe[src^="https://go.bshrdr.com/"]
celebjihad.com##a[href^="https://go.admjmp.com/"]
pixabay.com##.carbon-ad
pixabay.com##.getty-banner
pixabay.com##.affil_images[data-ad-impression-id]
pixabay.com##.show-gtty-item > div[style="font-size:14px;color:#a5a8ab;margin:5px 9px"]
asiaone.com##.trending-ad-wrapper
cryptoslate.com##.buy-crypto
cryptoslate.com##.header-strip
web-capture.net,mirror.co.uk,cryptoslate.com##.partner
faucethero.com##div[style*="max-width: 800px;"] > a[target="_blank"] > img
pornwatchers.com,pornrabbit.com##.stage-promo
windowsteca.net##.sidebar > #custom_html-7
windowsteca.net##.sidebar > #custom_html-18
online-tech-tips.com,alternativeto.net,mrexcel.com,raymond.cc##div[id^="adngin-"]
w3schools.com##div[id*="contentadcontainer"]
||lesbian8.com/*/frot_lod.js
lesbian8.com##.list-videos > div[class] > span#lotal
lesbian8.com##.list-videos > div[class] > div.item.pignr
goal.com##div[class^="layout_banner__"]
goal.com##aside[class^="layouts_asideContentCommercial__"]
dramacool.*##.sidebar.mCS-autoHide
who.is##.home-video-blurb
healthline.com##.article-body > div[class] > div > p.disclaimer
movieparadise.org##.fixed-sidebar-blank > #text-8
||movieparadise.org/wp-content/uploads/*/VPN-banner-2.gif
notateslaapp.com##div[class^="book"] > .release-book
lawlex.org###media_image-21
lawlex.org###media_image-22
privatehomeclips.com##.content > div > div.footer-banners
vjav.tube,privatehomeclips.com##.jwplayer > div.afs_ads + span[class]
privatehomeclips.com##.underplayer > div[data-nosnippet]
privatehomeclips.com##.video-page__related > div.listing ~ div[class$="videos"]
||i2.wp.com/lawlex.org/wp-content/uploads/*/*/NISM.jpg
calculator-online.net##div[class="center"][style^="min-height: 90px"]
boards.4chan.org,b2bhint.com##.adl
b2bhint.com##.ad-long
express.co.uk##.taboola-above-article
||images.ottplay.com/images/promotions/
alison.com##.search-top-ad
stopstreamtv.net##div[align="center"] > a > img
||beforeitsnews.com/img/banner
||beforeitsnews.com/core/ajax/contributor/*_banners/
mrunblock.*##.alert[onclick^="window.open"]
/\/\d{5}$/$xmlhttprequest,script,third-party,domain=best-series.me
onmsft.com###zd-leaderboard
freecourseslab.com,freetutorialseu.com##div[style*="justify-content: center; font-size: 12px; line-height: 24px;"]
peoplematters.in##.alertBar
||opentrackers.org/i/*_banner
||opentrackers.org/i/dediseedbox_sb.png
||guidedhacking.com/gh/img/aids/
||lowendbox.com/media/banner/
||getbootstrap.com/docs/*/assets/js/vendor/popper.min.js
lowendtalk.com##div[style="text-align: center"] > a[href="http://bsa.ly/moo"]
||api.discovery.com/v*/streaming/video/*&adNetworkId$removeparam=/^ad/,domain=hgtv.com
lifestyle.livemint.com##.headerDeskAdv
republicworld.com##.ads-decorator
gadgetsnow.com###app div.container > div.clearfix + div.mb40
xiaopan.co##p[style="text-align: center;"] > a[href*="?ref="] > img
xxxvideos.ink###hidme
xxxvideos.ink##.curiosity
slutsounds.com##img[width="125"][height="125"]
witcherhour.com###main > .code-block[style*="height: 90px; width: 970px;"]
thewritelife.com##.sidebar > div.widget_search + div.widget
||developer-tech.com/wp-content/uploads/sites/*/FREE-VIRTUAL-EVENTS$image
artstation.com##support-artstation[assetsize]
gunafrica.co.za##.banners-box
gunafrica.co.za##.header-banner-cont
kitty-kats.net##.siropuShoutboxFooter
mathway.com###static-ad-right-alt
harrowonline.org,18adultgames.com,anoopcnair.com,yourarticlelibrary.com,cocowest.ca,torrents-proxy.com,gadgetguideonline.com##div[class^="code-block code-block-"][style^="margin: 8px"]
||cdn.insidesport.co/banners/
insidesport.co##div[style="width: 690px;height: 78px"]
||api.concretedecor.net/wp_app/banners?banner_
concretedecor.net###fixed-banner
steemit.com##.ad-carousel
factmonster.com###block-fmmiddlepagetower
factmonster.com###block-fmleaderboardads
factmonster.com###block-fmabovethefoldads
factmonster.com###block-homepagefmabovethefoldads
factmonster.com###tyche_trendi_parent_container
||intergient.com^$domain=factmonster.com|letterboxd.com|blu-ray.com
||pinklabel.com/tools/banners/data?aff_id=
colonist.io##.ab_block
||colonist.io/dist/images/ab_
zuketcreation.net##center > button[onclick]
necacom.net##.main-top-wrapper
necacom.net##.top-a-wrapper
leo.org###adv-banner
leo.org###adv-native
leo.org##div[data-dz-ui="adv-halfpage"]
leo.org##div[data-dz-ui="adv-skyscraper"]
||newsiqra.com^$subdocument,domain=indianwebseries.me
techgig.com,fetishshrine.com,edwardsrailcar.com##img[alt="banner"]
ndtv.com##.addHome
ndtv.com##.addvertise
metro.co.uk##.ad-slot-large
romhustler.org##.tower_ad_desktop
cyberscoop.com##.side-block__ads
cyberscoop.com##iframe[src^="/advertising/?page-id="]
cyberscoop.com##.ad-slot--billboard--article--wrapper
||gayck.com/player/html.php?aid=*_html&video_id=*&*&referer
slashgear.com##.adsense_responsive_box
msn.com##.partnerlogo-img
||tny.so/sw-$script
linenstandard.net,candlesouth.net,abolishstand.net,earthquakecensus.com,unbiasedsenseevent.com,nstream.to,wigistream.to##body > div[style^="position:absolute;"][onclick="$(this).remove();"]
bscscan.com##ul.ui-autocomplete > li > a[target="_blank"][title="Links to an External Advertiser site"]
playtube.ws##.kwasnacki
||bp.blogspot.com^*/s300/poonam-pandey-hot.jpg
/n0cvd19n0fun\/(?:336x768-|dsw\d|s[a-z]_w3_).*/$image,~third-party,domain=69games.xxx
mapsofworld.com##.bottom-billboard-ad
mapsofworld.com##.ad970
samayam.com,navbharattimes.indiatimes.com##.wdt_amz
samayam.com,navbharattimes.indiatimes.com##.rhs-mrec-wrapper
samayam.com,navbharattimes.indiatimes.com##.hp-rhs-ads-container
||navbharattimes.indiatimes.com/pwafeeds/amazon_wdt_tas_new.cms
gay4porn.com##.exbanner
drishtiias.com##.banner-section
||gay4porn.com/player/html.php?aid=
inertiaclient.com##.wrapper > a[target] > img
toptenreviews.com###article-body > div[class="product"]
electroschematics.com##.billboard-wrapper
adz7short.space###banner_slider_right
||pt.ptawe.com/vast/$script,xmlhttprequest,other,redirect=noopvast-2.0
||adsafeprotected.com/vast/$script,xmlhttprequest,other,redirect=noopvast-2.0
||x.instreamatic.com/v2/vast/*.xml$script,xmlhttprequest,other,redirect=noopvast-3.0
||pubads.g.doubleclick.net/gampad/ads?env=vp&gdfp_req=1&output=xml_vast*&url=http%3A%2F%2Famp.usatoday.com$script,xmlhttprequest,other,redirect=noopvast-2.0
filmelier.com,ncaa.com,short.croclix.me##.banner-container
adz7short.space,short.cliquebook.net,short.goldenfaucet.io##.rectangles
||offers4all.net^$subdocument,third-party
guru99.com##.content6
||derivative-calculator.net/images/brave-en.png
derivative-calculator.net##.center > .middle-right-col > div[style^="width: 728px; margin:"]
slickdeals.net##div[data-role="rightRailBanner"]
slickdeals.net##.announcementBar
centurylink.net##div[id^="sc_"][id*="_banner"]
centurylink.net##div[id^="sc_read"][id*="_sidebar_"]
centurylink.net##div[id^="sc_vertical_stream"]
centurylink.net##div[id^="sc_browse_sidebar_t"]
lazytranslations.com##.lazyt-adlabel
lazytranslations.com##.ad-after-postend
lazytranslations.com##a[href^="https://www.interserver.net/r/"] > img
7labs.io##.sidebar-main > #custom_html-2
7labs.io##.sidebar-main > #custom_html-6
dummies.com##.footer-ads-slide
fzmovies.*##center > a[href="https://fzstudios.app/"]
||fzmovies.host/promotion.$media
||websiteseochecker.com/img/banner_
mixdrop.sx##div[onclick*="MDinjectP"]
korall.xyz,pahaplayers.click,leaknud.com,daddylive.*,imsdb.pw,ikuhentai.net,vidplaystream.top,niraw.com##div[style="position: fixed; display: block; width: 100%; height: 100%; inset: 0px; background-color: rgba(0, 0, 0, 0); z-index: 300000;"]
||watchseries.*/wp-content/cache/min/*/scripts/nwm-fcn2.min.js
||analyticsindiamag.com/wp-content/uploads/*/970x90.
||analyticsindiamag.com/wp-content/uploads/*300x250.
analyticsindiamag.com##a[target="_blank"][data-wpel-link="external"] > img
||loader.to/ajax/a.php$popup
/\/(banner_|prodamy|negotiaition).*\.(jpg|png|gif)/$domain=caclubindia.com
adomainscan.com###ad-modal
rawkuma.com###sidebar > .widget_text > .custom-html-widget:empty
claimto.xyz##a[href^="https://www.bitsler.com/"] > img
seopolarity.com,toolss.net,webnots.com##.sidebar_adds
||careercontessa.com/img/sidebar-promo-power-moves-*.png
slideshare.net##.scribd-ad
crypto-fun-faucet.de##a[href^="https://rollercoin.com/"]
crypto-fun-faucet.de###captcha-adspace > p > a[target="_blank"][rel="noopener"]
||jav.si/js/mMbVAA7.js
||jav.si/js/zplay.js
||altadefinizone.click^$popup,domain=hdpass.click
naijaray.com.ng##.code-block > a[onclick] > img
androidhive.info##li[id^="bunyad-widget-ads-"]
||timesofindia.indiatimes.com/amazonslider_
timesofindia.indiatimes.com##iframe[src^="https://timesofindia.indiatimes.com/amazonslider_"]
premierguitar.com##.p_leaderboard
ripplecoinnews.com##a[href^="https://ripplecoinnews.com/go/"] > img
versionweekly.com,kkworld.in##.inside-right-sidebar > #custom_html-3
kkworld.in##.inside-right-sidebar > #custom_html-4
kkworld.in##.inside-right-sidebar > #custom_html-20
kkworld.in##.inside-right-sidebar > #custom_html-22
sportshd.sx###opalayer
ecchi.iwara.tv##.extra-content-block
multifaucet.org##ins[style^="display:inline-block;"]
||doge-faucet.com/assets/img/static1/728-
||doge-faucet.com/assets/img/static1/160-
worldhistory.org##.pubexchange_module
pawastreams.*,123movies.*###fcnbox
||forum.lewdweb.net/service_worker.js
neowin.net##.sidebar-col .ad
||rollercoin.com/static/img/referral/banners
||twincdn.com/video/preroll_
openculture.com##.entry > center > small
aternos.org##.header-ad-columns
bollywoodlife.com##.add-box
gadgetsnow.com##.gn-amazon-list
gadgetsnow.com##.hp-wdt-newsltr
/realize.js$domain=redwap.me|redwap2.com|redwap3.com
adsy.pw,rshrt.com###headlineatas
flatpanelshd.com###sb-site > .container[style^="text-align:Center;min-height:"]
||assets.tumblr.com/pop/monetization/html/*.html
tumblr.com##.iab_sf
vladan.fr##[href^="https://www.vladan.fr/advertise-with-us/"] > img
||samfw.com/assets/img/vultr.jpg
samfw.com##div[class="text-center"] > a[rel="nofollow"] > img
apklord.com,shabdkosh.com,entrepreneur.com,ibtimes.co.in,passivevoiceconverter.com##.adbox
passivevoiceconverter.com##a[href^="https://grammarly.go2cloud.org/aff_c?offer_id="] > img
||owo.lewd.ninja/j2.js
new.lewd.ninja##.stargate
freetutorials-us.com,coursewikia.com,monetizemore.com###text-12
monetizemore.com##.ad-ops-guru
goodfon.com##div[class^="wallpapers__banner"]
||xnxx-cdn.com/*/js/static/header/sda/ppsuma*.js
||indianexpress.com/wp-content/plugins/express-ad-code-manager/js/page-ad-codes.js
florenfile.com##a[target="_blank"][rel="nofollow"] > img
typingme.com##.ad970x250
streamsport.*##div[style^="position:absolute;right:50px;top:50px;"] > button[id]
rizonesoft.com##.rizon-before-posts
corvetteforum.com##.forum_sponsor_info
corvetteforum.com##.test-anyclip-player-container
||s3.amazonaws.com/*/index.html?vid=*&dl=$all
||coinadster.com/fairspin2.jpg$important,domain=coinadster.com
||coinadster.com/storm.png$important,domain=coinadster.com
coinadster.com##a[href^="https://fairspin.me/"]
oovoo.com##center > p[style=" font-size: smalll; "]
oovoo.com,oovoo.pro##.elementor-spacer-inner
programiz.com##.pub-ad
crosswalk.com##.articleContentBody > p[style="text-align: center;"]
||cdn.http.anno.channel4.com/m/*/*.mp4$media,domain=uktvplay.uktv.co.uk|uktvplay.co.uk
freebitcoin.io##div[class="d-none d-lg-block"][style^="position:fixed; bottom:0;"]
indulgexpress.com##div[class*="section_content_check_"]
||techotopia.com/a/kotlin_android_studio_4.1.png
||torguard.net/blog/wp-content/uploads/2019/10/PrivateMail-Neon-300x250.gif
||tnaflix.com/js/mew.js
||davita.com/-/media/davita/project/kidneycare/blocks/moms_meals.ashx
||hentaicdn.com/cdn/*/js/AKIRA.h2r.js
ndtv.com##.mx-spon
allcryptoz.net##.wpsafe-top + #content-wrap
allcryptoz.net##script + #content-wrap
fastcompany.com##.homepage-page__tag-ad-container
news18.com##.RHS > div[style^="width:100%;min-height:"]
news18.com##.election_left > div[style^="width:100%;height:100px;display:flex;"]
||highstream.tv/twos.js
musixmatch.com##div[id^="div_gpt_ad_"]
musixmatch.com##.lyrics-bottom-ad-container
mangaraw.org,rawmanga.top,cointelegraph.com##.banner-blocked
ownedcore.com##.b-below-so-wrapper
||litecoin-faucet.com/assets/img/static/
litecoin-faucet.com##.sticky-top
||swncdn.com/zcast/oneplace/ads/
/fpc.js$domain=babez.net|dirtyselfieshots.com|porntubedownload.com|xmonk.net
/p.js$domain=sexxxplanet.net
/pop.js$domain=doramasflix.co|booru.eu|booru.xxx|erotic-beauties.com|hardsex.cc|rule34.top|sex-movies.biz|tube18.sexy|xvideos.name
/quwet.js$domain=teenextrem.com|teenhost.net|teencumpot.com
/tp/filter.php?pro=
||topxxxlist.net/eroclick.js
erotic-beauties.com##.sidebar > .widget_text
rumporn.com,stilltube.com###floaterRight
history.com##.m-gallery-overlay--ad-top
history.com##.m-gallery-overlay--ad-right
crypto-fun-faucet.de##a[href^="https://r.honeygain.me"]
||yts.mx/y_is_ad.js
howtogeek.com###content > aside#secondary ~ div.article-bottom
nytimes.com##.pz-ad-box
crypto-faucet.xyz###random_728_top
doctor-groups.com,crypto-faucet.xyz##div[class][style^="width:728px;height:90px;display: inline-block;"]
doctor-groups.com,crypto-faucet.xyz##div[class][style^="width:300px;height:250px;display: inline-block;"]
||claimbits.net/trump-gif-300x100.gif
claimfreecoins.io##div[id$="-adspace"]
dutchycorp.ovh##body.interstitial-page iframe#frame
dutchycorp.ovh##center > iframe[src*="dutchy"][src$=".php"]
dutchycorp.ovh##.hide-on-small-only > div[class^="sidenav_"]
faucetcrypto.com##iframe[id$="-ad-iframe"]
||pornojenny.com/api/widget/$third-party
hd-easyporn.com###wrapper_content > aside[id]
sadhguru.org##.isha-above-footer
/\/[0-9a-z]{5,9}\.js(\?[a-z]{3})?$/$script,domain=dewimg.com|imgviu.com|mazpic.com|outletpic.com
dewimg.*,imgtown.*,imgviu.*,mazpic.*,outletpic.*,picrok.*##body > div:last-child[style*="z-index:"]
kingcomix.com,userscloud.com,javtiful.com,dewimg.*,imgtown.*,imgviu.*,mazpic.*,outletpic.*,picrok.*##[href^="//"][rel="nofollow norefferer noopener"]
||apexsql.com/images/blog-footer-banners/
sqlshack.com###secondary > aside.widget > div.textwidget a[target="_blank"][rel="noopener"] > img
mytuner-radio.com###taboola-five-by-one-thumbnails
zcteam.id##button[onclick^="window.open("]
zcteam.id##div[class][style="clear:both;float:left;width:100%;margin:0 0 20px 0;"]
freesoft.id,zcteam.id###btn-keren
freesoft.id##center > button[onclick^="window.open("][rel]
cryptodirectories.com##iframe[data-src*="ads.com"]
cryptodirectories.com##center > a[href^="https://cryptodirectories.com/"]
raincaptcha.com,cryptodirectories.com##.rc-advert
cryptodirectories.com##.entry-content br
geekflare.com##.page-advertisement
geekflare.com##.post-advertisement-sidebar
pureinfotech.com###KonaBody > div[style^="margin: 8px auto; text-align: center;"]
||blurayufr.com/wp-content/uploads/*/ituvip.gif
||blurayufr.com/wp-content/uploads/*/tetehqq-728.gif
upload-4ever.com##center > a.btn-success
stackshare.io##.css-2wkyhw
outlooktraveller.com,essentiallysports.com,marketrealist.com##div[id^="ads-"]
shrinke.me,illink.net,owllink.net,birdurls.com###link-view > br
shrinke.me,illink.net,owllink.net,birdurls.com##.box-main > br
downloads-anymovies.com###e15
||claimbits.net/StormGain.png
||claimbits.net/fairspin2.jpg
||claimbits.net/trans3.png
||storage.arc.io/cdn-*/claimbits.net*fairspin2.jpg$domain=claimbits.net
newsobserver.com##div[id^="zone-el"][isdynamictemps]
coins-town.com,proviralhost.com,krypto-trend.de,yellowfaucet.ovh,paidtomoney.com,coinadster.com,diamondfaucet.space,cryptodirectories.com,uniqueten.net,getdoge.io,gobits.io,starbits.io,fautsy.com,i-bits.io,claimbits.io##ins[class][style^="display:inline-block;"]
profitgenerator.io##a[href^="/main/redirect/"] > img
||redtube.com/_xa/
||s3.amazonaws.com/*?subaff=*&subid_short=$all
gizbot.com###lightbox-popup-ad
gizbot.com###fwn_right_videos
gizbot.com##iframe[src="/scripts/videos/english-videos/scroll-ad-native.php"]
gizbot.com##.photos-left-ad
livingetc.com,gardeningetc.com##.leaderboard__container
themaclife.com##div[id^="add_sidebar_"]
themaclife.com###add_below_single_content
nyafilmer.*##.bigbg
nyafilmer.*##.headerSpace
cinemablend.com##.affiliate_streaming_banner
chrunos.com,toonworld4all.me###media_image-4
||jorpetz.com/kahitano/banner.gif
go.gets4link.com,nerdy.vn##.blog-item
nerdy.vn##div[style^="width:320px"]
adexchanger.com##.adex-ad-text
dnschecker.org##.ads_block_container
faroutmagazine.co.uk,thechelseachronicle.com,hitc.com,dualshockers.com##body .GRVMpuWrapper
winhelponline.com,thewindowsclub.com##.ezoic-adpicker-ad
androidcentral.com##.article-footer--taboola
||bikeradar.com/pricecomparison/widget/
c4ddownload.com##.adContent1
c4ddownload.com##.posts > div.grid-sizer:empty
investing.com##.boxItemAdd
freepik.com##.spr
hobokengirl.com##.g-single
tw-calc.net##.top-banner
tw-calc.net##.right > .container.vertical
tw-calc.net##.left-menu > .container.vertical_large
tw-calc.net##.main-content > .container.horizontal_small
tw-calc.net##.main-container .content td > .container.rectangle
redgifs.com##div[class^="_advertLiveButton_"]
redgifs.com##.d_300x250_double
redgifs.com##.trafficstars_ad
zdnet.com##.sticky-wrapper
appledaily.com##.article__header > div.platform-container
||hardwarezone.com.sg/js/sphmoverlay.js
||redhdtube.xxx/tmp/
1link.vip##iframe[src^="https://www.youtube.com/"]
||pewgame.com/sw.js
||pewgame.com/js/hre.js
vkspeed5.com##.overlay_main
||cdn.700tb.com$script,domain=driveddl.xyz
gaiaonline.com##div[id^="grid_ad_"]
thestreet.com,owlcation.com##.l-grid--ad-card
owlcation.com##.m-header-ad + .m-balloon-filler:empty
bookriot.com##.inside-content-ad-container
bookriot.com##.widget_random_content_pro_widget
123movies.*##.row-btns-special > a[target="_blank"]
uvnc.com##td[style^="width: 200px;"]
last.fm##.full-bleed-ad-container
indy100.com##div[data-mpu]
mindbodygreen.com##.ad__callout
mindbodygreen.com##.article-rail-item--ad
mindbodygreen.com##section[class*="AdUnit"]
psychologytoday.com##.block-pt-ads
standard.co.uk###taboola-right-rail
standard.co.uk##.irVztL
arktimes.com##.sidebar-tall
arktimes.com##.sidebar-square
arktimes.com##.ad-disclaimer-text
ancient-origins.net##.top-add-block-wrapper
wstream.video###container > div[id] > div[id][style*="z-index:"]
wstream.video##div[id^="adtrue_tag"]
gadgetsnow.com##iframe[src^="https://timesofindia.indiatimes.com//affiliate_new.cms"]
freep.com,greenvilleonline.com##.gnt_tbb
livescore.com###header-ads-holder
livescore.com###banner-top-image-wrapper
50gameslike.com###block-networknmpu
||fapfappy.com/*.php$script,~third-party
foxaholic.com##div[class*="foxaholic-publift-"][class*="_sticky"]
||pouvideo.cc/player*/vast.js
3dmodelshare.org##.single-728
finviz.com##td[valign="top"][style*="gfx/banner"]
livemint.com###adfreeDeskSpace
livemint.com###specialAd
katmoviehd4.com##center > div#new > :not([role="button"])
||sexe-libre.org/*.php$script,~third-party
||sexe-libre.org/rotate/*-1024x200px-
thewindowsclub.com,lesbian8.com,bigtitslust.com,sexe-libre.org##a[rel$="sponsored"]
||amazonaws.com/brand/$domain=hltv.org
hltv.org##div[class*="ASdvuasdr123Gazx"]
hltv.org##.pari-match
hltv.org##.parimatch
goblinsguide.com##a > img[src*="-300x250-"]
||mp4porn.space/themes/g.js
eto-razvod.ru##.popup_banners_get
eto-razvod.ru##.popup_promocode_get
eto-razvod.ru##.banner_img
||cartoon.porn/wp-content/*/ads.js?
||cartoon.porn/wp-content/*/jads.js?
imx.to##div[style^="text-align:center;width:1000px"]
||123movies.net/js/tooltips.js
elitepvpers.com##.cwcontent
forum.xda-developers.com###sponsor_banner_link
imgkaka.xyz,imgfrost.net,imgair.net###pbe
downloadfreecourse.com,daviruzsystems.com###sidebar > .bn-lg-sidebar
||daviruzsystems.com/uploads/blocks/block_*.gif
||manhuascan.com^*/popads.js
freexcafe.com###txtbanner
freexcafe.com###join
tineye.com##.no-results > .sidebar.bottom > .promo
tineye.com##.no-results > .sidebar.bottom > .promo + .stock-label
tineye.com##.no-results > .sidebar.bottom > .promo + .stock-label + .similar_matches
tineye.com##.no-results > .sidebar.bottom > a[href*="?sharedid=banner_"] > img
howsecureismypassword.net##.banner-img-container
strikeout.nu##script + iframe[class][style^="display: block; max-width:"][style*="overflow:"]:not([src])
bitcoinly.in##a[href*="&utm_medium=banner"][target="_blank"]
||izismile.com/uploads/izismile.com/banners/
pimylifeup.com###sidebar > section.widget_text > .textwidget > a[href^="https://go.pimylifeup.com/"][target="_blank"] > img
hindustantimes.com##.storyAd + .slideSection
tube8.*##div[class] > input[type="hidden"] + div[class]
tube8.*##.js-remove-ads-premium-link
tube8.*###flvplayer > div#togglerWrapper ~ div[id][style="display: block;"]
tube8.*##div[style="background-color: rgb(255, 255, 255); display: block;"]
unsplash.com##a[data-test="say-thanks-card-sponsor-message"]
full4movies.website,activationkeys.co##center > button[class^="buttonPress-"]
theguardian.com##.fc-slice__item--mpu-candidate
alternativeto.net##div[data-testid="put-food-on-the-table"]
weather.com##section[title="Top Deals"]
weather.com##section[title="Featured Deal"]
seattletimes.com##.outbrain-recommended
seattletimes.com##.outbrain-aroundtheweb
||asurascans.com/wp-content/uploads/2021/03/panda_gif_large.gif
asurascans.com##div[class^="code-block code-block-"][style*="text-align: center;"] > a:not([href^="https://www.asurascans.com/"]) > img
||bestcripto.xyz/assets/images/banners/
fapcat.com##a[href^="https://www.fapcat.com/redirect_cs.php"]
fapcat.com##.spot-list
dosgamers.com##.adsgoogle
swarajyamag.com##div[class^="banner-ad-"]
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watchoverlord2.com,read7deadlysins.com,readfairytail.com,readnaruto.com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,readkaguyasama.com,readtowerofgod.com,readnoblesse.com,readmha.com##.js-a-container
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watchoverlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,readkaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.com##.justify-center > div > b:first-child
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watchoverlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,readkaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.com##.justify-center > div > br:nth-of-type(-n+5)
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watchoverlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,readkaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.com##.justify-center > div > center
readopm.com,readkaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com##.justify-center > center > a[href] > img
watchsao.tv,watchgoblinslayer.com,readberserk.com,readopm.com##.widget-area > div.card:first-child
watchsao.tv,watchgoblinslayer.com,readberserk.com,blackclovermanga2.com,kanojo-okarishimasu.com,onepiecechapters.com,blackclovermanga.com,readshingekinokyojin.com,readonepunchman.net,readheroacademia.com##.pages__ad
demonslayermanga.com##.text-center > center > a[href] > img[border="0"]
futurism.com##div[class="pb-2 text-center"] > h4
||foxhq.com/gabtab.webm$media,redirect=noopmp4-1s
smihub.com##.footer_pinned_ads
||avimobilemovies.net/atag.js
realpython.com##.rpad[data-unit]
realpython.com##div[style="display:block;position:relative;"] + a[href="/account/join/"][rel="nofollow"]
updoc.site,pornoplay.online##div[class^="happy-"]
hentaicloud.com##.horizontal-ads-content
/\/[0-9a-f]{12}\.js$/$script,~third-party,domain=freeuseporn.com|camwhores.*
||freeuseporn.com/templates/frontend/fulltheme/js/combined.js
||kissanime.*/api/pop.php$xmlhttprequest,~third-party
coolmathgames.com##div[id^="block-ads"]
coolmathgames.com##div[id^="block-coolmath-ads"]
||foxhq.com/cyltuy.gif
foxhq.com##td[alt="FoxHQ BG"] > div[align="center"] > a[rel="nofollow"]
needpix.com###TopBanner
||ytmp3.*/ad/$subdocument
edmtunes.com,fixyourandroid.com,thewincentral.com##.td-g-rec
||v.fwmrm.net/ad/$domain=cnbc.com
europixhd.net,gledajonline.net##a[id^="MyAds"]
||torrentfreak.com/images/nordvpn-disc.jpeg
seomagnifier.com##.xd_top_box
aiarticlespinner.co,check-plagiarism.com,prepostseo.com##div[id*="ad"]
payskip.org###link-view > p
payskip.org##a[href^="https://ladsipz.com/"]
glosbe.com##div[id$="Banner"]
graphicux.com##.gux_smartbanner
vexfile.com##.title-box > a[href^="https://tracker.vexfile.com/"] > img
/spots/*$xmlhttprequest,domain=xszav2.com
/api/spots/*$domain=yomovies.*|speedostream.com|watchomovies.com|gofilms4u.pro|pornleech.io|hentaihand.com|filmlinks4u.pro|uniqueten.net|allcryptoz.net|analdin.com|supjav.com|crazyporn.xxx|hog.tv|porntry.com|love4porn.com|freeadultcomix.com|hog.mobi|sextb.net|pornpapa.com
kiemlua.com,link1s.*###baolink1s
krebsonsecurity.com###sidebar > div[style="margin-left:0px;"]
krebsonsecurity.com###sidebar > a[href^="https://www.akamai.com/"]
krebsonsecurity.com###top-banner
forums.livescience.com,forums.tomshardware.com###header_leaderboard
forums.livescience.com,forums.tomshardware.com###footer_leaderboard
||casting-porno-tube.com/old-frog-d67e/
xtube.com##.pageBanner
songmeanings.com##div[class^="Container_ATF"]
songmeanings.com##div[class^="Container_MIDR"]
javtiful.com,sbembed.com,incestflix.com,nakedneighbour.com##body > div[style*="z-index:"]
sudoku-topical.com,sudoku-aktuell.de###billboard
gitlink.pro,shtms.co,gitizle.vip,ay.live,yindex.xyz,uzunversiyon.xyz,aylink.co,findi.pro##.alternative-ad
||momvids.com/*/mv.js
washingtonpost.com##.paywall > div[style^="width: 100%; margin: 32px auto;"]
hentaiheroes.com###iframe_wrapper
tubeoffline.com##div[style^="min-height: 2"][align="center"]
||mrdeepfakes.com/static/js/pu.js
$script,third-party,denyallow=doodcdn.co|fastly.net|statically.io|sharecast.ws|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|twitter.com|ulogin.ru|unpkg.com|userapi.com|ytimg.com|zencdn.net|youtube.com|googleoptimize.com|vuukle.com|chatango.com|twimg.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io,_____,domain=ds2play.com|doods.pro|dooood.com|dood.yt|dood.re|dood.wf|dood.la|dood.pm|dood.so|dood.to|dood.watch|dood.ws|do0od.com|d0000d.com
||manga18fx.com/bmo/*.php
manga18fx.com##.kadx
jjgirls.com##a[href^="https://chaturbate.jjgirls.com/"][target="_blank"]
jjgirls.com##.xcam
/random.js$script,domain=lookmovie.*|uppit.ml
||sak.userreport.com/blueseed/launcher.js
linkebr.com###link-view > center > a[href]
fsharetv.co##.rice
||117.254.84.212:3000^
its.porn##.preroll-blocker
womennaked.net##.hrcht6
jav789.com##span[id^="ad-"]
pornpics2u.com,porngifs2u.com##div[data-elementor-type="footer"] > div.elementor-section-wrap > section:first-child
claimcrypto.cc##a[href^="https://cryptowin.io"]
redtube.*###paid_tabs_list
redtube.com###video_right_col > div[style="display: block; height: 520px;"]
redtube.com###show_page_streamate
/popup.js$script,domain=vivads.net|pornki.com|javfull.me|uploadshub.com
sports24.*##.container > div.row[style="margin-top: 20px;"] > div.col
sports24.*##.container > div.col[style^="height: 225px; width: 400px"]
ipeenk.com##.col-md-12 > center > a[href][target="_blank"]:not([href^="https://t.me/"])
hindustantimes.com##.cubeBox
lbb.in##.sales-banner
windowsactivationkey.com,mrpcgamer.co,hornygamer.com##center > a[onclick^="window.open("]
||sxyprn.*/player/p12.js
euronews.com###js-leaderboard-top
euronews.com##aside.o-article__aside > .OUTBRAIN
epicgfs.com,diamondfaucet.space##.top
diamondfaucet.space##.bottom
diamondfaucet.space##.widget-3
analyticsinsight.net,diamondfaucet.space##.widget-2
diamondfaucet.space##.form-group > div[id^="adm-container-"]
diamondfaucet.space##div.ablinksgroup
twitchquotes.com##.financetldr-article-promo
twitchquotes.com##.twitchhighlightstv-ad
rawinfopages.co.uk###vpnad728
rawinfopages.com##.region-content > #block-block-8
rawinfopages.com##.region-sidebar-second > #block-block-7
rawinfopages.com##.region-sidebar-second > #block-block-9
rawinfopages.com##a[href^="http://www.infolinks.com/join-us?aid="] > img
rawinfopages.com##a[href^="https://macpaw.audw.net/"][rel="sponsored"] > img
bloggingguidance.com##.box-mai > center > .a
bloggingguidance.com##.box-mai > center > center
bloggingguidance.com##center > p[style="font-size:14px"]
talk.lowendspirit.com##ul[class$="banners"]
lowendspirit.com##div[class$="banners-holder"]
purposegames.com##.lladbar
xkeezmovies.com##a[href="https://nudetik.com/"] > img
xkeezmovies.com##.ofa
dribbble.com##.js-ad-boosted
||sports24.*/ol.php?t=
sports24.*##div[style^="width:300px;height:250px;"]
sports24.*##.adrespl
ping-test.net##.rek970x90
ping-test.net##div[style^="width: 336px; height: 280px;"]
||jamaicaobserver.com/images/FMC_BizWrap.jpg
||hulkstream.com/jvpop*.js
redirect-ads.com##a[href][target="_blank"][onclick*="remove()"]
ufreegames.com##.spo
cpmlink.net##.__web-inspector-hide-shortcut__
upload-4ever.com##a[onclick^="window.open("] ~ a[style*="text-align: left;"][style*="font-size: 11px;"]
||configs.forgecdn.net/adfallback.js
||banner-api.grouphfm.com/banner/
||flaanation.com/uploads/banners/
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com##div[data-testid="qa-advert-slot"]
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com##div[style="min-height: 120px; display: block;"]
||bit.ly/2FQyhNq$subdocument
/(?:buzz|com|icu|net|site|xyz)\/(?!shrinker).*/$script,~third-party,domain=imgblaze.net|imgkaka.xyz|pixsera.net|imgfrost.net
http$third-party,~image,domain=imgblaze.net|imgkaka.xyz|pixsera.net|imgfrost.net
aerotime.aero,nightdreambabe.com##.banner_place
||uppit.ml/bootstrap.js
||hdvid.*/maven.js
savvytime.com##.converter-ad
voe.sx##a[href^="https://3r1kwxcd.top/"]
||hiphopza.com/wp-content/uploads/*/ad.gif
||wp.com/hiphopza.com/wp-content/uploads/*/ad.gif$domain=hiphopza.com
||cdjapan.co.jp/aff/tmpl/big_banner_728x90i.js
abplive.com##amp-img[alt="get app pic"]
abplive.com##.ads-320x250
abplive.com###root > div[style="min-height:110px"]
codesnail.com##.inside-right-sidebar > #custom_html-2
polygonscan.com##.col-12 .showcase-banner-text
polygonscan.com##.col-12 .showcase-banner-text + img
polygonscan.com,bscscan.com,etherscan.*##.showcase-banner-spacing
etherscan.*##.text-center > a[href][target="_blank"][class*="d-lg-inline-block"]
etherscan.*##.container > span[id^="ContentPlaceHolder"] + .border-top
thepalmierireport.com##.z-ad-inline
puretoons.me##.notificvpn
||yospace.com/csm/access/*=vast$domain=peacocktv.com
yuzu-emu.org##.pt-md
techymozo.com##iframe[id*="_970x90_anchor"]
techymozo.com,techrfour.com##iframe[data-id*="970x300_billboard_"]
namemc.com##div.ad-container
bscscan.com##.bg-dark > div.container > div.row > div.col-12.col-lg-5
softpedia.com##.adwblue
nyafilmer.*##.adtrue-holder
y2meta.com##.ads-social-box
u18chan.com##div[class^="ad_banner"]
alternativeto.net##.subtle
cut-fly.com##.box-main > [href]
||superfolder.net^$script,redirect=noopjs,domain=getcopy.link
getcopy.link,123movies.*##body > div[id$="Overlay"][style^="opacity: 0.85; cursor: help;"]
getcopy.link,123movies.*##body > div[id$="Overlay"][style^="opacity: 0.85; cursor: help;"] + div[class][id][style^="padding-bottom:"][style*="position: fixed; width:"]
rule34.xxx###halloween
extramovies.*##a[href*="://adfpoint.com/"]
extralinks.*##a[class^="ad_b"]
extramovies.*##a[href="/dlbutton.php"]
extramovies.*##body > a[href]#theme_back
uploader.link##a[href^="https://shopcart4me.com"]
yoshare.net##iframe[id^="yoshare.net_"][id$="_DFP"]
||edge4k.com/in/adop
animax.*##[src*="//a.exdynsrv.com/iframe.php"]
||animax.*/ax.js
cuts-url.com##.content
asurascans.com###main-menu + div[id^="asura-"] > a[href^="https://asurascans.onelink.me/"]
||asurascans.com/wp-content/uploads/*/immortaltaoist.gif
world4ufree.*##a[href="https://buycheaphost.net/"]
theregister.com##.ad-falcon
||cdn.shopify.com^$domain=moviechat.org
moviechat.org##a[href^="https://breathecup.com/?utm_source="][target="_blank"]
sofurry.com###sf-ads
||streamtape.*/sw.js
mydownloadtube.*##.movie-box > .vert-add
uploadfile.cc,upindia.*##.soundy
greenlemon.me##.advertis
||yifyhdtorrent.org/js/atag.js
||btdb.*/bal.js
||pleasevisitmywebsite.com/wp-content/uploads/*/getimage
simsdom.com##div[class^="_ad"]
simsdom.com##div[id^="adv"]
gainbtc.click##[style*="width:300px"][style*="height:250px"]
gainbtc.click##ins[style*="width:728px"][style*="height:90px"]
gainbtc.click##ins[style*="width:468px"][style*="height:90px"]
nono.games###closed-vid
desktophut.com##.visuma > div.left.column
msendpointmgr.com##.widget_sponsors_widget
earnload.co##.box-main > p[style]
luciferdonghua.in,alpha-scans.org,xcalibrscans.com,animexin.xyz##div[id^="teaser"]
cryptocompare.com##more-stuff-desktop-sidebar
ccurl.net##a > img[class^="aligncenter"][height="250"]
||webcamtests.com/MyShowroom/view.php
yourdictionary.com##.advertising-container
sonichits.com##.lyrics > div > center > iframe[src^="/tf.php?"]
new-gomovies.online##.jwplayer > div.jw-logo-top-right
new-gomovies.online##.jwplayer > div.jw-logo-top-left
||megaup.net/sw.js
||icyporno.com/jss/external_pop.js
artipedia.id###close-teaser
||imgair.net^$domain=elil.cc
shrinkforearn.in##.box-main > .row
||boobsrealm.com/wp-content/uploads/*-banner$image,~third-party
||bustyporn.com/*.php?src=$subdocument,third-party
boobsrealm.com##iframe[style$="height: 250px;"]
wtop.com##.ds_cpp
celebritynakeds.com##.show-over-1000.async-reklam-placeholder
1337x.*##.no-top-radius > .clearfix > ul[class*=" "] > li > a[href^="/rmusic-"]
1337x.*##.no-top-radius > .clearfix > ul[class*=" "] > li > a[href^="/dirdownl-"]
fastbikesmag.com##.main-sidebar > aside[id^="custom_html-"]
raider.io##.rio-zone
raider.io##div[style="position: fixed; right: 0px; bottom: 60px; z-index: 99999;"]
raider.io##div[style="width:320px;height:180px;overflow:hidden"]
games.miamiherald.com,games.metro.us##.ark-ad-message
games.miamiherald.com,games.metro.us##div[class^="DisplayAd_"]
uptomega.me,uptomega.com##[align="center"] > a[href] > img
worldfree4u-lol.online##img[width="468"][height="90"]
kutchuday.in,worldfree4u-lol.online##img[width="300"][height="300"]
snowfl.com,domain-status.com##.aunit
tii.la,tei.ai,cutw.in###link-view > a[target="_blank"] > img
tii.la,cutw.in##.box-main > a[target="_blank"] > img
litegpt.com##a[href^="https://litegpt.com/link.aspx?id="][target="_blank"] > img
globalnews.ca##.c-posts__ad
topstreams.info##.ui-widget-overlay
topstreams.info##.ui-widget-content
||probablerootport-*/*/?utm_campaign=*&sid=$all
pixelexperience.org###ezmobfooter
rateyourmusic.com##div[class^="page_ads_creative_"]
rateyourmusic.com##div[style*="color:var(--mono-6);text-align:center;"]
||bigtitsgallery.net/wp-content/themes/btg/assets/bannerPopup.css
thepostmillennial.com##.netizen-slot
radio.net##.topAdSpacer
cryptofuns.ru##center > p > a[target="_blank"]
stileproject.com##.footer_spots
stileproject.com###webcamTabs
genshinimpactcalculator.com###BannerBottom
||pic.teenlolly.com/teenlolly/images/banners/
fctables.com##body > div[style^="background:#e3e3e3;"][style*="height:110px;"]
techymozo.com,techrfour.com##p > a > img
1001fonts.com##body .adzone-sidebar-wrapper
taxidrivermovie.com###post-block > div > div.post:not([id^="post-"])
taxidrivermovie.com##.adboard-top
taxidrivermovie.com###scroll-div
taxidrivermovie.com##.board-mini
||assets.freeones.com/istripper/
||22pixx.xyz/topx.php
22pixx.xyz##.resp-container1
msfsaddon.com###after-ad
thedailystar.net##.region-notification
avforums.com##.m2n-ads-slot
sallysbakingaddiction.com##div[class^=adthrive-]
fark.com##.top_right_container
hindustantimes.com##.storyAd
news18.com##.n18nheader > div.n18thder
news18.com##figure[class^="Article_article_mad_"]
mid-day.com##div[class$="BannerAd"]
waybig.com##img[src^="https://www.waybig.com/blog/assets/bnrs/"]
vaughn.live##.abvsDynamic
||best18porn.com/best18.js
best18porn.com##.in-player-spot
||youx.xxx/videos/player/html.php?aid=pause_html&*video_id=*&referer=
||sexykittenporn.com/images/sexykittenporn.com/is.js
gqindia.com##.topadbnr
usersdrive.com##a[onclick^="window.open("][rel^="noreferrer"]
aol.com##.m-partner
||orgyxxxhub.com/js/arjlk.js
orgyxxxhub.com###invideo_2
||wixstatic.com/media/*~mv2.gif$domain=taxi-point.co.uk
taxi-point.co.uk##div[id^="comp-"][class^="_"] > div[class^="_"][style^="padding-left"]
||t.crsmc.link/*&offer_id=$subdocument
nfl.com##.d3-c-adblock
startcrack.com,zuketcreation.net##a[onclick^="window.open("]
client.googiehost.com##center > p > strong
||filesearch.link/jsgetir.php
nflstream.io##.embed-responsive > div[class="position-absolute w-100 h-100"]
anybunny.com,hotntubes.com##td[width="360"]
||ibradome.com/ba/chargi.js
||isohunt.lol/k.js
123unblock.*###lb-banner
gamemodels3d.com##.friends-banner
gamemodels3d.com##a[href^="https://ad.admitad.com/"]
movierulzfree.com,watchmovierulz.co##.ad_watch_now
bmoviesfree.ru,ffmovies.ru,putlockertv.to,fmovies.unblocked.vc##.hd-buttons
||5movierulzfree.me/watchnow.php$popup
messaging-custom-newsletters.nytimes.com##.advt-padding
manhwaid.org,manhwafull.com,mangatone.com,lordmanga.com,mangatx.com##.c-top-sidebar
pickmypostcode.com##.aside-sponsored
pickmypostcode.com###v-aside-rb
supjav.com##.video-wrap > div.right
urban-vpn.com##div[class^="urban-modal"]
vid.crictime.com###HDVideo
easybib.com##div[class^="styled__SideView"]
consumercomplaints.in##.in-ads
||script.hentaicdn.com/cdn/v*.assets/js/NATORI.
||hentai2read.com/cdn-cgi/apps/*.js
indiegamebundles.com##a[href^="https://www.humblebundle.com/subscription"]
readlightnovel.org##.row > div[style="min-height:280px;"]
readlightnovel.org##center > div[style="min-height:300px"]
dogemate.com##.fixed-b
||furrycdn.org/spns/$image,domain=furbooru.org
cachevalleydaily.com##.main-top-ad
api.savemedia.website###dlbutton > span[style="color:#fff"] + div[style]
convert2mp3.club##a[href="/dt/"]
convert2mp3.club##a[href^="https://charitablemilletplumber.com/"]
fssquad.com##.samBaasnnerUnit
fssquad.com##.banner-end
mgtow.tv###header_plug
mgtow.tv###sidebar_ad_
gosunoob.com##div[class^="ad-holder-"]
segmentnext.com##.ad-after-paragraph
graphicux.com##.gux-floating-add
graphicux.com##.item-list.inpost_add_recent
hentaibaka.one##.paid-mix
hentaibaka.one##.portfolio-items > div:not([style]):not([itemprop])
||forum.picbaron.com/Banner
desishoot.fun##.islemag-content-right > div.widget_custom_html
bulbagarden.net###cdm-zone-end
jetpunk.com##.banner-ad-outer
jetpunk.com##.box-ad-outer
||cloudflare.com/ajax/libs/*/popper.min.js$domain=voe.sx
||cdn777.net/site/binance-banner.jpg
||cdn777.net/site/usagoals/sitelinks/xpopme.js
offerup.com###db-item-list a[target="_blank"][data-impression-feedback-url*="&ad_network="]
gab.com##article[data-id^="promotion-"]
flickr.com##.moola-search-div
||hdsexmovies.xxx/tmp/
||bbc.com/ngas/latest/dotcom-ads.js
readcomiconline.li,kimcartoon.pro,kimcartoon.li,dvdtrailertube.com,weekendnotes.com##div[style*="width: 300px; height: 250px;"]
newsday.com##.fullBanner
freeupscmaterials.org,eroasmr.com,movies4u.cafe,footybite.to,krx18.com,flacdl.com,gitlink.pro,blogmado.com,pornstash.in,1shorten.com,aylink.co,privatemoviez.*,gdrivez.xyz,tlin.me,antiscan.me,illink.net,downturk.net,app.stream2watch.sx,uploadflix.org,uploadraja.com,modsfire.com,cryptofuns.ru,kvador.com,tweetycoin.com,speed4up.com,spaste.com##center > a[target="_blank"] > img
kitguru.net###bg_url_kg
||yoursports.stream/watch/now.php
yoursports.stream,yrsprts.stream##iframe[src^="http://yoursports.stream/watch/now.php"]
yoursports.stream,yrsprts.stream##div[style^="width:300px;height:250px;"]
yrsprts.stream##div[style^="display:flex;height: 230px; width: 100%; max-width:"]
l2network.eu##.ubm_banner
||isaiminiweb.online/ads.js
||gplinks.in/advertising/banners/$image
bdupload.asia,indishare.org##center > p > a[href][target="_blank"] > img
ign.com##.bobble
freefinancetools.net##.sp
pockettactics.com,pcgamesn.com##.aff_widget
meracalculator.com###ad-top-header
meracalculator.com###ad-calculator-start-desktop
meracalculator.com###ad-before-button
sports24.club##.adrespl
sports24.club##a[href="/vpn"]
sports24.club##a[href*=".php?u=aHR0c"][rel="nofollow"]
sports24.club##div[id][style^="width:300px;height:250px;overflow:"]
sports24.club##.row > .col[style="min-height: 250px; width: 300px; margin: 0px auto 15px !important;"]
sports24.club##.container > .col[style="height: 225px; width: 400px; margin: 0px auto 15px !important;"]
adshrink.it##.dimmer
businessinsider.in##div[data-urlm^="/amazon_lhs"]
||wikipedia.org/w/api.php$domain=adshrink.it
||shrink-service.it/v*/public/api/prototype/news/$domain=adshrink.it
jav720.net,damvc.pro,z900.net##.under-video-block > center
jav720.net##.video-player-area > center
||i.pinimg.com/564x/$domain=cdnx.stream|damvc.pro|jav720.net|z900.net
gigmature.com##a[href^="https://www.revenuenetworkcpm.com/"]
gigmature.com##a[href*="shewantyou.com/"]
||youtubetomp3music.com/static/js/pops-
calculatored.com##.my-2 > div[style="width: 300px;height: 250px; align-items: center;margin:auto;"]
dlsharefile.com##a[href^="https://dlmonitize.com/"]
onlineocr.net##.tbl_style > tbody > tr[style="height:120px; min-height:120px"]
receivesms.org,receivesms.co###adresp
cheapdigitaldownload.com##a[class^="bg-link-"][target="_blank"]
||allkeyshop.com/blog/wp-content/uploads/Kinguin_Fifa_AKS_bg_EN.webp
freeonlineapps.net##div[data-ad-client]
pacogames.com##div[id^="gp_"]
taming.io###main-box > #middle-wrap ~ div[id$="-left"]
taming.io###main-box > #middle-wrap ~ div[id$="-bottom"]
tineye.com##.no-results > .col-lg-4.text-center > a[href][target="_top"] > img
comidoc.net##.MuiContainer-root > div[style^="text-align:center;margin-left:auto;margin-right:auto;min-height"]
comidoc.net##.MuiContainer-root > div[style^="text-align: center; margin-left: auto; margin-right: auto; min-height:"]
kansascity.com,idahostatesman.com###ConnatixVideoAd
||apglinks.net/static/script/jala-aes.js$third-party
free-codecs.com###copySoftwareLink
seulink.net##a[href^="https://ads."]
xpicse.com##li[style^="width: 320px; height: 250px; text-align: center;"]
coincodex.com###CCx3Sticky
||coincodex.com/*/prposition.php
coincodex.com###CCxStickyBottom
coincodex.com##app-page-title > div.d-none.d-xl-flex
coincodex.com##app-root > div[class*="d-none d-xl-flex ng-star-inserted"][style="width: 100%;"]
coincodex.com##a[class*="binance_affiliate"]
coincodex.com##.side-col > div[style="text-align: center; position: relative;"]
||flixhq.net^$popup,domain=9anime.to
boobieblog.com##div[align="center"] > p > a[target="_blank"] > img
cum-shows.net##.embed-container
meteoprog.*,walbrzych24.com,cumlouder.com,themuslimvibe.com,bigboobsalert.com##.promo
||filtercams.com/static/images/banners/
pornlist.tv##iframe[src*="/rek/"]
gotohole.com,4kpornmovs.com,youjizzvideos.pro,asian-teens.co,pornmovies4k.com##.full-bns-block
gotohole.com,fullpornfuck.com##.video-brs
teenyounganal.com,gotohole.com,asian-teens.co,pornmovies4k.com,fullpornfuck.com##.brs-block
||pornlist.tv/assets/b_in_p.css
||imgmaze.pw/fsed.html
imgmaze.pw##center > iframe[style^="width:100%; height:400px;"]
||fuck-videos.xxx/tmp/
fuck-videos.xxx##.block-mobile
fuck-videos.xxx###fltd
fuck-videos.xxx##iframe[src^="//fuck-videos.xxx/tmp/?zone="]
fuck-videos.xxx##.recomend-container
||imgdew.pw/nxhjez.js
||imgdew.pw/btsd.html
keep2porn.net##center > a[href="https://vrpornx.net/"] > img
||keep2porn.net/templates/keep2porn/images/vr300.gif
||keep2porn.net/templates/keep2porn/images/banerk2s.gif
||freepornxxxhd.*/js/exopop.js
||brazz-girls.com/scripts/chatur.js
||brazz-girls.com/scripts/yall.*.js
||brazz-girls.com/chaturbate/
||highwebmedia.com/ri/$domain=japanesebeauties.net
wildcumshots.com##.enhanced-text-widget
||primecurves.com/sponsors/
primecurves.com##a[href^="https://srv.dropkickmedia.com/"]
toppixxx.com###topboxad
toppixxx.com##.imadswide
toppixxx.com##.bigblock
||googletagservices.com/activeview/js/current/rx_lidar.js$domain=gq-magazine.co.uk
||older-mature.net^$image,domain=pussyspot.net
pussyspot.net##a[href="https://nudegirlsoncam.com/"]
pussyspot.net##div[class^="content"] > div[align="center"]
||tuberel.com/poppy/
livejasmin.com##.container_banner
||dditscdn.com/*/advertisement.js
||sexyfuckgames.com/includes/*.php
||porngames.com/images/*.gif
sexflashgame.org##center > script + a[target="_blank"] > img
playporngames.com##.banner-center-first
playporngames.com##div[style*="width: 330px; height: 100%;"]
||hentai-gamer.com/pics/
nationalfile.com##.code-block > a[href*="&utm_medium=sitebanner"][target="_blank"] > img
ehotpics.com,upicsz.com##figure[style^="width: 310px;"]
m-hentai.net##.leaderboardcontainer
m-hentai.net##.landingpageadcontainer_iframe_300
||m-hentai.net/JS/exoclick%20popunder.js
||gaysearch.com/gs*/gs.js
||vidxhot.net/out.php?$popup
||hqtube.xxx/api/pu/
||hqtube.xxx/tmp/
pcsx2.net##td[style^="vertical-align"] > p[style^="text-align: center;margin"]
peazip.github.io##td[style="background-color: rgb(255, 255, 255); vertical-align: top; text-align: center;"]
kongregate.com##div[id^="rec_spot_ad_"]
hindustantimes.com##.ht-dfp-ad
hindustantimes.com##.desktopAd
india.com###menu-secondary > li.housing
india.com##a[href^="https://housing.com/?utm_source="] > img
||webserver.one/atag.js
compressor.io##.adwrapp
cartoonbrew.com##.cb-ad
compress-or-die.com##.component_global-ad
||compress-or-die.com/public/ad-bg.svg
pornoamatorialeitaliano.it,animehentaihub.com,youporntube.net,bestjavporn.com,hentaiasmr.moe##.happy-header
pornoamatorialeitaliano.it,sexkbj.com,gotocam.net,mundoxgay.com,pornxday.com,animehentaihub.com,youporntube.net,twinkybf.com,javfull.pro,gaytail.com##.happy-sidebar
||vast.yomeno.xyz^$xmlhttprequest,other,redirect=nooptext
lolalytics.com###any
lolalytics.com##div[class^="AdsGutter_"]
imgbox.com###image-content-container > .image-container + div[style="text-align:center; margin-top:4px;"] > div[style="display: inline-block;width:300px;height:250px"]
lowyat.net##.post-content > div[align="center"][style="background: whitesmoke;padding: 10px;min-height:250px;"]
pressherald.com##.sub-sponsored
3c-lxa.mail.com##.ad.sky
||iamcdn.net/players/playhydraxs.min.js
myanimelist.net##div[style="padding:16px 0px 0px 0px;margin:14px 0px 0px 0px;"]:not([class]):not([id])
pervertedmilfs.com##.arielle
afly.pro,ustream.to##.popup
wccftech.com##.wccf-products
instadp.com##a[href="https://followmeterapp.com"]
||youtube.com/embed/s64CHqUrzYY?autoplay=$domain=instadp.com
/nwm-fp.min.js$domain=sportsbay.org
paper-io.com###gameadsbanner
||gameads.io/getcode?*gameadsbanner
insideevs.*##.ap[data-dfp-attrs*="banner"]
jokersplayer.xyz##.snackbar.bottom
trovigo.com###banner_wrapper
||anime.solutions/public/assets/js/link-converter.js
streamsport.icu###ads > #close
litegpt.com##div[id*="_partnerAds"]
litegpt.com###ctl00_sidebar2
reverso.net###locdbanner
reverso.net##.rightResult > .vda-section
reverso.net##.search-main-wrap > .left-part > .toprightdiv
wco.tv##div[style*="float:right; width:500px;"][style*="height:3"]
onlinevideoconverter.video##.music-container a[href][target="”_blank”"] > img
||ngegas.files.im/*.js
doncorgi.com##.inside-right-sidebar > aside#custom_html-2
doncorgi.com##.inside-right-sidebar > aside#custom_html-3
thumbnails.porncore.net##iframe[width="200"][height="1000"]
||cfgr3.com/popin/latest/popin-min.js
||datawav.club/*.php
||runemate.com/redirect/images/*.gif
mypornstarblogs.com###live-bottom
mypornstarblogs.com###mgb-container
mypornstarblogs.com###mpc-container
||older-mature.net/pop.js
older-mature.net##div.box1[style^="height:"]
older-mature.net##.content > div[style^="width:728px;"][style*="margin:auto;"]
||vipergirls.to/t2090e8e7600v3.js
||porn5k.me/inc/nb.php
linegee.net##body > div[style^="position:fixed; bottom:0; width:100%;"]
shesfreaky.com##.player-ad-container
keybr.com##.Placeholder
videohelp.com##.maingray div[style*="width"] #headerbanner > center
videohelp.com##.maingray div[style*="width"] div[id^="thisis"] > center
namethatporn.com##body > div.a_br
||youtube4kdownloader.com/scripts/stats.js
educaplay.com###publiVideo
educaplay.com##.busAct__resultados__anu
||educaplay.com/v2/resources/img/educaplayPremium_*.mp4$media,redirect=noopmp4-1s
garticphone.com###garticphone-com_160x600
freeconvert.com##.adcontainer2
gyanitheme.com,paid4.link,artipedia.id,miklpro.com##.blog-content
chickteases.com##.owner
pornpics.com##.r-frame
babeuniversum.com##.adsense > a[target="_blank"][href^="/click/o/"]
babeuniversum.com##.galleryad
thehill.com##p[style="font-family:Arial;color:#666666;font-size:11px;text-align:right;margin-bottom:-10px;"]
worldsurfleague.com##.unicorn[data-unicorn-settings*="sponsor"]
obfog.com##div[class^="gAds"]
obfog.com##div[style="margin:auto;padding:10px;min-width:970px;max-width:980px;height:250px;"]
sanoybonito.club##.body > .text-left
family-fuck.net##.plink
||imzog.com/poppy/
||audioz.download/templates/Default/img/promo/
/sex.gif$domain=epikporn.com|erotichdworld.com|guruofporn.com|jesseporn.xyz|jumboporn.xyz|kendralist.com|steezylist.com
/yep.gif$domain=abellalist.com|doseofporn.com|freyalist.com|lizardporn.com|moozporn.com|zehnporn.com
/images/*/istripper/*$domain=8boobs.com|babesinporn.com|bustybloom.com|fooxybabes.com|hotstunners.com|mainbabes.com|rabbitsfun.com|silkengirl.com|silkengirl.net|wantedbabes.com|pleasuregirl.net
/images/*/strp_v*.js$domain=8boobs.com|babesinporn.com|bustybloom.com|fooxybabes.com|hotstunners.com|rabbitsfun.com|silkengirl.com
/images/*/b/*.jpg$image,redirect=2x2-transparent.png,domain=babeuniversum.com|novojoy.com|rossoporn.com|sexynakeds.com|redpornblog.com|pbabes.com|grabpussy.com|babesbang.com|novostrong.com|nightdreambabe.com|babesandbitches.net|novoporn.com|babesaround.com|join2babes.com|novojoy.com|pussystate.com
/images/*/b/*.jpg$domain=babeuniversum.com|novojoy.com|rossoporn.com|sexynakeds.com|redpornblog.com|pbabes.com|grabpussy.com|babesbang.com|novostrong.com|nightdreambabe.com|babesandbitches.net|novoporn.com|babesaround.com|join2babes.com|novojoy.com|pussystate.com
/images/*/banners/*$image,redirect=2x2-transparent.png,domain=100bucksbabes.com|8boobs.com|babeimpact.com|babesandgirls.com|babesinporn.com|babesmachine.com|bustybloom.com|chickteases.com|decorativemodels.com|exgirlfriendmarket.com|fooxybabes.com|hotstunners.com|nakedneighbour.com|rabbitsfun.com|sexyaporno.com|silkengirl.com|silkengirl.net|thousandbabes.com|wildfanny.com|glam0ur.com|slutsandangels.com|theomegaproject.org|livejasminbabes.net|sexykittenporn.com|pleasuregirl.net|morazzia.com|babesaround.com|dirtyyoungbitches.com|novoglam.com|vibraporn.com|girlsofdesire.org
/images/*/banners/*$domain=100bucksbabes.com|8boobs.com|babeimpact.com|babesandgirls.com|babesinporn.com|babesmachine.com|bustybloom.com|chickteases.com|decorativemodels.com|exgirlfriendmarket.com|fooxybabes.com|hotstunners.com|nakedneighbour.com|rabbitsfun.com|sexyaporno.com|silkengirl.com|silkengirl.net|thousandbabes.com|wildfanny.com|glam0ur.com|slutsandangels.com|theomegaproject.org|livejasminbabes.net|sexykittenporn.com|pleasuregirl.net|morazzia.com|babesaround.com|dirtyyoungbitches.com|novoglam.com|vibraporn.com|girlsofdesire.org
/flr.js$domain=8boobs.com|angelgals.com|babesinporn.com|fooxybabes.com|hotbabeswanted.com|hotstunners.com|mainbabes.com|nakedbabes.club|pleasuregirl.net|rabbitsfun.com|silkengirl.com|silkengirl.net
/smallfr*/*$subdocument,domain=babeimpact.com|decorativemodels.com|sexykittenporn.com
nudevista.link##.sidebar-bn
nudevista.link##.bnblog
fresh-babes.com###XXXGirls
girlsofdesire.org##div[data-width="600"]
novoporn.com##a[href^="/click/o/"]
sensualgirls.org##a[href^="http://refer.ccbill.com/cgi-bin/clicks.cgi?"]
girlsofdesire.org##a[href^="/out"]
babeimpact.com,decorativemodels.com,sexykittenporn.com##iframe[src^="/smallfr"]
/bload$domain=8boobs.com
nakedbabes.club,hotbabeswanted.com##.deskbanner
mrdeepfakes.com##.ad-menu
thousandbabes.com##.sponsorholder
india.com###cbanner
lookmovie.io##.bottom-message-container
lookmovie.io##div[class$="-page-ads-wrapper"]
lookmovie.io##.notifyjs-corner
pixiv.net##._illust-upload + div[style*="968px;"][style*="170px;"]
pixiv.net##a[target="premium_noads"]
lowendtalk.com###Foot > a[href] > img
||lowendbox.com/wp-content/uploads/*/dedipath-optimized.gif
iceporn.com##.spot-300x100
fileriver.net##center > a[onclick*="https://href.li"]
fileriver.net##.wlm-container
britannica.com##.video-ad-container
tophentaicomics.com##.thumb-ad
tophentaicomics.com##.sidebar > div.widget_text.sidebar-wrapper
||tophentaicomics.com/istrippers.jpg
||tophentaicomics.com/pop.js
||gartic.io/*.mp4$media,redirect=noopmp4-1s
||jumboporn.xyz/t63fd79f7055.js
thomasmaurer.ch##.sidebar > #custom_html-2
androidinfotech.com,thomasmaurer.ch##.sidebar > #custom_html-3
thomasmaurer.ch##.sidebar > #custom_html-4
thomasmaurer.ch##.sidebar > #custom_html-5
arcadewank.com##a[href^="http://hits.epochstats.com/hits.php"]
||arcadewank.com/promo/*.gif
||3dsexgames.biz/linkbanners/3dsexgamesnew150x100.gif
||arcadewank.com/images/flashplayer.gif
2beeg.me##.ave-pl
afly.pro##center > a[href*="?utm_source"]
||streamcr7.com/footyshoes.gif
streamcr7.com##.container > a[href].btn-outline-primary
sundryfiles.com##.download-timer-text + div[style="text-align:center;font-size:13px;color:#a1a1a1;"]
news18.com##.pani-wid
||images.news18.com/static_news18/pix/ibnhome/news18/images/*_banner.jpg
||images.news18.com/static_news18/pix/ibnhome/news18/images/*-300X100.jpg
||camcam.cc/wp-content/plugins/dh-anti-adblocker/
getsetclean.in,sexgames.cc##a[rel^="sponsored"]
||mycartoonsexgames.com/thumbs/*/$image
zerohedge.com##div[class^="Advert_"]
dfiles.eu##iframe[width="240px"][height="800px"]
lapagan.net##.i_300
cutlink.link###absuadd
||streameast.live/adnew.js
cambay.tv##iframe[src^="https://www.cambay.tv/player/html.php?aid="]
getnada.com###__layout > div > div > .pb-4.justify-center.w-full
washingtonpost.com###fusion-app > div:not([class]):not([id]) > div.bb[style^="padding-left:"][style*="min-height:"]
push.bdnewsx.com##a[href*="&utm_medium="] > img
gifmeat.com###plugrush
||gifmeat.com/*.php$script,~third-party
gifmeat.com###chaturbate
raymond.cc##div[id^="snhb-sidebar"]
raymond.cc##div[id^="snhb-incontent"]
clickscoin.com,adsy.pw##.box-main > center
adsy.pw##iframe[id^="adsy.pw_"][id*="_DFP"]
ping.eu##td > center[style="margin-bottom: 2px;"]
hltv.org##.bitskins
wheelofnames.com##.ad-declaration
mimirbook.com##.word-ad
||porngames.games/js/bioep.custom.js
porngames.games###bio_ep
porngames.games##.vertical-trending-ads
charlieintel.com##.theiaStickySidebar > .mvp-side-widget#custom_html-3
f1livegp.me##body a[href*="/tuname.php"][target="_blank"]
tube8.*##div[data-esp-node="under_player_ad"]
nesaporn.com##td[width="360"][style^="padding:0px 0px 0px 50px;"]
msn.com##.colombiaintraarticleads
||jjgirls.com/graphics/mobile/en/*/*.jpg
drtuber.desi###video_list_banner
miniwebtool.com###btop
porn300.com##[class^="aaann_fake"]
radio-new-zealand.co.nz,fmradiofree.com,canli-radyo-dinle.com,emisoras-puertorico.com,emisorascolombianas.co,internetradio-horen.de,internetradio-schweiz.ch,mytuner-radio.com,radio-ao-vivo.com,radio-australia.org,radio-belgie.be,radio-canada-online.com,radio-danmark.dk,radio-dominicana.com,radio-ecuador.org,radio-en-ligne.fr,radio-en-vivo.mx,radio-espana.es,radio-hk.com,radio-hrvatska.com,radio-italiane.it,radio-korea.com,radio-maroc.org,radio-nederland.nl,radio-norge.org,radio-osterreich.at,radio-philippines.com,radio-polska.pl,radio-singapore.com,radio-south-africa.co.za,radio-suomi.com,radio-sveriges.se,radio-thai.com,radio-ua.com,radio-uk.co.uk,radioindia.in,radioindonesia.org,radiojapan.org,radiomalaysia.org,radios-argentinas.org,radios-bolivia.com,radios-chilenas.com,radios-guatemala.com,radios-online.pt,radios-uruguay.com,radios-venezuela.com,radiosdelperu.pe,radiotaiwan.tw###team_ad
castlesiege.io,polyguns.io##div[id$="banner-cont"]
||forexforum.co/banad.jpg
forexforum.co##.samBannerUnit:not([data-position="container_sidebar_above"])
picfont.com###central_block > #block_a
2conv.com,flvto.biz,flv2mp3.by###vab_frame
fallerz.io###fallerz-io_300x250
tyran.io###ad_970x250
tyran.io##div[id^="scoreboard_ad_"]
tyran.io###middle-wrap #left_box_div[style^="display:inline-block;"]
drednot.io##.shipyard-ad
meterpreter.org##.theiaStickySidebar > aside > #text-2
forum.videohelp.com##div[style*="width:100%;"][style*="height:110px;"]
||mangahentai.me/script/script.php
||shon.xyz/js/script.js
crazyshit.com##body > div[style^="position: fixed;"][style*="transform:"][style*="z-index:"]
||cbmiocw.com^$domain=crazyshit.com
||wetpussygames.com/images/hentai_game/600-
miniclip.com###promo-mast
torlock2.com##.well a[href][rel="nofollow"].extneed
torlock2.com##article > table.hidden-xs[style^="padding-bottom:"]
dongknows.com##.inside-right-sidebar > aside#custom_html-46
tutcourse.com###stream-item-widget-4
mgnetu.com##.banner-container .box-success > h4
cracked.to##.responsive-banner
cracked.to##.sidebars > a[href][target="_blank"] > img
ovagames.com###adter
yespornpleasexxx.com##iframe[src^="https://creative.alxbgo.com/"]
||drtuber.desi/footer_tiz.php
drtuber.desi##.aside_panel_video > div[class="heading fh"]
drtuber.desi##.livecams_main
drtuber.desi##div[class="footer f_width"] > div.item_box
thepigeonexpress.com##div[class^="thepi-mobile-"]
thepigeonexpress.com##body > p
thepigeonexpress.com##.thepi-after-content > p
warscrap.io##.main-menu-overlay > .main-menu-bottom:empty
getitall.top##iframe[src^="https://getitall.top/ds/"][src$=".html"]
||getitall.top/ds/*.html
shootup.io###main-wrap > #left-wrap
shootup.io###main-wrap > #bottom-wrap
paidtomoney.com##.box-main > ins[class][style^="display:inline-block"]
deccanchronicle.com##body .cnitem-list > .cnitem_add_area_outer
macworld.com###amazon-bottom-widget
macworld.com###articleLeaderboardWrapper
||ptigjkkds.com/*/tghr.js$script,redirect=noopjs
ndtv.com##.__pcwgtlhs
memeful.com##.naughty-box
||1001freedownloads.s3.amazonaws.com/vector/thumb/83198/green_download_button.png
dz4up.com##div[style="text-align: center;"] > a[target="_blank"] > img
temporary-phone-number.com##div[class^="adsense-"]
/main.js$domain=softairbay.com|pixeldrain.com
designrush.com##.banner-side-wrap
xkeezmovies.com##a[href="https://nudetiktok.com/"]
clickondetroit.com##.fixedAd
azrotv.com,elahmad.com###ad_asd
sammobile.com##.g-59
youporn.*##a[href][data-tracking="track-close-btn-ad"]
proxybit.*##body > .container > .alert-dismissible[onclick^="window.open('https://bit.ly/"]
javher.com,javtrailers.com###popunderLink
javtrailers.com###cta
fusionmovies.to##.selected_box_title > .preloaderSmall ~ [class][style*="position: absolute;"][style*="transform:"]
listennotes.com##.ln-home-feed-ad
||imgpinga.cloud/*.php|$script
||darkreader.org/elements/backers-header.js
||darkreader.org/elements/backers-side.js
mangaraw.org,rawmanga.top,senmanga.com##.banner-landscape
xtube.com##.recommendedVideosOverlay + div[id][class] > div > div.header
waybig.com##.ad-above-comments
waybig.com##.aff-list
||juicygif.com/cache/compiledtemplates/dd1f867fe40eae5c2d0aa0f485e5718e.js
techcodex.com##.pmnbqlt-before-header
porngames1.com##.banner-widget
||adultgames.me/*.gif$domain=porngames1.com
probonoaustralia.com.au##.top-banner-text
probonoaustralia.com.au##a[onclick*="AdRotatePro"]
||theboobsblog.com/*/|$script
theboobsblog.com##div[style="height: 250px;"]
||theboobsblog.com/trades.html
theboobsblog.com##.sidebar-content > div[id^="text-"][class$="widget_text"]
awesomeopensource.com##div[id^="server-side-native-ad-container-"]
awesomeopensource.com##div[class^="projects_list_ad_slot_"]
withinnigeria.com##.qatlko-pubadban
withinnigeria.com##.sidebar-pc-ad-top
||yeptube.*/templates/base_master/js/jquery.shows.min.js
gq-magazine.co.uk##div[data-test-id="AdBannerWrapper"]
nbcnews.com##div[class="db-m dn"][style="height: 130px;"]
||bootdisk.com/art/war.png
pornoeggs.com##div[class^="ib-"]
pornoeggs.com##.mediaPlayerBanner
xtube.com##.removeAds
xtube.com##.tJunkyText
gta5-mods.com##.ad-above-mod-dl-btn
bustybloom.com##.sponsorbanner
yourporngod.com##a[href*="s2.everydaygayporn.com"]
msn.com##iframe[src^="//www.dianomi.com/"]
geekspin.co##div[style*=";text-align: center;clear: both;min-height: 90px;"]
geekspin.co##div[style*=";text-align: center;clear: both;min-height: 330px;"]
||freeporn.info/bobo/
||freeporn.info/pop1.js
freeporn.info##.alfa_promo_parent
freeporn.info##h4[style="text-align: right;margin-bottom: 0.25rem;"]
crocotube.com##.ct-advertising-footer
||static.crocotube.com/cb/
||al4a.com/includes/efl.js
al4a.com##div[style^="background-color:#fff;"][style*="overflow:hidden; text-align:center"]
al4a.com##center > small
||3movs.com/su4unbl-ssu.js
||3movs.com/local_p.js
lulz.net##a[href="https://www.furfling.com/"]
submityourflicks.com##div[style^="display: inline-block;"][style*="font-size: 18px;"]
||submityourflicks.com/*/sfy.js
adelaidenow.com.au,dailytelegraph.com.au##.header_ads-container
familyporn.tv##.textlink
||mylust.com/*/serve
yuvutu.com##.support_us
camwhoresbay.com##div[style^="width:300px;"][style*="height:250px"]
||api.hotscope.tv/snaps/top
||randomsatoshi.win/banners/
randomsatoshi.win##.RS-Header-banner-xlg
alotporn.com,amateurest.com,onlinestars.net,bravoerotica.net,gettubetv.com,hoes.tube,jizzberry.com,love4porn.com,gaysearch.com,submityourflicks.com,chubbyporn.com##.fp-ui > div[style^="position: absolute;"][style*="background: transparent;"]
englishlightnovels.com##a[href^="https://shrsl.com/"]
||fapality.com/js/initsite.js
||fapality.com/*.jsx
||nnteens.com/adnium
homemoviestube.com##.film-aside-ads
camwhores.tv##iframe[src^="https://go.smljmp.com/"]
clik.pw##iframe[id^="frame"]
/*_theme/build/js/script.min.php$domain=clik.pw
||static-td*.stfucdn.com/contents/content_sources/*/*DevilsFilm_*-Banner_*.jpg
hentaicloud.com##.ad-display-unit
miohentai.com##.fa-angle-down
findglocal.com###vi_ai
findglocal.com###findg_billboard_lazy
||naughtymachinima.com/images/banners/
za.gl##._winwin
||za.gl/external/prizesmodule/js/prize.local.js
madnessporn.com##.header > h1 ~ div[align="center"]
madnessporn.com##.contents > div[id="player"] ~ div[align="center"]
madnessporn.com##.cam
hentaienglish.com##.sidebar-content-inner > div[id^="custom_html-"]
||hentaienglish.com/wp-content/uploads/*/hentaivideo2.webm$media,redirect=noopmp4-1s
coolors.co##a[class="floating-cad"][target="_blank"]
betanews.com##.adbox-header
||static.hellmoms.com/*/inplaybn-
serialeonline.biz,hellmoms.com##.desktop-banner
9anime-tv.com##body > iframe[class][style^="border:"][style*="z-index:"]:not([src])
lewdzone.com###ad_vid
myporntape.com##.block-vda
myporntape.com##.banner-long
||loadshare.org/custom/VideoID-*/*.mp4$domain=fusionmovies.to
||speedynews.xyz^$domain=pureshort.link
progameguides.com##div[id^="sideAd-"]
progameguides.com##div[id^="content_dynamicAd-"]
owlcation.com,mtonews.com##.m-rev-content
thetechedvocate.org,embetronicx.com,quillette.com,unityassets4free.com##.AdWidget_HTMLWidget
unityassets4free.com##img[src^="https://unityassets4free.com/wp-content/uploads/"][src$="/best-url-shortner-for-unityassets4free.jpg"]
||unityassets4free.com/wp-content/uploads/*/best-url-shortner-for-unityassets4free.jpg
igg-games.com###tm-sidebar > .uk-grid-stack > div[class="uk-grid-margin uk-first-column"] > .widget-text > .textwidget > p > a[href][target="_blank"] > img
||statics.letfap.com/assets/love/index.php
letfap.com##iframe[src^="https://syndication.exoclick.com/"]
hdhub4u.cc##a[href^="https://www.hostdoze.com/"] > img
vidmoly.me,vidmoly.net,vidmoly.to###vope
vidmoly.me,vidmoly.net,vidmoly.to###sc-splash
proprofs.com##.new_ad_wrapper_all
techspot.com##div[data-lb-id^="thread-"] > .js-replyNewMessageContainer > div.betweenPosts
techspot.com##ul#downloads_list > li:not([class]):not([id]) > div[style="min-height: 250px;"]:not([class]):not([id])
moneylife.in##.ml_ad
moneylife.in##.gbanner
moneylife.in##.container_16 > #jssor_1
moneylife.in##.right-banner
||lolhentai.net/cornergirls.js
gizchina.com##.vw-content-sidebar > div[id^="text-"]
sxyprn.com##body > div[style^="z-index: 999999;"][style*="position: absolute;"]
claimcrypto.cc##.form-group > ins[class][style="display:inline-block;width:300px;height:250px;"]
skyracing.com.au##img[src^="/assets/website_images/images/Advertisements/"]
||wetpussygames.com/includes/skin-istripper.js
||static.opensubtitles.org/libs/js/prop-pu.js
bembed.net,fslinks.org,embedv.net,vembed.net,vid-guard.com,v6embed.xyz,vgembed.com,vgfplay.com,fusevideo.net,erome.com,coolors.co,pstream.net,kropic.com##body > a[target="_blank"]
||kropic.com/js/ad.js
||gosexpod.com/videos/xts3.php
||gosexpod.com/exad/
gosexpod.com##div[style="height:36px;text-align:right"]
gosexpod.com###zzz-on-video-o
dailymail.co.uk##.fff-banners
||vidcdn.info/api/spots/
hog.*##.player-block__line
||vidcdn.info/FSNOXw5.js
||cdn*.editmysite.com/images/site/footer/footer-toast-published-image-*.png
sakurajav.com##.widget_advertising
sakurajav.com##.sadDIV
||assets.msn.com/bundles/v1/microsoftNews/latest/placement-manager.*.js$domain=microsoftnews.msn.com
||push.bdnewsx.com/sahil.js
/tghr.js$domain=javhihi.me|mrdhan.com|raw.senmanga.com|zplayer.live
||connatix.com^$domain=k12reader.com|androidheadlines.com|britannica.com|behindthename.com|likegeeks.com|iphoneincanada.ca|titantv.com|player.one
mathway.com###chat-inner > .ch-bubble[data-context="advert"]
kickassanime.*##.ka-axx-wr
buffalonews.com##.subscriber-ad > .ad-col
||shopping.buffalonews.com/places/widget/widget
honeyhunterworld.com##.ad-wrap-right
gelbooru.com##a[href="https://gelbooru.com/tdForward.php"]
vclock.com###pnl-neon
||vclock.com/info/hac.php
wired.com##.content-footer__outbrain-widget
wired.com##.recirc-most-popular__items > li.recirc-most-popular__item > .ad
washingtonexaminer.com##.ArticlePage-sharing
mixdownmag.com.au##.ad-wrap-container
thephoblographer.com,noqreport.com##div[id^="vuukle-ad-"]
hqq.to##.asg-vast-overlay
digitalspy.com##.article-body-content div[aria-label="product"]
wallpaperflare.com##.lst_ads > span
hstoday.us##a[href^="https://www.cdc.gov/"]
||cload.video/static/js/jwplayer/*/plugins/vast.js
pdfforge.org##.adsenseadsense
thisismoney.co.uk##a[href="https://www.stockomendation.com/thisismoney_ma"] > img
.xyz^$domain=ceofix.net|teenfic.net
ceofix.net##a[href*="/?aff="] > img
||tools.lifeselector.com/banners/js/banner-controller.min.js
etherealgames.com,phoenixnap.com,javporn.tv,apkdlmod.com,freecoursesites.net,courseforfree.net,javhoho.com,playsexgames.xxx###text-6
mlsbd.shop,esports.net,10hd.xyz,vivahentai4u.net,dmerharyana.org,learncomputerscienceonline.com,animationxpress.com,coursesxpert.com,javhoho.com,thefappeningblog.com,ooodesi.com,aagmaal.com,playsexgames.xxx###text-3
telegramchannels.me###btm-pr
telegramchannels.me##.columns > .adNative-1
telegramchannels.me##div[class*="adHeight"]
wo2viral.com##a[href][target="_blank"].button
reclaimthenet.org##div[class^="code-block code-block-"] > p[style="text-align: center;"] ~ *
mailonsunday.co.uk##.billboard_wrapper
iflscience.com##div[class^="index__adWrapper"]
thepostmillennial.com,iflscience.com##div[class^="AdChoiceContainer"]
viid.me,videohelp.com##div[style^="height:90px;width:100%;"]
forum.videohelp.com##.above_body > div[style="text-align:center;"] > div[style*="height:110px;"]
video-to-mp3-converter.com,2conv.com,flvto.biz,flv2mp3.by##.horizontal-area
2conv.com,flvto.biz,flv2mp3.by##.content-right-bar > .square-area
||y2mate.com/themes/js/common.js
vlive.tv##div[class^="ad_area"]
||hentaidude.com/wp-content/themes/awp/assets/desktop.js
||hentaitube.online/SSJ%20-%20300x250.gif
savelink.site##a[href^="//"][style*="position: fixed;"]
||megaup.mobi/assets/scripts/a.js
techspot.com##.category > ul > li[style="padding: 25px 0 0 0;"]
techspot.com##.tshoop
techspot.com##div[id^="div-pg-ad-"]
techspot.com##.subDriveRevBot
||ablefast.com/sw.js
punchng.com##div[id^="gpt-ad-"]
punchng.com###header > .row > .col-sm-12[style="height:90px; text-align: center;"]
||savelink.site/atag.js
filecr.com##.download-wrap > div.sidebar
pussysexgames.com##a[href*=".php?t="][rel="nofollow"]
/dodgersexcartoons.com\/images\/\w\w\/.*.gif$/$domain=dodgersexcartoons.com
xda-developers.com##.honor-spon-banner
18tube.xxx##.thumbtoplist
||18porno.tv/js/ui/socialmedia.php
18porno.tv##.toplist
||avantajados.com^$domain=curto.win
$subdocument,third-party,domain=curto.win
linksfire.co##.box-main a[href] > img
linksfire.co##.box-main a[href][target="_blank"]
earnfasts.com##a[href^="https://b3stcond1tions.com/"]
||savelink.site/*.mp4
amgelescape.com###ads-blog-content
amgelescape.com##.sidebar > div[class="widget HTML"][id^="HTML"]
amgelescape.com##div[class^="owneditads"]
||nodeassets.nbcnews.com/_next/static/chunks/ads.*.js
telanganatoday.com##.branding .topA > a[href][target="_blank"] > img
||telanganatoday.com/im/300landrover.gif
||telanganatoday.com/im/728LandroverNew.gif
popsugar.co.uk##.ad-element-container
zacks.com##.inline_top_ad_commentary
zacks.com##.inline_bottom_ad_commentary
||i.cdn.turner.com/ads/
androidexplained.com##.site-main > article + div[class^="astra-advanced-hook-"]
softwareaccountant.com,freecoursesite.com,xscholarship.com,psdly.com##.widget_media_image
||cdn.cnn.com/ads/
speedrun.com###extrabar
lowendtalk.com##.Row > #Panel >a[href="http://bsa.ly/moo"]
lowendtalk.com##.Row > #Panel > div:not([class]):not([id]) > a[href] > img
||porngames1.com/banner/
staticice.com.au##table[width="500"][align="center"] > tbody > tr > td[height="21"]:only-child
staticice.com.au##table[width="500"][align="center"] > tbody > tr > td[height="75"]:only-child
staticice.com.au##table[width="100%"] > tbody > tr > td[height="15"][valign="top"]:only-child
||responsivethemesstatic.github.io/static/*.js$domain=shoppinglys.blogspot.com
ladyshemale.com##center > a[target] > img
wcoanimedub.tv###sidebar_today > div[style="float:right; width:320px; height:250px"]
wcoanimedub.tv##.video-page-main  + div[style^="background:"] > div[style="float:right; width:500px; height:320px"]
adultgamesportal.com##a[href^="http://www.crazyxxx3dworld.com/"]
adultgamesportal.com##a[href^="https://t.grtyv.com/"]
adultgamesportal.com##a[href^="https://t.frtyz.com/"]
||desktophut.com/abDetector.min.js
||sexsim2.com/assets/stamps/channela_315x300_$domain=2adultflashgames.com
||utherverse.com/net/usermedia/privateMedia.ashx$domain=2adultflashgames.com
||2adultflashgames.com/img/677x250_
2adultflashgames.com##a[onclick*="/clicks/selector"] > img
2adultflashgames.com##td[height="123"][width="1000"]
||s3.amazonaws.com/callloop/banners/
||i.adultgamestop.com/baners/
||adultgamestop.com/files/*.gif
motaen.com,adultgamestop.com##.baner
dutchycorp.space,dutchycorp.ovh##center > div[style*="display: flex;"][style*="flex-wrap: wrap;"][style*="align-content: space-evenly;"] > div
||autoclaim.ovh^$domain=dutchycorp.ovh
fotor.com##.infoBox
||vod-progressive.akamaized.net/*.mp4$domain=tvtropes.org
tvtropes.org##.outer_ads_by_salon_wrapper
mousecity.com##a[href^="http://ads.ad4game.com/"]
mousecity.com##div[class^="banner-box"]
mousecity.com##.main > div[style^="width: 160px; height: 600px; border:"]
mousecity.com###content > div[style^="width: 728px; height: 90px; border:"]
mousecity.com###content > .center[style^="width: 720px; height: 300px; margin:"]
mousecity.com###content > .main-slides + div[style="margin: 15px 0;"] > div[style="float: right; width: 260px; height: 300px;"]
mousecity.com##.main-slides > div[style^="width: 310px; height: 790px; float: left;"]
mousecity.com##div[style="margin: 15px 0;"] > div[style^="float: left; width: 720px; height: 300px;"]
mousecity.com##.g-list > li[style^="width: 310px;"] > div[style^="background-color: #fff; border-radius:"]
mousecity.com##.list-games > div[style="margin: 15px 0;"] > div[style="float: right; width: 260px; height: 300px;"]
charpress.com,visiontimesnews.com,tellynewsarticles.com##.sticky_ad_desktop_footer_center
sysnettechsolutions.com##.header-addition > a[href][rel="nofollow"] > img
hentaiporn.tube,naughtyhentai.com##.friends
hentai.video,hentaiporn.tube,naughtyhentai.com###videocon
naughtyhentai.com##.video_xxx
freehentaistream.com##.natheader-title
freehentaistream.com##.natundervid-title
freehentaistream.com##iframe#natheader
freehentaistream.com##iframe#natundervid
||anime.freehentaistream.com/content/natheadcontent
||anime.freehentaistream.com/content/natundervidcontent
||google.com^$popup,domain=gogoanime.so
hentaidude.com###homebn
hentaidude.com###idtop > div[style^="margin:0 auto;width:"]
||hentaidude.com/wp-content/themes/awp/assets/side.js
||hentaidude.com/wp-content/themes/awp/assets/homebn.js
sixsigmastudyguide.com,topnewsshow.com###secondary > aside#custom_html-4
sixsigmastudyguide.com###secondary > aside#custom_html-5
10fastfingers.com###ads-speedtest-view-container
10fastfingers.com##div[style="min-height: 600px; height: 400px;"]
constructionenquirer.com###ad-page-takeover-wrap
constructionenquirer.com##.ad-list
||vkspeed.com/player*/vast.js
pdr.net###ehsBanner
mysexgames.com##table[style^="background-color:#eeeeee; width:800px; height:270px;"]
||madnessporn.com/mad/
stileproject.com,zeenite.com,shemalesin.com,faptube.com,cambay.tv,hqbang.com,blowjobs.pro,ebony8.com,amateurest.com,watchporn.to,bravoerotica.net,thothd.com,hairyerotica.com,theporngod.com,sexoverdose.com,bestpornflix.com,4porn4.com,kuxxx.com,gettubetv.com,hoes.tube,cluset.com,xtits.*,pornsai.com,jizzberry.com,love4porn.com,cartoonprn.com,celebwhore.com,sexcams-24.com,camwhorescloud.com,bigtitslust.com,camfox.com,pornchimp.com,xmegadrive.com,tubsexer.*,theyarehuge.com,yourporngod.com,thebussybandit.com##.table
forum.psnprofiles.com##.nn-player-floating
||static.crazyshit.com/js/im/im.js
blackhatworld.com##.bhw-advertise-link
imgbox.com##div[id^="aad-header-"]
dr-farfar.net##.footerBar > iframe
||mrfog.com^$domain=dr-farfar.net
leechall.com##.download-main-content > .download-animation + a[href][target="_blank"]
amazon.com##a[aria-label="Sponsored video, click to navigate to featured page."]
||allporncomic.com/*-*/?_=
rocket-league.com##.rlg-ad-container
easeus.com##.float_banner
mangalong.com##.post_content > div.align-items-center
||saruch.co/atag-anti.js
||saruch.co/tera.js
||ishort.in/js/full-page-script.js
software.informer.com##.screen_ad
gamezop.com##div[data-native-ad]
gamezop.com##div[style="position:relative;text-align:center"] > span[style^="top:20px;position:absolute;left:"]
gamezop.com##div[style="position: relative; text-align: center;"] > span[style^="top: 20px; position: absolute; left:"]
grab.tc##a[href^="https://youhodler.g2afse.com/click?pid="]
jawcloud.co##.jawban
||jawcloud.co/naughtyworms.gif
/mapquest.com/index/ads.min.js$domain=mapquest.com
mapquest.com##.online-offers
mapquest.com##div[style="min-width: 300px; min-height: 250px;"]
||hentaiz.net/images/spon/
hentaiz.net##div[id^="rmcard"]
||economictimes.indiatimes.com/js_interstitial.cms
neetexambooster.in##a[href^="https://ekaro.in/"]
e-hentai.org##td.itd[colspan="6"] > div[style^="max-width:"][style*="position:relative; z-index:"]
imagetwist.com##.text-center > a[href][target="_blank"] > video
||imagetwist.com/ram/ram*.mp4
mangareader.net##.d64
boyfriendtv.com,historydaily.org##.adwrapper
mangarockteam.com##.row > .main-col > .body-top-ads + .c-sidebar
docs.picotorrent.org##.ethical-sidebar
file-converter-online.com,konvertera-online.se,conversor-pdf.com,konwerter-online.pl,online-omzetten.nl,online-konverter.com,convertire-documenti.it,pdf-convertisseur.fr,convertir-pdf.com,prevod-souboru.cz###content-area > .entry > small[style="font-size:10px"]
file-converter-online.com,konvertera-online.se,conversor-pdf.com,konwerter-online.pl,online-omzetten.nl,online-konverter.com,convertire-documenti.it,pdf-convertisseur.fr,convertir-pdf.com,prevod-souboru.cz###content-area > .entry > small[style="font-size:10px"] + .lead-responsive
file-converter-online.com,konvertera-online.se,conversor-pdf.com,konwerter-online.pl,online-omzetten.nl,online-konverter.com,convertire-documenti.it,pdf-convertisseur.fr,convertir-pdf.com,prevod-souboru.cz###sidebar > div[style="margin-top:10px;min-height:250px"]
viu.com##.banner_ad_label
viu.com##.ad-ph
lifehacker.com##.js_commerce-inset-permalink
||cdn.witchhut.com/network-js/witch-afg/witchAfg.partner.js
friv-2017.com##div[class="home_game_image_featured"][id="header-game1-left"]
friv-2017.com###content-game > div[style="margin-top:130px;"] > p
linuxgizmos.com###eaa_post_between_content
videosection.com##.player-detail__banners
hdsex.org,hdsex2.com,hdsex.com,videosection.com##div[data-title="Advertisement"]
videosection.com##.inline-video-adv
straitstimes.com###MyPageOverlay
||bitfly.io/js/nt.js
accuweather.com##.adhesion-header
||redirector.googlevideo.com/*&source=dclk_video_ads&$redirect=nooptext,domain=sbs.com.au,important
||shrinkads.com/js/fp.js
||disafelink.com/js/full-page-script.js
rappler.com##div[class*="TaboolaAd__Wrapper-"]
earthsky.org##.recent-posts > a[target="_blank"] > img
cpomagazine.com##.block-da-header_top
cpomagazine.com##div[class^="cpoma-articles-inline-"]
cpomagazine.com##.cpoma-adlabel
cryptodaily.co.uk##.post-ad-title
cryptodaily.co.uk##img[alt="crdt banner"]
solarmovie.cr##.mvic-bmt
solarmovie.one,solarmovie.cr##.fkplayer
solarmovie.cr###bar-player > div[style] > a.textb
solarmovie.cr##.mvic-desc a[href][target="_blank"] > .solar_btn
techipe.info,sonixgvn.net,skidrowcodex.net##.ipprtcnt
darko.audio##[id^="ubm-banners-"]
observer.com###top-banner-container
||smutty.com/ab/
||s.smutty.com//javascript/yo/yolor.js
||dyncdn.me/static/20/js/rightb2.js
hdporn.org##a[href^="https://www.hdporn.org/link/"]
boxrec.com##.midAdvert
||upsieutoc.com/images/2020/08/19/bl.jpg
cpmlink.net,uii.io,wordcounter.icu,shurt.pw##body > iframe
myadultanimes.com,redgifs.com,imgbaron.com,picbaron.com##iframe[src^="//tsyndicate.com/"]
ign.com##.adunit-wrapper
watchseries.ovh##.block-left-home > div[style^="height:252px;"][style*="text-align:center;"]
soundandvision.com###sub_pop
tennis-infinity.com,9anime.*##.sda
||streamtape.*/mainstream2.js
dukechronicle.com##.flytead
englishlightnovels.com##.sidebar-right p > a[href^="https://loot.cr/"]
||amazonaws.com/prod/Ad_Cinando/$domain=cinando.com
audiogon.com###main-content div.content-marketing-panes:not(:last-child)
audiogon.com###main-content div.content-marketing-panes > div[class]:first-child + div[class]
thefunpost.com##.ad-spacing
reuters.com##div[class^="StickyContainer-container-"][style^="height: 1200px;"][style*="margin-bottom: 120px;"]
katestube.com,xtits.*,mybestxtube.com,teencumpot.com,sexroom.xxx,nudeteenwhore.com,asiansex.life##.spot-holder
||nudeteenwhore.com/oeufrb/
||sexroom.xxx/xxx/fastload.js
asianporn.life,asiansex.life##.full-ave
asianporn.life,asiansex.life##.top-mo-ave
nitrome.com###banner_ad
nitrome.com###mu_3_shadow_ng
nitrome.com###new_elem_shadow_2_game
zippyshare.com##.center > font[style="font-size: 10px; letter-spacing: 3px; word-spacing: 2px;"]
majorgeeks.com##.content > table.alford
||mobilenobo.com/scripts/
||profollow.com/form/
bbc.com##section[class^="AdContainer-"]
letfap.com##.main-page > div.player-wrapper + div.container
pushsquare.com##.insert
roleplayer.me##div[id^="ClearVista_Roleplayerme_300x"] + table > tbody > tr > td > center > font > a[href="premium/paid_membership.php"]
pixiv.net##._premium-lead-function-banner
||sexvid.*/ghjk/
||sexvid.*/rrt/xd.js
||sexvid.*/mia/
||sexvid.*/stpd/
sexvid.*##div[class^="spot"]
sexvid.*###banner_video
thewindowsclub.com##a[href^="http://www.restoro.com/"][rel]
||adoric-static.*.amazonaws.com/adoric.ads.js
admissionnotice.com,hardwaretimes.com,siasat.com,androidtvbox.eu##.stream-item
admissionnotice.com,ifon.ca,tutcourse.com,fuentitech.com,siasat.com,androidtvbox.eu##.stream-item-widget
androidtvbox.eu##.modalJS_object
androidtvbox.eu##.theiaStickySidebar > #text-5
androidtvbox.eu##.theiaStickySidebar > #text-6
sbs.com.au##div[id^="adcta-"]
shrinkme.in##.box-main > #countdown ~ h3
shrinkme.in##.col-md-12 > #link-view ~ h3
swisscows.com##.web-results > .a11t
swisscows.com##.web-results-sale
swisscows.com##.banners-wrap
swisscows.com##.web-results > .item.sales
swisscows.com##.cloud-wrapper > .cloud > a[href^="https://swisscows.com/api/"][target="_blank"].tile--image
swisscows.com##.cloud-container > .cloud > a[href^="http://www.smartredirect.de/redir/clickGate.php"]
||streamsport.pro/ads/
androidpolice.com##.ains-18
ingles.com,spanishdict.com##div[id^="adSide"]
ingles.com,spanishdict.com###adTopLarge-container
secrant.com##.divHLeaderFull
secrant.com##.lowLead
calculateaspectratio.com##.waldo
cinereporters.com##.colombiatracked[data-slot] > iframe
theswagsports.com,cinereporters.com##div[id^="HP_P_"][name="Homepage-Paid-Top-1-Desktop"]
cinereporters.com###btm-widget > div[id^="div-clmb-ctn-"]
biguz.net##.topb
biguz.net###under
subtitletools.com##.hide-when-adblock
subtitletools.com##a[href^="https://go.nordvpn.net/"][target="_blank"]
||subtitletools.com/images/nord/nordvpn-banner.jpg
firstr0w.eu###sunInCenter
||beerfaucet.io/promo/300×250.gif
||firefaucet.win/static/images/banner4.gif
mumbaimirror.indiatimes.com##.moreFromWorld
file-upload.net##.mod_picture > iframe[width="336"][height="280"]
sanfoundry.com##div[id^="sf-ads-"]
faucetpay.io##.sponsored-light
faucetpay.io##a[href^="https://faucetpay.io/page/view-banner-ad"]
mcrypto.club,cashearn.cc,faucetofbob.xyz,faucet.furim.xyz,algorandfaucet.com,you-porn.com,payittechnology.com,nobinbarta.com,youporngay.com,hdhub4u.cc,katmoviehd.*,janusnotes.com,doctor-groups.com##div[data-zone]
softairbay.com##.brave
||tweetycoin.com^$domain=1ink.cc
tweetycoin.com##td > a[target="_blank"] > img
temp-mail.org##.headerSeoLink
clk.ink##iframe[src*="/ads/"]
gsurl.be,get-bitcoin.net,clk.ink##div[id^="adm-container-"] ~ iframe
clk.ink##div[data-captcha-enable] > div[id^="google-captcha-"]
||clk.ink/ads/
gadgets.ndtv.com##.__wdgt_rhs_kpc
||newalbumreleases.siteunblocked.info^$script
indiabet.com##.bs-callout-ad
||sexei.net^$domain=xup.in
/\/wp-content\/uploads\/.*(trustbadge[0-9]?writingtool|animatedpoof).*\.(png|gif)/$domain=edumanias.com
tfwiki.net###p-ads
||toyhax.com/TFwiki/banner.html
dailystar.co.uk,abcnews.go.com,manchestereveningnews.co.uk,euronews.com,wgrz.com,newatlas.com,plymouthherald.co.uk,chroniclelive.co.uk,hulldailymail.co.uk,thesportbible.com,foreignpolicy.com##.taboola
phoenixnap.com,freexcafe.com,worldfree4u-lol.online,majorgeeks.com,wetpussygames.com,hentairules.net,technicaljayendra.com,lubedfan.com,xtremetop100.com##img[width="160"][height="600"]
privado.com##.sponsored-mainline
picbaron.com,imgbaron.com##a[href^="https://sexymeets.club/"]
picbaron.com,imgbaron.com##a[href="https://forum.picbaron.com"] > img
pixiv.net##iframe[src^="https://pixon.ads-pixiv.net/"]
lookcam.it,lookcam.fr,lookcam.ru,lookcam.com,lookcam.pl##.prefix-adlabel
donghuaworld.com,luciferdonghua.in,animekhor.xyz###overplay
wjunction.com##a[href="http://katfile.com/make-money.html"]
wjunction.com##.message--post + div[style="margin: 30px; text-align: center;"] > a[href][target] > img
teamos-hkrg.com##.sponsors__lead
||imgur.com/q04jCOV.gif$domain=wjunction.com
||saradahentai.com/sparkling-band-$script
sourceforge.net,freepik.com##div[data-id^="div-gpt-ad-"]
vaughn.live##.MvnAbvsLowerThirdWrapper
cointelegraph.com##a[href^="javascript:void(0);"][data-link] img
usaudiomart.com##.featad
boldsky.com##.cmscontent-top
boldsky.com##.content_right > div[style^="min-height:"][style*="250px;"][style*="-bottom: 10px;"]
boldsky.com###nanoWdOut
boldsky.com##.sixtysec-rightblock
boldsky.com###lightbox-popup-ad
telugu.boldsky.com##.right-panel > div.gap10 > div[style="min-height:250px;"]
gizguide.com##a[href^="spr.ly/"][target^="_blank"]
gizguide.com##a[href^="http://bit.ly/"][target^="_blank"]
gizguide.com###fixedbox
rachidscience.com,gizguide.com###HTML7
mediafire.com##.DLExtraInfo-downloadApp
rankedboost.com##.InsertTitle-Updated
rankedboost.com##.ArticleTopInsert-Updated
my.yahoo.com##li[id^="ad-"]
youngpornvideos.com##.adnSpot2
cartoonpornvideos.com,youngpornvideos.com##.ads-mobile
letsupload.org###addsButtonNew
||tsumino.com/Content/pop.js
pornmate.com,tubesweet.com,gifporntube.com##.video-aside
tubesweet.com,gifporntube.com,pornjk.com##.bottom-blocks
cdnfinder.xyz###poster
javfree.sh##footer div[style^="height: 250px"]
||hentaicloud.com/templates/frontend/dark-blue/js/backdrop.js
anysex.com##.no_pop > iframe
anysex.com##.content > div.center
anysex.com##.naf_dd
||anysex.com/712iofah42wy.jx
operanewsapp.com###detail-bottom-ad
||streamporn.pw/adult/wp-content/themes/PsyPlay/billo.
||ukfucking.com/fr.js
||ukfucking.com/v.js
||media.complex.com/common/cmnUNT.js
||media.complex.com/common/cmnUNTmobile.js
ukfucking.com##.im-show
news18.com##.article-mad
wordcounter.icu##.interstitial-page > nav#mainNav ~ iframe
livelaw.in##div[data-category="banner_ad"]
2ix2.com##div[class^="bireklamsu"]
autotrader.co.uk##.gpt-billboard
mystorbox.de,mydrive.ch###sidebar > div.softronics
||imhentai.com/js/acrfqesqit.php
longfiles.com##p > a[href*="/vip.php"][rel="nofollow"] > img
sbanime.com,telorku.xyz,tojav.net,cdnfinder.xyz,player.tubeqd.tv,javqd.me,javtc.*,findercdn.me,javqd.tv,javmec.*,media.cloudcdnvideo.com,maxcdn.cloud,javqd.com,javdoe.com###preroll
javpro.cc,javtc.*,javmec.*,tubeqd.tv##div[style^="height: 250px;overflow: hidden;"]
indiatoday.in##.inline-story-add
||webnovelonline.com/static/media/banner_
collectionofbestporn.com###lower-ads
porn00.org##.headline > a[rel="nofollow"]
yenicag.az,fcjav.com,plan-home.com,netfapx.com##div[class^="ads-"]
techspot.com##div[class^="billboard_placeholder_"]
techspot.com##div[data-ns="rectangle"]
porn300.com##[class^="aan_fake"]
mirrorace.*##.vpn-download
||ytboob.com/long-limit-$script
||impactserving.com/preroll.engine$xmlhttprequest,redirect=nooptext
||twinrdsrv.com/preroll.engine$xmlhttprequest,redirect=nooptext
3dmodelshare.org##.post > div.single-box
3dmodelshare.org##.homeadv > span
3dmodelshare.org##.widget_anthemes_300px
ad-doge.com###ctl00_PageMainContent_balancesChartDiv12
||ad-doge.com/Images/b_ads/
||shrinkme.io/js/full-page-script.js
indiatimes.com##.vidad
gocomics.com##.gc-deck--is-ad
||youtube-video.download/bn.php
||livingtraditionally.com/wp-content/uploads/*/line2.jpg
shrinkme.org,shrinkme.info,shrinke.me,unishort.com##.expop
movies07.co##.sidebar > ul > #custom_html-3
timesofindia.indiatimes.com##div[style="min-height:250px; display:block!important"]
autoevolution.com##.ad_adc
autoevolution.com###swipebox-right::before
autoevolution.com###swipebox-top::before
||vladan.fr/wp-content/*/plugins/wpsite-background-takeover*/js/wpsite_clickable-*.js
||vladan.fr/images/blank3.gif
vladan.fr##.widget-wrap > div.textwidget > table[width="270"]
gmanga.me##body > .center > div[class][data-zone][style]
gaypornmasters.com###UnderplayerP
gaydelicious.com,gaypornmasters.com##a[href^="https://popcash.net/"]
edclub.com,typingclub.com##div[id^="adslot_"]
file-upload.net##.mod_picture > div[style="font-size:11px;color:#a3a3a3;float:right;"]
||gobrowse.net/glx_*.js
||lnfcdn.getsurl.com/js/was2.js
linkvertise.com##.msn-newsfeed
abbaspc.net##.entry-content center > button
netflav.com##.ads_video_overlay_mobile
aternos.org##.header-ad
barstoolsports.com##.freestarAd__container
@@||eteknix.com^$generichide,badfilter
eteknix.com##article > h1 + hr
eteknix.com##div[id^="div-gpt-ad"] + hr
||svr.lnk.news/click.php$popup
||cdn.kaotic.com/thumbs^$domain=crazyshit.com
tricksplit.io##._3BMpPnQaZ5MP5I-53RsBtc
tricksplit.io##._1nc49dfhfhsYbvUzZhVOfm
sofascore.com##.ad-unit__text
jigidi.com##.au-base
||xfaucet.xyz/*.php$third-party
||b4f.site^$third-party
||longfiles.com/images/468.png
einthusan.tv###load-status-screen
engadget.com##div[data-component="GeminiAdItem"]
/newser.com\/[a-zA-Z]{5,}\/[a-zA-Z]{3,}\/[a-zA-Z]{5,}.js/$domain=newser.com
fapality.com,felizporno.com##.fluid_html_on_pause.fluid-b-container
hentaidude.com,verpeliculasporno.gratis###videoOverAd
izismile.com##div[style="margin-top:70px"] > center
izismile.com##.banners_btw_pics
izismile.com##div[style="text-align: center; margin-bottom:30px;"] > center
izismile.com###banner_code_rotator
izismile.com##.js-banner-top
bloggif.com###home > div[style*="width:370px;"][style*="height:280px;"]
||pornone.com/images/pornone.xml
proboards.com##iframe[id^="ad-desktop-bottom"]
yofreesamples.com##.com-ad
chronicle.com##.GoogleDfpAd-container
moomoo.io##div[style^="width:728px;"][style*="margin-top:10px;"]
redtube.com,redtube.net##.videos_grid > li:not([class*="js_thumbContainer"]):not([class*="_"])
pornhd.com##.video-list-corner-ad
cbc.ca##.ad-risingstar-container
bonusbitcoin.co##div[style="text-align:center;margin-bottom:10px;height:300px"]
hidden247.com##.oglSvePoc
digitalcitizen.life##.block--amp-ad
bloggif.com,lolalytics.com,migraine.com,technobuffalo.com,bloomberg.com,moviefone.com,gamerconfig.eu###leaderboard
lyngsat.com##tr[valign="baseline"]
babesource.com##.addthis
babesource.com##.corner-ad
babesource.com##.gallery-content > .sidebar
bigtitsxxxsex.com##.bnrba
diffnow.com###root > div[style="margin: 20px 72px;"] > div[style^="position: relative; display: flex; margin-top: 20px; margin-bottom: 20px; justify-content: center; align-items: center; border:"][style$="height: 100px; overflow: hidden;"]
distrowatch.com##td[style="width: 19%; vertical-align: top; border: none"] > table[class="News"]+br+table[width="100%"]
filehorse.com##.dx-sb-1
foxgay.com##body > .pb_footer
zzztube.com,videoporn.tube,pornogram.tv,icegay.tv,24porn.com,gayporno.fm,gaymaletube.name,gayporn.fm,gaysuperman.com##.b-uvb-spot
gaytiger.com##.content-inner-col > .aside-itempage-col
gottabemobile.com##div[class^="code-block code-block-"][style]:not([class$="code-block code-block-16 ai-desktop-tablet"])
heroesfire.com,vaingloryfire.com##.sidebar-feature.add.box
hidden247.com##.oglSve
lyngsat.com##a[href="http://www.lyngsat.com/advert.html"]
m.empflix.com##.bannerBlock
m.smutty.com##.ui-content .center[style*="margin-"]:not([id])
verygayboys.com,me-gay.com,gaysuperman.com##.b-mobile-random-links
zzztube.com,me-gay.com,gaysuperman.com##.mobile-random
modelsxxxtube.com##div[class^="adx-"]
movies.ndtv.com##.ndmv-ad-wrapper
ndtv.com###ad100
off-soft.net##.right_sidebar > .adsbygoogle
slipstick.com##.entry-content > div[style^="width:100%;padding: 10px 10%;height:100px;"]
smitefire.com##.self-clear div.caroufredsel_wrapper
vivud.com##.closeContainer
wildgay.com###main > table td[width="520"] + td[bgcolor="#191919"]
youjizz.com###desktopFooterPr
fakemail.net##div[style^="height:120px;"] > .donate
fakemail.net##div.noPadding[style="height:200px !important;"]
youjizz.com##.top_pr
zoomgirls.net##.side-header2
grabon.in##.promo-banner
xlecx.org##iframe[src^="https://promo-bc.com/"]
||erofus.com/loader
||erofus.com/*/loader.js
||multporn.net/*.php$script
||service.hotstar.com^*/preroll
||service.hotstar.com^*/midroll
arcadepunks.com##a[href^="https://www.arcadepunks.com/go/grs-foot-"]
arcadepunks.com##a[href="https://www.arcadepunks.com/go/arcade_systems_skyscraper/"]
macupdate.com##.mu_app_additional_ad
northern-scot.co.uk###TaboolaMain
northern-scot.co.uk##.TaboolaSide
northern-scot.co.uk##div[class="DMPU"]
||hentaifox.com/js/*.php
icutlink.com##form[method="post"] > br
jasonsavard.com##.localAd
||goaloo.*/mn/*.gif
kisscartoon.info###bar-player > div.countdown
kisscartoon.info##.offads
ethereumprice.org##.partner-highlight
tunebat.com##div[id^="nm-sticky-container"]
tunebat.com##.ad-container-box
dailymail.co.uk##.connatix-placeholder
thingiverse.com##div[class^="AdBlockDetect"]
autonews.com##.ad-entity-container
coolefriend.com##.footer-promo
||flvto.biz/get-rtb-url
||flv2mp3.by/get-rtb-url
politico.com##.gallery-carousel-ad
flvto.biz,flv2mp3.by##.push-offer
gotoquiz.com##.chespin
imtranslator.net###divalert + table > tbody > tr > td[colspan="9"][align][height][valign="bottom"]
sportschatplace.com##.post-right > div[class="post-excerpt"]
sportschatplace.com##.above-mid-article-ad
pinkvilla.com##.nodeteaserads
pinkvilla.com##.ROS-TOP
pinkvilla.com###mobSecondArt
pinkvilla.com###mobThirdArt
pinkvilla.com###twoColAds
pinkvilla.com##li[id^="sideBarAd"]
pinkvilla.com##div[id^="gptTag"]
stackshare.io##div[data-testid="Squib"] > a[rel="nofollow"] img
pkmods.com###leader-wrapper
autofaucet.dutchycorp.space##.hide-on-med-and-down > div[style="text-align:center"] > a[onmousedown^="$(this).attr('href',"]
canyoublockit.com##a[href^="https://www.amazon.com/gp/"]
canyoublockit.com##a[href="ad.com"]
canyoublockit.com##iframe[src^="//ds88pc0kw6cvc.cloudfront.net/"]
||va.media.tumblr.com/internal/*/tumblr_sponsored_day.mp4
miniwebtool.com##div[id^="div_"][align="center"]
||milfzr.com/banner.gif
||milfzr.com/pu.js
rat.xxx##iframe[id^="native_code_"]
jizzbunker2.com,jizzbunker.net##.panel-rklcontent-wide
jizzbunker2.com,jizzbunker.net##.panel-body > div[data-zone]
rawdevart.com##.text-center > .d-inline-block.my-3
yahoo.com##[data-wf-image-beacons][data-wf-beacons*="beap.gemini.yahoo.com"]
porntrex.com##div[style="border:1px solid #ccc;text-align: center;margin-top: 10px;padding:5px"]
||theinnews.com/wp-content/plugins/progressads/
||support.brighteon.com/Javascripts/BrighteonWBA.js
redmanga.org,mangatoo.com,mangatone.com,manga-tx.com,toonily.net,reaperscans.com,mangaread.org##.c-top-second-sidebar
opensubtitles.org##.LSERefer
livenewschat.eu###secondary > aside[id^="custom_html-"]
golfroyale.io###adFooterContainer
imore.com##p > a[href^="/e?link="][href*="offer"][target="_blank"].norewrite > img
imore.com##p > a[href^="/e?link="][href*="offer"][target="_blank"].norewrite + span[style^="text-align: center; padding: 2px; display"]
thepostmillennial.com##.commercial
darkleia.com,getcomics.info##.advanced_floating_content
danishfamilysearch.com##div[id^="ContentPlaceHolder1_div_annonce"]
goodporn.to,tabooporn.tv,camwhoresbay.*,femdomtb.com,zeenite.com,wankyjob.com,amateurporn.me,anon-v.com,javwhores.com,javbangers.com,porntrex.com,pornfapr.com,freepornvideo.sex##.opt
simpleflying.com##div[class*="-display-ad-"]
sciotocountydailynews.com##.content-inner > p > a[href][target="_blank"] > img
cyprusjobcentre.com##div[style="margin-top:30px;min-height:500px;"]
codecs.forumotion.net###main-content > div[style^="position:relative;height:90px; min-width: 728px"]:not([class]):not([id])
express.co.uk##.imadc
porngem.com##.wrapper > div[style="text-align: right;"] > small.text-gray
||javtsunami.com/divine-glade-$script
||javtsunami.com/steep-heart-$script
chemz.io##.menu_ad1Box
||cloudrls.com/asset/barr.js
uiporn.com##.text-gray
hog.*##.player__side
hog.*##.related-view > div.title--sm
hog.*##.content__info--vis
||widgets.future-fie.co.uk^$domain=t3.com|bikeperfect.com|cyclingnews.com|tomsguide.com|whattowatch.com
digitalcameraworld.com,t3.com,bikeperfect.com,cyclingnews.com,tomsguide.com,whattowatch.com##.hawk-placeholder
pcgamer.com,itproportal.com,laptopmag.com,windowscentral.com,tomsguide.com,tomshardware.com,digitalcameraworld.com##body > div[style^="position: fixed;"][style*="z-index: 999"][style*="pointer-events:"]:not([class]):not([id])
||rule34.us/ad.html
||img.rule34.us/images/gelbooru.mp4
giga-down.com##div[style^="width:336px; height:280px"]
giga-down.com##a[href^="https://www.google.com/url?"]
||1bitspace.github.io/wgaming/es/rectangle-medium/v2.html
1bit.space##.modal__overlay
1bit.space##.bnsLayers
1bitspace.com##.column > div[style^="min-height: 80vh;"] > div[style^="min-height: 72%;"] > div:nth-child(1)
1bitspace.com##.column > div[style^="min-height: 80vh;"] > div[style^="min-height: 72%;"] > div:nth-child(2)
shootz.io###respawnDiv > center > div > div[style="width:336; height: 280; background-color: #000; display: inline-block"]
shootz.io###readyDiv #col1 > div[style^="width:300; height: 330;"] > div[style="width:300; height: 250; background-color: #000"]
germs.io##div[id^="money-"]
voxar.io###gas-home-rect
superhex.io##div[id][style="width:300px;height:250px;"]
spacegolf.io###ad-menu
hometheaterforum.com,orbz.io##div[style="width: 300px; height: 600px;"]
astroe.io##.wideAdPanel
piaf.io###midBotPanel
spaceblast.io,bombarena.io##div[id^="adArea"]
striketactics.net###unit_a_cont
fast-down.com,filedown.org,speed-down.org##div[style="width:336px; height:280px; background-color:#ffffff; text-align:center"]
down.fast-down.com##.download-option-btn ~ .download-option-btn
down.fast-down.com##.download-option-btn + center
down.fast-down.com##div[data-ad]
down.fast-down.com##a.create[href*="download"][href*=".html"]
filedown.org,speed-down.org##center > div[style="width:336px; height:280px"]
speed-down.org##a[href^="https://speed-down.org/download"]
speed-down.org##.captcha > .download-option-btn > .btn-success:not(.downloadbtn):not([style])
raaaaft.io##.dialog-ad-container
kugeln.io##.extAdBox
tacticscore.io###adsense_home
battlestick.net##a[href="http://battlestick2.net"] + p.text-muted
haxpc.net##form[action^="//ziphost.online/"]
bumper-io.com,trapz.io###bannerSpr
bumper-io.com,trapz.io###bannerOverLeftSpr
na-2.gunwars.io,na.gunwars.io,na.throwz.io##div[style^="width:300;"][style*="height: 250;"]
na-2.gunwars.io,na.gunwars.io,na.throwz.io##div[style^="width:336;"][style*="height: 280;"]
jizzbunker.com##.zx1p
downturk.net##.alert-light
||freepikpsd.com/wp-content/uploads/*site-banner.
||freepikpsd.com/wp-content/uploads/*/banner-
||freepikpsd.com/wp-content/uploads/*/jv_banner_
freepikpsd.com##.sf-sidebar-wrapper
||ujav.me/asset/barr.js
fishz.io,blastz.io###rightDiv > div[style^="width:300; height:250; background-color:#"]
msn.com##a[href^="https://afflnk.microsoft.com/"]:not([href*="u=https://www.microsoft.com"])
pimpandhost.com##.aablock
||highporn.net/js/aapp.js
highporn.net##.banner-a
highporn.net##a[href^="https://media.r18.com/"]
swordz.io##div[style="width:336; height: 280; background-color: #000; display: inline-block"]
malaysiastock.biz###sideBar > div[class^="RightPanel_Rectangle"]
creatur.io###abr-panels
||download.oxy.st/dd.png
oxy.st##.button-list__container > div.text-left + p
surviv.io###ad-block-right
surviv.io##.ui-stats-ad-container
disqus.com###placement-top
||linkspy.cc/js/fullPageScript.min.js
||naturalnews.com/Javascripts/Jean-Jul.js
naturalnews.com##div[class] > div:not([class]):not([id]) > a[href^="https://www.naturalnews.com/WBA-"][href$=".html"][target="_blank"] > img
up-load.io,megalink.vip###__bgd_link
mensxp.com##ul[class$="-card"] > li:not(.track_ga) > div[class*=" "] > div > a[onclick]
douploads.net##.row > div.text-center > a.btn-block + center
trueachievements.com##.ad-wrap
tombr.io###rightDiv > div[style="width:300; height:250; background-color:#222; display:inline-block"]
sharkz.io##.frontPageAdvertisementHeader
lubedfan.com##.maxbutton-tour
repuls.io###monetization
leaklinks.com,yourbittorrent2.com##iframe[src^="//a.adtng.com/"]
yourbittorrent2.com##.card-footer a.extneed[href] > picture
yourbittorrent2.com##.container > .table-responsive > .torrent-list
witz.io###moneyMakerHolder
||cdn.vrsumo.com/js/moartraffic.js
vrsumo.com##.sponsore-col
defly.io###curse-promo
defly.io###respawn-promo
fapsrc.com##.baninsidevideo
flyflv.com##.container > br + div.messages
otakuwire.com##.td-header-wrap > .td-banner-wrap-full
kbb.com###kbbAdsMedRecShowcase
kbb.com###kbbAdsStm
kbb.com###kbbAdsMedRec2
kbb.com##div#kbbAdsMedRec
kbb.com###kbbAdsFct
||cdnu.porndoe.com/static/pop/slide-in/*.mp4
relmz.io###relmz-io_728x90
relmz.io###relmz-io_300x250
gallons.io###a-left
gallons.io###a-bottom
doubledodgers.com,nuggetroyale.io##.mainMenuAdBox
nuggetroyale.io##.gameOverBannerAd
deadwalk.io##.main-menu-overlay > div[class="main-menu main-menu-bottom"]:empty
sciencealert.com##.article-fulltext > div[style="margin:20px 0;height:250px;text-align:center;"]
kize.io##.ad.left
kize.io##.ad_end_main
checkpagerank.net##div[style="text-align:center;"] > table[style="text-align:center; display:inline-block;"] > tbody
pngegg.com##.list_ads
collinsdictionary.com##.mpuslot_b-container
collinsdictionary.com##.btmslot_a-container
fightz.io###menuDiv > center > table[style="margin-top: 20"] > tbody > tr > td[valign="top"] > div[style^="width:300; height: 250;"]
steamworkshopdownloader.io##.alert-secondary
file-upload.com##span#countdown + div[id^="ads_container_"]
forbes.com##body fbs-ad:not(#style_important)
swordz.io##div[style="width:300; height: 250; background-color: #000"]
disasterscans.com##div[id^="media_image-"].no-icon.heading-style-1
shiachat.com##body > div#ipsLayout_header + center
||shiachat.com/forum/uploads/monthly_*/shiamatch.gif.*.gif
||shiachat.com/forum/uploads/monthly_*/*_alaligemsa.gif.*.gif
foes.io###adParent
agma.io###advertDialog1
agma.io###adWrapper300x250
astr.io###a4g
hentaihere.com##.js-adzone
hentai2read.com##.js-rotating[data-type="leaderboard-index"]
||hentaicdn.com/cdn/v*.assets/js/ARFnet.*.js
mngdoom.com##.center-block.advf
mngdoom.com,mangainn.net##.chapter-top-ads
mangainn.net##.chapter-bottom-ads
simplebits.io,manganelo.com##iframe[src^="/ads/"]
manganelo.com##.body-site > div[style="width: 100%;overflow: hidden;text-align: center;"] > div[style*="overflow: hidden; text-align: center; margin:"]
czechcasting.com##.recommended-projects
||revive.ntl.cloud/XCz2mn9RkP8TvCeR.js
limetor.com##a[href^="https://affiliate.rusvpn.com/"]
youtube-nocookie.com##.ytp-ad-progress-list
mangaraw.org,theync.com,senmanga.com##.banner-block
nbk.io,senpa.io###ad-slot-center-panel
nbk.io,senpa.io##div[class^="advertisement-informer"]
vanis.io###player-data > div[style="text-align: center; height: 286px;"]
larvelfaucet.com##.close-ad
larvelfaucet.com###bottomRightFloatingAd
linksly.co##div[aria-label="Close Ads"]
studysite.org##.diviad
studysite.org###rightindex
wcax.com,kxii.com,kwtx.com,alaskasnewssource.com,ky3.com##body .arc-ad
htn.co.uk,game-2u.com,ps4pkg.com,filerio.in,piratedhub.com,torrentdownloads.me,glitched.online##a[href^="https://bit.ly/"] > img
glitched.online##.elementor-widget-sidebar > .elementor-widget-container > #text-7
glitched.online##.elementor-widget-sidebar > .elementor-widget-container > #text-8
glitched.online##.elementor-widget-sidebar > .elementor-widget-container > #text-9
glitched.online##.elementor-widget-sidebar > .elementor-widget-container > #media_image-6
windowcleaningforums.co.uk###ipsLayout_footer a[href][rel="nofollow noopener"] > img
windowcleaningforums.co.uk###elPostFeed .ipsSpacer_half a[href][target="_blank"][rel="nofollow noopener"] > img
||windowcleaningforums.co.uk/myimages/hereside.png
22pixx.xyz###overlayera
filehippo.com##.video-player
pocketgamer.com##.item
igeekphone.com##.theiaStickySidebar > ul > .igeek-widget
igeekphone.com##.row > .col-8.main-content > div:not([class]):not([id]) > a[href] > img.no-display
webmd.com##.responsive-sharethrough-wrapper
zinmanhwa.com,mangatoo.com,manganilo.com,nartag.com,foxaholic.com,manganelo.link,disasterscans.com,webtoon.xyz,manhuas.net,mangarocky.com##.body-wrap > .c-top-sidebar
foxaholic.com,manhwatop.com,webtoon.xyz,manhuas.net,mangarocky.com##.body-wrap > .c-bottom-sidebar
merriam-webster.com##.mw-right-ad-slot
1001tracklists.com##.intAdX
greasyfork.org##.ad-entry
sythe.org##div[style="width: 100%; display: block; text-align: center;"] > a
||i.imgur.com/DKoVO5Z.mp4$domain=sythe.org
mumbailive.com##.ml-google-ad
veryfiles.com##.creation-container > a[href][target="_blank"].btn-success
2conv.com,flvto.biz,flv2mp3.by##.horizontal-ads
2conv.com,flvto.biz,flv2mp3.by##.square-ads
||2conv.com/get-rtb-url$xmlhttprequest,redirect=nooptext
||themarketherald.com.au/*/hc-thread-tmh-video-posts-widget.php?r=$domain=hotcopper.com.au
hotcopper.com.au##.tmh-thread-widget
hotcopper.com.au##.row-billboard
wbay.com##.arc-ad
||gray-wbay-prod.cdn.arcpublishing.com/pf/resources/js/ads/arcads.js
||canncentral.com/wp-content/themes/canncentral/assets/js/arcads.js
medindia.net,addictivetips.com##.adslabel
addictivetips.com##div[class^="reim"]
lookmovie.ag##html > iframe[style*="position: fixed !important; display: block !important; z-index:"][style*="right:"]:not([src])
||cryptomininggame.com/uploads/partner/images/
vinstartheme.com,pngitem.com,clipartkey.com##.adhtml
clipartkey.com##.adtextshow
downloadhub.host##a[target="_blank"] > img[width="300"][height="300"]
/uploads/banners/*$domain=goalnepal.com|walletinvestor.com
subdl.com##a[href^="https://subdl.com/ads.php"]
modd.io##.ads-card-block
||d24rtvkqjwgutp.cloudfront.net/srv/advisibility_trendsales.js
amazingribs.com###main-body-wedge
amazingribs.com##div[class*="ad-space-"]
linuxandubuntu.com##.YouTubePopUp-Wrap
||linuxandubuntu.com/wp-content/uploads/*/MassiveGRID-Banner.jpg
tvweb.com##.ad-leaderboard-wrap
chinapost-track.com##.tracking-pro-container
copter.io##div[id^="respawn-promo"]
gota.io###main-rb
gota.io##.main-rb-title
exactaudiocopy.de##div[align="center"] > h6
||iseekgirls.com/*/rotate.php
iseekgirls.com##.fv-cva-time
iseekgirls.com##.elementor-widget-container > div[style^="text-align:center;float:right;"]
iseekgirls.com##a[href^="https://www.iseekgirls.com/af/"]
boardgamegeek.com##.global-body-ad
/wp-content/plugins/script-manager/assets/js/script-manager.js$domain=hentaihaven.xxx|watchhentai.xxx
faucetcrypto.com##iframe[src^="https://www.faucetcrypto.com/ads/"]
onlineradiobox.com##.alert--puzzlegarage
||singaporemotherhood.com/redirad/script.js
geeksforgeeks.org##div[id^="AP_"]
||fc.lc/dwn.html
filsh.net##div[id^="sovendus-container-"]
miniwebtool.com###videoad
miniwebtool.com##div[id$="banner"]
toucharcade.com##div[style="width:300px; height:150px;"]
dictionary.cambridge.org,ldoceonline.com##.topslot-container
distrowatch.com##td[style="width: 60%; vertical-align: top; border: none"] > table > tbody > tr > td[style="width: 100%; border: 0; margin: 0; padding: 0; vertical-align: top; overflow: hidden"]
||pornbimbo.com/player/html.php?aid=*&referer=*&rnd=
||vidia.tv/lockerdss.js
ymp4.download###results a[href][target="__blank"]
duckduckgo.com##.module--carousel-products
||prprocess.com/goal.js.php
||wp.com/banners.$domain=nudepicturearchive.com
||shrtfly.com/js/full-page-script.js
||savelink.site/vast-im.js
timelessleaf.com##.sidebar > #custom_html-21
timelessleaf.com##.sidebar > #custom_html-23
timelessleaf.com##.sidebar > #custom_html-24
primagames.com##div[style="margin-bottom:10px;"] > a[href^="https://"] > img
||primagames.com/localstatic/images/promos/raid-shadow-legends-2020-v3-300x250px.jpg
mypussydischarge.com##iframe[src^="https://chaturbate.com/affiliates/"]
medindia.net##.ads-advlabel
shesfreaky.com,erome.com##.adn-posty__top
||ytbvast.xyz/*/finder.js
||youtnbe.xyz/asset/bull.js
camwhoresbay.com##.related-videos ~ div[class^="visible-"][style="border:1px solid #ccc;text-align: center;margin-top: 10px;padding:5px"] > center
mshares.co##.download.file-info > div[style="margin-top : 20px; margin-bottom : 20px; "]
alternativeto.net##li.sponsored
tradingreview.net###sidebar > .widget > a[rel*="nofollow"][target="_blank"] > img
thetrendspotter.net##div[class^="thetr-adsense-"]
||cdn.jwplayer.com/players/*.js$domain=imfdb.org
imfdb.org###bodyContent > div#column-google + div[style][itemscope]
strikeout.nu##.text-center > button[data-open="_blank"]
psychcentral.com,healthline.com##hl-adsense
forums.flyer.co.uk##.custom_html-2
dohomemadeporn.com###ghslz
||dohomemadeporn.com/js/ghslz.js
||ustreamy.co/uploads/banners/freedownloadae-banner.webp
||ustreamy.co/uploads/banners/your-banner-here-middle.webp
oemdtc.com##.clickable-background
oemdtc.com###sidebar > .ai_widget > .code-block > a[href][target="_blank"] > img
||cdn.flowdee.de/aawp/assets/aawp-banner-en-300x250.jpg$domain=oemdtc.com
videocelebs.net##.midle_div > div[style^="height:"][style*="position: relative;"]
rogerebert.com##.page-content--ad-block
||aetherhub.b-cdn.net/images/zones/
||player.twitch.tv^$domain=aetherhub.com
aetherhub.com###SponsoredStream
||projectagoralibs.com^$domain=samapro.me
||abcvideo.cc/player*/vast.js
rahim-soft.com##.sidebar > #text-7
linux-magazine.com###Skyscraper
owllink.net##p > a[href][target="_blank"]
short.cliquebook.net##a[href="https://www.eonads.com"]
||nudepatch.net/gamergirlshow.js
xxxxtube-porn.com##.aff-content-col
||xxxxtube-porn.com/helper/tos.js
cyberciti.biz##.entry-content > center > div[style="border: 1px solid #e9ecef; border-radius: 3px; padding: 3px; color: #999999;"]
||souqsky.net/glx_*.js
porndictator.com,pornomovies.com,mypornsniffer.com,gaysearch.com,feetporno.com,freehardcore.com,deviants.com##.twocolumns > div.aside
themoviesflix.co##.thecontent > center > div[style^="width:300px;height:250px;"]
themoviesflix.co##div[style^="width: 320px; height: 100px;"]
themoviesflix.co##div[style^="width:320px;height:100px;"]
themoviesflix.co###sidebar > div[id^="custom_html-"]
||vip-hd-movies.xyz^
news.sky.com##div[data-ad-format="leaderboard"]
purexbox.com##.insert
purexbox.com##.article-recommendations
newsnow.co.uk##.js-ad-frame
pornone.com##.overheaderbanner
downloadhub.fans##.code-block > a[href][target="_blank"] > img
enewspaper.sandiegouniontribune.com##div[id^="ext-readerbannerad-"]
thepctribe.com##button[class="button-red user"][data-user]
windowsactivationkey.com##center > div[style] > img.user
leechall.com##.digiseller-buy-standalone
indianexpress.com##.o-taboola-homepage
||boxcracked.com/wp-content/uploads/*/boxcracked.png
flsaudio.com,freshstuff4u.info##.sidebar > .widget_list_mag_wp_300px
nikonrumors.com##.xoxo > li[id^="custom_html-"]
nikonrumors.com###index-top > ul.xoxo
||nikonrumors.com/wp-content/uploads/2020/05/CaptureOne-Nikon-banner.jpg
acn.vin,pnd.*##.swal2-container
tipsforce.com##div[id^="wmg-vb-"][style^="width: 300px; height: 250px;"]
primewire.li##a[href^="/links/sponsored/"]
bittorrent.com,whatismybrowser.com,primewire.li##a[href^="https://go.nordvpn.net/aff_c?"]
streamkora.com###footerStickyBox
interpals.net##div[style^="float: right;"][style*="min-height: 600px;"]
cointelegraph.com##.bnrs-list
filecr.com##.filec-widget
sammobile.com###closeAd
pstream.net##.yet-another-overlay
lewat.club,sekilastekno.com,miuiku.com##div[style="text-align: center;"] > a[href] > img
coolors.co##.carbon-cad
||short.pe/js/full-page-script.js
imgur.com##.post-banner
simpleflying.com##.simpl-adlabel
nightfallnews.com##.bottom_sticky_banner_container
||cdn.coingape.com/wp-content/uploads/2020/05/21173509/Br-min.jpg
coingape.com##.coing-before-last-2-paragraph
coingape.com##.coing-after-3rd-paragraph
coingape.com##.partner-container
timeanddate.com##.tool__skyadvert
||35.232.188.118^$domain=35.232.188.118
wikizero.com##.ads_btns
wikizero.com###btns_adz
slickdeals.net##.searchWrapper #afscontainer
elitepvpers.com##.page > div[style="padding:0px 10px 0px 10px"] > a[href][target="_blank"] > img
omg.blog##.ad-tag + p[align="center"]
||xxxparodyhd.net/wp-content/themes/PsyPlay/billo.
businessinsider.in##.ad-brdr-top
unicode-table.com##.content-inside-banner
unicode-table.com##.main__top-updated-ad
nairaland.com##.vertipics
||nairaland.com/vertipics/
/common/boxes/*$domain=babupc.com
||pbcdn1.podbean.com/fs1/site/images/spo/miiduu.gif
cardgames.io##.don-draper > label
stileproject.com##.btn-sponsored
thehackernews.com##.ad_two
beermoneyforum.com##.p-body > div.p-body-inner ~a[class="samItem samBackgroundItem"][rel="nofollow"]
||cdn.nsimg.net/cache/landing/*.xml
||mycrazygifts.com/static/ads?$domain=animeshow.tv
kimcartoon.to###subcontent > div[style="margin: 0px auto; text-align: center; overflow: hidden;"]
maturesex.fun,teenpornvideo.fun,xteensex.net,oosex.net,theteensexy.com,nakedteens.fun###spot-holder
||nakedteens.fun/*/quwet.js
||nakedteens.fun/*/*.php$script
xxxrapid.com##.video-actions-content
cleverst.com##.ad2
metasrc.com##div#side-video
start.me##.widget-page__ads
sxyprn.net###yps_player_vpaid
yadi.sk##.direct-public
hawkbets.com##.app__page-body > a[href][target="_blank"][rel="nofollow"]
hawkbets.com##.app__right-sidebar > a[href][target="_blank"][rel="nofollow"]
||hawkbets.com/images/info_large_en.gif
||hawkbets.com/images/info_medium_en.png
dhakatribune.com##.advertisement-image
teamos-hkrg.com##.p-body-sidebar > center > a[href] > img
teamos-hkrg.com##.p-body-inner > center > div > a[href][target="_blank"] > img
tutorialspark.com###toprect
||kshow123.net/vast.js
||kshow123.net/theme/js/test_2.js
/script/compatibility.js$domain=kropic.com
||pornhat.com/nbb/*.php
||douploads.net/sw_newone.js
streamsport.pro###layer1
apk.support##.googleadv
||torrentproject.cc/1.js
||torrentproject.cc/r/?md5=$subdocument
||gaobook.review/asset/sostress.js
||mylink.vc/nordcode.php
mylink.vc##iframe[src^="/nordcode.php?id="]
motorcyclenews.com##.sticky-leaderboard-ad-container
citethisforme.com##.ads_top_middle
thecellguide.com##.thece-in-content-ad
lnk.parts##.display-link-layer > .display-300x250
az511.gov##.adsContainerTop
daijiworld.com##.hpRightAdvt
daijiworld.com##.hpRightAdvtSocialCom
daijiworld.com##.paddingRight0px > a[onclick^="recordOutboundLink("] > img
daijiworld.com##.navbar-static-top a[onclick^="recordOutboundLink("] > img
daijiworld.com##.row > div[class="col-md-4 padding3px"] a[onclick^="recordOutboundLink("] > img
sitepoint.com##div[class^="styledHeader__TopBanner-"]
gamelab.com,play.dictionary.com##div[class^="DisplayAd__container_"]
cambay.tv##.fp-logo
kolombox.com###dlbtn_big
||kolombox.com/images/downicon.png
stylecaster.com##.wrapper-header-ad-slot
stylecaster.com##.sc-ad-article-middle-wrapper
mediafire.com##.errorExtraContent > a[href][target] > img
fossbytes.com##a[href^="https://www.linkev.com/order?a_fid="][target="_blank"] > img
tomsguide.com##.hawk-widget[data-model-name]
paid4.link,womenhaircolors.review,shorthitz.com,afly.us##.box-main > .blog-item
vipbox.lc,watch-serieshd.cc,semawur.com,tamilblasters.unblockit.dev,tinyzonetv.to,ekinomaniak.net,manganelo.link,janusnotes.com,leechall.com,kissmanga.link,disasterscans.com,savesubs.com,mkvcinemas.*,mangakik.com,akwam.*,monoschinos.com,soccerstreams.net,bagas31.info,bacakomik.co,mangasee123.com,watchmovies7.com.pk,anitube.biz,ask4movie.co,watchsomuch.org,kisstvshow.to,downloadhub.fans,thewatchcartoononline.tv##iframe[data-glx][style*="z-index"]
bleepingcomputer.com##.cz-sponsorposts
extramovies.*##.ad_btn
denofgeek.com##.ad-dog
cointelegraph.com##.posts-listing__bnr
servedez.com###ad_below_menu_2
servedez.com##.sp_block > a[href="https://nexusbytes.com"] > img
||pop.nexusbytes.com^$domain=servedez.com
||torrentleech.org/images/seedit4me.png
fontyukle.net##.reklam_alani
||deviants.com/dv543/dv.js
horux.cz##.posts-container div[style="float:left; margin-right:10px; width: 300px; height:250px;"]
||cdn.avantisvideo.com^$domain=smokingmeatforums.com
elamigos-games.com##a[href^="https://track.wg-aff.com/"]
techably.com##.sidebar a[href^="https://affiliate.namecheap.com/"]
sciencedaily.com##.mobile-top-rectangle
sciencedaily.com##.mobile-middle-rectangle
sciencedaily.com##.mobile-bottom-rectangle
faucetpay.io##a[href^="https://faucetpay.io/advertise/"][target="_blank"]
kimcartoon.li,kimcartoon.*###ads-top-wrap
kimcartoon.to,filerio.in##div[id^="glx-"][id$="-container"]
interracial.com##.twocolumns > .aside > div[align="center"]
||canyoublockit.com/wp-content/plugins/banner-creator/assets/js/ts-ads.js
canyoublockit.com##a[href^="//mr2cnjuh34jb.com/"]
||mylinksite.com/wp-content/uploads/*/ads.jpg
||cdn.faptitans.com/s*/rc/logo.jpg
blitzadultparty.ru,faptitans.com##.cross-promo-bnr
/cloud_theme/build/js/script.min.php$domain=clik.pw|shurt.pw
||jgthms.com/carbon.js
bulma.io##.intro-carbon
adsrt.org###vastWrapper
animexin.xyz###floatcenter
animexin.xyz##a[title="Advertising AnimeXin"]
animexin.xyz##.kln > a[href][target="_blank"] > img
animexin.xyz##a[href="https://webooindonesia.yukbisnis.com/"]
singamda.net,singamda.asia##a[href^="http://fkrt.it/"]
runmods.com##.sidebar > #HTML6
healthline.com##.css-1p8o5rz
physicsworld.com##.row > div.equalize-sidebar + div[id="secondary"]
flutenotes.ph##.widget-content > div[id^="headline"]
shorterall.com##.row > div[class] > style + div.sticky
dutchycorp.space###boxes > #mask
dutchycorp.space###boxes > #dialog
||kuyhaa-me.com/meongvpn.js
||ad4game-a.akamaihd.net/async-ajs.min.js
myfreemp3.best##a[href="/a"]
win-raid.com##div[style^="text-align:center;"][style*="height:100px"]
myfreemp3.best##a[href="https://myfreemp3.best/a"]
||myfreemp3.best/img/stb.png
bit-url.com##body > nav[id="mainNav"] + div.container > div.row > div[class] > iframe[sandbox][src]
||exe.io/js/full-page-script.js
apartmenttherapy.com,thekitchn.com,cubbyathome.com##.StickyBanner
||pornwhite.com/js/customscript.js
hog.*,sexu.*##.player-block__square
sexu.*##.player-block__line
sexu.*##.player__line
xdlab.ru##.row > .five.columns > div[align="center"] > p[style="text-align:center"]
antdm.forumactif.com###main-content > div[class][style="overflow:visible"] > .inner > div[style="position:relative;height:90px; min-width: 728px px;"]
empressleak.biz###wnb-bar
empressleak.biz###wpfront-notification-bar
boundhub.com##.block-video > div.tabl4e
stileproject.com,pornbimbo.com,faptube.com,amateur8.com,maturetubehere.com,lesbian8.com,sortporn.com,bigtitslust.com,18pussy.porn,pornrabbit.com,love4porn.com,fpo.xxx,keekass.com##.footer-margin
bellesa.co##img[alt="Deeper Pause Ad"]
bellesa.co##div[class*="Notifications__Wrapper-"]
bellesa.co##div[data-label="Sponsor"]
bellesa.co##div[class*="BlastBar__Bar-"]
washingtonpost.com##.ent-ad-container
itv.com##.seek-bar__ad
||adshort.tech/toolfp.js
torlock.com##article > table.table-condensed + div[class] > div.row a.extneed
abc11.com###vembaModule
printedelectronicsnow.com##.globalOverlay
printedelectronicsnow.com###exposeMask
||shemalez.com/assets/jwplayer-*/vast.js
91porn.com##.vjs-preroll
pornhd6k.net##.col-md-4 > div.one_p94 > div.one_p95
famousinternetgirls.com##.video-details ~ div[id^="text-"][class="widget widget_text"]
famousinternetgirls.com##.sidebar > div[id^="text-"][class="widget widget_text"]
sexpositions.club###main-content > aside[id="sidebar"]
up4pc.com##center > button.user
/high-speed-download.png$domain=extramovies.*
imgtorrnt.in##iframe#i_frame
flograppling.com##flo-ad-leaderboard
flograppling.com##flo-ad-rectangle
javraveclub.com,javrave.club##.leader_banner
watchonceuponatimeonline.com###single > div.content + div.sidebar
myfreecourses.com###secondary > aside#custom_html-10
myfreecourses.com###secondary > aside#media_image-3
urlgalleries.net##.gallerybody > center > table + center > table[width="100%"]
urlgalleries.net##iframe[src="/200x90.php"]
l2db.info##body > a[onclick^="captureOutboundLink"][rel="noopener"]
hd-streams.org##span[class="v-tooltip v-tooltip--bottom"] > span > a[onclick^="window.location.href=window.atob"]
wowroms.com###product-header > div.relative + div > a.btnDwn ~ a[target="_blank"]
extramovies.*##div[class^="code-block code-block-"] > a[rel="nofollow"] > img
msn.com##div[data-aop="stripe.deals_stripe"]
/invoke.js$domain=141jav.com|123putlocker.io|94funtv.com|koomanga.com|yifyhdtorrent.org|9anime.city|noveleandofree.com|mcmcryptos.xyz|terabox.fun
uflash.tv##.sidebar > .box
prostylex.org##.wrapper > div[style="text-align:center;font-family:Tahoma;"]:not([class]):not([id])
cumlouder.com##.video-promos > div.box-video + div[class]
cumlouder.com##body > div.related-sites + div[class]
erogarga.com,chinesesexmovie.net,javhdporn.net,blowxtube.com,eyerollorgasm.com###tracking-url
porndroids.com##.video-container > div.wrapper > div.js-player ~ meta[itemprop] + ul[class]
porndroids.com##body > aside > div.wrapper > section.wrapper__related-sites ~ aside[class]
||filerio.in/sw.js
||tontent.powvideo.net^
online-tech-tips.com##.entry-content > div.KonaBody > div.wp-block-image ~ div.code-block
vidsrc.*###pop_asdf
reclaimthenet.org##a[href="https://reclaim.link/brave-mid"]
reclaimthenet.org##.code-block > a[href="https://reclaim.link/brave-mid"] + p[style="text-align: center;"]
mypornhere.com###ex_pop_iframe
adshrink.it###app > div:not([class]):not([id]) > div[style^="width: 100%; height: 100%;"]:not([class]):not([id])
up-4ever.org##center > a[type="button"][onclick]
up-4ever.org##center > a[type="button"][onclick] ~ a[style]
dl.gamecopyworld.com##td[align="center"][style="height:70px;"]
republicworld.com##.honda_container
||tnaflix.com/*.php?*idzone$script
javtiful.com##.main-content div[style^="margin-top: 0.12rem"]
javtiful.com##.jk-money
javtiful.com##.jtmoney-lead-index
javtiful.com##.jtmoney-invideo
javtiful.com##.wrapper > div.container > button[aria-label="Close"]
||javtiful.com/zplay.js
||javtiful.com/jtmoney/jtmoney_front.js
||adulthub.ru/image/ezgif.com
javher.com##.billboardBanner
javher.com###video #sources
javher.com##.affiliate-card-container
javher.com##.videoWrapper > div > div.gg
javher.com##body > .toasted-container
4shared.com##.jsReklBlock
boomlive.in##.advert-panel
/tghr.js$script,redirect=noopjs,domain=biqle.com|chochox.com|verhentai.top
uptodown.com###content_lower_ad
musescore.com##.js-page header[class] > div > section[class^="_"]
javhub.net###ui-block > div.form-group + div.container + div[class]
urlgalleries.net###ifrm
||4allapps.com/wp-content/plugins/installcapital/
tubeoffline.com##table[width="100%"] > tbody > tr[style="text-align:center"] > td > a[target="_blank"] > img
tubeoffline.com##body > div.divContent + br + div[class]
usnews.com##div[class*="placeAds__"]
usnews.com##div[class*="Ad__Container"]
investing.com##.dfpVideo
mangatown.com##div[id^="ad_box_"]
mangamelon.com##.layout > .flex > .v-card > div[style="height:280px;"]:not([class]):not([id])
khmertimeskh.com##.head-wrap > div.col-md-4 > *:not(h1)
khmertimeskh.com##a[target="_blank"][rel="noopener noreferrer"] > img
||khmertimeskh.com/wp-content/uploads/2019/07/Khmer-Times-352x516.gif
letsjerk.to##.vpage_premium_bar
sexvid.*##.video-holder > div.tool_bar
||mangatensei.com/runative.php
||pornerbros.com/churro.js
||autofaucets.org^$domain=rifurl.com
||joysporn.com/js/pj.js
pornhd.com##.inplayer-ad
vegasslotsonline.com###fullscreen .casino-under-game
||asianclub.nl/asset/playerRvn.js
alternativeto.net##.atf2-native-page
freewarefiles.com##div[class$="-gray-ad-txt"]
playvids.com##.block-advert
||freedownloadmanager.org/web/bannerinf.js
androidpolice.com##div[class*="ains-ap2_"] a[class$="_adb"]
teenporno.xxx##.main-menu > ul > li > a[target="_blank"]
||js.wpnsrv.com/pn.php
||teenporno.xxx/ab/
vikiporn.com##.header-area > ul.nav > li > a[rel="nofollow"][target="_blank"]
javbangers.com,camwhoresbay.com##.exclusive-link
javbangers.com,camwhoresbay.com##.navbar-right > li > a[rel="noopener"][onclick]
22pixx.xyz##.resp-container
||fux.com/mojon/mojon.
analteen.pro##.mexu-bns-bl
crazyimg.com###main > div.page > br ~ center
fapdick.net##.fstory > div.scont > div.oblozhka + center
anyporn.com##.primary > .nopop > a[target="_blank"]
||fetish-bb.com/Gfr4jkFh.
||pornwatchers.com/sw.js
pornrabbit.com,pornwatchers.com##.fluid_nonLinear_bottom
||pornwatchers.com/boom/*.html
pornfay.org##a[href="http://pornfay.org/xxx/free-porn-videos.php"]
amateur8.com,lesbian8.com,pornfay.org##.kt-api-btn-start
pornburst.xxx##.promo-gauleporno
pornburst.xxx###footer-iframe
podu.me##.adv-contanier
||podu.me/ads/audio/*.mp3$redirect=noopmp3-0.1s
zazzybabes.com##body > div[id="pbOverlay"] + div[style]
voyeurhit.com##.header > ul.nav > li > a[target="_blank"]
niketalk.com##.p-body-sidebar > div.p-sidebar-inner > div[id^="spacer"]
earnbitmoon.club,multiclaim.net,claimbits.net,doge-bitsfree.net,coinadster.com###wcfloatDiv4
perezhilton.com##.single-spot.shown
||amazonaws.com/sftemp/sf_v*/html/r*.html$domain=tumblr.com
marketscreener.com,zonebourse.com##div[style="width: 100%;"] > #zppMiddle2
paidtomoney.com###wcfloatDiv
ultrahorny.com##.cont li[class^="menu-item"] > a[target="_blank"]
ultrahorny.com##a[href="https://hentai.tv/"]
xgroovy.com,rushporn.xxx###main_video_fluid_html_on_pause
bigleaguepolitics.com###dsk-box-ad-c
soup.io###fpbanner
soup.io##span[id*="_sidebar_ad_"]
edmtunes.com##div[id^="sticky-footer-div-gpt-ad-"]
thingiverse.com##div[class^="AdCard"]
watchmalcolminthemiddle.com,watchthementalistonline.com###contenedor > #keeper_top
watchmalcolminthemiddle.com,watchthementalistonline.com##.mCSB_container #closeButton2
watchthementalistonline.com###custom_html-7 #closeButton2
||cperformmedia-a.akamaihd.net/dpfm.js
||cdn.spylees.com/vast3?
skymetweather.com##div[id^="side-banneradd"]
thelayoff.com##.epp-bf
moretvtime.com##.sc-banner
gameforge.com##.openX_interstitial
rateyourmusic.com##.album_info_outer > tbody > tr > td[style="vertical-align:top;width:300px;"]
rateyourmusic.com##.release_left_column > div[style="padding:0px;padding-top:0;"] > div[style="min-height:300px;margin:0 auto;text-align:center;margin-top:1em;margin-bottom:1em;"]
rateyourmusic.com##.release_left_column > div[style="padding:0px;padding-top:0;"] > div[style="margin:0 auto;text-align:center;margin-top:2em;margin-bottom:1em;min-height:300px;min-width:300px;"]
rateyourmusic.com##.release_left_column > div[style="padding:0px;padding-top:0;"] > div[style="width:336px;min-height:300px;margin:0 auto;text-align:center;margin-top:1em;margin-bottom:1em;"]
rateyourmusic.com##.section_reviews > .page_section > div[style="padding-top:1em;padding-bottom:1em;text-align:center;margin:0 auto;min-height:90px"]
rateyourmusic.com##.release_right_column > div[style="width:728px;height:90px;margin:0 auto;text-align:center;margin-top:1em;margin-bottom:1em;"]
rateyourmusic.com###content > .row > div[class="large-4 columns"][style="min-width:400px;min-height:300px;"]
rateyourmusic.com###content > div[style="min-height:90px;margin:0 auto;text-align:center;margin-top:1.5em;margin-bottom:1.5em;"]
rateyourmusic.com###content td[style="width:42%;vertical-align:top;"] > div[style="min-height:300px;margin:0 auto;text-align:center;margin-top:1.5em;margin-bottom:1.5em;"]
rateyourmusic.com###content > div[style="background:#f8f8f8;font-size:small;margin:10px;padding:10px;min-height:335px;margin-bottom:1em;"] > div[style="float:right;padding:1em;width:400px;height:300px;"]
rateyourmusic.com##.artist_right_col > div[style="text-align:center;margin:0 auto;margin-bottom:5px;margin-top:0.5em;width:400px;height:320px;"]
rateyourmusic.com##.frontpage_column > div[style="text-align:center;margin:0 auto;margin-bottom:1.5em;margin-top:1em;width:400px;"]
rateyourmusic.com###content > div[style="width:970px;min-height:90px;text-align:center;margin:0 auto;margin-top:0.25em;margin-bottom:1em;"]
rateyourmusic.com##.artist_right_col > div[style="text-align:center;margin:0 auto;margin-bottom:0.5em;margin-top:0.5em;width:400px;height:320px;"]
rateyourmusic.com##.section_main_info > .page_section > div[style="min-height:300px;"] > div[style="float:right;width:346px;min-height:250px;text-align:center;"]
rateyourmusic.com##.film_left_column > div[style="padding:0px;padding-top:0;"] > .hide-for-small > div[style$="px;text-align:center;margin:0 auto;margin-top:1em;margin-bottom:1em;"]
||cdn-server.cc/p/wl-http.js
.bongacams.com/?bcs=$popup
tnaflix.com###zoneInPlayer
tnaflix.com##.pspBanner + div[id]
tnaflix.com##.pspBanner ~ span
||tubxporn.com/js/xp.js
skidrowcodexgames.com##img[width="250"][height="56"]
skidrowcodexgames.com##img[width="600"][height="138"]
house.porn##body > div[style^="position:fixed;right:0;top:0;overflow:hidden;"]
bicfic.com##a[href^="http://curve.talkrabbit.icu/"]
hentaihaven.me##.player-ad-banner
simplicity.in##.sc-desc-detail-page > p + div[style] > a[target="_blank"] > img
imdb.com###placeholderImageLinearGradient
||xxxextreme.org/Gfr4jkFh.
||vipergirls.to/files/se.gif
paisdelosjuegos.com.co###rest-content > div[class*="advertisement-"]
desimartini.com##.bor_bot > div[style="background-color: #f5f5f5; min-height: 110px; padding: 10px 0 10px 0;"]:empty
getpocket.com##.syndication-ad
stileproject.com##.download-btn > a[href][rel="nofollow"][rel="nofollow"]
primarygames.com##.fixed-side-sky
primarygames.com###overlay-hideme
primarygames.com##.below-gameinfo > .AD300x250-wrapper
primarygames.com##.outer_gamecat_wrap > .gamecat_wrap300x250
friv.land##.banner-advertisement
techinferno.com,boyfriendtv.com##a[rel="sponsored"]
letmejerk.com##.wrapper > div.container + div[class]
xxxvogue.net###embed-parrot
xxxvogue.net###embed-embed-overlay
xxxvogue.net,ehftv.com##.banner-wrapper
||xxxvogue.net/*/external_pop.js
||jawcloud.co/js/jawgo.js
4sysops.com##.article-content > div[id^="div-test-"][style="margin-bottom:21px; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; "]
serverhunter.com##.special-offer
||porndoe.com/views/footer/banners.html
porndoe.com##[ng-if*="service.banners"]
porndoe.com##ul[class="-h-nav"] > li > a[target="_blank"][href^="/track/"]
||btdb.io/btdba.js
mytopgames.net##div[style="font-family:Arial;font-size:12px;color:#ffffff;"]
softonic.com##div[class="modal-di__step"] > div.modal-di__header
softonic.com##div[class="modal-di__step"] > div.modal-di__header + div.modal-di__content
softonic.com##div[class="modal-di__step"] > div.modal-di__header + div.modal-di__content + div.modal-di__button-wrapper
softonic.com##div[class="modal-di__step"] > div.modal-di__header + div.modal-di__content + div.modal-di__button-wrapper + div.modal-di__button-wrapper
softonic.com##.modal-di__wrapper-steps > p[class="modal-di__label"]
videomega.co###click_me
pinoymovies.es,pinoymovieseries.com###playeroptionsul > li:not([id]) > a[href][target="_blank"]
masteranime.es##iframe[src^="https://ad.masteranime.es/adx/"]
||grammarist.com/*/*.jpeg$script
accuweather.com##.glacier-ad
putlockers.cr##a[href^="/stream-4k/"]
putlockers.cr##a[href^="/download-4k/"]
||baltasar5010purohentai.com/white-wildflower-b42c/|
hentaicore.org##iframe[src^="http://tools.bongacams.com/promo.php"]
hentaicore.org###side > #full-poster > center > div[style="overflow:hidden;margin: 10px 0 0 -10px;width:290px;"]
hentaihaven.*##.main-sidebar[role="complementary"]
miohentai.com###sidebar-right > div.related-post > div.related-post-header ~ div[class^="side"]
||hentaicloud.com/cornergirls.js
luscious.net##.ad_lead
yourupload.com##.kado-button
yourupload.com##.roms-get-button
||newepisodes.co/atag.js
lookmovie.ag##body > iframe[style^="position: fixed; z-index:"][style*="right:"]:not([src])
||lookmovie.ag/sw_*.js
||rule34hentai.net/javascript_rotator.php$important
||rule34hentai.net/javascript_rotator*.php$important
||rule34hentai.net/javascript_rotatortopbanner.php$important
rule34hentai.net##.blockbody > iframe[src^="https://rule34hentai.net/javascript_rotaor"]
xxxhentai.net##.promo-block
xxxhentai.net##noindex > .bb-place
xxxhentai.net##.gallery-list > div[itemprop='associatedMedia'].paid-mix
haho.moe##.video-container #dol
||mp4upload.com/atag.js
ashemaletube.com##.vast-overlay
xxxdan.com###content > div.movie + div[class]
reallifecamsex.xyz##.pm-ads-banner
janenoble.pw/adultforce|$domain=noodlemagazine.com
||noodlemagazine.com/templates/js/jwplayer/vast.js
katfile.com###container > .style2 > a[href][target="_blank"] > img
||interracial.com/sw.js
||interracial.com/int354/script.php
||interracial.com/player/html.php?aid=*_html&video_id=*&*&referer
stun:35.224.227.218^
gamcore.com##a[href^="https://gamcore.com/ads"]
gamcore.com##body > #languages ~ div[style*="z-index"][style*="visibility: hidden;"]
gamcore.com##.d-md-block > .flexslider
gamcore.com##body > #wrapper ~ div[style="bottom: 0px; right: 0px; position: fixed; z-index: 100; cursor: pointer;"]
||fgn.cdn.serverable.com/common/images/nfr2ie0nd1s9^
||gamcore.com/combo19.js
shmoop.com##.ad-accordion
simplemost.com##.footer-ad-container
alligator.io##.article-side > .sticky-side > div > a[href][rel="sponsored"] > img
alligator.io##.article-side > .sticky-side > .text-center > a[href="/about-sponsored-or-affiliate/"]
||pornsexer.com/fend_lodr.js
pornsexer.com##.bottom-adv1
pornsexer.com##.player-wrap > div[id="kt_player"] + div[id][style]
||dapornhub.com/dh/dh.php
||jav789.com/assets/*/index.php
freetutorialsus.com###secondary > aside#text-6
freetutorialsus.com###secondary > aside#text-12
freetutorialsus.com##div[style="display: flex; -webkit-box-pack: center; justify-content: center; font-size: 12px; line-height: 24px; color: #57585a;"]
shrinkme.in###link-view > p[style="text-align: center;"]
a2zapk.com##a[href^="https://dropgalaxy.com/"] > img
hockeybuzz.com###outer > #leaderboard
forbes.com##.vestpocket
||pornjapan.pro/js/nxfpj.js
hentai2read.com##.content > div[class] > div.afs_ads ~ div[class] a[target="_blank"] > img
majorgeeks.com##.content > b > font[color="#00000f"]
majorgeeks.com##.content > b > font[color="#00000f"] + a[rel="nofollow"]
majorgeeks.com##.geekycolumn > b > font[color="#000000"]
majorgeeks.com##.geekycolumn > b > font[color="#000000"] + a[rel="nofollow"]
adshrink.it##iframe[src^="https://www.shrink-service.it/ads.php?"]
bitpic.me##body > div[align="center"] > b[style="font-size: 16px;color:red"]
bitpic.me##body > div[align="center"] > .category > a[href][target="_self"] > img
||bitpic.me/xbay/*.gif
imgixxx.com##body > script[src^="https://afshanthough.pro/"] + center
readlightnovel.org##.header > style + div.container--content
123free3dmodels.com,readlightnovel.org##div[style="min-height:250px;"]
dotabuff.com##.elo-placement
||goldenbbw.com/*_fe.js
realestate.co.nz##.modal-ad-wrap
realestate.co.nz##.topbar-ad-parent
tmonews.com##.featured-google
tmonews.com##.sponsor-dfp
fc.lc###link-view > iframe[src*="/fc.lc/"]
news.sky.com##.sdc-site-au[data-ad-format] > div[data-role="ad-container"]
news.sky.com##.sdc-site-layout-sticky-region__ghost[data-format="leaderboard"]
||dcs.creativecow.net^$domain=wwwm.creativecow.net
a2zapk.com###galax
ozbargain.com.au##div[id^="ozbads-"]
feudalwars.net,shadowexplorer.com###skyscraper
||i.imgur.com/*.mp4$redirect=noopmp4-1s,domain=videos.animecruzers.com
addictivetips.com##.ggnoads
addictivetips.com##.bestfloat
breakbrunch.com##.content-container > a[href][rel="sponsored"] > img
itechtics.com##aside[id^="adswidget"]
laidhub.com##[data-mb="advert-height"]
laidhub.com###main-nav > div.main-nav-inner-col > ul.main-nav-list > li.menu-el > a:not([href^="https://www.laidhub.com/"])
howtofixwindows.com##.horqnmxbi-pubadban
howtofixwindows.com##.sidebar > div[id^="horqnmxbi-"]
mangakakalots.com##div[class$="Col"] > div[style="float: left;width: 100%;text-align: center;"]
rsc.cdn77.org###player #layerName_preroll
rsc.cdn77.org###player #layerName_postroll
starsinsider.com###pubspace
movies123.pics##.popOverForADSInPlayer
wetpussy.sexy##.mansonry-item
||wetpussy.sexy/js/index-nb.js
babepedia.com##.sidebar_block > a[rel="nofollow noopener"]
babepedia.com###gallery > center > a[href][target="_blank"] > img
||babepedia.com/images/xfantasy-banner300-200.jpg
||teenskitten.com/*/quwet.js
teenskitten.com##.bottom-ban
skinnyteenpics.com##.main > div.row.margin-top > div.text-center > a[target="_blank"] > img
||1845130540.rsc.cdn77.org/onclick_ad/
viprow.me,vipstand.se##.embed-responsive > .position-absolute
||healthnewsreal.com/*.php?utm_source=$third-party
voxc.org##.demo
voxc.org###tw-target-text
voxc.org##iframe[src^="http://syndication.exosrv.com/"]
iir.ai,tii.ai##.box-main a[href][target="_blank"] > img
||bankbazaar.com/images/*-CT-Banner-
bankbazaar.com##.footer-cta-banner-desktop
||emoneyspace.com^$domain=shortbitsfree.net
comparitech.com##.body-inner > div.page-container ~ script[type] + div[class*="-"][style]
romsgames.net,msn.com##.adlabel
porntrex.com##div[class^="pop-"].open-tool
||aigneloa.com^$third-party
simply-cosplay.com##div.text-center[data-section="video-show"]
miniurl.pw##.box-main > script[src] + div[class^="_"]
tutorialspoint.com##.top-ad-heading
tutorialspoint.com##.google-bottom-ads
||mp4upload.com/bd*.html
hwinfo.com##.download > div[class^="xds"]
||cdn.ttgtmedia.com/cmp/sourcepoint/$script,third-party
||stunninglover.com/*/$third-party
amazon.de,amazon.com,amazon.co.uk,amazon.fr,amazon.in,amazon.it,amazon.es##.aw-campaigns
pornid.name,zbporn.com,zbporn.tv##.spots-title
||zbporn.*/tri/zp.js
||eroclips.org/player/html.php?aid=
goforporn.com##.direction
goforporn.com##.recipient
goforporn.com##.doorway
smashingmagazine.com##.c-promo-box--ad
systemrequirementslab.com##a[id^="box-amazon-"]
bloomberg.com###pathfinder-tout
||pornicom.com/js/customscript.js
quizlet.com##.SiteAd
europixhd.pro,topeuropix.*##a[id^="MyAdsId"]
||androidpolice.com/wp-content/uploads/*/spigen_s20_728x350.png
thelocalproject.com.au##.footer-support-section
thelocalproject.com.au##.content-within-display-link
indiangaysite.com##iframe[src^="//ads.exosrv.com/"]
||thefappeningcelebs.com/icloud9.html
av-uncen.com##img[src$="/gclub-ads.gif"]
||123openload.com^$domain=av-uncen.com
myip.ms##.adsfloatpanel
9xmovies.app,toonily.com,kiminime.com,katmoviehd.*,vidload.net,movies123.pics##div[class^="glx-slider-container-"][style*="z-index:"]
artstation.com##hello-world > div[ng-if^="showAsset"] > .friends-message
artstation.com##hello-world > div[ng-if^="showAsset"] > .friends-message ~ a[ng-href][target="_blank"]
psntvs.me##span[style="font-weight:bold;"]
psntvs.me##span[style="font-weight: bold;"]
embedstream.me##body > .position-absolute
stream2watch.ws##img.fpi
||stream2watch.ws/frames/fp2/index.php
viprow.net##button.btn[data-open="_blank"]
gfxtra31.com##center > a[target="_blank"] > h4
thepointsguy.com##.article-body-ad
thepointsguy.com##.beam-top-banner
chromeunboxed.com##.topSpace
||privateinternetaccess.com/affiliate.min.js
rockpapershotgun.com##.comments-container > .mpu-container
getintopca.com,oceanofgamese.com###instance-atom-text-2
oceanofgamese.com##.post-content > div[class][style="float: none; margin:10px 0 10px 0; text-align:center;"]
jawcloud.co##.video-js > div[class][style^="background:#000;position: absolute;"]
||jawcloud.co/ilovebasics.html
bongino.com##div[style^="margin:"] > .ai-attributes
pornleech.io##.block-content-r > div[align="justify"].b-content > table  > tbody > tr > td > div[style="text-align: center;"] > span[style="color: red; font-size: x-small;"]
||a5.cba.pl/js.js
softonic.com##div[data-ua-category="RecommendedAppHeaderBar"]
||i.imgur.com/ClxOIJJ.png$domain=discordrep.com
imx.to##.btnimxtoad
||dyncdn.me/static/20/js/expla*.js$important
vidsrc.*###adbox_desktop
btcwin.online,moremoney.io##.mx-auto
||gplinks.co/sw.js
autofaucet.dutchycorp.space,firefaucet.win##.sticky-ad-728x90
||hdtube.porn/hdt/hdt.js
kitsapsun.com,lcsun-news.com##.story-taboola-related-module
||pervclips.com/tube/static_new/js/new/customscript.js
filecr.com##.google-ad-area-list
||xxxbunker.me/xxx.php
shrinkhere.xyz##a[href][rel="nofollow norefferer noopener"]
cam4.com##div[class^="Directory__adds_"]
||rtyznd.com/get/*?zoneid=$script
scotchwhisky.com##.adcore
pcmag.com##aside[class^="zmgad-"]
||moonicorn.network^$domain=birdurls.com
birdurls.com###link-view > center > p:not([style*="font-size:"])
birdurls.com##center > p > a[href][target="_blank"]
tel-no.com,pdfforge.org##.adsense
playhub.com##span[class^="ad-title-"]
||moviesand.com/player/html.php?aid=*_html&video_id=*&*&referer
sciencenews.org##section[class^="ad-block-leaderboard__wrapper"]
tripadvisor.de,tripadvisor.ca,tripadvisor.co,tripadvisor.co.id,tripadvisor.co.uk,tripadvisor.com,tripadvisor.com.au,tripadvisor.com.br,tripadvisor.com.gr,tripadvisor.com.mx,tripadvisor.com.my,tripadvisor.com.sg,tripadvisor.com.tr,tripadvisor.com.tw,tripadvisor.es,tripadvisor.fr,tripadvisor.ie,tripadvisor.in,tripadvisor.it,tripadvisor.jp,tripadvisor.net,tripadvisor.nl,tripadvisor.se,tripadvisor.be##.ppr_priv_header_banner_ad
woozworld.com###ads_iframe
dlapk4all.com##div[align="center"] > a[href][target="_Blank"] > img
||dlapk4all.com/img/1xbet.gif
dignited.com###sab_wrap
dl-android.com##a[href][target="_blank"].xs-btn-dl
vjav.com##.rek__link
ontools.net,writedroid.eu.org,doibihar.org,freemagazines.top,forexlap.com,torkitty.com,torrentkitty.se,torrentkitty.vip,torrentkitty.tv###fixedbanner
torkitty.com,torrentkitty.se,torrentkitty.vip,torrentkitty.tv##a[href*=".affiliatescn.net/"]
/images/vpn.gif$domain=torkitty.com|torrentkitty.se|torrentkitty.vip|torrentkitty.tv
eztv.yt,eztv.io##.forum_header_border_normal > tbody > tr > td[align="center"] > div[id] > div[style*="background-color:"][style*="padding-top:"]
tuberel.com##.vda-link
ffmovies.ru##a[href^="https://ffmovies.ru/stream/"][target="_blank"]
userupload.net##.row div[href*="apk"]
www.msn.com##iframe[width="300"][height="350"]
/assets/js/mob.js$domain=uptostream.com|uptobox.com
cwtv.com###ad_728x90
9gag.com##iframe[src^="https://9gag.com/static/ads/"]
torrentz2.is,unblockit.me##div[class$="onToleratds"]
||xvideos-cdn.com/*/js/static/header/sda/ppsuma*.js
smarter.com##.PartialContentFeed-ad-wrapper
nextofwindows.com##.td_block_ad_box
nextofwindows.com##.Hot_random_image > a[href*="?utm_source="] > img
10play.com.au##.content__ad__content
porndr.com##.above-player-spot
uploadrar.com##a[role="button"][href^="http://"]
dailyuploads.net##input[style*="background-color:"][style*="40px;"][style*="250px;"]
||solarmovie.to/sw.js
||images.cointelegraph.com/images/2280_
||images.cointelegraph.com/images/1454_
cointelegraph.com##.layout__leaderboard
cointelegraph.com##.post-preview-item-banner
cointelegraph.com##.sb-area > a[rel="noopener"] > img
tokyoghoulre.com,demonslayermanga.com##.js-pages-container > div.flex.text-center > div[style="width: 450px;"]
luckyvaper.com##a[href*="&utm_medium=banner"] > img
||static.airmail.news/video/2019-12-28/2019-12-28-moncler-001.mp4
airmail.news##am-display[fetched="fetched"]
coinmarketcal.com##.banner_medium
||coinmarketcal.com/images/clients/asset/bitcasino/
yourbittorrent2.com##.card-footer > div.row > div.text-center > a[href^="http://"]
haldimandmotors.com##div[style="width:100%;height:90px;"]
||yts.mx/atag*.js
||yts.lt/atag*.js
stun:34.70.28.179^$domain=yts.lt
||sss.xxx/poppy/$script
wsj.com##.snippet-right-ad
wsj.com##div[class*="-adWrapper-"]
animelab.com##.progress-bar > div[class="aip"]
||asp.animelab.com/*.php?do=vast*&vastver=
||cloudfront.net/pre_rolls/*.mp4$domain=animelab.com
macrumors.com##div[id^="adplaceholder"]
imleagues.com##.im-ads250
imleagues.com##.im-ads90
||happy-porn.com/str/*/jqv*.js
happy-porn.com##div[class^="on-player-wrap"]
||donstick.com^$domain=hdpornvideos.su
sxyprn.net###content_div > div[class] > a[target="_blank"] > div > img
||static.newsnation.in/images/webtech.gif
btcmovies.xyz,grammarist.com###sidebar > #custom_html-5
grammarist.com###sidebar > #custom_html-3
||grammarist.com/*/*.jpg$script
||deviants.com/player/html.php?aid=*_html&video_id=*&*&referer
babestube.com,deviants.com##.spot_panel
||semawur.com/download3.png
1337x.is,1337x.to##.no-top-radius > .clearfix > ul[class*=" "] > li > a[href^="/v-pn"]
1337x.is,1337x.to##.no-top-radius > .clearfix > ul[class*=" "] > li > a[href^="/st-rd-"]
1337x.is,1337x.to##.no-top-radius > div[class]:not([class*=" "]):not([class*="-"]) > a[href^="/v-pn"][id]
semawur.com##.col-md-12 > div[style="text-align:center"] > span[style^="background-color:#fff;color:"]
hotgirlclub.com##div[class^="spnsrd-block-"]
||imgur.com/Bs86dFv.png
||chaturbate.com^$domain=zoomgirls.net,important
torrentz.eu.com###torrentz2
creatorlabs.net##div[data-container="sidebar"] > div[id^="cc-matrix-"] > div.j-module.j-hr
creatorlabs.net##a[href^="https://billing.apexminecrafthosting.com/"]
myshows.me##div[id^="clickioadunit"]
myshows.me##a.DefaultLayout-promo
myshows.me##.kinopoiskBanner
myshows.me##.wrapper > div.branding
zkillboard.com###adsensebottom
zkillboard.com##div[style="width: 100%"] > a[target="_new"]
||camseek.tv/live/live.php
camseek.tv##.navigation > ul.primary > li > a:not([href^="http://camseek.tv/"])
cloudgallery.net,imgair.net##.qwrcb
cloudgallery.net,imgair.net##.odlake
inaporn.com##.container > table[style="padding:20px 20px 0px;"] > tbody > tr > td[style="padding:0px 0px 0px 30px;"][width="360"]
vizzed.com##.boxadbox300
vizzed.com##.boxadsides
vizzed.com##.header > .headerBanner
ur-files.com##.recdowdisplay
ur-files.com##.blockdowright > center > a[href] > img
1ink.cc##body > div[id^="Ad"][style^="position:fixed;"]
wallpaperwaifu.com###elementor-popup-modal-250
wallpaperwaifu.com##.pt-cv-page > .pt-cv-content-item[data-pid^="ad-"]
vidoza.net,vidoza.org##.prevent-first-click
mydirtyhobby.to##.col-md-4 > .well.tt-body
||mydirtyhobby.to/banner/$image
||starfaucet.net/banners/$image
||starfaucet.net/images/banners/
||3movs.com/player/html.php?aid=*_html&video_id=*&*&referer
loveroms.online##div[id^="freshwp-"][id$="-sidebar"] > div[id^="text-"].freshwp-side-widget
xda-developers.com###twig-top
||cam69.com/images/*x*sexedchat.gif
||static.selfpua.com/mnpw.js
androidcentral.com,windowscentral.com##.article-body__suppl_content--inline-cta-ad
||imagefruit.com/includes/js/layer.js
||ifbbpro.com/wp-content/uploads/*/*OlympiaChampions_*x*.jpg
privatemoviez.buzz,yugen.to,technicalatg.com,hitbits.io##iframe[src^="//ad.a-ads.com/"]
dailywire.com##div[style="width: 300px; height: 600px;"]:empty
dailywire.com##div[style] > div[style="width: 728px; height: 90px;"]:empty
dailywire.com##div[style] > div[style="width: 300px; height: 250px;"]:empty
dailywire.com##div[id^="zergnet-widget"] + div[class^="css-"] > div[style="width: 300px; height: 250px;"]:empty
dailywire.com##article[class^="css-"] > div[style="width: 728px; height: 90px; margin: 0px auto 32px;"]
||vd.7vid.net/*.js$domain=vidoza.org
mariogames.be##.bigcolumn > div[style]:not([style="clear:both"]):not(.thumb)
channelmyanmar.org##div > .code-block > a > img
channelmyanmar.org##.myResponsiveAd > a[target="_blank"] > img
channelmyanmar.org##div[id^="custom_html-"]
1movies.is###quality_vote
||1movies.is/sahdsd^
msn.com##li[data-yvef*="adblockMediumCardContainer"]
msn.com##div[data-positions^=".shopping"]
msn.com##div[data-yvef*="stripe"][data-yvef*="ad"]
||mediausamns-a.akamaihd.net/*.mp4$redirect=noopmp4-1s,media,domain=crackle.com
||thehentaiworld.com/fro_lo*.js
freelive365.com##a[href$="://www.tvbarata.club/"]
cryptlife.com##div[style^="float:none;"] > font[color="#D3D3D3"] > center
mybrowseraddon.com##.container > div[style="text-align:center;min-height:90px"]
mybrowseraddon.com##.container > div[style="text-align:center;margin:5px auto;min-height:90px"]
mybrowseraddon.com##.container > div[style="color:#777;text-align:left;margin:0;height:16px;line-height:16px"]
||horsedrawnhearse.uk/images/download1.gif
||myreadingmanga.info/home.js
||tsyndicate.com/*/vast?$redirect=nooptext,important,domain=hentaiworld.tv|myreadingmanga.info
wionews.com,hiphopza.com,gplinks.co,icutlink.com##p[style="text-align: center;"] > a[target="_blank"] > img
themehits.com##img[alt="728×90"]
themehits.com##img[alt="970×250"]
themehits.com##img[alt="300×250"]
themehits.com##.wzifdceusx
/supertotobet*.mp4$redirect=noopmp4-1s,domain=closeload.com
||closeload.com/*/js/closeplayer/js/video.rek.js
||closeload.com/*/js/closeplayer/js/vast-new/src/videojs-preroll.js
kissasian.*,kisstvshow.net,lifestylehack.info,kisstvshow.to##.ksAds
jame-world.com##.small.text-muted > small
onlyfullporn.com##.video-embedded > .a-opa
onlyfullporn.com##.video-embedded > .a-embed
onlyfullporn.com##.video-embedded > .over-close
thekisscartoon.com,kisscartoon.info##.adkiss
dogemate.com##.page-content > div.fixed-a
mstream.xyz##.player--container > div[id][style^="position: absolute;"][style*="z-index: 999"]
pinflix.com##.video-player-overlay
pinflix.com##.under-video-channel-link
simpleflying.com##.afw_ad
rpcs3.net##.landing-con-adsense
||solarmovie.fun/addons/banner/
bravoteens.com##.main > noindex
0gomovies.to##.md-top > div#bread + style + div[id][class] > div[class*=" "] > *:not(div)
||bravoteens.com/if2/
||bravoteens.com/js/bi.js
||bravoteens.com/b_track.js
||bravoteens.com/js/clickback.js
bravoteens.com##div[class^="inplb"]
||cyber-hub.pw/b_images/
rule34.xxx##a[href^="https://track.afcpatrk.com/"]
insideevs.*##.myevFeedContainer
insideevs.*##.sellwild-container
insideevs.*##a[href^="https://www.myev.com/cars-for-sale"]
coopgames.eu##table.table-condensed > tbody > tr > td[colspan="6"]:only-child:empty:not([class]):not([id])
stltoday.com##.scrbbl-post-type-advertisement
thefappeningblog.com##a[href^="https://join3.bannedsextapes.com/track"]
foxsports.com.au##div[class^="styles__BettingFooter-"]
foxsports.com.au##a[href^="https://kayosports.com.au/?marketing="]
foxsports.com.au##.fiso-sc-article-scorecards [href^="http://www.bet365.com.au/"]
||content.foxsports.com.au/fs/match-centre/promotions/cricket/mobile.gif
||content.foxsports.com.au/fs/match-centre/promotions/cricket/desktop.gif
||startcrack.com/wp-content/uploads/2018/05/sidebar-banner.jpg
||fetishshrine.com/js/customscript.js
||static-ss.xvideos-cdn.com/*/js/skins/min/default.pp.static.js
/pornpictureshq\.com\/[A-Za-z]+\d+\.html/$domain=pornpictureshq.com
joe.ie##div[id^="div-gpt-joe"]
||cdn.netcatx.com/bid^
||cdn.netcatx.com/adxchange^
||native.propellerclick.com^$domain=manhwa18.com,redirect=nooptext,important
jetvis.ru##.stick-banner
porcore.com##.adddscolumn
porcore.com##div[style^="text-align:center;"] > div > a[rel="nofollow"]
||gamcore.com/pzdc/$popup
dbupload.co##.innerpart a[href][target="_blank"] > img
||static-itsporn.woxcdn.com/static/vast.xml
||hentaivideos.net/imp/
hentaivideos.net,freehentaistream.com##.aside-banner
freehentaistream.com##.video-banner-dt
||anime.freehentaistream.com/content/pdz.js
zerohedge.com##.contributor-teasers > .view-content > .carousel-placement
vidoza.net###videotop > iframe
royalroad.com##.portlet.text-center[style^="padding"][style*="!important"]
youpornru.com,you-porn.com,youporn.*##.adLinkText
youporn.*##.ad-remove + .responsiveIframe
fandom.com##div[class^="aff-unit"]
biguz.net##iframe[src^="https://ads.exosrv.com/"]
ownedcore.com##.block-below-so-wrapper
apkpure.*##.adsbypure
avalanche.state.co.us##.sky_banner_ad
whowhatwear.co.uk##.ad-mount
gigacalculator.com,247hearts.com##.aspace
||teenpornvideo.fun/*.php|
teenpornvideo.fun###mo-ave
deleted.io##.amirite-embed
celeb.gate.cc###sidebar > div[style="width: 200px; height: 200px;"]:not([class])
||go.hpyrdr.com/smartpop/$domain=celeb.gate.cc
owllink.net##center > a[href][target="_blank"]
allsex.xxx##div[class^="block-"] > .table
||allsex.xxx/adv/
||zooredtube.com/zr*.js
utorrent.com,windowscentral.com##a[href^="https://go.nordvpn.net/"]
nuvid.*##iframe#spot_video_livecams
vivatube.com,nuvid.*##iframe#spot_video_underplayer_livecams
nuvid.*##.video-options > div[style="position:relative;"] > span[style="width: 100%;text-align: left;display: inline-block;position: absolute;top: -12px;font-size: 10px;"]
washingtonpost.com###leaderboard-wrapper
lifehack.org##.ad-wrap-transparent
tpbaysproxy.com,pirateproxy.*##.nord-message-wrap
||online-protection-now.com^$popup,domain=pirateproxy.space
www-thewindowsclub-com.cdn.ampproject.org##amp-anim[height="60"]
namethatporn.com##div[class][data-flba^="https://landing1.brazzersnetwork.com/"]
namethatporn.com##iframe[src*="//a.adtng.com/"]
avanderlee.com##span.swiftlee-ad
9now.com.au##.vjs-cuepoints-bar
povvldeo.*,steampiay.cc,pouvideo.cc,pomvideo.cc###oly
powvideo.net##iframe[src^="//wontent.powvideo.net/apw.hh"]
steampiay.cc,pouvideo.cc,pomvideo.cc,powvideo.net,powv1deo.cc##iframe[src^="/ben/mgnat.html"]
powv1deo.cc##iframe[src^="//tontent.powv1deo.cc/"]
||powv1deo.cc/player*/*/vast.js
||powv1deo.cc/js/dpu*/pu*.min.js
/ben/mgnat.html$domain=powvideo.net|pomvideo.cc|pouvideo.cc|steampiay.cc
techrepublic.com##section[class^="content-mpu"] > div
techrepublic.com##.ad-active + div[style="width:100%"]:not([class]):not([id])
||bestfreetube.xxx/tmp/
||rat.xxx/xdman/
||rat.xxx/rpi/rat.js
hdtube.porn##.footer__banners
xxxonxxx.com,pornhat.*##.player-bn
mobifap.com,ok.xxx##.bn
/img/banners/*$domain=fullporn.online|tmail.gg|mega4upload.com
heavy-r.com##.a-d-holder-new
heavy-r.com##.first-row > a[href][target="_blank"]:not([href="http://pornedup.com/"]):not([href="https://www.mrporngeek.com"])
heavenmanga.org,holymanga.net##.svl_ads_right
dl-android.com##iframe[src="https://dlandroid.com/mello.php"]
happymod.com##a[style*="/static/img/ad"]
||pcworld.com/www/js/messaging.js
wired.com##.full-bleed-ad
letsupload.co##.mngez_upgradepage > div.content > h3
letsupload.co##.mngez_upgradepage > div.content > h3 + a[rel="nofollow"]
voxc.org##iframe[src*="afu.php"]
mhktricks.org##aside[id="text-3"]
mhktricks.org##.widget-area > aside[id^="media_image-"]
stackabuse.com##.sidebar > .widget > .ad
stackabuse.com##.sidebar a[ga-event-category="Sponsorship"]
y2mate.com###ads_spot1
||jizz.us/loco/
spycock.com,jizz.us###alfa_promo_parent
uiporn.com###UIP-Nat
jo2win.com##span[style="color:#8e44ad;"]
||gplinks.in/sw.js
||cdn.rekkerd.org/img/a/rkkrdprm/
troypoint.com,vladan.fr###wpfront-notification-bar-spacer
vladan.fr##section[id^="advads_ad_widget-"]
agar.io###adsLeft
gousfbulls.com##.stickybar
gousfbulls.com##.buzz + #slide
gousfbulls.com##.row > ads-component
||usf_ftp.sidearmsports.com/custompages/live-headers/bg.png
||vidazoo.com^$domain=blackclovermanga.com|readheroacademia.com|demonslayermanga.com
voxc.org##iframe[src^="http://www.poweredbyliquidfire.mobi/"]
cleantechnica.com###omc-full-article > center
sneakernews.com##.advertisement-section
shrtz.me##div[style*="padding-top:10px;"][style*="width:300px;"]
omglyrics.com###externalinject-gpt-passback-container
mangajar.com##div[data-ads-provider]
isekaiscan.com##.advance-ads
timesofindia.indiatimes.com##.main-paisa
torrentfreak.com##.widget-1.widget_custom_html
||ytmp3.cc/ad/|
||megatube.xxx/atrm^
megatube.xxx##a[href^="https://www.megatube.xxx/go/"] > img
megatube.xxx##.widget-sponsor-sticky
megatube.xxx##iframe[id^="inp_iframe"]
empflix.com##.col-xs-6:not([data-vid])
tnaflix.com##.rightBarBannersx
empflix.com##.mewZa
porn.com##div[class$="-znr"]
hdsex.org##.player-section__ad-block
hdsex.org##.inline-video-adv
xozilla.com##.banner-top
xozilla.com,analdin.com##body > .popup
hellporno.net##span[id^="HT-TAB-"]
hellporno.net##span[id^="HT-Native-Under-Player-"]
hellporno.net##div[style="width:100%;margin:0 auto;text-align:center;"]
txxx.com##div.text > a
privatehomeclips.com,porntop.com,thegay.*##.video-page__content > .right
timesofindia.indiatimes.com##.most-searched-section
timesofindia.indiatimes.com##div[data-cb="processCtnAds"]
vimeo.com##a[target="_blank"] > img[src*="house-ads"]
airmore.com##.thead
||bit-url.com/*/sapphirum1.js
mixdrop.to##div[style^="position:absolute;"][style*="z-index:"][onclick]
getbukkit.org##.col-md-offset-2 > div.limit
news.com.au###story > .iseDiv
zeebiz.com##.daburbanner
nature.com##.leaderboard-or-billboard-container[data-container-type="banner-advert"]
motorplus-online.com##.ads-on
motorplus-online.com##.ads__boxr
motorplus-online.com##.ads__horizontal
hentaigasm.com##a[href^="https://www.hentaiheroes.com"]
ohentai.org##div[id*="detailad"]
ohentai.org##.detailleftadcontainer
multiup.org##.content-body > .alert-info
upload.ac##.download .fmore
disboards.com##.js-notices
socceronline.me,vipleague.*,vipbox.*,strikeout.*##button[data-open="_blank"]
acefile.co###btmx
acefile.co###kelik
analyticsindiamag.com##img[src="https://www.analyticsindiamag.com/wp-content/uploads/2019/02/Blue_03.jpg"]
analyticsindiamag.com##div.post-content > div[class][style="clear:both;float:left;width:100%;margin:0 0 20px 0;"]
||besthugecocks.com/a1/
shockingmovies.com##body .video-list-ads
shockingmovies.com##body .ads-block-bottom-wrap
||oxy.st/images/bannr.png
gadgetsnow.com##.affiliateBannerAds
gadgetsnow.com##.amz-box
mi-globe.com##.td_block_wrap[style="display: none !important;"] + .td_block_separator
birdurls.com,gplinks.co,owllink.net,gplinks.in###link-view > p
owllink.net,birdurls.com,gplinks.co,gplinks.in##.box-main > p
marketrealist.com###Track\.End + div[class]
marketrealist.com##.gXgoom > div
marketrealist.com##div[id^="ad-"]
marketrealist.com##div[id*="_cfu_"]
revolvermag.com##.full-ad-wrapper
oko.sh###link-view > center
adrinolinks.in,oko.sh##.box-main > a > img
megalink.*,1link.vip,oko.sh##.box-main > center > a > img
gadgetsnow.com,m.timesofindia.com,timesofindia.indiatimes.com##.gn-affiliate-box
m.timesofindia.com,timesofindia.indiatimes.com##.bottomnative.colombiaRequestSend[data-ad-id]
thepornarea.com,porngo.com##.video-side
||mangahere.us/mgid_
pesgaming.com###top_content_advert
premiumleech.eu###d-spc.cf
||pornicom.com/new_js/customscript.js
vipleague.lc,vipbox.lc,vipstand.se,worldcuplive.stream##.text-center > button.btn[data-longurli][data-open="_blank"]
bangx.org##div[style*="height:100px;"][style*="overflow:hidden;"]
riotpixels.com###wasdslider1
jav.guru##.inside-right-sidebar > aside.widget_custom_html
ip-tracker.org##div[class^="adunit"]
hentaimoe.me##.videoad
mi-globe.com##div[class^="seb-ad-"]
||hentaianime.tv/push.js
iboysoft.com##.js-article-wrap > div.streamer
inoreader.com##.ad_size_leaderboard
inoreader.com##.leaderboard_ad
imgbaron.com,picbaron.com##iframe[src^="//a.exosrv.com/"]
||toots-a.akamaihd.net/priority/*.mp4$redirect=noopmp4-1s,media,xmlhttprequest,domain=itv.com
redtube.com,redtube.net##.search_upper_right_ad
hentaiworld.tv##.support-ad
watchanime.video,animeporn.tube,hentaiporn.tube,hentaivideo.tv,naughtyhentai.com,hentaianime.tv,pornxxx.tv,cartoonporn.tv,hentaimovie.tv###myContent
watchanime.video,animeporn.tube,hentaiporn.tube,hentaivideo.tv,naughtyhentai.com,hentaianime.tv,pornxxx.tv,cartoonporn.tv,hentaimovie.tv##.under-video
gamecopyworld.com##.lb#lb
movies123.pro##body > main + script + div[class]:not([style]):not([id])
movies123.pro##online > div[class] > div[class] + div[class]:not([style]):not([id]) > div[class*=" "]:not([style]):not([id]) > div[class*=" "]:not([style]):not([id])
||movies123.pro/addons/partners^
||movies123.pro/addons/try^
familyporn.tv##.media_spot_holder
familyporn.tv###player_adv
m.timesofindia.com,timesofindia.indiatimes.com##.asAffiliate
m.timesofindia.com,timesofindia.indiatimes.com##a[href^="https://timesofindia.indiatimes.com/affiliate_amazon.cms?"]
asian-teen-sex.com##.gavtantnsx-23or
porno-usa.com##img[alt="chaturbate"]
dailyxporno.com##div[class*="wps-player__happy-inside--"]
||interviewmania.com/web-resources/img/interview-mania-mobile-app-download.png
xxxmaturevideos.com##.XMV_player_ads
xxxmaturevideos.com##.XMV_video_hors
xxxmaturevideos.com##.XMV_hor_bl
||xxxmaturevideos.com/ab_fl.js
||xxxmaturevideos.com/ab_bl.php
eroticmv.com,xfantazy.com,analdin.com,xtits.com,sexu.com,javrave.club,mangamelon.com,vidoza.co,vintagetube.xxx,vidoza.org,xxxmom.pro##iframe[src^="//a.o333o.com/"]
iframeplayer.tubepornstreaming.com##.video-container > .inner-wrap[style="display: flex;"]
bitetheass.com,nitroflare-porn.com##center > noindex
nitroflare-porn.com##center > a[href^="https://www.nitroflare.com/view/"]
||rainmaker.production-public.tubi.io/rev/WEB?app_id=tubitv*&pub_id=*&*vpaid_enabled=true
||ark.tubi.video/*.mp4$redirect=noopmp4-1s
||paella.adrise.tv/*.mp4$redirect=noopmp4-1s
7torr.com##a[href^="get-down?"][title="Direct Download"]
||isohunt2.net/nordvpn/
isohunt2.net##.banner-wrp
torrentdownloads.co##a[href^="https://track.ultravpn.com/"][rel="nofollow"]
||appspot.com/torrentdownloads/horizontal-banner?$domain=torrentdownloads.co
ettv.to##.kr_cr
ettv.to##.download_links_a
opencritic.com##app-advertisement
opencritic.com##app-advertisement + hr
||exe.io/files/glasss.js
windowscentral.com##.holidays.panels-flexible-row
||script.hentaicdn.com/cdn/*assets/js/Feinee
pornlib.com##.footer_web_adv
vibexxx.com##.bpbanner
vibexxx.com##.page > .ntv
sexy-youtubers.com##.meetfuck
productkeyfree.org##center > input[type="button"][onclick^="window.open("]
||zipfileservers.info/boot/loader.js
muzamilpc.com,cracxpro.com##button.button-red
pirate-bays.net###vpnModal
hawkbets.com##.new_aside_block
babestube.com##body > div#_iframe_content
moviesand.com,babestube.com##.twocolumns > div.viewlist + div.aside
fagalicious.com##[width="300"][height="250"]
fagalicious.com##a[title="Gay Games at Nutaku"]
putlockers.bz###play-button-ad
||exe.io/files/cplylive.js
series9.to##.main-content > div[style^="padding:"] > a[href="javascript:void(0)"][target="_blank"]
hdzog.com##.video-container > div[id^="__"] > a[target="_blank"] > img
salon.com##.proper-ad-unit + hr
||fmovies.gallery/jkndsgsasdadsgh
matureporn.com,machotube.tv##.b-randoms-col
machotube.tv##.b-main-nav > .row > .b-main-nav__mi
go99tech.com##.col-md-10 a[href] > img
uiz.io###captcha-locker > div[id^="google-captcha-"]
uiz.io##.box-main > .row > .col-sm-3[style="padding: 10px;"]
bloggif.com##.sky
||api-v*.soundcloud.com/audio-ads?
||promoted.soundcloud.com/event?*=audio-ad-web-vast-api-
||newepisodes.co/sw.js
dailynewshungary.com##.dnh-ad-header-banner
||videogreen.xyz/asset/default/player/plugins/vast*.js
openplayer.net###pauseModal
openplayer.net###pauseModal ~ .modal-backdrop
3dzip.org##img.sphyerf-image
freeallcourse.com,3dzip.org##.better-ads-listitemad
typingtestnow.com##a[href$=".clickbank.net/"] > img
fifermods.com###masterPage > :not(footer) .tpaw0
brantfordexpositor.ca##.sponsored-wrap > .sponsored
codeshare.io###codeshare > .sp-tile
porn4days.net##body .navbar-nav > li > a[rel="nofollow"]
adn.com##.pb-f-embedded-geotix-widget
adn.com##.taboola-well
freegames66.com##.Ad300 + .AV
||vidmoly.net/*.php?*=*&*&$xmlhttprequest,other
||vidmoly.to/*.php?*=*&*&$xmlhttprequest,other
||coubsecure-s.akamaihd.net/get/*/promo_background/
coub.com##.promo-background
||xmoviesforyou.com/01ed00c5.js
laidhub.com##.preroll
laidhub.com##.subplayer-ban
laidhub.com##.main-inner-col > .box-container + .slider-row
laidhub.com##.main-nav-list > li.menu-el > a[href][rel="nofollow"]
xopenload.video###video_ads
wowclassicbis.com##.Banner
||nudemodelsx.com/nudemodelsx.js
||xnmodels.com/xnmodels.js
fuckamouth.ru##a[href*="&offer_id="]
streamty.com##div[class^="video_adp"]
||api-feed.com^$domain=slutload.com
slutload.com##.player-related-videos
inoreader.com###article_below_dialog_wrapper.inno_dialog_overflow
fakedetail.com,manga-raw.club,telegraphindia.com,ltnovel.com##.adsbox
divicast.com,moviesjoy.plus,zoechip.com,dokicloud.one,fmoviefree.net,goku.sx,fmoviefree.net,vidcloud.*###overlay-center
vidcloud.co###overlay-bottom
rushbitcoin.com,speedcoins.xyz,btcbunch.com,getdoge.io,ccurl.net##div[id^="wcfloatDiv"]
icutlink.com##.col-md-10 > div[style="text-align: center;"] > .row > .col-md-12 > form#link-view > .form-group ~ br
||icutlink.com/team.js
||icutlink.com/img/download-now.gif
||steepto.com/mghtml/framehtml/$important
||mgid.com/mghtml/framehtml/$important
freesoftpdfdownload.blogspot.com##a[href^="http://wap4dollar.com/ad/"]
searchenginejournal.com##.avert-text
ultrahorny.com,veporn.com##.ads-on-player
||payskip.org/sw.js
picshick.com,imagetwist.com,imagexport.com###rang2
imagexport.com##p[style="display: block; text-align:center;"] ~ br + div[class="text-center"]
imagexport.com##.top-menu > li > b > a[class]
mapquest.com##.showing-top-ad
mapquest.com##.sponsored-banner-ad
mapquest.com##.main-ad-728x90-container
mapquest.com##.route-sponsor
mapquest.com##.branded-image[ng-if="$ctrl.showBanner()"]
mangazuki.online##.body-top-ads
softfamous.com##.container_ads
gottanut.com##[class^="reclam-"]
sexy-youtubers.com##iframe[width="300px"][height="250px"]
||static.showheroes.com/pubtag.js
||static.showheroes.com/publishertag.js
fritchy.com,imagebam.com##div[id^="ad-header"]
owlcation.com,history.com##.m-adaptive-ad-component
history.com##.m-in-content-ad-row
||get-to.link/delicate-water-5f5b/
shrinkme.io###imgAddDirectLink
tech.dutchycorp.space##div[id^="floating_ads_"]
cumilf.com##.visibility
||cumilf.com/regarding.asp$script
||exe.io/files/shazme.js
||s3.amazonaws.com^$domain=game3rb.com
srt.am##.text-center > center > a[target="_blank"] > img
washingtonpost.com##wp-ad[class]
washingtonpost.com##main > aside.grid-item > div[style="height: 1250px;"]
theverge.com,washingtonpost.com##.outbrain-wrapper
hentaitoday.com##.widget_random_banner_widget
||hentaitoday.com/wp-content/uploads/*.gif?v=
hentai.cloud###footer_columns
ohentai.org##.listadcontainer
bolasport.com##div[class^="ads__"]
hentaistream.com##.skin-hold
||deloplen.com/afu.php?$important
appuals.com##.appua-reimage-top
||aiosearch.com/vpn/warning*.html
popsci.com##.arcAdsContainer
popsci.com##.arcAdsBox
speakingtree.in##.amazonProduct
speakingtree.in##.amazonProductSidebar
uiz.io##.box-main > .countdown ~ a[target="_blank"]
uiz.io##.box-main > .row +a[target="_blank"]
bravotube.net##span[id^="BT-Native-"]
digit.in##.adsAdvert
techrrival.com##.techr-aff
inforum.com###origami
inforum.com##.origami
||exe.io/files/avenhunt.js
ddl.to##a[href^="https://ddl.to/download.html"]
indiatimes.com##.custom_ad
coolmathgames.com##div[class^="panel-pane pane-block pane-cmatgame-advertisement-cm-g-"]
wrw.is##.site-header-inner > a[rel="nofollow"] > img
wrw.is##.widget_sp_image > a[rel="nofollow"] > img
||bstatic.com^$script,domain=abril.com.br
||pervertslut.com/contents/other/player/embed/*.gif
ipornia.com##.tcats > ul > li.fel-vd
tapatalk.com##.post_content > div.pb3 > div[style="margin-top:10px;padding:10px;background-color:#f8f8f8;font-size:1rem;color:#333;"]
slate.com##.ad--inArticleBanner
mumbaimirror.indiatimes.com##.colombiaSuccess[data-slot-type="organicAds"]
moneycontrol.com##.advertise_brand
tagmp3.net##.tagsadd
blisseyhusband.in,novelmultiverse.com,phoneswiki.com##.adace-slideup-slot-wrap
desktophut.com##.gridlove-sidebar > #text-18
tvchoicemagazine.co.uk,heatworld.com##.drw-ad
heatworld.com##.sticky-ad-unit-spacer-default
porn.com##.s-znr
porn.com##.f-znr
timesofindia.indiatimes.com##div[data-primead]
timesofindia.indiatimes.com##.toi-amazon
timesofindia.indiatimes.com##.asprime1
timesofindia.indiatimes.com###reverseads
timesofindia.indiatimes.com##.mid_ads
timesofindia.indiatimes.com##.fromaroundwebrhs
||megaurl.in/sw.js
notebookreview.com##aside#todaysPromos
swatchseries.to##a[href^="http://takelnk.com/"]
||aii.sh/sw_*.js
streameast.live###Advertisement2
imgspice.com###interdiv
yugatech.com##a[href^="https://yugatech.ph/"][target="_blank"] > img
yugatech.com##.sidebar-content > div[id^="text-"] > .textwidget > p > a[href^="https://yugatech.ph/"] > img
dubizzle.com###top-leaderboard
spider-solitaire-game.com##div[id^="banner"]
thisvid.com##.video-holder span.message > a[href][target="_blank"]
||lnk.news/links/flash-ad?u_id=
imgtaxi.com##iframe[src^="frame.php?"]
manganelo.link,webtoon.xyz,manytoon.com##.c-ads
manytoon.com###floating_ads_bottom_textcss_container
manytoon.com##.text-center > a[href][target="_blank"] > img
socks24.org###crosscol > .HTML:not(.PageList)
||embed.dramaz.se/jwplayer-*/vast.js
||cpopchanelofficial.com/wp-content/uploads/*/Banner
capage.in##.single_post table[style="height: 100%; width: 100%; border-collapse: collapse;"]
||movies123.pro/xcbdhdasdfr
mangarock.com###bottom-banner-ads
||thejournal.ie/media/hpto/*roidesignerofferssuperdryvrpageskin1.jpg
||lkop.me/sw.js
apkgod.net##.ads-parent
||bit-url.com/special*/*.html$subdocument
||exe.io/files/urafes.js
scotsman.com,wakefieldexpress.co.uk##.bottom_leaderboard
forvo.com##.li-ad
pictoa.com##a[href="https://www.pictoa.com/o/live-footer.html"][rel="nofollow"]
pictoa.com##a[href="https://www.pictoa.com/o/live-gallery.html"][rel="nofollow"]
sankakucomplex.com##iframe[src^="//c.otaserve.net/"]
||sankakucomplex.com/*as/s.js
||netdna-cdn.com/wp-content/uploads/*/ssdreview_SX6000Lite.jpg$domain=thessdreview.com
||oko.sh/sw_*.js
wuxiaworld.com##[href^="https://go.onelink.me"]
wuxiaworld.com##.container-fluid .pw-container > a[target="_blank"]
||wuxiaworld.com/images/pw^
dailystar.co.uk##amp-iframe[height="40"]
dotnetfiddle.net##.container-sponsor
167.99.71.200##tbody > tr > td[style] > a[href][target="_blank"] > img
film21.online##a[href*="&utm_medium=Banner"] > img
forums.hardwarezone.com.sg#$##sphm_overlay { display: none !important; }
forums.hardwarezone.com.sg#$?#body { overflow: visible !important; }
game-debate.com##.scrolling-ad
game-debate.com##.scrolling-ad-square
gottanut.com##.reclamUndervideo
gottanut.com##.reclam-overlayVid-desktop
||gottanut.com/addons/blad.php
||gottanut.com/assets/js/fdl.js
||pornkino.cc/wp-content/themes/retrotube/nex1.js
forums.watchuseek.com##body > a[rel="nofollow"][target="_blank"]
uploadrar.com###commonId > a > img
mangadog.club##a[onclick*="ad_config"]
kolombox.com,payskip.org,aii.sh,ckk.ai,oko.sh##img[class^="ziggy_"]
mangakakalot.com##div[style="float: left;width: 100%;text-align: center;"] > div[style*="width: 728px; height: 90px;"]
mangakakalot.com##div[style="float: left;width: 100%;text-align: center;"] > div[style*="width: 300px; height: 250px;"]
mangapark.net##.ad-page-3x
mangapark.net##div[claass="ad-970x250"]
cb.websiteforever.com###id_cntobs
cb.websiteforever.com##.add_item
cb.websiteforever.com##.wrapper > div[style^="width:100%; height:90px;"]
nosteamgames.ro##body > div[id^="c_window_"][style="width: 300px; height: 280px;"]
venea.net##.ag_content
mangabat.com##div[style$="overflow: hidden;"] > div[style^="width: 728px; height: 90px;"]
mangabat.com##div[style$="overflow: hidden;"] > div[style^="width: 300px; height: 250px;"]
||chaturgirl.com/affiliates/$subdocument,redirect=nooptext,important,domain=imgtorrnt.in
/poppy^$script,domain=pornq.com|see.xxx
thegay.com##.wrapper + section
thegay.com##.navigation  > ul.primary > li > a[href][target="_blank"]
apkpure.*##.ad-box-auto
pornyfap.com##div[class="ad"]
pornyfap.com##.grid-container > div.item4-1
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##.player > .pause-gift
videos.freeones.com##.vjs-banner-overlay
photos.freeones.com##a[href^="http://click.payserve.com/"]:not(#sponsorHref)
riotpixels.com##.br-new
1377x.to###pc-down-wrap
1377x.to##a[href^="/anonymous-download/?"][target="_blank"][id]
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
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"]
idlixofficial.co,idlixofficials.com,pornflixhd.com##.asgdc
pornflixhd.com##.custom-html-widget > a[href][rel="noopener noreferrer"] > img
simsdom.com##.pbcd
einthusan.ca###html5-player > #load-status-screen
userbenchmark.com##.be-mr
userbenchmark.com##.be-caption
||adtival.network^$third-party,subdocument
||imgadult.com/img/46860.png
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
||webgate.tn/getlink/*.js
||webgate.tn/promo/*.gif
tokyoghoulre.com,watchgoblinslayer.com,watchnoblesse.com,watchtowerofgod.com,watchdrstone.com,demonslayeranime.com,watchblackclover.com,watchkaguyasama.com,haikyuu3.com,watchoverlord2.com,watchsao.tv,watchrezero2.com,semawur.com,idzone.site##center > a[href] > img:not([class^="alignnone"])
tube8.*##.js-pop[data-esp-node="content_partner_video"]
tube8.*##.rightColBanner
tube8.*##.footerBanner
tube8.*###main-nav > li > a[rel="nofollow noopener"][onclick^="pageTracker"]
tube8.*##.gridBanner
northumberlandgazette.co.uk##div[class^="sc-"]::before
rule34porn.net,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###ftr
sendvid.com###video-js-video > a[href="javascript:void(0)"][style*="z-index: 99999"]
hcbdsm.com,motherporno.com,momvids.com##.aside
||momvids.com/player/html.php?aid=
gamerant.com##.ad-zone-container
speed-down.org,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
vkspeed6.com,vkspeed5.com,vidwatch.me###over_main
forum.wordreference.com##.js-replyNewMessageContainer > li.message:not([id^="js-post-"])
||fijivillage.com/images/ad_pshx.png
gamecopyworld.eu##.t0 > div[style] > table > tbody > tr > td[align="center"] > #lb
winporn.com##.relatedvideos ~ .relatedvideos:not([style])
maxconsole.com##.secbanner-wrapper
/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
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
cinespot.net##.ad-image
cinespot.net##td[width="10%"]
cinespot.net###gsContent > b
cinespot.net###gsContent + b
cinespot.net##td[align="center"] > b
eroxia.com,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
camwhores.video,camwhores.tv,thecambabes.com##.list-videos > div.margin-fix > div.place
thecambabes.com##.navigation > ul.primary > li > a:not([href*="thecambabes.com/"])
porndig.com##.vjs-toolbar
||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
racefans.net##.text-above-ad
||data.gblcdn.com/data/*gblcdn*.js
mcloud.to,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
||up-load.io/ds1/js/nt.js
kickassanime.ru/codea/
||kickassanime.ru/sime*/$subdocument
userupload.net##form .fileBottom
stechies.com##.ad_mark
smwebs.xyz###link-view > center
smwebs.xyz###link-view > center + div[style="text-align: center;"]
||clips4sale.com^$image,domain=ticklingforum.com
||ticklingforum.com/*/*Banner$image
ticklingforum.com##div[id*="_banners_"]
goal.com##a[href^="https://ad.doubleclick.net/"]
||gdriveplayer.co/ads.xml
||playerseo.club/luxury*.mp4
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"]
webcamshows.org##.Dvr300
hackforums.net##.mam-header > a[href][target="_blank"] > img
||hackforums.net/uploads/mam/*.gif
||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;"]
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"])
sexcelebrity.net,3movs.com,filtercams.com,watchmygf.me,porndr.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=
/^https?:\/\/(www\.)?pornorips\.com\/[a-z\d]+\.js$/$domain=pornorips.com
||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/
||gelbooru.com/extras/
gelbooru.com##div[style^="width: 728px; height: 90px"]
youtrannytube.com##.random-td
frprn.com,youtrannytube.com##.footer-spot
/iframe.php?spotID=$domain=youtrannytube.com
escortbook.com##body #ebsponAxDS
escortbook.com##div[id^="escortbook_ads_type"]
||bigleaguepolitics.com/wp-content/plugins/adtoniq/
||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
prostylex.org,ettvcentral.com,skytorrents.to###vpnvpn
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##.poper_show
gogoanime2.org##.adsverting
||extramovies.wiki/wp-content/uploads/*/red.png
g-status.com##.topadv_placeholder
||cdn.performit.club/scripts/nwm-pw.min.js
upscpdf.com##.e3lan-below_header > a[href^="http://bit.ly/"] > img
imtranslator.net##div[style="width:315px;text-align:center;"]
antivirussoftwareguide.com##.sidebar-block__top-product-block
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
carsguide.com.au,lightnovelworld.com,coinranking.com,tutorialrepublic.com,adz7short.space,short.croclix.me,milesplit.com,adz7short.space,forum.xda-developers.com,countle.com,chron.com,picmix.com,pornsfw.com##.leaderboard
kmbc.com##.ad.rectangle
mycast.io##.graphic-big-holder
||yourlust.com/m/js/mobile.min.js
||ecpms.net^$popup
apk4all.com##.ny-down > a[rel="nofollow"][class="more-link"][title="Download"]:not([href*="?app_id="])
latimes.com##.GoogleDfpAd-wrapper
.com/js/customscript.js|$domain=wankoz.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
||imglnkd.com^$domain=amateurporn.me
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
||besthindisexstories.com/bhk.js
besthindisexstories.com###widgets-wrap-sidebar-right > #enhancedtextwidget-3
besthindisexstories.com###widgets-wrap-sidebar-right > #enhancedtextwidget-5
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
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
ettvcentral.com,ettv.to##.imdb > div[class^="download_liinks"]
looper.com##.recommended-heading
||xxxdessert.com/tube/player/html.php?aid=pause_html&*video_id=*&*referer=
||imgmercy.com/folo.js
sexu.*##.player__side.player-related
sexu.com##.content__body .info
://s3.amazonaws.com/*?trkch=*&visitor_id=*-aff0-*&client=*&u=$redirect=nooptext,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://theporndude.com/"]
sexy-youtubers.com##a[href="http://weknowporn.com"]
htpcguides.com##.inside-right-sidebar > #text-18
crystalmark.info##a[href^="https://suishoshizuku.com/"]
saveur.com##div[class*="arcAds"]
watchcartoonsonline.eu##.sidebar_list > #text-7
||watchcartoonsonline.eu/inc/ggz/ffa.js
celebritygalls.com##.articles-container > article.card[style="border:5px solid black;"]
||bitco.world/brave2.gif
||imgoutlet.pw/lksgx.js
all81soft.com##.header + div[data-op^="/go/"]
pornid.*##.cs-under-player-link
pornid.*##.rsidebar-spots-holder
||pornid.*/azone/
||pornid.*/pid/dev.js
fatherly.com##.article__leaderboard-ad
fatherly.com##.in-article-ad
dictionary.com##aside[id$="-top-300x250"]
namethatporn.com##div[onclick^="FAB"]
||static.namethatporn.com/assets/prod/fab
||jelajahinternet.me/download3.png
rawstory.com##.rs_ad_block
opjav.com##.float-ct
opjav.com###ads_location
||opjav.com/bet/*_728х90.gif
||rapidvideo.is/genads.php
protoawe.com##.pausedView
||awestat.com/npt/banner^
||taboola.com^$domain=1fichier.com|espn.com|gamespot.com|popsci.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/"]
||imagezilla.net/gqwxtancgwaiet.php
gumtree.com.au##.user-ad-row.user-ad-row--featured-or-premium
||kshow123.net/assets/*.html$subdocument
||uiz.io/custom_theme/js/uref.js
||uiz.io/img/downloadbutton*.gif
/images/banner_$domain=cna.org.cy
||cdn-assets.bittorrent.com/*-banner-
||adshort.co/proxy-service-ab1.php
||1337x.unblock2.xyz/z.js
||1337x.unblock2.xyz/ab*.js
radio.net###section-ad
||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]
linkedin.com,bikeradar.com##.ad-banner-container
||toplessrobot.com/wp-content/themes/smart-mag-child/js/vmg-ads.js
||winporn.*/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]
sexgifs.me,mysanantonio.com##a[target="_blank"] > img[width="300"][height="250"]
nekopoi.care##a[href^="https://bit.ly"] > img[alt*="iklan "]
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
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
||backgrounds.wetransfer.net/brand/
youx.xxx##.player-banner
||pornalin.com/*.php
pornalin.com##.block_spots
pornalin.com##.section_spot
pornalin.com##.aside_spots
pornalin.com##.js-banner-player
/^https?:\/\/[a-z0-9]+\.rumormillnews\.com\/images\/(make_my_day.JPG|banner3kevinremade.jpeg|banner3kevinremade.jpeg|africanfamily3.jpg|acm-homeworkshop.jpg)/$domain=rumormillnews.com
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])
.blogspot.com/*/*ADtulo-2.jpg
sportsplays.com##.bannerZone
fux.com,porntube.com##.native-footer
uiporn.com##.top-sponsor
theroar.com.au##.pm-ad-unit
bulbapedia.bulbagarden.net###laptop-box
yifymovies.tv##.sidebar .textwidget > div[style*="width: 300px; height: 600px;"]
kimovil.com##.kau
||hd21.*/templates/base_master/js/jquery.shows.min.js
freepik.com###main > section[class=""][id*="_"]:not([class*="spr"])
gamerguides.com,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
jawcloud.co##.loloba
putlockerstoworld.com##a[href^="https://deloplen.com/"]
star-telegram.com,sacbee.com###zerg-target
new-movies123.link,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"]
porndr.com##iframe[id="inp_iframe-pd-nat-h"]
porndr.com##.content > .bottom-pct
encurta.eu,oko.sh###link-view > a[href][target="_blank"] > img
||oko.sh/sw.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
msn.com##div[data-m*="RiverMarketPromo"]
yts.mx##div[class$="-bordered"]
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])
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
/wp-content/themes/dooplay/nex1.$domain=mangoporn.co|playpornfree.xyz
||movcpm.com/watch.xml?key=
||displayfusion.com/ImagesCommon/Content/FileSeek/
||hdeuropix.com/hdmgor.js
||hdeuropix.com/hdmdol.js
flix555.com##body > a[style="position: fixed; top: 0; left: 0; right: 0; bottom: 0"][target="_blank"]
pornxs.com##div[data-ad-index-parent]
leechall.com###overly
||vidbob.com/player*/vast.js
||cdn.cloudfrale.com/Managed/*.mp4
pornhub.com,pornhub.org,pornhub.net##a[href^="https://weedmaps.com"]
pornhub.com,pornhub.org,pornhub.net###hd-rightColVideoPage > .clearfix:first-child
msn.com##div[aria-label="property by domain"]
msn.com##div[aria-label="from our partners"]
zuketcreation.net,bestprosoft.com,cracksmod.com##.affiliate_download_imagebutton_container
macrotrends.net##.adx_top_ad
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
winkawaks.org##.google-adsese
letmejerk.com##.video-wrapper > aside[class]
highporn.net,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###td-top-mpu-1
coolrom.com.au##table[width="100%"][height="100%"] > tbody > tr > td[style="margin:0px;padding:0px;"][width="336"]
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;"]
oregonlive.com##.revenue-display--wide
javdragon.com##.aft_bnr
||wantedbabes.com/fload.js
||wantedbabes.com/images/wantedbabes.com/p2_parent.js
||aweproto.com^$domain=kodiak.top
||protoawe.com^$domain=kodiak.top
||awestat.com^$domain=leporno.org
||pussytorrents.org/js/striptools/t*_*.js
||whenisgood.net/static/pics/ycbm-ad.jpg
||xxxdessert.com/*_fe.js
||tvbarata.club/ads/
wwwstream.pro,gamehub.pw###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
||movies123.pics/addons/partners/
gomovies-online.link,new-123movies.net,solarmovie-online.*,real-solarmovie.com,couchtuner.*,1primewire.com,new-movies123.link,01fmovies.com,putlocker.style,movies123.pics,gomovies.bid,solarmovie.fun##div[id] > .close.ico
gomovies-online.link,new-123movies.net,solarmovie-online.*,real-solarmovie.com,couchtuner.*,1primewire.com,new-movies123.link,01fmovies.com,putlocker.style,movies123.pics,gomovies.bid,solarmovie.fun##div[id] > .close.ico + a[href="/user/profile/premium-membership"]
fmovies.gallery,123movies.gallery,01fmovies.com,123movies.domains##div[style="display: block;"] > .close.ico
fmovies.gallery,123movies.gallery,01fmovies.com,123movies.domains##div[style="display: block;"] > .close.ico + a[href="/user/profile/premium-membership"]
gomovies-online.link,new-123movies.net,solarmovie-online.*,real-solarmovie.com,couchtuner.*,1primewire.com,putlocker.style,movies123.pics,gomovies.bid,fmovies.gallery,123movies.gallery,01fmovies.com,01fmovies.com,123movies.domains##a[href="/user/profile/premium-membership"] > img
gomovies-online.link,new-123movies.net,solarmovie-online.*,real-solarmovie.com,couchtuner.*,1primewire.com,new-movies123.link,putlocker.style##.jw-logo[style^="background-image: url("][style*="/addons/"]
movies123.pics##.jw-logo[style^="background-image: url(\"https://movies123.pics/addons/"]
gomovies.bid##.jw-logo[style^="background-image: url(\"https://gomovies.bid/addons/"]
fmovies.gallery##.jw-logo-top-left[style^="background-image: url(\"https://fmovies.gallery/addons/"]
movies123.pro##.jw-logo-top-left[style^="background-image: url(\"https://movies123.pro/addons/"]
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/"]
gomovies-online.link,new-123movies.net,couchtuner.*,1primewire.com,new-movies123.link##.jwplayer > div.afs_ads ~ div[style*="z-index"][style*="position: absolute;"]
msn.com##.provAd
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
||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.*##div[style^="float:left; width: 300px; height: 250px;"]:not([class]):not([id])
kissasian.*###leftside > div[style="margin-bottom: 10px; overflow: hidden; width: 728px; height: 90px;"]
||unblocked.*/abd.js
||unblocked.*/abe.js
zooqle.unblocked.icu##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;"]
mangaowl.com,037hdd.com##div[id^="ads_"]
037hdd.com###sidebar > div[class="widget_text sidebarborder"]
||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
porndr.com##.we_are_sorry
||porndr.com/player/html.php
tryboobs.com##.two-rcol
||uploadrar.com/dating.jpg
chrispederick.com###sponsor
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
sexvid.*##.bottom_spots
||xxxonxxx.com/a.php|
chess24.com##.ad3rdParty
closeload.com###clk_btn
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;"]
||vkprime.com/player*/vast.js
||greedseed.world/vast_tag/*.php
ottawacitizen.com##.adsizewrapper
japscan.to##div[id^="p_root_"] #p_native
dummies.com##.ad-post > section.ads
pornoflix.com,lapagan.net,kaplog.com###v-overlay
hentaiprn.com,kaplog.com##.Thumbnail_List > .xtact
hentaiprn.com,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
anyporn.com,sex3.com##.inplb3x2
vivatube.*##.livecams
vivatube.*##.clear + .mt15.container[style="margin-top:15px; border-bottom:0;"]
vivatube.*##.thrcol > .thr-rcol
||tvmovieflix.com/468__60-Orange-
||protoawe.com/vast/
||fc.lc/js/nt.js
||fc.lc/*.html$~third-party,subdocument
||japscan.to/sw.js
||youtubeloop.net/img/banner/*-banner.gif
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
||1373837704.rsc.cdn77.org/mobilead.js
||1373837704.rsc.cdn77.org/entry2.js
watchonetreehillonline.com,watchhowimetyourmother.online###contenedor > #keeper2
reblop.com##[href^="https://t.frtyo.com/"]
||filerio.in/images/logo_bw.png$popup
||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
hgtv.ca,mapquest.com,pornhub.com,pornhub.org,pornhub.net##.adWrapper
||ckk.ai/sw.js
ups.com##.ups-tracking_banner_img
cointiply.com##iframe[src^="/api/ads/"]
apkmos.com##.td-header-sp-recs
allthatsinteresting.com##.post-content > .pbh_inline
allthatsinteresting.com##.banner-row
3movs.com##.nav > li.cams
||ouo.io/js/adv
||xcafe.com/jkzx/VCYQAfEIoJ.js
||xcafe.com/*.jsf?m=
ouo.press,ouo.io##.content a[href][target="_blank"]
||ouo.press/js/*.js?
||ouo.io/js/webpush.ma.js
||floater.playstream.media^$domain=ouo.io
javrank.com##.home-featured-ad
livesport.ws##a[href^="http://clickstats.online/"]
||xopenload.me/wp-content/themes/PsyPlay/nex1.
javsubtitle.co###impanel
||content-cdn.y2mate.com/themes/js/pa.js
porn555.com##.vda-x2
3prn.com##iframe[src^="//ads.exosrv.com/"]
3prn.com##iframe[src^="https://syndication.exosrv.com/"]
||3prn.com/even/ok.php
bobs-tube.com,tubsexer.*##.sponsored_top
tubsexer.*##.header_link > a[href="https://tubsexer.com/link/limited-1-offer-or-exclusive-1-deal/"]
pornj.com,see.xxx,pornl.com##.vda-item
opensubtitles.org###search_results > tbody > tr[style^="height:115px"][style*="background-color:"]
imagefap.com##a[href^="https://awejmp.com"]
firstpost.com##.fixBtm
firstpost.com##.add_placeholder_300_600
firstpost.com##.add_placeholder_300_250
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
||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/"]
kisstvshow.net,kisstvshow.to##.barContent > div:not([class]):not([id]) > div[style="width: 300px; margin: 0px auto;"]:not([class]):not([id])
kisstvshow.net,kisstvshow.to##div[style="width: 620px; margin: 0px auto; overflow: hidden;"]:not([class]):not([id])
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"]
pornclassic.tube,tubepornclassic.com,xanimeporn.com,blackmod.net,multiup.eu,orbz.io##div[style="width: 300px; height: 250px;"]
blackmod.net##.p-body-content > div[class="lSSlideOuter noticeScrollContainer"]
||pornhd.com/*.php?$script
gizchina.com##.vwspc-section-sidebar > .vw-sticky-sidebar > div[id^="text-"]:not(#text-29)
forums.androidcentral.com##.mn_postbit > .row > .mn_deals__widget
||bubble*life$redirect=nooptext
||check-prizes-now*.life^$redirect=nooptext
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;"]
hentaiporn.one,povaddict.com,myxclip.com##.adv-square
myxclip.com##.adv:not(#adv-2)
||blameless.work/gorge/approval.js
||blameless.work/gorge/conqueror.php
4pig.com,levelsex.com##.banner_page_right
japvid.xxx##.thumb-banner
anime-planet.com##.video-banner
software-on.com##._ning_cont > ._ning_inner
streamzz.*,vidlink.org,streamz.*,nullpk.com,mitly.us,merdekaid.online,software-on.com##a[href^="http://deloplen.com/"]
al.com,oregonlive.com,nj.com##.main-wrapper > #belowToprail
||propvideo.net/vast.php
||streamporn.pw/wp-content/themes/PsyPlay/billo.
weather.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
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"]
springfieldspringfield.co.uk##.additional-content2
nbastream.io##.w-100
filecrypt.cc##.support_2
||live-sports-stream.net/media-resources/other/scripts/tsc-widget-v1.min.js
forums.crackberry.com##.mn_deals__widget
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
vipleague.pw,vipbox.im,vipleague.bz##div.text-center > button[data-open="_blank"]
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"]
||mp4upload.com/b3.html
musicbusinessworldwide.com##.mb-interstitial--popup
||xcum.com/*/s/s/adhs.php?
||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;"]
coub.com##.viewer__sad
ibizaglobalradio.com##.banner-publi
sexu.com###nv_ads
||sexu.com/ifrm/
||watchonlinemovies.com.pk/wp-content/uploads/2016/10/logo.png$popup
||xxxkingtube.com/*/ban/json/
||pci.xxxkingtube.com/v*/a/*/js|
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
||watchpornfree.ws/wp-content/themes/toroflix/nex1.
musicbusinessworldwide.com##body .mb-advert
musicbusinessworldwide.com##body .mb-block--advert-side
sciencedaily.com##.sidebar > .half-page
sciencedaily.com##.sidebar > .bottom-rectangle
sciencedaily.com##.left-skyscraper
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"]
||fmovies.cab/asdfasgdUUy
||loadshare.org/custom/*/fmovies_480p.mp4$domain=fmovies.cab
uploadev.com##form #downloadBtnClick ~ a[target="blank"][rel="nofollow"]
uploadev.com###direct_link > a[target="blank"][rel="nofollow"]:not(.directl)
agar.io###mainui-ads
wjla.com##div[class^="ddb_300x250_"][class*="largeRectangleAd_container_"]
epaper.timesgroup.com##.GoogleDFP
europixhd.net###MyImageId
||europixhd.net/js/propadbl
||hdeuropix.io/hdm*.js
||nzbindex.nl/i/top_*_*?_=$xmlhttprequest
||nzbindex.com/i/top_*_*?_=$xmlhttprequest
nzbindex.*##.inner > a[href] > img
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,youfreeporntube.net,reallifecam.vip##.nav > li > a[target="_blank"]
hdzog.com##.main-content > .block-thumbs:not([class*=" "])
4tube.com###ad_player
||shaggyimg.pro/crackle/carouseal.js
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]
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-"]
||safelinkconverter.com^$third-party
viprow.net##button[data-lnguri*="banner"]
usgamer.net##.below-comments > .recommendations
pornoxo.com##div[class*="advi"]
pervclips.com,pornicom.com##.thumb_spots
olympicchannel.com##.adv__300x300
yesnetwork.com###sponsored-takeover-container > .header-stats
||fun1.arcadeprehacks.com/*/*_d.js
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
||wordcounter.icu/js/health.js
wordcounter.icu,passgen.icu##div[style^="z-index:99"][style*=";position:fixed;"][style*="left:50%;transform:"][style*="translateX(-50%)"]
shurt.pw,uii.io,short.pe,clik.pw##div[style="z-index:99999;position:fixed;bottom:10px;left:50%;transform: translateX(-50%)"]
nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.e12j3pa50
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###stream-panel ol > div[id^="mid"][type="supplemental"]
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##body > #app > div[class^="css-rpp"][class*=" "] > div[class^="css-"][class*=" "]
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.eaca97t1v
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###mktg-wrapper.eaca97t0
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###mid2-wrapper.eaca97t0
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###mid1-wrapper.eaca97t0
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.css-1yvwzdo
1001tracklists.com##.img15ad
1001tracklists.com##.bannerFP
derpibooru.org###imagespns
||derpicdn.net/spns/*.gif
adultwalls.com##a[href^="/links/go"]
||adultwalls.com/istripper^
plusone8.com##a[href="http://bongacams2.com/track"]
rankedboost.com##.ArticleTopInsert
rankedboost.com##div[class^="ArticleInsert"]
||playbuzz.com^$domain=javarevisited.blogspot.com|nsfwyoutube.com|readlightnovel.org|sportsplays.com|dailyhive.com|straightdope.com
||speedporn.net/wp-content/themes/retrotube/nex1.js
amateur8.com,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;"]
||animehub.ac/api/pop.php
forebears.io##.banner-h
||forebears.io/data/*/dna-h.html?*&ads=
biqle.ru##.message-container
||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
infotelematico.com,thumb8.net,hindian.net,bestjoblive.com,geekermag.com###ai_widget-3
pornpics.com##a[href^="https://www.pornpics.com/to/"]
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
||uploadev.com/mngez/images/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.*##.aside_video > .wrap > .title
simply-hentai.com##.page-leave
simply-hentai.com##.text-center > div[id] > div[class]:empty
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
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
||eontent.streamplay.to/apv.hh?$important
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
mydramaoppa.com###fakeplayer
ultimate-guitar.com##.js-ad-alternative
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;"]
jazzradio.com##.one-third > .bare
offerup.com##.db-ad-tile
||idtbox.com/js/wire.js
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
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/
/^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
washingtonpost.com##div[class*="pb-f-ad-leaderboard"]
addoncloud.org##.well.vpn
addoncloud.org##.vertical-left
courant.com##div[data-pb-name="DFP Ad"]
astrorace.io,stream4free.live###promo
player.javbraze.com,stream4free.live###closeButton
||goo.gl/jvPtF2$domain=stream4free.live
||static.depositfiles.com/js/utar*.js$important
peeplink.in###thin_border > article > div > h5
peeplink.in###thin_border > article > div > h5 + a[rel*="external"]
||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.*##a[href^="/dirddl-now?"]
/images/fr.jpg$domain=audiobookbay.*
/images/bz.jpg$domain=audiobookbay.*
/images/bin.jpg$domain=audiobookbay.*
/images/d-t.gif$domain=audiobookbay.*
/images/shs.jpg$domain=audiobookbay.*
/images/hides.jpg$domain=audiobookbay.*
/images/dct.gif$domain=audiobookbay.*
/images/drt.gif$domain=audiobookbay.*
/images/shield$domain=audiobookbay.*
/images/dir.gif$domain=audiobookbay.*
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
download.cnet.com###download-fd-leaderboard-ad-top
a2zcrack.com###header-banner468
googleitfor.me,a2zcrack.com##center > a[href][target="blank"] > img
a2zcrack.com##a[href][target="blank"][rel="nofollow"] > h3
uploadev.com##a[href^="https://wronsironhow.club/"]
imtranslator.net###topframe
imtranslator.net##td[align]> div[style="padding:5px;margin:5px;border:1px solid #21497D;"]
minecraftforum.net,gamepedia.com##.xt-placement
minecraftforge.net##.promo-container
fetishshrine.com,vikiporn.com##.adv-aside
pornwhite.com,wankoz.com,pornicom.com,sleazyneasy.com,fetishshrine.com,vikiporn.com##.text_adv
||solarmovie.*/images/button.png
worldcuplive.stream,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
||freefansitehosting.com/ads/
||static.tellerium.com/close-icon.png
timesofindia.indiatimes.com##iframe[id^="google_ads_iframe"]
||3movs.com/player/html.php?aid=post_roll_html
||picturesboss.com/f.js
vidzstore.com,moviesroot.club,kissmanga.*,mangastream.mobi,clicksbee.com,cutlinks.pro,leechpremium.link###myModal
vedbex.com,adomainscan.com,clicksbee.com,cutlinks.pro,btc.ms##.modal-backdrop
kimochi.info##body > script + div[style="margin-top:10%"]:empty:not([class]):not([id])
travelmarketreport.com##.topcenter_ad
travelmarketreport.com##.contentpayPalAd
travelmarketreport.com##.DestinationsRightAdSlide
earnz.xyz##.fadeInRightBig > a[href] > img
liveleak.com##div[class^="runative-banner-"]
quikr.com,theync.com,all-that-is-interesting.com##.header-banner
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;"]
clikern.com,oceantech.xyz,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"]
basenotes.net##.advertblock
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
||dailymotion.com/embed/video/x70pzw0?$domain=kickassanime.io
anyflip.com,fliphtml5.com##.fh5---banner---container
cnet.com##.amzn-native-container
||youtube6download.top/adx.php^$popup
||javwide.com/underpl.js
||123lnk.com/post/jsx.js
||xpee.com/application//assets/scripts/sgunder.js
||solarmovie.one/Public/img/solar_btn_
||solarmovie.*/templates/Solar/images/solar_btn_
solarmovie.vc,solarmovie.one##div[style*="text-align:center"] > a.textb
||ycapi.org/p/|$popup
anime-sugoi.com##center > a[rel="nofollow"]~br
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##.sort-menu > li > span > a.pignr
alphaporno.com##a[href="https://hellmoms.com/"]
xrisetube.com##.wrapper > .floating
xrisetube.com##.container > .floating
xrisetube.com##.container > .bottom-blocks
xrisetube.com##.container > .video-wrapper > .video-aside
perfectgirls.xxx,hentaihaven.xxx,hentai.tv,animeidhentai.com,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
techposts.org,findaudiobook.com,omgfoss.com###sidebar > #text-2
omgfoss.com###sidebar > #text-9
filthybritishporn.com##.bnnr
ettv.tv##div[class^="vp_a"]
ettv.tv##.imdb > div[class^="download_links"]
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
/wp-content/uploads/*/download*.jpg$domain=kolompc.com
/wp-content/uploads/*/download-*.png$domain=kolompc.com
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
jav.watch,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')"]
imgadult.com,imgtaxi.com##a[href^="http://xapi.juicyads.com/"]
dramacool9.io,vidcloud.icu##a[href^="https://bodelen.com/"]
||cdn.globwo.online/scripts/nwm-pw.min.js
torrentdownloads.info##a[href^="https://cybertool.co"]
torrentdownloads.cc##a[href*="bit.ly"][rel="nofollow"] > img[alt]
123movies.la##a[href][target="_blank"][class^="adsbut_"]
123movies.la##.mvi-content > div[class^="mvi"] > a.btn[target="_blank"]
123movies.la##.content-kub
123movies.la##a[href^="http://bit.ly/"]
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
pugski.com##.forum-sponsor
pugski.com##.section.sponsors
||discord.me/assets/img/units/digitalzealot_ad.png
kiplinger.com##.kip-banner
kiplinger.com##.kip-advertisement
megaurl.in###link-view > .form-group + center
jolygram.com###mgIdFrame
readsnk.com##.pages > div.img_container+div[class^="d-flex justify-content-center text-center"]
yeptube.net,tubeon.*##.thr-rcol
tubeon.com##.puFloatLine
tubeon.com##.drt-sponsor-block
tubeon.*##.envelope-coverap > div.spots
/:\/\/fmovies.[a-z]+\/[A-Za-z0-9]+$/$domain=fmovies.cab
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]
bunnylust.com##a[href^="http://wcrgl.freeadult.games/hit.php"]
/^https?:\/\/(www\.)?bunnylust\.com\/[a-z\d]+\.js$/$domain=bunnylust.com
||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"]
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
tvworthwatching.com##div[id^="cphContent_divAdvertisement"]
mshare.xyz,mshare.io##.ads_336
mshare.xyz,mshare.io##.download.file-info > div[style="margin-top : 20px; margin-bottom : 20px; "] > center > div[style="text-align:center;font-size:13px;color:#a1a1a1;"]
wcofun.com,wcoforever.net,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
tamilmv.cz,vidbob.com,igg-games.com,clipconverter.cc,s.to,revivelink.com,clickndownload.*,clicknupload.*,yalla-shoot.com,ffmovies.ru,fmovies.to##a[href^="//"][rel="nofollow norefferer noopener"][style^="position: fixed; z-index:"]
download.mokeedev.com##.ad-wrapper+div[class="center-align"] > span[class="grey-text text-darken-2"]
/asset/revad.js$domain=asianclub.tv|fembed.com
||maxedtech.com/promo*.php
maxedtech.com###sidebar-activate > aside[id^="custom_html-"]
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
udemydownload.com,phoneworld.com.pk##.theiaStickySidebar > #stream-item-widget-6
dl-android.com##center > button.btnDownload
||uptostream.com/assets/ads.xml
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?"]
||widgets.informars.com/*/mortgage/widgets/MiniMortgageTable.aspx?$domain=msn.com
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"]
apkmirror.com##.google-auto-placed
||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][rel="nofollow"]
/:\/\/[A-Za-z-0-9]+.[a-z]+\/[A-Za-z-0-9]+\/\d+$/$domain=shaanig.se
||shaanig.se/sw.js
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"]
sexwebvideo.me##.uk-navbar-nav > li > a[href^="https://p.hecams.com/"]
sexwebvideo.me##.page-header > a[href^="https://bongacams.com/track?"]
redtube.com,redtube.net###top_main_menu > li > a[id^="paid_tab_"]
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"])
toptenreviews.com##div#prime-day-deals[data-widget-type="deals"]
daftsex.net,kissjav.*##.is-12-touch.is-narrow-desktop.has-text-centered
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"]
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.*##div[style="overflow: hidden !important;"] > center > div[style="width:100%; height: 100px;overflow: hidden !important;"]
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]
itsfoss.com##.sidebar #text-11 .wp-coupons
comnuan.com##.cmnnsticky
gsmchoice.com###left-con > div[style="min-height:280px;"]
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
toolson.net##.adaptad
tvbanywherena.com,encoretvb.com##div[id^="square-ad-"]
||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]
clk.ink,clk.icu,123link.pro##.box-main > .banner > .banner-inner
||123pandamovie.*/125_125.js
5movies.to##.watch-now
valueresearchonline.com###fixed_footer
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"]
||iresearchnet.com/wp-content/uploads/*/banner-discount-300-300-.png
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
apkpure.*##.left > .ad-left ~ div[style^="margin: 0 auto 20px auto;position: relative;width:100%;overflow: hidden;height: 150px; background: #fff;"]:not([class]):not([id])
gamecopyworld.com##iframe[src^="$_news.php?"]
||gamecopyworld.com/games/*.mp4
ymovies.to###banner_publi
yeswegays.com##.twocolumn > .r-col > .side-spot
likeporno.me,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
mtlblog.com###article-text > div.awrapper
mangarock.com###taboola-below-article-thumbnails-last-page-vertical
independent.co.uk##.section-content .premium-content
audiobyray.com##.cat-carousel
||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"]
tmearn.com##iframe[src*=".tmearn.com/"][style^="overflow:hidden;"]
collectionofbestporn.com##.main-nav-list > li > a[rel="nofollow"]
wikihow.com##.ad_label_related
wowhead.com##.page-content > div.sidebar-wrapper
gceguide.com##.tringdad-main
popculture.com##body .modernInContent > div[id^="oas_FC"]
monoprice.com##body .global-adsense
||1373837704.rsc.cdn77.org/flash.js
thefappeningleak.com##a[href^="https://888celebs.com/"]
mustangnews.net##.widget_thbadsingle > a[href] > img
||wing.kmplayer.com/cache/json/kmp_tvbox.json
updatesmarugujarat.in###HTML7
updatesmarugujarat.in###adsense-target #adsense-content
eporner.com##.dropdown > li > a[rel="nofollow"]
||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
amazon.com,amazon.de,amazon.co.uk###ADPlaceholder
||gaypornempire.com/inthefront.js
gaypornempire.com##.block-300x250-ads
gearslutz.com###crawler
gearslutz.com###noticesContainer
anyshemale.com##.section > .wide + .sidebarv
anyshemale.com##.wide > .af
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"]
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
postandcourier.com##.dfp-ad-div
postandcourier.com##div[itemprop="articleBody"] #queryly_campaign
nudogram.com##ul.primary > li > a[target="_blank"]:not([href*="nudogram.com"])
mirror.co.uk###div-gpt-native:not([id*="recommendation"])
birminghammail.co.uk,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"]
denofgeek.com##.block-taboola
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
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
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"]
kizi.com##.category_banner
nettruyen.com##.yanad
||dailymotion.com/embed/video/x649mo1?$domain=nettruyen.com
webgradients.com##.phoenix_popup
webgradients.com##a.js-reach-goal.jumbo--phoenix
telecomtalk.info##.second_post_adv_main
||justjared.com/tools.js
||justjared.com/index_revive.php
||taboola.com^$domain=wgrz.com
||flyordie.com/games/online/iframeafg*.html
anon-v.com##div[style="max-width: 640px; text-align: center; margin: 0 auto;"]
yugioh.com###sidebar > .ad-01
xbjav.com,javdragon.com##.poplayer
csgo-stats.com,hdmp4mania1.net,adultbay.org##a[href^="http://bit.ly/"] > img
||uii.io/js/u3.js
gayfuror.com,pornjam.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;"]
voirfilms.ws##a[href="javascript:;"]
/images/banners/*$domain=free-strip-games.com|buzz50.com|linuxsecurity.com
/^https?:\/\/(ww.\.)?m4ufree\.tv(\/[a-z\d]{0,2}){3}\/[a-z\d]+\.js$/$script,domain=m4ufree.tv
trueachievements.com###topad-wrap
||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,pornhub.org,pornhub.net##.sectionWrapper > .videos[id] > li[class^="sniper"]:not(.videoblock):not(.videobox):not([id^="playlist_"])
||xxxdan.com/aa474eaa.js
||akaihentai.com/fro_lo*.js
||api.whizzco.com/demand/*/rtads
debka.com##.ads_single_side
thesaurus.com##aside[id*="_serp_"][id*="tf_"][class]
desipapa.tv##.video-tb > .video-col
freepornxxxhd.*##.phdZone.zone
pornhdin.com##.remove-ad-block
pornhdin.com##.video-player-overlay
pornhdin.com,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"]
whackit.co##.adcon
whackit.co##.adconleft
whackit.co##div[class^="sideadvertdiv"]
||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
mangahelpers.com,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"]
readshingekinokyojin.com###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"]
pcgamesn.com###pcgamesn_ad_billboard
pcgamesn.com##.ad_bgskin
pcgamesn.com##.flow_ad_wrap
pcgamesn.com##.sl_wrap
pcgamesn.com###pcgn_custom_slots
pcgamesn.com###pcgnAF-_af
football.fantasysports.yahoo.com##a[class*="yfa-rapid-module-"][class*="Promo"]
123movies.la##.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"]
milfzr.com##.wpfp_custom_ad
milfzr.com##a[rel="noopener"] > img[height="125"]
||anyporn.com/aa/$xmlhttprequest,redirect-rule=nooptext
||anyporn.com/aa/s/s/suo.php$redirect=nooptext
||anyporn.com/aa/s/s/su.php$redirect=nooptext
||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
script-stack.com,thewpclub.net##.bsac
bing.com###b_content > main[aria-label] > #b_ims_bza_pole
bing.com##.shop_page .br-poleoffcarousel
bing.com##.b_spa_adblock
bing.com###b_content > div#pole > div[class="ra_car_block ra_pole"] > div.ra_car_container
bing.com###pole > .productAd[data-ad-carousel]
bing.com##.b_adPATitleBlock + div
bing.com##a.sb_meta[href^="http://advertise.bingads.microsoft.com"]
bing.com##.promotion-panel-inner
icutit.ca##.banner-captcha > .banner-inner > #headlineatas
||youtube.com/embed/$domain=icutit.ca|sxyprn.net
/^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,vipleague.pw,vipleague.bz##button.btn[onclick^="landPage("]
viprow.net,vipleague.pw,vipleague.bz##button.btn[onclick^="opendefuser"]
||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])
kimcartoon.to##.barContent > div > div[style^="width: 300px; height: 250px; float: left;"]
||14powers.com/images/EEOG.png
moviewatcher.is##a#show-button[target="_blank"][rel][href^="/"]
sportsbay.org###site-contenedor
addictivetips.com##.bottomdeal
addictivetips.com##a[href^="https://www.addictivetips.com/go"] > img
citethisforme.com##.sbm-ad
||haxhits.com/gdata/ad-vast.xml
healthline.com##.article-body > div[class^="css-"][class*=" e"]
healthline.com###site-header + div + section.css-9vohld
adsrt.com##div[id^="M"][id*="Preload"]
adsrt.com##.SC_TBlock
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=
eurogamer.net,eurogamer.de##.game-spotlight-advertising
||crazyshit.com/js/pu^
||crazyshit.com/static/js/ab^
digit.in###sidebar > .advertisements + .scoPannel > .specs-box
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"]
bdcraft.net###bottombanner
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"]
bgr.com##.entry-content > .dont-miss
||qdownloader.net/img/dl-btn-banner-
bitdownloader.com,qdownloader.net##.bannera
mylust.com###wrapper > div[style*="color:#7f7f7f;font-family:Arial,Tahoma;font-size:14px;"]:not([id]):not([class])
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;"]
||handjobhub.com/assets/paysites^
||www.dm5.com/wxhfm.html^
javrom.com##.div-relative
||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
yespornplease.com##div[class^="col-"] > .well:not([class*=" "])
||imgsmarts.info/bast^
||mangoporn.net/125_125.php
||mangoporn.net/125_125.js
redtube.com,redtube.net,pornhub.com,pornhub.org,pornhub.net###main-container > .abovePlayer
indiatoday.in##div[id^="block-itg-ads-ads"]
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
123moviesfree.sc##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
||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
parkers.co.uk,motorcyclenews.com##.site-header-ad-notification
||voyeurhit.com/js/2704.js^
thehackernews.com##.right-box > .zoho-box
||yurivideo.com/hclips/nvb_*.js
losmovies.*###nwmedia
losmovies.*##.aPlaceHolderOnlay
cambabe.me###list_videos_videos_watched_right_now_items > noindex
teenxy.com,alotporn.com,tubsexer.*,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
toros.co,2ddl.ws##.trtbl
2ddl.ws##.postarea > div[align="center"] > a[rel="nofollow"]
yahoo.com##li[class^="Bgc(geminiBgc)"]
yahoo.com###rawad-gemini-wrapper
mlb.com##.p-ad
||api.wikia.nocookie.net/*/wikia.php?controller=AdEngine*ApiController&method=getBTCode
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
rulesofcheaters.net,actressgalleryfcs.xyz,visionias.net###HTML11
||images-eu.ssl-images-amazon.com^$domain=sharespark.net
sharespark.net##center > div div[id^="randomContentServeId"]
etherealgames.com,androidmakale.com,tutorialspots.com,vivahentai4u.net,thetruedefender.com,nimtools.com,javhoho.com,thefappeningblog.com###text-4
||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
geekrar.com,techspite.com,professionaltutorial.com##.navigation-banner
youramateurporn.com##a[href*="out.php?"]
porns.land##.brazzersR
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"]
t3.com,gamesradar.com##.sponsored-post
||allcoins.pw/js/ref.js
shortit.pw##a[href^="./out.php?w=a&id="]
pornrewind.com##.header-menu > .container > ul > li > a[href="https://www.theporndude.com"]
analdin.com##.brazzers-link
porntrex.com##li[class] > a[target="_blank"][rel]
youjizz.com##a[href^="//"][target="_blank"]:not([href*="https://www.youjizz.com"])
txxx.com##a[href^="http://bongacams.com"]
||stream2watch.org/images/watch_now_button.gif
proporn.com,drtuber.com##.abtext
||media.porn.com/system/files/images/*.gif
bobs-tube.com##a[onclick*="_gaq.push(['_trackEvent',"]
bobs-tube.com##.social-bookmarks
xcadr.tv,fapnow.xxx,bobs-tube.com##.fp-brand
popsugar.com,popsugar.co.uk###pubexchange_below_content
weightlossgroove.com##.adsense_wrapper
bleachernation.com##.row > .post-list > [class^="code-block code-block-"][style="margin: 8px auto; text-align: center; clear: both;"]
xsexvideos.pro,mature-tube.sexy,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
expresspharma.in,gamertweak.com,thelivemirror.com,nullpress.net,frendx.com##div[itemtype="https://schema.org/WPAdBlock"]
sexwebvideo.me##.uk-panel-box > .trailer-sponsor
sexwebvideo.me##.footer-content > .uk-container-center .list-spots
||a1tb.com/300x250ntv
||kissasian.*/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
arangscans.com##body > div[class="font-sans"]
teenager365.com,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
||binomo.com/promo^$third-party
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
||shon.xyz/js/p.js
||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--"]
yourporn.sexy##body > #wrapper_div ~ a[href*=".rocks"]
thecambabes.com##.head_ifr
||thecambabes.com/images/Banners^
/t63fd79f7055.js$domain=jesseporn.xyz|kendralist.com|erotichdworld.com|freyalist.com|doseofporn.com|guruofporn.com|steezylist.com|moozporn.com|sharkyporn.com|lizardporn.com
sexysluts.tv##body > .wrapper ~ div[style*="z-index: 9999999;"]
watchseries.*,123movies.la##.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
mp4upload.com##div[id^="data_"][style="border:1px solid grey;width:300px;height:250px;"]
||upapi.net/pb/ex?w=*&uponit
mycujoo.tv##div[class^="TvApps__root_"] div[class^="TvSponsors__root_"]
sexwebvideo.net,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
||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"]
dreamamateurs.com##.media-box > .cs-link
app.myreadit.com###options > .ng-star-inserted
mangarock.com###taboola-article-thumbnails
@@||imgadult.com/anex/alt2.js
imgdrive.net##.if > iframe
imgdrive.net##a[href*="juicyads"]
imgdrive.net,imgadult.com,imgwallet.com##iframe[src^="frame.php"]
imgdrive.net,imgadult.com##.sidebar > h3 > a[href="#"]
goodtoknow.co.uk,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###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##.horizontalAxContainer
tetris.com##div[class^="verticalAxContainer"]
tetris.com###gameAxDivContainer
||cluster-*.cdnjquery.com*sha256_$script,domain=theultralinx.com
theultralinx.com##aside[phx-content-rail-ad-block]
cwtvembeds.com,caminspector.net##.hola_top_element
caminspector.net##body > .footer ~ div[style*="background-color: rgb(0"][style*="opacity"]
sexwebvideo.net,sexwebvideo.com,camsexvideo.net##.trailer-sponsor
xgaytube.tv##.b-header > .b-row > .b-main-nav > ul > li > a[href^="https://hd100546b.com/"]
||icy-veins.com/prolix^
||nudespree.com/t57f52d401ce.js
cinejosh.com##.googleAdPanel
cinejosh.com##.googleAdsSponsered
sport7.pw##.helldiv
dict.hinkhoj.com##.dict_add
tech-faq.com##.prl-entry-content > div:not(.adblock) > .adsbygoogle
||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
thehindu.com,radiotimes.com,theargus.co.uk##body .dfp-ad
kicdam.com##.article-body > .sia[data-ad="true"]
pixlr.com##body > .pro-app-wrap
bloomberg.com##.leaderboard-ad-dummy
etherealgames.com,androidphone.fr,esports.net,movilforum.com,apkmb.com,snat.co.uk,coursesxpert.com,thefappeningblog.com,nimtools.com,javhoho.com###text-2
courseboat.com,courseforfree.net,majav.org,bestcouponhunter.com###text-8
freetutorialonline.com,bestcouponhunter.com,courseforfree.net,analogictips.com,mangadeep.com###text-9
datingsitespot.com,utilitymagazine.com.au,mangadeep.com###text-16
thesurfersview.com##.mid-section > .right-part
||nudespree.com/a^
nudespree.com###inplayer-banner
nudespree.com##footer > .container > div[style*="height: 240px; background: white"]
neoseeker.com##tr.messagerow.alt[style="background-color: #E0E3EB;"]
||easyview.eu/sw.js
rdxhd.me##.add_poster
gamepedia.com##div[aria-labelledby="p-sitePromos-label"]
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
lesbian8.com##.invideo
||mycut.me^$domain=shortadd.com
3movs.com##div[class="3M-textlink"]
pinsystem.co.uk##.mh-sidebar > div[id^="enhancedtextwidget-"]
ebay.co.uk##div[title="ADVERTISEMENT"]
alphr.com##.block-dfp
ninjakiwi.com##.local-skin
ninjakiwi.com###lightbox_all
ninjakiwi.com###lightbox_osx_only
ustream.to,upstream.to,playtube.ws,ninjakiwi.com##.overlay
||shink.me/p/ifr^
asiancorrespondent.com##.article-mpu
||y5p6d9k6.ssl.hwcdn.net/holiday^$domain=trueanal.com
||titsbox.com/js/pns.min.js
titsbox.com##.inplayer_banners
titsbox.com##.player-aside-banners
vivud.com,titsbox.com##.in-gallery-banner
||rule34.xxx/aa^
dailymotion.com##div[class^="AdWatchingRight__container"]
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^
/ancensored.com\/js\/[-_a-zA-Z0-9]{12,}.js/$domain=ancensored.com
camvideos.tv##.thumb-live-model
||camvideos.tv/*ad300_250.php
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"]
hellporno.net##.main > .block-videos + div[style="margin:0 auto;text-align:center;"]
itsfoss.com##.Campaign
business.financialpost.com###section_2 > .adsizewrapper
countrylife.co.uk##.ipc-advert-class
mariomayhem.com###content > div[style*="width:300px; height:250px"]:not([id]):not([class])
||zdnet.com/m3d0s1/recommendation/
||taboola.com^$domain=livemint.com
androidpit.it,androidpit.com.br##.bannerSidebar
msn.com##.adprocess
||static.mytuner.mobi/media/banners/
afterschoolafrica.com,asianhobbyist.com###ai_widget-4
lifehacker.com##.splashy-ad-container
||hqq.tv/js/betterj/ban^
||vg247.com/wp-content/themes/vg247/scripts/mvg247-fsm.js
lifehacker.com##.ad-non-sticky
vivads.net##form ~ .row > .col-sm-4
vivads.net###my_div
||vivads.net/links/popad$popup
shemaleporn.xxx##a[href^="https://theporndude.com/"]
shemaleporn.xxx##.content-inner-col > .aside-itempage-col small
jizz.us,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###atop
||tranny.one/bd.php
||livejasmin.com/pu$popup
||tranny.one/js/fd.js
nend.io,shemaletubevideos.com,tube.shegods.com###advert
tube.shegods.com##.main-gal > .right-gallery
jizzez.net##.footer > .inner
its.porn,jizzez.net##.oneBanner
||jizzez.net/ai/s^
||peggo.tv/static/js/admaven.min.js
||peggo.tv/ad^
||primewire.life/gohere.php$popup
||bebi.com/js^$redirect=nooptext
tempr.email##.af-table-wrapper
hifivision.com##.p-body-pageContent > center
hifivision.com##.block-body center
hifivision.com##.block-body center ~ br
pushsquare.com,nintendolife.com##.google-mc
nintendolife.com##.item.item-insert
vipleague.bz##div.my-1[style="display: none !important;"] ~ .my-1
||namethatporn.com/assets/dev_popscript.js^
embedy.me##.center-block > #xel1
efukt.com##.header_menu_items > li.menu_item > a[target="_blank"]
efukt.com##.hardlinks.font700
javhay.net###sidebar > #custom_html-2 center > a[href] > img
gestyy.com,sh.st##.skip-advert
||hdmoza.com/nb^
kimcartoon.*##.kcAds1
||kimcartoon.li/Ads/
apkpure.*##.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;"]
||celebrity-leaks.net/*.php$script
||thefrappening.so/sproject/sproject.php
.com/ads/$domain=pornbraze.com|hdbraze.com
aruble.net###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/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"]
pornhub.com,pornhub.org,pornhub.net##.realsex
jav1080.com,sex-leaks.com,gay1080.com,javsister.com###boxzilla-overlay
jav1080.com,sex-leaks.com,gay1080.com,javsister.com##.boxzilla-container
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^
||cartooncrazy.net/mg*.html?
hanime.tv##.htv-flag
gizchina.com##.spotim_siderail
||img.gizchina.com/*/*_300x300
hyphenation24.com,gematsu.com,videogameschronicle.com,kongregate.com,wikihow.com,gamermatters.com,curiouscat.me##.adcontainer
smallnetbuilder.com##iframe[src^="//ws-na.amazon-adsystem.com/"]
coub.com##.coub__banner-timeline
cryptomininggame.com###sticky_bot_right
gifdb.com,tickertape.in,websiteplanet.com,nimbusweb.me,playtube.pk,mangareader.site,mangafox.fun,wallpaper-house.com,mangahub.io##.ads-container
poe.trade###main > div > .row#contentstart
||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
dressupmix.com##.banner300x600
||safelinku.net/fullpage/script.js
pornrabbit.com##.txt-a-onpage
/pornrabbit.com\/[a-z0-9]{1,2}.php/$domain=pornrabbit.com
asiananimaltube.org##.view_block > .right_block.rightBs
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"]
healthline.com##.css-g8s93n
healthline.com##.css-1031od0
healthline.com##.css-15wdjsy
zooqle.com##.panel-body li.text-nowrap > a[target="_blank"]
||cartoonporno.xxx/cont/js/pun-abc.js
thebrickfan.com###text-14
proxydocker.com##.container .adsbygoogle
proxydocker.com##.row[style*="margin-top: 0px;"] .facebookdiv
apkmirror.com##.amazon-ad
momondo.com##.rrc
momondo.com##div[onclick*="inline.ad"]
||mediausamns-a.akamaihd.net/*.mp4$media,domain=funimation.com
vi-control.net##.samBannerUnit > .SamLink > a[href] > img
||vi-control.net/Spitfire/LABS_*.gif
citationmachine.net##.container > .row[style="min-height: 120px;"]:not([id])
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-"]
x-vid.net,thexvid.com##.in-bg-pop > div#morev
proxydocker.com##.facebookdiv[style="min-height:200px;"]
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;"]
whatismybrowser.com##.fun
laptopmag.com###Ribbon_ad
laptopmag.com###responsive_ad
noonsite.com##.portlet-static-global-sponsors
xcafe.com##.footbnr
wordreference.com##.adtitle
||xcafe.com/*.php
xcafe.com##.divExoCustomLayer
spyur.am,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;"]
tdpri.com,xbunker.nu,broncosportforum.com,jeepgladiatorforum.com,titsintops.com,nudostar.com,satelliteguys.us,forums.macrumors.com,androidrepublic.org##.samCodeUnit
livescore.com##.wrapper > .bb:not(.header)
||zootube1.com/magnn.js
zootube1.com##[class^="content_aside-ad"]
searchenginejournal.com##.sej-unit
searchenginejournal.com##.sej-banner-section
searchenginejournal.com###scheader.media
gtaall.com##div[class^="banner-content-"]
romspedia.com###ad2
romspedia.com,gdforum.freeforums.net###ad1
||heroero.com/temp/2ava.jpg
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=skylinewebcams.com,important
vesselfinder.com###admap
wololo.net##.content > div[style*="background-color"]:not([class]):not([id])
||nudevista.com/xhr/xhr.html
whatleaks.com##aside[class="col-l clr"] > div.banner
king5.com##div[id^="taboola-below-article-thumbnails-"]
windowscentral.com##.adunit.inline-text
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
||pornofury.com/*/redirect.php$popup
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
bestmalevideos.com##.sidebar > div[id^="ad"]
highstream.tv##.cover
tvcatchup.com##.abContainer
msn.com##.secondary > li[data-m*='NativeAdHeadlineItemViewModel']
nationalpost.com###sidebar > .adsizewrapper
wikihow.com##div[id^="rightrail"][style^="height:"][class="rr_container"]
kitploit.com###MBB-Ads
kitploit.com##.widget-content > div[style="text-align:center"]
vidmoly.me###lo_sd
vidmoly.me###adios_container
dallasnews.com##.hdr-ad
eurosport.*,play.typeracer.com,slant.co##.AdContainer
eurogamer.*##div[class^="commercial-slot-"]
eurogamer.*##.desktop_mpu
eurogamer.*##.desktop-mpu
eurogamer.*##.stack-mpu
eurogamer.*##.homepage-billboard-container
gameplanet.co.nz###layoutTopBanner
gameplanet.co.nz##.sponsor-logos
followfollow.com,bluemoon-mcfc.co.uk##div[id^="snack_"]
followfollow.com,downloadcrew.com,eurogamer.net,rockpapershotgun.com##.mpu
spaldingtoday.co.uk,stratford-herald.com,northern-scot.co.uk##.MPU
slidetoplay.com###side-bar > div[id^="bl_html-"]:not(#bl_html-6)
timeextension.com##.item-insert
timeextension.com,nintendolife.com##.insert-label
nintendolife.com##div[data-dfp-sizes]
nintendolife.com##.items > .item-insert
micloudfiles.com###container > br
zeoob.com,nasdaq.com,micloudfiles.com##div[class^="ads_"]
micloudfiles.com###container > [style="text-align: center;"]
micloudfiles.com###container > h2 > center
micloudfiles.com###content > br
||intoupload.com/images/StartDownload.gif
||mobimart.it/smartbp.html
/^https?:\/\/xxximage\.org\/[a-z\d]+\.js$/$domain=xxximage.org
/^https?:\/\/imageboom\.net\/[a-z\d]+\.js$/$domain=imageboom.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
freepressjournal.in##.fpj_rshAd
assia24.com,assia23.com,assia4.com,assia.*##body > div[class^="ban"]
/css/banr*.html$domain=assia.*|assia4.com|assia23.com|assia24.com
/css/jquerymin*.js$domain=assia.*|assia4.com|assia23.com|assia24.com
/css/bannernov.js$domain=assia.*|assia4.com|assia23.com|assia24.com
||livexscores.com/rekban.php
buzztv.futbol,streamsport.pro,sportsonline.*,hdstreams.club###html1
escland.proboards.com##div[style^="display: flex; width: 700px; max-width: 100%;min-height: 250px;"]
speedporn.net##.sbox + #uwee
||speedporn.net/iamfront.js
hackedonlinegames.com,ihackedgames.com##.offer-alpha
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
hydrogenfuelnews.com,kodi-tutorials.uk##.ezo_ad
hentai-foundry.com,kodi-tutorials.uk##iframe[name="banner"]
kodi-tutorials.uk###main > .code-block
justwatch.com##publication-block
||t.frtyt.com/*offer_id=*&aff_id=
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%"]
uiporn.com,porngem.com##.bottom-b-s
||porngem.com/player/html.php?aid=*_html&video_id=*&*&referer
search.yahoo.com##.grad
tivocommunity.com###messageList .messageContent .messageText > .tivoBoxMessage
wstream.video,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
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
cartoon-sex.tv##.f-banner
||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
||pornwatch.ws/iamfront.js
||pornwatch.ws/bees.js
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
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
123movies.info##.host > a[href="#"] ~ a
123movies.info##.host > a[href="#"]
gostream.sc##.container > center > a > img
3movs.com##div#list_videos_related_videos
kimcartoon.me###mgiframe2
||kimcartoon.me/widgets/exo5x1.aspx
||kimcartoon.me/External/NativeKC
dynamicwallpaper.club##.affiliate
pictoa.com###searchContainerMenu > .menuTab
pictoa.com##a[onclick^="trackOutboundLink"]
||pictoa.com/31.js
||pictoa.com/*.php
||pandamovie.co/iamback.php^
myguidecyprus.com##div[class^="mdAd"]
iodine.com##.d-show
drugs.com##.sideBoxStackedAdWrap
||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
||playwire.com^$domain=megagames.com|readlightnovel.org|gamrconnect.vgchartz.com|poelab.com|lcpdfr.com|psu.com|gbatemp.net|sefemedical.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"]
||pururin.io/assets/js/js.betterpop.js
rentanadviser.com##.rklm_main
rentanadviser.com##.reklamtitle
adrama.to,icdrama.se###closeADV
icdrama.se,vlist.se###vb_adplayer
||icdrama.se/script.js
theoutline.com##[data-campaign2]
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
nfl.com##.bling
sankakucomplex.com##.vce-ad-container
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
wololo.net##center[ezoic][style*="margin"][style*="rcnt:"]
4shared.com##.sideRekl
hdzog.com###channel-banner
||imzog.com/sizo^
bloomberg.com##.native-content-footer
sportinglife.com##.gpt-container
||javhub.net/img/r18_banner1.jpg
marvel.com##footer > .social-bar-container + .ad
livecricket.is##div[id^="floatLayer"]
nfl.com##div.rsv-ae9db127[style*="background-color: rgb(221, 221, 221);"]
medindia.net##div[id^="ezoic-pub-ad-"]
onvasortir.com###pub_rectangle
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
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]
/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
paidcoursesforfree.com,odishabytes.com,techcodex.com,cgtips.org,themeslide.com,prajwaldesai.com,onlinefreecourse.net##div[data-adid]
||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])
securityweek.com##.simplemodal-overlay
securityweek.com##.simplemodal-container
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"]
|http*://$image,third-party,domain=rmdown.com
watchtheofficeonline.net,watchhouseonline.net,watchtopgearonline.net,watchcurbyourenthusiasm.com,watchsmallvilleonline.net,watchpsychonline.net,watchdoctorwhoonline.com,watcheverybodylovesraymond.com,watchseinfeld.com###contenedor > #keeper
winporn.*##.afsite > .thr-rcol
hdzog.com##.player-container > div[style] > span[class]:not([id]):not([style])
voyeurhit.com,hdzog.com###under-pl-ad
meow-share.com##.adsframe
ah-me.com##div[id^="ts_ad_"]
||ah-me.com/pig/oinkoink^
||res.cloudinary.com/*/raw/upload/*/*-vast*.xml$domain=saruch.co
||p.jwpcdn.com/*/vast.js$important,domain=fvsvideo.com|gomovies.bid|solarmovie.fun|fmovies.gallery|vidmoly.to|gdriveplayer.co|vidmoly.me|01fmovies.com|123movies.domains|fmovies.cab|tornadomovies.co|timesnownews.com|film21.online|opjav.com|saruch.co|contentx.me|hotstream.club|abc7.su|jeniusplay.com
||camvideos.tv/homeAD.php
camvideos.tv##.block-video > .table > div[style="margin:5px;padding:5px;text-align:center;"] > iframe
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"]
||orgyxxxhub.com/js/objad.js
orgyxxxhub.com###objad
||orgyxxxhub.com/eureka^
fuck55.net##ul[id^="ad_content"]
androidpolice.com##.home .tag-sponsored
indianexpress.com##.amazon-widget
||anysex.com/assets/f.html
||pornoreino.com/custom/reino_lo.js
windowscentral.com##div[id^="trc_wrapper_"]
wololo.net##div[id^="post_content"] > .content > div[style*="padding:5px; border:1px solid #c1c1e1;margin-top:5px;"]
||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^
||worldsex.com/assets/js/thnb.js
worldsex.com##.currently-blokje-block
||faselhd.com/promo_imgs/
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
cambabe.video##.margin-fix[id^="list_videos_"] > noindex > .place
||ipsw.me/assets/images/external/slide.png
global.americanexpress.com##.text-align-center.pad-tb
||watchop.io/*.html|
watchcartoononline.io##a[href*="/go?"]
rgmechanicsgames.com*VPN.exe
feed2allnow.eu###fanback
seriouseats.com##.entry-body > .product-widget
tubewolf.com,zedporn.com,hellmoms.com,alphaporno.com,pornwhite.com,xcum.com,wankoz.com,sleazyneasy.com,katestube.com##.bottom-banners
wankoz.com,sleazyneasy.com,katestube.com,sheshaft.com##.adv-aside
sheshaft.com##.player-info > .under-player
globaltv.com###shawVideo_playbackContainer > #corusVideo_VideoAds
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###adsFloat1
dansmovies.com##.addsinside
nastyrat.com###bn
||nastyrat.com/*_*.js|
appuals.com##.ad-popup
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
cointiply.com##.fl-ad-left
cointiply.com##iframe[src^="/api/userads/"]
poki.com##.Ez
poki.com##.FA
majorgeeks.com,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
||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"]
watchmynewgf.com##body > section.bb
||watchmynewgf.com/exo/
||watchmynewgf.com/js/mes.js
||watchmynewgf.com/js/cash*.js
webforefront.com##.adslot_leader
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
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])
livescience.com##body > [id^="bom_footer_ad"][style*="position: fixed; z-index:"]
digg.com##article[data-primary-tag-display="Sponsored"]
buzzfeed.com##.item--ad
||ip-ads.xcr.comcast.net^$media
nerdist.com###sub-footer-banner-wrapper-300
advocate.com##.block-heremedia-ads
investopedia.com##.ad-leaderboard
tennessean.com,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
tw.yahoo.com###util-travelads
||h2mp3.com/d/as.php
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"]
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;"]
fuckcelebs.net,onlinestars.net##.fp-ui > a[href][target="_blank"]
yahoo.com##.tabads
msn.com##div[data-aop*="taboolawidgetvnext"]
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])
amazon.de,amazon.com,amazon.fr,amazon.it,amazon.co.uk##.adFeedback
javseen.com,neowin.net##.footer-banner
kottke.org##a[href^="http://carbonads.net"]
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##cloudflare-app[app="flashcard"]
||iwantmature.com/ixxi^
hentaicore.org##a[href^="http://gamingadult.biz"]
||hentaicore.org/pub/bg-$image
||twincdn.com/special^$third-party
iwantgalleries.com##.bant
||iwantgalleries.com/axxa^
bloomberg.com,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
tokyomotion.net,player.javout.net,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
||static.mjg.in/widget/widget.js
||signup.leagueoflegends.com/?ref=$third-party
||o.aolcdn.com/ads/$third-party
||kontera.com/javascript/$third-party
||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
||amazonaws.com/amcdn/admvpopunder.swf
||360switch.net/b.js
||filesonic.com/premium-ref/$third-party
||agacelebir.com/apu.php?$redirect=nooptext,important
||togenron.com/apu.php?$redirect=nooptext,important
||stremanp.com/apu.php?$redirect=nooptext,important
||deloplen.com/apu.php?$redirect=nooptext,important
||koindut.com/apu.php?$redirect=nooptext,important
||parumal.com/apu.php?$redirect=nooptext,important
||dolohen.com/apu.php?$redirect=nooptext,important
||thterras.com/apu.php?$redirect=nooptext,important
||bestadbid.com/afu.php?$redirect=nooptext,important
||bodelen.com/apu.php?$redirect=nooptext,important
||cobalten.com/apu.php?$redirect=nooptext,important
||eoredi.com/apu.php?$redirect=nooptext,important
||go.mooncklick.com/apu.php?$redirect=nooptext,important
||go.oclasrv.com/apu.php?$redirect=nooptext,important
||go.onclasrv.com/apu.php?$redirect=nooptext,important
||moradu.com/apu.php?
||moradu.com/apu.php?$redirect=nooptext,important
||deloton.com/apu.php?$redirect=nooptext,important
||deloton.com/afu.php?$redirect=nooptext,important
||onclkds.com/apu.php?$redirect=nooptext,important
||ooredi.com/apu.php?$redirect=nooptext,important
||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?$redirect=nooptext,important
hentailove.tv##div[class^="ad-vid-"]
||hentailove.tv/images/af^
thevid.net###tbl1
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
||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"]
sports24.*##a[href^="/vpn"]
||x1337x.ws/js/eacafdcdbefcdcbd.js
||imgprime.com/grfl.js
javhay.net,katestube.com,capital.bg,wankoz.com,tubsexer.*,fetishshrine.com,pornicom.com##.advertising
pornicom.com###data > #related_videos_col + #related_videos_col
myhentaigallery.com,hdzog.com,voyeurhit.com##.footer-banners
updato.com##.post-ad-container
fusionbd.com##body > .path
fusionbd.com##body > .tmn
newsarama.com##.page-top-promo
mangarock.com##iframe[src^="/iframe/"]
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|mangapanda.com|mangareader.net|memecenter.com|watchcartoononline.io
||pornformance.com/player/html.php?aid=*_roll
xozilla.com##.JuicyAds-holder
xozilla.com##.right-video-dvertisement
myanimelist.net##.amazon-ads
||camwhores.video/t6e6d2454fa5.js
readms.net##.msa
cyclingnews.com##.dfp-plugin-advert
cyclingnews.com##.global-banner
||go.pub2srv.com/apu.php$redirect=nooptext,important
theoutline.com##div[data-campaign]
||porndoe.com/misc^$third-party
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"]
myfreeppt.com##.entry-content > div[style^="float: right; padding:"]
||amjadfreesoft.com^$third-party,image
pcmag.com##.slicker > .in-content-lazy
wololo.net##div[id^="w_temp_weblab_widget-"]
||androidcentral.com/sites/androidcentral.com/files/article_images/*/gamestash-970x460_2.jpg
shieldsgazette.com##.slab--commercialverticals
portsmouth.co.uk,thestar.co.uk,popularmechanics.com,shieldsgazette.com##.leaderboard-ad
||blogspot.com^$domain=image
payskip.org,tei.ai,movies123.pk,fullywatchonline.com,desiupload.co,downloadhub.fans,readm.org,javjunkies.com,multipastes.com,apk4free.org,iir.ai,tii.ai,birdurls.com,cutlinks.pro,extramovies.wiki,desiupload.in##center > a[href][target="_blank"] > img
ninjatrader.com##div[class*="Sponsored"]
vividscreen.info##.page .as
||123link.pw/js/full-page-script.js
spaste.com##a[href^="javascript:showhide('Adeals')"]
spaste.com##.pasteContent > h5
jizz.us,waxtube.com##.aside-itempage-col > .aside-itempage-inner-col > .box-container
||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###side_sponsor
zehnporn.com,freyalist.com,jennylist.xyz,sharkyporn.com,zoompussy.com##.stripper
ninjatrader.com##.outerWrap_728
spigotmc.org##div[id^="Sponsors"]
sportstream.tv##a[href^="http://sportstream.tv/out.php"] > img
spox.com##.adfb
spox.com##.sdgAnzeigenkennung
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$important
thegay.com##.bottom-adv
||static.thegay.com/assets/js/0309.js
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
imageweb.ws##a[href^="http://reallygoodlink.freehookupaffair.com"]
||ikhedmah.com/images/ref-banners/
||evtubescms.phncdn.com/videos/*/mp4_480.mp4$important
||evtubescms.phncdn.com/pre_videos^$important
humoron.com##body > table[width="764"][height="300"][border="0"]
xtube.com##.expandAside .adContainer + .js-pop
oke.io##.centeradcover
movoto.com##.guide-banner-container
wiltshiretimes.co.uk,heraldscotland.com,warringtonguardian.co.uk,eveningtimes.co.uk,swindonadvertiser.co.uk,andoveradvertiser.co.uk,asianimage.co.uk,banburycake.co.uk,barryanddistrictnews.co.uk,basingstokegazette.co.uk,bicesteradvertiser.net,borehamwoodtimes.co.uk,braintreeandwithamtimes.co.uk,bridportnews.co.uk,bromsgroveadvertiser.co.uk,bucksfreepress.co.uk,burytimes.co.uk,campaignseries.co.uk,chelmsfordweeklynews.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,southendstandard.co.uk,southwalesargus.co.uk,southwalesguardian.co.uk,stalbansreview.co.uk,sthelensstar.co.uk,stourbridgenews.co.uk,surreycomet.co.uk,suttonguardian.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,westerntelegraph.co.uk,wharfedaleobserver.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=
providr.com##div[id^="ezoic-pub-ad-placeholder-"]
pornwhite.com,sleazyneasy.com###after-adv
akvideo.stream,wstream.video##div[style][onclick^="window.open"]
1337x.st##div[id*="Composite"]
||1337x.st/js/faadccceffceedeef.js
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
||a.spankbang.com^$redirect=nooptext
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
||static.sportsbar.pw/scripts.js
lostarkcodex.com,regular-expressions.info,vibraporn.com,newsindiatimes.com,forum.sbenny.com,darkcapture.app,sportslens.com##.topad
||sportslens.com/files1^
sportslens.com###sidebar > div[id^="text-"]:not(#text-34):not(#text-42)
sportslens.com##div[id^="FMAds"]
||static.vidzi.tv/down.png
sporcle.com##body .ad-hide
sporcle.com##.header-right > div[style="text-align: center; overflow-x: hidden;"]
sporcle.com##div[id^="div-gpt-"]
porn.com##div[class*="-zne"]
androidcentral.com,imore.com,windowscentral.com##.adunit-wrap
||peekvids.com/away/pop$redirect=nooptext
peekvids.com##.watch-page-banner
peekvids.com##.add_href_jsclick
cumlouder.com##.p-bottom
cumlouder.com##.widget_bnrs
sleazyneasy.com##.banner-aside
||sleazyneasy.com/contents/other/player/candygaby
kimcartoon.me##.kcAds
kissasian.*,kisstvshow.net,kisstvshow.to,lifestylehack.info,kimcartoon.*###hideAds
dnserrorassist.att.net##.search-results > .b-links
gotporn.com##.video-page-content > .image-content-wrap > .caption
sports.yahoo.com##div[id*="-AbPromo"]
hiapphere.com##a[href="http://www.hiapphere.net/exchange/detail/id/2"] > img
opencritic.com##oc-ad
opencritic.com##.oc-jumbotron__ad
bitfeed.co##.widget-ads
savevideo.me##body .ads
healthline.com##.css-1ca3fuk
||ad.kisscartoon.ac^
||tubemania.org/b_right.html
||tubemania.org/bottom.html
||smplace.com/bcb.js
||smplace.com/bioep.js
||smplace.com/fel.js
freecoursesites.*##.herald_adsense_widget
||losporn.org/bees.js
||losporn.org/*_*.js|
||mrskin.com/scripts/$third-party
royalroadl.com##.portlet.text-center[style$="padding-top: 5px !important;"]
pornicom.com,sleazyneasy.com##.im_block
pornoreino.com,camvideos.tv,vjav.com,freepornvideo.sex,xxxhare.com,watchmyexgf.net,sleazyneasy.com##.bottom-adv
howwe.biz##._300_ad
howwe.biz##.mid-resp-ads
multiup.org##.well.success.text-center
||unknowncheats.me/forum/images/ez^
unknowncheats.me###hmmk
ncaa.com##.ncaa-top-ad-wrapper
||totalcmd.net/images/japanese-used-cars
totalcmd.net##td > center > a[target="_blank"] > img
10minutemail.net###content > #right
||cdn1-static-extremetube.spankcdn.net/js/a/a.js
teenpornb.com###sidebar #text-6
||teenpornb.com/1234.gif
||teenpornb.com/teensex.gif
teenpornb.com##a[href^="https://www.0597sands.com"]
syndication.exosrv.com##body
pictame.com##article > .panel.clearfix.social-entry.text-center[style*="padding:0px;min-height:"]
coinmarketcap.com###header-banner-wrapper
gsmarena.com##iframe[id^="dm-hm-ifrm-"]
||pagead2.googlesyndication.com/pagead/$script,domain=gsmarena.com,important
wwltv.com##div[data-module="ad"]
wwltv.com##div[data-module="taboola"]
fetishpapa.com###js-ads-modal
ashemaletube.com,pornoxo.com,fetishpapa.com##.video-extra-overlay
||fetishpapa.com/banner-iframe/
||linkrex.net/links/popad$popup
playerfs.com###video_ads_overdiv
||adlpu.com/links/popad$popup
mope.io###moneyRectangle
mope.io###moneyRectBottomWrap
msn.com###taboola-below-article-thumbnails-card-layout-short
newlineporn.com,camsexvideo.net##.list-spots
phonearena.com##.spot_disclaimer
phonearena.com###livestream > .left:not(.ln-item)
funnygames.biz,funnygames.org,funnygames.nl,funnygames.eu,funnygames.ch,funnygames.pl,funnygames.com.br,funnygames.com.tr,funnygames.com.co,funnygames.it,funnygames.ph,funnygames.fi,funnygames.gr,funnygames.ro,misjuegos.com,funnygames.kr,funnygames.jp,funnygames.se,funnygames.be,funnygames.fr###katon-slot
citationmachine.net###unit-responsive
anime-loads.org##.skycontent
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
iconmonstr.com##.container-content-ad
business-standard.com##.attribution13
business-standard.com##.bannerRelease
business-standard.com###Banner_bd
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-"]
123link.pw##.box-main > div:not([class]):not([id]):not([style])
routinehub.co,agar.io###advertisement
lubetube.com##a[href^="http://lubetube.com/out"]
wings.io###mpu-top
wings.io##.form-group > center > span.text-muted[style="font-size:12px"]
gaypornwave.com##.it-sponsor-site
||gaypornwave.com/baclo.php
gaypornwave.com##.thr-ot > .refill[style*="width:100%;"]
gaypornwave.com##.it-download > .it-download-content
youpornru.com,you-porn.com,youporn.*##.e8-column
techcracked.com,novelasesp.blogspot.com###HTML12
itscybertech.com,keralatelecom.info,novelasesp.blogspot.com###HTML3
rachidscience.com,onlinehacking.xyz,novelasesp.blogspot.com###HTML2
onlinehacking.xyz,codinghumans.xyz,novelasesp.blogspot.com###HTML5
ppssppwiki.com,rachidscience.com,novelasesp.blogspot.com###HTML9
teamkong.tk,novelasesp.blogspot.com###HTML6
teamkong.tk,techcracked.com,novelasesp.blogspot.com###HTML7
rulesofcheaters.net,codinghumans.xyz,novelasesp.blogspot.com###HTML1
teamkong.tk###HTML14
teamkong.tk###HTML15
ppssppwiki.com,novelasesp.blogspot.com###HTML8
||gayboystube.com/*/js/license.js
||dbnaked.com/ban^
||messytube.com/pup^
||netnesspb.com/mad/desk/*.php
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,radios.tw,radiosingapore.org,radioth.net##.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,radios.tw,radiosingapore.org,radioth.net##.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
||idsly.com/downlaod1.png
idsly.com##a[href^="http://jalantikus.bid"]
||idsly.com/download.png
||aeonsource.org/wp-content/uploads/*/wp-discount-banner.gif
momsextube.pro,eliteindianporn.com,doxxxindians.com,megayoungsex.com,hardsex8.com,sexkittytube.com,xxxmovies.pro,lesbiansex.pro##.imbar
driverscloud.com###dc_centerpage > #dc_cadretoppub
anoopcnair.com,answersq.com,wuxiaworld.com##aside[id^="ai_widget-"]
whattomine.com##.container .centered-image
indianpornvideotube.com##.spot_section
||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
filmshowonline.net##.btn-watch-dl
teenporn.ws,sportsbay.org##.mask
aniroleplay.com##div[align] > font[face="Arial, Helvetica, Geneva"]
joe.co.uk,whattoexpect.com,timeout.com,thrillist.com##body .ad-container
addictivetips.com##.publeft
tes.com##.masthead-advert
||sintelevisor.com/tv/asas.html
||livesports.pw/ads/
viraliq.com###sidebar > div[style="max-width:300px;"] > p[style^="font-size: 13px; color: #333333; margin-bottom: 0px;"]
insidenova.com###jobCardDiv
||gomnlt.com/partner_resources/full_job_card_loader_prod.min.js
exophase.com##.ad-general
atvrider.com,baggersmag.com,boatingmag.com,cruisingworld.com,cycleworld.com,destinationweddingmag.com,dirtrider.com,fieldandstream.com,floridatravellife.com,flyingmag.com,islands.com,marlinmag.com,motorcyclecruiser.com,motorcyclistonline.com,outdoorlife.com,popphoto.com,popsci.com,saltwatersportsman.com,scubadiving.com,sportdiver.com,sportfishingmag.com,utvdriver.com,wakeboardingmag.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;"]
||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
spaste.com###template-contactform-message > a[target="_blank"] > font[color]
html-online.com##.templateSzorny
linclik.com##.box-success > .box-body > p:not([id]):not([class]):not([style])
tvpor-internet.com##div[id^="pub"]
vergol.com##div[id^="capa"]
vergol.com###closeX
||verdirectotv.com/publi/publi728.php
||verdirectotv.com/publi/publi300.php
||vercanalestv.com/ad300.html$important
||vercanalestv.com/publimia.html$important
metabomb.net##.advert-container
thisismoney.co.uk,rockpapershotgun.com,metabomb.net##.billboard-container
dvbtmap.eu##div[class*="advertcontent"]
salon.com##[class^="style__inContentAd___"]
||downpas.com/fileziper-down-btn.png
izofile.com##.thecontent > .waleed
serialkeypro.com##a[href^="http://maltaian.info"]
/www.eporner.com\/[^xhr][^comment][1-9]{0,3}[a-z]{0,3}/$script,domain=eporner.com
||image.ibb.co/mbdV2m/Banner_Black_Friday_1_2.jpg
tempostorm.com##.meta-snapshot > a
mirrorace.com##a[href^="http://infoforeme.com"]
gplayer.kmpmedia.net##.t_banner
genius.com##dfp-ad
||witalfieldt.com/redirect?
hentai-ani.me,bitswall.net,gainbtc.click,realitykings.com##.floating-banner
torjackan.info##.c-medtitle-output
realityxxxtube.com##.ads-video-zone-container
||realityxxxtube.com/*.php?z=
showsport-tv.com##body > div[id*="_overlay"]
livestreamz.net##.lives-before-content
slickdeals.net###logoarea
slickdeals.net##div[id^="crt-adblock"]
findaudiobook.com,pclicious.net,katmoviehd.*,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
map.poketrack.xyz##div[style^="display:inline-block;background-color:"]
dict.cc##a[href^="/?home_tab=ads"]
onlinethreatalerts.com##.googleResponsive-label
||imzog.com/*.php?z=*&sub=
||watchfreexxx.net/bees.js
||dyncdn.me/static/20/js/xqijtezmrschyl.js$important
sexytrunk.com###vid-ads
||filmlinks4u.is/wp-content/themes/sahifa/js/pop^
readlightnovel.org##.sidebar .col-lg-12 > center > small
||planetsuzy.org/*.*?i=*&z=$image
majorgeeks.com/images/mg/ad$image
/watermark$domain=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
||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
||solidsoftwaretools.com/wp-content/uploads/2017/10/download2.png
ghacks.net##.ghacks-sidebar > [id^="ghacks_ad_code-"]:not(#ghacks_ad_code-6)
4shared.com##div[class^="rekl"]
games.latimes.com##.ARK_AdTopMesage
codepad.co##body > .custom-banner
||*.cdnco.us/st*.php
||24scor*.*/img/*background$image
||24scor*.*/img/branding
||3pornstarmovies.com/ai/s/s/su.php
||3pornstarmovies.com/*/*/*/js/ssu*.js^
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
||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
filmlinks4u.is##div[id^="tab_HD"]
||filmlinks4u.is/images/watch_
wstream.video,akvideo.stream###overlayx
||ycapi.org/p.php?
||florenfile.com/images/Florenfile-729x90.gif
movierulzfree.com##a[href^="/watchfree.php"]
||movierulzfree.com/img/Watch
||movierulzfree.com/img/playnow
santabanta.com###right_336x280_ad
m4ufree.co##a > img[title*="Free Download"]
||m4ufree.co/images/dl.png
||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"]
||xgaystube.com/api/direct^$redirect=nooptext
jizz.us,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/"]
bmovies.ru##a.full.btn[href^="/player/"][href*="_in_hd.html?"][rel="nofollow"]
bmbets.com###rightcolumn > #WebPanel3
||bmbets.com/banner.aspx
yahoo.com###my-adsLDRB
mamalisa.com##div[class] > div[style$="padding-top:1em;font-size:.85em;"]
vexmovies.org##a[href^="http://bit.ly"] > img
||vexmovies.org/wp-content/uploads/2017/12/Stream-Movie.png
||cpygames.com/cdn-cgi/pe/bag2?r[]=*.cloudfront.net
||fuckgonzo.com/js/show_adv.js
||enjoyfuck.com/js/show_adv.js
||pornokeep.com/content2/lib/
pornexpanse.com,pornokeep.com###show_adv
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
||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
javbi.com##.loading-ad
stileproject.com,shemaleporn.xxx,waxtube.com##.aff-item-list
||images.sexhoundlinks.com/belami-trio
sexhoundlinks.com##.footer > strong > a[href="#"]
sexhoundlinks.com##.link-list > li:not([id]):not([class])
sexhoundlinks.com,homepornvideo.net,gaymanflicks.com###in_player_block
pixiz.com##[class$="-advert"]
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
ndtv.com##.mod-ad
gayhits.com##.invideo-spot
shemalestube.com##.specialOffer
xrares.com##.nva-center
pornqd.com##body div#preroll[style="display: block;"]
pornoxo.com###invideo_wrapper
||pornhd3x.net/ads
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/"]
||cdne-static.yjcontentdelivery.com/app/1/js/puWeb^$script
youjizz.com##[data-i18n^="ads."]
bonusbitcoin.co###adX
bonusbitcoin.co##a[href^="https://coinad.com"]
||bitstarz.com^$third-party
btc.ms##iframe#frame[src]
btc.ms###inter_popup_modal
richdad.com##.___ad-modal
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
you-porn.com,youporngay.com##.playWrapper > #videoWrapper + aside.clearfix
you-porn.com,youporngay.com,youpornru.com,youporn.*##.ad-bottom-text
you-porn.com,youporngay.com###videoContainer > #pb_template
||myp1p.eu/pup/
||myp1p.eu/js/sun.js
||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/"]
mlbstream.me,olympicstreams.me##.embed-responsive > div[id][style="display: block;"]
dailypress.com##section.trb_outfit[data-role="adloader"] > section.trb_outfit_sections > div[data-frame-height="100%"][data-frame-class="trb_em_b_if"]
freelive365.com,timeanddate.com,ratemyprofessors.com###ad300
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
trannytube.tv,icegaytube.tv##.b-secondary-column__banners
icegaytube.tv,machogaytube.com,gogaytube.tv,good-gay.tv,gayporno.fm##.b-mobile-spots-wrap
||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
filerio.in##.content01 > div[align="center"] h2 > a
||hollaforums.com/if/rc
calgarysun.com###content > .l-content > .l-top-content
cryptofans.news,claimcrypto.cc,ad-doge.com,doge-bitsfree.net,cryptomininggame.com,club,getdogecoins.com,dutchycorp.space,moremoney.io,bitcoinly.in,cointalk.club,100count.net,faucetcrypto.com,freebitcoin.win##ins[class^="bmadblock-"]
freebitcoin.win##a[href^="https://coinad.com"]
pictoa.com##.contentsp > #player > .subtitle_wrapper
porn.com##div[class*="-zone"]
getfree.co.in,adbtc.top,dailyfreebits.com,bigbtc.win##a[href^="https://coinad.com/"]
bigbtc.win##body > div[style="position:fixed;left:3px;bottom:0px;z-index:999;"]
slipstick.com##.sidebar > #text-257
slipstick.com##.sidebar section[id^="custom_html-"] a > img:not([alt*="donation"])
||lshunter.net/ls/player.php?id=
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"]
11livematches.com###mid_left > br
||11livematches.com/rent_space/
||11livematches.com/images/watch_football.jpg
||11livematches.com/images/footballtipster2.jpg
||xxxadultphoto.com/*.php|
aviacionline.com,mycitymag.com##a[href][target="_blank"].gofollow > img
||ilivestream.com/pu/*/pu.js
sportzwiki.com###myDIV
nydailynews.com##.rh-ad
olympicstreams.me,vipleague.mobi##.col-md-4.pull-right[style]
mandatory.com###banner-top
||putlocker9.com/movies.js
||ashemaletube.com/ast/www/*.js?url=*ashemaletube.com/out/
||ashemaletube.com/ast/b/
||ashemaletube.com/banner-iframe^
fetishpapa.com,pornoxo.com,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
pornzog.com##.video-adv
||softfully.com/downloads/download$image
snapnsfw.com##.adw
||snapnsfw.com/inc/js/p0p/script.js
||snapnsfw.com/i/snapshot/gif/$image
||snapnsfw.com/i/snapshot/snap/$image
xxxx.se##iframe.sppc
||xxxx.se/d/$subdocument
||baltchd.net/p?zoneId=$third-party
18pornvideos.net##.video > .video-spots-wr
18pornvideos.net##.content > .spots-wr
18pornvideos.net##.on-player-wrap
stun:1755001826:443$important
apkmb.com##.widget-area > aside[id^="text-"]
apkmb.com##.entry-content > center > .btnDownload
apko.org##.below-com-widget > div[id^="text-"]
apko.org##.center-post-widget > div[id^="text-"]
andropalace.org##a[class^="generatedlink"][href="#"] > img
giveaway.su##.definetelynotanad
helpnetsecurity.com##div[class^="daninja-"]
||helpnetsecurity.com/wp-content/uploads/*/icsattacks.gif
moddb.com###subheader > a[href^="http://bit.ly/"]
moddb.com##.motybg
brightside.me##.inread-desktop-container
brightside.me##.inread-container
brightside.me##.dfp-native-ad-unit
technobuffalo.com##.adLabel
technobuffalo.com##.ext-ad
technobuffalo.com##div[class="post third overflow"]
trackitonline.ru##.col-md-4 > div.listform
||trackitonline.ru/pics/lety.gif
apkpure.*##.right > div[style*="width:100%; height:250px;"]
||livestartpage.com/banner_728.php^
next-episode.net##table #afh
next-episode.net###bannerclass
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
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
yepi.com###top_banner_holder
bookfi.net,fakeporn.tv##noindex a[rel="nofollow"] > img
fakeporn.tv##.spot > a[href][target="_blank"] > img
||fakeporn.tv/js/z123.js
silvergames.com##div[id^="box_ad_"]
silvergames.com###x_home_1
||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;"]
mangainn.net##.mangareadtopad
||perfectgirls.net/*/|$script
alphaporno.com##.advertising-bottom
||alphaporno.com/ap-script.js
||dattr.com/popupredirect.js
dattr.com###linkadver
dattr.com###onFinish-thumbs
dattr.com##div#a[style^="float: right;"]
youpornru.com,youporn.*##.playWrapper > div#videoWrapper + aside[class]
player.javout.net##.vjs-scroll
thisismoney.co.uk##[id^="taboola-stream-thumbnails-"]
plusone8.com###overlay-advertising
horoscope.com,plymouthherald.co.uk,mirror.co.uk##.top-slot
plymouthherald.co.uk###div-gpt-native
cookingchanneltv.com,diynetwork.com,foodnetwork.com,travelchannel.com,hgtv.com###dfp_leaderboard
cookingchanneltv.com,diynetwork.com,hgtv.com###leaderboard_fixed
vortez.net##.wide-banner
||i.imgur.com/OZ2OuM4.gif
moviesand.com,gotgayporn.com,submityourflicks.com##.overlay-ggf
||submityourflicks.com/*/script.js
gotgayporn.com,submityourflicks.com###aff-aside
gotgayporn.com##.bottom-af-block
intporn.com,thefappeningblog.com##a[href^="https://go.stripchat.com/"]
||shareae.com/im/*prefiles
christianforums.com,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
goodindianporn.com,megayoungsex.com##.SHVidBlockR_Bn
megayoungsex.com###divExoLayerWrapper
goodindianporn.com##.SAbnsBotBl
||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
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
||luscious.net/lamia
||luscious.net/static/tools.js
wuxiaworld.com,tomshardware.co.uk,healthline.com##div[adonis-marker]
healthline.com##header#site-header~div[class^="css-"]:empty:last-child
healthline.com##header#site-header > section[class]
||sendvid.com/tpd.png
problogbooster.com##div[class^="adinsidepost"]
warriorforum.com##.AdzerkBanner
warriorforum.com##.AdzerkSideBanner
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
slickdeals.net###crt-adblock-a
||pandamovie.co/bee.js
||pandamovie.co/*_*.js|
australianfrequentflyer.com.au##.messageList > li[id^="post-"] + .funzone
australianfrequentflyer.com.au##.section.funbox > .funboxWrapper > [id^="funbox_zone_"].funzone_below_content
siasat.com##div[id^="ad-slot"]
rt.com,entrepreneur.com,siasat.com##div[data-spotim-slot-size="300x250"]
experts-exchange.com##.vendorpromotion
experts-exchange.com###topHeaderBannerWrap
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/
pornwhite.com,vikiporn.com,milf-porn.xxx,thisvid.com##.bottom-spots
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
rootcracks.org,intoupload.com,profullcrack.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
videezy.com,infoq.com,english.newstracklive.com,irishtimes.com,libhunt.com,runemate.com,trends.gab.com,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"]
||graphicex.com/fo/300x600
||graphicex.com/fo/350x250
nba.com##.block-globalheaderadblock
nba.com###scores-page-ad
imobie.com##.float_adv
imobie.com##.support_guide_download_upper
||freefuckvidz.com/d/$script,popup
pornotube.xxx,vidsvidsvids.com,hardcoreinhd.com,hdpornstar.com,freefuckvidz.com###footZones
freefuckvidz.com##.listThumbs > li.zone
||pornwhite.com/js/script*.js
||pornwhite.com/js/license*.js
pervclips.com,pornwhite.com##.player_adv
pervclips.com,alphaporno.com,pornwhite.com##.advertising-side
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;"]
||bp.blogspot.com^$image,domain=seulink.net
sex3.com##.tall_advertising
||sex3.com/if*.html
||sex3.com/player/html.php?aid=
||h2porn.com/aa*.js|
fuckler.com###player-overlay
sexytube.me##.banners-aside
||sites.google.com/site/tankionlinegeneratortool/$third-party
||zupload.me/button/
zupload.me##a[rel="nofollow noopener"]
bravofly.com##[class^="cmp_sponsoredLinks"]
||thefappeningblog.com/wp-content/uploads/2017/11/stripchat.gif
||watch32movies.net/wp-content/uploads/*/468play.png
||watch32movies.net/wp-content/uploads/*/signup.png
shehrozpc.com##a[href][target="_blank"][rel="nofollow"] > img
sexmummy.com##td[height="115"][align="center"]
sexmummy.com##td[width="330"] table[width="320"][height="100%"]
||bobs-tube.com/frontend_loador.js
||hentaipulse.com/nvrblk/
pcgamer.com##.dfp-leaderboard-container+div[style*="position: relative"][style*="margin: "]
nydailynews.com###ra-taboola-bottom
frprn.com##.spot-player-holder
cpmlink.net##.block-default > div[align="center"] > iframe
private-shows.net##.place
private-shows.net##.iframe-holder
langitfilm.*##.rkads
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
||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
||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
||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
redirect-ads.com,mangafox.la##body > a[href][target="_blank"]
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
||freebookspot.es/download.png
||ebook3000.com/templets/js/468.png
||ebook-hunter.com/ebook_detail_files/468.png
guru3d.com##div[style="text-align: center;"] > strong
||fapdick.com/templates/FapDick/images/premseexx
caminspector.net##.list-videos > div#list_videos_common_videos_list_items > noindex > div[class="place"]
socketloop.com###adsence
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
speedof.me###msgs[style="width: 100%;"] > div[id^="conta"] > span
ndtv.com###newsDescriptionContainer > div[style="box-sizing: border-box;float: left;margin: 20px 0;width: 100%;"]
speedof.me##div[class^="adpane"]
latimes.com,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=ffmovies.ru
||cluster-na.cdnjquery.com/color/jquery.color-*.min.js^$domain=hearthpwn.com
clkmein.com##body > div[style^="height:90px;width:100%;"]
timesofindia.indiatimes.com##.atfAdsLoading
straitstimes.com##.group-brandinsider+div.sidebar-list.sbl-lt-blue
||web.tmearn.com/ref-728.png
||bestchange.com/images/banners/$third-party
||api.dmcdn.net/all.js$domain=oxo-nulled.info
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"]
clip16.com##.wrap_video > .video-side > center
clip16.com##.video-main > .video-spots
espn.com##.mod-outbrain
||cliphunter.com/donate.php
cliphunter.com##.SpacingResetXS
||alotporn.com/*_*.js|
||imgdone.com/*_*.js|
festyy.com,corneey.com###ctfshb
||imghost.top/*_*.js|
firstonetv.net##center > div[style*="max-height: 280px;"]
firstonetv.net##center > div[style*="max-height: 90px;"]
||petrovixxxjav.info/*%*.js|
socialblade.com##.section-square-vert
socialblade.com##.section-long-vert-container
socialblade.com##.cas-container
socialblade.com##.cas-wide-container
outlookindia.com,dropgalaxy.com,thefreethoughtproject.com,gsmarena.com,lasvegassun.com,website.informer.com##div[id^="div-gpt-ad"]
||imageshtorm.com/s*.js|
||imageshtorm.com/*_*.php|
||xxxwebdlxxx.org/*%*.js|
auto.ndtv.com##.ad-block__inner
strikeout.me##.embed-responsive > div[id][style="display: block;"] > div.text-success
||imagerar.com/glfbdgo.js
/pagead2.$important,domain=rockfile.eu
imp3juices.com###download_link > a[href][rel="nofollow"]
beemp3s.net##.col-md-6 > a[href][target="_blank"]
||frprn.com/*_*.js|
frprn.com##.video-info
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"]
themeslide.com##.bsac-container
userscloud.com##.container > .text-center > a[href][target="_blank"]
last.fm##[data-ads-placement]
hubfiles.pw##a[href="/button/download.php"]
daily2soft.com##center > a[href][target="blank"][rel="nofollow"]
||hit2k.com^$third-party
||pentasex.co/*_*.js|
||sizzlingclicks.com/fr*_*.js|
||sizzlingclicks.com/t62ad1898cac
||imgpeak.com/fr*_*.js|
||imgpeak.com/eactl.js
||imgpeak.com/exta.js
imgpeak.com###container > center > div[style^="text-align:center;"]
||4tube.com/mojon.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
||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
nuvid.*###wrapper > div[style="height:440px; margin-bottom:15px;"]
nuvid.*##.aside > h2 + .rel_right:empty
rule34hentai.net###main > div.blockbody
base64decode.org,base64encode.org,numgen.org,pdfmrg.com,pdfspl.com,prettifycss.com,prettifyjs.net,pwdgen.org,strlength.com,uglifycss.com,urldecoder.org,urlencoder.org##[class^="banner_"]
||bit.ly^$popup,domain=adshort.me
yourlust.com##body .is-bnr.kt-player .fp-bnr
||yourlust.com/im/footer.html
||yourlust.com/im/sidebar.html
||porno-wife.com/css/ubr.js
||porno-wife.com/powi.html
tnaflix.com,empflix.com##.padAdvx
tnaflix.com,empflix.com##.pspBanner
||empflix.com/*.php?action=*&s=
||pornwatchers.com/frexo.js
||pornwatchers.com/baexo.php
||cmovieshd.net/ajax/delivery/www/zone/ads_credit.php
is123moviesfree.com,fmovies.sc##center > a[href="../download"] > img
is123moviesfree.com,fmovies.sc##center > a[href="../stream"] > img
://*.beeg.com/*.php?_=$script
myplaycity.com##.billborad_snigel
myplaycity.com##.adsensemenu_top
myplaycity.com##[class^="advertisement_"]
myplaycity.com##.right_absence
myplaycity.com###adcont
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
ockles.com##[id*="ScriptRoot"]
swatchseries.to##a[href="/westworld-watch.html"][rel="nofollow"] > img
swatchseries.to##.shd_button
ooyyo.com,imgur.com,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"]
||vidmoly.me/*.php?*=*&*&$xmlhttprequest
||vidmoly.me/*.php?ai=
||vidmoly.me/machine*.php
||vidmoly.me/check.php
||vidmoly.me/checks.php
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"]
||gotporn.com/main/js/exo-loader/
javarchive.com##[title="ads"]
||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
||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=picfox.org|alrincon.com|imgpeak.com
emaporn.com##td[width="360"] > center > p
||whitexxxtube.com/eureka/eureka.js
||whitexxxtube.com/*show_adv.
whitexxxtube.com,pornexpanse.com##.banners_pl
||shooshtime.com/abfiles/
ohyeah1080.co,ohyeah1080.com##.fancybox-container
||katmirror.info/ultra/poor.js
lfporn.com##.pr-widget
fmovies.to##a.btn-primary[rel="nofollow"]
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-"])
||ratecity.com.au/widgets/moneysaver/mrec-single/
warclicks.com##:not(.holder) > .cool-holder.cool-728.blocked-728
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
brisbanetimes.com.au##iframe._3Y-wX
brisbanetimes.com.au##iframe[title="adzuna"]
easybib.com##.ads_RT
slideshare.net##body li.ss-ad-thumbnail
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|
igram.im##.mcon
igram.im##.mcor
||picbank.tk/fro*.js|
||picbank.tk/ba*.php
||picfox.org/ba*.php
||picfox.org/fro*.js|
socketloop.com###boring
live-tv-channels.org,socketloop.com###adsense
||fxporn69.com/fri_e.js
||fxporn69.com/bai_lo.php
catfly.com##.ad-slot-mb
chroniclelive.co.uk##[id^="div-gpt-"]
ign.com###king
hpjav.com##iframe[src*="syndication.exosrv.com/ads-iframe"]
||kikibobo.com/banner/
||javtasty.com/images/sample/sample-315x300.jpg
jav789.com##.player-ads-bottom
vidoza.net###juic
||watchjavonline.com/images/ad
javqd.com###loading
javqd.com###pauseroll
||static.javhd.com/sb/*-728x90
gumtree.com.au##.header__leaderboard-ad
gumtree.com.au###leaderboard-header-banner
gumtree.com.au##.search-results-page__ad-sense
||avforme.com/templates/default/js/arf-app.js
wcoanimedub.tv,wco.tv##div[style^="float:right; width:300px; height:"]
wcostream.tv,wcofun.net,wcostream.net,wco.tv,wcoanimesub.tv,wcoforever.net,wcoanimedub.tv,watchcartoononline.io##.anti-ad
onlinevideoconverter.com##div[class^="banner728"]
iceporn.com##.video-options > div[style="position:relative;"]
cs-fundamentals.com###right-col-block-ad
||moviechat.org/images/aff
theage.com.au##iframe[name="compare_save"]
theage.com.au###jobs
ah-me.com###allIMwindow
ah-me.com##[id^="ntv"][id$="Container"]
||ah-me.com/js/floader.js
||xozilla.com/js/pu.js
||xozilla.com/62ca745f.js
||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])
://*.streamplay.to/*&zoneid=$popup
://*.powvideo.net/*&zoneid=
||powvideo.net/js/pu*/pu*.min.js?v=
||powvideo.net/bon/exonat.html
||teamliquid.net/mirror/footer2.js
firstonetv.net##.sidebar > .row > .columns:first-child
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
upload.ac,uplod.org,uplod.cc##.dl-plus.text-center
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
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|
whatvwant.com,lumenlearning.com##.wpipa-container
||pictoa.com/224.js
beinsports.com##.banner_728
||girlscanner.cc/templates/girlscanner/images/dfiles.jpg
||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
bikeradar.com,radiotimes.com##.sidebar__item-spacer--advert-top
||mercadojobs.com/GpoJoboAC/getAjaxA
mercadojobs.com###Topad
filecrypt.co##[class*="but"] span > button[onclick*="this"]
libertyunyielding.com##.contextual-ad-c
libertyunyielding.com##[class^="dsk-box-ad-"]
freedomoutpost.com##.dsk-box-ad-d
torrentking.eu##a[href^="/podr1/"]
ge.tt###taboola-above-ads
onlineradiobox.com##.banner--vertical
||heavy-r.com/tools/tools.js
apkpure.*##div[class$="left"] > div[style*="position: relative;width:100%;overflow: hidden;height: 180px;"]
apkpure.*##.ad-right-600
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
a2zcrack.com##a[href*="https://goo.gl/"]
arch-ware.org##.post center > a[rel="nofollow"]
cpygames.com##div[style="text-align: center; "] a[rel="noopener noreferrer"] > img
url.namaidani.com,coinsparty.com,passgen.icu##iframe#frame
||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
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^$redirect=nooptext,important
xojav.com##div[style^="width: 728px;height: 90px;"]
||static.javhd.com/sb/720_100_javhd.jpg
||theporndude.com/promo/$third-party
javcloud.com##.sidebar_list > li[id^="text-"] a[rel="nofollow"] > img
||imgprime.com/frler.js
||youpornbook.com/welovetorrents_frontend_loader.js
||hotclips24.com/templates/mobile/js/script.js
vivud.com##.player-b-container
||vivud.com/js/pns.min.js
||naughtyblog.org/wp-content/cache/minify/1e473.js
||naughtyblog.org/*/*.php|
columbiaspectator.com###ver-in-article-ad-placement
columbiaspectator.com###hor-in-article-ad-placement
pckeysoft.com,tipucrack.com##center > a[href][rel="nofollow"][target="_blank"]
||tipucrack.com/wp-content/uploads/*/button-download-animated.gif
pathofexile.gamepedia.com###mobileatfmrec
mp3jam.org##div[class="textwidget"] > a[rel="nofollow"] > img
msn.com##.mediumcard-placeholder
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
makeuseof.com##.new-offers
dildoxxxtube.com##iframe[src="http://dildoxxxtube.com/dxt.html"]
||japanesefuck.com/adboom.php
animeplus.tv##td[align="center"][height="250"]
primeindianporn.com,doxxxindians.com,orientalasianporn.com##.bottom-hor-block > .bottom-hor-b
6japaneseporn.com##.player-place > .player-place-wide-bn-ob
analteen.pro,goodindianporn.com,6japaneseporn.com,orientalasianporn.com###topbar
||6japaneseporn.com/func.js
||orientalasianporn.com/func.js
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
||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/"]
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
funnydog.tv##.topMenu2 + div[style="float: left;"]:not([class]):not([id])
time.com##div[id^="masonry_ad_"]
profullversion.com,warezcrack.net##center > a[href][rel="nofollow"][target="_blank"] > img
warezcrack.net##a[href^="http://felafk.com/r/"]
dachix.com,deviantclip.com##.overlay-media
dachix.com,deviantclip.com##.media-right
deviantclip.com##.tiny_thumbs
daporn.com###aff-media
||daporn.com/frames/*.php
daporn.com##.bottom-promo
daporn.com##.ntv-media
||sawlive.tv/ad$important
pcworld.com,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
thefappening.wiki,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
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
||content.spankmasters.com/api/banners/v1/banner
pornrabbit.com,hentai2w.com,stileproject.com,dirtyshack.com,italianoxxx.com,handjobhub.com,pornwatchers.com,freepornhq.xxx,pornclipsxxx.com##div[data-mb="advert-height"]
fetishshrine.com##.twocolumn > .r-col
||fetishshrine.com/plugin.js
||fetishshrine.com/js/script.js
||cdnstaticsf.com/js/av.js
a2zcity.net##center > a > *
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
||amazon.com/aan/
123movies.co##.widgetsads.sidebaradsmainly
123movies.co###banner_code_ds > .gomo-gtx-br
123movies.co##a[href^="/putonline/"][target="_blank"] > img
17track.net##.asd-content
dailytelegraph.com.au##.widget_newscorpau_ads
dailytelegraph.com.au##.widget_newscorpau_promo_collection
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_"]
||wp.com/i.imgur.com/O9R5Ahq.gif
namibian.com.na##.container.wrap > .extras-min
play.animeplus.tv##.safeuploada-filter
||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
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
pornicom.com###tube_ad_wrap
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
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/
||cdn.gsmarena.com/vv/assets*/js/_pf-*.js
shortzon.com##.col-md-10 > center:first-child
gsmarena.com###topAdv
imgskull.com##body > #popup
imgskull.com##body > #overlay
nxgx.com##div[style="float:right;width:728px;height:90px"]
||nxgx.com/php/*.php
greatdaygames.com##.advertismentLabel
pornhub.com,pornhub.org,pornhub.net##.video-wrapper > div#player~div[class$=" hd clear"]
imzog.com##.videos > div.vda-item
moviefone.com###atwAdFrame0EAN
pornhub.com,pornhub.org,pornhub.net##.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
1-2-3movies.com,filmy4wap1.*,linkshorts.me,geektopia.info,123films.cc,mydownloadtube.net,moviesdaweb.blogspot.com,123freemovies.net##a[href*="/afu.php?"]
metv.com##ark-bottom-ad
metv.com,nydailynews.com##ark-top-ad
latimes.com##.lb-advert-container
tryboobs.com,ah-me.com###videoContainer_pop
tryboobs.com##.DarkBg
||pervclips.com/tube/plugin.js
pervclips.com##.advertising-player
xxxdessert.com,faapy.com###player-banner
pornfun.com##.spots-aside
gotporn.com###external-floater-ad-wrap
||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
forums.overclockers.co.uk###Offer
||pornxs.com/ajax.php?action=get_link$important
||pornxs.com/js/a/*.js
whatismybrowser.com##.ads-by-google
whatismybrowser.com###main > .leaderboard
businessworld.in,thelocalproject.com.au,inkthemes.com,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
dotesports.com##a[href^="http://bit.ly/"][target="_blank"] > [style^="background:"]
dotesports.com##.row > ._5kaapu-o_O-_13fiz6u-o_O-_kgqxma-o_O-_k2fyes
patched.to,foxnews.com##.partners
4gay.fans,serialeonline.biz,tophostingapp.com,mdn.lol,techydino.net,bclikeqt.com,dailyporn.club,freefeds.com,teleriumtv.com,deportealdia.live,techgeek.digital,sharer.pw,za.gl,xozilla.com,analdin.com,sportsbay.org,fc.lc,mp4upload.com###overlay
softonic.com##.ad--displayed
||cam4.com/directoryFanClubs^
versus.com##.PrimeBadge__root___1mHM7
wordlegame.org,pornhills.com,gsmarena.com,aosmark.com,rat.xxx,camwhores.biz,4tube.com,porngun.net,eteenporn.com,camwhores.tv,sexboomcams.com,pornformance.com,vivud.com##.adv
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="]
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
thescore.com##body .tablet-leaderboard
thescore.com##.articles-sidebar > .tablet-big-box
/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##div.im-b.show
||xml.pdn-1.com/redirect?
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
sport365.live###float-top
sport365.live###float-bottom
sport365.live##body > div[id^="slice-"]
||sport365.live/awrapper/
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.*
streamlive.to###ad_footer
hanime.tv##.golden-saucer
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
taadd.com,ninemanga.com##body > div[style*="width:100%;height:768px;overflow:hidden;visibility:hidden;"]
javdoe.com##body > #vstr ~ #income
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
||tryboobs.com/bloader.php
tryboobs.com###spotsFooter
tryboobs.com###spotsRight
||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
||chinatownav.com/js/my.js
||chinatownav.com/a/js/adb.js
chinatownav.com###topbar1
chinatownav.com##.invideo > .close-btn
freesexnight.com,chinatownav.com##.ban_list
8teenxxx.com###footerad4
8teenxxx.com###player_adv_start
||8teenxxx.com/adboom.php
zipextractor.app,foreca.*,falkirkherald.co.uk,printscreenshot.com,indiansexxxtube.com###topBanner
||img.indiansexxxtube.com:8080/graphics/igfv.jpg
sex.com###ad-div
clashroyalearena.com##a[href="https://brawlstarsup.com/"][rel="nofollow external"]
accuweather.com##body #header-davek
visitnorway.com###dtnContainer
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]
iceporn.*###spot_video_livecams
iceporn.*##.maintenance >div.watch+div.furtherance
toptiertactics.com##.widget.widget_text
||xxxtubeset.com/promo
||xpornotubes.com/ponrtube.html
||sexu.com/nb-old?z=
||website.informer.com/img/sponsored.png
||porn1free.com/e*.js
porn1free.com,retrooh.com,hotclassicfuck.com,videos6.com##.player > #embed__pre
||videos6.com/e*.js
||cdn1-static-extremetube.spankcdn.net/js/pht2/pht2.js
xnxx.com##.mobile-only-hide
hqasiananal.com###topbar1
hqasiananal.com##.invideo[onclick^="$('.close-btn')"]
asianxxxvids.com##.b-block
eporner.com##.ad300px
roblox.com##.in-game-search-ad
roblox.com##.abp-spacer
roblox.com##.profile-ads-container
roblox.com##.adp-gpt-container
hqjavporn.com##.v-line-bs > .v-line-b
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
||i.imgur.com/7RP9w5v.png
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
codepen.io###footer-chunk-ad
||tvsubtitles.net/images/watch-hd.gif
tvsubtitles.net##div[style*="width:100%;height:90px; overflow:hidden;"]
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
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:"]
prevention.com##.list-items > div[class="flexblock-image"]
womenshealthmag.com,prevention.com##.region-banner
iceporn.net##.partner_text_link
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)
tomsguide.com##.rightcol-ads
tomshardware.co.uk##.page-content-rightcol > div#rightcol_top
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
dailyuploads.net##a[href^="http://trafflict.com/"] > img
||dailyuploads.net/images/redbuttonx.png
poebuilds.net##div[id$="unavailableMessageOverlay"]
poebuilds.net,stadiumgaming.gg,official-plus.com##.tpaw0
indiamart.com,uptodown.com##.gad
||123movies.co/playnow.gif
xxxmovies.pro,asianporn.sexy##.main-col > .bt-hs-col > .bt-h-b
originalindianporn.com,wowindianporn.com,6japaneseporn.com##.center-place > .bns-place-ob > .bn-place
||embed.streamdor.co/_a_d_s_/
speedrun.com##.container.main > div.curse-01.centered
adultswim.com##.main__topAdContainer
techonthenet.com###pre_header
techonthenet.com##.bottom_slot
javmimi.com##.content > div.line-bs
javmimi.com##.invideo[onclick^="$('.close-btn')"]
xnxx.com###content-ad-side
pogdesign.co.uk##footer > .box728
iwin.com###adModal
iwin.com##DIV.modal-backdrop
||staticxz.com/script.packed.js
||fucktube.website/static/ftu
scotsman.com,maketecheasier.com###top-banner
maketecheasier.com##[id^="MTE_in_content_ad"]
yiv.com##.game_top_ad
cargames.com,puzzlegame.com,yiv.com###game_middle_ad
pcadvisor.co.uk,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
||geo*.hltv.org/rekl*.php
csgostash.com##.col-lg-offset-2 > [class="well text-center"]
csgostash.com##.adv-top-header-mobile
||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"]
handjob.pro,lezbiyen-tube.com,mybigbeautifulwoman.com,mystreetgirl.com,sex-jav.com##.buttonDW
handjob.pro,lezbiyen-tube.com,mybigbeautifulwoman.com,mystreetgirl.com,sex-jav.com##.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
xxxhare.com##.embeded_advert
pornjam.com##.right-player-43
analdin.com##body[style="background: #000000; margin: 0; padding: 0"]:not([class*="video-page"])
xxxdan.com,jizzbunker.com##.banner-popup
xxxdan.com,jizzbunker.com##.right-banners
||website.informer.com/img/sponsored.gif
tubepornup.com##.video_right
||tubepornup.com/adg1.shtml
kropic.com,imgbaron.com,picbaron.com,hotfucktube.com###fadeinbox
fapality.com##.fp-bnr
||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
||bangaloremirror.indiatimes.com/bmdge/
circa.com##.Page-ad
dailymotion.com##.dmp_VideoView-ad-slot
||punemirror.indiatimes.com/pnmeue/
computerworld.com.au##.lo-top_promo
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
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
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-"]
latestcracked.com,piratepc.net,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
ibtimes.co.uk##.box-recommend-ad
csgostash.com##a[href^="https://goo.gl/"][target="_blank"].hypercase-button > img
csgostash.com##.adv-footer
csgostash.com##[class*="text-center adv-"]
||bravotube.net/count.js
||bravotube.net/player/html.php?
||bravotube.net/if2/f*.html
||adsxxxtraff.com/mioa*.html?parameter=$redirect=nooptext
javmimi.com###topbar1
javmimi.com##.v-line-bs
javmimi.com##.player > div[onclick] > div[style^="position:relative; top:50%; left:50%;"]
javout.net##.social
youtube4kdownloader.com,javout.net##.banner-bottom
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.us,javstream.co##.kumpulads-post
||xcafe.com/b/
||sadeemapk.com/wp-content/uploads/2016/06/SadeemAPK-Banner.gif
||sadeempc.com/wp-content/uploads/*-468-
sadeempc.com##center > a[onclick][rel="nofollow"]
8tracks.com##.ad_card
8tracks.com##.banner_container
||zmovs.com/js/pns.min.js
||zmovs.com/nb/
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
123moviesg.com##.banner_center
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
uplod.ws##.dl-plus > a.btn
guidingtech.com##.sidebar > #text-43
analyticsvidhya.com,guidingtech.com##.sidebar > #text-44
guidingtech.com##.sidebar > #text-45
guidingtech.com##.sidebar > #text-46
dallasnews.com##.hm-rundown__ad
dallasnews.com##.main-content > .art-footer-band.js-art-post-body
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"]
||1337x.to/js/sterra.js
photobucket.com##.ads_top
photobucket.com##.ads_bottom
reverso.net###vdasection
reverso.net##.sidebar > .vda-block
channel4.com##.slice__list > .block--mpuContainer > .block--mpu
narkive.com##div[class^="adslot_"]
businessinsider.com##[id^="taboola-right-rail-thumbnails"]
road.cc##.adtech-ad
wallgif.com###ad_modal
wallgif.com###modal_bg
vice.com,wccftech-com.cdn.ampproject.org,m-businesstoday-in.cdn.ampproject.org##.amp-ad
blockchain.info##span[translate="SPONSORS"]
blockchain.info##li.ad
tellyreviews.com##.ezoic-ad
tellyreviews.com##.td-post-content > div[adunitname]
forums.imore.com###postlist > #posts > div[align="center"][style="padding:15px"]
hd21.com##.drt-spot-visible
yeptube.com,proporn.com,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$redirect=nooptext,important
||lswcdn.net/js/vendor/efldr.js
||anyporn.com/player/player.php|
anyporn.com##.ffb_wrap
xbabe.com###ipa-s
jizzbunker.com##.ftr-banners
nuvid.*,yeptube.com##.drt-spot-box
||t.propbn.com/redirect/?spot_id=$redirect=nooptext
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
journals.asm.org,dailyburn.com##.leaderboard-wrapper
||myfinance.com^$domain=money.cnn.com
money.cnn.com##section.headline_list.bizDev.ng-scope
porn-monkey.com###tube_popup
receivesmsonline.net,receivefreesms.net###mADSFooter
porn-monkey.com###video_id > .vjs-overlay
pornoaffe.com,hd-pornos.net,hd-easyporn.com,porn-monkey.com##aside[id^="special"]
pornoaffe.com,hd-pornos.net##div[id^="wa_"].widget
alotporn.com##.player-adv
||cdn-static.alotporn.com/js/main_load.js
tubewolf.com##.home-banner
||tubewolf.com/pop
mature2u.net###inVideoInner
||pornicom.com/plugin.php
||pornicom.com/js/license
||pornicom.com/plugin.js
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"]
stereogum.com##.footer-ad-holder
stereogum.com##.zergnet-holder
stereogum.com##.sm-widget-ad
stereogum.com##.leaderboard_top-placeholder
4chan.org###bd > div[style="text-align:center;margin: 10px 0"]
weather.com###wx-top-wrap
weather.com##.admodule_burda_tfm
msn.com##.stripecontainer[data-section-id="stripe.msstore"]
msn.com##.bannersectionad
codecanyon.net##.canvas__header > .banner
||freepornhq.xxx/pu/*.js
freepornhq.xxx##.item-tr-col > center
spycock.com,iporntoo.com,freeporn.info,ruleporn.com,shemaleporn.xxx,freepornhq.xxx##.aff-col
freepornhq.xxx##.aside-itempage-col
gadgetsnow.com##.nativecontent
||gaana.com/ajax/loaddfp^
pornhub.com,pornhub.org,pornhub.net##.nonesuch
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;"]
||t2lgo.com/creatives/*/Banners/$image
||hd-world.org/layer18.js
hulldailymail.co.uk##body > .top-slot
g2esports.com##.js-side-banner
t3.com,lifehacker.com,thenextweb.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
charlieintel.com,dexerto.*#?#main.isolate > div > div.items-center:has(> div[data-cy="Ad"])
charlieintel.com,dexerto.*#?#div[id^="article"] > .flex-col:has(> .flex > div[data-cy="AdLoading"])
charlieintel.com,dexerto.*##.top-0.justify-center
charlieintel.com,dexerto.*##div[data-cy="AdLoading"]
charlieintel.com,dexerto.*#?#div[data-cy="Container"] > .col-span-full > .flex-col > .flex:has(> div[data-cy="AdLoading"])
dexerto.*##.top-10
dexerto.*##div[data-placeholder="ad"]
dexerto.*##div[data-openweb-ad="true"]
dexerto.*##.adhesiveWrapper
dexerto.*###articleContainer div[class=""] > div[style="text-align:center;"] > p[style="font-size:12px;color:#ccc;"]
dexerto.*#?#.col-span-full > .flex:only-child:has(> .items-center:only-child > .top-0:only-child > div[id^="FooterAd_"])
dexerto.*#?#main > div[data-cy="Container"]:has(> div.col-span-full div.sticky > div#FooterAd)
dexerto.*#?#div[id^="article"] > div.items-center:has(> div.flex > div.sticky > div[data-ad-unit-id])
dexerto.*###fallback-sb
dexerto.*###content-col > .lg-pg3 > .center:last-child
dexerto.*###fallback-st
tennisthis.com###text-19
tennisthis.com###text-45
tennisthis.com###text-40
tennisthis.com###text-43
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
cpophome.com,dak.gg,japannews.yomiuri.co.jp,investing.com,esportsearnings.com##div[class^="ad_"]
gosugamers.net##.shopProductWrapper
||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
liquipedia.net,wiki.teamliquid.net##.fo-nttax-infobox-adbox
||ipaddressguide.com/images/ip2location-banner.jpg
||fmovies.*/*.hahaadblock
||track.bcvc.mobi/earn.php^$popup
||bitmakler.*/images/system/*/*.*?n=
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
mouse-sensitivity.com##.ipsList_reset > li.ipsWidget_vertical > div[style="width:343px;height:630px;margin-top:15px;"]
||resources.hostgator.in/affiliate/$image,third-party
allmusic.com###smb-vidad-widget
lingolia.com##.adv-header
poe.trade###contentstart > .large-12 > #topone
poe.trade##.search-results-block > .centered
ier.ai,seulink.online,bitfly.io,shrinkme.in,streamsport.pro,fir3.net,todaynewspk.win,dz4link.com,megalink.pro,megaurl.in,aii.sh,ckk.ai##a[href][target="_blank"] > img
slashfilm.com,nickiswift.com,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;"]
newsx.com##.leftaddsense
newsx.com##.native-advts
linkedin.com##.jserp-ad-container
binbucks.com##.adsbybin
binbucks.com##a[href^="https://t.frtyz.com/"]
cinemablend.com##.ads_slots_adx
agame.com##a[href^="http://smarturl.it/"] > img
serverfault.com,stackoverflow.com##.everyonelovesstackoverflow
||spike.itv.com/itv/tserver/size=*/viewid=
||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$redirect=nooptext
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
||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##.atf-wrapper
||navbharattimes.indiatimes.com/nbmath/
||malayalam.samayam.com/msigm/
wydaily.com##.td-header-sp-logoleft
wydaily.com##.td-header-sp-logoright
||ra.poringa.net^
base64decode.net##.ad_right_300_250
speakingtree.in,m.gadgetsnow.com##.amazon-box
m.gadgetsnow.com##.amazon-list
russian.fansshare.com,navbharattimes.indiatimes.com,88files.net,gadgetsnow.com##.ad1
||bravoporn.com/player/html.php
wareable.com##.dfp-article-banner
wareable.com##.affiliate-box
uvnc.com##td[style^="width: 300px; height: 250px;"]
baltimoresun.com,capitalgazette.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
bravoporn.com##.content > .wrap ~  div.headline > p
||bravoporn.com/v/if2
lesbiansex.pro##.bottom-hor-block
lesbiansex.pro##.video-r-block
fpo.xxx,private-shows.net##.top > a[rel="nofollow"]
private-shows.net##body > div[class]:empty:last-child
techsupportforum.com###TechSupportForum_com_300x250_TopRight_TECH_Forum
||windowscentral.com/sites/all/modules/mbn_offers/
||popads.net/pop.js$script,redirect=noopjs,important
suntimes.com,hellomagazine.com,genyt.com,express.co.uk,apkmirror.com##.OUTBRAIN
tnaflix.com##.pInterstitialx
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
kisscartoon.ac,kisscartoon.io##.closeVideoAd
walmart.com##.WMXOMPAdController
skysports.com##.widge-marketing
rpgsite.net##.long-block
rpgsite.net##.long-block-footer
filesupload.org###modal-before-video
mirrorace.*##.uk-text-center > a[rel="nofollow"] > img
time.com##.X9rgC5Js
time.com##._2bnZiB_7
novahax.com##.hentry > div[style="text-align: center;"] > a[onclick^="window.open"]
euronews.com###sharethrough-ad-medium-up
euronews.com##.enw-block-theme__mpu
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
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
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
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##li.smalla[data-m*="NativeAd"]
sweepsdb.com##tbody.sponsored
androidcentral.com##a[href^="https://ad.doubleclick.net"]
kbb.com##div[data-ad-position]
englishrussia.com##.post > .agoogle
englishrussia.com##.code-block > .agoogle
||gamesofdesire.com/vghd/
||gamesofdesire.com/skin/*_*.html
||gamesofdesire.com/files/flash/*-side.swf
||beeg.com/xmlrpc.php^
pornhub.com,pornhub.org,pornhub.net###customSkin.backgroundImg
pornhub.com,pornhub.org,pornhub.net###customSkinCTA
animeid.tv###player > div#ap
sadeempc.com##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
stackexchange.com##div[id^="adzerk"]
pushsquare.com##div[id^="rcjsload"]
bgr.com##.bgr-outbrain-amp-widget
||img.hentai-foundry.com/themes/Hentai/images/*.mp4
apk4free.net##.post-content > center > a[href^="http://www.apk-download-market.com/apk_download_app.php"]
thenextweb.com##.ad-unit--center
tfl.gov.uk##.top-banner-advert
arch2o.com###text-85.widget_text
arch2o.com###text-86.widget_text
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
thesun.co.uk,sport.ua,xda-developers.com##amp-iframe
vimeo.com##.profile__ad-wrapper
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|
neowin.net##article[class^="classes "]:not([itemscope]):not(itemtype):not([id^="elComment_"])
windowsreport.com##div[id^="RTK_"]
paradisehill.cc###bb1
paradisehill.cc##.bb-0
||freepornhq.xxx/imgban/
||myparcels.net/images/b/
||gstatic.com/xads/$domain=myparcels.net
download.hr##.add_right_big
download.hr##.add_responsive_fullrow_box
software.informer.com##div[id^="inf_bnr_"]
robtex.com##div[id^="crt-"]
nodevice.com###ndad_top
notalwayslearning.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)
filedir.com##.content_right > ul > .si_li[style^="padding:"]
babia.to,technofino.in,reef2reef.com,minebbs.com,craxpro.io,affiliatefix.com,myiptvforum.com,hifivision.com,worldofiptv.com,altenen.is,beermoneyforum.com,germancarforum.com,cracking.org##.samBannerUnit
putlocker.bet##.movgre
putlocker.bet###downhd
||i.imgur.com^$domain=oko.sh|startcrack.com|stfly.me|netflav.com|tinyzonetv.to|dogeflix.net|up-load.io|vizcloud2.*|up-load.one
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
ctrlq.org,labnol.org##.kuber
outlookindia.com##.inline_ad
||widget.crowdynews.com^$domain=forums.hardwarezone.com.sg
||jetload.tv/js/news-cr.js
mockupworld.co##.ABD_display_wrapper
trend.az,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
sifted.eu,revolvy.com##div[id^="ad_slot_"]
revolvy.com###topper_info
revolvy.com###side_box > div[id^="side_"]
oddnaari.in##.topouter-ad
digiday.com##.ad_640
infowars.com##.article-ad
canonrumors.com##.blogroll-ad
rapidvideo.ws###rekrapid
geekandsundry.com##.bannerplaceholder
geekandsundry.com##div[id*="-banner-wrapper-"]
||cf5.rackcdn.com^$script,domain=cbssports.com
||pornhost.com/j4.php
||pornhost.com/jscript/_features.js
||pornhost.com/*.php?js=*&cache=
search.yahoo.com##.searchRightMiddleAds
search.yahoo.com##.searchCenterTopAds
search.yahoo.com##.searchRightBottomAds
whattoexpect.com,money.cnn.com##.medianet
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]
||onclkds.com/apu.php^
||xvidstage.com/superplayer.png
||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
robinwidget.org##.banner-1
robinwidget.org##.banner-2
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
thewindowsclub.com##.ad-widget
||mp4upload.com/jquer1.js^
||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
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
||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
pcgamer.com##div.placeholder[data-slot-name]
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.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
latimes.com##.trb_gptAd
||anyporn.com/player/html.php$subdocument
hdporn.net##.right_bg
winporn.com##.spots.refill.contain
proporn.com,winporn.com##.it-sponsor-site
proporn.com,winporn.com##.drt-sponsor-block
mixesdb.com###adCatBottom
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]
||staticice.com.au/images/cg_*.jpg
emedicinehealth.com###AD_Top_rdr
kaskus.co.id,kaskus.com###BannerAts
kaskus.co.id,kaskus.com###BannerBwh
kaskus.co.id,kaskus.com###Conho01Left
kaskus.co.id,kaskus.com###Conho01midd
kaskus.co.id,kaskus.com###Conho01right
amazon.co.uk,amazon.com###DAnsm
hellporno.com###InPlayerAds
kaskus.co.id,kaskus.com###Middle_blue
kaskus.co.id,kaskus.com###Middlehome021
kaskus.co.id,kaskus.com###Middlenahome1
zone.msn.com###Module_Marketing
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###a6d05129
html.net###a_rectangle > span[style^="width:336px; height:280px;"]
kaskus.co.id,kaskus.com###ab712af0
pastebin.com###abrpm2
soompi.com###ad-med-rect
pornhub.com,pornhub.org,pornhub.net###adBlockAlert
myfxbook.com###adPopUpContainer
ah-me.com###ad_banner
xxxboard.net###ad_global_below_navbar
streamlive.to,mamahd.com###ad_overlay
agar.io###adbg
tehnotone.com###adboxartbottom
aliez.me###adbtm
mydaddy.cc###adc
yahoo.com###adeast
edmunds.com###adhesion-container
multiup.org###admvpu
icefilms.info###adrightside
unlimited.waifu2x.net,dutasex.info,redpornblog.com,freeromsdownload.com,roms-hub.com,roms-download.com,food-foto.jp,model-foto.jp,pro-foto.jp,4qrcode.com,findaphd.com,jokersplayer.xyz,grammaire.reverso.net,sportslogos.net,cyrobo.com,aliez.me,aliez.tv,ip-address.org###ads
polisionline.com###adslayoutleft
polisionline.com###adslayoutleftright
ip-address.org###adsleft
klart.se###advertisement-top
alphaporno.com,crocotube.com###advertising2-preroll
osdn.net###after-download-ad
amazon.com###ape_Detail_dp-ads-center-promo_Desktop_placement
mixesdb.com###area-trending.clear
tweaktown.com###background_skin
streamvid.cc,freexcafe.com,freac.org,journaldemontreal.com,securityweek.com,cdnx.stream,educaplay.com,cloudplayer.online,goldenbbw.com,streamvid.co,olink.icu,vlink.icu,eatcells.com,vidload.co###banner
myp2p.biz,realstreamunited.tv###bannerInCenter
tubesex.me###banneradv
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
ign.com###blogrollInterruptDeals
software.informer.com###bnr_block
allkeyshop.com###body > a[id^="box-"]
mixesdb.com###bodyContent > div#appendBelowBodyContent
mhktricks.net###bottom-promo-dload
economictimes.indiatimes.com###bottomAd
sexxx.cc###bottom_blockBanner
icefilms.info###buttons > #list > div[style="width:300px; float:left; "]
tucows.com###cartouche
uppit.com###catfish
streamlive.to###clickablelink
imagefap.com###cntZZ
kaskus.co.id,kaskus.com###cntysm
123movies.net###cont_player > .server_line
nhentai.to,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:"]
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
solidfiles.com###dlm-btn
downloadbox.org###download
analindiantube.com,asianbeautytube.com,maturespecial.com,holloporn.com###embed__pre
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
4everproxy.com###foreverproxy-bottom-info
4everproxy.com###foreverproxy-top-info
youjizz.com###fotter > .contener
cnet.com###globalSocialPromoWrap
economictimes.indiatimes.com###googleadhp
economictimes.indiatimes.com###googleshowbtm
imagetwist.com###grip
pornhub.com,pornhub.org,pornhub.net###hd-rightColVideoPage div[id^="f"]
pornhub.com,pornhub.org,pornhub.net###hd-rightColVideoPage iframe
myp2p.biz,realstreamunited.tv###hiddenBannerCanvas
wbprx.com###hidemead
amazon.com###hqpWrapper
allfoot.info,channelstream.club###html3
relink.to###iBunkerSlideWrap
vidwatch.me###impo_overlay
pinflix.com,pornhd.com###inVidZone
pornhd.com###inVideoZone
pornshareproject.org###index_stats > center > a > img
lazarangelov.academy###inside-banner
dohomemadeporn.com,pornokeep.com,xxxtubedot.com,enjoyfuck.com,fuckgonzo.com###invideo_2
modelsxxxtube.com,pornexpanse.com,tubesex.me,tubevintageporn.com,xxxadd.com,whitexxxtube.com###invideo_new
sexu.com###jw_video_popup
sexu.com###jw_video_popup_button
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]
mensjournal.com###main > .module-partners
imagefap.com###main > center > center > div[style="height: 90px;"]
youjizz.co###main > table[width="100%"] > tbody > tr > td[width][style="padding-right:0px;"]
porntube.com###main-banner-grid
depositfiles.com,depositfiles.org,dfiles.eu,dfiles.ru###member_menu > .submenu
xtremetop100.com###middleb > a[href="http://retro-wow.com"] > img
xtremetop100.com###middleba[style="height: 100px;"]
marketwatch.com###moreHeadlines
motorsport.com###ms_skins_top_box > div > img
motortrend.com###mt_mobile_app_promo
wowhead.com###news-block-group
siliconera.com###nextprev2
beeg.com###ntv
ozarksfirst.com###nxcms_dotbiz
sneakernews.com###omc-sidebar
wagnardsoft.com###page-body div.post:not([class*="has-profile"])
pornhd.com###pageContent > ul.thumbs.inside-row
cafemom.com###partnerLinks
mylust.com###player > div#kt_b
hdporn-movies.com,sextubefun.com,hypnotube.com,iyottube.com,handjobhub.com,wankflix.com,messytube.com,madnessporn.com,gaytiger.com,italianoxxx.com,shemalestube.com,pornwatchers.com,ashemaletv.com,homemoviestube.com,pornclipsxxx.com,freepornhq.xxx,nudez.com###playerOverlay
exashare.com###player_imgo
france24.com###popit
newegg.com###promoTop
luxuretv.com###pub72890
nexusmods.com###pub728x90
ebay.co.uk###pushdownAdFragment
rapidvideo.ws###rapid1
watchcartoononline.io###reklam_mgid
||sports-stream.*/ads/
sports-stream.*,tv-sport-hd.com###reklama1
cam4.de.com###removeAdWrapper
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"]
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
sawlive.tv###sawdiv
osxdaily.com###sharing_container
crunchyroll.com###showmedia_square_adbox_new
subs.ro###side a[rel="external nofollow"] > img
celebsepna.com,imgpeak.com###sidebar
java-forums.org###sidebar > li:nth-child(-n+2)
forums.watchuseek.com###sidebar_container
yahoo.com###slot_MIP
tabloidpulsa.co.id###sp642
pornhd.com###stickyZone
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
themirror.com,myyearbook.com###takeover
wunderground.com###targeted-banner
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)
yahoo.com###tgtMON_sent
yahoo.com###tgtREC
msn.com###ticklerI
iptvcanales.com###tiquidiv
rt.com###today-media-article
sextfun.com###top-navbar.wrap
l4dmaps.com###top-promotion-bnr
l4dmaps.com###top-promotion-side
torrentking.eu###top_header
huffingtonpost.com###top_news_inner
sythe.org,football-lineups.com###topad
soft32.com###bottomer
soft32.com###toper
flickr.com###tt-pro-motion-tile
tucows.com###tucowsHeader
xpornotubes.com,dildoxxxtube.com,oxotube.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"]
latino-webtv.com###ventana-flotante
forums.tomshardware.com###video_ad
puls4.com###video_pause_overlay
putlocker9.com###videof > img
imagebam.com###viroll
bitsnoop.com###vpnBar
lightinthebox.com###winPopHtml
tigernet.com###wrapper_front > div[style="height:250px;"]
xtube.com###xtubePlayer > div[id][class]:not([class^="mhp"])
imageshack.us###yf3-popup-bg
imageshack.us###yf3-popup-container
yahoo.com###yucs-top-ff-promo
pornhd4k.com##.Video_Reklam
festyy.com##.a-el
aarp.org##.aarpe-ad
imdb.com##.ab_zergnet
torrentking.eu##.acon5
aap.org,bbcgoodfood.com,gardenersworld.com,historyextra.com,ndtv.com##.ad-banner
theatlantic.com##.ad-boxinjector-wrapper
theatlantic.com##.ad-boxright-wrapper
tampermonkey.net##.ad-changelog-block
letras.com##.ad-full
cnet.com##.ad-leader-top
analteen.pro,xxxhentai.net,momsextube.pro,megayoungsex.com,xxxmovies.pro,lesbiansex.pro,goodindianporn.com##.ad-on-video
theinquirer.net##.ad-slot-full
speedtest.net##.ad-vertical-right
pcgamesn.com,ign.com,theatlantic.com##.ad-wrapper
patient.info##.ad.widget
widestream.io##.adBlockDetected + div[class]
pornhub.com,pornhub.org,pornhub.net##.adContainer
epicbundle.com##.adExtraContentSuperBanner
food.ndtv.com##.ad_300x250
food.ndtv.com##.ad_300x100
filehorse.com##.ad_970x250_dl
javhiv.com##.ad_location
inoreader.com##.ad_stripe
pornhub.com,pornhub.org,pornhub.net##.ad_title + div
pornhub.com,pornhub.org,pornhub.net##.ad_title + iframe
gameskinny.com##.ad_universal_ondemand
hqporner.com##.ad_video
tubesex.me,xxxadd.com##.adban1
fbref.com,basketball-reference.com,onmsft.com,softperfect.com##.adblock
sexwebvideo.com##.adblock-spot
computerbase.de##.adbox-wrapper
ndtv.com##.adcont
newstracklive.com##.addBox
heroesfire.com,mobafire.com,vaingloryfire.com##.ads-narrow
javhdx.tv##.adsright
findyourlucky.com##.adst
indiatodayne.in,indiatoday.in,pdf24.org,telegraphindia.com##.adtext
ranker.com,androidcentral.com,imore.com##.adunit
techtimes.com##.adunit_video
xxxtubedot.com##.adv-b
alohatube.com##.advbox
torrentdownloads.net##.advert_img
enjoyfuck.com,fuckgonzo.com,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
thesportbible.com##.article-sidebar__advert
brightside.me##.article-yandex-direct
ifate.com##.articleleftfloater
myasiantv.com##.av-right
myasiantv.com##.av-top
porn.com##.azF
porn.com##.azR
porn.com##.azRB
alawar.com##.b-game-list__bnr-title-wrapper
indiansgetfucked.com##.b850x80
epicbundle.com##.background-click
beastsofwar.com##.badge-bar-top
stream2watch.co##.ban_b
clip2net.com##.bann-plugin
youtube4kdownloader.com,wantedbabes.com,softonic.com##.banner-center
avxhome.in##.banner-links
paycalculator.com.au##.banner300250
paycalculator.com.au##.banner72890
avast.com##.banner__inner
fshare.vn##.banner_left
yourlust.com,fshare.vn##.banner_right
streamsport.pro,liveonlinetv247.info##.bannerfloat
station-drivers.com,appvn.com##.bannergroup
sanet.me##.big_banner_adv
itechpost.com##.bk-sidevid
mensfitness.com##.block-ami-dfp-blocks
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
kaskus.co.id,kaskus.com##.bottom-frame
reverso.net##.bottom-rca
theatlantic.com##.bottompersistent-wrapper
oklivetv.com##.box
nv.ua##.brand_banner
blic.rs##.brand_left
blic.rs##.brand_right
pornhub.com,pornhub.org,pornhub.net##.browse-ad-container + div[style*="float:right"]
solidfiles.com##.buttons > a[class="btn btn-success btn-sm"]
overclock.net##.buynow
imzog.com,tuberel.com##.category-item.vda-item
wagnardmobile.com##.cc01
zippyshare.com##.center_ad
animefrenzy.net,royalcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,prostocams.com,smutcam.com##.chatbox
sevenforums.com##.chillad
mathopenref.com##.citeSkyScr
ndtv.com##.cnAdDiv
wired.com##.col#we-recommend
shockwave.com##.col.col4.colLast
seattlepi.com##.commerce
tinypic.com##.container > .browse > span
nowlive1.me,soccerjumbotv.me##.containerDiv
adminsub.net##.container_ad_v
bravotube.net##.headline > p[style="font-size:14px; margin:0; padding:0; text-align:center"]
bravotube.net##.content > .headline + table
123movies.*,watchseries.*##.content-kuss
alphaporno.com##.content-provider > a[rel="nofollow"] > img
my.earthlink.net##.contest-promo
world4ufree.ws##.ddbutt
now.dolphin.com##.detail-lnk-download-banner
speedtest.net##.dfp-ab-leaderboard
kisstvshow.to,kissanime.to##.divCloseBut
watchfree.to##.episode_pagination + div[class^="v"]
videobash.com##.facebook-contest-header
onlinebarcodereader.com##.fadein-wrap
filerio.in##.fancybox-overlay
videobash.com##.fb-winner
filelions.to,gaybb.net,klto9.com,gayxx.net,klz9.com,hdgay.net,sexgayhd.com,sexgayplus.com,jav720.net,japangaysex.net,dvdgaysex.com,lhscan.net,rawlh.com,shareae.com##.float-ck
stream2watch.me##.floater
sexwebvideo.com##.footer-content > .uk-container-center
sexu.com##.footerBanners
stream2watch.co##.fpl
justporno.tv##.frame-box
hitc.com##.from-the-web
thesaurus.com##.ftsp
armytimes.com,marinecorpstimes.com,navytimes.com##.gamedaypromo
linkedin.com##.go-premium
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
seattlepi.com##.hdnce-e[class$="-dealnews"]
mixcloud.com##.header-leaderboard
healthline.com##.hl-loading-mask
mycokerewards.com##.homePageBannerAdTopComponent
theatlantic.com##.homepage-ad
wowhead.com##.horizontal-bg
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
ftop.ru##.left-block > div.row > div.add-block
idiva.com##.left-container > div[data-layout="content"] > div > div[class] > div > a[onclick]
indiatimes.com##.li_banner_wrap
watchfree.to##.link_middle > .sl_wrap
theatlantic.com##.liveblog__ad
theatlantic.com##.liveblog__highlights__ad
reverso.net##.locdrcas
mathopenref.com##.lowerRect
mma-core.com##.lrgvid
digitaltrends.com##.m-bonus
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
gamefaqs.gamespot.com,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"]
watchfree.to##.movie_thumb > iframe[src^="/stream.php?"]
last.fm##.mpu-subscription-upsell
torrentking.eu##.mv_dir
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
pornleaks.in,flightradar24.com##.noads
xmissy.nl##.noclick-small-banner
pornbb.org##.nodark
watchseries.cr##.odd:nth-of-type(1)
javhdx.tv##.onplayerADS
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
xtube.com##.panelBottomSpace > li.pull-right
clip2net.com##.partbn
pexels.com##.partner-box
voyeurhit.com##.player-aside
hdzog.com##.player-showtime
voyeurhit.com##.player_stop
france24.com##.popitcontent
sfgate.com##.popupkit
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
linkedin.com##.premium-search-upsell
competitionsguide.com.au##.prodcontainerAd
download.cnet.com##.product-single-left-rail-offer
my.deviantart.com##.promo-text
armorgames.com##.promos
hongkiat.com##.promote
solidfiles.com##.promoted-dl
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)
sammobile.com##.rev
allrecipes.com##.review-ad-space
pcmag.com##.right-frame
gamemodding.com,royalcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongacam.net,bongacam.org,bongacams-chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,prostocams.com,r2games.com,smutcam.com##.right_banner
pandamovie.net##.rightdiv1
whoer.net##.rightsimple
house-mixes.com##.row > .hidden-sm
footballtransfertavern.com##.row.hp-banner
mensfitness.com##.rr-first-block-wrapper
mensfitness.com##.rr-zergnet-wrapper
economictimes.indiatimes.com##.rtAdContainer
filepuma.com##.screenshots_ads
siliconera.com##.show-ads div.t-footer-curseNetwork
cubuffs.com##.sidearm-ad-blocker-message-container
epicbundle.com##.sidebar > .networkBox + .mediumTagArea
snbforums.com##.sidebar > table[align="center"]
kissmetrics.com##.sidebar-ad-dark
profitconfidential.com##.sidebar-ad-div
tmz.com##.sidebar-widget iframe
epicbundle.com##.sidebarAdx
cam69.com##.headboxBanner
cam69.com,sexu.com##.sidebarBanner
lfporn.com##.single-post > div#gb
makeuseof.com##.single-post-sidebar small[style^="color:"][style*="ray"]
kaskus.co.id,kaskus.com##.skin
multiplication.com##.slug
gamingbolt.com##.small-ad
epson-event-manager-utility.en.lo4d.com##aside[class^="download_inner_"] > div.colour4.small
softpedia.com##.sng-widget
software.informer.com##.splinks
overclock.net##.sponsor-btns
cam4.de.com##.sponsorAd
zdnet.com##.sponsoredItem
danceclassonline.in,smashingmagazine.com,hanime.tv,linuxmint.com##.sponsors
linuxmint.com##.sponsors + h3
walmart.com##.spotAds
profitconfidential.com##.spu-bg
profitconfidential.com##.spu-box
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
putlockers.ch##.summary .movgr
motorsport.com##.takeOverAdLink
ryuugames.com,techviewleo.com,gizmochina.com##.td-banner-wrap-full
idevice.ro##.td-post-content > #getsocialmain + center
msn.com##.todayshowcasead
tempr.email##.TopBanner
ada.org,tempr.email,techcentral.ie##.topBanner
my.deviantart.com##.tower-ad-header
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##.vce_adsense_widget
hpjav.com##.video-box-ad
multiup.org##.video-js
pornhdvideos.tv,porndoe.com,realgfporn.com##.video-overlay
kisscartoon.me##.videoAdClose
mcfucker.com##.videoBlock > .cnt > .vcnt > .c2p
xxxyours.com##.video_adv
vidzi.tv##.vidzi_backscreen2
coub.com##.viewer__ads
androidcentral.com,windowscentral.com##.visor-breaker-ad
vancouversun.com##.vjs-loading-spinner
newshub.co.nz##.vjs-onceux-ad-container
bravotube.net,bravoteens.com,pornoaffe.com,hd-pornos.net##.vjs-overlay
gamespot.com##.vjs-overlay-onceux-countdown-text
newshub.co.nz##.vjs-overlay.vjs-overlay-onceux-countdown
heraldsun.com.au,dailytelegraph.com.au##.w_ad
epicbundle.com##.wallpaper
zoomgirls.net##.wallpaper-2ads
multiup.org##.well > center > div[id^="video"]
torrenthound.com##.whitebg td
iphoned.nl##.widget_ad_html
z-news.link##.widget_execphp
kpytko.pl##.wpmui-popup
empflix.com##.zoneAds
zyzoom.org##.zyzoom_ads
/250x90_motortrend.gif
/hitfile_$image,domain=jdforum.net
/js/ptn/*.js?_=$domain=depositfiles.com|dfiles.eu|dfiles.ru
://$script,third-party,domain=img24.org
dailyuploads.net##[href^="http://justgetitfaster.com/mobi?"]
skidrowcrack.com##[id^="bsa"][style*="opacity:"]
lcpdfr.com##[style^="width: 728px;"]
uplod.ws##a > img[src^="http://goo.gl/"]
filescdn.com##a.btn.btn-labeled:not([href*="filescdn.com"])
softpedia.com##a.mgleft_40 > img[width="728"]
patient.info##a.sponsored-wrap
windowscentral.com##a[href*="amazon.com/b?"]
windowscentral.com##a[href*="shareasale.com/r.cfm?"]
windowscentral.com##a[href*="windowscentral.com/hidden-gems?"]
redtube.com,redtube.net##a[href="/advertising"]
xtremetop100.com##a[href="/contact.php"] > img
mediafree.co##a[href="http://cinmaland.com/"]
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
scan.majyx.net##a[href^="/Sponsor/"]
armyrecognition.com##a[href^="/banners/click"]
usatoday.com##a[href^="/pages/interactives/sponsor-story/"]
lotteryrandom.com##a[href^="http://ads.playukinternet.com/tracking.php"]
filesharingtalk.com##a[href^="http://affiliate.astraweb.com/"]
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/"]
picfox.org##a[href^="http://blobopics.biz/redirect/"]
eagleget.com##a[href^="http://cdn.adsrvmedia.net/"]
go4up.com##a[href^="http://go4up.com/download/forwardr"]
flaticons.net##a[href^="http://goo.gl/"] > img
kaskus.co.id,kaskus.com##a[href^="http://kad.kaskus."]
picfox.org##a[href^="http://nudeamateurteengirls."]
staticice.com.au##a[href^="http://prf.hn/click/"]
avxhome.se##a[href^="http://s.click.aliexpress.com/"]
picfox.org##a[href^="http://syndication.exoclick.com/splash.php"]
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"]
seedpeer.eu##a[href^="http://www.cash-duck.com/"]
daftporn.com##a[href^="http://www.daftporn.com/link.php"]
avxhome.in,avxhome.se##a[href^="http://www.friendlyduckaffiliates.com"]
pattayatalk.com##a[href^="http://www.pattayatalk.com/forums/index.php?"][href*="app=advadverts"]
neobuggy.net##a[href^="http://www.spektrumrc.com/Surface/Servos.aspx?utm_source="]
dailyuploads.net##a[href^="http://www.total-way.biz/"]
avxhome.in##a[href^="http://www.zevera.com"]
z-news.link##a[href^="https://accounts.fozzy.com"]
dailyuploads.net##a[href^="https://boostads.net"]
torrentdownloads.me,ftopx.com,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?"]
anonym.to##a[href^="https://www.spyoff.com"]
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()"]
putlocker9.com##a[onclick*="https://mediapss.com/?r"]
opensubtitles.org##a[onclick="rdr(this);"]
neobuggy.net##a[onclick^="_gaq.push(['_trackEvent','AdLinks'"]
nationalpost.com##a[rel="external nofollow"] > img[src^="/images/offers/"]
lotteryextreme.com##a[rel="nofollow"] > img
softpedia.com##a[style*="width: 970px; height: 90px;"]
go4up.com##a[style="display:inline!important"] > img
mspoweruser.com##aside[class^="widget shunno_widget_sidebar_"]
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)
hardwareheaven.com##body > a > div[id$="_skin_panel_div"]
ebookbb.com##body > a[rel="nofollow"][onclick]
hentai-foundry.com##main > center > p > a > img
golderotica.com,nudeplayboygirls.com##body > div#topbar
utorrent.com##body > div.callout.callout-home
lfporn.com##body > div.main > div.content > div.posts > a[id^="meow"]
gboxes.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;"]
nydailynews.com##body > section#rgi
nydailynews.com##body > section#rgs-details
google.com,google.ru##body > table[width="100%"][style^="border: 1px solid #"]
gamepedia.com##body div#content > div#atflb
gamepedia.com##body div#content > div#btflb
gamepedia.com##body div#siderail > div#atfmrec
nv.ua##body.branding > a[href*="/exec/bn/click.php"]
procrackerz.org,torrentdownload.info,freeappstorepc.com,masseurporn.com,rennlist.com,f4freesoftware.com,sadeempc.com,workingkeys.org##center > a[rel="nofollow"] > img
softasm.com##center > a[rel="nofollow"][onclick] > img
mensxp.com##div.Block.blk > style + div[class]:not([id]):not([style])
ah-me.com##div.DarkBg
w4files.pw##div[align="center"] > a[href="/button/download.php"]
extra.to##div[align="center"] > a[rel="nofollow"] > img
adminsub.net##div[class$="_ad"]
vidzi.tv##div[class$="vidzi_backscreen"]
giveawayoftheday.com##div[class*="_ab aa-"]
cpuid.com##div[class*="widget-advert-"]
avxhome.se##div[class="news"][style="margin: 10px 25px 35px 25px"]
tunefind.com##div[class^="AdSlot_"]
thesurfersview.com##div[class^="ad"]
ip-tracker.org,peggo.tv,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_"]
einthusan.ca,einthusan.com,einthusan.tv##div[class^="adspace-"]
dtnext.in,pornwhite.com,androidappsgame.com,txxx.com##div[class^="adv-"]
nmac.to##div[class^="advads"]
torrentino.me##div[class^="banner-"]
solidfiles.com##div[class^="bnr-"]
fifa.com##div[class^="box advert"]
speedtest.net##div[class^="dfp-eot-"]
dailypioneer.com##div[class^="googlead"]
softpedia.com##div[class^="mgtop"][style^="width: 100%; height: 90px;"]
hdzog.com##div[class^="pl_showtime"]
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"]
ouo.press,fileflares.com,leechpremium.link,cpmlink.net,shink.in##div[id*="ScriptRootC"]
answers.yahoo.com##div[id*="textads"]
nowwatchtvlive.com##div[id="4c1dba77d15"]
breakingmuscle.com##div[id^="OA_posid_"]
newgrounds.com##div[id^="SuperbImaginativeBunting"]
overclockers.com##div[id^="ad-widget"]
musescore.com,fap18.net,gamereactor.eu##div[id^="ad_"]
kitguru.net##div[id^="adflash-"]
file.fm,files.fm##div[id^="any_media_banner"]
techstips.co,reblop.com,dupose.com##div[id^="bannerfloat"]
thehill.com##div[id^="block-dfp-rightrail-"]
1ms.net##div[id^="cpmstar_modalVideoPopup_"]
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:"]
mamahd.com##div[id^="html"][style]
mangafox.la##div[id^="mfad"]
decider.com,bgr.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-"]
answers.yahoo.com##div[id^="ya-darla-"]
download.cnet.com##div[id^="ypaAdWrapper"]
wired.com##div[role="presentation"][data-outbrain-url]
avaxhome.co##div[style$="width:320px;height:235px;"]
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;"]
rapeboard.net##div[style="padding:0px 25px 0px 25px"] > center > a > img
rapeboard.net##div[style="padding:0px 25px 0px 25px"] > center > img
gamecopyworld.eu##div[style="padding:4px 4px 4px 4px"] > table:first-child td[align="center"] > table[style="height:90px;"]
kaskus.co.id,kaskus.com##div[style="position:fixed; width:100%; z-index:99;background:#fff;"] + div[style="height:30px"]
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()"]
thewindowsclub.com##div[style^="float:none;margin:10px 0 10px 0;text-align:center;"]
urlvoid.com##div[style^="margin: "][style*="0px 0"] > small
fxp.co.il##div[style^="position: fixed;width: 162px; height: 600px;"]
re-hentai.com,myslavegirl.org##div[style^="width: 300px; height: 250px;"]
bigbtc.win,downloadcrew.com##div[style^="width:160px;height:600px;"]
allsport-live.net##div[id^="reklama"]
4downfiles.org##font#w3c5
i.cbsi.com/*/Ads/*.jpg
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"]
vpsboard.com##iframe[src*=".vpsboard.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"]
clipconverter.cc##iframe[src^="http://a.clipconverter.cc/www/d/"]
pornhub.com,pornhub.org,pornhub.net##iframe[style*="height: 60px;"]
pornhub.com,pornhub.org,pornhub.net##iframe[width="315"]
pornhub.com,pornhub.org,pornhub.net##iframe[width="950"]
javhotgirl.com##img[alt="JavHD Premium"]
kaskus.co.id,kaskus.com##img[src="images/spacer.gif"]
skyscrapercity.com##img[src^="http://www.skyscrapercity.com/images/ads/"]
acronymfinder.com##img[style="max-width:728px;width:100%"]
deepdotweb.com##img[width="330"][height="104"]
indiansgetfucked.com##img[width="650"][height="80"]
onhockey.tv##img[width="710"][height="80"]
ip-address.org##ins[id^="aswift_"]
leporno.org/english.js
modaco.com##li[data-blocktitle="Custom Blocks"] a > img
hipornvideo.com##noindex div[style*="data:image/jpeg;base64"]
3dsiso.com,pspiso.com,xbox360iso.com##ol li[id^="navbar_notice_"]:not(:first-child)
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-"]
urlvoid.com##small:nth-child(2)
agar.io##small[data-itr^="advertisement"]
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;"]
remote.12dt.com##table[style^="width:768px;height:90px;"]
lucianne.com##table[width="180"][height="630"]
lucianne.com##table[width="300"][height="290"]
pixroute.com,imgspice.com##table[width="612"][height="262"]
lucianne.com##table[width="728"][height="119"]
mistressdestiny.com##table[width="775"]
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"]
youjizz.com##td[valign="top"] + td[width="301"]
lyngsat-logo.com,lyngsat.com##td[width="160"][height="600"]
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
|http://$image,third-party,domain=pornhub.com|redtube.com|redtube.net|tube8.com|tube8.es|tube8.fr|youporn.com|youporngay.com|you-porn.com|youpornru.com|youporn.fyi
||0torrent.com^
||0xc0000005.com/0xc0000005-fix-download.html
||18ypc.com/b/
||4downfiles.org/open4downfiles2.js
||ad.kaskus.co.id^
||ads*.depositfiles.com^
||ads*.depositfiles.org^
||ads*.dfiles.eu^
||ads*.dfiles.ru^
||ads.playukinternet.com^
||ah-me.com/b*.js
||akhbarak.net/widget_v.php
||allsport-news.net/pr/
||alphaporno.com/pop/
||amazonaws.com/waframedia16.com^$third-party
||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
||bittorrent.com/Advertisers/
||blobopics.biz^$domain=picfox.org|picbank.tk
||bontent.powvideo.net^
||bontent.powvideo.net^$popup
||bramjnet.com/images/upload/
||bravotube.net/js/_p4.php
||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.javgo.me/frontend/js/codepp.js
||cdn.subs.ro/assets/storm-systems.png
||cdn.subs.ro/assets/xservers.png
||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/
||cdne.stripchat.com/cdn/banners/
||clickadu.com/apu.php$redirect=nooptext,important
||cloudfront.net^$domain=porn00.org|milfnut.com|iir.ai|tii.ai|adshort.club|newepisodes.co|megaup.net|ckk.ai|uploadas.com|gounlimited.to|streamtajm.com|yesmovies.to|thehouseofportable.com|kanqite.com|oke.io|xmovies8.pl|xrivonet.info|linkrex.net|youtubemultidownloader.com|cpygames.com|drhtv.com.pl|srt.am|dancingastronaut.com|mixing.dj|gamesofpc.com|tinyical.com|itdmusic.com|prefiles.com|cloudyfiles.co|anime-odcinki.pl|clickndownload.*|clicknupload.*|unblocked.lol|lipstickalley.com|addic7ed.com|animeflv.net|avxhome.in|avxhome.se|baiscopelk.com|filescdn.com|javgo.me|katfile.com|keeplinks.eu|leporno.org|multiup.org|newpct.com|newpct1.com|nhentai.net|nitroflare.com|psarips.com|sadeemapk.com|sankakucomplex.com|shink.in|uplod.it|uplod.ws|uptostream.com|userscloud.com|tmearn.com|y2mate.com|animepahe.ru|tei.ai|mastibaaz.com|mrpcgamer.co|soap2day.*|igg-games.com|torrentmac.net|send.cm|bluemediafiles.*|sakurafile.com|allmoviesforyou.net|soap2day.ac|torrentgalaxy.mx|igg-games.co|ziperto.com|bluemediafile.*|oxtorrent.sk|bluemedialink.online|bluemediaurls.lol|bluemediadownload.*
||cnn.com/cnnintl_adspaces/
||coderanch.com/forums/banner/
||commitstrip.com/hello.php
||creativeuncut.com/int/interstitial.js
||d2gt9oovykfp1z.cloudfront.net/onhax.js
||digit-photo.com/images/produits/publicites/
||direct.hdzog.com/contents/lejpppwud/
||distrowatch.com/images/cpxtu/
||distrowatch.com/images/k/
||distrowatch.com/wban
||downloadha.com/shop/*.swf
||droidforums.net/vendors/
||elasticbeanstalk.com^$domain=footballtransfertavern.com
||electronlibre.info/mdx/images/bg_vivendi_hab.jpg
||eztv.ag/images/pcprotect/
||fakku.net/static/seele-footer.html
||fetishshrine.com/_p4.php
||fijilive.com/images/wrap/
||filerio.in/interstl.html
||filestube.com/sponsored_go.html
||funimg.net/mm.js
||gallery-dump.com/forum/forumbanner.php
||geo.hltv.org/data.php
||geo.hltv.org/data2.php
||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
||havysoft.cl/mt_b.png
||heavy-r.com/ilove/bananas.php
||heidoc.net/amazon/
||heidoc.net/joomla/images/cambodia/
||hellporno.com/_p*.php
||hideme.ru/images/prx/prx_bnr_
||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
||imgpeak.com/bk_lder.php^
||indiangilma.com/images/srilankakillingfields.jpg
||indiansgetfucked.com:8081/cont1/*.gif
||indiansgetfucked.com:8081/images/banners/
||info.gomlab.com/eng_ad.html
||kad.kaskus.co.id/banner/
||kaskus.co.id/adv/
||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
||livejasmin.com^$domain=freeimgup.com
||lookpic.com/td.jpg
||lookpic.com/yeah.gif
||lowendbox.com/*/banners/
||lswcdn.net/js/vendor/frontend_loader.js
||concertads-configs.vox-cdn.com^
lxax.com###embed-overlay
lxax.com###parrot
||lxax.com/_ad
||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
||myslavegirl.org/Promo
||myvidster.com/*_neverblock.php
||newopenx.detik.com^
||newser.com/*feolite/$script
||nikktech.com/main/images/banners/
||o1.t26.net/mkt_assets/banners/
||odb.outbrain.com^$domain=dailytelegraph.com.au
||olyhdliveextra-a.akamaihd.net/*.mp4$domain=theplatform.com
||onlinemschool.com/pictures/promo
||openx.gamereactor.dk/adclick.php
||pandamovie.net/pu/
||patient.media/*prebid.js
||perfectgirls.net/counter.js
||player.kmpmedia.net/kmp_plus/platform/view/main
||porn-w.org/chili.php
||porn-w.org/fj.php
||porn.com/_p3.js?_=
||pornexpanse.com/ban_pimp
||pornexpanse.com/eureka
||pornokeep.com/eureka
||pornoxo.com/pxo/www/js_*/*.min.js?url=*/out/
||porntube.com/*/pop_ex.php
||portalzuca.com/ads
||psarips.com/tools.js
||psdkeys.com/uploads/banner_
||qrz.com/ads/
||qwertty.net/templates/kinowa/js/open-single.js
||rapeboard.net/dep_bdsm.png
||realstreamunited.tv/*/pu.js^
||refer.ccbill.com/cgi-bin/clicks.cgi
||s3.amazonaws.com/poptm/banners/
||s3.amazonaws.com/salesdoubler/banner_creatives/
||s3.amazonaws.com^$domain=oko.sh|linkrex.net|youtubemultidownloader.com|fullypcgames.net|adpop.me|itdmusic.com|filescdn.com|katfile.com|nitroflare.com|uploads.to|cloudyfiles.co|bluemediafiles.*|dropgalaxy.com|bluemediafile.*|oxtorrent.sk|bluemedialink.online|bluemediaurls.lol|bluemediadownload.*
||sadeempc.com/wp-content/uploads/2017/01/RDP-*.gif
||safebeta.cn/gg/sefabeta_*js
||saliu.com/images/software-lottery-gambling.gif
||scripts.dailymail.co.uk/static/mol-adverts/*.css
||sexxx.cc/public/api.iframe.php
||shortlink.sex^$popup,domain=cam-archive.com
||slatedroid.com/espebanner.js
||sleazyneasy.com/_*.php
||slopeaota.com^$popup,domain=redtube.com|redtube.net
||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
||stankyrich.com/relman/$domain=mpgh.net
||static.elitesecurity.org/banner/
||stefanvd.net/images/partner/
||stomp.com.sg/qoo10/
||storage.googleapis.com/*/bnr*.$domain=datafilehost.com
||strap.domain.com.au^$domain=theage.com.au
||streamplay.to/js/*/pu*.min.js
||sumotorrent.sx/img/ip_vanish_
||techcentral.ie/wp-content/plugins/wpsite-background-takeover
||thedailywtf.com/tizes/
||thefappening.so/sproject/*.php
||thefreedictionary.com/_/track.ashx?r=
||top.l2jbrasil.com/banner/
||totallynsfw.com/_*.php
||trillian.im/client/ad
||ttcdn.info/pia.png
||ttcdn.info/pia_$image
||tuberel.com/*.php
||tubesex.me/js/eribi.js
||tubesex.me/js/939eka394.js
||tubevintageporn.com/js/bkcwe.js
||tubevintageporn.com/js/775eka341.js
||txxx.com/js/*.php?z=*&sub=
||ucam.xxx/banners/
||unblockall.xyz/assets/js/script.js
||uploadex.com/tst/download1.png
||uploadshub.com/images/start-download.gif
||vaughnlive.tv/abvs.php?$redirect=nooptext
||vi-control.net/community/?ads/
||vidible.tv^$domain=historydaily.org
||webtransfer-finance.com/upload/partner_banner/
||webtransfer.com/upload/partner_banner/
||widgets.outbrain.com/outbrain.js
||wix.com/*utm_campaign=$third-party
||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/UWSidebanner.gif
||xtremetop100.com/images/right_adspot2.jpg
||xxxadd.com/js/449eka776.js
||xxxtubedot.com/js/24eka64.js
||xxxtubedot.com/js/skvkl.js
||zevera.com/*.swf$third-party
poro.gg#?#.porogg div.flex:has(> div#rich-media-placement)
iplocation.net#?#.col_4_of_12 > .widget:contains(Advertisement)
crazyporn.xxx#?#.item:has(> script[src^="/ai/"])
theverge.com#?#.flex-auto:has(> div[data-concert])
processlibrary.com#?#.bottom > .row:has(a[href="/free-system-check"])
fix4dll.com#?#.sidebar .sidebar__block:has(a[onclick^="ym("])
wikidll.com#?#.col-sm-8.mb-sm-3 > div[class]:has(~ .banner):contains(/Outbyte|unlimited number of scans/)
ign.com#?#.wiki-bobble:has(> .adunit-wrapper)
comick.app#?#div[class^="xl:pt-0 "] > .py-6:has(> #ads-top:only-child)
comick.app#?#.mx-auto > .items-center:has(> #protag-header)
comick.app#?#.padding-safe-left > .mx-auto:has(> .items-center > #protag-header)
timesofindia.com,indiatimes.com#?#div:has(> div[data-type="in_view"] > div.ctn-workaround-div)
kbb.com#?#.css-1xa55ag.eaivgmg0 > div[style*="display"]:has(a[href*="//ad.doubleclick.net/"])
kbb.com#?#[class*=" "][style]:has(> div > div[id*="Ad"])
smailpro.com#?#.my-4.gap-2 > div.text-center:has(> div > ins.adsbygoogle)
portal.uscellular.com#?#section[data-af-component="FeedBlock"] > div > article:has(> a[href^="https://paid.outbrain.com/"])
backpacktf.com#?#.stats-header-panel + div[class] > .panel:has(> .panel-heading > span:contains(Advertisement))
thewindowsclub.com#?#.widget:has(> span[id^="ezoic-pub-ad"])
thewindowsclub.com#?#article > .widget:has(> center > strong > a[rel*="sponsored"])
thewindowsclub.com#?#section.widget:has(> .widget-wrap > .textwidget > span[id^="ezoic-pub-ad"])
reuters.com#?#div[class^="regular-article-layout__inner_"]:has(> div[data-testid="StickyRail"])
metacritic.com#?#.title_bump > .ad_unit + .browse_list_wrapper + div[style*="padding-bottom:"][style*="30px;"]:has(> .ad_unit)
allmath.com#?##form1 .text-center[style*="font-size:"]:contains(/^ADVERTISEMENT$/)
realpornclips.com#?#.main > div.container > h2:contains(Advertisement)
engadget.com#?#li:has(> article > div[data-wf-image-beacons])
engadget.com#?##post-right-col > div[class]:has(> #RR)
livescience.com,creativebloq.com#?#.listingResults > .listingResult:has(> .sponsored-post)
sekilastekno.com#?##content:has(#teaser2) .entry-content > figure, h3, h4, ol, p, ul
pinloker.com,sekilastekno.com#?##main:has(a[\@click="scroll"][target="_blank"]) .entry-content > figure, h3, h4, ol, p, ul
literotica.com#?#.page__aside > div[style]:has(> div[class] > .w_ex)
game3rb.com#?##main-wrapper > #post-footer:has(>a[href*="/aff_c?offer_id="])
blog.nationapk.com#?#.wpsafe-top:has(> form#wpsafelink-landing) ~ div#page
walmart.com#?#.flex > div[class]:has(> div[class][style*="contain-intrinsic-size"] > div[data-item-id] > a[href^="https://wrd.walmart.com/track?adUid"])
pussyspace.com,pussyspace.net#?#.itemsetbox > div[id] > div[class]:last-child:has(> #showHelpUaPC)
adzz.in,proappapk.com#?##postBody:has(#gotolink) > div:not(.text-center)
proappapk.com#?#.blogContent:has(#verify) div.blogPosts
shareus.site#?#.box-main:has(#countdown) > div.blog-item
mumsnet.com#?#aside > div.hidden:has(> div.relative > p:contains(Advertisement))
msn.com#?#.views-article-body > h3.article-sub-heading:has(> a[href*="join.popularmechanics.com"])
amazfitwatchfaces.com#?#.col-md-12 > .panel:has(> .panel-body > .advp)
javopen.co#?#.main-content > h4 > strong:contains(Brave)
coolors.co#?#body.has-sticky-ad > a[id][class]:has(> div[id] + div[id]:contains(Hide))
coolors.co#?##header > a[id][class]:has(> div[id] > span[id])
bing.com#?#.slide:has(> .tobitem > a > .rtb_ad_caritem_mvtr)
swiggy.com#?##all_restaurants div[class]:has(> a > div[class] > div[class] > div[class][style*="transparent"] > div[class]:contains(Promoted))
uploadrar.com#?#div[class^="download"][class*="page"] div[class^="banner"]:has(> .as_ads_guard:only-child)
uploadrar.com#?#div[class^="download"][class*="page"] div[class^="banner"]:has(> script:first-child + .adsbygoogle)
lu.ma#?#.c-sidebar > .c-widget:has(> h3.c-widget__title:contains(Advertise))
80.lv#?#article[style] > div[class] > aside ~ div[class]:not([data]) > div[class][style^="transform:"] > article > div[class]:has(> div[class][style^="background-color:"])
voonze.com#?#.td-is-sticky > .wpb_wrapper:not(:has(.td-cpt-post))
pussymaturephoto.com#?#div[class^="mikex"]:upward(1)
modrinth.com#?##main > .normal-page__content > .content-wrapper:has(> div[data-ea-publisher])
work.ink#?#.wk-container:has(> div.container-content > div[id^="waldo-tag-"]:first-child)
thecourier.com.au,thesenior.com.au#?##main:has(> div.xl\:h-\[250px\].md\:h-\[90px\])
sportfacts.net#?#.sidebar-content > .r-widget-control:has(> div > center > .adsbyvli)
sportfacts.net#?#.sidebar-content > .r-widget-control:has(> div > center > div[id^="div-gpt-"])
topsporter.net,sportfacts.net#?#.footy-related-posts > .blog-wrapper > .post-item:has(:is(.adsbyvli, div[id^="div-gpt-"]))
fmmods.com#?#.single-content-wrap > center > center > h5:contains(/^Ads:$/)
post-gazette.com#?#.pgevoke-frontpage > div.pgevoke-grid-row-full:has(> div.pgevoke-superpromo)
hentaiworld.tv#?#.entry-content > div.section-slider:has(> div > h3:contains(Special Offers))
pornhub.com#?##relatedVideosCenter > .wrapVideoBlock:has(> .videoSpiceVidsBlock span.bg-spice-badge)
onemileatatime.com#?#.post-card-grid > .row > .col-md-4:has(> div[id^="div-gpt-"])
mail.yahoo.com#?##commerce_card_group_container > div ~ div
affplus.com#?#.justify-center:has(> div > a[target="_blank"] > img)
sonixgvn.net#?#.entry-content .vc_row-fluid > div[class="wpb_column vc_column_container vc_col-sm-12"] > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper:has(> p[style="text-align: center;"] > a[target="_blank"] > img)
pcgamer.com#?#.listingResult:has(> .sponsored-post)
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#?#div[data-testid="frontpage-sidebar"] > div[class]:has(> div[data-before-content])
netflixlife.com#?##top-stories > li:not([class]):has(> .fs_ad_widget-ad)
desktopnexus.com#?##rightcolumn > .rbox:has(> .rboxInner > .adsbygoogle)
gamesradar.com#?#.listingResults > div.listingResult > div.sponsored-post:upward(1)
silverspoon.site#?#table[style="width:100%; height:1200px"] > tbody > tr:first-child > td > div[data-ad-slot]:upward(2)
lesbian8.com#$?##int-over { remove: true; }
unsplash.com#?#.ripi6 > div:matches-property(/__reactFiber/.return.return.memoizedProps.ad)
unsplash.com#?#div[data-test="search-photos-route"] > div[class] > div[class] > h2:contains(Browse premium images on iStock)
unsplash.com#?#div[data-test="editorial-route"] div[style^="--column-gutter:"] > div[class] > div:has(> figure[data-test^="photo-grid-"] a[href="/brands"])
haho.moe#?#div[title="Click to Close the Ad"]:upward(1)
javporn.tv#?#.content-area > div.download-favorite-container > a[target="_blank"]:upward(1)
dubznetwork.com#?#.widget:has( .widget-item-wrap > div[class^="clpr-emre"] )
senzuri.tube#?#.hv-block-transparent:has(> .hv-wrapper > .aa_label:contains(Advertisement))
hitomi.la#?#.container > div[class$="content"] > div[class] > script:upward(1)
forum.worldofplayers.de#?#table[align="right"] tr:has(> td > .adsbygoogle:only-child)
forum.worldofplayers.de#?#table[align="right"] tr:has(> td > img[src*="ad"][src*=".gif"])
worldofgothic.de#?#div:has(> img[src^="/images/styles/wog/design/ad"][src*="superbanner.gif"])
bitsearch.to,solidtorrents.to#?##alart-box > .view-box:has(> #alart-message > a[target="_blank"])
myanimelist.net#$?#div[data-koukoku-width="970"] > style { remove: true; }
ground.news#?##__next > div.sticky:has(> div.items-center > div.w-full > div.items-center > a[id^="banner-promo-"])
ground.news#$?#div:not([class]) > div.react-responsive-modal-overlay:has(> div.react-responsive-modal-modal > div.relative > div.flex > a[href="/may-promo"]) { display: none !important; }
ground.news#$#html { position: static !important; overflow: auto !important; width: auto !important; }
comick.app#?#div.relative > div.py-2:has(> div#ads-top)
armyrecognition.com#?##sp-sidebar > .sp-column > .sp-module:has(> .sp-module-content > .bannergroup)
armyrecognition.com#?##sp-sidebar > .sp-column > .sp-module:has(> .sp-module-content > .custom > .uk-grid > div > .ezoic-adpicker-ad)
hltv.org#?#aside > .presented-by-row:has(div[data-seen-before])
hltv.org#?#div[style^="width:"]:has(div[data-seen-before])
doodrive.com#?#.uk-first-column > .uk-margin.uk-margin-auto:not(:has(>*))
doodrive.com#?#.uk-first-column > .uk-margin.uk-margin-auto:has(> iframe[src^="//acceptable.a-ads.com/"])
senzuri.tube#?#.right:has(> div > div > div#ntv_a)
mangabtt.com#?#.alert-info:contains(Click on the)
amazon.*#?#div.s-result-item[data-asin=""]:has(> .sg-col-inner > div[cel_widget_id^="MAIN-VIDEO_SINGLE_PRODUCT-"])
you.com#?#ul[data-testid="web-results"] > li[data-testid]:has(> div[class^="sc-"] div[class^="sc-"] > div[class^="sc-"] + span:contains(Ad))
digminecraft.com#?#body > div[class]:has(> div[id$="_slot"])
pornwhite.com#?#.items-container > div.items-holder:has(> div[data-banner])
sextu.com#?#.video-page__content > .left > section:has(> div[id^="underplayer_"])
91porn.com#?##videodetails > div:has(> a[href][target="_blank"])
animeidhentai.com#?#.player > div[class]:not([class*="player"]) > aside[class]:has(> div[class]:not(.embed) > iframe[name^="spot_id_"])
xhdporno.sexy#?#.contentbl > #preview:has(> .innercont > div[class^="preview_screen"] > .preview_title:contains(Advertisement))
giznext.com#?#.listing-brandicon ~ section:has(iframe[id^="google_ads_iframe_"])
giznext.com#?#.col-md-8.col-lg-8 > section:has(> .undefined + div[class^="card_card-body"]:not(:has(> *)))
hardwaretimes.com#?#.theiaStickySidebar > .widget:has(> div > .adsbygoogle)
shrs.link#?#.main-body > .card.padded:has(> .bold > svg[data-testid="AdsClickOutlinedIcon"])
pling.com#?#.swiper-wrapper > .slide-item:has(> #iframe-container > div > a[href^="https://shrinkme.io/"])
scitechdaily.com#$?#body { padding-bottom: 0px !important; }
leo.org#?#.m-bottom-large:has( > div[id^="adv-"])
thegamingwatcher.com#?##blip > div[style*="border-bottom:"]:has(> .adsbygoogle)
chron.com#?#article > .b-gray300:has(> div[data-block-type="ad"])
chron.com#?#main > div[data-layout="Layout2ColumnPadded"] > .none > .package.none:has(> div[class]:only-child > div[class]:only-child > div[data-block-type="ad"])
whatismyipaddress.com#?#.fl-page-content > .fl-builder-content > .fl-row > .fl-row-content-wrap:has(#whatismyipaddress_billboard_mid)
app.mobalytics.gg#?##container > div > aside > div[class] > div[class]:has(> div[class] > header > div > span:contains(/^Advertisement$/))
apnews.com#$?#.Page-header-leaderboardAd { remove: true; }
mov18plus.cloud,forplayx.ink#?##video_player ~ div[id]:has(> div[style^="position:fixed;inset:0px;z-index"] > a[target="_blank"])
eporner.com#?#.mb:has(> .adnative-1x1)
independent.co.uk#?##main > div:has(> div[data-mpu])
reuters.com#?#div[class^="regular-article-layout__refinitiv_workspace"]:has(> div[class] > a img[class^="workspace-article-banner"])
theautopian.com#?#.elementor-widget-wrap div[data-element_type="widget"]:has(div[style^="text-align:"] > span:contains(ADVERTISEMENT))
mapcrunch.com#$?##bottom-box { remove: true; }
xboxplay.games#?#div[style^="width: 100%; height:"]:has(> div[data-aa-adunit]:only-child)
xboxplay.games#?#div[style^="width: 100%; height:"]:has(> div[style^="font-size:"]:first-child + div[data-aa-adunit]:last-child)
xboxplay.games#?#div[style^="width: 100%; height:"]:has(> div[style^="font-size:"]:contains(/^advertisement$/) ~ div[style] > div[data-aa-adunit])
metager.org#$?##results > div.result:has(> div.result-header > div.result-subheadline > a.result-link > span.advertisement-mark) { remove: true; }
metager.org#$?##results > div.result:has(> div.result-header > div.result-subheadline > a[href="https://metager.org/partnershops"]) { remove: true; }
imagineforest.com#?##library_search_content > div.each_story.relative:has(> div.absolute ins.adsbygoogle)
quizlet.com#?#.ExplanationsSolutionStep ~ div:has(> div.SiteAd)
cosmopolitan.com#?#div[data-block="transporter"] > section > div[class]:has(> div[class^="css-"] + div[id^="gpt-ad-"])
adweek.com#?#.sidebar > div.widget-wrapper:has(> div.htl-ad-wrapper)
agame.com#?#.game-page-sidebar:has(> .advert:first-child + span:empty + .advert + span:empty:last-child)
my.clevelandclinic.org#?#div[data-identity="article-sidebar"] div[style^="height: "]:has(div[class^="bg-gray-"] > div[data-identity="billboard-ad"])
pxfuel.com#$?#.list_ads { remove: true; }
libhunt.com#?#.alternative-repos > ul > li.repo-component:not([id])
dev.to#?#.crayons-layout__sidebar-right > .js-billboard-container:has(> div > .crayons-sponsorship > .crayons-sponsorship__header > div > span.crayons-sponsorship__indicator)
skysports.com#?#.site-layout-secondary > .grid__col.adaptive-content:has(> .advert:only-child)
clarin.com#?#div[class]:has(> div[id^="div-gpt-ad"]:only-child)
officialcharts.com#?#div[class]:has(> div[id^="ci_ad"])
officialcharts.com#?#div[class]:has(> div[class^="ci-ad"])
flickr.com#?#.photo-list-view > div.photo-list-getty-item-view:has(> div.photo-list-static-item-container a[href^="/account/upgrade/pro?"])
flickr.com#?#.search-container-w-sidebar-content > div.view:has(> div[id^="yui_"] a[href^="/account/upgrade/pro?"])
yorkshirepost.co.uk#?##scw-inner:has(> div[data-type^="AdRow"])
news-gazette.com#?##asset-below > .asset-recommend:has(> .yap-ad-)
forbes.com#?#.section-content > section.generic-widget-wrapper:has(> div.featured-widget)
independent.co.uk#?##main > div[class^="sc"]:has(> div[class^="sc"] > div[class^="sc"] > a[href^="https://amzn.to/"][target])
ondemandkorea.com#?#.Layout > div[class^="css-"] > div[class^="css-"]:has(iframe[id^="google_ads_iframe_"])
aspentimes.com#?##primary > div.container-fluid:has(> div.row > div.ad-top-wrapper)
superbestaudiofriends.org#?#div.sidebar > div[style^="text-align:"]:has(> a[href^="http://bit.ly/"])
producthunt.com#?#.layoutSidebar div[class^="styles_item"]:has(> div > img + div.flex > div.flex > a[href="/sponsor"])
pureleaks.net#?#.elementor div.elementor-element > div.elementor-widget-container:has(> div.tptn_posts_daily)
hentaisun.com#?#aside.span4 > .widget:has(> h3:contains(Advertising))
ibradome.com#?#h2.h2head:contains(Ad)
multiup.io#$?#.content-body > form[method="POST"][action^="https://multinews.me/"] { remove: true; }
multiup.io,multiup.org#?#.content-body > .bg-info:has(> a[target="_blank"])
animeidhentai.com#?#.player > .player-hd + div[class] > aside[class]:has(> div[class] > script[src^="https://a.magsrv.com/"])
timesnownews.com#?##app > div[class] > div:not([class], [id]) > div[class]:has(> .atfAdContainer:only-child)
androidacy.com#?#.row.my-1:has(> small > .fa-ad)
androidacy.com#?#.card:has(> .adsbygoogle)
online2pdf.com#?#.content_box_inner > div:has(> div + div[style^="min-height:"])
online2pdf.com#?#.side_bar > div:has(> div:contains(Advertisements))
amazon.*#?#div[data-order-sm]:has(> div[data-csa-c-painter="ad-topper-desktop-card"]:first-child + div[data-csa-c-painter="enumclaw-slot-display-ad"]:last-child)
linkvertise.com#?#.content-right > div.ng-star-inserted:has(> lv-ad-dp4)
chromeactions.com#?#div:has(> .adsbygoogle[data-adsbygoogle-status])
chromeactions.com#?#div[class] > header ~ div + div:has(> div .adsbygoogle[data-adsbygoogle-status])
rumble.com#?#main section.homepage-section:has(> div.constrained > div[class^="rac-ad__"])
file.io#?#div[class^="css-"] > div[class^="css-"]:has(> div.vm-placement:not([style]))
pornwhite.com#?#.container-side:has(> b:first-child + div[data-banner]:last-child)
useragents.me#?#.table-responsive tr:has(> td > p > a[target="_blank"][style*="color"])
tyla.com#?#div[class$="StyledArticle-articleBody"] > div[class^="css"]:has(> div[width="100%"][height="1em"])
duplichecker.com#?#.main-content ~ div[class] > div[class]:not(.cv_sec):not(.clearfix):has(> * > a[onclick])
duplichecker.com#?#.main-content ~ div[class] > div[class]:not(.cv_sec):not(.clearfix):has(> * > a[onclick]) + .clearfix
duplichecker.com#?#.container .adsbygoogle:upward(1)
duplichecker.com#?#div[class]:has(> [style="display: none !important;"]:first-child)
work.ink#$?#div[id][style^="position: fixed; top: 0px;"][style$="z-index: 800;"] { remove: true; }
wsj.com#?#div[class^="style--column"] > div[class^="style--grid"] > div[class^="style--column"] > div[class^="WSJTheme--padding"]:has(span:contains(Ad Block Choices))
wsj.com#?##root > div div[class^="WSJTheme--padding"]:has(> div[class^="WSJTheme--adWrapper"])
hometheaterreview.com#?#div[id^="homet-"]:has(> [class^="s2nPlayer"])
hometheaterreview.com#?#div[id^="homet-"]:has(> .in-content-flex:only-child > div[id^="adn-"])
hometheaterreview.com#?#div[class^="homet-sidebars"]:has(> .amazon-search)
hometheaterreview.com#?##page-sidebar > .ct-div-block:has(> .htr-static-ad-outer-wrapper)
hometheaterreview.com#?##page-sidebar > .ct-div-block:has(> .ct-code-block .amazon-search)
hometheaterreview.com#?##page-sidebar > .ct-div-block:has(> .ct-code-block:only-child:empty)
hometheaterreview.com#?##page-sidebar > .ct-div-block:has(> .ct-code-block > div[id^="homet-ad"])
station-drivers.com#?#.container-sidebar-left > div.card > div.card-body > div.bannergroup:upward(2)
greenmatters.com#?#aside:has(> div:only-child > div[style]:first-child + div[class]:last-child > div[data-is-ad="true"])
greenmatters.com#?#div:has(> .ad-title)
instagram.com#$?#main > div div[style*="flex-direction: column;"] > article > div:has(span:contains(/(Sponsored|Gesponsert|Sponsorlu|Sponsorowane|Ispoonsara godhameera|Geborg|Bersponsor|Ditaja|Disponsori|Giisponsoran|Sponzorováno|Sponsoreret|Publicidad|May Sponsor|Sponsorisée|Oipytyvôva|Ɗaukar Nayin|Sponzorirano|Uterwa inkunga|Sponsorizzato|Imedhaminiwa|Hirdetés|Misy Mpiantoka|Gesponsord|Sponset|Patrocinado|Patrocinado|Sponsorizat|Sponzorované|Sponsoroitu|Sponsrat|Được tài trợ|Χορηγούμενη|Спонсорирано|Спонзорирано|Ивээн тэтгэсэн|Реклама|Спонзорисано|במימון|سپانسرڈ|دارای پشتیبانی مالی|ስፖንሰር የተደረገ|प्रायोजित|ተደረገ|प|प्रायोजित|স্পনসর্ড|ਪ੍ਰਯੋਜਿਤ|પ્રાયોજિત|ପ୍ରାୟୋଜିତ|செய்யப்பட்ட செய்யப்பட்ட|చేయబడినది చేయబడినది|ಪ್ರಾಯೋಜಿಸಲಾಗಿದೆ|ചെയ്‌തത് ചെയ്‌തത്|ලද ලද ලද|สนับสนุน สนับสนุน รับ สนับสนุน สนับสนุน|ကြော်ငြာ ကြော်ငြာ|ឧបត្ថម្ភ ឧបត្ថម្ភ ឧបត្ថម្ភ|광고|贊助|内容 内容|贊助|告 告|広告|സ്‌പോൺസർ ചെയ്‌തത്)/)) { height: 1px !important; visibility: hidden !important; }
instagram.com#$?#main > div > div > div[style*="flex-direction: column;"] > div:has(span:contains(/(Sponsored|Gesponsert|Sponsorlu|Sponsorowane|Ispoonsara godhameera|Geborg|Bersponsor|Ditaja|Disponsori|Giisponsoran|Sponzorováno|Sponsoreret|Publicidad|May Sponsor|Sponsorisée|Oipytyvôva|Ɗaukar Nayin|Sponzorirano|Uterwa inkunga|Sponsorizzato|Imedhaminiwa|Hirdetés|Misy Mpiantoka|Gesponsord|Sponset|Patrocinado|Patrocinado|Sponsorizat|Sponzorované|Sponsoroitu|Sponsrat|Được tài trợ|Χορηγούμενη|Спонсорирано|Спонзорирано|Ивээн тэтгэсэн|Реклама|Спонзорисано|במימון|سپانسرڈ|دارای پشتیبانی مالی|ስፖንሰር የተደረገ|प्रायोजित|ተደረገ|प|प्रायोजित|স্পনসর্ড|ਪ੍ਰਯੋਜਿਤ|પ્રાયોજિત|ପ୍ରାୟୋଜିତ|செய்யப்பட்ட செய்யப்பட்ட|చేయబడినది చేయబడినది|ಪ್ರಾಯೋಜಿಸಲಾಗಿದೆ|ചെയ്‌തത് ചെയ്‌തത്|ලද ලද ලද|สนับสนุน สนับสนุน รับ สนับสนุน สนับสนุน|ကြော်ငြာ ကြော်ငြာ|ឧបត្ថម្ភ ឧបត្ថម្ភ ឧបត្ថម្ភ|광고|贊助|内容 内容|贊助|告 告|広告|സ്‌പോൺസർ ചെയ്‌തത്)/)) { visibility: hidden !important; }
instagram.com#$?#article:has(> div[style*="display: none !important;"]:only-child) { padding-bottom: 0px !important; border-bottom: none !important; border: none !important; }
n4g.com#?#.f-grid > div.f-item > div.f-item-ad:upward(1)
majhinaukri.in#?#.entry p[style*="text-align: center;"]:contains(/^Advertisement$/)
mail.com#?##content > .content-wrapper > .mod-container > .container-headline:has(> p:contains(/^SPONSORED NEWS$/))
gadgetsnow.com#?##app > div[class] > div[id^="div-gpt-"]:upward(1)
gadgetsnow.com#?#.grid_wrapper > .col_m_6 > div[class] > div[id^="div-gpt-"]:upward(1)
gadgetsnow.com#?#div[data-articlebody] > div[class^="_"] > .colombia:upward(1)
aeroinsta.com#?#center:contains(/^Advertisements$/)
aeroinsta.com#?#center:contains(/^Advertisements$/) ~ hr
whatsaero.com#?#font[color="black"] > center:contains(/^Advertisements$/)
aeromods.app#?#body > font[color="black"] > center:contains(/^Advertisements$/)
aeromods.app#?#body > font[color="black"]:has(> center:contains(/^Advertisements$/)) + div + hr
letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmejerk7.com#?#.th > span.th-ad:upward(1)
supermarches.ca#?#table[id^="table"][style*="border-collapse: collapse"][bgcolor][height]:has(> tbody > tr > td[align="center"] > .adsbygoogle)
shieldsgazette.com#?##frameInner div[class^="sc-"] > #topBanner:only-child:upward(1)
shieldsgazette.com#?#.sidebar > div[class^="sc-"] > div[class^="sc-"] > div[id^="sidebarMPU"]:upward(1)
techhelpbd.com#?#.main-content > .block-custom-content:has(> .container-wrapper > .mag-box-container > .entry > center > .adsbygoogle)
thepeoplesperson.com#?#.thepe-sky-video-player > div.fluid_container > ins[data-fluid-zoneid]:upward(1)
kissjav.*#?#.column > div.card > div.adv:upward(2)
milfzr.com#?#.item:has(> div.data > h2:contains(/^AD$/))
news18.com#?#.recomeded_story > ul > li > div[style="min-height:100px"]:upward(1)
twitter.com#?#div[style^="transform"] h2 > div[style^="-webkit-line-clamp"] > span:contains(/^(?:Promoted Post|Promowany Post|Post promovat|プロモポスト)$/):upward(3)
ticketmaster.*#?#div[aria-hidden="true"] > div[id^="ad-slot-"]:first-child + div[class]:last-child:upward(1)
texturecan.com#?##mainPane > .articles > .article-box:has(> div[style] > .adsbygoogle)
blick.ch#?#header + div[class] > div[class]:has(> aside[id^="appnexus-placement-articleTextAd"])
foxnews.com#?#.article-footer > .vendor-unit:has(> .OUTBRAIN)
radio.*#?##headerTopBar ~ div[class]:not([id]):has(> div[class] > div[class] > div[id^="RAD_NET"])
radio.*#?##content-wrapper #home-top-stations ~ div[class] div[id^="RAD_NET_D_"]:upward(3)
radio.*#?##content-wrapper #stations-in-family ~ div[class] div[id^="RAD_NET_D_"]:upward(2)
down.fast-down.com##.download-option-btn:has(> button > a[href^="https://down.fast-down.com/download"][href*=".html"])
filmaffinity.com#?#.movie-card-container > .moviecard-section-wrapper > .right-panel:has(> .adv-300x250-generic:only-child)
tubepornclassic.com#?#.left > div[class] > div[class] > div[class] > a[href^="http://www.theclassicporn.com/"]:upward(1)
amazon.*#?#.s-search-results > div[data-asin]:has(> div[class] > div[cel_widget_id] > div[data-component-props*="Sponsored"])
amazon.*#?##similarities_feature_div span[id^="ad-feedback-text"]:upward(#similarities_feature_div)
mumsnet.com#?#main > .relative > .bg-gray-200:has(> #ultimedia_wrapper)
mumsnet.com#?#aside[class*="col-span-4"] > .my-20 > .relative:has(> div[id^="mn-mpu-"])
weatherzone.com.au#?#main div[class^="sc-"] > div[class^="sc-"]:empty:has(+ .publift-ad-wrapper)
bing.com#?##b_results > .b_algo:has(> .b_caption > .b_attribution:matches-css-before(content: /url\(data:image/))
dir.indiamart.com#?##lay-lft > #m4tTOP:has(> div[id^="div-gpt-"])
xn--tream2watch-i9d.com#?#.stream-box-sources-list-item[data-h="play"]:has(a[href="/frames/fp2/index.php"])
duplichecker.com#?#.main-content > div > div > div:has( > .adsbygoogle)
wallpaperwaifu.com#?#.blog-items > .post-item.site__col:has(> .ads-between-post)
menshealth.com#?#div[class]:has(> .ad-container)
oscobo.com#?##results-list > .result:has(> a > .cite > .ba)
hclips.com#?#.wrapper ~ div:has(> div > div > span:matches-css-after(content: Advertisement))
animeland.tv#?#li:has(> center > h3.widget-title:contains(Sponsor))
hancinema.net#?#.main > div.box > div.ad_300x600_300x250:upward(1)
hotmovs.*#?#.video-page > div.block_label > div:contains(Advertisement)
txxxporn.tube#?#div.text:upward(1)
cgtips.org#$?#.better-ads-listitemad { remove: true; }
urbandictionary.com#?#main > .container > .items-center:has(> div[data-ad-slot])
allthatsinteresting.com#?#div[class^="css-"][style] > div[class^="css-"]:has(> div[class^="css-"] > div[style^="min-height:"] > div[id^="div-gpt-ad-"])
timesofindia.indiatimes.com#?#.pmr:has(> div[class] > h2 > a[data-label="Sponsored"])
3dzip.org#$?#.better-ads-listitemad { remove: true; }
mangameta.com#?#.flex-1 > ins.adsbyexoclick:upward(1)
1337x.unblockit.*,1337x.*,x1337x.*##div[id^="vpn"][onclick]
1337x.unblockit.*,1337x.*,x1337x.*#?#.page-content a[id][href]:contains(/A.*n.*o.*Download|VPN/)
yts.mx#?#.home-content > div[class*=" "]:has(> div > a[rel])
yts.mx#?##movie-content > .row[id]:not([style]) > .col-lg-12:has(> div[class] > a[rel] > .button > p:contains(VPN))
productreview.com.au#?#div[class*="card-full-"]:has(> div > a[rel="sponsored"])
mirrored.to#?##result table.hoverable > tbody > tr:has(> td[data-label="Host"] > img[alt="iDownload"])
uploadboy.com#?#.row > .col-sm-4.text-center > div[style*="width:"][style*="height:"]:has(> div[id^="mediaad-"])
streambuddy.live#?#.elementor-widget-container > p:contains(/^(Advertisment|Advertisement)$/)
streambuddy.live#?#.elementor-widget-theme-post-content .elementor-widget-wrap:has(> .elementor-element > .elementor-widget-container > .adsbygoogle)
etherscan.*#?##ContentPlaceHolder1_divSummary > div[class="d-flex justify-content-center"]:has(> .text-center > ins[data-revive-zoneid])
etherscan.*#?##ContentPlaceHolder1_divSummary > div[class="d-flex justify-content-center"]:has(> .text-center > .text-center > a[href][target="_blank"][class*="d-lg-inline-block"])
jp-voyeur.net#?#.post > div > p > a[href="https://shopkeys.co/premium-key/rapidgator.html"][rel="noopener"]:upward(3)
womenoftrek.com#?#.unyson_content .container > .fw-row > .fw-col-xs-12 > center:has(> .adsbygoogle)
womenoftrek.com#?#.site__content > center > div[style]:has(> iframe[data-src*="amazon-adsystem.com/"])
2conv.com#?#.simple-modal:has(> .simple-modal__content > .mp3studio-modal)
fashionunited.*#?#.MuiGrid-root > div.MuiGrid-root[padding] > div[class^="css"] > div > div[class^="css"] > div.adunitContainer:upward(4)
fashionunited.*#?#.adunitContainer:upward(3)
downloadr.in#?#.articles > article.grid-50:not(.post):has(> .epcl-banner-grid_loop)
mangatone.com#?#.c-sidebar:has(div.textwidget > div[id="protag-header"])
mangatone.com#?#.c-sidebar:has(div.textwidget > div[id^="div-gpt-ad-"])
familyminded.com#?#.story-section-content > .section-col-main > .story-section-inStory-inline > .ad-inStory:only-child:upward(1)
dwgshare.com#$?#.better-ads-listitemad { remove: true; }
softpedia.com#?#div[class^="container_"] > div[class^="grid_"]:has(> div.ad:only-child)
sukebei.nyaa.si#?#div[class*="-"] > ins.adsbyexoclick:upward(1)
avmeme.com#?#.align-items-start > a[href="https://3dayseo.com"]:upward(1)
filecrypt.co#?#form > .protection.online ul > li:not(.buttons):has(> div:not(.circle_captcha))
xup.in#?#iframe[src^="//youspacko.com/com/"]
quizdeveloper.com#?#.secondary > .pull-left:has(> .pull-left > span[id^="ezoic-pub-ad-placeholder-"])
keybr.com#?#body > div[class]:has(> div > #keybr_728x90_970x90_ATF)
keybr.com#$?#body > div[class]:has(> div > #keybr_160x600_Left) { visibility: hidden !important; }
buondua.com#?#.main-body > div > div[class]:not([class^="item"]):not([class^="article"]):contains(/^Sponsored ads$/)
buondua.com#?#.main-body div[class] > .adsbyexoclick:upward(1)
buondua.com#?#div[class*="article"] > div:not([class]) > div[class]:contains(/^Sponsored ads$/)
shopee.*##.shopee-search-item-result__items > .shopee-search-item-result__item:has(> a[data-sqe="link"] > div[class^="_"] >  div[class^="_"]  > div[class^="_"] > div[class^="_"] > div[data-sqe="ad"])
muctau.com#?#.body-wrap > .c-top-sidebar:not(:has(.widget-manga-popular-slider))
4qrcode.com#?#.container > p.text-center:contains(/^Advertisement$/)
fluttercampus.com#?#div[class$="side"] > .widget > .card:has(> .adsbygoogle)
wegotthiscovered.com#?#.the-sidebar > #top-sticky-sidebar-container:has(> .ad)
mad4wheels.com#?#.prodotti-grid > .mb-5:has(> .card > .card-body > .adsbygoogle)
hlsloader.com#?#body > center > ins.adsbygoogle:upward(1)
analyticsinsight.net#?##sidebar > div.widget:has(> div.textwidget > p[style="margin-top: -30px;"])
analyticsinsight.net#?##sidebar > div.widget:has(> div.textwidget > p > a[href^="https://www.iima.ac.in/"])
analyticsinsight.net#?#.article-list > div.item > div.banner:upward(1)
cyberciti.biz#?#.sidebar > div[id^="custom_html-"]:has(amp-ad)
cyberciti.biz#?#body > center:has(> div[class^="tips_"][class*="_slot_"])
cyberciti.biz#?#.post_content > div[data-amp-original-style^="text-align: center;"]:has(> amp-ad)
engine.presearch.org#$?#template[x-if="state.ads"] { remove: true; }
rugdoc.io#?#.jet-listing-grid__items > .jet-listing-grid__item:has(.elementor-widget-container > h2:contains(SPONSORED AD))
rugdoc.io#?#.elementor-section-wrap > section.elementor-section-boxed.ct-section-stretched:has(.elementor-widget-container > p:contains(Paid Advertisement))
w3resource.com#?#.w3r_list ~ div.mdl-cell:has(> div[id^="taboola-below-article-"])
w3resource.com#?#article > div.mdl-grid:has(> div[id*="banner_block"])
w3resource.com#?#article > div.mdl-grid:has(> div[id^="bottom_ad"])
afterschoolafrica.com#?#.bs-vc-wrapper > div.vc_wp_text:has(> div.widget > div.textwidget > div.code-block)
tech-story.net#?##sidebar > div.widget:has(> div.textwidget > script[async])
tech-story.net#?##sidebar > div.widget:has(> div.textwidget > a[href^="https://videodl.lbsite.org/"])
nsis.sourceforge.io#?##column-one > div.portlet:has(> h5:contains(ads))
paidcoursesforfree.com#$?#.better-ads-listitemad { remove: true; }
gamertweak.com#?#.sidebar > .widget_mjo:has(> .mjo > div[itemtype="https://schema.org/WPAdBlock"])
av01.tv#?#.row > div > div#tile-ad:upward(1)
av01.tv#?#div[style] > iframe[src^="https://kgua0o66bcw8.com/"]:upward(1)
electronicsandyou.com#?#.sidebar-content > div.widget > div.textwidget a[target="_blank"][rel="noopener"]:upward(div.widget)
electronicsandyou.com#?#.sidebar-content > div.widget > div.textwidget ins.adsbygoogle:upward(div.widget)
electronicsandyou.com#?#.sidebar-content > div.widget > h3:contains(Get Best Deals):upward(div.widget)
apeboard.finance#?#.MuiBox-root > div[class^="css-cache-"] > .MuiBox-root > div[class^="css-cache-"]:has(> .slick-slider)
tweakdroid.com#?#.tweaksectionheader:has(strong:contains(Advertisement))
tweakdroid.com#?#.tweaksectionheader:has(strong:contains(Advertisement)) + div[data-widget_type="wp-widget-ai_widget.default"]
issuu.com#?#div[width="370"] > div:has(> div#ad-primis-wide)
gizchina.com#?#.vw-content-sidebar > div[id^="block-"]:contains(/div-gpt-ad|protag-sidebar/)
speed.io#?#.row > .vertical:has(> .block > #ad_mpu)
wsj.com#?#div[class^="style--column--"] > div[class=""] > div[id^="wrapper-AD_NATIVE"]:upward(2)
shuajota.com#?#.sidebar > .widget:has(> .widget-content > .adsbygoogle)
indiatoday.in#?#.sidebar > .block-block:has(> .adtext)
toptenz.net#?#.theiaStickySidebar > ul > li.widget_text:has(> h3:contains(Sponsor Ads))
cnnamador.com##.cards__item--videos span.flag--banner:upward(.cards__item--videos)
genius.com#?#div[class^="TopContentdesktop__PromoContainer-"]:upward(1)
uvnc.com#?#.category-desc > .red ~ center:has(.adsbygoogle)
ubergizmo.com#?##sidebar_aside > .mediumbox_container:has(> .label_advertising)
ahaan.co.uk#?#.MuiBox-root:has(> div[class*="-only"] > .adunitContainer)
alternative.me#?#.container > .block[style]:has(> .adsbygoogle)
alternative.me#?#.column > #alternatives > .alternatives-wrapper > li#pause:has(> .media-content > .adsbygoogle)
mdhstream.cc,taradinhos.com,sexseeimage.com,hotxfans.com,dotadostube.com#?#.video-block-happy:upward(1)
nytimes.com#?#div[data-hierarchy] div:has(> div > div[class] > div[class] > div[data-testid="StandardAd"])
nytimes.com#?#section[data-testid="most-popular-play"] + div[class]:has(> div[class] > div[data-testid="StandardAd"])
freevpn4you.net#$?#div[style][align="center"]:has(> ins.adsbygoogle) { visibility: hidden !important; }
qz.com#?##main > div[class*=" "] > div:has(> #marquee-ad)
indiatoday.in#?#.timeline > .breaking-section > div[id^="block-itg-ads-ads"]:upward(1)
mydramalist.com#?#.app-body > div[class] > .is-desktop > .mdl-gpt-tag:upward(1)
blackenterprise.com#?#.theiaStickySidebar > .wpb_widgetised_column:has(> .wpb_wrapper > .widget_text > .textwidget > .pageload-ad)
indiamart.com#?#.prd_body #Sidebar_Top > .adsbygoogle:upward(1)
indiamart.com#?#section[id^="Section-"] > .txtC.mt50 > #afscontainer1:upward(1)
indiamart.com#?##Below_Related_Section > iframe[src^="https://www.google.com/afs/ads"]:upward(1)
liveonsat.com#?#td[align="right"] td[height="50"]:has(> script:contains(google_ad_client))
tutocad.com#?#.theiaStickySidebar > .stream-item-widget:has(.adsbygoogle)
nudeclap.com#?#.style3 > div[itemprop="name"]:contains(/^Advertisement$/)
stealthoptional.com#?#.rs-single-footer > .ad-single-footer:upward(1)
stealthoptional.com#?#.elementor-section-wrap > .elementor-top-section:not([data-settings]) >.elementor-column-gap-default:has(div[data-advadstrackbid])
techycoder.com#$?#div[class^="vc_column"] > .wpb_wrapper:has(> .td-g-rec > .adsbygoogle) { min-height: 50px !important; }
leech.ninja#?##page > .cf > .inside:has(> .b-h-2 > .spc > .adsbygoogle)
limetorrents.*#?##rightbar > div:has(> .head:contains(Advertisement))
limetorrents.*#?##content > table.table3:has(> tbody > tr > th:contains(Sponsored))
gogoanime2.org#?#.content_right > .headnav_center > .adsverting:upward(1)
5ggyan.com#?##sidebar-wrapper > .sidebar > .HTML > .widget-content > .adsbygoogle:upward(2)
titantv.com#?#.gridTable > tbody > tr:not([class]):has(> td[align="center"] > div[id] > div[data-stn-player])
titantv.com#?#.gridTable > tbody > tr:not([class]):has(> td:not([class]) > div[id] > div:empty)
titantv.com#?#.gridTable > tbody > tr:has(> td:not([class]) > div[id]:only-child:empty)
titantv.com#?##ctl00_Main_TVL_ctl00_GridUP #sidebox:has(> .sidebar_sticky:only-child)
comick.fun#?#.float-right > .mx-auto > a[href^="https://comick.app/product/"] > img[alt="affilate"]:upward(2)
comick.fun#?#.images-reader-container > div > .mx-auto > a[href^="https://comick.app/product/"] > img[alt="affilate"]:upward(2)
games-guides.com#?#.sidebar > .inner > div[id^="custom_html-"] > .textwidget  > div[style="min-height:250px"] > .adsbygoogle:upward(3)
workandmoney.com#?#.story-section-content > .section-col-main > .story-section-inStory-inline > .ad-inStory:only-child:upward(1)
openculture.com#?#.curatedcategory > center > .adsbygoogle:upward(1)
streamingsites.com#?#.card-list > .card > aside > .OUTBRAIN:upward(2)
streamingsites.com#?#.thumbs-inner > .wn-brand:not(:has(>a[href="https://streamingsites.com/reddit-streaming-sites/"]))
downturk.net#?#.container > .row > .col-lg-12 > .card:has(> .d-flex > .flex-fill > .item-card-desc > span.text-nowrap:contains(/^Sponsor$/))
demonoid.is#?#td.main_content > [class] > a:contains(/^(Get VPN Now for FREE!|Demonoid VPN|Trust(\.| )Zone VPN)$/):upward(1)
demonoid.piracyproxy.biz#?#.main_content td[class][style^="background-color:"] > [class][style^="background-color:"][style*="visibility: visible !important"][style*="position: relative !important"]
linkedin.com#?#.feed-shared-update-v2:has(.update-components-actor__sub-description:contains(/Sponsored|Promoted|Dipromosikan|Propagováno|Promoveret|Gesponsert|Promocionado|促銷內容|Post sponsorisé|프로모션|Post sponsorizzato|广告|プロモーション|Treść promowana|Patrocinado|Promovat|Продвигается|Marknadsfört|Nai-promote|ได้รับการโปรโมท|Öne çıkarılan içerik|الترويج/))
techonthenet.com#?#div[class*=" "] > div[id$="_slot"]:upward(1)
math.tools#?#.box-primary > .box-header > .box-title:contains(/^Sponsored$/):upward(2)
games4king.com#?#.top_container > #home_right > .adsbygoogle:upward(1)
timesnownews.com#?#.article-lhs > .content-block > .ad-panel-wrap:only-child:upward(1)
avaxgfx.com#?#.col-right > .side-box > .title:contains(/^Adventising$/):upward(1)
infoq.com#?#.related__sponsor:upward(1)
hidden4fun.com,coursesity.com,ichacha.net,website.informer.com,freetutorialsus.com,mrexcel.com,blockadblock.com#?#.adsbygoogle:upward(1)
cluset.com#?#.item > div.spot:upward(1)
ipvoid.com#?#.nav-content-wrap > .row > .col-md-12 > h5:contains(/^ADVERTISEMENT$/)
seomagnifier.com#?##rightCol > .well > .sideXd:only-child > #Sidebar_Tab:only-child:upward(2)
freehotporntubes.com#?#.thumb > iframe[width="300"]:upward(1)
applegazette.com#?#.sidebar > section.widget:has(> div[class^="widget"] span[id^="ezoic"])
applegazette.com#?#.sidebar > section.widget:has(> div[class^="widget"] div[id^="bsa-"])
applegazette.com#?#.sidebar > section.widget:has(> div[class^="widget"] ins.adsbygoogle)
applegazette.com#?#.sidebar > section.widget:has(> div[class^="widget"] a[href^="https://macpaw.audw.net/"])
kingtalks.net#?#.theiaStickySidebar > div[id^="stream-item-widget-"]:has(.adsbygoogle)
msn.com#?#div[class^="displayAds"]:upward(1)
freetutorialshub.com#?#.theiaStickySidebar > div[id^="custom_html-"]:has(.adsbygoogle)
asurascans.com#?#.theiaStickySidebar > div.section:has(> div.releases:contains(Advertisement))
darkleia.com#?##sidebar > section[id^="custom_html-"] > h2:contains(Sponsored:):upward(1)
app.real.discount#?#.container .row > div[class^="col-md-"] > .card[style] > .adsbygoogle:upward(2)
app.real.discount#?#.container-fluid > .row > .col-lg-7 > .card > .adsbygoogle:upward(1)
app.real.discount#?#.container-fluid > .row > .col-lg-5 > div[style]:not([class]):not([id]) > .adsbygoogle:upward(1)
mspmag.com#?##sticky-wrapper > div > .mp-html > #sticky-ad:upward(1)
mspmag.com#?#.mp-section-wrapper > .mp-grid-4 > .mp-container-wrapper > .mp-layout-sprocket > .mp-html > div[id^="div-gpt-ad"]:upward(2)
raw-manga.org#?#.rightbarheader:contains(SPONSORED CONTENT):upward(1)
sangakoo.com#?#.grid-container > div.grid-33:has(ins.adsbygoogle)
booksummary.net#?#.sidebar section[id^="custom_html-"]:has(.ezoic-ad)
i-dont-care-about-cookies.eu#?##sidebar > #donations_sidebar + .row > .text-center > .adsbygoogle:upward(2)
newsgram.com#?#.main > div[style^="width:"][style*="align-items: center;"] > img[onclick^="window.location.href"][onclick*="&utm_medium=banner"]:upward(1)
nulljungle.com#?#.articles > article.grid-50:not(.post) > .epcl-banner-grid_loop:upward(1)
webcourses.us#?#.herald-sidebar div[id^="text-"] > h4 > span:contains(/^Advertisement$/):upward(2)
freetutsdownload.net#?#.g-single > center > .adsbygoogle:upward(1)
corporatebytes.in#?#.td-ss-main-sidebar > .td_block_template_1 > .textwidget > p > .adsbygoogle:upward(3)
tlgrm.eu#?#.channel-feed-container > .channel-feed > .channel-feed__brick > .cfeed-card > .cfeed-card-header > .cfeed-card-header__avatar--banner:upward(3)
gab.com#?#main .sticky-outer-wrapper > .sticky-inner-wrapper > div[class] > aside[class^="_"]:has(> div[class^="_"] > div[class^="_"] > div[class^="_"] > h2:contains(/^Sponsored$/))
psychcentral.com#?#aside[class^="css-"] div[data-empty="true"] > div[data-adbridg-ad-class]:upward(aside[class^="css-"])
psychcentral.com#?#div[data-empty="true"] > div[data-adbridg-ad-class]:upward(1)
psychcentral.com#?#.article-body div[class^="css-"] > aside[style="display: none !important;"]:upward(1)
pastebin.com#?#div[style]:not([class]):not([id]) > .adsbyvli:first-child:upward(1)
jaxenter.com#?##sidebar > div.widget:has(iframe[src^="https://jaxlondon.com/"])
jaxenter.com#?#.row > div.col-lg-4:has(> div.highlight > div.text > p > a[href^="https://develop-your-future.com/"])
manoranjannama.com,sportsnama.in,naukrinama.com#?#div[class*="colombiaone"] > div[class]:has(> div[class][id] > div > a[href*="/can/evnt/click.htm?"][target="_blank"])
simplesnippets.tech#?##secondary > #custom_html-17 > h3 + .textwidget > .adsbygoogle:upward(2)
tumblr.com#?#aside > div[class^="_"][style^="top:"] a[href="/docs/relevantads"]:upward(3)
tumblr.com#?#header[role="banner"] > div > a[href="/docs/en/relevantads"]:upward(3)
nudostar.com#?#.p-body-inner > ul.notices > li.notice > .notice-content:only-child:not(:has(>*)):upward(1)
nudostar.com#?#.p-body-inner > ul.notices > li.notice > .notice-content > iframe[src^="https://go.dmzjmp.com/i?campaignId="]:upward(2)
ucas.com#?#.section__sidebar-second > .region--sidebar-second.sticky > .brick--article-mpu-first:upward(1)
algorandfaucet.com#?#.columns > .hide-xl:has(> .card > .card-body > span > div[data-zone])
algorandfaucet.com#?#.columns > .col-sm-12 > .card:has(> .card-body > span > div[data-zone])
tuberel.com#?#.tcats div.category-item:has(> a.vda-link)
tuberel.com#?#.videos div.video-item:has(> a.vda-link)
oddschecker.com#?#aside[class] > div[class]:has(> div[class] > div[class] div#carousel-frame)
oddschecker.com#?#div[data-regression-tag="article-text-block"] > p ~ div[class]:has(> div[class] button[class] > div[class]:contains(Claim now))
dailyhealthpost.com#?#aside > div.widget:not(:has(> div.code-block a[href^="https://dailyhealthpost.com/"]))
dailyhealthpost.com#?#.code-block-label:contains(Advertisement)
mysexgamer.com#?#.row > div.a-th:has(> div.a-th-inner > div.a-thumb > div.thumb > a[href^="https://whentai.com/"])
mysexgamer.com#?#.row > div.a-th:has(> div.a-th-inner > div.a-thumb > div.thumb > a[href^="https://fap-titans.com/"])
mysexgamer.com#?#.alertHolder > div.alert > div.row:has(> div.col-12 > div[style] > a[href^="https://fap-titans.com/"])
mysexgamer.com#?#.alertHolder > div.alert > div.row:has(> div.col-12 > div[style] > a[href^="https://whentai.com/"])
forum.mobilism.me#?##pagecontent > table.tablebg > tbody > tr[class^="row"]:has(> td > b:contains(Advertisement [Bot]))
forum.mobilism.me#?##pagecontent > table.tablebg > tbody > tr[class^="row"]:has(> td.profile td.postdetails:contains(The Advertiser))
forum.mobilism.me#?##pagecontent > table.tablebg > tbody > tr[class^="row"]:has(> td.profile td.postdetails:contains(The Advertiser)) + tr[class^="row"]
forum.mobilism.me#?##pagecontent > table.tablebg > tbody > tr[class^="row"][style="display: none !important;"] + tr:has(> .spacer)
sakshi.com#?#p > a[href][target="_blank"]:has(> img[src$=".gif"])
indiastudychannel.com#?#.sidebar > div.row:has(> div.item > div#HP-gpt-passback)
indiastudychannel.com#?#.sidebar > div.row:has(> div.item > div[id^="div-gpt-ad-"])
indiastudychannel.com#?#article > div.row:has(> div.col-md-12 > p > ins.adsbygoogle)
indiastudychannel.com#?#.main > div.row:has(> div.col-md-12 > div.item > div.row > div.col-md-6 > div[id^="div-gpt-ad-"])
indiastudychannel.com#?##content_rightbar > div.roundedBlock:has(> div#HP-gpt-passback)
indiastudychannel.com#?##content_rightbar > div.roundedBlock:has(> div[id^="div-gpt-ad-"])
nekomeowmeow.com#?#div[class*="widget_text"]:has(> div.textwidget:only-child > p > ins.adsbygoogle)
stocksregister.com#?#.td-post-content > div[id^="stock-"]:has(> p[style] > span[style]:contains(Sponsored))
poki.com#?#div[class*=" "] > div[class] > div[style^="height:"] + div[class]:contains(/^(Advertisement|Реклама|Re(c|k)lam(a|e)|Iklan|Werbung|An(u|ú)ncios?|Pubb?licit(é|à)|Hirdetés|Advertentie|Mainos|Annons|Διαφήμιση|广告|広告|광고|โฆษณา|إعلان|פרסומת)$/):upward(2)
tineye.com#?#.no-results > .sidebar.bottom > .promo:upward(1)
beef1999.blogspot.com#?##banner_app
beef1999.blogspot.com#?#.overlay
beef1999.blogspot.com#?#.popup
beef1999.blogspot.com#?##boz_av_bottom
webbrowsertools.com#?#div[class^="card shadow"]:contains(Advertisement)
studyandanswers.com#?#div.banner:contains(-gpt-ad-)
cambb.xxx#?#.thumb div.ad:upward(.thumb)
wpshare.net#?#section[class^="widget wpshare-widget"] > h4[class^="widget-title"]:contains(Advertisement)
live-nba.stream,telerium.digital,dtefrc.online,veopartidos.net,lowend.xyz#$?##overlay { remove: true; }
imagetwist.com#?#.text-center > iframe[name^="spot_id_"]:upward(1)
softpedia.com#?##swipebox-overlay > #swipebox-right:matches-css-before(content: /^Advertisement$/)
sohexo.org,link.ltc24.com,cut-fly.com#$?##go-popup { remove: true; }
robot-forum.com#?#.boxContainer > div.box ins.adsbygoogle:upward(.boxContainer)
theregister.com#?##right-col > .rhs_eagle_container > .adun:upward(1)
mad4wheels.com#?#.prodotti-grid > .mb-5 > .card > .card-body > a > img[src^="/ads/"]:upward(.mb-5)
mad4wheels.com#?#.prodotti-grid > .mb-5 > .card  > .card-footer > .pull-right:contains(/^Ads$/):upward(.mb-5)
escapegames24.com#?#.sidebar > div.widget:has(> h2:contains(Advertisement))
escapegames24.com#?#.widget-content > div[align="center"]:has(> font > b:contains(Advertisement))
taxi-point.co.uk#?#div[id^="comp-"] > a[data-testid="linkElement"] > wix-image[data-src$="~mv2.gif"]:upward(2)
comidoc.net#?#.MuiBox-root > .MuiCard-root > .adsbygoogle:upward(1)
gamedev.net#?#.justify-content-start.align-items-center.mb-3 > div[id^="div-gpt-ad"]:upward(1)
loadout.tf#$?#.loadout-application-top > div[style]:has(> div[style] > div[data-i18n="#advertisement"]) { position: absolute !important; left: -3000px !important; }
loadout.tf#$?#.flex-panel[style^="display: flex; flex-direction: column; order:"] > .loadout-application-advertisement-header:upward(1) { position: absolute!important; left: -3000px!important; }
dlsharefile.com#?#.mt-5 > div[class="border bg-secondary"]:has(a[href^="https://www.amazon.com/"])
shotwars.io#?#.menuCard[style] > div[id^="shotwars-io_"]:upward(1)
unknowncheats.me#?#center + div:contains(/^sponsored/)
unknowncheats.me#?#.page > div[style] table[id^="post"] > tbody > tr > .alt2 > div > div > div[id^="div-gpt-ad"]:upward(table[id^="post"])
chessmoba.us,mostraveller.com#?#.owl-item > div[id^="ads"]:upward(1)
cnx-software.com#?#aside#secondary > section.widget:has(> h2:contains(Sponsors))
cnx-software.com#?#div[align="center"]:contains(Advertisements)
pussyspot.net#?#div[id^="main"] > div[class^="box"] a[target="_new"]:upward(2)
pussyspot.net#?#div[id^="main"] > div[class^="box"] a[target="_blank"]:upward(2)
pussyspot.net#?#div[id^="main"] > div[class^="box"] iframe[src^="https://ads.cdngain.com/"]:upward(2)
nationalfile.com#?#.theiaStickySidebar > div[id^="custom_html-"] > .textwidget > .adsbygoogle:upward(2)
writerscafe.org#?#.column > .box > .pay:only-child:upward(1)
writerscafe.org#?#.column > .box > center > .pay:only-child:upward(2)
webserver.one#?#.imHGroup > div[id^="imCell_"]:not(#imCell_300) > div[id^="imCellStyleTitle_"]:contains(/^Advertisement$/):upward(1)
askdifference.com#?#.section > .text-center > div:contains(/^ADVERTISEMENT$/):upward(2)
youtube.com#?#ytd-rich-grid-row > #contents > ytd-rich-item-renderer:has(> #content > ytd-display-ad-renderer)
youtube.com#?#ytd-rich-grid-renderer ytd-rich-item-renderer div > ytd-display-ad-renderer:upward(2)
tokyvideo.com#?##related-videos > .fan--related-videos > div[id^="optidigital-adslot"]:upward(1)
fontspace.com#?#.content-rounded-both .font-container:not([style*="background-color"]) > .text-center > .proper-ad-unit:upward(2)
msn.com#?#div[data-template-key] > div[style]:has(> div[class] > div[data-t*="NativeAd"])
msn.com#?#.todaystripe > ul > li:has(> .nativead)
keybr.com#?#body > .Body-header > div[style^="position:relative;"]:only-child > .Placeholder:upward(2)
keybr.com#?#body > .Body-container > .Body-aside > div[style^="position:relative;"]:only-child > .Placeholder:upward(2)
fool.com#?#.special-message > .promoboxAd:upward(1)
onlinemschool.com#?#body > div[style] > #oms_left_block > #oms_left:only-child > div[id^="oms_"] > .adsbygoogle:upward(#oms_left_block)
onlinemschool.com#?#body > div[style] > #oms_left_block > #oms_left:only-child > div[id^="oms_"] > div[style*="important"][onclick^="oms_zz_"]:upward(#oms_left_block)
devcourseweb.com#$?#.better-ads-listitemad { remove: true; }
freeconvert.com#?#.convert-process-content > .row > .col-sm-offset-1 > .convert-box > .adswrapper:upward(1)
freeconvert.com#?#.convert-process-content > .row > .col-sm-offset-1 > .convert-box > advertisement:upward(1)
tricksplit.io#?#p + div[class^="_"] > ins.adsbygoogle:upward(1)
charlieintel.com#?#div[id^="sidebar"] > .code-block > div > .ai-attributes:upward(2)
alternativeto.net#?#div[data-testid="alternative-list"] > ul[class^="jsx-"] > li.app-list-item:has(span.sponsored)
hentai4manga.com#?##innerContent div[style]:has(> div[id^="banner"])
hentai4manga.com#?##innerContent div.article-top + div.textbox:not(:has(> div.textbox-content))
ovagames.com#?##left-div > span.single-entry-titles:contains(/^Sponsor$/)
ovagames.com#?##left-div > .post-wrapper > div > center > #adter:upward(3)
softpedia.com#?##swipebox-action > #swipebox-top:matches-css-before(content: /^Advertisement$/)
gsmarena.com#?#.floating-title > div[style="margin-left: -10px; margin-top: 30px; height: 145px;"] > div[id^="div-gpt-ad"]:upward(1)
pornoeggs.com#?#.col > .card-deck:has(> .card > .card-img > div[class^="ib-"])
gta5-mods.com#?#.file-list > .row > .col-xs-12 > .file-list-obj > .ad-inline-mod:upward(2)
gta5-mods.com#?##content > #file-download > .row > .hidden-xs > h4:contains(/^Sponsored Link$/):upward(1)
receive-sms-free.net#?#.layout > .casetext > .table-hover > .col-xs-12 > .mobile_hide:contains(/^ADS$/):upward(2)
goodyfeed.com#?#.tdb-block-inner > .code-block > .adsbygoogle:upward(1)
emulatorgames.net#?#.eg-label:contains(/^advertisement$/)
emulatorgames.net#?#.eg-list > .eg-incontent > .text-center > .eg-label:contains(/^advertisement$/):upward(2)
hentaienglish.com#?#.blog-items > .post-item.site__col:has(> .ads-between-post)
9anime-tv.com#?#.theiaStickySidebar > div[id^="text-html-widget-"]:has(> .widget-title > h4:contains(/^Advertisement$/))
desktophut.com#?#.king-part-q-list > form > #container > .king-q-list-item:not([id]) > center > .adsbygoogle:upward(2)
manhwatop.com#?#.body-wrap > div[class^="c-sidebar c-top-"]:not(:has(div[class*="widget-manga-popular"]))
topbestalternatives.com#?#center > .label.top:contains(/^ADVERTISEMENT$/)
topbestalternatives.com#?#.entry-content > .list-content > .section > center:has(> .container:only-child > .adsbygoogle)
wallpaperflare.com#$?#.lst_ads { remove: true; }
laidhub.com#?#.item-col > div.inner-col:has(span[class="quality-icon q-hd"]:contains(/^AD$/))
pdfforge.org#?#.column-element > .neos-contentcollection > .column > .neos-contentcollection:has(> div[class^="adsense"])
digitalfaq.com#?#.rc_c > #posts > center:has(> .page:only-child td[nowrap="nowrap"] > .smallfont:contains(/^Ads \/ Sponsors$/))
punchng.com#?#.trending-news > .row> .title-header2:contains(/^Advert$/)
coub.com#$?#.timeline-banner { remove: true; }
amgelescape.com#?#br + h2:contains(ADVERTISEMENT)
rule34.paheal.net#?#script[src$="ads.js"]:upward(section[id])
rule34.paheal.net#?#.blockbody > div[align="center"] > ins.adsbyexoclick:upward(2)
rule34.paheal.net#?#section[id$="main"] > div.blockbody:contains(ad_idzone)
staticice.com.au#?#td[valign="middle"] .s_font[align="right"] > font:contains(/^advertisement$/)
staticice.com.au#?#table[style="border-width:1px"] td[width="100%"]:only-child:has(> b:contains(/^Ads by Google$/))
staticice.com.au#?#table[width="100%"] > tbody > tr > td[height="80"][valign="middle"][align="center"]:has(> table > tbody > tr  > .s_font)
staticice.com.au#?#table[width="100%"] > tbody > tr > td[height="100%"]:has(> table:only-child > tbody > tr > td > a[href][target="_blank"] > img)
canonrumors.com#?##main > #text-15:has(#canonrumorsFreeStarVideoAdContainer)
adultgamesportal.com#?#.widget:has(> div.textwidget > a[href][target="_blank"][rel^="noopener"])
adultgamesportal.com#?#.widget:has(> div.textwidget > a:not([href^="https://adultgamesportal.com/"]))
adultgamesportal.com#?#.widget:has(> div.textwidget iframe[src*="cfgr2.com/"])
adultgamesportal.com#?#.widget:has(> div.textwidget > script[src*="juicyads.com/"])
adultgamesportal.com#?#.widget:has(> div.textwidget > iframe[name^="spot_id_"])
mousecity.com#?#div[style^="display: inline-block; width: 728px; height: 90px; border:"] > script:only-child:upward(1)
mousecity.com#?#.main-slides > div[style^="float: left; width: 468px; height: 60px; display: inline-block;"] > script:only-child:upward(1)
lcpdfr.com#?#.ipsPad > div[id^="lcpdfr_728x90_970x90_970x250_320x50_"].clsReductionLeaderboardHeight:only-child:upward(1)
bing.com#?#.insights > .insml > li > .ins_exp > div > ul > li > .ta_c > a[href*="/aclick?ld="]:upward(1)
kissmanga.link#?#.body-wrap > .c-top-sidebar:not(:has(.widget-manga-popular-slider))
washingtonpost.com#?#.story > .bigbox-wrapper > .bottom-ad--bigbox:upward(1)
washingtonpost.com#?#.story > .bigbox-wrapper:has(> .bottom-ad--bigbox) + .ma-auto.flex.items-center
mangarockteam.com#?#.body-wrap > .c-top-second-sidebar:not(:has(.widget-manga-popular-slider))
cryptodaily.co.uk#?#.related-row > div.related-item:has(> div > p.post-ad-title)
solarmovie.cr#$?#iframe[data-glx][style] { remove: true; }
soundandvision.com#?#.region-right > .latest-video-wrapper:has(> .headhome600 > span.h1:contains(/^SPONSORED VIDEO$/))
wordreference.com#?#.rightcolumn > tbody > .adtitle + tr[style]:has(> td:only-child > div[id^="adright"])
nudeteenwhore.com#?#.title:has(> h2:contains(Recommend))
nudeteenwhore.com#?#.title:has(> h2:contains(Recommend)) + div.thumbs
letsrun.com#?##letsrun-wp-sidekick > .code-block-1:has(> center + div[id^="div-gpt-ad"])
letsrun.com#?##letsrun-wp-sidekick > .code-block-2 > center > i:contains(/^Article continues below player$/)
nulleb.com#?#.g1-collection-items > .g1-injected-unit:has(> .g1-advertisement-inside-grid)
roleplayer.me#?#div[align="center"] > font[color="grey"]:contains(/^Advertisement$/)
roleplayer.me#?#div[id^="ClearVista_Roleplayerme_300x"] + table:has(> tbody > tr > td > center > font > a[href="premium/paid_membership.php"])
thequint.com#?#.content div[style=""] > div[class*=" "]:has(> div[class] > div > .adunitContainer)
pixiv.net#?#iframe[name="dashboard_home"]:upward(div[class^="sc-"][span="1"])
pixiv.net#?#iframe[name="footer"][width="728"][height="90"]:upward(1)
pixiv.net#?#iframe[name="rectangle"][width="300"][height="250"]:upward(1)
pixiv.net#?#iframe[name][width="184"][height="232"]:upward(1)
pixiv.net#?#iframe[name][width="500"][height="520"]:upward(1)
pixiv.net#?#.gtm-toppage-thumbnail-illustration-recommend-works-zone ul[class] > li:has(> div[class] > iframe[name="topbranding_rectangle"])
pixiv.net#?#div[style^="position: static;"] + div[class] > iframe[name="header"][width]:upward(1)
pixiv.net#?#div[class^="sc-"] > div[style^="margin:"][style*="font-size:"]:only-child > iframe[name="footer"][width]:only-child:upward(2)
torrentfreak.com#?#.page__sidebar > .widget_text > .o-widget__title:contains(/^Sponsors$/):upward(1)
cinereporters.com#?##btm-widget > h1:contains(/^From around the web$/)
cinereporters.com#?#.colombiaonesuccess > div[class]:has(> div[id] > div > a[onclick] > div > .brand_ctn)
cinereporters.com#?#.story-mainnews > .row > .col-md-6 > .colombiaonesuccess > div[class]:has(> div[id] > div > a[href] > div > p:matches-css-before(content: /^Ad$/))
yourstory.com#?#main > div[class^="sc-"] > div[id$="-banner-0-landing"]:only-child:empty:upward(1)
yourstory.com#?#div[id^="page-style-"][id*="-multisize-"][id$="-story-def"]:only-child:empty:upward(1)
independent.co.uk#?#article > div[class^="sc-"]:has(> div > div[data-tile-name="top_banner"])
cointelegraph.com#?#.sidebar > .sidebar__widget:has(> div > div > a[href*="cointelegraph.com/advertise"])
cointelegraph.com#?#.posts-listing__list > .posts-listing__item:has(> div > div > a[href^="javascript:void(0);"][data-link] img)
cointelegraph.com#?#.post-page__item > div[class]:has(> div > div > a[href^="javascript:void(0);"][data-link] img)
letsupload.org#?#.mngez_upgradepage > .content > h3:contains(/^Sponsored Content\.$/)
ouo.io#$?#iframe[name]:not([class]):not([id]):not([src])[style^="display:"] { remove: true; }
mirrorace.*#?#.uk-article > .uk-card-default > .uk-card-secondary:has(>.uk-text-center > a[rel="nofollow"] > img)
mirrorace.*#?#.uk-article > .uk-card-small > .uk-card-secondary:has(> h3.uk-text-truncate + .uk-grid-medium > div > button.vpn-download)
imdb.com#$?#.interstitial-adWrapper { remove: true; }
punemirror.indiatimes.com#?##content > div[class]:has(> div > div > a[onclick*="punemirror.indiatimes.com/glnmep/"])
justfullporn.com,xorgasmo.com#?#.row > div.order-1:has(> div.video-block-happy)
duolingo.com#?##root div[data-test="player-end-carousel"] > div[class]:has(> ins.adsbygoogle)
duolingo.com#?#section > div:has(> div > div[class] > div[class] > ins.adsbygoogle)
crazyshit.com#?#.side_box:has(> .trevda)
crazyshit.com#?#.side_box:has(> .row > .tile > a[href*="out.php?"])
engadget.com#?#ul[data-component="LatestStream"] > li:has(> div[data-component="GeminiAdItem"])
fux.com,pornerbros.com,porntube.com#?#.shelve > .row-grid > div[class^="col-"]:has(> iframe[src*="external"])
erofus.com#?#.row-content > .col-xs-12:has(> .ad.thumbnail)
washingtontimes.com#?#.block-content > .article-position-render:has(> .page-headline > .sponsored-heading)
washingtontimes.com#?#.aside-inner > .block:has(> .block-content > .sponsored-container)
washingtontimes.com#?#.aside-inner > .block:has(> .block-content > script[data-paid-clicks])
unity3diy.blogspot.com#?##sidebar > div.widget:has(> div.widget-content > ins.adsbygoogle)
mangazuki.online#?#.body-wrap > .c-top-sidebar:not(:has(.widget-manga-popular-slider))
xxam.org,18pussy.porn,tabooporn.tv,amateurporn.me,severeporn.com#?#.block-video > div.table:has(> div.opt)
imore.com#?#p > a[href^="/e?link="][href*="offer"][target="_blank"].norewrite + span[style^="text-align: center; padding: 2px; display"]
codecs.forumotion.net#?##main-content > div[style]:has(> div[class] iframe[src^="https://adstune.com/"])
codecs.forumotion.net#?##main-content > #p0.post:has(> .inner > .postprofile > dl > dt > strong:contains(/^Sponsored content$/))
ask4movie.co#$?#iframe[data-glx][style*="z-index"] { remove: true; }
sexu.*#?#.section--sm > .title--sm:contains(/^Advertising$/)
speed-down.org#?#center > .download-option-btn:has(> button > a[href^="https://speed-down.org/download"])
mensxp.com#?#ul[class$="-card"] > li:not(.track_ga):has(> div[class*=" "] > div > a[onclick])
xtits.com#?#.container > div.block-content > div.table:has(> div.spot-holder > div.adv-title)
sharkz.io#?#.wrapper > .pure-g > div[class^="pure-u"] > .section:has(> .frontPageAdvertisementHeader)
takemine.io#?##home > .container > .row > .col-xs-5:has(> .panel > .panel-body.text-center > div[id$="ads"])
takemine.io#?#.modal-body > .text-center > #summary ~ .flex-row:has(> .col > .text-muted > small:contains(/^Advertisement$/))
wormate.io#?#.line-center > .column-right:has(> div[id] > .label:contains(/^Advertisement:$/))
wormate.io#?##game-cont > #results-view > div[id][style]:has(> .label:contains(/^Advertisement:$/))
pngegg.com#$?#.list_ads { remove: true; }
mangainn.net#?#.col-md-4 > .sidebar:has(> .text-back > span:contains(/^Sponsored Content$/))
comicastle.org#?#.card > .card-body.text-center:has(> .adsbygoogle)
file-upload.com#?#.container > div.page-wrap > div.text-center[style^="margin-bottom: 20px;"]:contains(ads)
file-upload.com#?#.container > div.page-wrap > center:contains(ads)
vanis.io#?##overlay > .container > .fade-box.box-1:has(> div[style="padding: 4px;"]:contains(/^Advertisement$/))
majorgeeks.com#?#.content > center > font[size="1"]:contains(/^-=Advertisement=-$/)
windowcleaningforums.co.uk#?#.cWidgetContainer > .ipsList_reset > .ipsWidget_vertical:has(> .ipsWidget_inner > .ipsType_reset > a[href="https://thrivewp.com/"])
shootup.io#?#body > div[id$="-wrap"]:has(> div[id^="shootup-io_"])
mp4upload.com#?##container > div[style] > .container > div:has(> script[src*="apus.tech"])
tradingreview.net#?##sidebar > .widget:has( > a[rel*="nofollow"][target="_blank"] > img)
7torrents.cc#?#.card-body:has(> div.warning-note > strong.ip)
rogerebert.com#?#.page-content > div[class="columns is-centered is-spaced--large"]:has(> .column > .page-content--block > .page-content--ad-block)
filecrypt.co#?##cform > .protection div > ul > li:has(> .bims > div[onclick])
onepiece-online-manga.com#?#.code-block > center:contains(Advertisement)
myviptuto.com#?#.articles > article.grid-25.np-mobile:has(> .epcl-banner)
primewire.li#?#.choose_tabs > .actual_tab > .movie_version:has(> tbody > tr > td > span > a[href^="/links/sponsored/"])
marketrealist.com#?#.ad-vertical:upward(1)
ecityworks.com#?##section_content .col-md-8 > .row > .col-12 > .adsbygoogle:upward(1)
alphr.com#$?#.fs-pushdown-sticky { remove: true; }
sentinelassam.com#?#.theiaStickySidebar > div[id^="common_top_right_"] > .adsbygoogle:upward(1)
sentinelassam.com#?##aside-home > div[id^="top_right_"]:not([data-name]) > .adsbygoogle:upward(1)
peepdaily.net#?##sidebar > .widget > .textwidget > p > a[href^="https://subyshare.com/affiliate/"]:upward(3)
iphoneincanada.ca#?##main > .widgets-after-content > aside > div > div[id^="div-gpt-ad"]:upward(3)
timesofindia.indiatimes.com#?#.clearfix > div[class^="_"]:has(> div.LazyLoad:first-child > div[id^="div-gpt-ad-"])
timesofindia.indiatimes.com#?#.sidebar > .one-third.outer > style + div[class*=" "] > div[data-cb="processCtnAds"]:upward(2)
mashable.com#?#div[data-pogo][id]:matches-css-before(content: /^ADVERTISEMENT$/)
watannetwork.com#?#.row > .col-md-12 > .box-radius.unavailable > div[align="center"] > .adsbygoogle:upward(2)
gamingintelligence.com#?#.col-lg-3 > .main > .mb-3 > div[class$="adsanity-"]:upward(2)
arrowos.net#?#.center.card-content:has(> ins.adsbygoogle)
rule34hentai.net#?#section[id$="left"] > .blockbody > script[type]:upward(2)
rule34hentai.net#?#section[id$="main"] > .blockbody > .adsbyexoclick:upward(2)
manchestereveningnews.co.uk#?#.secondary > .teaser:has( > figure > .sponsored)
healthline.com#?##__next > div[class]:has(> aside > div > div[data-adbridg-ad-class])
topminecraftservers.org#?#.grey-section:has(> div[style^="text-align:center;min-height:"])
reshish.com#$?#.sideArea:has(div.adsSideHeight) { visibility: hidden !important; }
yuzu-emu.org#?#div[class="hero-body"] > div.has-text-centered > ins.adsbygoogle:upward(2)
istheservicedown.in,istheservicedown.com#?##reports > ul > li > .promoted-infeed:upward(1)
istheservicedown.in,istheservicedown.com#?##main-content > article > section > .section > .promoted:upward(1)
xrares.com#?##related_videos > div.row > div > div.well:has(> a[href*="/plugout.php"])
gizchina.com#?#.vw-content-area > section#vwspc-section-2:has(> .container > .row > .vwspc-section-content > p > script:contains(googletag))
gizchina.com#?#.vw-content-area > section#vwspc-section-4:has(> .container > .row > .vwspc-section-content > center > p > script:contains(googletag))
electrical4u.com#?#.inside-right-sidebar > .widget:has(.ezoic-ad)
9gag.com#?#.main-wrap > div:has(> [id|="dfp"])
9gag.com#?#.list-stream > article:has(p > a[target="_blank"]:contains(Promoted))
9gag.com#?#.list-stream > article:has(> header > .post-header > .ui-post-creator > .promoted)
9gag.com#?#.list-stream > article:not([id]):has(a[href="https://9gag.com/advertise"])
9gag.com#?#div[id^="sidebar-stream-"] > h4:contains(Advertisement)
hinkhoj.com#?##maint > div[class^="row dict_search_"] > .custum_heading > h3:contains(/^Advertisements$/):upward(1)
global.techradar.com#?#.feature-block > div[id]:has(> a[class]:contains(ponser))
examveda.com#?#.sidebar > .padding2 > div[id^="div-gpt-ad"]:upward(1)
examveda.com#?#div[class^="col-md"] > .padding2 > div[id^="div-gpt-ad"]:upward(1)
examveda.com#?#div[class^="col-md"] > .padding2 > .adsbygoogle:upward(1)
digiday.com#?#.fly-sidebar-column > div.fly-module-holder:has(> div.sidebar-promo)
tureng.com#$?#.termresults-ad-tr { remove: true; }
cheatcc.com#?##sidebar > .side-box > .top > div:contains(/^AROUND THE WEB$/):upward(2)
dubzstreams.com#?#.widget_admania_sticky_widgets > .admania-widgettit > h3.admania-widgetsbrtit:contains(/^Sticky Ad$/):upward(1)
apkpure.*#?#.right > div[style*="position: relative;"][style*="height:"]:has(a[href="https://www.macblurayplayer.com/spyhunter-malware-removal-windows.htm"])
dramacool.*#?#.content-right > div.block-tab > ul.tab > li:contains(/^Ads$/)
dramacool.*#?#.content-right > div.block-tab > div.block > div.tab-content:has(> div.ads_place_160)
browserhow.com#?#div[class^="display-block"] > .adsbygoogle:upward(1)
browserhow.com#?#.sidebar-content > .ai_widget > div[class^="display-block"] > .adsbygoogle:upward(2)
egamersworld.com#?#.right_column > div[class="side_bookmakers"]:has(> div > h2:contains(/Bookmaker|Wettanbieter|Casas de apostas|Casas de apuestas|Bukmacherzy|Bahisçiler|Vedonvälittäjät|Букмекеры/))
tripadvisor.*#?##component_2 > div[class^="_"] > div > div[class^="iab_"][style="min-height:90px"]:upward(2)
tripadvisor.*#?#.ui_container > div[class] > div[class^="_"] > .iab_medRec:only-child:upward(1)
latestlaws.com#?#.box > a[href^="https://us02web.zoom.us/meeting/register/"]:has(> div.row > div.col-md-12 > img[alt^="KD Lex Chambers LLP"])
latestlaws.com#?#.front-sidebar > div.row:has(> div.col-md-12 > div.widget-border-none > a[target="_blank"][rel="nofollow"]:not([href^="https://latestlaws.com/"]):not([href^="https://bit.ly/"]))
latestlaws.com#?#.front-sidebar > div.row:has(> div.col-md-12 > div.widget-border-none > a[target="_blank"] > img[alt="Dee Gee"])
latestlaws.com#?#.front-sidebar > div.row:has(> div.col-md-12 > div.widget-border > a[href^="https://nalsa.gov.in/"])
thephoblographer.com#?##side-bar > div.widget_text > h3.widget-head:contains(Shop eBay):upward(1)
thephoblographer.com#?##side-bar > div.widget_text > div.textwidget > div[id^="vuukle-ad-"]:upward(div.widget_text)
engadget.com#?#ul[data-component="LatestStream"] > li:has(> article > div[class] > div[class] div[data-component="PostInfo"] > a[data-ylk*="Sponsored"])
irishtimes.com#?#.row > div.story:has(> a[href^="/sponsored/"])
greatist.com#?#.article-body > div:not(.otnotice):has(section div[class]:contains(ADVERTISEMENT))
healthline.com,greatist.com#?#.article-body > div[class^="css-"] > p ~ div[class]:has(> aside div[data-ad="true"])
greatist.com#?#.article-body > div:has(section span[class]:contains(/^GO NOW$/))
healthline.com#?##__next > aside[class^="css-"]:has(> div[class] > button + div > div[data-ad="true"])
msn.com#?##main > .stripecontainer > .lifestyle:has(> .stripe > .stripenav > ul > li > span.adslabel)
vxxx.com#?#.videoplayer + div:has(> .a-label)
vxxx.com#?#.video-page-content + div:has(> div > h2:contains(Suggested))
vxxx.com#?#.wrapper-margin + div:has(> .a-label)
pluginsaddonsextensions.com#?#.col-md-4 > .rightcol:has(> #google_ad)
pluginsaddonsextensions.com#?#.col-md-4 > .mapbox > .adsbygoogle:upward(1)
tasteofcinema.com#?##secondary > .inner > aside[id^="text-"] > h3:contains(/^Advertisement$/):upward(1)
xtorx.com#?##restitle:has(> strong > a[target="_blank"])
xtorx.com#?##restitle:has(> strong > a[target="_blank"]) + div#rescite
xtorx.com#?##restitle:has(> strong > a[target="_blank"]) + div#rescite + div#resdesc
scrolller.com#?#.gallery-view > .vertical-view > .vertical-view__columns > .vertical-view__column > .vertical-view__item:has(> .vertical-view__banner-item > .vertical-view__ad)
scrolller.com#?#.vertical-view__item > a[rel] > div > div > div.native-ad-item-panel:upward(4)
electricaltechnology.org#?#.container-normal > .main-content-row > .main-content > .stream-item-mag > .container-wrapper > .adsbygoogle:upward(2)
devcourseweb.com#?##secondary ins.adsbygoogle:upward(2)
freecourseweb.com#?#.site-main > article:not([id]):has(> div.custom-infeed-wrap-div > ins.adsbygoogle)
thehansindia.com#?#.theiaStickySidebar > div > section.editorial:has(> .pd-0 div[align="center"]:contains(ADVERTISEMENT))
thehansindia.com#?#.theiaStickySidebar > div > section.editorial:has(> div > div[align="center"] > div[id^="div-clmb-ctn-"])
thehansindia.com#?#.theiaStickySidebar > div > section.editorial:has(> div div[class^="ads"])
thehansindia.com#?#.theiaStickySidebar > div > section.editorial:has(> div.pd-0.hide)
theusbreakingnews.com#?#.theiaStickySidebar > div.widget:has(> div.widget-container > div.textwidget > ins.adsbygoogle)
audiophileon.com#?##sidebar-one-blocks .sqs-block-html:has(+ .amazon-block)
audiophileon.com#?##content > .extra-wrapper > .sqs-layout:has(.sqs-block-button-container--center > a[href^="https://www.amazon.com/"][target="_blank"])
neowin.net#$?#.news-item--sharethrough { remove: true; }
freemoviescinema.com#?#.container > div[style="text-align:center;"]:contains(/^Advertisement$/)
coursewikia.com#?##secondary > .widget_text:has(> div.textwidget ins.adsbygoogle)
sektekomik.com#?##sidebar > .widget_text:has(> .textwidget > a > img[alt="ads"])
yourbittorrent2.com#?#.card > div#torrent-description:upward(1)
discudemy.com#?#article > section.card > ins.adsbygoogle:upward(section.card)
upvideo.to#?#.downloadGenerated > .row.align-items-center > .text-center:contains(ADS HERE)
xxxvideos.ink#?#li.plate iframe[width="300"]:upward(.plate)
jomo-news.co.jp#?#.article-card > div.ads_triple:upward(1)
ibarakinews.jp#?#div[style^="height:250px;width:300px"] > a[href^="https://af."]:upward(1)
courseclub.me#$?#.listing-item-ad { remove: true; }
kiss-anime.ws#?#.rightBox:has(> .barTitle:contains(KissAnime Ads))
gtainside.com#?#.col-lg-4 > .bar_container > .bar_headline:contains(/^Advertising$/):upward(1)
rawkuma.com#?##sidebar > .widget_text > .textwidget > script[id*="clb"]:upward(2)
rawkuma.com#?##sidebar > .widget_text > .textwidget > script:contains(var ad_idzone):upward(2)
influencersgonewild.com#?#.g1-advertisement-inside-grid:upward(li)
tecadmin.net#?#.widget_text > .textwidget > ins.adsbygoogle:upward(2)
secureblitz.com#?#.widget_text > .widget-title > span:contains(/^ADVERTISEMENT|Advertisement$/):upward(2)
flatpanelshd.com#?#.col-md-4 > div[class^="forsideboks"] > .seperatorposition > .kategoritekst:contains(/^AD$/):upward(2)
tumblr.com#?#div[style^="top:69px"]:has(h1:contains(/^Sponsor|Patrocinado|Gesponsert|Gesponsord|Спонсируется|広告/))
vladan.fr#?#.widget-wrap > h4:contains(/Advertisement|BSA/):upward(2)
arkadium.com#?#.fresnel-container:has(> div[style] > div[class*="AdContainer"])
cdromance.com#?#.game-container > ins.adsbygoogle:upward(1)
cdromance.com#?#.widget_custom_html > .widget-title:contains(/^Advertisements$/):upward(1)
musixmatch.com#?#.side-panel > .box > .box-content > div > div[id^="div_gpt_ad_"]:upward(3)
cointelegraph.com#?#div[class$="=="] > .banner-blocked:only-child:upward(1)
cointelegraph.com#?#.posts-listing__list > li.posts-listing__item:has(> div[class] > div[class] > .banner-blocked)
koat.com,wxii12.com#?#.article-content--body-text > .article-content--body-wrapper-side-floater:has(> .ad-rectangle)
downloadhub.kim#?#.widget-title > .textwidget > p > a[href][rel="noopener"]:upward(3)
dutchycorp.ovh#?#center > p > b:contains(/^Advertisement$/)
faucetcrypto.com#?#.grid > .items-center > iframe[id$="-ad-iframe"]:only-child:upward(1)
faucetcrypto.com#$?#.items-center > iframe[id$="-ad-iframe"]:only-child:upward(1) { min-height: 0 !important; }
faucetcrypto.com#$?#:not(.grid) > .items-center > svg.animate-spin:only-child:upward(1) { min-height: 0 !important; }
mcrypto.club#?#div[id^="custom_html-"] > .widget_text > .bestwp-widget-title > span:contains(/^(Our )?Sponsor$/):upward(3)
canonrumors.com#?#.site-main > .block-xpress[id^="text-"] > .block-container > .block-row > .textwidget > #taboola-below-article-thumbnails:upward(4)
cybermania.ws#?#.widget_text > .textwidget > p > ins.adsbygoogle:upward(2)
anupama.net#?#.text-html:has(> div.widget-top > h4:contains(/Sponsored|Advertisement/))
uvnc.com#?##sp-left > div.sp-column > div.sp-module:has(.adsbygoogle)
thewindowsclub.com#?##genesis-content > .textwidget > span[id^="ezoic-pub-ad-placeholder-"]:upward(1)
thewindowsclub.com#?##genesis-content > .textwidget > center > span[id^="ezoic-pub-ad-placeholder-"]:upward(2)
bikeradar.com#?#.sidebar__item > .article-list > h3.section-heading-1:contains(/^Daily Deals$/)
bikeradar.com#?#.elementor-widget-container > .article-list > h3.section-heading-1:contains(/^Daily Deals$/)
c4ddownload.com#?#.posts > article.preview-post > .preview-wrapper > .adContent1:upward(2)
downloadingadda.com#?#.inside-right-sidebar > aside[id^="custom_html-"]:has(> .textwidget)
xplay.gg#?##__next > div[class*=" "] > div[class*=" "]:first-child:has(> a[href*="?utm_promo="][href*="_banner"][target="_blank"]:only-child)
torrentdownloads.pro#?#.inner_container > div:has(> div[style="float:left"])
youporn.com#?#.playWrapper > #videoWrapper + div[class*=" "]:has(> div[id]:only-child > .adsbytrafficjunky)
houstonchronicle.com#?#aside > .stickyWrapper:has(> .adModule)
redgifs.com#?#ul.SideBar > li.SideBar-Item:has(> div[class] > div[class^="LiveButton_"])
webstick.blog#?#.main > article > p:has(img[src^="images/images-ads/"])
gptgo.ai#?#.main-page-wrapper > div.hero-banner + p[style^="text-align:"]:contains(ADVERTISEMENT)
hypebeast.com#?#.sidebar-sticky-container:has(> .ad-skyscraper-container:only-child)
hsreplay.net#?#.ads-container > div[class]:first-child:has(> div[style]:only-child > .vm-placement)
hsreplay.net#?#.ads-container > div[class]:last-child:has(> div[class]:only-child > div[style] > .vm-placement)
biblestudytools.com#?#.mx-auto > div.content-center:has(> div[id*="varxvar"])
biblestudytools.com#?#.mb-5 > div.content-center:has(> div.a-d-90)
stormininnorman.com#?##top-stories > li:has(> div[id^="Outbrain"])
krakenfiles.com#?#.row > div.col-md-12:has(> div.file-top-ad)
smser.net#?#.flex-auto > .grid > .text-center:has(> div > .adsbygoogle)
590m.com,jdxiazai.cn,089u.com,306t.com,ctfile.com,474b.com,u062.com#?#.card:has(div[id="760ad"])
ain.capital#?#.sidebar > .small-white-block:has(> .small-white-block-wrapper > div[id^="admixer_"])
deccanherald.com#?#.story-element p > #container-text:contains(/^ADVERTISEMENT$/)
deccanherald.com#?#.side-story-section > .hide-mobile > div[class]:has(> .hide-mobile .ad-background)
igfonts.io#?##main > div.content-box:has(> div.proper-ad-unit)
domainnamewire.com#?#h4.widget-title:contains(/^Advertisement$/)
firstsportz.com#?#.code-block:has(> :not(.share-container))
duplichecker.com#?#div[class]:has(> span a[onclick*="grmly"])
duplichecker.com#?#.container > div.text-center:has(> div[class] > a[onclick*="grmly"])
duplichecker.com#?#div[style] > div[class]:has(> div[style] > a[onclick*="grmly"])
redgifs.com#$?#.topNav-wrap > div:not([class]):contains(/Explore.*Cams$|Watch Live Sex/) { visibility: hidden !important; }
porntrex.com#?#.content > div[class]:has(> div[style*="text-align"] > center > script)
freshnewsasia.com#?#div[itemprop="articleBody"] > div[style]:has(> a[href*="/banner/"])
freshnewsasia.com#?#.row-fluid > div#aside:has(a[href*="/banner/"])
instacart.ca,instacart.com#?##store-wrapper div[class] > ul li:has(div[aria-label="Product"]:has(img[alt="Sponsored"]))
instacart.ca,instacart.com#?##store-wrapper div[class] > ul li:has(div[aria-label="Product"] div[data-sssp-eligible])
instacart.ca,instacart.com#?##store-wrapper div.e-ijs5rh
trakt.tv#?#div:has(> span[id^="adn"])
yunjiema.top#?#.row.border-bottom.table-hover:has(ins.adsbygoogle)
m3uiptv.com#?#.entry-content > p:has(> .adsbygoogle)
shabdkosh.com#?#.text-uppercase.text-center:contains(/^Advertisement$/)
shabdkosh.com#?#div:not([class], [id]) > .text-center:has(> a[href="/payments/"]:only-child)
telepisodes.org#?##link-table > tbody > tr:has(> td[title="Sponsored Link"])
alotporn.com#?#.list-videos > div > .item:has(> ins)
sexu.site#?#.title--sm:contains(/^Advertising$/)
hdhole.com#?#.content > li:has(> div.item > div.adthumb)
pholder.com#?##root > div[class]:has(> .SearchBarAlignWrapper:first-child + div[class]:last-child > iframe[src^="https://chaturbate.com/"])
faceitstats.com#?#tbody > tr:has(> td > div[style] > div#vm-av)
faceitstats.com#?##app > div[style] > div[style]:has(> div.vm-placement)
coolors.co#?##explore-palettes_results > div.explore-palettes_col:has(> a[id])
wagwalking.com#?#main > div[display="flex"]:has(> div > div[display="inline-block"] > div > img[height="88px"])
radio.net#?##headerTopBar ~ div > div:has(div#RAD_D_station_top)
allabout-japan.com#?#.bnr:has(> a[href][target="_blank"])
fireload.com#?#aside > .justify-center:has(> .adsbygoogle)
moumentec.com#?#.theiaStickySidebar > div[id^="custom_html-"]:has(> .textwidget  > .adsbygoogle)
thelocal.it#?#.hp-new__block > div[data-hasbanner="yes"]:has(> .hp-new__article--mpu:only-child)
thelocal.it#?#main > .article-single__worth:has(> .read-also-recs > .tp-cxense-placeholder-inline)
timesascent.com#?#.bg-gray-100:has(> div[id^="div-gpt-"]:only-child)
timesascent.com#?#.animate-pulse > div[class^="w-[3"].bg-gray-100:has(> svg:only-child)
timesascent.com#?#.place-content-center:has(> .bg-gray-100:only-child > div[id^="div-gpt-"])
timesascent.com#?#.mt-6 > .hidden:has(> .bg-gray-100 > div[id] > [id^="google_ads_iframe"])
crictracker.com#?#.container > div.d-none:has(> div[id^="div-ad-gpt-"])
star-history.com#?#.mx-auto:has(> div.w-full > a[href][target="_blank"] > img[src^="https://star-history.com/sponsors/"])
carnewschina.com#?#.tdc_zone > div.td-stretch-content div.vc_column_container:has(a[class^="tds-button"][target="_blank"])
blog.quastor.org#?##content-blocks > div[style]:has(> a[href^="https://flight.beehiiv.net/"] > button)
blog.quastor.org#?##content-blocks > div[style]:has(> p > i:contains(sponsored))
themarysue.com#?#.sticky-sidebar-container:has(> .units > div[data-freestar-ad])
charlieintel.com#?#.col-span-full > .items-center > .flex:has(> div[class^="top-"]:only-child > div[data-ad-unit-id])
charlieintel.com#?#div[id^="article-"] > .flex:has(> .text-center:first-child + .items-center:last-child > .sticky:only-child > div[data-ad-unit-id])
unilad.com#?#div[class*="StyledArticle-articleBody"] > div[class^="css-"]:has( > div[height="1em"] > div[class^="css-"]:empty)
bing.com#?#.tob_calcontainer > div.slide:has(> div.tobitem > a[href*="/tracking?adUnit="])
vogue.com.au#?#div[class^="sc-"]:has(> div[style="display: none !important;"])
vogue.com.au#?#div[class^="sc-"]:has(> div[id^="ad-"])
vogue.com.au#?#div[class^="sc-"]:has(> div[class^="ad-"])
gagadget.com#?#.l-container > .col-sm-12 > .l-inner_wide.text-center:has(> div[style*="min-height:"]:only-child > #gagadget_sidebar_premium_en:only-child)
storagereview.com#?#.theiaStickySidebar > aside.stora-widget:has(> div[id^="gpt-ad-"])
trendyporn.com#?#.container > div.row:has(> div.well h4:contains(LIVE MODELS))
trendyporn.com#?#.container > div.row:has(> div a[href^="//ptosrd.com/"])
pcinvasion.com#?#.sticky-sidebar-wrapper:has(> .units > div[data-freestar-ad])
pcinvasion.com#?#.sticky-sidebar-wrapper:has(> #sticky-sidebar > .sticky-sidebar__inner > div[data-freestar-ad])
movies123-online.me#?#body > div[class]:has(> div[id] > div[id] > a[href$="/premium-membership"])
singletracks.com#?#body > div.jumbotron:has(div[id^="singl-"])
thetechoutlook.com#?#.pmhubtge:has(> div.pmhubtge-container > div[id*="ScriptRoot"])
moviesapi.club##body > div[id]:has(> div > a[href*="gmxvmvptfm.com"])
whatismyip.net#?#.container > div.panel:has(> div.panel-body > ins.adsbygoogle)
cineplex.com#?#div[class^="jss"]:has(> div#desktop-default-header-ad)
cineplex.com#?##flex-grid > section:not([id]):not([class]):has(> div[class^="jss"] > div[class^="jss"] > div#left-ad)
2ip.me,2ip.ua#?#.ipblockgradient > div[class]:contains(/Сменить IP-адрес|Змінити IP-адресу|Change IP-address|Changer adresse IP/)
bellesa.co#?#div[class^="Structure-sc"] > div[class^="Structure-sc"]:has(> div[class^="MediaQuery__"] div[data-label="HardX"])
ephotozine.com#?##content > div.hp-slot:has(div[id^="div-gpt-ad-"])
aniporn.com#?#.wrapper > section:has(> div > div > div[id^="footer_"] > div._ccw-wrapper)
gifhq.com#?#.content > div[class^="col-"]:has(> div.card > [id^="bn-placeholder"])
hd-easyporn.com#?#.video > aside[id]:has(ins.adsbyexoclick)
taboolanews.com#?#.taboola_feeds > div[tbl-feed-card]:has(> div.trc_rbox_container a.trc_attribution_position_after_branding)
jav-desu.xyz#?#.home-img-box:has(> div.related-ad)
deviantart.com#?#div[data-hook] > div[class]:has(> div[id^="deviantartcom_desktop"])
missav.com#?#.list-disc > li:has(> a[href^="https://bit.ly/"])
cleantechnica.com#?#.zox-post-body > div > center:has(> .adsbygoogle) + hr
cleantechnica.com#?#.zox-post-body > center:has(> a[href="https://cleantechnica.com/support/"] > span.mrf-detailsMedia)
dvdizzy.com#?#.primary-custom-header > div.header-content:has(> ins.adsbygoogle)
digg.com#?#aside > div.mb-8:has(> div[id^="bsa-zone_"])
mangatale.co#?##sidebar > div.widget_text:has(> div.custom-html-widget > center > script[id^="cid"])
leak.sx#?#main > div.row:has(> div[class] > center script[src$="invoke.js"])
theaviationgeekclub.com#?#.wp-block-image > figure > a[href="https://ospreypublishing.com/"][target="_blank"] + figcaption:contains(/^Advertise$/)
blog.wiki-topia.com#?#div[class="row"] > div.col > div.border:has(> div[id^="hbagency_"])
metager.org#?##results > div.result:has(> div.result-header > div.result-subheadline > a.result-link > span.mark:contains(Ad))
fselite.net#?#main > section[class^="brxe-"]:has(> div[id] > div[class]:first-child:empty)
fselite.net#?#footer > section[class^="brxe-"]:has(> div[id] > div[class]:first-child:empty)
pimpandhost.com#?#.list-view > .content_placing > .item:not([data-key]):has(> a[target="_blank"] > img)
txxx.com,txxx.tube#?#.video-content > div[class] > div[class]:has(> div[class] div[id] + div[class] > span:contains(AD))
investing.com#?#div[class="desktop:relative desktop:bg-background-default"] > .pb-4:has(> div[data-test="ad-slot-visible"]:only-child)
babylonbee.com#?#div:not([class]) > div.fixed:has(> div[role="dialog"] > div > a[href="/join"])
ground.news#?##__next > div.sticky:has(> div.sticky > div.flex > div.flex > a[href="/subscribe"])
timesofindia.indiatimes.com#?#div[class^="topBand_"] + div > div[class]:has(> div[id^="div-gpt-ad"])
tmail.gg#?#.img-box:has(> a[target="_blank"]:only-child)
azuremagazine.com#?#div[class]:has(> ins[data-revive-zoneid])
thebump.com#?#.advertisement + .space-holder[style*="height"]:contains(/^ADVERTISEMENT$/)
freevpn4you.net#?#div[style] > div[align="center"]:has(> div[id^="yandex_rtb_"])
fansonlinehub.com,teralink.me,teraearn.com,terashare.me,hotmediahub.com,terabox.fun#?##app div.overlay:has(> div.modal > div.dialog-ad-box)
productreview.com.au#?#header + div[class]:has(> div > div#sticky-top-advertisement)
mail.com#?#.content-wrapper > div[data-mod-name="container"]:has(> div > p:contains(/sponsored news/i))
mail.com#?#.blocks > div.block:has(> div.ad-container)
ship24.com#?#div:has(> app-ad):not(:has(> .flex.items-center ~ .flex.flex-col .items-start))
mybrowseraddon.com#?#.sections > div.section-box:has(> div.container > div[style] > ins.adsbygoogle)
hentai.desi#?#.recommended > div:has(> iframe[src^="//a.realsrv.com/"])
quizlet.com#?##__next > div[class] > div[class][style] > div[class][style*="--"][style*="block"]:has(> .SiteAd:only-child)
rephrase.info#?#div[style] > div.text-center:has(> div#txt-sidebar)
gearspace.com#?##site-notice-container > .noticeBit:has(> center > a)
free-proxy.cz#?##webproxy_list > tbody > tr:has(> td > div > .adsbygoogle)
geekflare.com#?#.wp-site-blocks > div.wp-block-template-part:has(> section > div.x-container > div.x-content > div[id^="adngin-header-leaderboard-"])
wlwt.com,kcci.com#?#.article-content > div.article-content--footer:has(> div.grid-content a[href^="https://www.goodhousekeeping.com/"])
vidmo.pro#?##mcont > div.items:has(> div.item-card > div[id^="afr"])
insiderintelligence.com#?#.container > div.container:has(> div[class^="BottomAd__"])
apkmonk.com##.col > div[class]:has(> ins.adsbygoogle)
vsthemes.org#?#.catalog > .shorty:has(> .block > .adsbygoogle)
manhwas.men#?#.row > .col-md-4 > div[style*="margin-bottom:"]:has(> .d-flex > h3:contains(/^Ads$/))
celebmafia.com#?#div:has(> div[data-ad])
calendar-canada.ca#?#aside > .inner:has(> div > div[class^="r89-"][class*="-rectangle-"])
osgamers.com#?##sidebar > .inner:has(> div > div[class^="r89-"][class*="-rectangle-"])
odditycentral.com#?##sidebar div.widget:has([id^="mmt-"])
noodlemagazine.com#?#.container > noindex:has(> div[style] div.banner-container)
wccftech.com#?#body > div.d-none:has(> div.bg-horizontal-2 div[id^="div-gpt-ad-"])
thestreet.com#?#.m-detail--body > div.m-detail--body-item:has(> figure > div > phoenix-iframe[src^="https://products.gobankingrates.com/pub/"])
fieldandstream.com,popphoto.com,futurism.com#?#.tadm_ad_unit
productreview.com.au#?#main div#search-results + div > div[class]:has(> div div[id^="google_ads_iframe_"])
productreview.com.au#?#main div#search-results + div > div[class]:has(> div div[style="line-height:0"])
almanac.com#?#.layout__region > div.sticky-right-sidebar:has(> div.block__content > div.text-content > p > span.advertisement-label)
steamid.uk#?#.primary > div.row:has(> ins.adsbygoogle)
greatandhra.com#?#.container:has(> .container-inner > #id1.child)
moddb.com#?#.column > div.normalbox:has(> div.inner > div.body > ins.adsbygoogle)
creepypasta.com#?#.entry-content > div.code-block:has(> div[id^="pwMobiMedRect"])
creepypasta.com#?##page > center:contains(Advertisement)
letmejerk.net#?##videos > div.th:has(> span.th-ad)
thesportsupa.com#?##sidebar-primary > div.widget:has(div[id^="div-gpt-ad-"])
thesportsupa.com#?#.col-xxl-9 > div.shadow-sm:has(> center > figure > a[href*=".play."])
thesportsupa.com#?#.col-xxl-9 > div.shadow-sm:has(> center > [class^="ads"])
javtiful.com#?#.row > div.col:has(> div.card > a[href^="http://bit.ly/"])
javtiful.com#?#.theeffect > div.d-flex:has(> section ins.adsbyexoclick)
javtiful.com#?#.contents > div.mb-4:has(> section ins.adsbyexoclick)
issuu.com#?#div[data-testid="side-section"] > div[class]:has(> div[class] > div#ad-primis-small)
azlyrics.com#?#.noprint:has(> span[id^="cf_async_"])
dl4all.biz#?##dle-content > div[style^="padding:20px;"] > center:has(> div[style="text-align:center;"] > a[rel="noopener external noreferrer"] > img)
onmsft.com#?#.gb-grid-column > .gb-container .gb-inside-container > .gb-container:has(> .gb-inside-container > div[data-pw-desk="sky_atf"])
ip-address.org#?#.feat-holder > th.track:contains(Advertisements)
123telugu.com#?#.post-content > p:has(> b > font[color="#ff0000"][size="3px"])
thebrighterside.news#?#div[id^="comp-"]:has(> wix-iframe)
thebrighterside.news#?#div[data-id="rich-content-viewer"] > div > div[id^="viewer-"]:has(iframe[src*="usrfiles.com"])
thebrighterside.news#?#div[data-id="rich-content-viewer"] > div > div[data-hook^="rcv-block"] + div[id^="viewer-"]:has(div[data-hook="divider-single"])
elitebabes.com#?#.list-gallery > li[class]:has(> :is(iframe, .adsbyexoclick))
pythoncheatsheet.org#?#.relative:has(> div#carbonads)
news18.com###__next > div[style^="height:"]:has(> div.banner_cricket)
infoq.com#?#.related__group > li:has(> div.related__spns)
hltv.org#?#div[class$="Col"] > aside:has(> [data-placement-id])
pexels.com#?#div[data-testid="column"] > div[data-testid="item"] > div.inline-ads:upward(1)
winaero.com#?#aside > .widget_text:has(.adsbygoogle)
monteozlive.com#?#.td-ss-main-sidebar > aside.widget_block:has(> .wp-block-code .adsbygoogle)
sanjun.com.np,acharyar.com.np#?##postBody div[id^="HTML"]:has(> .widget-content > .adsbygoogle)
stadiumgaming.gg#?#.wrapper > div.container > div.row > div[class^="col-"]:has(> div.vm-placement)
topgear.com#?#aside > div[data-testid="StickyContainer"]:has(> div[class^="AdContainer-"])
hoes.tube#?#.margin-fix > div.item:has(> div.ads)
skylinewebcams.com#?#.row > div[class]:has(> div.cam-light > ins.adsbygoogle)
yuzu-emu.org#?#.columns > div.column:has(> div.px-md > ins.adsbygoogle)
decrypt.co#?#.relative:has(> .absolute > span:contains(AD))
cults3d.com#?##content > .grid--guttered > .grid-cell > .tbox:has(> .drawer > a:not([href*="cults3d.com/"], [href^="/"]))
opensubtitles.org#?#.msg > div[itemscope] > fieldset:has(> legend > a[href="/support#vip"])
decrypt.co#?#main[role="main"] div:has(> div[class] > div[class] > span:contains(AD))
supersport.com#?#.flex-col > .col-span-6 > .flex.items-center.border:has(> .relative > div[id*="_DSTV_SSZ_Responsive_Supersport_"])
uploadrar.com#?#div[class^="banner"]:not(:has(> div#commonId))
modrinth.com#?#.normal-page__content > div[class]:has(> div[class] > div[class] > div[class] > a[rel$="sponsored"])
cryptogems.info#?#.MuiBox-root > span[style*="max-width:"]:has(> img[alt="ad"])
duplichecker.com#?#.main-content > div[class^="col-md"] > div[class]:has(> div#home_after_title)
foursquare.com#?#.sidebarRelatedVenues > .newRelatedVenuesSet:has(> div[id^="div-gpt-"])
topsporter.net#?#.scroller > .heateor_sss_sharing_ul:has(> div[id^="div-gpt-"])
topsporter.net#?#.sidebar-content > .widget:has(> div > center > div[id^="div-gpt-"])
imperiodefamosas.com#?#section > .row > .visible-lg-block:has(> .grid-item > .text-center > a[target="_blank"]:not([href^="/"]))
mobilityarena.com#?#.code-block:has(ins.adsbygoogle)
mobilityarena.com#?#.code-block:has(div#protag-native-after_content)
kentonline.co.uk#?#.row > div[class^="col-"]:has(> div[class] > span[id^="p_mpu"])
kentonline.co.uk#?#.row > div[class^="col-"]:has(> div[class] > span[id^="p_dmpu"])
mydramalist.com#?#div[class^="col"] > div[style^="min-height"]:has(> div.spnsr)
mydramalist.com#?#.app-body > div[class]:has(> div.is-desktop-ads)
txxxporn.tube#?#.video-content > div[class]:has(> div[class] > div[id] > noscript > iframe[src^="https://syndication.realsrv.com"])
txxxporn.tube#?#.video-content > div[class] > div:has(> div.pplayer) + div[class]
insta-stories-viewer.com#?#.context__caption > .context__title:contains(/^Advertising$/)
noodlemagazine.com#$?#.video_player + style { remove: true; }
noodlemagazine.com#$?#.video_player ~ div[style] { remove: true; }
go.bicolink.net#?#center > div.box:has(> div.banner)
go.bicolink.net#?#.box-main > div.box:has(> center > iframe[src*="/ads-bicolink.html"])
go.bicolink.net#?#.box-main > div.box:has(> div.banner-336x280)
thehackernews.com#?#body > div.cf:has(> center > a[rel*="sponsored"])
proporn.cc#?#.c-denomination > div > h2:contains(Advertis)
yeptube.net#?#.wrapper > div.container.mt10 + div.container.mt10:not(:has(> div.c-content))
nme.com#?#.wpb_wrapper > div.td-fix-index:has(> div#taboola-below-article)
vpnmentor.com#?#.single > div.vm-block-highlight:has(> a[onclick^="clickedLinkExternal"])
mysocceraustralia.com#?#.cactus-sidebar-content > aside.widget:has(> div.widget-inner div[id^="div-gpt-ad-"])
cosxplay.com#?#.order-2:has(.duration-ad)
cosxplay.com#?#.order-1:has(> div[class^="inside-list-boxes"])
producthunt.com#?#div[class*="style_direction-row__"]:has(a[href="/sponsor"])
electricalexams.co#?#.inside-right-sidebar > aside.widget:contains(new advadsCfpAd)
desiporn.tube#?#.content div[class]:has(> div.wrapper > div[class]:contains(Advertisement))
desiporn.tube#?#div[class] > a[href^="https://clickadilla.com/"]:upward(2)
batimes.com.ar#?#.row > div.col-lg-4:has(> div.ads-space)
elevenforum.com#?#.p-body-pageContent > div.message--post:has(> ins.adsbygoogle)
sextu.com#?#div.headline:has(> h2:contains(Advertisement))
sextu.com#?#.wrapper > section:has(> div.__native_container)
yourdailypornvideos.ws#?#.column_container > aside.widget:has(> div.textwidget script[src^="https://ads.exosrv.com/"])
yourdailypornvideos.ws#?#.column_container > aside.widget:has(> div.block-title > span:contains(FOLLOW US ON TELEGRAM GROUP)) + aside.widget ~ *
23isback.com#?##content div.sqs-block:has(> div.sqs-block-content > div.image-block-outer-wrapper > figure.sqs-block-image-figure)
bmj.com#?##__next > div[class^="css"] > div[class^="css"]:has(> div[id^="div-gpt-ad"])
youramateurporn.com#?#.owl-stage > div.owl-item:has(> div.item-col > a[href^="https://www.youramateurporn.com/video/ad-"])
voyeurhit.tube,hdzog.tube#?#.jwplayer > div[style] > div[class]:has(> div[class]:contains(Advertisement))
auto123.com#?#.float_right > div[style^="height:"]:has(> div.pub_BoxA)
newyorker.com#?#.tny-interactives-story > div > div[class^="styles-module--rules--"]:has(> .ad__slot)
onlineocr.net#?#.row > h3:contains(/^Advertisement$/)
linuxadictos.com#?##content > aside[id^="text-"]:has(> div.textwidget > p.gt-block > ins.adsbygoogle)
pornstar-scenes.com#?#.row > div.portfolio-item:has(> div.card > div[id^="chaturbate"])
my18pussy.com#?#.content-holder > .heading > strong:contains(/^Sponsored Content$/)
18pussy.porn#?#.content > .headline > h1:contains(/^Sponsored Content$/)
milf-porn.xxx#?#.main-content:has(> div.main-container > div.webcamitems)
youporn.com#?#div[class] > a[data-tracking="track-close-btn-ad"]:upward(1)
porcore.com#?##videoitems > div.onevideothumb:has(> a[href^="https://www.iyalc.com/"])
xxxymovies.com#?#h4:contains(Sponsored Advertisement):upward(2)
flasharch.com#?#div[class*="MuiGrid-grid-lg-"] ~ div:not([class*="MuiGrid-grid-md-"]) ~ div[class*="css-"]:has(.adsbygoogle)
web.telegram.org#?#.bubbles-inner > div.bubble:has(> div.bubble-content-wrapper > div.bubble-content > div.message > span > span:contains(/^sponsored$/))
gayfor.us#?#p:has(> ins.adsbyexoclick)
zedporn.com#?#.main > h2:contains(Suggested for)
hellporno.com#?#.hp-wrap > p.rel-tit:contains(/You may also like|Suggested for you/)
notateslaapp.com#?#a[href^="https://www.getAdfinity.com"] > img[src^="data:image/png;base64"]:upward(3)
proporn.com#?#.thrcol > .thr-rcol:has(> .refill > .trailerspots)
actualidadiphone.com#?##abn_singlestealer:not(:has(> div.nav-youtube))
canberratimes.com.au#?##story-body + div[class] > div.hidden:has(> div.sticky > div[id^="story-side-"])
tubewolf.com#?#.main > h2:contains(/You may also like|Suggested for you/)
cnnindonesia.com#?#.r_content div.mr > p[id^="adv-caption"]:upward(1)
analyticsindiamag.com#?#main[data-elementor-type="single-post"] > section.elementor-section:has(> div.elementor-container a[href="https://mlds.analyticsindiamag.com/"])
fsiblog2.com#?#.elementor-widget-container:has(> h5:contains(Indian girls - advertisement))
fsiblog2.com#?#.elementor-widget-wrap:has(> div.elementor-widget-ipe-ad-zone)
ratedgross.com#?#.block-video > .table:has(> .spot)
ratedgross.com#?#.list-videos > div > .place:has(> .spot)
bdnews24.com#?#div[data-infinite-scroll]:has(> div div.scorecard)
givemesport.com#?#.gms-content-wrapper > div.gms-videos-container:has(> div#primis-video)
ultrasurfing.com#?##main > #container-top-stories:has(> .adsbygoogle)
hentaiworld.tv#?#.swiper-slide:has(> a[target="_blank"])
xcum.com#?#.heading > h2:contains(Suggested for you)
okmagazine.com#?##Paginator > div[class]:has(> .ad-title)
disntr.com#?#[style^="font-size:"]:contains(Advertisement)
begindot.com#?#.elementor-element:has(> div.e-con-inner a[href="https://phonexa.com/"])
begindot.com#?#.e-con-inner > div.elementor-element:has(> div.elementor-element a[href^="https://appwiki.nl/"])
jnckmedia.com#?#.container-fluid > .row > .col-md-12:has(> .card-box > .text-center > .adsbygoogle)
slashdot.org#?#.fhitem:has(> header > div.ntv-sponsored-disclaimer)
istream2watch.com##.stream-single-player > p[style]:has(> a[href="/out/"])
qwer.gg#?#.flex:has(> div[id^="div-gpt-ad-"])
hotmovs.com#?#.video-page > div.block_label:has(> div:contains(Suggested for you))
macrumors.com#?##root > h1#page-title ~ div div#maincontent > article:has(> div[class^="titlebar--"]:contains(/^Deals:/))
comick.fun#?#.overflow-scroll > div.w-full:has(> div:contains(/^ADVERTISEMENT$/))
imgur.io#?#.GalleryHandler-postContainer > div.Ad:not(:has(> a[href^="https://imgur"]))
fsharetv.io#?#div:has(> div.rice:first-child)
fsharetv.io#?#colgroup + tbody > tr:not([itemprop]):has(> td[colspan] > div[id^="movie_vrec_"])
independent.co.uk#?#aside.sidebar > div[class^="sc"]:has(> div[class^="sc"] > div[data-size-key="DOUBLE_MPU"])
leechpremium.link#?#.row > div.col-md-2 > div.pricingTable:has(> div.pricing-content > ins.adsbygoogle)
uploadedpremiumlink.net#?#div[class^="blue-grey"][style^="width"] > ins[data-ad-client]:upward(1)
mindbodygreen.com#?##article-container > div:has(> div > div > section > div > h5:contains(/^Advertisement$/))
mindbodygreen.com#?#span > section:has(> div > h5:contains(/^Advertisement$/))
audiosexstories.net#?#.column > div.wrapper > li.sam_pro_block_widget:upward(1)
paktales.com#?#.theiaStickySidebar > div.widget:has(> span.ezoic-adpicker-ad)
investorshub.advfn.com#?#header > div.full > div.container-fluid:has(> div.top-banner)
herexxxtube.com#?#body > div.container:has(> h2:contains(/^Recommended$/))
animeland.tv#?#.sidebar_right li:has(> center > h3:contains(/Animeland( Premium)? Ads/))
animeland.tv#?##social > h2.video_header:contains(Sponsors)
sciencefocus.com#?#.stack__item section:has(> div[data-feature="monetizer"])
sciencefocus.com#?#.stack > div.stack__item:has(.ad-slot)
fffcvn.net#?#.row > div.bs-vc-wrapper:has(> div.wpb_column > div.bs-vc-wrapper div.textwidget > p > br + a[href])
benzinga.com#?#div.lazyload-wrapper > div[class^="InvestingChannel"]:upward(1)
infobae.com#?#.article > div.rawHTML:has(> h2)
inverse.com#?#div[class] > amp-ad:upward(1)
affpaying.com#?##sidebar ul.flex:has(> li.flex > a[target="_blank"][rel="nofollow"] > img[style="width:125px;height:125px;"])
affpaying.com#?##sidebar div.text-center:has(> a[href^="https://trckgdmg.com/"])
affpaying.com#?##sidebar div.bg-white:has(> a[target="_blank"] > img[width="300"][height="250"])
notateslaapp.com#?#.articles-container > div.container:has(> div.release > script[src*="amazon-adsystem"])
katestube.com#?#.player-aside > b:contains(Advertisement)
nonktube.com#?##wrapper div[class^="col-"] > div.box-body:upward(1)
missav.com#?#.mb-4.px-4 > .grid > div:not([class]):not([id]):first-child:has(> .thumbnail > .relative > a > span.bg-red-600:contains(/^\nAD\n$/))
javhay.net#?##sidebar-border > h3:contains(Advertisement)
jpvhub.com#?#.exoclick-popunder-trigger:upward(3)
btmulu.com#?#.list-view > article.item:has(> div > a[href*="?"][target="_blank"]:not([href*="/hash/"]) > h4 > span.label-danger)
redtub.club#?#h3:contains(/^Advertising$/)
project-syndicate.org#?#.cur-section__header:has(> div.cur-section__view-all > a[href^="/order/subscription?"])
thequint.com#?#div[class] > span:contains(/^ADVERTISEMENT$/):upward(1)
sellthing.co#?##content > div.main-container:has(> div.container-fluid > div.widget-content > div.row > div.imageBanner)
techcabal.com#?##single-article-sidebar > div.list-sidebar-item > div.ad-box:upward(1)
fuck-videos.xxx#?#.container:has(> iframe[src^="//fuck-videos.xxx/tmp/"])
hellporno.com#?#.block-title:has(> h3:contains(/Suggested for you|Advertisement/))
nubiapage.com#?#.g1-collection-items > li:has(> div.g1-advertisement)
mail.com#?#.content-wrapper > div.mod-container > div.blocks > div.block > div.mod-taboolateasers:upward(div.mod-container)
wccftech.com#?#.main-container > div[style]:has(> div.bg-horizontal div[id^="div-gpt-ad"])
watchasian.ac#?#.block-tab > ul.tab > li[data-tab]:contains(Ads)
javtv.to#?#.bar-sidebar > h4:contains(Advertiser)
watchasian.ac#?#.block > div.tab-content:has(> div[class^="ads_place_"])
thewindowsclub.com#?#footer > div.widget:has(> span[id^="ezoic-pub-ad-placeholder"])
javrank.com#?#.video-box-ather > div.container > div.home-img-box:has(> div.text-center > div[class^="koukoku"])
mangaraw.org#?##sidebar > div.section:has(> div.releases > h4 > span:contains(Advertisement))
gekso.xyz#?#.content > div.grid > div.item:has(> div.oi > iframe[src^="//a.realsrv.com/"])
vivaldi.com#?#.blocks > div.row > div.column:has(> div.color-soft form#signupform)
developerinsider.co#?#center tr:has(> td > ins.adsbygoogle)
newzpanda.com#?#.theiaStickySidebar > .stream-item-widget:has(> .widget-title:contains(Advertisement))
vikiporn.com#?#.top-block > .container > .top-list > .content-aside:has(> .banner)
thesun.co.uk#?#div[id^="customiser"] > div.sun-grid-container > div.new-block > div.customiser-native-ads:upward(div.sun-grid-container)
analyticsindiamag.com#?#.elementor-widget-wrap > div.elementor-widget-text-editor:has(> div.elementor-widget-container > p:contains(Advertisement))
analyticsindiamag.com#?#.elementor-widget-wrap > div.elementor-element:has(> div.elementor-widget-container > a[href^="https://www.sas.com/"])
animekhor.xyz#?##sidebar > .widget_text:has(> .releases > h3:contains(Advertisement))
koiniom.com#?#.container > div.text-center:has(> div.row > div.col-xs-6 > a[href^="https://a-ads.com/"])
inenglishwithlove.com#?#.sqs-block:has(> div.sqs-block-content div.image-button-inner > a[href^="https://elsaspeak.com/"])
couponxoo.com#?#body > div.container:has(> p.text-center:contains(Advertisement))
couponxoo.com#?#.row > div:has(> ins.adsbygoogle)
freac.org#?##leftcol > div.module:has(> div script[src^="http://pagead2.googlesyndication.com"])
unsplash.com#?#div[data-test="masonry-grid-count-three"] > div[class^="ripi"] > div > footer:upward(1)
thetimes.co.uk#?#article > div[class^="responsive-"]:has(> div[class^="css-"] > div#ad-header)
nubng.com#?#.main-content > div[id^="tie-block"]:has(> div.container-wrapper > ins.adsbygoogle)
nudostar.com#?#.notices > li.notice:has(> div.notice-content > div.azz_div)
freeshib.biz##.alert ~ div.row > div[class^="col-"] > div.row > div[class^="col-"]:has(> div.ads)
porndish.com#?#.g1-collection-items > li.g1-collection-item:has(> div.g1-advertisement)
nxmac.com#?#p:has(> ins.adsbygoogle)
icrypto.media#?#.head_2:has(> a[href^="https://cryptofans.news"])
tutorialsplanet.net,freeallcourse.com#$?#.better-ads-listitemad { remove: true; }
wccftech.com#?#.post-details-container > .row > div > .related-stories:has(> header > h2.gradient-text:contains(/^A message from our sponsor$/))
thenationalpulse.com#?#.dropcap-content > div.code-block:not(:has(> div#social))
audiotools.pro#?##sidebar > div.widgetbox:has(ins.adsbygoogle)
flightconnections.com#?#.display-box-2
analyticsindiamag.com#?#div[data-element_type="widget"]:has(> div.elementor-widget-container > a[href^="https://praxis.ac.in/"])
piracy.moe#?#main > h2:contains(Sponsored items)
euronews.com#?#.u-hide-for-medium-only:has(> div[class] div[data-ad-id])
ioshacker.com#?##canvas-content > div.cnvs-block-section:has(div.cnvs-block-section-content-inner > center > ins.adsbygoogle)
stirilekanald.ro#?#div[class^="col-"] > div.sidebar.featured:has(> div.ad)
dailyfx.com#?#.row > div[class^="col"]:has(> div.dfx-ad)
dailyfx.com#?#div[class^="col"] > div.row:has(> div.dfx-ad)
analyticsinsight.net#?##sidebar > div.widget:has(> div.textwidget > div.banner)
swtestacademy.com#?#.inside-right-sidebar > aside.widget:has(ins.adsbygoogle)
shyteentube.com#?#.thumbs > div.thumb:has(> iframe[data-src^="http://ag.palmtube.net/"])
digminecraft.com#?#div[id] > div[class]:not([id]) > p:contains(/^Advertisements$/):upward(1)
adn.com#?#h4:contains(/^Sponsored$/)
industryarena.com#?#.flex-grow > div:has(> div.portal-header-ad-swiper)
coursed.co#?#.widget-area > aside.widget:has(> div.textwidget:first-child)
emulatorgames.net##.mx-auto.text-center:has(> div.site-label)
purepeople.com#?#.sidebloc > div.sticky-container--hp:has(> div.sidebloc-sticky > div.ad__placeholder)
aa.com.tr#?#.container > style ~ div.ad:has(> span > a:not([href^="https://www.aa.com.tr/"]))
gifhq.com#?#.content > div[class^="col-"] > div.card iframe[src^="https://syndication.realsrv.com/"]:upward(div[class^="col-"])
glebbahmutov.com#?##sidebar > div.widget-wrap:has(> div.widget > script[src^="//cdn.carbonads.com/"])
technojobs.co.uk#?#.section > div.block:has(> div.content > h2:contains(Featured Recruiters))
freetutsdownload.com#?#.inside-right-sidebar > aside.widget:has(> p > script[src^="https://brazenwholly.com/"])
keithrainz.me#?#.inside-right-sidebar > aside.widget:has(> figure[class] > a[href])
tutorialsduniya.com#?#div[class$="-sidebar"] > aside.widget:has(> div.textwidget ins.adsbygoogle)
crunchadeal.com#?##sidebar > aside.widget:has(> div.sidebox-main a[href^="https://crunchadeal.com/recommends/"])
r-bloggers.com#?#.sb-right > div.sb-widget:has(> h4:contains(Sponsors))
freebookcentre.net#?#.page-head ~ div.row:has(> div[class^="col-"] > div[class] > div.ad-adverting)
comidoc.net#?#div > ins.adsbygoogle:upward(1)
thegeeklygrind.com#?#.sidebar_inner > div.widget:has(> div.textwidget > ins.adsbygoogle)
insider.com#?#.content-lock-content > div.in-post-sticky:has(> .ad-wrapper)
dailyringtone.com#?##ringtones > div.rt-container:has(> div.member > ins.adsbygoogle)
allconnect.com#?#div.factbox:has(> div.myFinance-ad-unit)
swarajyamag.com#?#.story-grid > div + div.container-fluid > div[class^="_"] div[class]:contains(Advertisement):upward(div.container-fluid)
addressadda.com#?#.box-widget-wrap > div.box-widget-item:has(> ins.adsbygoogle)
addressadda.com#?#.box-widget-wrap > div.box-widget-item:has(> script[src^="//z-in.amazon-adsystem.com/"])
homeworklib.com#?#.span8 > div.box:has(> div.adsbyvli)
news18.com#?##right > div[style="height:250px;"]:has(> div.expandoad)
news18.com#?#.recomeded_story > ul > li:has(> div[style]> div[class*="dfp-ad"])
addmusictophoto.com#?#h6:contains(/^Advertisement$/)
fromtexttospeech.com#?#h2:contains(/^Advertisement$/)
cgtips.org#?#.sidebar > div.widget:has(> div[class] ins.adsbygoogle)
sweethentai.com#?##picture > center:has(> b:contains(Recommended Hentai games))
dmitripavlutin.com#?#header + div[class] > main + aside[class] > div[class]:has(> div[class] > div > script[src^="//cdn.carbonads.com/"])
freetutorialsus.com#?##secondary > aside.widget > div.textwidget > ins.adsbygoogle:upward(aside.widget)
zomato.com#?#body > div.wrapper:has(> div.tac > div.ad-banner-text)
urbanthesaurus.org#?#.words > div[style]:not([class]):has(> .ad-tag)
forum.ragezone.com#?##posts > li.postcontainer:has(> div.postdetails span.usertitle:contains(Check out our sponsor))
udemyfreecourses.org#?#h4:contains(Sponsored ads)
freesoft.id#?#.entry-content > p ~ div[class]:has(> p[style] > button[onclick*="https://href.li/"])
freecourseweb.com#?##secondary > aside.widget > div.textwidget > a[href="https://freecourseweb.com/binancemakemoney"]:upward(aside.widget)
vfxdownload.net#?#.theiaStickySidebar > div.widget_text:has(> div[class] > h3[class] > span:contains(Download Now))
bestlittlebaby.com#?#.row > div[class]:has(> div.info-box > div:contains(/^Advertisement$/))
opportunitydesk.info#?#.td-ss-main-sidebar> aside.widget:has(> a[href^="https://iubh.prf.hn/"])
remote.tools#?##product-grid > div.col-lg-6:has(> div.card > div[onclick^="sa_event('sponsored_product');"])
coolztricks.com#?#.inside-right-sidebar > aside.widget_text:has(> div.textwidget a[href^="https://bit.ly/"])
popular-babynames.com#?#.mx-auto > div[class] > div.shadow:has(> div.text-center > a[onclick^="javascript:oplk('brave'"])
studysolve.online#?##widgets-wrap-sidebar-right > div.widget_text:has(> div.textwidget > ins.adsbygoogle)
techno360.in#?##secondary > aside.widget:has(> div.textwidget ins.adsbygoogle)
downforeveryoneorjustme.com#?#.columns > div.is-half:has(> div.columns > div.column > div.native-carbon)
free-fonts.com#?##sidebar > div.box:has(> div[id^="freefonts_sidebar"])
ebookee.com#?##secondNav > div.navbar:contains(Sponsored Links)
techsupportalert.com#?##secondary > aside.widget:has(> h3.widget-title > span:contains(You May Like This Too))
getsetclean.in#?#a[rel^="sponsored"]:upward(1)
rd.com#?#.content-wrapper > section.content:has(> section > div.taboola-wrapper)
inc.com##div[class^="Article__articleContent"] > div.title-bar:has(> span:contains(Sponsored Business Content))
kiro7.com#?#.row > div.wrap-bottom:has(> div.arcad_feature)
ancient-origins.net#?#.region > div.block:has(> div.block-inner div[id^="ad-unit"])
freecoursewebsite.com#?#.inside-left-sidebar > aside.widget:has(ins.adsbygoogle)
computerhope.com#?#div[id^="column"] > h2:contains(Recommended for you)
adaa.org#?#.section[role="complementary"] > div[class]:has(> div[class] div[class]:contains(Advertisement))
algemeiner.com#?#.widget_mostreadwidget ~ div.widget:has(> h2:contains(Controversial))
ted.com#?#.Grid__cell > div:has(> div[class][style] > div[class] > div[class] > a[href^="/membership"])
nytimes.com#?#section > div[class^="css-"] > div[class^="css-"]:has(> div#pp_morein-wrapper > div.ad)
homeworklib.com#?#.row-fluid ~ div.box > span.ezoic-adpicker-ad:upward(1)
troypoint.com#?#.sidebar-main > aside:has(> h2:contains(Today’s Discounts))
indiatimes.com#?#div[id^="c_articlelist_stories"] > ul > li:has(> div.ad-widget)
haaretz.com#?#div[data-google-interstitial="false"]:has(> div[class] > div[class] > section > a[href^="/promotions-page?"])
greaterkashmir.com#?#body > div > div[id^="div-gpt-ad-"]:upward(1)
conservativebrief.com#?##primary > div.main-box:has(> div.main-box-inside > div[id^="ld-"])
bforbloggers.com#?#.sidebar > section.widget div.sidebar-product:upward(section.widget)
foreignpolicy.com#?#.sidebar > div.sticky-container:has(> div[id^="distroscale_ad_"])
foreignpolicy.com#?#.sidebar > div.sticky-container:has(> div.ad-container)
foreignpolicy.com#?#.sidebar > div.sticky-container:has(> div > div.channel-sidebar-big-box-ad)
isitdownrightnow.com#?#.rightdiv > div[class^="ad"]:upward(1)
lustflix.in#?#div > center:has(> div[data-zone])
downloadfreecourse.com#?#.post-content > section:has(> div.row > ins.adsbygoogle)
lionsroar.com#?#.elementor-section-wrap > section.elementor-section:has(div.elementor-widget-wrap > div.elementor-element > div.elementor-widget-container > div.elementor-text-editor > p:contains(/^ADVERTISEMENT$/))
udemyfreecourses.org#?#.container > center:has(> h3:contains(Sponsored ads))
freetutorialonline.com#?#.sidebar > div.widget:has(> div.title-block-wrap > h5:contains(Coursera Affiliate))
123movies.domains#?#body > div[class]:has(> div[id] > div[id] > a[href="/user/profile/premium-membership"])
office-forums.com#?#.block-body > div[class="message message--post"]:has(h4.adsense-name)
studylib.net#?#.sidebar-top-content > span:contains(advertisement)
colorlib.com#?##sidebar-inner > div.widget:has(> div.textwidget > a[href^="https://colorlib.com/out/"])
cartoq.com#?##home-wrapper div[id^="div-gpt-ad-"]:upward(1)
punchng.com#?##content > section.section-main:has(> div[class] div.recommended-stories)
howtogeek.com#?#.entry-content > p ~ div[style] > span.future_inline_clone_target:upward(1)
shockwave.com#?##page_wrapper div[class^="advertisement_"]:upward(1)
piracy.moe#?#.tab-pane > div.row:has(> div.col a[class*="-sponsored-"])
migranturus.com#?#.entry-content div.migra-adlabel:upward(1)
jagranjosh.com#?#.ls-cmp-wrap > div.iw_component:has(> div.tags > h2:contains(Related))
studytonight.com#?##body-content > div.layout_size:has(> div.asc-ads)
ptutorial.com#?#.col-lg-4 > div.well:has(> div.a2a_kit)
coinmarketcap.com#?#.cmc-body-wrapper div[class^="sc-"] + div[class*="sponsored_"]:upward(1)
mooc-list.com#?#.region > div[id^="block-"] ins.adsbygoogle:upward(div[id^="block-"])
coursecatalog.us#?#.herald-sticky > div.widget ins.adsbygoogle:upward(div.widget)
pythonbestcourses.com#?#.herald-sidebar > div.widget ins.adsbygoogle:upward(div.widget)
21stcenturywire.com#?##sidebar > div.widget > div.widget-wrap > div.textwidget > div:not([class^="twitter-tweet"]) + p > script:upward(div.widget)
activistpost.com#?#aside[class$="sidebar"] > div.widget_text:has(> h4.widget-title > span:contains(Affiliate Links))
firstthings.com#?#div:not([class^="leaderboard"]):has(> div[id^="div-gpt-ad"])
psdly.com#?#.theiaStickySidebar > div.widget:has(> div[class] > h3.jeg_block_title > span:contains(Premium Benefits))
freenulledworld.com#?#ins.adsbygoogle[data-ad-slot]:upward(2)
freecourseudemy.com#?#.ct-sidebar > div.ct-widget ins.adsbygoogle:upward(div.ct-widget)
freecoursewebsite.com#?#.inside-right-sidebar > aside.widget ins.adsbygoogle:upward(2)
asciitohex.com#?#body > .box.zone > .adsbygoogle:upward(1)
3dnatives.com#?#.widget-title > span:contains(Advertisement)
forum.devicebar.com#?#.row > div.alert-info a[href^="https://device.is/"]:upward(div.alert-info)
toptechpal.com#?##sidebar > div.widget ins.adsbygoogle:upward(div.widget)
diabetesincontrol.com#?#.theiaStickySidebar > div.widget:has(> div[class] > h4:contains(Advertisement))
medicalnewstoday.com#?#.article-body > div:not([class]):has(> div div[class]:contains(ADVERTISEMENT))
blunt-therapy.com#?#.elementor-column-wrap div.elementor-widget:has(> div[class] .elementor-heading-title:contains(ADVERTISEMENT))
dogsofthedow.com#?#.code-block:has(ins.adsbygoogle)
yourarticlelibrary.com#?##sidebar > div:has(> div[class^="code-block code-block-"][style^="margin: 8px"])
libhunt.com#?#main div.container > div.boxed:has(> div.columns a[data-event-name="promo-click"])
todayifoundout.com#?##sidebar > aside.widget:has(> div.textwidget > script[src*="exponential.com/"])
newagebd.net#?#p:contains(/^Advertisement/):upward(1)
studysite.org#?#div[style^="padding-right:10px;"] > center:has(> table ins.adsbygoogle)
studysite.org#?##containerindex > div.menu:has(> table:not([class]) > tbody ins.adsbygoogle)
washingtonpost.com#?#div[data-video-props] ~ div[class] > div.relative wp-ad:upward(3)
3movs.com#?##side_col > div.section:has(> div.block_header_side > h4:contains(Advertisement))
tut4dl.com#?#.sidebar > div.widget:has(> div.widget_text > div.textwidget > a[href^="https://rapidgator.net/"])
myuploadedpremium.de#?#.container-fluid > div.row > div.col-lg-10:contains(buy cryptos)
lawlex.org#?#.sidebar > div > ul > .widget:has(> a:not([href^="https://lawlex.org/"]))
medicalnewstoday.com#?#span ~ div[class]:has(> aside[class] div[data-empty="true"])
freecourseslab.com,freetutorialseu.com#?#.widget-area > aside.widget_custom_html:has(> div > ins.adsbygoogle)
republicworld.com#?#div[class*="mrgnbtm"] > div[id^="div-gpt-ad"]:upward(1)
examveda.com#?#div[data-fuse]:upward(1)
hentaihand.com#?#main > div.row:has(> div.container iframe[src*="o333o.com/"])
infolaw.co.uk#?#div[class^="col-"] > aside.widget:has(> h3.widget-title:contains(Advertisers))
necacom.net#?#.tm-sidebar-b > div.uk-panel:has(script:contains(google_ad_client))
tinyurl.is#?#.container .row > div[class]:has(> div[class][style]  a[href$="/NordVPN"])
thetimes.co.uk#?##article-main > div[class^="responsiveweb-sc-"]:has(#ad-header)
tellerreport.com#?#article.flex-column > div[class]:contains(/^ADS$/):upward(2)
hotcleaner.com#?#div[class]:has(> div:not([class]) > ins.adsbygoogle)
lyricsmode.com#?#.lmd-content > div.lmd-content__left:has(> div.lm-ad)
hotcleaner.com#?#body > div[class]:contains(Advertisements)
filecr.com#?#.sidebar-widget:has(> script:contains(advadsCfpAd))
stackshare.io#?##navbar_wrap ~ div[id] > div[class^="css-"]:has(> div[data-testid="Squib"] > a[rel="nofollow"] img)
studydhaba.com#?#.sidebar-main > aside.widget_text > div.textwidget > ins.adsbygoogle:upward(2)
healthy4pepole.com#?#.sidebar > div.widget_text > div.textwidget > div[id^="div-gpt-ad-"]:upward(2)
investing.com#?#.wrapper div > div.OUTBRAIN:upward(1)
upload-4ever.com#?#div[class^="my-"] > ins.adsbygoogle:upward(1)
gamcore.com#?#.all_items  > div.item:has(>  div.row > div.text > h3 > a[target="_blank"][rel="nofollow"])
mshowto.org#?#.theiaStickySidebar > aside:has(> div.textwidget > center > a[href^="https://www.vargonen.com/"])
playonlinux.com#?#.aside-menu > h1:contains(/Ads|Publicité|Werbung|Publicidad|Reklama|Реклама|Annonser|Reclame/)
hentaicloud.com#?#main > section:has(> div.container > div.row > div.col-6 > div.manga-item > div.thumbnail > a[href^="https://www.nutaku.net/signup/landing/"])
hentaifreak.org#?##content-masonry > article:has(> div.post-thumbnail-container > a[href^="https://hentaied.com/"])
reuters.com#?#h4:contains(Advertisement)
ownedcore.com#?##sidebar > li > div.smaller:has(> div.blocksubhead > span:contains(Sponsored Ads))
tubeoffline.com#?#div[style^="min-height: 2"][align="center"]:upward([class="divContent2 borderCurve otherSites"])
billboard.com#$?#.chart-list__ad { remove: true; }
thepalmierireport.com#?##secondary > div.widget:has(> div.textwidget > div[data-rc-widget])
thepalmierireport.com#?##secondary > div.widget:has(> div.textwidget > div[id^="ld-"])
dloady.com#?#.p-body-sidebar > div[class="block"]:has(h3:contains(Advertisement))
abplive.com#?#.text-center > p:contains(Advertisement)
hotcleaner.com#$?#div > ins.adsbygoogle:upward(1) { remove: true; }
nzherald.co.nz#?#.recommended-articles__heading:contains(Paid Promoted Content)
earnload.co#?#p[style]:has(> a[href][target="_blank"])
krebsonsecurity.com#?#.nobullet > li:has(> a[href^="https://www.amazon.com/"])
osuskins.net#?#.vad-container:upward(div.skin-container)
beinmatch.tv#$?##rufous-sandbox ~ div[style*="data:image/gif;base64"] { remove: true; }
reuters.com#?##content > div[class]:has(> div[style="display: none;"])
123unblock.*#$?#html { margin-top: 0 !important; }
pornpics2u.com,porngifs2u.com#?#.elementor-section-wrap > section.elementor-section:has( div[align="center"] > a > img[src^="https://adultwebmasters.org"])
hdpornmax.com#?#.container > h2:contains(Recommended)
haho.moe#?#.mirror-video > div[class] > div[title="Click to Close the Ad"]:upward(1)
xxxpicz.com#?##container > ul > li:has(> div.thumbnail > div > script.labeldollars-ads)
nakedneighbour.com#?#.content > div.block:has(> div.banner)
tube8.com#?##flvplayer > div[id]:has(> div[id] > div[id] > ins.adsbytrafficjunky)
teslarati.com#?#body div[class^="ntv-"]:not([class="ntv-title"]):has(a.ntv-headline-anchor)
mangaworld.cc#?#.container > div.row > div.col-sm-12 > div.row:has(> div.col-md-12 > div.ads)
indy100.com#?#header ~ div:matches-css(height: 250px)
tumblr.com#?##base-container aside > div[class^="_"] > div[class^="_"] > div[class^="_"] > div[class^="_"] > h1 + div[class] > div[class^="_"] div.iab_sf:upward(4)
submityourflicks.com#?#.twocolumns > div.aside:has(> div[align="center"] > b:contains(Advertisements))
hotscope.tv#?#div[class]:has(> a[target="_blank"] > div[class] > button[tabindex="0"] > div[class] > p:contains(Advertisement))
hotscope.tv#?#div[class]:has(> div[class] > div[style*="position:"][style*="absolute"] > iframe[src^="//ads2.contentabc.com/"])
chubbyporn.com#?#.twocolumns > div.aside:has(> div[align="center"] > iframe[src^="//a.realsrv.com/"])
fapnado.com#?#a:contains(Remove this ad)
ebonyo.com#?#.entry-content > center:has(> div.mobileHide:contains(Advertisement))
lewdzone.com#?#.widget_text > h4:contains(Advertisement)
newsmax.com#?##nmLeftColumn > div.nmNewsfrontStory:has(> div.sponsorLink)
androidheadlines.com#?#.entry-content > div.post-video:has(> div.video-title:contains(Sponsored Video))
lolhentai.net#?#.container div.side-box:has(> div[class] > iframe[src^="https://ads.trafficjunky.net/"])
hstoday.us#?#.widget-area > aside.widget.dasanity-single:not(:has(> div[class] > a[href$="/newsletter-ad/"]))
techspot.com#?#.news_container > article:has(> div[data-ns="largerectangle"])
filecr.com#?#main > div.card-content:has(> script:contains(advads))
videosection.com#?#.player-detail__tabs > div.player-detail__tab:contains(Advertisement)
cpomagazine.com#?#body div[class]:has(> div[class^="cpoma-articles-inline-"])
xdarom.com#?#.sidebar-main > aside:has(> div.textwidget > p > ins.adsbygoogle)
wisn.com#?#.article-content--body-text > div.article-content--body-wrapper-side-floater:has(> div.ad-rectangle)
letfap.com#?#.box > center:has(> span[id^="ad-top-"])
ladsnbastands.com#?##secondary > section:has(> div.textwidget ins.adsbymahimeta)
youngpornvideos.com#?#.sidebar div[class]:has(> a[href^="https://a.bestcontentoperation.top/"])
onlinemschool.com#?#div[style*="!important;"]:has(> img)
kiktu.com#?##secondary > div.widget:has(> div.code-block > script[src^="https://www.highprofitnetwork.com/"])
alltutorialsworld.com#?##secondary > aside.widget_text:has(> div.textwidget > ins.adsbygoogle)
radio.net#?#header ~ div[class]:has(> div[class] > div[id^="RAD_NET_"])
mamalisa.com#?#.row div[class] > div[style]:contains(Advertisement)
fapnado.com#?##list_videos_related_videos > center:contains(Advertisement)
pinkvilla.com#?#div[style]:has(> span:contains(Advertisement))
pinkvilla.com#?#li:has(> div[style] > span:contains(Advertisement))
pinkvilla.com#?#.articles > ul#latestArtGal > li.fullWidth:has(> div#taboola-below-home-thumbnails)
giga-down.com#?#.captcha > div.download-option-btn:has(> button > a[href^="https://www.google.com.eg/"])
germs.io#?##menuCenter > div.card:has(> div.row div#germs-io_300x250)
bombarena.io#?##spaceBarIndicatorContainer td[style]:has(> div.ribbonTitle:contains(Advertisement))
shootem.io#?#body > div[id]:has(> div[id] > div.ympb_target_banner)
vrsumo.com#?#aside div.box-container:has(> div.inner-box-container a[target="_blank"]:contains(Ads by))
flyflv.com#?#.box > div.content:has(> div.line > a#joinLink)
larvelfaucet.com#?#.row > div[class]:has(> div:only-child > a[href]:contains(advertise))
pocketgamer.com#?#.fence > article.content-block:has(> h3:contains(ADVERTISEMENT))
kentonline.co.uk#?#.PageContent > div.SiteContentBlock:has(> div#TaboolaMain)
foobar2000.com#?#body table[style]:has(> caption:contains(advertisement))
hometheaterforum.com#?#.uix_sidebar--scroller > div.block:has(> div.block-container > h3:contains(Forum Sponsors))
windowschimp.com#?#.inside-right-sidebar > aside.widget:has(> div.textwidget a[target="_blank"] > img)
thetakeout-com.cdn.ampproject.org#?#article > div[class]:has(> div[class] > p[class]:contains(Advertisement))
thewindowsclub.com#?#.sidebar > aside.widget:has(> div.textwidget > span[id^="ezoic-pub-ad-placeholder-"])
healthline.com#?#article > div:not([class]):not([id]):has(> section > div > div > div > div:contains(ADVERTISEMENT))
macmillandictionary.com#?##topslot_container:has(> #ad_topslot)
aetherhub.com#?#.inner-content > div.row div.card:has(> div > div[id^="zone"])
watchpornx.com#?#aside > div.widget_execphp:has(> div[class] script[type])
totaljerkface.com#?##container div[id="mainContainer"]:has(> div[id="adContainer"])
myshows.me#?#main > div[style^="min-height"]:has(> div[id^="ad-wmg-container-"])
tunefind.com#?#ul[class^="MainList__container"] > li:has(> div[class^="AdSlot"])
tunefind.com#?#.media-body:contains(advertisement)
wooordhunt.ru#?##content > div[style*="min-height"]:not([id]):has(> .adsbygoogle)
flutenotes.ph#?#.sidebar > div.widget:has(> div.widget-content > div[id^="headline"])
torlock.com#?#article > table:has(> tbody > tr > td > div.warn)
eyerollorgasm.com#?#footer div.four-columns-footer > section.widget:has(> h2.widget-title:contains(Advertisments))
adulthub.ru#?##main > div.container > div.row > div[class] > div.widget > div.title:has(> h3:contains(/Partners$|Live Girls/))
reclaimthenet.org#?#.s-post-content > div.code-block:has(> a[href^="https://reclaim.link/"])
miohentai.com#?##sidebar-right > div.related-post > div.related-post-header:contains(Advertisement)
dotabuff.com#?#.container-inner > div.header-content-container + div[class] > div[class]:has(> div[style] a[target="_blank"] > img)
gamulator.com#?#.container > div.row > div[class^="col-"]:has(> ins.adsbygoogle)
tecadmin.net#?##sidebar > div[id^="custom_html-"]:has(> .custom-html-widget > strong > .adsbygoogle)
criticecho.com#?##right-sidebar > div.inside-right-sidebar > aside.widget:has(> div.textwidget > div[id^="amzn-assoc-ad-"])
sexvid.xxx#?#.spots_thumbs > .spots_title:contains(Advertisement)
8muses.com#?#.gallery > a.t-hover:has(> div.image > iframe[src^="/banner/"])
filecr.com#?#.sidebar > section.widget:has(> div.textwidget ins.adsbygoogle)
jnovels.com#?#aside > div.widget_text:has(> div.widget-content > div.textwidget > ins.adsbygoogle)
bitcointalk.org#?#.bordercolor > tbody > tr:has(> td > table > tbody table[width="100%"][class] + [class] a[href])
ooodesi.com#?#.main-content > div.mag-box:has(> div.container-wrapper > div.clearfix script[src^="https://a.exosrv.com/"])
txxx.*#?#.video-content > div:first-child > div[class]:has(> div > a[href="#"])
txxx.*#?#.page-video > div.video-videos-slider ~ div[class]:matches-css(justify-content: center)
camseek.tv#?#.content > div[style]:has(> div.embed-container > iframe[src^="https://chaturbate.com/"])
simpleflying.com#?#.sidebar > div.widget:has(> div.title-block-wrap > h5.title-block:contains(Featured Video))
whowhatwear.co.uk#?#.suggested__section > .card__group > .card__item:has(> div[class^="placement__wrapper"])
footwearnews.com#?#.slick-track > .slick-slide:has(> article > .admz)
zmovs.com#?#.jscroll-inner > div.jscroll-added > div.in-gallery-spot:has(> div[class]:contains(Advertisement))
stackabuse.com#?#.sidebar > .widget:has(> .ad)
stackabuse.com#?#.sidebar > .widget-sticky:has(> div > div > .ad)
bluemoongame.com#?#.relative > section:has(> div.section-content > div.row > div.col > div.col-inner > div.box a[rel^="sponsored"])
petri.com#?#.content_sidebar > div.widget:has(> div.widget_header > h6.title:contains(Sponsors))
horriblesubs.info#?##secondary > div.well:has(> div.showpage-sponsor)
btcnewz.com#?#.row > div[class^="col-md-"]:has(> div.panel > ins.adsbygoogle)
nitroflare-porn.com#?#.box > h3:contains(NitroFlare)
pornktube.porn#?##main_content > div.pornkvideos:has(> div.wrap > h2 > a:not([href^="https://www.pornktube.porn/"]))
scores24.live#?#.__ProfileFeed > div > div.__CommonPane:has(> div > div > div[style="position:relative;"] > a[target="_blank"])
merriam-webster.com#?#.right-rail > div[id$="-sticky-wrapper"]:has(> div > div[class^="mw-ad-slot"])
dailyprogress.com#?#.tncms-region:has(> div.panel-body > section.block > div.clearfix > div.block-title > div.block-title-inner > h3:contains(Recommended for you))
dailyprogress.com#?#.card-img-md > div.card-panel:has(> div.panel-body > article.clearfix > div.card-container span.label-flag-promotion)
weartesters.com#?#.sidebar-content-inner > div:has(> div > div > div[id^="weartesters_300x250"])
weartesters.com#?#.sidebar-content-inner > div:has(> div > div > div[id="taboola-right-rail-thumbnails"])
ohentai.org#?#.videobrickwrap  > div.videobrick:has(> div.videoadintro)
pons.com#?##wrap > div[style]:has(> #ad-leaderboard__container)
siouxcityjournal.com#?#section.block:has(> div.clearfix h3:contains(Ads))
pantagraph.com,siouxcityjournal.com#?#.block-title:has(> div.block-title-inner > h3:contains(Recommended))
designoptimal.com#?#.widget-area > aside.sidebar-widget:has(> div.textwidget:only-child ins.adsbygoogle)
timesofindia.indiatimes.com#?#.as_article > div.article_content > div[class*=" "]:has(> div > div > a[onclick])
timesofindia.indiatimes.com#?#.sidebar > div[class*=" "]:has(> div > div > a[onclick])
timesofindia.indiatimes.com#?#.main-content > div.article_content~div[class*=" "]:has(> div > div > a[onclick])
wakefieldexpress.co.uk#?#div[class] > section:has(> div.slab > div.slab__inner > div.dy-editorial-wow)
healthline.com#?#.article-body > div:has(> aside[class] > div > div[class] > div[data-ad="true"])
healthline.com#?#div > div[class^="css-"]:has(> ins#ad-pb-by-google)
thelibertydaily.com#?#.widget-box:has(> div.widget-text > div.powerinbox > div.pi_header)
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 > div.video__inner > div > div:not([class]):contains(Advertisement)
levelsex.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à|广告|Реклама/))
rumormillnews.com#?#p:has(a[target="_blank"])
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)
5movies.to#?#.links > ul > li.download:contains(Download in HD)
iplocation.net#?#section > div.container div.widget:has(> div.widget_title > h3:contains(Advertisement))
wallpaperstudio10.com#?#.col-md-5 > div[class="card card-body"]:has(> div.text-center > ins.adsbygoogle)
sexy-youtubers.com#?#.td-ss-main-sidebar > aside.widget_text:has(script:contains(ad_idzone))
sexy-youtubers.com#?#.site-sidebar > aside.widget:contains(var ad_idzone)
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))
beemp3s.net#?#[class="col-md-12 text-right"] > small:contains(Advertisement)
nbk.io#?#.overlay_section.left:has(> div#leftContent > ins.adsbygoogle)
nuvid.*#?#.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"])
jav789.com#?#.container > div.box:has(> div.porn-videos-ads)
pervclips.com#?#.cut_block > .block > .heading > h2:contains(Ad)
katestube.com#?#.video-control:has(> span.text_adv)
pornboss.org#?##menu-menue-1 > li:has(> a[href^="http://toplist.raidrush.ws/"])
yeptube.com#?#.wrapper > div.container:has(> div.c-title > div.c-medtitle-output > h2.c-mt-output:contains(Advertisement))
thebody.com#?#font[color="#999999"]:contains(Advertisement)
ghacks.net#?##sidebar > strong:contains(Advertisement)
emuparadise.me#?#.row > div.col_3 > div.left-menu:has(> div#ad160)
vol.az#?##esas > [class] > .basliq4:contains(Reklam)
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)
shabdkosh.com#?#.col-sm-4 > h3:contains(Sponsored Link)
shabdkosh.com#?#.col-lg-4 > h1:contains(Sponsored Link)
bradsknutson.com#?##blog-widgets > p + h2:contains(Check These Out)
toolslib.net#?#[class="col-lg-4 col-md-6 col-sm-6"]:has(.custom > div.custom-label > span:contains(Advertising))
camwhores.tv#$?#body > div[style*="position"][style*="box-shadow"]:has(> a[href^="https://t.hrtyj.com/"]) { position: absolute!important; left: -3000px!important; }
amazon.*#?#.s-widget > [data-cel-widget^="MAIN"] > [data-cel-widget^="tetris"] > div[id^="CardInstance"][class^="_tetris-"]:upward(3)
amazon.in#?#.s-result-item div[class^="_multi-card-creative-desktop_Container_container__"][data-card-metrics-id]:has(> div[class^="_multi-card-creative-desktop_DesktopContainer_adLabelContainer__"])
bleepingcomputer.com#?##ips_Posts > .post_block:has(div.apb)
wolframclient.net#?#.post-content > div:has(ins.adsbygoogle)
windows10gadgets.pro#?#.content-box > .row > .col-1-4:has(>.wrap-col > .item-content > .adsbygoogle)
royalroadl.com#?#.portlet-body > h6.bold:contains(Advertisement)
loks.us#?#.splash.container > .row > .col-md-5:has(>.ads)
javadecompilers.com#?#.row > .col-xs-12.col-md-5:has(>.row > .adsbygoogle)
dcode.fr#?#div[id^="right"] > .heading_bar:contains(Sponsored ads)
audiobookbay.*#?#.torrent_info tr:has(a[rel=nofollow]:not([href^="/download?"]))
audiobookbay.*#?##rsidebar > ul > li > h2:contains(/^AD$/)
download.hr#?#.add_center_big:has(>.adsbygoogle)
download.hr#?#.add_responsive_right_box:has(>.adsbygoogle)
yeswegays.com#?#.header > .nav > ul > li:has(> a[href^="https://www.flirt4free.com/"])
corporationwiki.com#?#.sidebar-container > .card:has(>.card-header:contains(Advertisements))
findgaytube.com#?#.random-container > .wrapper > .b-head-title.recommend:contains(Advertisement)
onlydudes.tv#?#.b-randoms-col > .b-head > h3:contains(Sponsored by:)
pajiba.com#?##burstBox > h2:has(> b:contains(Advertisement))
pajiba.com#?##burstBox > h2:has(> b:contains(Advertisement)) + hr
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)
giveaway.su#?#.content > div.row > div.col-md-4:has(> div.definetelynotanad)
putlockers.tv#?#.conteudo > h2[style]:contains(Sponsored Content)
dailyfx.com#?#center > span:contains(Advertisement)
wesh.com#?#.article-content--body-text > .article-content--body-wrapper-side-floater:has(>.ad-rectangle)
codingforums.com#?##sidebar_container > #sidebar:has(span.blocktitle:contains(Sponsored Ads))
graphicex.com#?##rightsidebar > .mainbox:has(> div.modules > div.blocktitle > h3:contains(Advertising))
reuters.com#?#.sectionContent > .module-header > .module-heading:contains(Sponsored)
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)
10news.com#?#.ob-widget-items-container > li.ob-dynamic-rec-container:has(> a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"])
youramateurporn.com#?##videoTopCarousel:has(a[target="blank"][rel="nofollow"] > img)
apkpure.*#?##iframe_download + .slide-wrap > .bd > .tempWrap > ul[style^="width: 1656px;"] > li[style*="float: left; width: 828px;"]:has(> a[href^="https://yaksgames.com/?utm_source"])
readonepunchman.net#?##main > .chapter_coin > center:has(.adsbygoogle)
readonepunchman.net#?##main > .code-block-1:has(.adsbygoogle)
timesnownews.com#?#.right-block > div[class^="section-"]:has(> .ad-div)
updatesmarugujarat.in#?##adsense-target .tr_bq > span:contains(Advertisement)
porn300.com#?#.primary-nav > ul.main-menu > li.main-menu__item:has(> a[href^="http://traffic.bannerator.com/"]#tabcams-desk)
gaypornempire.com#?#.item-page-stats > .item-list:contains(Advertisement)
swatchseries.to#?#.block-left-home > .block-left-home-inside[style]:has(>a[href="/westworld-watch.html"][rel="nofollow"] > img)
mangarock.com#?#.row > .col-lg-4 > div[class^="_"]:has(div[id^="taboola-"])
gamecode.win#?#.container > .row > .col-sm-4.text-center.white:has(> .adsContainer)
superyachtfan.com#?#[id^="frag_"]:has(> .adsbygoogle)
mail.google.com#?#.aeF > .nH > .nH[role="main"] > .aKB:has(> div)
softpedia.com#?#.main > div[class^="container_"] > div[class$="_30 grid_48"]:has(> .dlcls > span.promoted[style])
readheroacademia.com#?##main > .chapter_coin > center:has(> h3 > strong:contains(Advertisement))
readheroacademia.com#?##main > .code-block[style] > center:has(> h3 > strong:contains(Advertisement))
mylust.com#?#div[class^="span"] > div.box:has(> div.title:contains(Advertisement))
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/"])
caminspector.net#?#.container > .headline:has(> h2:contains(Web Girls - Online Now!))
yourdailypornvideos.com#?#.span8.column_container > article[id^="post-"] > p[style^="text-align: center;"]:has(a[href^="https://www.brazzersnetwork.com/landing/"][target="_blank"])
paksociety.com#?#.textwidget > p > b:contains(Advertisement)
fpo.xxx#?#.block-video > .table:has(> .opt > [id^="mp_spot_"])
ghanaweb.com#?##ads > .ad:has(>.adsbygoogle)
celebitchy.com#?##sidebar > .hotposts:contains(Advertisements)
n4mo.org#?##sidebar > .sidebar-box:has(> .custom-html-widget > a[href^="https://keep2share.cc/"] > img)
tejji.com#?#.ip_url_convert + table td > span:contains(Advertisement)
siterankz.com#?#.chartcontainer > .infotable:has(ins.adsbygoogle)
rentanadviser.com#?##ctl00_ContentPlaceHolder1_lblvideos > .videocontainer:has(> .reklamcontainer)
newatlas.com#?#.js-recommendations-inner > section:has(div[id*="taboola"])
mirrorace.com#?#.uk-article > .uk-card-default > h1 + .uk-card-secondary:has(> .uk-grid-medium > div > button.vpn-download)
lo4d.com#?#ul > li.feedb2.bbcr:has(>.glbt > .adsbygoogle)
lo4d.com#?#.Bcolumn_2 > div:not([class]):not([id]):has(>.glbt > .adsbygoogle)
proapkmod.com#?#.isotope-active > .item-isotope:has(.adsbygoogle)
freethesaurus.com,thefreedictionary.com#?##sidebar > .widget:not([id]):has(>.holder > a[href])
add0n.com#?#.content tbody > tr:first-child:contains(Advertisement)
add0n.com#?#.content tbody > tr:first-child:contains(Advertisement) + tr
cryptomininggame.com#?#.col-lg-3 > .panel:has(>.panel-heading > h2:contains(Advertisements))
wuxiaworld.com#?#.row > .col-md-4 > #widget_0:has(>.panel-heading:contains(Advertisement))
genesisowners.com#?##sidebar > li > .block:has(> .blocksubhead > span.blocktitle:contains(Genesis Ads))
smarturlref.net#?#body > center > p > b:contains(Advertisement)
kpliker.net#?#center > p:contains(Advertisement)
androidcentral.com#?#.article-body > .article-body__section > p + div[style*="text-align: center;"][style*="display:"][style*="!important"]:not(p):contains(Advertisement)
vipleague.bz#?#.collapse.show > div[class]:contains(Betting)
xtube.com#?#.wrapper > .container:has(>[class] > .adContainer)
wikifeet.com#?#.dashboard > div[style^="float:"]:has(> div.dashad)
mywebtimes.com#?#.side > div.innertube:has(> aside > div.bundle > div.promo)
playtube.pk#?#.container > .panel-default:has(> .panel-body > .adcode)
upload.ac#?#.row > .fmore:has(> a[href^="https://bit.ly/"])
prostylex.org#?#.wrapper > div[style*="text-align"]:has(> a[href^="https://trustaffs.com"])
askvg.com#?##sidebarHome > p:contains(/^Advertisements$/)
ratemyprofessors.com#?##container > .sticky-wrapper:has(> .ad.GAM)
manatelugumovies.cc#?#center > h6:contains(Advertisement)
manatelugumovies.cc#?#.sidebar > h6:contains(Advertisement)
unblocked.to#$?#html { margin-top: 0 !important; }
investmentwatchblog.com#?#.inside-right-sidebar > aside[id^="custom_html-"]:has(> div.textwidget:empty)
investmentwatchblog.com#?#.inside-right-sidebar > aside[id^="custom_html-"]:has(> div > script[src^="//ads.investingchannel.com/"])
vosizneias.com#?#.body > div[style^="position: relative;"]:has(> #gruuvAd)
rutracker.appspot.com,pornolab.biz,pornolab.cc,pornolab.lib,pornolab.net,rutracker.cr,rutracker.lib,rutracker.net,rutracker.nl,rutracker.org#?#.vf-table > tbody > tr:not([data-topic_id]):has(> td > a[class^="ref-"])
free-mockup.com#?##main > #secondary > div[style*="text-align: center; margin: 0 auto 15px;background: white;"]:has(> .adspot-title)
imtranslator.net#?#td:has(div[style="border:0px; margin-top:8px;width:728px;height:90px;"])
multiup.io,multiup.eu,multiup.org#?#.panel-body > .row > .col-md-4:has(> .panel > .panel-footer > a[href^="/download-fast/"][namehost^="UseNe"])
kickass.love,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.love,kickass.vc#?#.commentsLeftModule > style + div[id]:has(> div[id] > a[href="/k/?q=q"][target="_blank"])
discordbots.org#?#.bot-list-section > .columns > .column:has(> .content > .info > span.lib:contains(Promoted))
smarthomebeginner.com#?#.theiaStickySidebar > .widget:has(> div > div[class^="shb-"][class*="-placement"])
texastech.forums.rivals.com#?#.mainContent > .sectionMain.funbox:has(.funbox_forum_view_above_thread_list > div > a[href][target="_blank"] > img)
theseotools.net#?##rightCol > .well:has(> .sideXd > p > a[href^="http://deal.ink/Grammarly"])
msn.com#$?#.swipenav > li:has(>a.nativead) { remove: true; }
macrotrends.net#?##main_content > div[style*="background-color"][style*="text-align"][style*="min-height:"]:has(>#ic_728_90)
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"])
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"])
bleepingcomputer.com#?#.cz-post-comment-wrapp + .cz-related-article-wrapp:has(> .adsbygoogle)
nsfwyoutube.com#?#.embed-container > h2:contains(Watch the Featured Video of the Day)
vivatube.com#?#.container.mt15 > .c-title:has(> .c-normtitle-output:contains(Reklam))
ccn.com#?#.theiaStickySidebar > #text-31:has(> .widget-title:contains(Advertisement))
reblop.com#?#.td-block-row > div[class^="td-block-span"]:has(a[href^="https://t.frtyo.com/"])
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#?#section[aria-labelledby="new-york-section"] > div > div[class^="css"] > #pp_morein-wrapper:upward(1)
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#?#div[data-testid="block-Well"] > div[class^="css-"] > [class^="css-"][data-well-section="well-section"]:has(> div[class^="css-"] > div > .ad)
mensxp.com#?#.mb-50 > div[class*=" "]:has(> div > div > a[onclick])
pcsteps.com#?#.entry-content > p > strong:has(a[href^="https://www.pcsteps.com/cyberghost-pcsteps-deal"])
robot-forum.com#?##quickModForm > .windowbg2:has(> .post_wrapper > h4.member-r:contains(Advertisement))
gizchina.com#?##vwspc-section-2 > .container > .row > .vwspc-section-content:has(> #ad-slot2)
sammobile.com#?#.owl-stage > .owl-item:has(a[href*="/sponsored"])
sammobile.com#?##latest_news .item:has(a[href*="/sponsored"])
gtainside.com#?#.container > .col-sm-6:has(> .box_grey.ad)
gtainside.com#?#.container > .row > .col-sm-6:has(> .box_grey.ad)
ign.com#?#.broll.wrap > .tbl > article:has(a[href*="/promoted/"])
hackedonlinegames.com#$?#div[class=""][style^="display: block !important; visibility: visible !important;"] { remove: true; }
economictimes.indiatimes.com#?#.pageContent > .articleSep:has(div[class*=" "] > div > div > a[onclick])
economictimes.indiatimes.com#?#.tabdata > div[class*=" "]:has(> div > a[onclick])
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#?##app > #site-content > div[class] > div[class^="css-"] > div[class^="css-"][class*=" "]:has( div[class^="css-"][class*=" "] > .ad)
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#?#div[data-testid="block-Well"] > div[class] > div[data-well-section="well-section"]:has( > div[class] > .ad)
wordexcerpt.com#?##main-sidebar > .widget_text > div[id^="custom_html-"].default:has(> .c-widget-wrap > .font-heading > h4:contains(Advertisement))
easyvoyage.co.uk#?#.code-block > div[style*="text-align"]:contains(ADVERTISEMENT)
opensubtitles.org#?#div[class="msg"][style="padding: 10px;"] > div:has(> iframe[src^="ads2.opensubtitles.org"])
appsgeyser.com#?#.row > .col-md-12 > .powerwidget.green:has(> header:contains(Advertisement))
heidisql.com#?##content > .bordered-box:has(> .adsbygoogle)
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))
goalnepal.com#?#.highlights > .items:has(> .boundary-box > .adsbygoogle)
brisbanetimes.com.au#?#article > section > div[class] > .noPrint:has(> div > div > div[id^="adspot-"])
ihackedgames.com#?#div[class][style*="!important;"] > a[href][style*="!important;"]:has(> img[style*="!important;"])
dnslytics.com#?#.row > .col-xs-12[style="margin-top: 20px;"] > .row > .col-lg-5:has(>.adboxcontentsum)
thesaurus.com#?#aside[class^="css-"] > aside[class^="css-"] > aside[class^="css-"]:has(> div[id^="thesaurus_serp_"])
mangarock.com#?#div[class="col-12 col-lg-8"] > div[class]:has(> iframe[title^="Adtrue"])
dutchycorp.space#?#center > p > b:contains(Advertisement)
timesofindia.indiatimes.com#?#.main-content > div[style="display: none !important;"] ~ div:has(> div > div > a[onclick][rel="nofollow"] > span)
opencritic.com#?#.table-view > .row.d-md-block:has(> .col > app-advertisement)
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-"])
radioforest.net#?#.col_right > .box:has(> .col_title:contains(Advertisement))
shortzon.com#?#.col-md-12 > #link-view > center:contains(Sponsored Links)
pornpics.com#?##container2 > div:has(> span:contains(Brought By:))
adultwalls.com#?#.sidebar .panel:has(h3.panel-title:contains(Sponsors))
adultwalls.com#?#.sidebar .panel:has(h3.panel-title:contains(Our Friends))
spaste.com#?#.pasteContent > b:contains(Weekend Sale Live - Buy Brazzers, Mofos, RK, DP etc. Just for $9.99 How ?)
kickass.ws#?#.tabNavigation:has(> li > a.selectedTab > span:contains(Recommended by us))
kat.rip,kickass.ws,kickass.love,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"])
tubeon.com#?#.envelope-coverap > div.contain:has(> div.livecams)
tubeon.com#?#.contain > div.c-appellation:has(> div.c-medappellation-output > h2:contains(/Advertising|Reklama|Werbung|Publicité|Anuncio|Advertentie|Pubblicità|Anúncio|Реклама|広告/))
tubeon.com#?#.envelope-coverap > div.contain:has(> div.c-appellation > div.c-medtitle-output > h2:contains(/Advertising|Reklama|Werbung|Publicité|Anuncio|Advertentie|Pubblicità|Anúncio|Реклама|広告/))
pandamovies.pw#?#.wrap > .rightdiv1:has(> .rightdiv1content > a[href][rel="nofollow"])
gamesradar.com#?##sidebar > div > div:contains(Advertisement)
kizi.cm#?#div[class*="game"] > .sidebanner:has(> .main-game > .title-special  > div > center > h2:contains(Advertisement))
windows101tricks.com#?##sidebar-primary-sidebar > .primary-sidebar-widget > .section-heading > span.h-text:contains(Advertisement)
inputmag.com,bustle.com,inverse.com#?#div[data-adroot] > div[class*=" "]:has(> div[id^="ad-"]:only-child)
inputmag.com,inverse.com#?#body > header + div[class] > div[class*=" "]:has(> div[id^="ad-"]:only-child)
inputmag.com,inverse.com#?#article > div > div[class*=" "] > div[class] > div[class*=" "] > div[class*=" "]:has(> div[id^="ad-"]:only-child)
png.is#?#.grid > .grid__item > img[onload="reloadma()"] + .alert-info:contains(/^These ads help/)
png.is,nohat.cc#?#.grid > .grid__item[style*="min-height: 250px; position: absolute;"]:has(> .adsbygoogle)
elitepvpers.com#?#.page > div[style="padding:0px 10px 0px 10px"] > .smallfont[style*="padding-bottom:"]:contains(/^Advertisement$/)
cryptopotato.com#?##sidebar section.widget:has(> div.widget-inner > div.textwidget div.widget-image > center > span:contains(ADVERTISEMENT))
station-drivers.com#?#aside[class^="tm-sidebar-"] > .uk-panel > .bannergroup:upward(1)
station-drivers.com#?#.body-innerwrapper > #tm-bottom-a > .uk-container > .tm-bottom-a:has(> div[class^="uk-"] > .uk-panel-box > .bannergroup)
station-drivers.com#?#.body-innerwrapper > #tm-top-b:has(> .uk-container > section.tm-top-b.uk-grid > div[class^="uk-"] > .uk-panel-box > .bannergroup)
f150forum.com#?#form[method="post"][id="notices"]:has(> div.tbox > div > div.tcell:contains(Topic Sponsor))
f150forum.com#?#.page.column > div.tbox:has(> div.trow > div.tcell > div.flexitem > div.forum_sponsor_add)
forum.team-mediaportal.com#?#.block-container > .js-replyNewMessageContainer > div[style^="min-width:250px;min-height:250px;"]:has(> .adsbygoogle)
forum.team-mediaportal.com#?#.block-container > .js-replyNewMessageContainer > div[style^="min-width: 250px; min-height: 250px;"]:has(> .adsbygoogle)
elamigosedition.com#?#.video-box > center:has(> a[rel="nofollow"] > img)
fossbytes.com#?#.td-ss-main-sidebar > .ai_widget:has(> .code-block > .adsbygoogle)
fossbytes.com#?#.td-ss-main-sidebar > .ai_widget:has(> .block-title > span:contains(/^Advertisement$/))
afly.us#?##link-view > .form-group + div:not([class]):not([id]):has(> center:contains(/^Advertisement/))
cointelegraph.com#?#.posts-listing__list > li.posts-listing__item:has(> div.posts-listing__bnr)
servedez.com#?##sp_right > .sp_block_section:has(> #sp_block_20 > .windowbg > .sp_block > a[href="https://nexusbytes.com"] > img)
mmo-population.com#?#.row > .col-sm-12 > .card-box:has(> .adsbygoogle)
mmo-population.com#?#.row > .col-xl-12 > .card-box:has(> .m-b-20 > .adsbygoogle)
fxempire.com#?#div[class^="fx-grid__Header-sc-"] div[class^="Positions__Absolute-sc-"] > div[class^="Card-sc-"] > div[class^="Card-sc-"] > span:contains(/^Advertisement$/)
fxempire.com#?#div[class^="fx-grid__Content-sc-"] > div[class*="fx-grid__RowSystem-sc-"]:has(> div[class*="fx-grid__ColSystem-sc-"] span[class^="Span-sc-"]:contains(/^Advertisement$/))
fxempire.com#?#div[class^="fx-grid__MainContent-sc-"] > div > div[class*="fx-grid__RowSystem-sc-"] > div[class*="fx-grid__ColSystem-sc-"] > div[class*="fx-grid__RowSystem-sc-"]:has(> div[class*="fx-grid__ColSystem-sc-"] > div[class^="Card-sc-"] > div[class^="Card-sc-"] > div[class^="Card-sc-"] > span:contains(/^Advertisement$/))
fxempire.com#?#div[class^="fx-grid__MainContent-sc-"] > div > div[class*="fx-grid__RowSystem-sc-"] > div[class*="fx-grid__ColSystem-sc-"] > div[class*="fx-grid__RowSystem-sc-"]:has(> div[class*="fx-grid__ColSystem-sc-"] > div > div[class^="Card-sc-"] > div[class^="Card-sc-"] button > span > span:contains(/^Sponsored$/))
fxempire.com#?#div[class^="fx-grid__MainContent-sc-"] > div > div[class*="fx-grid__RowSystem-sc-"] > div[class*="fx-grid__ColSystem-sc-"] > div[class^="Positions__Sticky-sc-"]:has(> div[class^="Card-sc-"] > div[class^="Card-sc-"] > div[class^="Card-sc-"] > span:contains(/^Advertisement/))
fxempire.com#?##content > div[class^="fx-grid__Layout-sc-"] > div > div[class^="Card-sc-"] > div[class^="fx-grid__Content-sc-"]:has(> div[class^="Card-sc-"] > div > div[class^="Positions__Relative-sc-"] > button > span > span:contains(/^Sponsored$/))
fxempire.com#?#article[class^="Post__PostArticle-sc-"] > div[class*="fx-grid__RowSystem-sc-"] > div[class*="fx-grid__ColSystem-sc-"] > div[class^="Card-sc-"] > div[class^="Card-sc-"] > span:contains(/^Advertisement$/)
fxempire.com#?#div[class^="fx-grid__MainContent-sc-"] div[class*="fx-grid__ColSystem-sc-"] > div > div[class^="Card-sc-"]:has(> div[class^="Top-"] + div[class^="Card-sc-"] > span > div > div[class^="Positions__Relative-sc-"] > button > span > span:contains(/^Sponsored$/))
fxempire.com#?#div[class^="fx-grid__Layout-sc-"] > div[class^="fx-grid__Content-sc-"] > div[class*="fx-grid__RowSystem-sc-"]:has(> div[class*="fx-grid__ColSystem-sc-"] > div > div[class^="Card-sc-"] > ul[class^="Lists"] > li[class^="Lists"] > div[class^="Positions__Relative-sc-"] > div[class^="Card-sc-"]:contains(/^Advertisement$/))
imgur.com#?#.FastGrid > .Grid-column > div[style*="height:"]:has(> .Post-item > .Post-item-container > .Post-item-meta > .Post-item-interactive-ad)
imgur.com#?#.Toaster > .Toast2--timeless:has(> .Toast2-title:contains(ADVERTISEMENT))
antdm.forumactif.com#?##main-content > #p0.post:has(> .inner > .postprofile > dl > dt > strong:contains(/^Sponsored content$/))
healthlytalks.com#?#.td-ss-main-sidebar > .td_block_template_8:has(> .textwidget > p > .adsbygoogle)
sciencealert.com#?#.section-container > .section-container-col-2 > .moduletable:has(> .custom > div[style] > div[id^="taboola-"])
lifehacker.com#?##sidebar_wrapper > div.js_sidebar_sticky_container ~ div > div > h3:contains(Popular Deals)
lifehacker.com#?##sidebar_wrapper > div.js_sidebar_sticky_container ~ div > div > h3:contains(Popular Deals) + aside
uflash.tv#?#.thumbs:has(> .native)
prostylex.org#?#.wrapper > div[style="text-align:center;font-family:Tahoma;"]:not([class]):not([id]) ~ center:has(a[href="http://slotslights.com/"])
reclaimthenet.org#?#.ezoic-ad
temp-mail.org#?#.inbox-dataList > ul > li[class]:has(> div[class="col-box"] > a > span.inboxSenderEmail:contains(/^ad\s*\|.*|^AD\s*\|.*/))
android-x86.org#?#section > h6:contains(Advertisement)
tumblr.com#?##base-container main div:not([class]):not([id]) > div[class^="_"]:not([data-id]):has(.iab_sf)
djmag.com#?#._section--row > ._teaser--container--MPU:has(> ._teaser--MPU > .pane-djmag-advert-responsive-pane)
rateyourmusic.com#?##content > .mbgen > tbody > tr > td > div[style]:has(> div[id^="div-gpt-ad"])
rateyourmusic.com#?##user_list > tbody > tr[class] + tr:not([class]):has(> td > div[style] > div[id^="div-gpt-ad"])
forum.mobilism.org#?##pagecontent > .tablebg > tbody > .row1:has(> td[align="center"][valign="middle"] > b.postauthor:contains(/^Advertisement \[Bot\]$/))
forum.mobilism.org#?##pagecontent > .tablebg > tbody > .row1:has(> .profile > table[align="center"] > tbody > tr > .postdetails:contains(/^The Advertiser$/))
forum.mobilism.org#?##pagecontent > .tablebg > tbody > .row1:has(> .profile > table[align="center"] > tbody > tr > .postdetails:contains(/^The Advertiser$/)) + .row1:has(>.profile)
pinterest.*#?#div > div[style] > div[data-grid-item="true"]:has(div[data-test-pin-id] a[rel] div[class][style] > div[class]:last-child:matches-css(before, content:/Promoted\s*by|Promowane\s*przez|Sponsorisée\s*par|Рекламный\s*пин|Рекламодатель|Gesponsord\s*door|広告|Promocionado\s*por|Promovido\s*por/))
pinterest.*#?#div > div[style] > div[data-grid-item="true"]:has(div[data-test-pin-id] :is(span, a div[title]):contains(/Promoted\s*by|Promowane\s*przez|Sponsorisée\s*par|Рекламный\s*пин|Рекламодатель|Gesponsord\s*door|広告|Promocionado\s*por|Promovido\s*por/))
xxxhentai.net#?#.gallery-list > div[itemprop='associatedMedia'] ~ div:not([class]):not([id]):not([itemprop]):has(> .tac > .admin-frame-wrap > div > iframe[width="300"][height="250"])
reallifecamsex.xyz#?#.col-md-sidebar > .widget > .pm-section-head > h2:contains(Advertisment)
readmng.com#?#.row > .col-md-12.page_chapter:has(> .ads-title)
readmng.com#?#.row > .col-md-12.page_chapter[style^="min-height:"]:has(> center > .OUTBRAIN)
readmng.com#?#.col-md-4 > div[style^="padding-top"]:has(> .apester-media)
readmng.com#?#.col-md-4 > div > center[style^="min-height:"]:has(> div[id^="div-gpt-ad"])
readmng.com#?#.col-md-4 > .title:has(> h3:contains(/^Sponsored (Content|Website)$/))
gamcore.com#?#.slides > .item:has(> h4 > a[href^="https://gamcore.com/pzdc"])
gamcore.com#?#.all_items > .item:has(> .row > div[class] > h3 > a[href^="https://gamcore.com/pzdc"])
spyur.am#?##footer > div[class]:has(.baner_footer)
kimcartoon.xyz#?#.col-md-4 > section.widget_text:has(> .textwidget > p > [id^="BB_SLOT_"])
kimcartoon.xyz#?#.col-md-12 > section.widget_text:has(> .textwidget > center > div[id^="bg_"])
a2zapk.com#?#.ArticleLand > .DownLoadBotton + .Clear ~ small:contains(/Grab Limited Offer!|Earn Huge Money/)
androidcentral.com#?#.article-body > .article-body__section > .article-body__aside:has(> p.caption > img[alt="Zagg Ad Hero"])
gogodl.com#?#.mb-5.align-items-end > .col-lg-6:has(> .adsbygoogle)
mygc.com.au#?#.entry-content > .code-block[style]:has(> div[id^="div-gpt-ad"])
freep.com#?#.more-stories-content:has(> div[id="js-taboola-wrapper"])
wowroms.com#?##sandBox-wrapper > .ulromlist > li.element:has(> .row-container > li > .adsbygoogle)
1819714723.rsc.cdn77.org#$?##player #layerName_postroll { remove: true; }
1819714723.rsc.cdn77.org#$?##player #layerName_preroll { remove: true; }
yahoo.com#?##YDC-Stream > ul > li.js-stream-content:has(> div > div > span > a[href^="http://help.yahoo.com/kb/index?page=content&y="][rel="nofollow noopener"])
courseforfree.com#?##secondary > aside[id^="custom_html-"]:has(> .textwidget > .adsbygoogle)
asia-mag.com#?##secondary > aside[id^="text-"]:has(> h3 > span:contains(/^PARTNER ADS$/))
techinferno.com#?#.ipsWidget > div[class^="ipsWidget_inner"]:has(> p > a[rel="external"])
moviesand.com#?#.twocolumns > .aside > div[style*="font-weight: bold;"][style*="text-align: left;"][style*="background-color:"]:contains(/^Sponsored Content$/)
dignited.com#?#.single-content > div.center > small:contains(/^Advertisement - Continue reading below$/)
cointelegraph.com#?#.post-preview-list-cards > li.post-preview-list-cards__item:has(> div.post-preview-item-banner)
cointelegraph.com#?#.affix-sidebar__widget > div.sbar-area-wrap_with-footer:has(> div.sbar-area-wrap__header > a[href="/advertise-with-bitcoins"])
grammarist.com#?##wrap > div[style="width:100%;"] > center > div[align="center"] > small:contains(/^Advertisement$/)
hotgirlclub.com#?#aside.sidebar > .headline > h3:contains(/^ADVERTISEMENT$/)
creatorlabs.net#?#div[data-container="sidebar"] > div[id^="cc-matrix-"] > div.j-module:has(> p[style="text-align: center;"] > span:contains(Advertisement))
mangafor.com#?#div[id^="custom_html-"]:has(> .textwidget > .adsbygoogle)
mangafor.com#?#div[id^="custom_html-"]:has(> .textwidget > div[id^="rn_ad_native_"])
crackedvst.com#?#.g1-collection-items > .g1-injected-unit:has(> .g1-advertisement-inside-grid)
retrogames.cc#?#div[style] > div[class^="ejs--"] > div[class^="ejs--"] > div:not([class]):not([id]) > div[class^="ejs--"][style*="!important"]:has(> iframe[src="https://www.emulatorjs.com/ad.html"])
dailywire.com#?#footer[class^="css-"] > section[class^="css-"] > header[class^="css-"]:has(> div[class^="css-"] > span.zergattribution)
mariogames.be#?#.gameinfo tr > td:has(> div > .adsbygoogle)
webbrowsertools.com#?#body > .card.description:has(> div[style^="text-align:center;"] > .adsbygoogle)
msn.com#$?#.adslidedata-container { remove: true; }
msn.com#$?#li[data-adindex] { remove: true; }
pornpictureshq.com#?#.masonry_thumbs > div.grid > div.thumb:has(> iframe)
imdb.com#?##sidebar > div[class]:has(> span.ab_widget > div.ab_zergnet)
its.porn#?#.twocolumns > aside:not([class]):not([id]):has(> .table > div[class*="IPO-Itsporn_Native_"])
ftuapps.dev#?##secondary > aside[id^="custom_html-"]:has(> .textwidget > .adsbygoogle)
apk4all.com#?#.app-footer > div.ny-down:has(> a:not([href*="://dlapk4all.com"]))
deleted.io#?#body.route-index > section > div.container:has(> h2:contains(/^Our Sponsors$/))
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#?#div[style*="fakelightbox-overlay-"] ~ div[tabindex] > div >  div > div > div[data-redditstyle="false"]:has(> div > div > div[data-before-content="advertisement"])
techrepublic.com#?#.col-4 > div:has(> section[class^="content-mpu"])
rat.xxx#?#.heading > h2.title:contains(Advertisement)
rexporn.com#?#.mainside > div.pitem:has(> div.pitemcont > div.pitem_screen > a[target="_blank"])
bodysize.org,porngo.com,heavy-r.com,y2mate.com,niceporn.xxx,0gomovies.com,igg-games.com#$?#iframe[srcdoc*="XMLHttpRequest"] { remove: true; }
discordrep.com#?#main > div[class^="container-fluid margin_"]:has(> div > center > img.semiwide-ads)
cleantechnica.com#?#.xoxo > li[id^="text-"]:has(> .textwidget a[href^="http://cleantechnica.com/advertise/"])
cleantechnica.com#?#.xoxo > li[id^="text-"]:has(> .widgettitle > span:contains(Advertisement))
agario-play.com#?##helloContainer > div.side-container > div.agario-panel:has(> div.text-center > div[id^="div-gpt-ad"])
airmore.com#?#.aside > section:has(> h5:contains(Ads))
petapixel.com#?#.posts > .is-elsewhere:has(> .post-preview__excerpt > p > a[rel="norewrite follow external noopener noreferrer"])
pornhd.com#?##pageContent > .thumbs > li.video-list-corner-block:has(> .corner-block-element > .remove-ad-block)
disboards.com#?#.p-body-sidebar > div[style^="background-color:"]:has(> div[align="center"] > a[href^="https://www.wdwinfo.com/"])
gadgetsnow.com#?#.clearfix > div[class*=" "]:has(> div > div > a[onclick])
gadgetsnow.com#?#.sidebar > .clearfix > div[class*=" "]:has(> div > div > div > a[onclick])
mi-globe.com#?#div[class*="tdi"]:has(> div > span[id^="ezoic-pub-ad"])
medicalnewstoday.com#?#div[style="position:relative"] > article > div[class^="css-"]:has(> aside > div > div[data-empty="true"])
greatist.com,medicalnewstoday.com#?#div[id="__next"] > div[class^="css-"] > aside:has(> div:matches-css-before(content: /ADVERTISEMENT/))
greatist.com,medicalnewstoday.com#?#div[id="__next"] > div[class^="css-"] > div > section > div:matches-css-before(content: /ADVERTISEMENT/)
dl.gamecopyworld.com#?#body > center > .t2 > tbody > tr:has(> td > .lb#lb)
torrentdownloads.co#?#.inner_container > div > div[style^="float:"]:has(> a[rel="nofollow"][style^="display: block !important;" ])
extremetube.com#?##video-box > div[style^="float: right; right: 16px; position: relative;"]
bing.com#?##b_results > li.b_algo:has(> .b_caption > p:matches-css-before(content: /^(Ad|Ann\.|Annonce|Anúncio|Anzeige|Reklama|Реклама|Reclamă|Publicidade)$/))
freegames66.com#?#.B1 > #R5:has(> center > .adsbyvli)
payskip.org#?#.box-main > center:has(> div[id^="adm-container-"])
softfamous.com#?##sidebars > .sidebar:has(> .widget > .container_ads)
xanimeporn.com#?##sidebar > .sidebar-widget:has(> .widget-title > span:contains(/^Sponsor$/))
myneobuxportal.com#?#.g1-collection-items > .g1-injected-unit:has(> .g1-advertisement-inside-grid)
hiclipart.com#$?#.list_ads { remove: true; }
neowin.net#$?#.news-list > .news-item:has( > .news-item-promo > .news-item-thumb > a > .sponsored) { remove: true; }
mixloads.com#?#.container > .row > div[class^="col-md-"]:has( > .adsbygoogle)
dropapk.to#?#.container.py-5 > .row > .col-md-8:has(> .adsbygoogle)
ipornia.com#$?#.cj-foot { remove: true; }
mumbaimirror.indiatimes.com#?#.home-widgets > ul > li > div[class*=" "]:has(> div > div > a[onclick])
desktophut.com#?#.gridlove-content > .adsfront:has(> center > .adsbygoogle)
imgtaxi.com#?#.sidebar > div:has( > iframe[src^="frame.php?"])
imgtaxi.com#?#.sidebar > h3:has( > a:contains(Recommended))
mi-globe.com#?#.widget_custom_html:has(> div.custom-html-widget > span[id^="ezoic-pub-ad-"])
link.almaftuchin.com,link1s.com,cravesandflames.com,novelsapps.com,cybertechng.com,shorturl.unityassets4free.com,download.windowslite.net,novelssites.com,pndx.live,shortlink.prz.pw,baominh.tech,za.uy,coinsparty.com,enagato.com,clikern.com,webshort.in,linkmit.us,oncehelp.com,tui.click,adpop.me,adnit.xyz,fwarycash.moviestar.fun,clickhouse.xyz,bloggingguidance.com,charexempire.com,adnet.cash,cryptoads.space,okec.uk,paidtomoney.com,za.gl,pureshort.link,curto.win,4rl.ru,url.namaidani.com,xz2.xyz,doctor-groups.com,gibit.xyz,pkr.pw,dz4win.com,shortearn.in,stfly.me,shorthitz.com,mitly.us,afly.us,rifurl.com,shrt10.com,adclic.pro,uii.io,shortearn.eu,vivads.net,urlcloud.us,shrinkurl.org,lkop.me,egovtjob.in,shrtfly.net,uiz.io,stfly.io#$?#form[action$="/links/popad"] { remove: true; }
lifehacker.com#?#body > div > div[class^="sc-"]:has( > .ad-container)
opencritic.com#?#app-review-table > div >  #ReviewTableTop + div > app-review-table-row ~ .review-row:has(> .col > app-advertisement)
thegay.com#?#.underplayer__info > div:has( > div#und_ban)
thegay.com#?#.footer-margin > .content > .box:has(> .bottom-adv__link-wrapper)
palmtube.com#?#.Video_Block > .Sub_Title:contains(Advertisement)
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; }
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 > 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 > a[href="/membership"])
camera.aeonax.com#$?##wrapper > #predownloads:has(> .inner > #AdamWr) { height: 0px!important; }
txxx.com#$?#.fat_under { remove: true; }
repo.hackyouriphone.org#?##list_container > .list_elemnt:has(> .adsbygoogle)
imgburn.com#?#td[class="contents"][align="center"]:has(> div[style="border: 1px solid black; width: 346px; padding: 5px;"])
tvlogy.to#$?##pre-banner { remove: true; }
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)
fijivillage.com#?#.contentleft > p > small:contains(/^ADVERTISEMENT$/)
biertijd.com,biertijd.xxx#?##wrapper > div#sidebarcontainer > h2:contains(/Advertenties|Sponsors|Aanrader/)
mumbaimirror.indiatimes.com#?##content > div[class*=" "]:has(> div > div > a[onclick])
mumbaimirror.indiatimes.com#?#.latestCmmtData > .mrtoday > div[class*=" "]:has(> div > div > a[onclick])
!
! Same project sports streaming sites
! https://github.com/AdguardTeam/AdguardFilters/issues/174993
f1box.me,mlbbox.me,mlbbox.me,mmastreams.me,nbabox.me,nflbox.me,nhlbox.me,tennisonline.me,dartsstreams.com,vipboxtv.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbystreams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,mlbstream.me,nbastream.nu,cricstream.me##.m-1.fw-bold.btn-danger.btn
f1box.me,golfstreams.me,mlbbox.me,mlbbox.me,mmastreams.me,motogpstream.me,nbabox.me,nflbox.me,nhlbox.me,rugbystreams.me,socceronline.me,tennisonline.me,cricstream.me##.position-absolute.bg-opacity-50
dartsstreams.com,vipboxtv.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbystreams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,mlbstream.me,nbastream.nu,live.crackstreams.se##.position-absolute.bg-opacity-50
!
! myabandonware.com
myabandonware.com###content > .abox
myabandonware.com###content + div[id] > div[class="menu"]
myabandonware.com##.items.games > div:not([class*="itemListGame"]):not([class*="filler"])
myabandonware.com##.platformDownload + div[class][id]
myabandonware.com##[id] > a[href][target="_top"][rel][style] > :is(img, picture)
myabandonware.com###content > .box.metas > div:not([class], [id]):not(:has(> *))
myabandonware.com#$##content > .box.metas > .gameData { width: 100% !important; }
myabandonware.com#$?#div[class][id]:has(> div:matches-attr(/data-[a-z][0-9]{3,4}-ad/):only-child) { remove: true; }
myabandonware.com#?#div:matches-attr(/data-[a-z][0-9]{3,4}-ad/)
||myabandonware.com/media/img/pwn/
||myabandonware.com/media/img/g2a/
||myabandonware.com/media/img/innog/
||myabandonware.com/media/img/wgm/
!
! Tegna Inc.
myfoxzone.com,wtol.com,5newsonline.com,fox61.com,wthr.com,wqad.com,fox43.com,10tv.com,localmemphis.com,newswest9.com,weareiowa.com,krem.com,kcentv.com,cbs19.tv,kiiitv.com,12newsnow.com,cbs8.com,kvue.com,wbir.com,wltx.com,wgrz.com,newscentermaine.com,whas11.com,ktvb.com,13wmaz.com,firstcoastnews.com,wnep.com,wtsp.com,wfaa.com,kgw.com,king5.com,wcnc.com,kens5.com,ksdk.com,khou.com,wusa9.com,abc10.com,wwltv.com,11alive.com,wfmynews2.com,thv11.com,9news.com,wkyc.com,wzzm13.com,kare11.com,13newsnow.com,12news.com##html[data-platform="desktop"] div[data-module="grid"] > div.grid__section:has(> div.grid__content > div.grid__main > div.grid__cell > div > div[data-module-sizer="ad"])
!
! kickassanimes.info
kickassanimes.*,kaas.*,kickassanime.*##.hide-button
kickassanimes.*,kaas.*,kickassanime.*##.hide-button + a[target="_blank"] > img
kickassanimes.*,kaas.*,kickassanime.*##.latest-update .col-md-6:has(> .text-center > .hide-button)
!
! fulltv
||ver.gratis^$~image,domain=fulltv.com.ar|fulltv.tv|fulltv.com.mx
||fulltv.video^$~image,domain=fulltv.com.ar|fulltv.tv|fulltv.com.mx
fulltv.tv###wrap > div[class]:has(> div > iframe[src*="fulltv.video/"])
fulltv.tv###content > div[class]:has(> iframe[src*="fulltv.video/"])
fulltv.tv###canales-derecha > div[class]:has(iframe[src*="fulltv.video/"])
fulltv.com.ar###wrap > div[class]:has(> div > iframe[src*="ver.gratis/"])
fulltv.com.ar###content > div[class]:has(> iframe[src*="ver.gratis/"])
fulltv.com.ar###canales-derecha > div[class]:has(iframe[src*="ver.gratis/"])
fulltv.com.mx,fulltv.tv##.social > div[class]:has(iframe[src*="fulltv.video/"])
fulltv.com.mx,fulltv.com.ar##div[class^="tt"]
!
! torrentgalaxy.to - changes ads frequently
torrentgalaxy.to,torrentgalaxy.mx##a[href*="?"][href*="="] img[data-src="bin"]
torrentgalaxy.to,torrentgalaxy.mx##div[style="margin-bottom:10px;"] div > a > div > img
torrentgalaxy.to,torrentgalaxy.mx##div[style="margin-top:10px;"] div > a > div > img
torrentgalaxy.to,torrentgalaxy.mx##div[style^="margin:"] div > a > div > img
!
! puzzle-*.com games
puzzle-minesweeper.com,puzzle-chess.com,puzzle-thermometers.com,puzzle-norinori.com,puzzle-slant.com,puzzle-lits.com,puzzle-galaxies.com,puzzle-tents.com,puzzle-battleships.com,puzzle-pipes.com,puzzle-hitori.com,puzzle-heyawake.com,puzzle-shingoki.com,puzzle-masyu.com,puzzle-stitches.com,puzzle-aquarium.com,puzzle-tapa.com,puzzle-star-battle.com,puzzle-kakurasu.com,puzzle-skyscrapers.com,puzzle-futoshiki.com,puzzle-words.com,puzzle-shakashaka.com,puzzle-kakuro.com,puzzle-jigsaw-sudoku.com,puzzle-killer-sudoku.com,puzzle-binairo.com,puzzle-nonograms.com,puzzle-loop.com,puzzle-sudoku.com,puzzle-light-up.com,puzzle-bridges.com,puzzle-shikaku.com,puzzle-nurikabe.com,puzzle-dominosa.com##div[id^="Skyscraper"]
puzzle-minesweeper.com,puzzle-chess.com,puzzle-thermometers.com,puzzle-norinori.com,puzzle-slant.com,puzzle-lits.com,puzzle-galaxies.com,puzzle-tents.com,puzzle-battleships.com,puzzle-pipes.com,puzzle-hitori.com,puzzle-heyawake.com,puzzle-shingoki.com,puzzle-masyu.com,puzzle-stitches.com,puzzle-aquarium.com,puzzle-tapa.com,puzzle-star-battle.com,puzzle-kakurasu.com,puzzle-skyscrapers.com,puzzle-futoshiki.com,puzzle-words.com,puzzle-shakashaka.com,puzzle-kakuro.com,puzzle-jigsaw-sudoku.com,puzzle-killer-sudoku.com,puzzle-binairo.com,puzzle-nonograms.com,puzzle-loop.com,puzzle-sudoku.com,puzzle-light-up.com,puzzle-bridges.com,puzzle-shikaku.com,puzzle-nurikabe.com,puzzle-dominosa.com##.ad-options
puzzle-minesweeper.com,puzzle-chess.com,puzzle-thermometers.com,puzzle-norinori.com,puzzle-slant.com,puzzle-lits.com,puzzle-galaxies.com,puzzle-tents.com,puzzle-battleships.com,puzzle-pipes.com,puzzle-hitori.com,puzzle-heyawake.com,puzzle-shingoki.com,puzzle-masyu.com,puzzle-stitches.com,puzzle-aquarium.com,puzzle-tapa.com,puzzle-star-battle.com,puzzle-kakurasu.com,puzzle-skyscrapers.com,puzzle-futoshiki.com,puzzle-words.com,puzzle-shakashaka.com,puzzle-kakuro.com,puzzle-jigsaw-sudoku.com,puzzle-killer-sudoku.com,puzzle-binairo.com,puzzle-nonograms.com,puzzle-loop.com,puzzle-sudoku.com,puzzle-light-up.com,puzzle-bridges.com,puzzle-shikaku.com,puzzle-nurikabe.com,puzzle-dominosa.com###bannerTop
puzzle-minesweeper.com,puzzle-chess.com,puzzle-thermometers.com,puzzle-norinori.com,puzzle-slant.com,puzzle-lits.com,puzzle-galaxies.com,puzzle-tents.com,puzzle-battleships.com,puzzle-pipes.com,puzzle-hitori.com,puzzle-heyawake.com,puzzle-shingoki.com,puzzle-masyu.com,puzzle-stitches.com,puzzle-aquarium.com,puzzle-tapa.com,puzzle-star-battle.com,puzzle-kakurasu.com,puzzle-skyscrapers.com,puzzle-futoshiki.com,puzzle-words.com,puzzle-shakashaka.com,puzzle-kakuro.com,puzzle-jigsaw-sudoku.com,puzzle-killer-sudoku.com,puzzle-binairo.com,puzzle-nonograms.com,puzzle-loop.com,puzzle-sudoku.com,puzzle-light-up.com,puzzle-bridges.com,puzzle-shikaku.com,puzzle-nurikabe.com,puzzle-dominosa.com###bannerTopSpacer
!
! op.gg
esports.op.gg##.content  > .flex.items-center:has(> div[id^="div-gpt-"]:only-child)
esports.op.gg##.content  > .flex.items-center:has(> div.items-center[class*="bg-gray-"]:only-child > div[id^="div-gpt-"]:only-child)
esports.op.gg##.flex-row > .hidden > .flex.items-center:has(> div[id^="div-gpt-"]:only-child)
duo.op.gg###duo-container div.flex > div.mt-2:has(> ins.adsbygoogle)
op.gg###duo-ad-box
op.gg##.mode-header-container ~ div[class^="css-"] > div[class^="css-"]:has(> div > div.vm-placement)
op.gg###content-header ~ div[class^="css-"] > div.fixed
op.gg###banner-container
op.gg##div[class*="eylegve"]
op.gg##main >  div[style][class^="css-"]:has(> div:not([class]) > div.vm-placement)
op.gg###__next > div[class^="css-"]:has(> div[id^="div-gpt-ad"])
op.gg###__next > div[class^="css-"] > div[class*="css-"]:has(> div[id^="div-gpt-ad-"])
op.gg###content-container > div:not([class]) > div[class^="css-"]:has(> div:not([class]) > div.vm-placement)
op.gg##div[class^="Game Game--Result"] + div[result] + div[class^="css-"]:has(> div > div.vm-placement)
!
! scoresports*.com - frequently changed domains
scoresports786.com,scoresports787.com,scoresports788.com,scoresports789.com,scoresports790.com,scoresports791.com,scoresports792.com,scoresports793.com,scoresports794.com,scoresports795.com,scoresports796.com,scoresports797.com,scoresports798.com,scoresports799.com,scoresports800.com,scoresports801.com##center > a[target="_blank"] > img
!
! 808scoretv
! *808* - frequently changed domains
! Maybe could be generic
score808.tv,808ball.com,score808pro.com##.min-height-fullscreen a.banner
!
! UKRadioLive
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#$#@media (min-width: 1200px) { ._bannerTop1 { height: 90px !important; } }
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#$#._bannerTop1 { background-color: transparent !important; }
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioonline.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradiolive.com#$#.topHorizontalBanner { position: absolute !important; left: -3000px !important; }
/inside-banner.mini.js$domain=irishradiolive.com|myonlineradio.at|myonlineradio.de|myonlineradio.hu|myonlineradio.nl|myonlineradio.sk|myradioendirect.fr|myradioenvivo.ar|myradioenvivo.mx|myradioonline.cl|myradioonline.es|myradioonline.it|myradioonline.pl|myradioonline.ro|ukradiolive.com
!
! START: google
! https://github.com/AdguardTeam/AdguardFilters/issues/129955
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##div[data-is-promoted="true"]
! https://github.com/AdguardTeam/AdguardFilters/issues/64437
!+ NOT_OPTIMIZED
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###bottomads > div[id^="tads"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/997
!+ NOT_OPTIMIZED
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
! google.com - images search on mobiles
!+ NOT_OPTIMIZED
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##div[role="navigation"] + c-wiz > div > .kxhcC
!+ NOT_OPTIMIZED
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###search div[jscontroller][jsaction] > div[class] > div[jscontroller] div[jscontroller] > div[jscontroller] > div[jsname][jscontroller][jsaction][data-record-click-time][class]
!
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##.ilovz
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##div[data-attrid="kc:/local:promotions"]
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###rso > div.sh-sr__shop-result-group[data-hveid]
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##.cu-container
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##.uEierd
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##a[data-ad-tracking-url]
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##div[data-org-tls] > div.JgC4m[class*=" "]
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###rhs_block .xpdopen div[data-ved] > .mod[data-ved]:not([data-attrid])
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
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##.ads-ad
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##.luhb-div
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.rl_tile-group > .rlfl__tls > div > div[data-hveid] > div[class]:has(> div > a > div[class] > .gghBu)
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###center_col > #taw > #tvcap > .cu-container > .commercial-unit-desktop-top
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]):has(span._mB)
google.*#?##kp-wp-tab-overview > div[data-hveid]:has(> div[jsname] div[class*="__wholepage-card"] > div > div[class] div[class] > a[href^="/aclk?"])
google.*#?##kp-wp-tab-overview > div[data-hveid]:has(> div[jsname] div[class*="__wholepage-card"] > div > div[class] div[class] > a[href^="https://www.googleadservices.com/pagead/"])
google.*#?##bottom-pane .section-carousel-item-container > div[jstcache]:has(> div[class*="__body-content"] > div[class*="__text-content"] > span > span[class*="__ad-badge"])
! https://github.com/AdguardTeam/AdguardFilters/issues/76433
google.*#?#body > div[class]:has(> div > div[data-hveid] > a.sh-np__click-target[data-merchant-id])
google.*#?##search div[data-hveid] div[jscontroller] div[jscontroller][data-hveid]:has(> div[jsname][jsaction] a[data-ved] div[role="heading"] + span[class] > span[class] > span[style="padding:0 5px"])
! google map ad
google.*#?#div[jscontroller][jsaction] > div[jsname][jscontroller][data-record-click-time]:has(> div[jsname] > div[class] > a[jsname] > div[class] > span.rllt__details > div > span[class]:contains(Ad))
! google shopping
google.*#?#div[eid][data-async-context] > .sh-sr__shop-result-group[data-hveid]:has(> div[class] > div[class] > .sh-sp__plain)
!+ NOT_OPTIMIZED
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##.flt-actionblock
! END: google
!
! https://github.com/AdguardTeam/CoreLibs/issues/492
!
! https://github.com/AdguardTeam/AdguardFilters/issues/84827
||outlook.live.com/ows/*/OutlookOptions/AdsAggregate
/owa.MailBoot~MessageAdList.json$domain=outlook.live.com
outlook.live.com##div[role="region"][data-max-height] > div.threeColItemViewSenderImageOn + div div:empty
outlook.live.com#?##app > .ms-Fabric > div[class] > div[class] > div[class]:has(> div > div > div[id^="owaadbar"])
outlook.live.com#?#div[data-app-section="MessageList"] div[role="listbox"] .customScrollBar > div[style] > div[style^="position: absolute"]:first-child:has(i[data-icon-name="Delete"] + div + button)
outlook.live.com#?##app > div[class] > div[class] > div[class] > div[class]:not(.ms-FocusZone):not([class^="screenReaderText"]) div[data-max-width][data-skip-link-name] > div[style^="padding-right:"] + div[tabindex] div.customScrollBar > div[class] > div[class]:not([id]):not([data-convid]):has(> div:not([class]) div[class] > div[style] + div.fbAdLink)
!outlook.live.com#?##app > div[class] > div[class] > div[class] > div[class]:not(.ms-FocusZone):not([class^="screenReaderText"]):has(> div > button[data-is-focusable])
outlook.live.com#?##app > div[class] > div[class] > div[class] > div[class]:not(.ms-FocusZone):not([class^="screenReaderText"]) div[data-max-width] + div[class]:has(> div[class] > div > div[id^="owaadbar"])
! outlook.live.com - left-over when density set to Cozy/Compact
outlook.live.com#?#.customScrollBar[data-is-scrollable] > div[class] > div[class]:not([data-convid]):has(> div:not([id]):not([class]) > div[class] > div[class] > div[class] > div[class] > div[class] > .fbAdLink)
! breaks page layout
! https://github.com/AdguardTeam/AdguardFilters/issues/169476
! outlook.live.com##.customScrollBar > div[class] > div[class]:empty
!
! charismanews.com
||minio.charismamedia.com/*/ads.css$domain=charismanews.com
||minio.charismamedia.com/*/background.jpg$domain=charismanews.com
charismanews.com###FrontpageFeatureRightColumn
charismanews.com##.RightBnrWrap
charismanews.com##div[style="min-width: 300px; min-height: 250px;"]
charismanews.com###articles > article.article:has(> div.contentBoxWrap a[href^="https://servedby.aqua-adserver.com/"])
!+ NOT_PLATFORM(android, ios)
charismanews.com#$##headerAreaWrap { height: 180px !important; }
!
! check-host.net
check-host.net#?#div + *:contains(/100[%]|[𝅺]/)
check-host.net##.relative
!
! quora.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149846
! https://github.com/AdguardTeam/AdguardFilters/issues/143083
quora.com#?#.qu-pb--medium > .q-box.qu-borderAll:has(> .q-box > .qu-py--small > .q-box > div[id^="div-gpt-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/97427
quora.com#?#.q-box[style^="box-sizing:"] > div.q-box:has(> span[data-nosnippet="true"] > div.q-box[style="display: none !important;"])
! quora.com - sponsored posts on the main page
quora.com#?#div[style="box-sizing: border-box; direction: ltr;"] > div > div[class^="Box-"]:has(div[display="inline-block"]:contains(/Sponsored|Promoted by/))
quora.com#?#div[style="box-sizing: border-box; direction: ltr;"] > div > div[class^="Box-"]:has(div[class="q-flex qu-mb--tiny"] > div > div.q-text:contains(/Sponsored|Promoted by/))
! https://github.com/AdguardTeam/AdguardFilters/issues/167110
it.quora.com#?#.q-box > div:has(> div.q-box > div[style="box-sizing: border-box; display: flex; flex: 1 1 0%;"] > div:contains(Annuncio))
!
quora.com##.spacing_log_question_page_ad
quora.com##div.Bundle:not([class*=" "])[data-clog-metadata]
quora.com##div[data-clog-metadata*="promoted_content"]
quora.com##.AdBundle
quora.com##.NewGridQuestionPage .linked_content
quora.com#?#.AnswerListDiv > div.AnswerPagedList > div.pagedlist_item:has(a.promoted_hlink)
!
! androidauthority.com
androidauthority.com##main > div[class^="--"] > div[class^="--"]:has(> div[class^="--"]:empty)
androidauthority.com##.sidebar-video + div[class^="--"]:has(div[class^="--"]:empty)
androidauthority.com##.--_-___Kb
androidauthority.com##.--_-___nb:empty
androidauthority.com##.--_-___mb:empty
androidauthority.com##.--_-___Ug:has(> .--_-___Vg:only-child > .pw-incontent:empty)
androidauthority.com##main > div > div:empty
! gameme.eu
! gameme.eu#?#.vc_row > div.vc_column:has(> div.wpb_wrapper > div.td-a-rec) - breaks article https://gameme.eu/wie-man-die-geheimtuer-im-keller-in-baldurs-gate-3-oeffnet/
gameme.eu#?#.wpb_wrapper > div.vc_row_inner:has(> div.td-pb-span12 > div.vc_column-inner> div.wpb_wrapper > div.td-a-rec)
gameme.eu#?#.tdc_zone > div.td-stretch-content:has(> div.vc_row > div.td-pb-span12 > div.wpb_wrapper > div.td-a-rec)
!
! https://github.com/AdguardTeam/AdguardFilters/pull/91033
learn-c.org,learn-cpp.org,learn-golang.org,learn-html.org,learn-js.org,learn-perl.org,learn-php.org,learncs.org,learnjavaonline.org,learnpython.org,learnrubyonline.org,learnscala.org,learnshell.org,learnsqlonline.org#?##google-ad-right > div[class]:not(:has(> div > a[href]))
learn-c.org,learn-cpp.org,learn-golang.org,learn-html.org,learn-js.org,learn-perl.org,learn-php.org,learncs.org,learnjavaonline.org,learnpython.org,learnrubyonline.org,learnscala.org,learnshell.org,learnsqlonline.org#?##google-ad-right > h4:contains(Sponsors)
learn-c.org,learn-cpp.org,learn-golang.org,learn-html.org,learn-js.org,learn-perl.org,learn-php.org,learncs.org,learnjavaonline.org,learnpython.org,learnrubyonline.org,learnscala.org,learnshell.org,learnsqlonline.org#?##google-ad-right > h4:contains(Sponsors) + div > a
!
! facebook.com
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[role="complementary"] div:not([class]):not([id]) > span:not([class]):not([id]):not([aria-labelledby])
[$path=/marketplace/item]facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[href*="ads/about"]
[$path=/marketplace/item]facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[href*="ads/about"] + div[class]
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[href="/ads/about/?entry_product=ad_preferences"]
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[role="region"] + div[role="main"] div[role="article"] div[style="border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;"] > div[class]:not([class*=" "])
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##strong > a[href*="facebook.com"][href*="/shop/?ref"]:not([href*="l.php"])
||facebook.com/ajax/bnzai*__comet_req=
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[data-pagelet^="BrowseFeedUpsell_"] div[class][style^="max-width:"] > span
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion###megamall_rhc_ssfy_pagelet
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion###pagelet_ego_pane > .pagelet:not(.egoOrganicColumn)
m.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.facebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebook.com,iphone.facebook.com,m.beta.facebook.com,touch.beta.facebook.com,mtouch.beta.facebook.com,x.beta.facebook.com,iphone.beta.facebook.com,touch.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mtouch.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,x.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,iphone.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,touch.beta.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,m.facebook.com,m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,b-m.facebook.com,b-m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mobile.facebook.com,mobile.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##article[data-sigil*="AdStory"]
||facebook.com/audiencenetwork/web/?
||facebook.com/whitepages/wpminiprofile.php?partner_id=$third-party
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#?#div[role="complementary"] > div[class] > div[class] > div[class] span > div > div:not([aria-label]):not([data-visualcompletion]):has(> div[class] > div[class] div[class] > a[href^="https://l."][href*="facebook.com/l.php?u="][target="_blank"])
! https://github.com/AdguardTeam/AdguardFilters/issues/135446#issuecomment-1332051619
! Facebook Marketplace
[$path=/marketplace/]facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#$?#div[class][style^="max-width:"]:has(> span > div  a[href^="/ads/about/"]) { display: none !important; }
[$path=/marketplace/]facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#$?#div[class][style^="max-width:"]:has(> span > div > a[target="_blank"]:not([href^="/marketplace/"])) { display: none !important; }
! https://forum.adguard.com/index.php?threads/facebook-com.21192/
! facebook.com marketplace item view - ad below initial item
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#?#div[data-testid="marketplace_pdp_component"] div[style^="max-height:"] div[style^="max-height:"] > div[class] > div > div:not([class]):has(> div[class] > div[class] > a[href^="/ads/"])
!
! Thelocal
thelocal.se,thelocal.no,thelocal.dk,thelocal.it,thelocal.at,thelocal.es,thelocal.de,thelocal.fr##.footer-sticker-ad
thelocal.se,thelocal.no,thelocal.dk,thelocal.it,thelocal.at,thelocal.es,thelocal.de,thelocal.fr#?#.row > div[class^="row-"]:has(> a[href="#"] > .panel-ad)
thelocal.se,thelocal.no,thelocal.dk,thelocal.it,thelocal.at,thelocal.es,thelocal.de,thelocal.fr#?#div > .section:has(> div[class*="-label"]:contains(Sponsored))
thelocal.ch#?#div[id^="column"] > div[id^="column"] > div[id]:not([class]):has( > h2[id]:contains(From our sponsors))
!
! https://github.com/AdguardTeam/AdguardFilters/issues/127650
lightnovelpub.fan,lightnovelpub.com#?#div[class] > div[id^="pf-"]:only-child:upward(1)
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?#.container > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?#.comment-list > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?##chapter-container > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?#.container > div[class]:has(> .adsbygoogle)
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?#.comment-list > div[class]:has(> .adsbygoogle)
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpub.com#?##chapter-container > div[class]:has(> .adsbygoogle)
!
! gismeteo
gismeteo.lt###weather-alfa
gismeteo.lv###weather-apollo
gismeteo.com###weather-gis-news
gismeteo.md##.top-media-placeholder
gismeteo.lt,gismeteo.lv##div#weather-left[id="weather-left"]
gismeteo.com,gismeteo.lt,gismeteo.lv##div#weather-right[id="weather-right"]
gismeteo.lv###yandex
gismeteo.ua#?#.article > div.items:has(> div#media-middle > div[id^="div-gpt-ad"])
gismeteo.ua#?#.side > div.side__i:has(div[style*="240px;"][style*="400px;"])
gismeteo.com,gismeteo.lt,gismeteo.pl#?#.right_col_1 > div.column-wrap > div.wrap_small:has(> div.media_frame > div.media_content > div.media_feed > div.media_title > a:contains(/RT News|15min.lt|Žinių radijas|Wiadomości z Polski i świata/))
gismeteo.com,gismeteo.lv#?#.right_col_1 > div.column-wrap > div.wrap_small:has(> div.media_frame > div.media_content > div[id^="div-gpt-ad"])
gismeteo.com,gismeteo.lt,gismeteo.pl#?#.page > div.page__i > div.layout > div.side > div.side__i:has(> div.side___i > div.ad)
gismeteo.lt#?#.right_col_1 > div.column-wrap > div.wrap_small:has(> div.media_frame > div.media_content > div[id^=div-gpt-ad])
gismeteo.lt,gismeteo.lv#?#.main > div.column-wrap div.__frame:has(> div.media_middle > div#media-middle > div[id^="div-gpt-ad"])
gismeteo.lt,gismeteo.pl#?#.page > div.page__i > div.layout > div.side > noindex > div.extra:has(> div.extra__i > div.extrbcua > div.extra-title > span > a:contains(15min.lt|Wiadomości z Polski i świata))
gismeteo.lt#?#.section > div.section__i > div.article > div.items:has(> div[id^="div-gpt-ad"])
gismeteo.lv#?#.right_col_1 > div.column-wrap > div.wrap_small:has(> div.media_frame > div.media_content > div.media_feed > div.media_title:contains(/APOLLO.LV|TVNET/))
gismeteo.pl#?#.right_col_1 > div.column-wrap > div.wrap_small:has(> div.media_frame > div.media_content > ins.adsbygoogle)
gismeteo.pl#?#.main > div.column-wrap div.__frame:has(> div.media_middle > div#media-middle > ins.adsbygoogle)
gismeteo.md#?#.content > div[class] > div[class] > div[class] > div[class] > div[class]:has(> div[class] > div[id] > center > h1:contains(404 Not Found))
gismeteo.md#?#.content > div[class] > div[class] > div[class] > div[class] > div[class]:has(> div[class] > div[class] > div[class] > div[class] > a:contains(Accent-TV))
!
! 2ip.io,2ip.ru
2ip.io,2ip.ru###main-menu > nav > ul > li > a[target="_blank"]
2ip.io,2ip.ru##.add-top
2ip.io,2ip.ru##.ip-links-container > div > i[class^="ip-icon-link"]
2ip.io,2ip.ru##.ip-links-container > div > i[class^="ip-icon-link"] + a
2ip.io,2ip.ru##.data_table a[target="_blank"] > i.ip-icon-warning
2ip.io,2ip.ru##button[aria-label="Advert"]
2ip.io,2ip.ru##.test-vpn
2ip.io,2ip.ru##.mainadv
2ip.io,2ip.ru##a[href^="https://2ip.io/?area=adBanner"]
2ip.io,2ip.ru##div[class^="ad_result"]
2ip.io,2ip.ru##.sidebar-adv
2ip.io,2ip.ru#?#.data_table > div.data_item a:contains(/Уточнит|Исправить|Make it plain/)
/banners/*$domain=2ip.io|2ip.ru
!
! Minute Media
! 12 rules, don't forget to change all
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com##.header-billboard
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com##.mosaic-banner
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com###top-stories > li:not([class])
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com###inner-content-secondary > div#sidebars
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com##div[class^="wrapper_"] > div[class^="style_"]:has(> div.OB-REACT-WRAPPER)
! only for the sites with '/posts/' in article pathes (+ in social filter)
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com#?#.viewablity-block > figure:has(div#mm-player-placeholder-large-screen)
90min.de,12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,allcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.com,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.com,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,awaybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,bamsmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.com,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackandteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,bloggingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.com,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdown.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccane.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandchampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalshill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.com,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,diredota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunkingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbarca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.combetsided,fansided.comes,fansided.comnetwork,fantasycpr.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,foreverfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcocky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreethammers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoudini.com,hiddenremote.com,hookemheadlines.com,hoopshabit.com,hoosierstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathankbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,insidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.com,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofkauffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,lawlessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,marlinmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorcitybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflmocks.com,nflspinzone.com,ninernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopusthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,onechicagocenter.com,orangeintheoven.com,orlandomagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespost.com,precincttv.com,predlines.com,predominantlyorange.com,princerupertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpitchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddevilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,releasetheknappen.com,reportingkc.com,reviewingthebrew.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,saintsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,showsnob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,southsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.com,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripehype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrapinstationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehuskyhaul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewterplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevikingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansized.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashockeyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.com,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizofawes.com,wreckemred.com,writingillini.com,dbltap.com,fansidedmma.com,poppicante.com,yanksgoyard.com,yellowjackedup.com,zonazealots.com##main > figure:has(> div > div#mm-player-placeholder-smallAndMedium-screens)
!
! Metroland Media Group
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com##.polarBlock
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com##.adLabelWrapperManual
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com##div[data-lpos="more-from-the-star-partners"]
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstandard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterprise.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,hamiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregion.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissing.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,edition.pagesuite-professional.co.uk,hub.metroland.com##.adLabelWrapper
!
! soranews24.com
soranews24.com##.ads-relatedbottom:not(.ad300x250)
soranews24.com##.amp-ad
soranews24.com###custom_html-2 div.ad300x250
soranews24.com###div-gpt-ad-entrybottom
soranews24.com###div-gpt-ad-header
soranews24.com##amp-ad-exit + div[class*="-banner"]
soranews24.com##.widget_custom_html:not(#custom_html-2)
soranews24.com###aw0[onclick="ha('aw0')"]
soranews24.com###aw0[on="tap:exit-api.exit(target='landingPage',_googClickLocation='2')"]
!
! Reddit
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##.promotedlink:not([style^="height: 1px;"])
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##div[data-before-content]
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##a[href^="https://PornGameFree.fun"]
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##.ii4q9d-0.fePAzF > div.s1g6rpxu-1
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##div[id^="sidebar-btf"]
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion###ad_main_top
! https://github.com/AdguardTeam/AdguardFilters/issues/71040#issuecomment-779924936
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#?#div[data-redditstyle] > div[style] > div[data-slot] > div[data-before-content]:upward(div[data-redditstyle])
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#?#div[style="margin-left:24px;margin-top:0"][class] > div[class] > div[class^="_"]:not([data-redditstyle]):has(> div[class] div[class] > div[class] > div[data-before-content="advertisement"])
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#?#.ListingLayout-outerContainer > div[class] > div[style][class] > div[style][class] > div[class] div[class]:not([data-redditstyle]):has(> div[class] > div[class] > .SidebarAd)
!
! G/O Media / g-omedia.com and similar
/x-kinja-static/assets/new-client/adManager$domain=avclub.com|deadspin.com|gizmodo.com|jalopnik.com|jezebel.com|kotaku.com|qz.com|theinventory.com|theonion.com|theroot.com|thetakeout.com
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_post-content > div > div[class^="sc-"]:has(> .ad-container)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.taboola-container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_commerce_item
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_sidebar_sticky_container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.connatix-container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.ad-container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##body > div > div[class]:has(> .ad-container)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#section div[class] div[class] > .ad-container:upward(1)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_curation-block-list > div[class]:has(> .ad-container)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#article > div[class]:has(> div[class] > p:contains(Advertisement))
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_sticky-footer:has(> .js_ad-sticky-footer)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com###sidebar_wrapper > div[class] > div[class] > div[class]:has( div[class] > .ad-container)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_post-content > div[class]:has(> .ad-container)
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##a[data-ga*="commerce"]
!
gizmodo.com.au,kotaku.com.au,lifehacker.com.au,pedestrian.tv##.top-ad-leaderboard
gizmodo.com.au,kotaku.com.au,lifehacker.com.au,pedestrian.tv##.ad-no-mobile
gizmodo.com.au,kotaku.com.au,lifehacker.com.au,pedestrian.tv##.wp-block-pedestrian-blocks-ped-outbrain-block
gizmodo.com.au,kotaku.com.au,lifehacker.com.au,pedestrian.tv##.sidebar-outbrain
!
! smallseotools.com
smallseotools.com##span[data-id$="__sst"]
smallseotools.com##.modal-backdrop
smallseotools.com##body .sticki_ssb
! https://smallseotools.com/url-shortener/
smallseotools.com##a[data-link*="smallseotools"]
!
||cloudfront.net^$domain=duplichecker.com,image
duplichecker.com##.adp_interactive_ad
duplichecker.com##div[style*="center"]
! sidebar
duplichecker.com#?#.container div[class] div[class]:has(> span > div:empty)
duplichecker.com#?#.main-content ~ div[class] > *:has(> div > * a[target][rel] > img)
! main
duplichecker.com#?#div[style]:has(> [style^="display: inline-block"] > a[target="blank"])
! below search similar image button
duplichecker.com#?#.data_inbox > div:has(> div > span > span)
! above search similar image button
duplichecker.com#?#.data_inbox > div:has(> * > span > div[data-ap-network])
!
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorsport24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.com,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,scoreboard.com##.adsenvelope
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorsport24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.com,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,scoreboard.com###detail > .detailLeaderboard
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorsport24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.com,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,scoreboard.com###box-over-content-a
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorsport24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.com,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,scoreboard.com##.prematchOddsBonus__bonus
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorsport24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.com,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,scoreboard.com##.boxOverContent__banner
!
! https://github.com/AdguardTeam/AdguardFilters/issues/83251
! frequently changed domain
://aj2*.online^$xmlhttprequest,other
!
! Brightcove SSAI
||brightcovecdn.com/playback/*/*?ad_config_id=$removeparam=ad_config_id,xmlhttprequest,domain=tvnz.co.nz|roosterteeth.com|nhl.com
||brightcove.com/playback/*/*?ad_config_id$removeparam=ad_config_id,xmlhttprequest,domain=tvnz.co.nz|roosterteeth.com|nhl.com
! Streamplay
/..nt.nt\.st.+p.ay\..+/$domain=stemplay.*|steamplay.*|steanplay.*|streamp1ay.*|streanplay.*|streampiay.*|stre4mplay.*
jquery-1.8.3.min.js$domain=stemplay.*|steamplay.*|steanplay.*|streamp1ay.*|streanplay.*
stre4mplay.*,streampiay.*,stemplay.*,steamplay.*,steanplay.*,streamp1ay.*,streanplay.*##.ad
stre4mplay.*,streampiay.*,stemplay.*,steamplay.*,steanplay.*,streamp1ay.*,streanplay.*###uverlay
!
fragrantica.com,fragrantica.ru##.text-center.cell.small-12.medium-6  > p > a[href^="/goto.php?id="]
fragrantica.com,fragrantica.ru##.text-center.cell > div[style^="clear: both; width: 100%; text-align: left; padding:"]
fragrantica.com,fragrantica.ru##.text-center.cell > div[style^="clear: both; width: 100%; text-align: left; padding:"] + div > sup
fragrantica.com,fragrantica.ru##.text-center.cell > div[style^="clear:both;width:100%;text-align:left;padding:"]
fragrantica.com,fragrantica.ru##.text-center.cell > div[style^="clear:both;width:100%;text-align:left;padding:"] + div > sup
!
! thepiratebay
||thepiratebay.uproxy.*/helper-js
||thepiratebay.uproxy.*/hy.js
||thepiratebay.uproxy.*/zpp/
thepiratesproxy.org,pirateproxy.space,tpbproxypirate.com,pirateproxy-bay.com##.symple__block
thepiratesproxy.org,pirateproxy.space,tpbproxypirate.com,pirateproxy-bay.com###float
thepiratesproxy.org,pirateproxy.space,tpbproxypirate.com,pirateproxy-bay.com##.bc-wrap
thepiratebay.org##a[href^="https://ttf.trmobc.com/"]
thepiratebay0.org##a[href^="https://www.get-express-vpn.com/torrent-vpn?a_fid="]
thepiratebay.org##a[href^="https://italarizege.xyz/"]
/storage/*.js?_=$domain=tpb.one|unblocktheship.org
/static/img/download-top.png|$domain=tpb.one|duckingproxy.eu|hyperproxy.net|pirate.trade|piratebay.red|piratebaymirror.eu|piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateproxy.tf|proxyproxyproxy.nl|proxyship.click|proxyspotting.in|thepiratebay-proxy.com|thepiratebay.uk.net|tpbmirror.us|tpbunblocked.org|ukpirate.org|ukpirateproxy.xyz|unblockedbay.info|unblocktpb.com|thebay.tv|pirateproxy.wf|pirateproxy.yt|gameofbay.org
/static/img/download.png|$domain=tpb.one|duckingproxy.eu|hyperproxy.net|pirate.trade|piratebay.red|piratebaymirror.eu|piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateproxy.tf|proxyproxyproxy.nl|proxyship.click|proxyspotting.in|thepiratebay-proxy.com|thepiratebay.uk.net|tpbmirror.us|tpbunblocked.org|ukpirate.org|ukpirateproxy.xyz|unblockedbay.info|unblocktpb.com|thebay.tv|pirateproxy.wf|pirateproxy.yt|gameofbay.org
/storage/*.js#spot=$domain=beapirate.pw|proxtpb.art|proxydltpb.club|unblocktheship.org
||thepiratebay.*/*pop*.js
thepiratebay.org##a[href^="http://www.bitlord.me/share/"]
thepiratebayorg.org##center > a[href][target="_blank"][rel="nofollow"] > img
||thepiratebayorg.org/images/
!
! unblocked.name
/app/apx19.js
/zpp/zpp3.js
/app/apx14.js
/app/x12.js
/zpp/zpp4.js
/q1.js?q22
/hy.js?q22
||unblocked.*/helper-js
||unblocked.*/hy.js
||unblocked.*/zpp/
unblocked.*##script[type="application/javascript"] + div[class$="-bordered"]
unblocked.*##div[class="hidden-xs hidden-sm"] > div[class$="-bordered"]
!
! 9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co
9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co##.ad-container
9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co##.post-body > p > a[href^="http://bit.ly/"] > img
9to5google.com,9to5mac.com,9to5toys.com,dronedj.com,electrek.co##.ad-disclaimer-container
!
! START: KickassTorrent
kat.*,kickass.*,kickass2.*,kickasstorrents.*,kat2.*,kattracker.*,thekat.*,thekickass.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickasst.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kickassuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,kickass-usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickassunlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,kickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrents.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickass.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,kickass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kickasstorrents2.net,kickassz.com,kkat.net,thekickass.org,kickasstorrents.space,thekat.cc,topkickass.org,kattracker.com#?#.tabsSeparator ~ div[id]:has(> div button:contains(Protect))
/help/?yd=?$popup,domain=kat.*|kickass.*|kickass2.*|kickasstorrents.*|kat2.*|kattracker.*|thekat.*|thekickass.*|kickassz.*|kickasstorrents2.*|topkickass.*|kickassgo.*|kkickass.*|kkat.*|kickasst.*|kick4ss.*|katbay.*|kickasshydra.*|kickasskat.*|kickassbay.*|torrentkat.*|kickassuk.*|torrentskickass.*|kickasspk.*|kickasstrusty.*|katkickass.*|kickassindia.*|kickass-usa.*|kickassaustralia.*|kickassdb.*|kathydra.*|kickassminds.*|katkickass.*|kickassunlocked.*|kickassmovies.*|kickassfull.*|bigkickass.*|kickasstracker.*|katfreak.*|kickasstracker.*|katfreak.*|kickasshydra.*|katbay.*|kickasst.*|kkickass.*|kattracker.*|topkickass.*|thekat.*|kat.*|kat2.*|kick4ss.*|kickass.*|kickass2.*|kickasstorrents.*|kat.fun|kat2.app|kat2.space|kat2.website|kat2.xyz|kick4ss.net|kickass.cd|kickass.earth|kickass.id|kickass.kim|kickass.love|kickass.name|kickass.one|kickass.red|kickass.vc|kickass.ws|kickass2.app|kickass2.fun|kickass2.mobi|kickass2.online|kickass2.space|kickass2.top|kickass2.website|kickass2.xyz|kickassgo.com|kickasstorrent.cr|kickasstorrents.fun|kickasstorrents.icu|kickasstorrents.mobi|kickasstorrents.to|kickasstorrents2.net|kickassz.com|kkat.net|thekickass.org|kickasstorrents.space|thekat.cc|topkickass.org|kattracker.com
/r.js|$domain=kat.*|kickass.*|kickass2.*|kickasstorrents.*|kat2.*|kattracker.*|thekat.*|thekickass.*|kickassz.*|kickasstorrents2.*|topkickass.*|kickassgo.*|kkickass.*|kkat.*|kickasst.*|kick4ss.*|katbay.*|kickasshydra.*|kickasskat.*|kickassbay.*|torrentkat.*|kickassuk.*|torrentskickass.*|kickasspk.*|kickasstrusty.*|katkickass.*|kickassindia.*|kickass-usa.*|kickassaustralia.*|kickassdb.*|kathydra.*|kickassminds.*|katkickass.*|kickassunlocked.*|kickassmovies.*|kickassfull.*|bigkickass.*|kickasstracker.*|katfreak.*|kickasstracker.*|katfreak.*|kickasshydra.*|katbay.*|kickasst.*|kkickass.*|kattracker.*|topkickass.*|thekat.*|kat.*|kat2.*|kick4ss.*|kickass.*|kickass2.*|kickasstorrents.*|kat.fun|kat2.app|kat2.space|kat2.website|kat2.xyz|kick4ss.net|kickass.cd|kickass.earth|kickass.id|kickass.kim|kickass.love|kickass.name|kickass.one|kickass.red|kickass.vc|kickass.ws|kickass2.app|kickass2.fun|kickass2.mobi|kickass2.online|kickass2.space|kickass2.top|kickass2.website|kickass2.xyz|kickassgo.com|kickasstorrent.cr|kickasstorrents.fun|kickasstorrents.icu|kickasstorrents.mobi|kickasstorrents.to|kickasstorrents2.net|kickassz.com|kkat.net|thekickass.org|kickasstorrents.space|thekat.cc|topkickass.org|kattracker.com
/k.js|$domain=kat.*|kickass.*|kickass2.*|kickasstorrents.*|kat2.*|kattracker.*|thekat.*|thekickass.*|kickassz.*|kickasstorrents2.*|topkickass.*|kickassgo.*|kkickass.*|kkat.*|kickasst.*|kick4ss.*|katbay.*|kickasshydra.*|kickasskat.*|kickassbay.*|torrentkat.*|kickassuk.*|torrentskickass.*|kickasspk.*|kickasstrusty.*|katkickass.*|kickassindia.*|kickass-usa.*|kickassaustralia.*|kickassdb.*|kathydra.*|kickassminds.*|katkickass.*|kickassunlocked.*|kickassmovies.*|kickassfull.*|bigkickass.*|kickasstracker.*|katfreak.*|kickasstracker.*|katfreak.*|kickasshydra.*|katbay.*|kickasst.*|kkickass.*|kattracker.*|topkickass.*|thekat.*|kat.*|kat2.*|kick4ss.*|kickass.*|kickass2.*|kickasstorrents.*|kat.fun|kat2.app|kat2.space|kat2.website|kat2.xyz|kick4ss.net|kickass.cd|kickass.earth|kickass.id|kickass.kim|kickass.love|kickass.name|kickass.one|kickass.red|kickass.vc|kickass.ws|kickass2.app|kickass2.fun|kickass2.mobi|kickass2.online|kickass2.space|kickass2.top|kickass2.website|kickass2.xyz|kickassgo.com|kickasstorrent.cr|kickasstorrents.fun|kickasstorrents.icu|kickasstorrents.mobi|kickasstorrents.to|kickasstorrents2.net|kickassz.com|kkat.net|thekickass.org|kickasstorrents.space|thekat.cc|topkickass.org|kattracker.com
/1.js|$domain=kat.*|kickass.*|kickass2.*|kickasstorrents.*|kat2.*|kattracker.*|thekat.*|thekickass.*|kickassz.*|kickasstorrents2.*|topkickass.*|kickassgo.*|kkickass.*|kkat.*|kickasst.*|kick4ss.*|katbay.*|kickasshydra.*|kickasskat.*|kickassbay.*|torrentkat.*|kickassuk.*|torrentskickass.*|kickasspk.*|kickasstrusty.*|katkickass.*|kickassindia.*|kickass-usa.*|kickassaustralia.*|kickassdb.*|kathydra.*|kickassminds.*|katkickass.*|kickassunlocked.*|kickassmovies.*|kickassfull.*|bigkickass.*|kickasstracker.*|katfreak.*|kickasstracker.*|katfreak.*|kickasshydra.*|katbay.*|kickasst.*|kkickass.*|kattracker.*|topkickass.*|thekat.*|kat.*|kat2.*|kick4ss.*|kickass.*|kickass2.*|kickasstorrents.*|kat.fun|kat2.app|kat2.space|kat2.website|kat2.xyz|kick4ss.net|kickass.cd|kickass.earth|kickass.id|kickass.kim|kickass.love|kickass.name|kickass.one|kickass.red|kickass.vc|kickass.ws|kickass2.app|kickass2.fun|kickass2.mobi|kickass2.online|kickass2.space|kickass2.top|kickass2.website|kickass2.xyz|kickassgo.com|kickasstorrent.cr|kickasstorrents.fun|kickasstorrents.icu|kickasstorrents.mobi|kickasstorrents.to|kickasstorrents2.net|kickassz.com|kkat.net|thekickass.org|kickasstorrents.space|thekat.cc|topkickass.org|kattracker.com
/\/....\//$script,domain=kat.*|kickass.*|kickass2.*|kickasstorrents.*|kat2.*|kattracker.*|thekat.*|thekickass.*|kickassz.*|kickasstorrents2.*|topkickass.*|kickassgo.*|kkickass.*|kkat.*|kickasst.*|kick4ss.*|katbay.*|kickasshydra.*|kickasskat.*|kickassbay.*|torrentkat.*|kickassuk.*|torrentskickass.*|kickasspk.*|kickasstrusty.*|katkickass.*|kickassindia.*|kickass-usa.*|kickassaustralia.*|kickassdb.*|kathydra.*|kickassminds.*|katkickass.*|kickassunlocked.*|kickassmovies.*|kickassfull.*|bigkickass.*|kickasstracker.*|katfreak.*|kickasstracker.*|katfreak.*|kickasshydra.*|katbay.*|kickasst.*|kkickass.*|kattracker.*|topkickass.*|thekat.*|kat.*|kat2.*|kick4ss.*|kickass.*|kickass2.*|kickasstorrents.*|kat.fun|kat2.app|kat2.space|kat2.website|kat2.xyz|kick4ss.net|kickass.cd|kickass.earth|kickass.id|kickass.kim|kickass.love|kickass.name|kickass.one|kickass.red|kickass.vc|kickass.ws|kickass2.app|kickass2.fun|kickass2.mobi|kickass2.online|kickass2.space|kickass2.top|kickass2.website|kickass2.xyz|kickassgo.com|kickasstorrent.cr|kickasstorrents.fun|kickasstorrents.icu|kickasstorrents.mobi|kickasstorrents.to|kickasstorrents2.net|kickassz.com|kkat.net|thekickass.org|kickasstorrents.space|thekat.cc|topkickass.org|kattracker.com
kat.*,kickass.*,kickass2.*,kickasstorrents.*,kat2.*,kattracker.*,thekat.*,thekickass.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickasst.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kickassuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,kickass-usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickassunlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,kickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrents.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickass.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,kickass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kickasstorrents2.net,kickassz.com,kkat.net,thekickass.org,kickasstorrents.space,thekat.cc,topkickass.org,kattracker.com##.x-bro
kickass.love##a[href="/k.php?q=q"]
kickass.love##.mainpart > style[type] + div[id]
kickass.love##.doublecelltable > tbody > tr > td[width] table.data ~ style[type] + div[id]
kickasstorrents.to##a[href="/register/"]
||kickassz.com/c.js
||kickass.cd/cd.js
! END: KickassTorrent
!
!*START: IsoTorrents
/x9.php|$domain=isohuntz.*|isohunt.*|isohunts.*|isohuntx.*|isohunthydra.*|isohunters.*|isohunting.*|myisohunt.*|isohunt.soy|isohuntx.com|isohunt.io|isohunt.bz|isohunt.how|isohunt.lol
/k.js|$domain=isohuntz.*|isohunt.*|isohunts.*|isohuntx.*|isohunthydra.*|isohunters.*|isohunting.*|myisohunt.*|isohunt.soy|isohuntx.com|isohunt.io|isohunt.bz|isohunt.how|isohunt.lol
/1.js|$domain=isohuntz.*|isohunt.*|isohunts.*|isohuntx.*|isohunthydra.*|isohunters.*|isohunting.*|myisohunt.*|isohunt.soy|isohuntx.com|isohunt.io|isohunt.bz|isohunt.how|isohunt.lol
!
isohuntz.*,isohunt.*,isohunts.*,isohuntx.*,isohunthydra.*,isohunters.*,isohunting.*,myisohunt.*,isohunt.soy,isohuntx.com,isohunt.io,isohunt.bz,isohunt.how,isohunt.lol##iframe[src^="/nordv/"]
isohuntz.*,isohunt.*,isohunts.*,isohuntx.*,isohunthydra.*,isohunters.*,isohunting.*,myisohunt.*,isohunt.soy,isohuntx.com,isohunt.io,isohunt.bz,isohunt.how,isohunt.lol##.banner-wrp
isohuntz.*,isohunt.*,isohunts.*,isohuntx.*,isohunthydra.*,isohunters.*,isohunting.*,myisohunt.*,isohunt.soy,isohuntx.com,isohunt.io,isohunt.bz,isohunt.how,isohunt.lol##.post-sidebar
!
!
!*END: IsoTorrents
!
!*START: TorrentProject
/1.js|$domain=torrentproject2.*|torrentproject2.com|torrentproject2.net|torrentproject2.org
/y.js$domain=torrentproject2.*|torrentproject2.com|torrentproject2.net|torrentproject2.org
!
torrentproject2.*,torrentproject2.com,torrentproject2.net,torrentproject2.org##iframe[src^="/r/"]
torrentproject2.*,torrentproject2.com,torrentproject2.net,torrentproject2.org##a[href][style="color:red"]
!
!
!*END: TorrentProject
!
! tube8.com
tube8.net,tube8.es,tube8.com,tube8.fr###pb_template
tube8.net,tube8.es,tube8.com,tube8.fr###result_container_fake
tube8.net,tube8.es,tube8.com,tube8.fr##ins[data-spot]
tube8.net,tube8.es,tube8.com,tube8.fr##a[href*="/info.html#advertising"]
tube8.net,tube8.es,tube8.com,tube8.fr##.gridList > figure:not([data-videoid]):not([data-esp-node]):not([id])
tube8.net,tube8.es,tube8.com,tube8.fr##div[data-esp-node="catfish"]
||t8cdn.com/catfishBanner/
!
! livetv.sx / livetv*.me
!livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.me,cdn.livetv588.me,cdn.livetv589.me,cdn.livetv590.me,cdn.livetv591.me,cdn.livetv592.me,cdn.livetv593.me,cdn.livetv594.me,cdn.livetv595.me,cdn.livetv596.me,cdn.livetv597.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livetv602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.livetv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.livetv612.me,cdn.livetv613.me,cdn.livetv614.me,cdn.livetv615.me,cdn.livetv616.me,cdn.livetv617.me,cdn.livetv618.me,cdn.livetv619.me,cdn.livetv620.me,cdn.livetv621.me,cdn.livetv622.me,cdn.livetv623.me,cdn.livetv624.me,cdn.livetv625.me,cdn.livetv626.me,cdn.livetv627.me,cdn.livetv628.me,cdn.livetv629.me,cdn.livetv630.me,cdn.livetv631.me,cdn.livetv632.me,cdn.livetv633.me,cdn.livetv634.me,cdn.livetv635.me,cdn.livetv636.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.livetv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.livetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.livetv656.me,cdn.livetv657.me,livetv758.me,livetv759.me,livetv760.me,livetv761.me,livetv762.me,livetv763.me,livetv764.me,livetv765.me,livetv766.me,livetv767.me,livetv768.me,livetv769.me,livetv770.me,livetv771.me,livetv772.me,livetv773.me,livetv774.me,livetv775.me,livetv776.me,livetv777.me,livetv778.me,livetv779.me,livetv780.me,livetv781.me,livetv782.me,livetv783.me,livetv784.me,livetv785.me,livetv786.me,livetv787.me,livetv788.me,livetv789.me,livetv790.me,livetv791.me,livetv792.me,livetv793.me,livetv794.me,livetv795.me,livetv796.me,livetv797.me,livetv798.me,livetv799.me,livetv800.me,livetv801.me,livetv802.me,livetv803.me,livetv804.me,livetv805.me,livetv806.me,livetv807.me,livetv808.me,livetv809.me,livetv810.me,livetv811.me,livetv812.me,livetv813.me,livetv814.me,livetv815.me,livetv816.me,livetv817.me,livetv818.me,livetv819.me,livetv820.me,livetv821.me,livetv822.me,livetv823.me,livetv824.me,livetv825.me,livetv826.me,livetv827.me,livetv828.me,livetv829.me,livetv830.me#%#//scriptlet('prevent-window-open', '', '1')
||cdn.livetv*.me/tmp/515x45-
||cdn.livetv*.me/img/tmp/1x.png
livetvstream.pro,me##td[height="91"][align="center"][bgcolor="#000000"]
livetvstream.pro,me##td[background^="//cdn.livetv"] > table[width="100%"] > tbody > tr > td[valign="top"] + td[align="right"]
livetvstream.pro,me##iframe[src^="//ads.livetv"]
||cdn.livetv*.me/*/getbanner.php
!
! Related to livetv*.me
! apl*.me - frequently changed domains
! apl250.me etc. + the rule in general_extensions.txt
||emb.apl*.me/export/ltv_popup.php
||ii.apl*.me/js/pop.js
me##body[bgcolor="#000000"] > div[id="ads"][style^="position: absolute; z-index:"]
me##body[bgcolor="#000000"] > div[id="adbtm"][style^="position: fixed;"]
! apl*.me - frequently changed domains
apl100.me,apl101.me,apl102.me,apl103.me,apl104.me,apl105.me,apl106.me,apl107.me,apl108.me,apl109.me,apl110.me,apl111.me,apl112.me,apl113.me,apl114.me,apl115.me,apl116.me,apl117.me,apl118.me,apl119.me,apl120.me,apl121.me,apl122.me,apl123.me,apl124.me,apl125.me,apl126.me,apl127.me,apl128.me,apl129.me,apl130.me,apl131.me,apl132.me,apl133.me,apl134.me,apl135.me,apl136.me,apl137.me,apl138.me,apl139.me,apl140.me,apl141.me,apl142.me,apl143.me,apl144.me,apl145.me,apl146.me,apl147.me,apl148.me,apl149.me,apl150.me,apl151.me,apl152.me,apl153.me,apl154.me,apl155.me,apl156.me,apl157.me,apl158.me,apl159.me,apl160.me,apl161.me,apl162.me,apl163.me,apl164.me,apl165.me,apl166.me,apl167.me,apl168.me,apl169.me,apl170.me,apl171.me,apl172.me,apl173.me,apl174.me,apl175.me,apl176.me,apl177.me,apl178.me,apl179.me,apl180.me,apl181.me,apl182.me,apl183.me,apl184.me,apl185.me,apl186.me,apl187.me,apl188.me,apl189.me,apl190.me,apl191.me,apl192.me,apl193.me,apl194.me,apl195.me,apl196.me,apl197.me,apl198.me,apl199.me,apl200.me,apl201.me,apl202.me,apl203.me,apl204.me,apl205.me,apl206.me,apl207.me,apl208.me,apl209.me,apl210.me,apl211.me,apl212.me,apl213.me,apl214.me,apl215.me,apl216.me,apl217.me,apl218.me,apl219.me,apl220.me,apl221.me,apl222.me,apl223.me,apl224.me,apl225.me,apl226.me,apl227.me,apl228.me,apl229.me,apl230.me,apl231.me,apl232.me,apl233.me,apl234.me,apl235.me,apl236.me,apl237.me,apl238.me,apl239.me,apl240.me,apl241.me,apl242.me,apl243.me,apl244.me,apl245.me,apl246.me,apl247.me,apl248.me,apl249.me,apl250.me,apl250.me,apl251.me,apl252.me,apl253.me,apl254.me,apl255.me,apl256.me,apl257.me,apl258.me,apl259.me,apl260.me,apl261.me,apl262.me,apl263.me,apl264.me,apl265.me,apl266.me,apl267.me,apl268.me,apl269.me,apl270.me,apl271.me,apl272.me,apl273.me,apl274.me,apl275.me,apl276.me,apl277.me,apl278.me,apl279.me,apl280.me,apl281.me,apl282.me,apl283.me,apl284.me,apl285.me,apl286.me,apl287.me,apl288.me,apl289.me,apl290.me,apl291.me,apl292.me,apl293.me,apl294.me,apl295.me,apl296.me,apl297.me,apl298.me,apl299.me,apl300.me,apl301.me,apl302.me,apl303.me,apl304.me,apl305.me,apl306.me,apl307.me,apl308.me,apl309.me,apl310.me,apl311.me,apl312.me,apl313.me,apl314.me,apl315.me,apl316.me,apl317.me,apl318.me,apl319.me,apl320.me,apl321.me,apl322.me,apl323.me,apl324.me,apl325.me,apl326.me,apl327.me,apl328.me,apl329.me,apl330.me,apl331.me,apl332.me,apl333.me,apl334.me,apl335.me,apl336.me,apl337.me,apl338.me,apl339.me,apl340.me,apl341.me,apl342.me,apl343.me,apl344.me,apl345.me,apl346.me,apl347.me,apl348.me,apl349.me,apl350.me#%#//scriptlet("abort-on-property-write", "ct_siteunder")
!
! xhamster.com
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class*="pauseSpotContainer"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##[class^="yld-pc"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.banner-wrapper
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class*="containerBottomSpot"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##iframe[src^="https://vidsfull.online/"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##a[href^="https://faphouse.com/"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##aside[data-role="yld-pcpromo"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[data-role="pornstar-banner"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com#?#.main-wrap div.yxd-j:has(div.yxd-jcams-widget)
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com#?#.main-wrap > aside:has(> div.yxd-j > div.yxd-jcams-widget)
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##aside[data-role="yld-pdpromo"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class$="-containerPauseSpot"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div.xp-banner-bottom
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.traffic-stars
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.xplayer-b
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.ytd-jright-rectangle
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class^="wixx-"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class*="premium-overlay"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.clipstore-bottom
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.xplayer-banner
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##.video-thumb[class*="__look-like-item"]
xhofficial.com,seexh.com,taoxh.life,xhamster42.desi,xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhamster3.com,xhplanet2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamster.desi,stripchat.com##div[class*="sp-b"]
||xhvid.com/*/vast?
||*.doppiocdn.com/hls/*/master/*.m3u8$domain=seexh.com|taoxh.life|xhamster42.desi|xhvid.com|xhtab2.com|xhamster20.desi|xhamster19.desi|xhwebsite2.com|xhamster18.desi|xhadult3.com|xhadult2.com|xhmoon5.com|xhwide1.com|xhamster3.com|xhplanet2.com|megaxh.com|xhamster16.*|hamsterix.*|xhamster.com|xhamster2.com|xhamster7.com|xhamster8.com|xhamster9.com|xhamster10.com|xhamster12.com|xhamster13.*|xhamster14.com|xhamster15.com|xhamster17.*|xhamster18.*|xhamster19.com|xhamster1.desi|xhamster2.desi|xhamster3.*|xhamster4.desi|xhamster20.com|xhamster22.com|xhamster23.com|xhamster25.com|xhamster26.com|xhamster27.com|openxh.com|xhamster31.com|xhamster32.com|xhamster34.com|xhamster35.com|xhamster36.com|xhamster37.com|xhamster38.com|xhamster5.desi|xhopen.com|openxh1.com|xhamster39.com|xhamster40.com|xhamster.one|xhamster.desi
||go.xhamsterlive.com/api/models$third-party
||buzzer.xh*/api/models/vast?
!
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in##.flexContentAd
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in##.btn-sm.btn-coin
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in##.flexBefore
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in##.flexAfter
!
! Many non-Russian online cinemas use mail.ru player
my.mail.ru###b-video-wrapper > div.b-video-html5__overlay-container
!
! turbobit
||turbobit.net/*/img/promo/320x100.gif
||turbobiyt.net/fd1/js/brinpopup.js
/files/news/image/offer$domain=turbobyt.com|turbobyte.net|turbobiyt.net|turbobit.net|turbobits.cc
turbobyt.com###banner-place
turbobiyt.net,turbobyte.net##a[href*="/ybrowser/"]
||tb.turbocap.net/*.js
/pus/script$domain=turbobit1.com|turbobiyt.net
||turbobit.net/files/news/image/big.png
||turbobit.net/*/60090.
turbobyte.net,turbobit.net##div[style^="text-align:center;"] > a[target="_blanck"] > img
||turbobit.net/*/*_brand_$image
||turbobit.net/*/72890.png
turbobit.net##a[href*="&campaign="] > img
||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
turbobits.cc,turbobiyt.net,turbobit.net##center > a > img
turbobits.cc,turbobiyt.net,turbobit.net###adfrc_download_wrapper
artima.com,turbobit.net###topbanner
turbobit.net##.download-top-aplayer
turbobit.net##body > a#body-link
turbobit.net##img[width="600"][height="80"]
!
! twitch.tv - streamer's ads
twitch.tv##a[href^="https://ggbetpromo.com/"]
twitch.tv##a[href^="http://ggrus.bet/"]
twitch.tv##a[href^="https://ya.cc/"]
twitch.tv##a[href="https://vk.com/bust3rshop"]
twitch.tv##a[href*="store.asus.com/rog-promo/"]
twitch.tv##div[data-test-selector="channel_panel_test_selector"] > a[href^="http://bit.ly/"]
twitch.tv##div[data-test-selector="channel_panel_test_selector"] > a[href^="https://bit.ly/"]
player.twitch.tv##.video-player__container div[class^="Layout-"]:has(> span[data-a-target="video-ad-label"])
!
mail.yahoo.com##div[data-test-id="darla-container"]
mail.yahoo.com##div[data-test-id="ad-viewability-tracker"]
mail.yahoo.com##div[data-name="infinite-scroll-content"] > ul > li[data-test-id="infinite-scroll-PENCIL"]
! https://github.com/AdguardTeam/AdguardFilters/issues/162643
! https://github.com/AdguardTeam/AdguardFilters/issues/62629
! https://github.com/AdguardTeam/AdguardFilters/issues/56778
!
greatist.com,medicalnewstoday.com##.css-umsscj
greatist.com,medicalnewstoday.com##div[data-dynamic-ads]
greatist.com,medicalnewstoday.com##hl-adsense
!
forbes.com##.top-ad-container
forbes.com##.adblock-unused
forbes.com##.moreon-ad
forbes.com##div[class^="fbs-ad--"]
forbes.com##.channel--ad
!
! https://github.com/easylist/easylist/issues/6476
! Example: https://curtisbarways.com/gZ1vfAd01DRoG/60809
/^https?:\/\/(?:[a-z]{2}\.)?[0-9a-z]{5,16}\.[a-z]{3,7}\/[a-z](?=[a-z]{0,25}[0-9A-Z])[0-9a-zA-Z]{3,26}\/\d{4,5}(?:\?[_v]=\d+)?$/$subdocument,script,xmlhttprequest,third-party,match-case
! It seems that script and popup modifier doesn't work correctly used together, related to - https://github.com/AdguardTeam/AdguardBrowserExtension/issues/1992
/^https?:\/\/(?:[a-z]{2}\.)?[0-9a-z]{5,16}\.[a-z]{3,7}\/[a-z](?=[a-z]{0,25}[0-9A-Z])[0-9a-zA-Z]{3,26}\/\d{4,5}(?:\?[_v]=\d+)?$/$popup,third-party,match-case
! Popads
://*.bid^$script,third-party,domain=xxxmax.net|watchfreexxx.net|speedporn.net|filmlinks4u.is|needgayporn.com|gaypornmasters.com|uploadbank.com|ouo.press|dir50.com|thepiratebay.org|psarips.com|ouo.io|apkmirrorfull.com
/^https?:\/\/www\.[a-z]{8,14}\.(bid|club|co|com|me|pro|info)\/[a-z]{1,12}\.js$/$script,third-party,domain=2ddl.vg|anidl.org|srt.am|widestream.io|xxxstreams.me|speedporn.net|youwatchporn.com|oke.io|2ddl.unblocked.vc|gaypornwave.com|watchpornfree.ws|hentaimoe.me|sportsgala.xyz
/\/[0-9a-z]{5,8}\/[0-9a-z]{1,3}\/[0-9a-z]{5,8}\/(?:[0-9a-f]{2}\/){3}[0-9a-f]{32}\.js$/$script,~third-party,match-case,domain=aniwave.to
/\/[A-Z]{1,3}\/[-0-9a-z]{5,}\.com\/\d{1,3}\/\d+$/$script,~third-party,match-case,domain=9anime.to|bflix.to|aniwave.to
/\/[A-Z]{1,3}\/[-0-9a-z]{5,}\.com\/(?:[0-9a-f]{2}\/){3}[0-9a-f]{32}\.js$/$script,~third-party,match-case,domain=animesuge.to|mcloud.to|vizcloud.*|vizcloud2.*|9anime.to|bflix.to|aniwave.to
/^https?:\/\/(?:www\.|[a-z0-9]{7,10}\.)?[a-z0-9-]{5,}\.(?:com|bid|link|live|online|top|club)\/\/?(?:[a-z0-9]{2}\/){2,3}[a-f0-9]{32}\.js/$script,xmlhttprequest,third-party
/^https?:\/\/(?:www\.|[a-z0-9]{7,10}\.)?[a-z0-9-]{5,}\.(?:com|bid|link|live|online|top|club)\/\/?(?:[a-z0-9]{2}\/){2,3}[a-f0-9]{32}\.js/$script,third-party,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/54684
! New popads script - blocking popads script casues requests to "undefined" and in some cases website doesn't load correctly
|https://undefined/|$script,redirect=noopjs
! remove domain part when working fine for other websites too (one exception for this rule so far)
||blockadsnot.com^$redirect=nooptext,important,domain=hislink.net
!
! https://github.com/AdguardTeam/AdguardFilters/issues/59269
! Porn farming
adultlingeriepics.com,adultlingeriepics.com,adultspankingtgp.com,allfeetporn.com,allfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,allrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswinger.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltrannystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,asianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,asshotfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomtraining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdomporn.com,bestfemdomtgp.com,bestlegsporn.com,bestlingerieporn.com,bestlingerieporn.com,bestnylonpics.com,bestnylonpics.com,bestpainporn.com,bestpainporn.com,bestpornblack.com,bestpublicporn.com,bestspankingpics.com,bestupskirtporn.com,bestvoyeurpictures.com,bestvoyeurporn.com,bigboobsgrab.com,bigboobsgrab.com,blackxxxgalleries.com,buttstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfetish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.com,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspankinginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.com,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalepublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdompicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstraponsex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freebondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbiantgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylonfetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetish.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthumbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.com,freevoyeurnude.com,freshshemalepics.com,galleriesswingers.com,girlfriendstgp.com,girlspublic.com,hairyfuckingcunt.com,hardanalpics.com,hardasian.com,hardasian.com,hardbdsmpics.com,hardbdsmpics.com,hardbdsmsex.com,hardbondageart.com,hardbondageart.com,hardcoreblackfuck.com,hardspankingsex.com,hardspankingsex.com,hardupskirt.com,hiddenvoyeurporn.com,hotasiangallery.com,hotasiantgp.com,hotassgallery.com,hotbbwgalleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdomgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicking.com,hotlesbiansorgy.com,hotlesbiansorgy.com,hotmaturegalleries.com,hotmaturetgp.com,hotnylontgp.com,hotpainsex.com,hotpornebony.com,hotpornretro.com,hotpublicporn.com,hotpublicporn.com,hotpublicsex.com,hotsluttybutts.com,hotstraponporn.com,hotswingerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,hotupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.com,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hqladyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalepics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latexfetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.com,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.com,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeriepics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.com,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.com,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfecttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.com,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publicflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realfemdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarchives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychubbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesbiangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,shemalecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictures.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxstars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spicyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.com,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxxpics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.com,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thefemdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topladyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vintagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xladyboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.com##.space
adultlingeriepics.com,adultlingeriepics.com,adultspankingtgp.com,allfeetporn.com,allfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,allrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswinger.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltrannystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,asianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,asshotfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomtraining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdomporn.com,bestfemdomtgp.com,bestlegsporn.com,bestlingerieporn.com,bestlingerieporn.com,bestnylonpics.com,bestnylonpics.com,bestpainporn.com,bestpainporn.com,bestpornblack.com,bestpublicporn.com,bestspankingpics.com,bestupskirtporn.com,bestvoyeurpictures.com,bestvoyeurporn.com,bigboobsgrab.com,bigboobsgrab.com,blackxxxgalleries.com,buttstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfetish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.com,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspankinginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.com,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalepublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdompicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstraponsex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freebondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbiantgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylonfetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetish.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthumbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.com,freevoyeurnude.com,freshshemalepics.com,galleriesswingers.com,girlfriendstgp.com,girlspublic.com,hairyfuckingcunt.com,hardanalpics.com,hardasian.com,hardasian.com,hardbdsmpics.com,hardbdsmpics.com,hardbdsmsex.com,hardbondageart.com,hardbondageart.com,hardcoreblackfuck.com,hardspankingsex.com,hardspankingsex.com,hardupskirt.com,hiddenvoyeurporn.com,hotasiangallery.com,hotasiantgp.com,hotassgallery.com,hotbbwgalleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdomgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicking.com,hotlesbiansorgy.com,hotlesbiansorgy.com,hotmaturegalleries.com,hotmaturetgp.com,hotnylontgp.com,hotpainsex.com,hotpornebony.com,hotpornretro.com,hotpublicporn.com,hotpublicporn.com,hotpublicsex.com,hotsluttybutts.com,hotstraponporn.com,hotswingerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,hotupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.com,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hqladyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalepics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latexfetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.com,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.com,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeriepics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.com,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.com,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfecttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.com,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publicflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realfemdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarchives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychubbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesbiangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,shemalecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictures.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxstars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spicyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.com,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxxpics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.com,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thefemdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topladyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vintagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xladyboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.com##.content
adultlingeriepics.com,adultlingeriepics.com,adultspankingtgp.com,allfeetporn.com,allfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,allrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswinger.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltrannystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,asianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,asshotfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomtraining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdomporn.com,bestfemdomtgp.com,bestlegsporn.com,bestlingerieporn.com,bestlingerieporn.com,bestnylonpics.com,bestnylonpics.com,bestpainporn.com,bestpainporn.com,bestpornblack.com,bestpublicporn.com,bestspankingpics.com,bestupskirtporn.com,bestvoyeurpictures.com,bestvoyeurporn.com,bigboobsgrab.com,bigboobsgrab.com,blackxxxgalleries.com,buttstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfetish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.com,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspankinginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.com,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalepublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdompicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstraponsex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freebondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbiantgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylonfetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetish.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthumbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.com,freevoyeurnude.com,freshshemalepics.com,galleriesswingers.com,girlfriendstgp.com,girlspublic.com,hairyfuckingcunt.com,hardanalpics.com,hardasian.com,hardasian.com,hardbdsmpics.com,hardbdsmpics.com,hardbdsmsex.com,hardbondageart.com,hardbondageart.com,hardcoreblackfuck.com,hardspankingsex.com,hardspankingsex.com,hardupskirt.com,hiddenvoyeurporn.com,hotasiangallery.com,hotasiantgp.com,hotassgallery.com,hotbbwgalleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdomgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicking.com,hotlesbiansorgy.com,hotlesbiansorgy.com,hotmaturegalleries.com,hotmaturetgp.com,hotnylontgp.com,hotpainsex.com,hotpornebony.com,hotpornretro.com,hotpublicporn.com,hotpublicporn.com,hotpublicsex.com,hotsluttybutts.com,hotstraponporn.com,hotswingerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,hotupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.com,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hqladyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalepics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latexfetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.com,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.com,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeriepics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.com,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.com,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfecttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.com,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publicflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realfemdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarchives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychubbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesbiangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,shemalecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictures.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxstars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spicyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.com,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxxpics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.com,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thefemdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topladyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vintagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xladyboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.com##.contentrow
!
! https://github.com/AdguardTeam/AdguardFilters/pull/124850
! https://github.com/AdguardTeam/AdguardFilters/issues/116391
/(?:com|net)\/[a-z-]{3,10}\.html$/$subdocument,~third-party,domain=imgadult.com|imgdrive.net|imgtaxi.com|imgwallet.com
/(?:com|net)\/[0-9a-f]{12}\.js$/$script,~third-party,domain=imgadult.com|imgdrive.net|imgtaxi.com|imgwallet.com
!
!
!+ NOT_OPTIMIZED
ispreview.co.uk##div[style^="clear:both;border-radius:8px;"]
!+ NOT_OPTIMIZED
doodss.*##body > div > div.fixed
!+ NOT_OPTIMIZED
doodss.*###video-container ~ a[href="#"]
!+ NOT_OPTIMIZED
allevents.in##.ads_place_right
!+ NOT_OPTIMIZED
websleuths.com##a[data-dnasolvesslug]
!+ NOT_OPTIMIZED
websleuths.com##.block-body > div[style*="text-align: center; padding: 10px;"]:has(> a[data-dnasolvesslug])
!+ NOT_OPTIMIZED
websleuths.com##.p-body-sidebar > .block:not([data-widget-id]):has(> .block-container > .block-body > a[data-dnasolvesslug])
!+ NOT_OPTIMIZED
||dnasolves.com/static/js/embed.js$domain=websleuths.com
!+ NOT_OPTIMIZED
pixivision.net###ads-article-rectangle
!+ NOT_OPTIMIZED
augustman.com,prestigeonline.com,ephotozine.com##.masthead-container
!+ NOT_OPTIMIZED
||camstreams.tv/player/html.php?aid=*_html&video_id=*&*&referer
!+ NOT_OPTIMIZED
anonymousemail.me##.center > a[target="_blank"] > img
!+ NOT_OPTIMIZED
daijiworld.com##.ipRightAdvt
!+ NOT_OPTIMIZED
pastemagazine.com##div[id$="_rectangle"]
!+ NOT_OPTIMIZED
legit.ng##.c-adv--video-placeholder
!+ NOT_OPTIMIZED
foxbaltimore.com,foxchattanooga.com,foxillinois.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,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[class^="index_displayAd__"]
!+ NOT_OPTIMIZED
foxbaltimore.com,foxchattanooga.com,foxillinois.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,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[id^="interstory_first_ddb_"]
!+ NOT_OPTIMIZED
foxbaltimore.com,foxchattanooga.com,foxillinois.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,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[id^="interstory_second_ddb_"]
!+ NOT_OPTIMIZED
foxbaltimore.com,foxchattanooga.com,foxillinois.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,cbs2iowa.com,fox4beaumont.com,mycbs4.com,mynews4.com,news4sanantonio.com,abc6onyourside.com,wtov9.com,turnto10.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.com,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[class^="index_adBeforeContent__"]
!+ NOT_OPTIMIZED
##.primis-ad
!+ NOT_OPTIMIZED
nautil.us##.browsi-ad
!+ NOT_OPTIMIZED
gayvideo.me,gaypornlove.net,pvstreams.com,evolutionofbodybuilding.net,embetronicx.com,analyticsinsight.net,firesticktricks.com##.sgpb-popup-dialog-main-div-wrapper
!+ NOT_OPTIMIZED
gayvideo.me,gaypornlove.net,pvstreams.com,evolutionofbodybuilding.net,embetronicx.com,analyticsinsight.net,firesticktricks.com##.sgpb-popup-overlay
!+ NOT_OPTIMIZED
fastcompany.com##.sticky-outer-wrapper
!+ NOT_OPTIMIZED
hackster.io###article_page_simple_ad_portal
!+ NOT_OPTIMIZED
euractiv.com##.ea-gat-slot-wrapper
!+ NOT_OPTIMIZED
businesstoday.in##.secondAdPosition
!+ NOT_OPTIMIZED
whoreshub.com##[class^="pop-"]
!+ NOT_OPTIMIZED
porntube.com##.webcam-shelve
!+ NOT_OPTIMIZED
technologyreview.com##div[class^="headerTemplate__leaderboardRow-"]
!+ NOT_OPTIMIZED
autocar.co.uk##.block-autocar-ads-mpu1
!+ NOT_OPTIMIZED
nypost.com##.exco-video__container
!+ NOT_OPTIMIZED
ap7am.com##.ad-pvt
!+ NOT_OPTIMIZED
scroll.in##.in-article-adx
!+ NOT_OPTIMIZED
indiatoday.in##.shopping__widget
!+ NOT_OPTIMIZED
lifestyle.livemint.com##.sidebarAdv
!+ NOT_OPTIMIZED
yourtv.com.au##body span.channel-icon__ad-buffer
!+ NOT_OPTIMIZED
yourtv.com.au##div[class$="-icon--ad"]
!+ NOT_OPTIMIZED
yourtv.com.au##div[class$="fixed-ad"]
!+ NOT_OPTIMIZED
indy100.com##.body-description > div[id^="content_"]
!+ NOT_OPTIMIZED
stuff.tv##.wp-block-ad
!+ NOT_OPTIMIZED
clubnsfw.com##.fs-overlay
!+ NOT_OPTIMIZED
awkwardzombie.com###top-space
!+ NOT_OPTIMIZED
awkwardzombie.com###right-space
!+ NOT_OPTIMIZED
real.discount##div[class="card"][style="height:300px"]
!+ NOT_OPTIMIZED
wionews.com##.ads-box-d90-m300
!+ NOT_OPTIMIZED
cleantechnica.com#?#center:has(> bold:contains(Advertisement))
!+ NOT_OPTIMIZED
blockaway.net###zapperSquare
!+ NOT_OPTIMIZED
||services.brid.tv/player/build/brid.min.js$domain=android-x86.org|blitz.gg|ultrasurfing.com|boundingintocomics.com
!+ NOT_OPTIMIZED
heatmap.news##.infinite-container
!+ NOT_OPTIMIZED
ingles.com,spanishdict.com#?#body > div.ReactModalPortal:has(> .ReactModal__Overlay > .ReactModal__Content > div[class] > div[class] > div[class] > div[class] > iframe)
!+ NOT_OPTIMIZED
richup.io###richup-io_300x250
!+ NOT_OPTIMIZED
washingtontimes.com##.bigtext > hr
!+ NOT_OPTIMIZED
washingtontimes.com##.summary > hr
!+ NOT_OPTIMIZED
washingtontimes.com##.connatixcontainer
!+ NOT_OPTIMIZED
security.org##.checks__level--advertising
!+ NOT_OPTIMIZED
heatmap.news##.middle_leaderboard
!+ NOT_OPTIMIZED
fodors.com##.video-inline
!+ NOT_OPTIMIZED
thedailywtf.com#?#.article-body > p ~ div:contains(Advertisement)
!+ NOT_OPTIMIZED
fortnitetracker.com##.fne-event-details__left > div[style="margin: 0px auto; height: 250px; width: 300px;"]
!+ NOT_OPTIMIZED
dhakatribune.com###jw-popup
!+ NOT_OPTIMIZED
appleinsider.com##body .ad
!+ NOT_OPTIMIZED
appleinsider.com##body .ad + hr
!+ NOT_OPTIMIZED
lifehacker.com,lifehacker-com.cdn.ampproject.org#?#article > div[class*=" "]:has(> div > p:contains(Advertisement))
!+ NOT_OPTIMIZED
lifehacker.com,lifehacker-com.cdn.ampproject.org#?#article > aside:has(> div > div > a[data-amazonsin])
!+ NOT_OPTIMIZED
yonlendir.whatsaero.com#?#body > center:contains(/^Advertisement$/)
!+ NOT_OPTIMIZED
yonlendir.whatsaero.com#?#body > hr:has(+ .description + center:contains(/^Advertisement$/))
!+ NOT_OPTIMIZED
opencritic.com#?#.flex-grow-1 > app-advertisement ~ .mx-4:has(> div > .affiliate-button-container)
!+ NOT_OPTIMIZED
opencritic.com#?#.flex-grow-1 > app-advertisement ~ .mx-4:has(> div > .affiliate-button-container) + hr
!+ NOT_OPTIMIZED
opencritic.com#?#.flex-grow-1 > app-advertisement ~ .mx-4:has(> div > .affiliate-button-container) + hr + div + hr
!+ NOT_OPTIMIZED
titantv.com#?#.gridTable > tbody > tr:not([class]):has(> td[class][align="center"]:contains(/^sponsored$/))
!+ NOT_OPTIMIZED
techpp.com#?#div[class^="postBox"] > div[class^="articleList"] > .infeedBlock > .adsbygoogle:upward(2)
!+ NOT_OPTIMIZED
techpp.com#?##home-posts-section > .ct-section-inner-wrap > .ct-div-block > .ct-code-block > .code-block:upward(1)
!+ NOT_OPTIMIZED
videohelp.com#?#div[id] * > a[href^="https://go.nordvpn.net/aff_c?"]:upward(1)
!+ NOT_OPTIMIZED
videohelp.com#?#div[id] a[href^="https://www.dvdfab.cn/"] + a[href]:upward(1)
!+ NOT_OPTIMIZED
videohelp.com#?#div[id] a[href]:contains(/^Try (?:D.?V.?D.?F.?a.?b.?|StreamFab)|^StreamFab|^DVDFab$/) + a[href]:upward(1)
!+ NOT_OPTIMIZED
canyoublockit.com#?#center > p:contains(Advertisement)
!+ NOT_OPTIMIZED
thequint.com#?#.container div:has(> div > div > .adunitContainer)
!+ NOT_OPTIMIZED
thelocal.ch#?#body > div > .section:has( > div[class]:contains(Sponsored))
!+ NOT_OPTIMIZED
ultrabookreview.com##.sumright
!+ NOT_OPTIMIZED
ultrabookreview.com##div[id^="zzif"]
!+ NOT_OPTIMIZED
ultrabookreview.com##div[class^="postzzif"]
!+ NOT_OPTIMIZED
spectrum.ieee.org##.top-leader-container
!+ NOT_OPTIMIZED
yahoo.com##a[data-test-id="large-image-ad"]
!+ NOT_OPTIMIZED
msn.com##.galleryPage_eoabNativeAd_new-DS-EntryPoint1-1
!+ NOT_OPTIMIZED
cryptopolitan.com##.crp_inarticle_ads_container
!+ NOT_OPTIMIZED
cryptopolitan.com##.crp_sidebar_ads_container
!+ NOT_OPTIMIZED
cnbctv18.com##.ad_cntainer
!+ NOT_OPTIMIZED
celebwell.com##.vi-video-wrapper
!+ NOT_OPTIMIZED
businessinsider.in##.leaderboard-scrollable-cont
!+ NOT_OPTIMIZED
news18.com##div[style^="min-height:1170px"]
!+ NOT_OPTIMIZED
star-history.com###app > div.relative > div.relative.justify-end + div.fixed.right-0
!+ NOT_OPTIMIZED
snopes.com##.banner_ad_between_sections
!+ NOT_OPTIMIZED
linuxhandbook.com##.kg-bookmark-card
!+ NOT_OPTIMIZED
bigissue.com##.polaris__simple-grid--full
!+ NOT_OPTIMIZED
onetime-mail.com##div[style] > p > font[color="steelblue"] > b
!+ NOT_OPTIMIZED
nextpit.com.br,nextpit.it,nextpit.es,nextpit.fr,nextpit.com,androidpit.com.br##.gptSlot
!+ NOT_OPTIMIZED
earth.com##div[class^="AdZone"]
!+ NOT_OPTIMIZED
nnn.ng###hfgad1
!+ NOT_OPTIMIZED
nnn.ng###hfgad2
!+ NOT_OPTIMIZED
extremetech.com##.min-h-24
!+ NOT_OPTIMIZED
thehansindia.com##body .inside-post-ad:not(#style_important)
!+ NOT_OPTIMIZED
thehansindia.com##section[class^="editorial"][class*="-ad-"]
!+ NOT_OPTIMIZED
thehansindia.com##section[class^="hocal_hide_on_"]
!+ NOT_OPTIMIZED
thehansindia.com##.after_related_post
!+ NOT_OPTIMIZED
thehansindia.com##body div[class*="level_ad"]:not(#style_important)
!+ NOT_OPTIMIZED
thedriven.io###solarchoice_banner_1
!+ NOT_OPTIMIZED
tweaktown.com##.outbrainad
!+ NOT_OPTIMIZED
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,oneindia.com##.oiad-txt
!+ NOT_OPTIMIZED
filmibeat.com###photo-ad
!+ NOT_OPTIMIZED
filmibeat.com##.filmi-gallery-rightad
!+ NOT_OPTIMIZED
filmibeat.com###taboola-mid-home-stream-article
!+ NOT_OPTIMIZED
filmibeat.com##.filmibeat-top-ad
!+ NOT_OPTIMIZED
filmibeat.com###footerBanner
!+ NOT_OPTIMIZED
filmibeat.com###recommended_video
!+ NOT_OPTIMIZED
||filmibeat.com/scripts/videos/*-videos/scroll-ad.php
!+ NOT_OPTIMIZED
tupaki.com##.pwa_Ad
!+ NOT_OPTIMIZED
gotofap.tk,tempmaili.com,nairametrics.com##div[align="center"] > a[target="_blank"] > img
!+ NOT_OPTIMIZED
gpblog.com##.promo-element
!+ NOT_OPTIMIZED
gpblog.com##.betting-article-insert
!+ NOT_OPTIMIZED
gpblog.com##body .ad:not(#style_important)
!+ NOT_OPTIMIZED
project-syndicate.org##[data-page-subarea^="promotion-"]
!+ NOT_OPTIMIZED
gulte.com##div[style^="margin: 8px auto; text-align: center;"]
!+ NOT_OPTIMIZED
gulte.com###gultedesktop_fullpagead
!+ NOT_OPTIMIZED
gay0day.com##div[style^="height:250px;"]
!+ NOT_OPTIMIZED
skyandtelescope.org##.c-ad--label
!+ NOT_OPTIMIZED
gamesindustry.biz,vg247.com,eurogamer.*,rockpapershotgun.com###sticky_leaderboard
!+ NOT_OPTIMIZED
smailpro.com##label[for="hideip"]
!+ NOT_OPTIMIZED
techotopia.com###mw-content-text > table[align="center"]
!+ NOT_OPTIMIZED
techotopia.com###coverstyle
!+ NOT_OPTIMIZED
||fmmods.com/bnbanner/
!+ NOT_OPTIMIZED
||pornpoppy.com/*/external_pop.js
!+ NOT_OPTIMIZED
wired.com##div[data-testid="ContentFooterBottom"] > div[class^="RowWrapper-"]
!+ NOT_OPTIMIZED
wired.com##.ad-stickyhero
!+ NOT_OPTIMIZED
wired.co.uk,wired.com##.ad-height-hold
!+ NOT_OPTIMIZED
chedrives.com##a.btn.btn-success
!+ NOT_OPTIMIZED
independent.co.uk##div[data-mpu1="true"]
!+ NOT_OPTIMIZED
forums.redflagdeals.com##div[class$="_post_ad"]
!+ NOT_OPTIMIZED
forums.redflagdeals.com##.forum_topic_inline_bigbox
!+ NOT_OPTIMIZED
anyporn.com,bravoporn.com,bravoteens.com,bravotube.net##.inplb
!+ NOT_OPTIMIZED
proporn.com##.refill[style="width:100%;padding-top: 15px;"]
!+ NOT_OPTIMIZED
||pornpapa.com/extension/
!+ NOT_OPTIMIZED
anyporn.com##.content > noindex
!+ NOT_OPTIMIZED
##.in-content-ad-wrapper
!+ NOT_OPTIMIZED
||anysex.com/js/initsite.js
!+ NOT_OPTIMIZED
xcum.com##.block-banners
!+ NOT_OPTIMIZED
modrinth.com##div[type="banner"]
!+ NOT_OPTIMIZED
infowars.com##.css-1vj1npn
!+ NOT_OPTIMIZED
xtits.com,tubepornclassic.com##.adv-title
!+ NOT_OPTIMIZED
xtits.com,xtits.xxx##.re-under-player
!+ NOT_OPTIMIZED
coinranking.com##.top-leaderboard
!+ NOT_OPTIMIZED
bdnews24.com##div[id$="-ad"]
!+ NOT_OPTIMIZED
bdnews24.com##div[class^="ad-slot"]
!+ NOT_OPTIMIZED
##.oko-adhesion
!+ NOT_OPTIMIZED
dhakatribune.com##.single-page-top-ad
!+ NOT_OPTIMIZED
dhakatribune.com##.a-d-holder-container
!+ NOT_OPTIMIZED
||mylust.com/b/
!+ NOT_OPTIMIZED
||mylust.com/*.jsx
!+ NOT_OPTIMIZED
||mylust.com/assets/script.js^
!+ NOT_OPTIMIZED
mylust.com##.content > .list_info > .row:last-child
!+ NOT_OPTIMIZED
mylust.com##.content > .cs-bnr
!+ NOT_OPTIMIZED
mylust.com##.no_pop.centeredbox
!+ NOT_OPTIMIZED
news.sky.com##.sdc-article-body > .sdc-site-layout-sticky-region[data-format="floated-mpu"]
!+ NOT_OPTIMIZED
theindex.moe,piracy.moe##div[class^="SupportBanner_"]
!+ NOT_OPTIMIZED
ghacks.net##.box-banner
!+ NOT_OPTIMIZED
comicbook.com##.oas
!+ NOT_OPTIMIZED
comicbook.com##.embedVideoContainer
!+ NOT_OPTIMIZED
apkmirror.com##.listWidget > .promotedApp
!+ NOT_OPTIMIZED
userupload.*##.report > a.btn-danger
!+ NOT_OPTIMIZED
||vhanime.com/js/bnanime.js
!+ NOT_OPTIMIZED
||vhanime.com/js/popgogo.js
!+ NOT_OPTIMIZED
theblock.co##.stickyFooter
!+ NOT_OPTIMIZED
gamesindustry.biz,newscientist.com,usgamer.net##.leaderboard-container
!+ NOT_OPTIMIZED
hanime.tv##.htvad[style]
!+ NOT_OPTIMIZED
hanime.tv##div[class^="htvnad"]
!+ NOT_OPTIMIZED
smsnator.online,emailnator.com##[href^="https://go.nordvpn.net/aff_c"]
!+ NOT_OPTIMIZED
eftm.com##.adsanity-rotating-ads
!+ NOT_OPTIMIZED
||daily-sun.com/assets/images/banner/
!+ NOT_OPTIMIZED
##.trend-card-advert
!+ NOT_OPTIMIZED
##.trend-card-advert__title
!+ NOT_OPTIMIZED
##.page-content__advert
!+ NOT_OPTIMIZED
yts.do,yts.homes,yts.mx##.home-content > div[class*="hidden-xs"][class*="hidden-sm"] > div[class]
!+ NOT_OPTIMIZED
yts.mx##.home-content > div[class*="visible-xs"][class*="visible-sm"] > div[class]
!+ NOT_OPTIMIZED
thestreamable.com###promo-signup-bottom-sheet
!+ NOT_OPTIMIZED
delicious-audio.com##.one-big-ads
!+ NOT_OPTIMIZED
romspack.com,faindx.com,hentaiomg.com,laweekly.com,pridesource.com,alludemycourses.com,ipacrack.com,idevicecentral.com,hentaidude.tv,nxbrew.com,getintocourse.com,mymanagementguide.com,schooldrillers.com,aceofhacking.com,msftnext.com,thispointer.com,scienceabc.com,freesoft.id,winhelponline.com,kerala-travel-tourism.com,indieshortsmag.com,wpghub.com,kodi-tutorials.uk,ahegao.online,camwhores.co,wabetainfo.com,studydhaba.com,justlightnovels.com###custom_html-2
!+ NOT_OPTIMIZED
ringwitdatwixtor.com,metropolisjapan.com,hentai-sharing.net,hentaiomg.com,jav1080.com,javrookies.com,sakuravrjav.com,pridesource.com,switchrls.co,4sysops.com,idevicecentral.com,presentslide.in,forex-articles.com,forums.flyer.co.uk,3xplanet.com,getintocourse.com,schooldrillers.com,aceofhacking.com,linuxpip.org,kodi-tutorials.uk,yofreesamples.com,thispointer.com,freesoft.id,stevessmarthomeguide.com,animenhentai.com,sharkserve.rs,softvela.us,hwnews.in,collegelearners.com,watchmalcolminthemiddle.com###custom_html-3
!+ NOT_OPTIMIZED
buildsometech.com,4thsight.xyz,zonegfx.com,hutporner.com,jav1080.com,sakurajav.com,laweekly.com,watchseinfeld.com,historicseries.com,indiansexbazar.com,sonixgvn.net,eftm.com,streamempire.cc,pennbookcenter.com,floxblog.com,aceofhacking.com,watchtheoffice.cc,newtechworld.net,gfxdrug.com,collegelearners.com,tecmint.com,firesticktricks.com###custom_html-4
!+ NOT_OPTIMIZED
hutporner.com,javzh.com,thesource.com,javcrave.com,indiansexbazar.com,gossipfunda.com,claimfey.com,forexlap.com,courseforfree.net,dailyresearchplot.com,getintocourse.com,techspite.com,aceofhacking.com,freesoft.id###custom_html-5
!+ NOT_OPTIMIZED
osmanonline.co.uk,pridesource.com,fuxdeluxe.com,getintocourse.com,nationalchronicle.in,desiflix.club,techspite.com,aceofhacking.com,writeforreaders.com,softcobra.com,naijatechguide.com,freehtml5.co,copyblogger.com###custom_html-6
!+ NOT_OPTIMIZED
iproductkeys.com,siberkalem.com,readersfusion.com,artificialintelligencestechnology.com,techspite.com,aceofhacking.com,electronics-club.com,network-tools.com,tecmint.com,cyberciti.biz###custom_html-7
!+ NOT_OPTIMIZED
cdromance.org,dailymusicroll.com,cdromance.com,pridesource.com,watchtv24.com,4sysops.com,artificialintelligencestechnology.com,paradacreativa.es,desiflix.club,cdromance.com,techspite.com,aceofhacking.com,nationalchronicle.in,valuewalk.com###custom_html-8
!+ NOT_OPTIMIZED
hitbdsm.com,pridesource.com,bollyflix.lol,artificialintelligencestechnology.com,tecmint.com,embetronicx.com,arabtimesonline.com,javsister.com,desiflix.club,vladan.fr###custom_html-9
!+ NOT_OPTIMIZED
linux.how2shout.com,reneweconomy.com.au,hitbdsm.com,artificialintelligencestechnology.com,freecoursesonline.me,arabtimesonline.com,healthy4pepole.com,upscpdf.com###custom_html-10
!+ NOT_OPTIMIZED
gcamera.co,4sysops.com,upscpdf.com,javsister.com,freecoursesonline.me,arabtimesonline.com###custom_html-11
!+ NOT_OPTIMIZED
watchfreejavonline.co,bollyflix.lol,artificialintelligencestechnology.com,hwnews.in,agfy.co,freecoursesonline.me,arabtimesonline.com,embetronicx.com###custom_html-12
!+ NOT_OPTIMIZED
cat3movie.org,gossipfunda.com,paradacreativa.es###custom_html-14
!+ NOT_OPTIMIZED
cdromance.org,gossipfunda.com,coingape.com,sonyalpharumors.com,investmentwatchblog.com,onlinecourses24x7.com,darkcapture.app###custom_html-15
!+ NOT_OPTIMIZED
thepcenthusiast.com,4thsight.xyz,gossipfunda.com,stockingfetishvideo.com###custom_html-16
!+ NOT_OPTIMIZED
4thsight.xyz,techgeekbuzz.com,stockingfetishvideo.com###custom_html-17
!+ NOT_OPTIMIZED
gcamera.co,wikibiodata.com###custom_html-19
!+ NOT_OPTIMIZED
rightrasta.com,pridesource.com,thehouseofportable.com,gcamera.co###custom_html-20
!+ NOT_OPTIMIZED
sukidesuost.info###custom_html-23
!+ NOT_OPTIMIZED
linux.how2shout.com,4thsight.xyz,tech-story.net###custom_html-25
!+ NOT_OPTIMIZED
r2rdownload.org###custom_html-33
!+ NOT_OPTIMIZED
r2rdownload.org###custom_html-34
!+ NOT_OPTIMIZED
sonyalpharumors.com###custom_html-39
!+ NOT_OPTIMIZED
tutorialsduniya.com,sonyalpharumors.com###custom_html-41
!+ NOT_OPTIMIZED
tutorialsduniya.com###custom_html-44
!+ NOT_OPTIMIZED
gossipfunda.com##.widget_mc4wp_form_widget ~ aside.widget
!+ NOT_OPTIMIZED
readmanganato.com##.container-chapter-reader > div[style^="text-align:"]
!+ NOT_OPTIMIZED
analyticsinsight.net##.leader-board-area
!+ NOT_OPTIMIZED
petapixel.com##.video-aspect-wrapper
!+ NOT_OPTIMIZED
appleinsider.com##.primis-ad-wrap
!+ NOT_OPTIMIZED
lineageoslog.com##.rek-elastic
!+ NOT_OPTIMIZED
repo.hackyouriphone.org##.labeladv
!+ NOT_OPTIMIZED
dailymotion.com##div[class^="AdBanner"]
!+ NOT_OPTIMIZED
hotscope.tv###__next > div.MuiBox-root > div[class^="jss"][style="transform: none; transition: transform 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;"]
!+ NOT_OPTIMIZED
porner.tv,pornmonde.com##.sources
!+ NOT_OPTIMIZED
||hotscope.tv/_next/static/chunks/pages/go-$script,~third-party
!+ NOT_OPTIMIZED
mashable.com##section.mt-4 > div
!+ NOT_OPTIMIZED
pornpaw.com##div[style="height:250px;display:block;"]
!+ NOT_OPTIMIZED
||pornpaw.com/never.js
!+ NOT_OPTIMIZED
timeout.com##div[class^="_sponsoredContainer_"]
!+ NOT_OPTIMIZED
dailytrust.com##div[class^="header_ad_container"]
!+ NOT_OPTIMIZED
thebetterindia.com##body .adp-wrapper:not([data-id="5"])
!+ NOT_OPTIMIZED
thehackernews.com##.av-side-box
!+ NOT_OPTIMIZED
spokesman.com##.ad-column-l
!+ NOT_OPTIMIZED
thehackernews.com##body > .google.cf
!+ NOT_OPTIMIZED
pornq.com##.thumb--adv
!+ NOT_OPTIMIZED
hentaiplay.net###video_overlays
!+ NOT_OPTIMIZED
cosplayjav.pl##.baner-bottom-section
!+ NOT_OPTIMIZED
thepostmillennial.com###leader-mot
!+ NOT_OPTIMIZED
thepostmillennial.com##.surfsharkcontent
!+ NOT_OPTIMIZED
masalaseen.com##a[target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/166545
! Rule $referrerpolicy is required for apps, becasue source of ad servers is not detected and due to this regexp rules are not applied
! https://github.com/AdguardTeam/AdguardFilters/issues/166718
! Home timeline ads
! Thread ads
! https://github.com/AdguardTeam/AdguardFilters/issues/163220
! https://github.com/AdguardTeam/AdguardFilters/issues/102218
! qwant.com (unblocked in Filter unblocking search ads and self-promotion)
!+ NOT_OPTIMIZED
lite.qwant.com#?#.content > article.result:has(> p > span.ad)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/162999
! https://github.com/AdguardTeam/AdguardFilters/issues/173054
! https://github.com/AdguardTeam/AdguardFilters/issues/167668
! https://github.com/AdguardTeam/AdguardFilters/issues/160865
! Removes ad placeholders on the main page
! Removes ad placeholders in articles in "More for You" section
! Removes ad placeholders in sliders
! Current path is "properties.componentConfigs.slideshowConfigs.slideshowSettings.interstitialNativeAds"
! Other rules probably can be removed, but keep them just in case for some time
! https://github.com/AdguardTeam/AdguardFilters/issues/142849
! https://github.com/AdguardTeam/AdguardFilters/issues/145066
! https://github.com/AdguardTeam/AdguardFilters/issues/141047
! Generic cosmetic rules are not applied to small iframes - https://github.com/AdguardTeam/CoreLibs/issues/1721
vido.fun,zerknij.cc##a[onclick*="openAuc();"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142898
! https://github.com/AdguardTeam/AdguardFilters/issues/163535#issuecomment-1756129396
! https://github.com/AdguardTeam/AdguardFilters/issues/127267
! https://github.com/AdguardTeam/AdguardFilters/issues/119275
! https://github.com/AdguardTeam/AdguardFilters/issues/162300
!+ NOT_OPTIMIZED
engadget.com,yahoo.com##div[id^="sda-WFPAD"]
! https://github.com/AdguardTeam/AdguardFilters/issues/106728
! https://github.com/AdguardTeam/AdguardFilters/issues/104913
||realsrv.com/ad-provider.js$script,redirect=noopjs,domain=aznude.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101066
!+ NOT_OPTIMIZED
techyproio.blogspot.com##.separator > a[href] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/99483
!+ NOT_OPTIMIZED
overdrive.in##.add-section
! https://github.com/AdguardTeam/AdguardFilters/issues/99117
!+ NOT_OPTIMIZED
dailynewsegypt.com##.widget_rotatingbanners
! https://github.com/AdguardTeam/AdguardFilters/issues/97483
! https://github.com/AdguardTeam/AdguardFilters/issues/97360
! https://github.com/AdguardTeam/AdguardFilters/issues/96126
! https://github.com/AdguardTeam/AdguardFilters/issues/96334
! https://github.com/AdguardTeam/AdguardFilters/issues/95889
!+ NOT_OPTIMIZED
m.dict.cc##div[id^="adslot_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/92208
giantfreakinrobot.com##.pw-leaderboard-atf-container
!+ NOT_OPTIMIZED
giantfreakinrobot.com##.pw-in-article-ad-container
!+ NOT_OPTIMIZED
giantfreakinrobot.com##.pw-in-article-relevant-container
!+ NOT_OPTIMIZED
giantfreakinrobot.com##.pw-leaderboard-btf-container
! https://github.com/AdguardTeam/AdguardFilters/issues/91687
!+ NOT_OPTIMIZED
siasat.com##.stream-item-in-post
! https://github.com/AdguardTeam/AdguardFilters/issues/152773
! It's necessary to block service worker, otherwise element hiding and javascript rules do not work
! https://github.com/AdguardTeam/AdguardFilters/issues/146499
! It's necessary to block service worker, otherwise element hiding and javascript rules do not work
! https://github.com/AdguardTeam/AdguardFilters/issues/91307
! It's necessary to block service worker, otherwise element hiding and javascript rules do not work
!+ NOT_PLATFORM(ext_safari, ios)
/popup1000.js|$domain=manga1000.com
!+ NOT_OPTIMIZED
gadgetsnow.com##.shopping_wdgt
! https://github.com/AdguardTeam/AdguardFilters/issues/89245
!+ NOT_PLATFORM(ios, ext_android_cb)
medpagetoday.com##.leaderboard-region
! https://github.com/AdguardTeam/AdguardFilters/issues/112589
!+ NOT_OPTIMIZED
anysex.com##.main > div.content_right
! https://github.com/AdguardTeam/AdguardFilters/issues/85695
! https://github.com/AdguardTeam/AdguardFilters/issues/85321
!+ NOT_OPTIMIZED
daringfireball.net###SidebarMartini
! https://github.com/AdguardTeam/AdguardFilters/issues/81626
!+ NOT_OPTIMIZED
ethgasstation.info##.promo-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/79775
! https://github.com/AdguardTeam/AdguardFilters/issues/81174
! https://github.com/AdguardTeam/AdguardFilters/issues/79509
!+ NOT_OPTIMIZED
macrumors.com##.tertiary
!+ NOT_OPTIMIZED
macrumors.com##.sidebarblock
! https://github.com/AdguardTeam/AdguardFilters/issues/78394
!+ NOT_OPTIMIZED
wccftech.com##div[data-amp-original-style] a[href][rel="sponsored"]
!+ NOT_OPTIMIZED
wccftech.com##.ad a[href][rel="sponsored"]
! https://github.com/AdguardTeam/AdguardFilters/issues/74764
! It may causes adblock detection, so it was excluded for some platforms
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
||oppfiles.com/script_include.php?id=
! https://github.com/AdguardTeam/AdguardFilters/issues/73030
! https://github.com/AdguardTeam/AdguardFilters/issues/70255
!+ NOT_OPTIMIZED
newsmax.com##div[class^="dfp-article-ad-"]
!+ NOT_OPTIMIZED
||englishlightnovels.files.wordpress.com/*/amazonprime-banner.jpg$domain=englishlightnovels.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66432
!+ NOT_OPTIMIZED
routinehub.co###ethad
! https://github.com/AdguardTeam/AdguardFilters/issues/63696
! https://github.com/AdguardTeam/AdguardFilters/issues/72860
! https://github.com/AdguardTeam/AdguardFilters/issues/55784
! https://github.com/AdguardTeam/AdguardFilters/issues/53553
!+ NOT_OPTIMIZED
www-pocket--lint-com.cdn.ampproject.org##.content > div.block-inline
! https://github.com/AdguardTeam/AdguardFilters/issues/135245
! https://github.com/AdguardTeam/AdguardFilters/issues/53715
! https://github.com/AdguardTeam/AdguardFilters/issues/53359
! https://github.com/AdguardTeam/AdguardFilters/issues/52728
||protoawe.com/vast/$redirect=nooptext,domain=hdsex.org
! https://github.com/AdguardTeam/AdguardFilters/issues/52105
!+ NOT_OPTIMIZED
androidpolice.com##.homepage-sponsor
! https://github.com/AdguardTeam/AdguardFilters/issues/51892
!+ NOT_OPTIMIZED
m.bdnews24.com##div.sticky
! https://github.com/AdguardTeam/AdguardFilters/issues/48081
! https://github.com/AdguardTeam/AdguardFilters/issues/44083
! https://github.com/AdguardTeam/AdguardFilters/issues/34665
! 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
!+ NOT_PLATFORM(windows, mac, android)
theseotools.net##.adsbygoogle
! 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
! 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/33476
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
! https://github.com/AdguardTeam/AdguardFilters/issues/32580
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
! 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/30995
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
! https://github.com/AdguardTeam/AdguardFilters/issues/30875
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
! https://github.com/AdguardTeam/AdguardFilters/issues/30547
! https://github.com/AdguardTeam/AdguardFilters/issues/30456
! https://github.com/AdguardTeam/AdguardFilters/issues/30404
!+ NOT_PLATFORM(windows, mac, android)
akalaty4day.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30238
!+ NOT_OPTIMIZED
sportslogos.net##.bigBoxHomepage
! https://github.com/AdguardTeam/AdguardFilters/issues/29138
! https://github.com/AdguardTeam/AdguardFilters/issues/29605
! 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/53358
! https://github.com/AdguardTeam/AdguardFilters/issues/27369
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
! 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/53491
! https://github.com/AdguardTeam/AdguardFilters/issues/25989
||syndication.exoclick.com/splash.php?$redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/26990
!+ NOT_PLATFORM(windows, mac, android)
freshstuff4you.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/26841
! https://github.com/AdguardTeam/AdguardFilters/issues/26600
! 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/25468
! https://github.com/AdguardTeam/AdguardFilters/issues/25322
! https://github.com/AdguardTeam/AdguardFilters/issues/25105
! 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/22411
! https://github.com/AdguardTeam/AdguardFilters/issues/22277
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
! 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,redirect=nooptext,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/uBlockOrigin/uAssets/issues/3086#issuecomment-409981230
! 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/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,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/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/10387
!+ NOT_OPTIMIZED
androidcentral.com##p > a[rel="nofollow"] > img
! 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_OPTIMIZED
aajtak.intoday.in,ampproject.org##amp-embed[type="taboola"]
! https://forum.adguard.com/index.php?threads/23527/#post-164501
!+ NOT_OPTIMIZED
||reddit.com/api/request_promo.json
! https://github.com/AdguardTeam/AdguardFilters/issues/10738
! https://github.com/AdguardTeam/AdguardFilters/issues/8720
!+ 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://forum.adguard.com/index.php?threads/12858/
! https://forum.adguard.com/index.php?threads/23423/
!+ NOT_OPTIMIZED
dailymail.co.uk##.ad-wrapper
!+ NOT_OPTIMIZED
mail.yahoo.com##[data-test-id^="pencil-ad"]
!
! We're getting tons of questions from users who do not understand why some test on the internet does not show 100%.
! We're tired of explaining why this or that domain should not be blocked in reality so there's that
!
! Following domains should not be blocked globally because they are not used to show ads
!
! Not used to show Google ads directly
||afs.googlesyndication.com^$domain=d3ward.github.io
! Amazon Advertising CDN for advertisers
||advice-ads.s3.amazonaws.com^$domain=d3ward.github.io
! Amazon Advertising API for advertisers
||advertising-api-eu.amazon.com^$domain=d3ward.github.io
! Admin panels of ads systems
||ads$domain=d3ward.github.io
! Yandex Ads site
||advertising.yandex.ru^$domain=d3ward.github.io
||adfox.yandex.ru^$domain=d3ward.github.io
! Used for managing advertising campaigns on the Yahoo platform and is not used directly for displaying ads
||partnerads.ysm.yahoo.com^$domain=d3ward.github.io
! Apple Search Ads site
||advertising.apple.com^$domain=d3ward.github.io
! Yahoo advertiser's site
||advertising.yahoo.com^$domain=d3ward.github.io
||adtech.yahooinc.com^$domain=d3ward.github.io
! Yahoo ADS API for advertisers
||gemini.yahoo.com^$domain=d3ward.github.io
! May be used for ads in mobile Yandex apps, but only a specific URL (don't see it in my logs)
||extmaps-api.yandex.net^$domain=d3ward.github.io
! Twitter Ads API
||ads-api.twitter.com^$domain=d3ward.github.io
! Common baits which used to detects ad blockers
partner.ads.js$domain=d3ward.github.io
/pagead.js$domain=d3ward.github.io
!
!
! Special rules for AdGuard websites' test pages. The only purpose of these
! rules is to make test pages work so that users could verify that AdGuard
! is properly working.
!
!+ NOT_PLATFORM(ext_ublock) NOT_OPTIMIZED
adguard.info,adguard.com,adguard.app##.hello_from_adguard
!
!-------------------------------------------------------------------------------!
!-------------- Fixing filtration errors (false-positive) ----------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules that fix incorrect blocking. Rules must be domain-specific.
!
! Good: example.org#@#.ad
! Bad:  @@||example.org^$stealth (should be in AdGuard Base - allowlist_stealth.txt)
!
!
! SECTION: Temporary
! ATTENTION: The rules in this section must be accompanied by a link of an issue, where the problem will be fixed
! or with clear description what to do next
!
! https://github.com/AdguardTeam/AdguardFilters/issues/174731
@@||disneyplus.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/174891
! TODO: remove after fixing https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2690 in the extensions and apps
@@||facebook.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdGuardForSafari/issues/947
! Fixes performance issue in Safari
! https://github.com/AdguardTeam/CoreLibs/issues/1855
! https://github.com/AdguardTeam/AdguardFilters/issues/170372
! https://github.com/AdguardTeam/AdguardFilters/issues/168293
! Probably Safari bug
! `://adv.$domain=~adv.asahi.com|` second and subsequent negated domains are not taken into account
! https://github.com/AdguardTeam/CoreLibs/issues/1830
! TODO: check the bug status 14.12.23
! https://github.com/AdguardTeam/CoreLibs/issues/1808
! TODO: Remove the following rules if the above issue is resolved.
! https://github.com/AdguardTeam/AdguardFilters/issues/158932
! TODO: Remove the following rules if https://github.com/AdguardTeam/Scriptlets/issues/349 is resolved and available in the platforms.
! https://github.com/AdguardTeam/CoreLibs/issues/1763
! Website checks Content-MD5 in response headers and if it's empty does not display a content
@@||devfaq.ru/*/search?*&method=HEAD$xmlhttprequest,document
! https://github.com/AdguardTeam/CoreLibs/issues/1744
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/170565
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/169776
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/143916
! Fixing the problem, caused by CNAME trackers - this request must be blocked by AdGuard Cookie Notices filter (`||consent.cookiefirst.com^$third-party`)
||consent.cookiefirst.com^$badfilter
! https://twitter.com/alter_plr/status/1606517980321710082
@@||adv.lack-girl.com^$popup
@@||adv.lack-girl.com/_assets/$image,stylesheet,script,~third-party
! https://github.com/easylist/easylist/commit/a1dfdcb3158f463578bb9a5737934b95d5fe7025#commitcomment-84400982
javcrave.com#@#.widget_custom_html
! https://listauthorschat.slack.com/archives/C010N14G4TF/p1662472007335079
||thegay.com^$csp=default-src 'self' *.ahcdn.com fonts.gstatic.com fonts.googleapis.com https://thegay.com https://tn.thegay.com 'unsafe-inline' 'unsafe-eval' data: blob:,badfilter
! https://github.com/easylist/easylist/issues/13103
nybooks.com#@#.top-ad-wrapper
nybooks.com##.ad-spacing
! https://github.com/AdguardTeam/AdguardFilters/issues/100060
! already reported to EL
@@||geoip.redirect-ads.com/js/$script,~third-party
@@||geoip.redirect-ads.com^$subdocument,third-party
!
! The rules below are required
!
! https://github.com/AdguardTeam/CoreLibs/issues/1653
! https://github.com/AdguardTeam/AdguardForWindows/issues/4288
! https://github.com/AdguardTeam/AdguardFilters/issues/124938
! Fixed in the nightly build for Windows. Wait for release with CoreLibs 1.10
! checked 22.09.2022
! https://github.com/AdguardTeam/AdguardFilters/issues/112098
! https://github.com/AdguardTeam/CoreLibs/issues/1607
! Fixed in the nightly build for Windows. Wait for release with CoreLibs 1.10
! checked 22.09.2022
! https://forum.adguard.com/index.php?threads/46253/
! https://github.com/AdguardTeam/CoreLibs/issues/1594
! Fixed in the nightly build for Macos. Wait for release with CoreLibs 1.10
! checked 21.09.2022
$popup,third-party,domain=fembed-hd.com,badfilter
$popup,third-party,domain=sbplay2.com,badfilter
$popup,third-party,domain=dood.ws,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/32937
! Reported: https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2194 [21.09.22]
! NOTE: Temporary end ⬆️
! !SECTION: Temporary
!##################
!
!
!
!
! Fixing sites with AdShied (ygosu.com, etc.)
! https://github.com/AdguardTeam/AdguardFilters/issues/175422
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=syok.my
! https://github.com/AdguardTeam/AdguardFilters/issues/174470
@@||api-edge.cognitive.microsofttranslator.com/translate?
! https://github.com/AdguardTeam/AdguardFilters/issues/174233
greenplanner.it#@#.td-a-rec
! https://github.com/uBlockOrigin/uAssets/issues/22806
@@||d2zf5gu5e5mp87.cloudfront.net^$script,domain=ebaticalfel.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173900
@@||sonar.viously.com^$domain=supertoinette.com
! https://github.com/AdguardTeam/AdguardFilters/issues/174071
! https://github.com/AdguardTeam/AdguardFilters/issues/173478
@@||securepubads.g.doubleclick.net/gampad/ads$domain=purepeople.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=purepeople.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173733
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=manchestereveningnews.co.uk
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=manchestereveningnews.co.uk
@@||live.primis.tech/live/liveView.php$domain=manchestereveningnews.co.uk
@@||live.primis.tech/live/liveVideo.php$domain=manchestereveningnews.co.uk
@@||live.primis.tech/content/$domain=manchestereveningnews.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/173660
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=mountathletics.com
! https://github.com/uBlockOrigin/uAssets/issues/16691#issuecomment-1959352291
@@||ddzswov1e84sp.cloudfront.net^$script,domain=free-content.pro
@@||onasider.top/tc$xmlhttprequest,domain=free-content.pro
! https://github.com/AdguardTeam/AdguardFilters/issues/173314
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=metrolagu.cam
! https://github.com/AdguardTeam/AdguardFilters/issues/173156
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=worldsurfleague.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=worldsurfleague.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173151
! TODO: remove the rule when it's fixed in EasyList
||trstx.org^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/172880
$popup,third-party,domain=luluvdo.com,badfilter
! fix videos
reuters.com#@#[class^="primary-video__container_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/172583
nectr.com.au#@#.ad-main
nectr.com.au#@#.ad-heading
nectr.com.au#@#.ad-tag
nectr.com.au#@#.ad-content
! github.io - too wide rule
@@||github.io^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/172454
telkomsel.com#@##adsContainer
telkomsel.com#@#.ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/171550
sanemoku.com#@#.blogAd
sanemoku.com#@##horizontal-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/171372
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=liner.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/171285
! https://github.com/AdguardTeam/AdguardFilters/issues/175708
@@||google.com/pagead/landing$domain=godaddy.com
@@||googletagmanager.com/gtag/js$domain=godaddy.com
@@||googletagmanager.com/gtm.js$domain=godaddy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171345
! https://github.com/AdguardTeam/AdguardFilters/issues/171122
bringmethenews.com#@#.has-fixed-bottom-ad
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=bringmethenews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171211
@@||sonar.viously.com^$domain=clubic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171088
! https://github.com/AdguardTeam/AdguardFilters/issues/171093
kwik.si#@#.adSense
! https://github.com/AdguardTeam/AdguardFilters/issues/171026
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=barrons.com
! https://github.com/AdguardTeam/AdguardFilters/issues/170977
@@||cdn*.anyclip.com^$domain=content.dictionary.com
@@||trafficmanager.anyclip.com^$domain=content.dictionary.com
@@||assets.anyclip.com^$domain=content.dictionary.com
! https://github.com/AdguardTeam/AdguardFilters/issues/170740
! https://github.com/AdguardTeam/AdguardFilters/issues/170507
shareus.io#@#.adunit-container
! https://github.com/AdguardTeam/AdguardFilters/issues/170065
hollywoodreporter.com#@#[id^="jwplayer"]
! https://github.com/AdguardTeam/AdguardFilters/issues/169942
americanhunter.org#@#.video-ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/169443
! https://github.com/AdguardTeam/AdguardFilters/issues/169331
! https://github.com/AdguardTeam/AdguardFilters/issues/169101
@@||vcdn.xszcdn.com/hls/$domain=xszav1.com
! https://github.com/AdguardTeam/AdguardFilters/issues/168957
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=play.fancade.com,important
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=play.fancade.com
! comicbookmovie.com
comicbookmovie.com#@#.ad
comicbookmovie.com#$#.ad { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/168418
! #$# rule is required for Firefox extension
humix.com,mistergadget.tech#$#body .ez-video-wrap { display: block !important; }
humix.com#@#.ez-video-wrap
@@||humix.com/beardeddragon/iguana.js
@@||humix.com/beardeddragon/wyvern.js
@@||go.ezodn.com/beardeddragon/basilisk.js$domain=humix.com
@@||videosvc.ezoic.com/play?videoID=$domain=humix.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=humix.com|mistergadget.tech
! https://github.com/AdguardTeam/AdguardFilters/issues/167916
maxstreams.site#@##ad_topslot
! satdl.com - required green button not visible
satdl.com#@#.advertizement
! https://github.com/AdguardTeam/AdguardFilters/issues/167330
!#safari_cb_affinity(general,privacy)
@@||pub.doubleverify.com/dvtag/$domain=time.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/166923
@@||plex.tv/wp-content/themes/plex/assets/js/conditional/lib/fastclick.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/166617
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=telex.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/166698
@@||cleviationly.com/adServe/aff?*mydealz*&dlink=$popup,domain=mydealz.de
! https://github.com/AdguardTeam/AdguardFilters/issues/166444
! https://github.com/AdguardTeam/AdguardFilters/issues/166302
@@||cmp.inmobi.com/choice/*/choice.js$domain=express.co.uk
@@||cmp.inmobi.com/tcfv2/*.js$domain=express.co.uk
@@||cmp.inmobi.com/*/vendor-list-*.json$domain=express.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/166014
! https://github.com/AdguardTeam/AdguardFilters/issues/165932
@@/clickn(download|upload)\.[a-z]{3,5}/$script,xmlhttprequest,domain=clickndownload.*|clicknupload.*
! https://github.com/AdguardTeam/AdguardFilters/issues/165770
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=iheartradio.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/165367
prothomalo.com#@#.adsBox
prothomalo.com#@##top-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/164877
@@||yandex.ru/ads/system/adsdk.js$domain=kino.tricolor.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/164823
! https://github.com/AdguardTeam/AdguardFilters/issues/164954
darujizaodvoz.cz#@#.adslist
! https://github.com/AdguardTeam/AdguardFilters/issues/164929
$popup,third-party,domain=dood.la|dood.so|dood.to|dood.video|dood.watch|dood.ws|doodcdn.com|ds2play.com|doods.pro,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/164248
@@||cdn.datatables.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/163770
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mediastinger.com
! reddit.com - unnecessary exclusion
@@||reddit.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/163450
@@||ultimedia.com/js/common/smart.js$domain=letelegramme.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/163156
@@||vms-players.minutemediaservices.com^$script,domain=beargoggleson.com
@@||vms-players.minutemediaservices.com/mplayer-bridge.html$domain=beargoggleson.com
@@||vms-videos.minutemediaservices.com/*/mpd/$xmlhttprequest,domain=beargoggleson.com
beargoggleson.com#@##mplayer-embed
! https://github.com/AdguardTeam/AdguardFilters/issues/163060
@@||animecorner.me/*/screx.js
! https://github.com/AdguardTeam/AdguardFilters/issues/162483
space.com#@#.jwplayer__wrapper
! thestreet.com - player not showing
@@||player.ex.co/player/$domain=thestreet.com
thestreet.com#@#.pbs__player
! https://github.com/AdguardTeam/AdguardFilters/issues/162302
! https://github.com/AdguardTeam/AdGuardExtra/issues/467
! TODO: remove the rule when it's fixed in AdGuard Extra
! https://github.com/AdguardTeam/AdguardFilters/issues/161269
@@||img.soft98.ir/*/300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/162173
@@||lirarate.org/tardisrocinante/screx.js
! https://github.com/AdguardTeam/AdguardFilters/issues/161778#issuecomment-1727877903
! https://github.com/AdguardTeam/AdguardFilters/issues/161263
@@||micro.rubiconproject.com/prebid/dynamic/*.js$domain=tyla.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161628
! Minute Media
||googletagmanager.com/gtm.js$script,redirect=googletagservices-gpt,domain=lawlessrepublic.com|balldurham.com|hardwoodhoudini.com|netflixlife.com|nflspinzone.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161442
! from EasyList:
si.com#@#.l-inline.m-detail--feature-container
! https://github.com/AdguardTeam/AdguardFilters/issues/161687
gergerhaber.net#@#ins.adsbygoogle[data-ad-slot]
! https://github.com/AdguardTeam/AdguardFilters/issues/161514
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=soonersports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161551
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=bloomberg.com,important
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=bloomberg.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/161447
@@||vms-videos.minutemediaservices.com/*/m3u8/$domain=reignoftroy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161378
@@||player.ex.co/player/$domain=si.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161279
! https://github.com/AdguardTeam/AdguardFilters/issues/161344
! https://github.com/AdguardTeam/AdguardFilters/issues/161220
! https://github.com/AdguardTeam/AdguardFilters/issues/161050
todayonline.com#@#.ad-entity-container
! https://github.com/AdguardTeam/AdguardFilters/issues/161056
||nsw2u.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/160801
! https://github.com/AdguardTeam/AdguardFilters/issues/160106
@@||prod.adspsp.com/adb.2418030m.min.js$domain=medicalnewstoday.com
! https://github.com/AdguardTeam/AdguardFilters/issues/160566
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=kraloyun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/159844
! https://github.com/AdguardTeam/AdguardFilters/issues/159325
!#safari_cb_affinity(general,privacy)
@@||googletagservices.com/tag/js/gpt.js$domain=core77.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/159412
! https://github.com/AdguardTeam/AdguardFilters/issues/153103
@@||ads.themoneytizer.com/s/gen.js$domain=shorterall.com
! https://github.com/easylist/easylist/issues/15021
||googleadservices.com/pagead/conversion.js$script,redirect=noopjs,domain=ncsoft.jp,important
! https://github.com/AdguardTeam/AdguardFilters/issues/148251
doodle.com#@#.AdsLayout
doodle.com#@#.AdsSlot
! https://github.com/AdguardTeam/AdguardFilters/issues/158118
rmmedia.ru#@#iframe[width="100%"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/157925
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=abccar.com.tw
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=abccar.com.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/157375
@@||ad.doubleclick.net/favicon.ico$domain=tracker.gg
! https://github.com/AdguardTeam/AdguardFilters/issues/156404
@@||abv-p.com/Images/adv.png
! https://github.com/AdguardTeam/AdguardFilters/issues/154871
@@||timeweb.com/*/other-user-articles/google-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/159215
koolcenter.com#@#.ad_item
! https://github.com/AdguardTeam/AdguardFilters/issues/159061
@@||abv-p.com/Images/
! https://github.com/AdguardTeam/AdguardFilters/issues/158763
@@||yandex.ru/ads/system/adsdk.js$domain=gisher.org
! https://github.com/AdguardTeam/AdguardFilters/issues/158647
! https://github.com/AdguardTeam/AdguardFilters/issues/158096
kleinanzeigen.de#@#.adItem
! https://github.com/AdguardTeam/AdguardFilters/issues/158007
! kotaku.com - video broken
@@||kotaku.com/x-kinja-static/assets/new-client/adManager~video-html5-playlist~videoHtml5.*.js$domain=kotaku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/157010
tupaki.com#@#.ads-section
! https://github.com/AdguardTeam/AdguardFilters/issues/156453
||ntuplay.xyz^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/156181
@@||ad-maven.com^$domain=ad-maven.com
ad-maven.com#@#HTML
! https://github.com/AdguardTeam/AdguardFilters/issues/156318
safelink.asia#@#.banner-468x60
! https://github.com/AdguardTeam/AdguardFilters/issues/156403
@@||rootzaffiliates.com^$domain=rootzaffiliates.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156357
indiatimes.com#@?#div:-abp-has(> div[id^="div-gpt-ad-"])
! taboolanews.com - feed scroll
! url: https://taboolanews.com/summary-page/-8093659837077885341?dc_data=3278547_samsung-carnival-us
taboolanews.com#@#.trc-content-sponsored
taboolanews.com#@#.trc_related_container div[data-item-syndicated="true"]
taboolanews.com#@#.trc_rbox_div .syndicatedItem
taboolanews.com#@#.trc_rbox_border_elm .syndicatedItem
taboolanews.com#@#.trc_rbox .syndicatedItem
! https://github.com/AdguardTeam/AdguardFilters/issues/155647
@@||craftaro.com/build/assets/GoogleAd-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/155632
||ads.nextday.media/prebid/jw-video/*.min.js$script,redirect=noopjs,domain=gpblog.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155629
@@||ads.sber.ru^$domain=ads.sber.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/154970
! Some data cannot be loaded
@@||github.com/AdguardTeam/
! https://github.com/AdguardTeam/AdguardFilters/issues/154277
@@||independent.co.uk/_build/prebid.*.js$domain=independent.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/153767
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=manoramamax.com
@@||manoramamax.com/videojs/videojs-contrib-ads.min.js$domain=manoramamax.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=manoramamax.com
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=manoramamax.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/153946
@@||d1ayxb9ooonjts.cloudfront.net/bitly2/$domain=bitly.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153879
@@||doubleclick.net/ssai/*/streams$xmlhttprequest,domain=snippet.univtec.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153277
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=discoveryplus.in
! https://github.com/AdguardTeam/AdguardFilters/issues/153225
! TODO: remove the rules below when the issue is fixed https://github.com/AdguardTeam/Scriptlets/issues/326
kupi.cz#@%#//scriptlet('ubo-cookie-remover.js', '/^_?adb/')
||kupi.cz^$cookie=/^_?adb/
! https://github.com/AdguardTeam/AdguardFilters/issues/152980
@@||adv.clickadu.com^$domain=adv.clickadu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/152970
@@||carefood.kz/upload/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/152966
livemint.com#@#.rhsWidgetNotAdFree
! https://github.com/AdguardTeam/AdguardFilters/issues/152959
hindustantimes.com#@#.rgtAdSection
! https://github.com/AdguardTeam/AdguardFilters/issues/152957
gyanitheme.com#@#.banner-728x90
! Fixed totaladblock.com site
||totaladblock.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/152828
@@||pixel.adsafeprotected.com/services/pub$domain=reuters.com
! sdamgia.ru
sdamgia.ru#@#iframe[width="100%"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/151456
! https://github.com/AdguardTeam/AdguardFilters/issues/152302
! https://github.com/AdguardTeam/AdguardFilters/issues/152148
! https://github.com/AdguardTeam/AdguardFilters/issues/152260
@@||mealcold.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mealcold.com
! https://github.com/AdguardTeam/AdguardFilters/issues/152100
||pagead2.googlesyndication.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=wunderground.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151554
@@||proton.me/static/*/google-ads-blog.webp
! https://github.com/AdguardTeam/AdguardFilters/issues/149482
@@||concertads-configs.vox-cdn.com/sbn/sbn/arrowheadpride/config.json$domain=arrowheadpride.com
@@||cdn.concert.io/lib/concert-ads/v*-latest/concert_ads.js$domain=arrowheadpride.com
@@||cdn.vox-cdn.com/packs/js/concert_ads-*.js$domain=arrowheadpride.com
! https://github.com/AdguardTeam/AdguardFilters/issues/150223
@@||concertads-configs.vox-cdn.com/sbn/sbn/config.json$domain=bavarianfootballworks.com
@@||cdn.vox-cdn.com/packs/js/concert_ads-*.js$domain=bavarianfootballworks.com
@@||concert.io/lib/concert-ads/v*-latest/concert_ads.js$domain=bavarianfootballworks.com
! https://github.com/AdguardTeam/AdguardFilters/issues/150232
hihonor.com#@#.ad-wrap
hihonor.com#@#.ad-section
! https://github.com/AdguardTeam/AdguardForWindows/issues/4694
! Fixes news on the main page in Edge
@@||assets.msn.com/bundles/v*/edgeChromium/latest/native-ad-sales-highlight-v*.js$domain=ntp.msn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149809
next.gr#@##ad_banner
! https://github.com/AdguardTeam/AdguardFilters/issues/149499
delta.com#@#.adv-container
! https://github.com/AdguardTeam/AdguardFilters/issues/149228
@@||ebay.*/makeOffer/$document,subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/149624
! https://github.com/AdguardTeam/AdguardFilters/issues/149223
ewrc-results.com,ewrc-models.com#@#.cardAd
! https://github.com/AdguardTeam/AdguardFilters/issues/149216
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=gazetakrakowska.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/148159
@@||simcotools.app/assets/adsense-
! https://github.com/AdguardTeam/AdguardFilters/issues/148109
@@||sf.ezoiccdn.com/ezossp/https/kosmofoto.com/wp-includes/$script,domain=kosmofoto.com
@@||sf.ezoiccdn.com/ezossp/https/kosmofoto.com/_static/$script,domain=kosmofoto.com
@@||sf.ezoiccdn.com/ezossp/https/kosmofoto.com/wp-content/$script,domain=kosmofoto.com
@@||sf.ezoiccdn.com/ezoimgfmt/kosmofoto.com/wp-content/uploads/2022/01/KFLogo-272x90-1.jpg$domain=kosmofoto.com
@@||sf.ezoiccdn.com/ezoimgfmt/i0.wp.com/kosmofoto.com/wp-content/uploads/$image,domain=kosmofoto.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148014
pbs.org#@#.tile-ad
pbs.org#@#.banner-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/147663
@@||dashboard.tinypass.com/xbuilder/experience/$domain=cnbc.com
@@||micro.rubiconproject.com/prebid/dynamic/*.js$domain=cnbc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/147895
coursekingdom.xyz#@#[href^="https://ad.admitad.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/147504
gearspace.com#@#a[onclick]
! https://github.com/AdguardTeam/AdguardFilters/issues/147201
@@||tvid.in/sdk/*.js$domain=em.timesnownews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/147510
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagservices.com/tag/js/gpt.js$domain=scotsman.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/146971
zol.com.cn#@##search_ad
! connect.ubisoft.com - unable to see entered login and not able to link accounts to e. g. Amazon
@@||connect.ubisoft.com/oauth/*?redirectUrl$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/146765
@@||pub.pixels.ai/prebid_standard.js$domain=standard.co.uk
! abcya.com - fixing video games
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=abcya.com
||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/videojs.ads.css$stylesheet,redirect=noopcss,domain=abcya.com
! https://github.com/AdguardTeam/AdguardFilters/issues/146298
surl.li#@#.ads-card
! https://github.com/AdguardTeam/AdguardFilters/issues/145909
supersummary.com#@#.sidebar-ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/146215
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=click2houston.com,important
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=click2houston.com
@@||pubads.g.doubleclick.net/ssai/event/*/master.m3u8$domain=click2houston.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142849
! https://github.com/AdguardTeam/AdguardFilters/issues/157641
! https://github.com/AdguardTeam/AdguardFilters/issues/145816
@@||amazon-adsystem.com/aax2/apstag.js$domain=ladbible.com|unilad.com|unilad.co.uk|gamingbible.com|tyla.com|sportbible.com
@@||pub.doubleverify.com/signals/pub.json$domain=ladbible.com|unilad.com|unilad.co.uk|gamingbible.com|tyla.com|sportbible.com
@@||pub.doubleverify.com/dvtag/signals/*/pub.json$domain=ladbible.com|unilad.com|unilad.co.uk|gamingbible.com|tyla.com|sportbible.com
@@||pub.doubleverify.com/signals/pub.js$domain=ladbible.com|unilad.com|unilad.co.uk|gamingbible.com|tyla.com|sportbible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/145210
extramovies.bio#@#.ad_btn
! https://github.com/AdguardTeam/AdguardFilters/issues/144613
! https://github.com/AdguardTeam/AdguardFilters/issues/157859
! https://github.com/AdguardTeam/AdguardFilters/issues/145327
! https://github.com/AdguardTeam/AdguardFilters/issues/144911
@@||outkick.com/wp-content/plugins/advanced-ads-pro/assets/js/
@@||outkick.com/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/144923
gearspace.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/144474
@@||sonic-ui.highereducation.com/latest/vendor.js$domain=thebestschools.org
@@||sonic-ui.highereducation.com/latest/ucl.publisher.js$domain=thebestschools.org
@@||sonic-ui.highereducation.com/latest/ucl.adapter.js$domain=thebestschools.org
@@||sonic-ui.highereducation.com/latest/sonic-callout.js$domain=thebestschools.org
! https://github.com/AdguardTeam/AdguardFilters/issues/143881
! https://github.com/AdguardTeam/AdguardFilters/issues/143764
@@||gammaplus.takeshobo.co.jp/img/ad/
! https://www.reddit.com/r/Adguard/comments/11asj2f/how_to_allow_iframes_from_specific_domains/
! Unblocks embedded player from bandcamp.com
tumblr.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/143829
@@||cdn.vox-cdn.com/packs/js/concert_ads-*.js$domain=goldenstateofmind.com
@@||concert.io/lib/concert-ads/v*-latest/concert_ads.js$domain=goldenstateofmind.com
@@||concertads-configs.vox-cdn.com/sbn/sbn/config.json$domain=goldenstateofmind.com
! https://github.com/AdguardTeam/AdguardFilters/issues/143481
gamemonetize.video#@#.companion-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/143472
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=cargames.com|yiv.com|puzzlegame.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142773
! https://github.com/AdguardTeam/AdguardFilters/issues/141993
$popup,domain=s2dfree.cc|s2dfree.de|s2dfree.is|s2dfree.nl|s2dfree.to|soap2day.ac|soap2day.mx|soap2day.sh,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/142514
enate.io#@#iframe[width="100%"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142478
@@||imasdk.googleapis.com/js/sdkloader/ima3*.js$domain=cbsnews.com
||imasdk.googleapis.com/js/sdkloader/ima3*.js$script,redirect=google-ima3,domain=cbsnews.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/141963
@@||lngtd.com/ehftv_ros.js$domain=ehftv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142387
! https://github.com/AdguardTeam/AdguardFilters/issues/142161
@@||googletagmanager.com/gtm.js$domain=zennioptical.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142105
@@||whatsapp.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/141814
! https://github.com/AdguardTeam/AdguardFilters/issues/141317
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=zygomatic.arkadiumarena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/141307
wallpapers.com#@#.ad-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/141275
||embed.sendtonews.com^$third-party,badfilter,domain=miamiherald.com
! https://github.com/AdguardTeam/AdguardFilters/issues/141425
@@||spbentleigheast.schoolzineplus.com/_file/media/*/*.pdf
! https://github.com/AdguardTeam/AdguardFilters/issues/150407
! https://github.com/AdguardTeam/AdguardFilters/issues/140750
! https://github.com/AdguardTeam/AdguardFilters/issues/141077
! https://github.com/AdguardTeam/AdguardFilters/issues/141000
! https://github.com/AdguardTeam/AdguardFilters/issues/140950
@@||sonichits.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/140893
! https://github.com/AdguardTeam/AdguardFilters/issues/140431
@@||xweb.instagram.com/ads/preferences/
! https://github.com/AdguardTeam/AdguardFilters/issues/140588
/^https?:\/\/[0-9a-z]{8,}\.xyz\/.*/$~media,third-party,domain=sportcast.life,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/140351
@@||cdn*.esimg.jp/resize/*/image/nativead/
! https://github.com/AdguardTeam/AdguardFilters/issues/140126
! https://github.com/AdguardTeam/AdguardFilters/issues/139747
@@||disqus.com/embed/comments/
! https://github.com/AdguardTeam/AdguardFilters/issues/139436
! https://github.com/AdguardTeam/AdguardFilters/issues/145274
! https://github.com/AdguardTeam/AdguardFilters/issues/139798
gumtree.co.za#@#.menu-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/139547
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ksl.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=ksl.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/139376
! https://github.com/AdguardTeam/AdguardFilters/issues/139223
@@||dropbox.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/138802
! https://github.com/AdguardTeam/AdguardFilters/issues/139049
! https://github.com/AdguardTeam/AdguardFilters/issues/138848
@@||tn.voyeurhit.com^$domain=voyeurhit.tube
! https://github.com/AdguardTeam/AdguardFilters/issues/138092
iphoneincanada.ca#@#a[href^="https://click.linksynergy.com/fs-bin/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/137947
upfilesurls.com#@#.ad-element
upfilesurls.com#@#.ad-inner
! https://github.com/AdguardTeam/AdguardFilters/issues/137636
! https://github.com/AdguardTeam/AdguardFilters/issues/137885
@@||cgchannel.com/wp-content/uploads/*_Advertorial_*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/153601
instagram.com#@?#article[class] > div[class]:-abp-has(span:-abp-contains(/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/))
! https://github.com/AdguardTeam/AdguardFilters/issues/138429
! https://github.com/AdguardTeam/AdguardFilters/issues/143571#issuecomment-1475488942
instagram.com#@?#article[role="presentation"] > div[style]:-abp-has(span:-abp-contains(/Anzeige|Gesponsert|Sponsored|Geborg|Sponzorováno|Sponsoreret|Χορηγούμενη|Publicidad|Sponsoroitu|Sponsorisé|Bersponsor|Sponsorizzato|広告|광고|Ditaja|Sponset|Gesponsord|Sponsorowane|Patrocinado|Реклама|Sponsrad|ได้รับการสนับสนุน|May Sponsor|Sponsorlu|赞助内容|贊助|প্রযোজিত|પ્રાયોજિત|स्पॉन्सर्ड|Sponzorirano|ಪ್ರಾಯೋಜಿತ|സ്‌പോൺസർ ചെയ്‌തത്|पुरस्‍कृत|प्रायोजित|ਪ੍ਰਾਯੋਜਿਤ|මුදල් ගෙවා ප්‍රචාරය කරන ලදි|Sponzorované|விளம்பரதாரர்கள்|స్పాన్సర్ చేసింది|Được tài trợ|Спонсорирано|Commandité|Sponsorizat|Спонзорисано/))
! https://github.com/AdguardTeam/AdguardFilters/issues/137874
instagram.com#@?#div[style="max-height: inherit; max-width: inherit;"]:-abp-has(span:-abp-contains(Paid partnership with ))
! https://github.com/AdguardTeam/AdguardFilters/issues/137663
@@||oasjs.kataweb.it/adsetup.real.js$domain=video.repubblica.it
! https://github.com/AdguardTeam/AdguardFilters/issues/137693
$popup,third-party,domain=soap2day.*,badfilter
! https://github.com/easylist/easylist/pull/14442
@@||nakanohito.jp^*/bi.js$domain=myna.go.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/137106
@@||lib.wtg-ads.com/lib.min.js$domain=dnevnik.hr
! https://github.com/AdguardTeam/AdguardFilters/issues/137434
primegrid.com#@#img[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/137001
||securepubads.g.doubleclick.net/pagead/ppub_config$xmlhttprequest,redirect=noopjson,domain=independent.co.uk,important
@@||securepubads.g.doubleclick.net/pagead/ppub_config$domain=independent.co.uk
@@||pub.pixels.ai/wrap-independent-prebid-lib.js$domain=independent.co.uk
@@||static.adsafeprotected.com/iasPET*.js$domain=independent.co.uk
! Fix issue with video players
! In apps $popup modifier sometimes is applied to xmlhttprequest and it causes that video doesn't work
$popup,third-party,domain=1337x.buzz|9anime.id|adblockeronstape.me|adblockeronstreamtape.me|adblockeronstrtape.xyz|adblockplustape.com|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.fr|adblockstreamtape.site|adblocktape.online|adblocktape.store|adblocktape.wiki|animepl.xyz|animeworld.biz|assia4.com|atrocidades18.net|bflix.ru|cloudemb.com|cloudvideo.tv|databasegdriveplayer.xyz|dembed1.com|diampokusy.com|dir-proxy.net|dirproxy.info|dood.re|dood.wf|dood.ws|dood.yt|embedsito.com|fembed-hd.com|file-upload.com|filemoon.sx|freeplayervideo.com|geoip.redirect-ads.com|gogoanime.lol|gogoanime.nl|haes.tech|highstream.tv|hubfiles.ws|hydrax.xyz|katfile.com|kissanime.lol|kokostream.net|livesports4u.xyz|livetv498.me|loader.to|luxubu.review|mangovideo.pw|mixdrop.bz|mixdrop.click|mixdrop.club|mixdrop.sx|mixdrop.to|mixdrops.xyz|mixdrp.to|monstream.org|myflixer.to|ninjastream.to|oneproxy.org|piracyproxy.biz|piraproxy.info|pixroute.com|playtube.ws|pomvideo.cc|pouvideo.cc|projectfreetv2.com|proxyer.org|raes.tech|sbfast.com|sbplay2.com|sbplay2.xyz|sbthe.com|scloud.online|shavetape.cash|slmaxed.com|ssbstream.net|stapadblockuser.info|stape.fun|stape.me|stapewithadblock.beauty|stapewithadblock.monster|stapewithadblock.xyz|strcloud.in|streamas.cloud|streamhide.to|streamlare.com|streamta.pe|streamtape.com|streamtape.to|streamtapeadblock.art|streamtapeadblockuser.art|streamtapeadblockuser.homes|streamtapeadblockuser.monster|streamtapeadblockuser.xyz|streamtapse.com|streamz.ws|streamzz.to|strtape.cloud|strtapeadblocker.xyz|strtapewithadblock.art|strtapewithadblock.xyz|strtpe.link|supervideo.tv|suzihaza.com|theproxy.ws|trafficdepot.xyz|tubeload.co|un-block-voe.net|uploadfiles.pw|uproxy.co|upstream.to|upvid.biz|uqload.com|vanfem.com|vidcloud9.com|videovard.to|vidlox.me|viewsb.com|vivo.sx|voe-unblock.com|voe-unblock.net|voe.sx|voeunblock1.com|voeunblock2.com|voiranime.com|watchsb.com|welovemanga.one|wiztube.xyz|wootly.ch|y2mate.is|youtubedownloader.sh|ytmp3.cc,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/136430
@@||nu.nl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/131310
! https://github.com/AdguardTeam/AdguardFilters/issues/136259
share.weiyun.com#@#.page-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/135659
@@||archehukuk.com/_api/communities-blog-node-api/_api/posts/content/$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/135213
@@||adnews.me^$domain=adnews.me
! https://github.com/AdguardTeam/AdguardFilters/issues/135343
@@||primis.tech^$domain=sportsmole.co.uk
! Broken ex.co quiz
@@||static.ex.co/pb-story/production/*/story-viewer.js
@@||static.ex.co/pb-story/quiz/production/*/quiz-viewer.js
@@||static.ex.co/pb-story/quiz/production/*-viewer-svg.js
@@||static.ex.co/pb-play/production/*/playbuzz-viewer-play.es5.js
@@||static.ex.co/pb-story/paragraph/production/*/paragraph-viewer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/134893
@@||ads.pubmatic.com/AdServer/js/pwt/*/pwt.js$domain=zeenews.india.com
! https://github.com/AdguardTeam/AdguardFilters/issues/133994
||car-assets.bauersecure.com/dist/js/prebid/prebid-$script,redirect=prebid-ads,domain=carmagazine.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/133986
@@||player.avplayer.com/script/*/avcplayer.js$domain=sportbible.com
@@||player.avplayer.com/script/*/libs/hls.min.js$domain=sportbible.com
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=sportbible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/134275
! https://github.com/AdguardTeam/AdguardFilters/issues/133811
@@||gogoplay*.com/streaming.php$domain=kickassanime.ro
/^https?:\/\/[0-9a-z]{8,}\.com\/.*/$~media,third-party,domain=kickassanime.ro,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/141090
/^https?:\/\/[0-9a-z]{8,}\.com\/.*/$~media,third-party,domain=gogohd.net,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/122005
/^https?:\/\/[0-9a-z]{8,}\.com\/.*/$~media,third-party,domain=strtape.cloud,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/120527
||topeuropix.site/svop4/$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/133283
@@||aniview.com/api/adserver/spt?$domain=sportbible.com
@@||player.avplayer.com/script/*/avcplayer.js$domain=sportbible.com
@@||micro.rubiconproject.com/prebid/dynamic/*.js$domain=sportbible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/133135
@@||fembed9hd.com^$subdocument,domain=gogohd.net
! https://github.com/AdguardTeam/AdguardFilters/issues/133239
! https://github.com/AdguardTeam/AdguardFilters/issues/132964
! https://github.com/AdguardTeam/AdguardFilters/issues/132928
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=engine.univtec.com|america.cgtn.com
@@||pubads.g.doubleclick.net/ssai/event/*/streams$domain=engine.univtec.com|america.cgtn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/133042
! https://github.com/AdguardTeam/AdguardFilters/issues/132672
@@||app.titsx.com*/search$domain=porn-plus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/132555
@@||animeland.tv/pa.js$domain=animeland.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/132461
! https://github.com/AdguardTeam/AdguardFilters/issues/132380
@@||crbmpurga.ru/files/files/ads/$image
! https://github.com/AdguardTeam/AdguardFilters/issues/132131
$popup,third-party,domain=sbthe.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/131748
$popup,third-party,domain=embedsb.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/131415
! https://github.com/AdguardTeam/AdguardFilters/issues/134613
!+ NOT_OPTIMIZED
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/mirage2.min.js$domain=mangafreak.net
! https://github.com/AdguardTeam/AdguardFilters/issues/131001
elperiodico.com#@#.adLoaded
! https://github.com/AdguardTeam/AdguardFilters/issues/120707
! https://github.com/AdguardTeam/CoreLibs/issues/1644
! https://github.com/AdguardTeam/AdguardFilters/issues/103244
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=thestar.co.uk
! adguard-dns.io - fixing domain check in user filter
@@||api.adguard-dns.io/api/
! https://github.com/AdguardTeam/AdguardFilters/issues/95579
! https://github.com/AdguardTeam/AdguardFilters/issues/104184
@@||ssl.sdcdn.com/cms/ads/*$domain=stardoll.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34925
! don't add cosmetic rules to recaptcha frame
@@||google.com/recaptcha/api2/$document
! https://github.com/AdguardTeam/CoreLibs/issues/1475
! https://github.com/AdguardTeam/AdguardFilters/issues/80473
pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr#@#[src^="bLob:"]
! https://github.com/AdguardTeam/AdguardFilters/issues/146701
! https://github.com/AdguardTeam/AdguardFilters/issues/103899
! 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/22944
@@||static.doubleclick.net/instream/ad_status.js$domain=investing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23359
! https://github.com/AdguardTeam/AdguardForWindows/issues/2323
! https://github.com/AdguardTeam/AdguardFilters/issues/130209
@@||app.zyncfreesurveys.com/js/global/adverts.js
! https://github.com/AdguardTeam/AdguardFilters/issues/140803
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=zee5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/130017
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=zee5.com,important
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=zee5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129633
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=sammobile.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129335
silverspoon.site#@#.adsbyvli
! https://github.com/AdguardTeam/AdguardFilters/issues/101108
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=chromecastappstips.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129677
@@||awempire.com/*/css/*.css$domain=awempire.com
! https://github.com/AdguardTeam/AdguardFilters/issues/129664
@@||theverge.com/_next/data/*.json
! https://github.com/AdguardTeam/AdguardFilters/issues/129337
||zenaps.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/128604
@@||cdnjs.cloudflare.com/ajax/libs/Swiper/*/js/swiper.min.js$domain=9anime.*
! https://github.com/AdguardTeam/AdguardFilters/issues/128921
! https://github.com/AdguardTeam/AdguardFilters/issues/128733
gamerevolution.com#@#.custom-html-widget
! https://github.com/AdguardTeam/AdguardFilters/issues/128592
! Fix video player
$popup,third-party,domain=sbplay2.xyz,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/128605
@@||brn-ads.sa.cz/www/delivery/*.php?zoneid=$domain=studentagency.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/128526
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gauchazh.clicrbs.com.br
! https://github.com/AdguardTeam/AdguardFilters/issues/128225
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=paroles2chansons.lemonde.fr
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=paroles2chansons.lemonde.fr,important
! https://github.com/AdguardTeam/AdguardFilters/issues/128221
! https://github.com/AdguardTeam/AdguardFilters/issues/128133
! https://github.com/AdguardTeam/AdguardFilters/issues/127984
@@||teachoo.com/static/html/js/ad_footer.js$domain=teachoo.com
@@||teachoo.com/static/html/js/prebid.js$domain=teachoo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/127175
@@||coinpayu.com/assets/ads_$domain=coinpayu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/127573
! Fixes "Listen to this article"
@@||cdn.vox-cdn.com/packs/js/concert_ads-*.js$domain=mmafighting.com
@@||concertads-configs.vox-cdn.com/sbn/sbn/config.json$domain=mmafighting.com
! https://github.com/AdguardTeam/AdguardFilters/issues/126929
tech.bloggertheme.xyz#@##ad-top
! https://github.com/AdguardTeam/AdguardFilters/issues/126835
petri.com#@##bww-advertising-popup-overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/126634
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wsls.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=wsls.com
@@||pubads.g.doubleclick.net/ssai/event/*/streams$xmlhttprequest,domain=wsls.com
! https://github.com/AdguardTeam/AdguardFilters/issues/126175
@@||milffox.com/player/config.php
! unhide right sidebar
pics-x.com#@#.sidebar-ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/135040
! https://github.com/AdguardTeam/AdguardFilters/issues/125900
! uBO cname issue by ||cloudfront.net^$domain=
! https://github.com/AdguardTeam/AdguardFilters/issues/125527
@@||dn0qt3r0xannq.cloudfront.net/*/default/prebid-load.js$domain=nationalreview.com
@@||dn0qt3r0xannq.cloudfront.net/*/default/prebid-library.js$domain=nationalreview.com
! https://github.com/AdguardTeam/AdguardFilters/issues/124972
! https://github.com/AdguardTeam/AdguardFilters/issues/125146
@@||check.ddos-guard.net/check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/124521
roblox.com#@##Skyscraper-Abp-Left
! https://github.com/AdguardTeam/AdguardFilters/issues/125077
! https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-1187611680
gadgetnews.net#@#img[width="728"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/124320
@@||game8.jp/api/ad/advertisement_placements?*sp_under_archive
! frontedelblog.it
frontedelblog.it#@#.widget-ad-image
! https://github.com/AdguardTeam/AdguardFilters/issues/124271
@@||thenewslens.com/assets/js/*/admanager.js$domain=thenewslens.com
! https://github.com/AdguardTeam/AdguardFilters/issues/124108
short-wave.info#@#img[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123557
! https://github.com/AdguardTeam/AdguardFilters/issues/123915
ianseo.net#@#.ad-left
ianseo.net#@#.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/123616
! TODO: add "hint" when this issue - https://github.com/AdguardTeam/Scriptlets/issues/222 will be fixed
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=factable.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=factable.com
! https://github.com/AdguardTeam/AdguardFilters/issues/123570
skincarie.com#@#.td-a-rec
! news4jax.com - fixing video player
! https://www.news4jax.com/watchlive/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=news4jax.com|gmg-wjxt-prod.cdn.arcpublishing.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=news4jax.com|gmg-wjxt-prod.cdn.arcpublishing.com
@@||pubads.g.doubleclick.net/ssai/event/*/streams$xmlhttprequest,domain=news4jax.com|gmg-wjxt-prod.cdn.arcpublishing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/122847
! https://github.com/AdguardTeam/AdguardFilters/issues/122524
! Fixing video player
/^https?:\/\/.*\.(jpg|jpeg|gif|png|php|svg|ico|js|txt|css|srt)/$popup,domain=ymovies.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/122390
fontspace.com#@#.container-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/122424
@@||ads-api.twitter.com/*/accounts/$domain=analytics.twitter.com
@@||ads-api.twitter.com/*/apps?app_store_identifiers=$domain=analytics.twitter.com
! https://github.com/AdguardTeam/AdguardFilters/issues/122188
forex-gold.net#@#.header-mnm
! https://github.com/uBlockOrigin/uAssets/issues/13094
@@||photopea.com/promo/no_ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/121905
appleinsider.com#@#.ad-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/122023
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=oe24.at
! https://github.com/AdguardTeam/AdguardFilters/issues/121849
@@||rd.ias.global.rakuten.com/adv/$domain=24.rakuten.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/120990
! https://github.com/AdguardTeam/AdguardFilters/commit/1cabce688481281dccb756acf649eaf98f89be4c#r75718630
||fwcdn1.com/js/storyblock.js$badfilter
! https://github.com/AdguardTeam/CoreLibs/issues/1647
! https://github.com/AdguardTeam/AdguardFilters/issues/120784
freexcafe.com#@#a[href^="http://refer.ccbill.com/cgi-bin/clicks.cgi?"]
! https://github.com/AdguardTeam/AdguardFilters/issues/120664
@@||infusionsoft.com/aff.html$subdocument,domain=pages.infusionsoft.net|reginadancecity.ca
@@||infusionsoft.app/aff.html$subdocument,domain=pages.infusionsoft.net|reginadancecity.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/120918
@@||google.com/recaptcha/api2/$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/120943
billetto.*#@#.top-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/120871
mitula.com.au#@#.adsList
! https://github.com/AdguardTeam/AdguardFilters/issues/120166
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=playstore.pw|doodlygames.me
! google.* - hidden link
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#@#a[href^="https://go.xxxjmp.com"]
! https://github.com/AdguardTeam/AdguardFilters/issues/119883
bestcash2020.com#@#.banner-728x90
bestcash2020.com#@#.banner-468x60
! https://github.com/AdguardTeam/AdguardFilters/issues/119733
rawstory.com#@#.full-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/119795
tomshardware.com#@#.sponsored-article
! https://github.com/AdguardTeam/AdguardFilters/issues/119158
@@||bigad.me^$domain=bigad.me
! url: https://microapp.bytedance.com/docs/zh-CN/mini-game/develop/open-capacity/ads/tt-create-banner-ad/
@@||microapp.bytedance.com/docs/*-banner-ad/$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/119014
! https://github.com/AdguardTeam/AdguardFilters/issues/128875
||sizyreelingly.com^$badfilter
||realfinanceblogcenter.com^$badfilter
||uptodatefinishconferenceroom.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/174096
! https://github.com/AdguardTeam/AdguardFilters/issues/118378
||321naturelikefurfuroid.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/118188
! https://github.com/AdguardTeam/AdguardFilters/issues/117915
@@||megatube.xxx/atrm/s/s/js/m/pr-before.js
! https://github.com/easylist/easylist/commit/1789e141b5284d0eae5e59263802c2bdfbfac730#commitcomment-72922775
duckduckgo.com#@#.js-sidebar-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/117661
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=pluto.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/116483
@@||camvideosorg1.wpnrtnmrewunrtok.xyz/remote_control.php$domain=camvideos.org
! https://github.com/AdguardTeam/AdguardFilters/issues/115332
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=sammobile.com
! https://github.com/AdguardTeam/AdguardFilters/issues/116171
@@||retronetwork.net/images/*_banner.gif
! linkvertise.download - incorrect blocking
linkvertise.download#@##headerTopAd
! https://github.com/AdguardTeam/AdguardFilters/issues/115396
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=time.com
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=time.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/115293
@@||assets.gocomics.com/assets/ad-dependencies-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/114963
$popup,third-party,domain=streamlare.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/114848
||suzihaza.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/114365
! https://github.com/AdguardTeam/AdguardFilters/issues/114668
! https://github.com/AdguardTeam/AdguardFilters/issues/113461
! dropgalaxy.com - incorrect blocking
||a2zapk.com^$script,subdocument,third-party,xmlhttprequest,badfilter
||a2zapk.com^$script,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/113826
listcrawler.eu#@#.listad
! https://github.com/AdguardTeam/AdguardFilters/issues/114197
@@||uploads-ssl.webflow.com/*/css/adcentral.webflow.*.css$domain=joinadcentral.com
! https://github.com/AdguardTeam/AdguardFilters/issues/114188
@@||google.com/recaptcha/$domain=vidoza.net
@@||unpkg.com/vue-recaptcha@*/dist/vue-recaptcha.js$domain=vidoza.net
! https://github.com/AdguardTeam/AdguardFilters/issues/113969
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.word.tips
! pornsocket.com - broken videos
@@||en.bongacash.com/js/videojs/video.js$domain=pornsocket.com
@@||en.bongacash.com/js/videojs/videojs_*.vast.vpaid.min.js$domain=pornsocket.com
! moneycontrol.com - incorrect blocking
! Fixes blocked graph - https://www.moneycontrol.com/news/business/markets/share-market-live-updates-stock-market-today-march-17-latest-news-bse-nse-sensex-nifty-covid-coronavirus-beml-gufic-biosciences-satin-creditcare-network-yasho-industries-indiabulls-housing-finance-8241801.html
moneycontrol.com#@#iframe[width="100%"][height="120"]
/^https?:\/\/.*\.(jpg|gif|png|php|svg|ico|js|txt|css)/$popup,domain=mixdrop.*,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/112207
@@||stc.cdncache.xyz/*/*.css$domain=streamz.ws
@@||stc.cdncache.xyz/*/*.js$domain=streamz.ws
@@||stc.cdncache.xyz/css/fonts/$domain=streamz.ws
/^https?:\/\/.*\.(club|bid|biz|xyz|site|pro|info|online|icu|monster|buzz|website|biz|re|casa|top|one|space|network|live|systems|ml|world|life|co)\/.*/$~image,~media,~subdocument,third-party,domain=streamz.ws,badfilter
! video broken by __htas regex
@@||cloudflare.com/ajax/libs/dash-shaka-playback/$script,domain=vpornvideos.com
! https://github.com/AdguardTeam/AdguardFilters/issues/111705
technoashwath.com#@##ad-top
technoashwath.com#@#.largeAd
! https://github.com/AdguardTeam/AdguardFilters/issues/111489
womenoftrek.com#@#iframe[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/111021
||fwcdn2.com^$third-party,badfilter
||fireworkapi.com^$third-party,badfilter
||fireworktv.com^$third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/110902
@@||asianembed.io/encrypt-ajax.php?id=
/^https?:\/\/.*\.(jpg|gif|png|php|svg|ico|js|txt|css)/$popup,domain=asianembed.io,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/111002
! https://github.com/AdguardTeam/AdguardFilters/issues/110980
animenewsnetwork.com#@#.gutter
! https://github.com/AdguardTeam/AdguardFilters/issues/110954
zwiftinsider.com#@#.td-a-rec
zwiftinsider.com#@#.td-a-rec-id-custom_ad_2
! https://github.com/AdguardTeam/AdguardFilters/issues/110759
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=password69.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=password69.com
! https://github.com/AdguardTeam/AdguardFilters/issues/110659
#@#.wps-player-wrap
@@||cd.connatix.com/connatix.playspace.js$domain=loot.tv
@@||cd.connatix.com/connatix.player.js$domain=loot.tv
@@||cds.connatix.com/*/connatix.playspace.dc.js$domain=loot.tv
@@||cds.connatix.com/*/connatix.player.dc.js$domain=loot.tv
@@||cds.connatix.com/*/player.css$domain=loot.tv
@@||capi.connatix.com/core/pls?v=$domain=loot.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=loot.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/110723
learn.javascript.ru#@#img[width="240"][height="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/110579
! https://github.com/AdguardTeam/AdguardFilters/issues/95087
@@$csp=worker-src 'none',domain=uptostream.com
@@||uptostream.com^$csp=worker-src 'none'
! https://github.com/AdguardTeam/AdguardFilters/issues/110206
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=noopjs,domain=familyminded.com
! https://github.com/AdguardTeam/AdguardFilters/issues/107121
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cubuffs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/107182
@@||cdn.lsicloud.net/kendall/Images/AD/$domain=shop.kendallelectric.com
! https://github.com/AdguardTeam/AdguardFilters/issues/109802
cadlinecommunity.co.uk#@#.sidebar_advert
! https://github.com/AdguardTeam/AdguardFilters/issues/109759
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video.min.js$domain=blu-ray.com
@@||googleads.github.io/videojs-ima/node_modules/video.js/dist/video-js.min.css$domain=blu-ray.com
! https://github.com/AdguardTeam/AdguardFilters/issues/109651
@@||cdn.digiteka.com/player/PrebidLibrary.js$domain=ultimedia.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ultimedia.com
! fix allurekorea.com broken slider
allurekorea.com#@#.wppaszone
allurekorea.com#@#.paszone_container
! https://github.com/AdguardTeam/AdguardFilters/issues/109026
marketplace.zoom.us#@#.oas-container
! https://github.com/AdguardTeam/AdguardFilters/issues/109127
! https://github.com/AdguardTeam/AdguardFilters/issues/108803
@@||delivery.vidible.tv/jsonp/$script,domain=delivery.vidible.tv
! taboolanews.com - broken articles
@@||cdn.taboola.com/magazine/$domain=taboolanews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/108211
@@||gurgle.zdbb.net/amp-targeting?__amp_source_origin=$domain=clevelandclinic.org
! https://github.com/AdguardTeam/AdguardFilters/issues/108210
apkandroidhub.in#$#.g-recaptcha { margin-top:60px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/106631
! https://github.com/AdguardTeam/AdguardFilters/issues/107402
babymodz.com#$#.g-recaptcha { margin-top:60px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/104916
||rule34hentai.net^$subdocument,~third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/105264
@@||truck1.eu/_BANNERS_/client/*
! https://github.com/AdguardTeam/AdguardFilters/issues/107551
@@||concertads-configs.vox-cdn.com/sbn/verge/config.json$domain=theverge.com
@@||cdn.vox-cdn.com/packs/js/concert_ads-*.js$domain=theverge.com
! https://github.com/AdguardTeam/AdguardFilters/issues/107195
speedtest.net#@#.pure-u-custom-ad-skyscraper
! https://github.com/AdguardTeam/AdguardFilters/issues/106757
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sammobile.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,domain=sammobile.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/106100
! https://github.com/AdguardTeam/AdguardFilters/issues/125387
@@||sammyboy.com/members/*advertisement$xmlhttprequest
@@||sammyboy.com/threads/*advertisement$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/105235
newsthump.com#@#.header-ad
newsthump.com#@#.custom-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/106340
@@||nocturnetls.net/_static/*wp-content/plugins/quick-adsense-reloaded/assets/js/performance_tracking.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/106191
nfl.com#@#.nfl-c-strip
! https://github.com/AdguardTeam/AdguardFilters/issues/105301
@@||cdn.lib.getjad.io/library/$domain=purepeople.com
@@||cdn.lib.getjad.io/prebid/$domain=purepeople.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=purepeople.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=purepeople.com
@@||securepubads.g.doubleclick.net/pagead/ppub_config?$domain=purepeople.com
@@||securepubads.g.doubleclick.net/gampad/ads?$domain=purepeople.com
! https://github.com/AdguardTeam/AdguardFilters/issues/103247#issuecomment-1001250733
! https://github.com/AdguardTeam/AdguardFilters/issues/97790
@@||recaptcha.net/recaptcha/$csp
! https://github.com/AdguardTeam/AdguardFilters/issues/105529
@@||gumtree.com.au/p-post-ad*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/105185
$popup,third-party,domain=mixdrop.*,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/103576
@@||any-video-converter.com/promotion/*-christmas-sale/img/bottom-banner-ad.png
! videovard.sx - incorrect blocking
$popup,third-party,domain=videovard.sx,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/102760
@@||freeporn8.com/nb/frot_lod.js
! https://github.com/AdguardTeam/AdguardFilters/issues/102955
healthline.com#@#div.css-0 > div[class]:not([id])
! https://github.com/AdguardTeam/AdguardFilters/issues/102634
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=zoomtventertainment.com
! Fixing service worker on beaconx: https://github.com/AdguardTeam/CoreLibs/issues/1539
! https://github.com/AdguardTeam/AdguardFilters/issues/101802
ua-voyeur.org#@#.adsbar
! https://github.com/AdguardTeam/AdguardFilters/issues/102126
||i.ibb.co^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/102132
/^https?:\/\/.*\.(club|net|xyz|com)\//$popup,domain=9anime.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/100748
careerindia.com#@#.os-header-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/100820
! https://github.com/AdguardTeam/AdguardFilters/issues/100421
@@||extreme-down.plus^$popup,domain=extreme-down.plus
! https://github.com/AdguardTeam/AdguardFilters/issues/99943
@@||pool-newskoolmedia.adhese.com/tag/config.js$domain=formule1.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/99545
dailyringtone.com#@##top-ad-unit
! https://github.com/AdguardTeam/AdguardFilters/issues/98558
karaoke-lyrics.net#@##ad_leader
! https://github.com/AdguardTeam/AdguardFilters/issues/98529
uhdstreams.club#@#img[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/98111
! https://github.com/AdguardTeam/AdguardFilters/issues/101734
@@||gogoplay1.com/streaming.php?id=
@@||gogoplay1.com/encrypt-ajax.php?id=
@@||gogoplay1.com/download?id=$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/98519
/^https?:\/\/(.+?\.)?videogamesblogger\.com\/wp-content\/uploads\/.*[a-zA-Z0-9]{8,}\.*/$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/97902
@@||onlinetyping.org/detroitchicago/cmbdv2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/98754
! https://github.com/AdguardTeam/AdguardFilters/issues/97316
linkjust.com#@#.banner-728x90
! https://github.com/AdguardTeam/AdguardFilters/issues/98103
@@||vidembed.cc/encrypt-ajax.php?id=
! https://github.com/AdguardTeam/AdguardFilters/issues/97003
hmetro.com.my,bharian.com.my,nst.com.my#@#.sticky-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/97961
ironsaga-msoku.xyz#@#.ad.widget
! https://github.com/AdguardTeam/AdguardFilters/issues/96482
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagservices.com/tag/js/gpt.js$domain=allestoringen.be|allestoringen.nl|downdetector.ae|downdetector.ca|downdetector.cl|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com|downdetector.com.ar|downdetector.com.au|downdetector.com.br|downdetector.com.co|downdetector.cz|downdetector.dk|downdetector.ec|downdetector.es|downdetector.fi|downdetector.fr|downdetector.gr|downdetector.hk|downdetector.hr|downdetector.hu|downdetector.id|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.my|downdetector.no|downdetector.pe|downdetector.ph|downdetector.pk|downdetector.pl|downdetector.pt|downdetector.ro|downdetector.ru|downdetector.se|downdetector.sg|downdetector.sk|downdetector.web.tr|xn--allestrungen-9ib.at|xn--allestrungen-9ib.ch|xn--allestrungen-9ib.de,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/93771#issuecomment-943167149
google.ac,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#@#a[href^="/aclk?"]
! https://forum.adguard.com/index.php?threads/resolved-block-the-anti-adblocker-of-this-specific-site.40393/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=sonyliv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97066
scarymommy.com#@#.sponsor_image
! tvid.in - embedded player not showing
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tvid.in
! https://github.com/AdguardTeam/AdguardFilters/issues/95865
@@||aff.bstatic.com^$image,domain=tonkosti.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/96813
||dmxleo.dailymotion.com/cdn/manifest/video/$xmlhttprequest,redirect=noopvmap-1.0
! https://github.com/AdguardTeam/AdguardFilters/issues/95464
@@||betterads.org/hubfs/Mobile-Web-Ad-Experiences-Ranking-*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/96113
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=digitaltrends.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95270
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=workandmoney.com
! Fixes amp websites
||cdn.ampproject.org^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/96883
@@||at.adtech.redventures.io/lib/dist/prod/bidbarrel-techrepublic-ta.min.js$domain=techrepublic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/94932
@@||tubeoffline.com/js/hot.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/94243
||freeadultcomix.com^$badfilter
! fix video https://www.pussyspace.com/live/anna_lus/
@@||chaturbate.com/in/$subdocument,domain=cbhours.com|pussyspace.com|pussyspace.net|lemoncams.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93829
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=tasteofhome.com
! fix reward https://www.nehannn.com/artist-detail/697.html
! https://github.com/tofukko/filter/issues/46
@@||g.doubleclick.net/pagead/images/gmob/close-circle-30x30.png$image,domain=safeframe.googlesyndication.com
@@||gstatic.com/admanager/outstream/rewarded_web_video_$script,domain=safeframe.googlesyndication.com
||googlevideo.com/videoplayback?$media,redirect=noopmp4-1s,domain=safeframe.googlesyndication.com
safeframe.googlesyndication.com##.left-container
! https://github.com/AdguardTeam/HttpsExclusions/issues/421
! https://github.com/AdguardTeam/AdguardFilters/issues/93490
@@||arstechnica.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/93650
@@||googletagservices.com/tag/js/gpt.js$domain=falkirkherald.co.uk
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=falkirkherald.co.uk
@@||googletagmanager.com/gtm.js$domain=falkirkherald.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/94090
! https://github.com/AdguardTeam/AdguardFilters/issues/93128
@@||cd.connatix.com/connatix.playspace.js$domain=inc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/92528
@@||d13nu0oomnx5ti.cloudfront.net^$domain=rethmic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93419
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=phonostar.de
! https://github.com/AdguardTeam/AdguardFilters/issues/93616
$popup,third-party,domain=myflixer.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/93138
mediafire.com#@##adwrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/93515
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=olympics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/92873
@@||jmap.io/*/libs/Overture.js
! https://github.com/AdguardTeam/AdguardFilters/issues/93072
@@||dailymotion.com/embed^
! https://github.com/AdguardTeam/AdguardFilters/issues/91838
@@||googletagservices.com/tag/js/gpt.js$domain=topuniversities.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=topuniversities.com
! https://github.com/AdguardTeam/AdguardFilters/issues/92383
@@||dailymotion.com/embed/video/$subdocument,domain=xataka.com
! https://github.com/AdguardTeam/AdguardFilters/issues/92335
! https://github.com/AdguardTeam/AdguardFilters/issues/92113
jetztspielen.ws#@#iframe[width="728"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/91646
@@||player.avplayer.com/script/*/avcplayer.js$domain=bdnewszh.com
@@||player.avplayer.com/script/*/libs/hls.min.js$domain=bdnewszh.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65512
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mirror.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/70664
! https://github.com/AdguardTeam/AdguardFilters/issues/66667
@@||cdn.cnn.com/ads/adfuel/ais/*/cnngo-ais.min.js$domain=go.cnn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80563
@@||imasdk.googleapis.com/js/sdkloader/ima3.js^$domain=24ur.com
! https://github.com/AdguardTeam/AdguardFilters/issues/75191
uprotector.xyz#@##DividerAd
! https://github.com/AdguardTeam/AdguardFilters/issues/81533
@@||imasdk.googleapis.com/js/sdkloader/ima3$domain=rotana.net
@@||pubads.g.doubleclick.net/ssai/event/*/streams$xmlhttprequest,domain=rotana.net
! https://github.com/AdguardTeam/AdguardFilters/issues/79900
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=downdetector.it
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=downdetector.it
! https://github.com/AdguardTeam/AdguardFilters/issues/86011
tvbox.one#@#.homeadv
! https://kcjervis.github.io/jervis/#/operation image broken by rules like /banner/468
@@||kcjervis.github.io/jervis/static/media/src/images/ships/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/88674
@@||widgets.outbrain.com/outbrain.js$domain=elcorreo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89055
alle-lkw.de#@##gwd-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/88812
@@||zeekmagazine.com/wp-content/plugins/wp-ad-guru/assets/js/adguru.js
! https://github.com/AdguardTeam/AdguardFilters/issues/88563
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gostanford.com
! https://github.com/AdguardTeam/AdguardFilters/issues/88488
! https://github.com/AdguardTeam/AdguardFilters/issues/90880
m.moyareklama.ru#@#.single_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/90633
@@||imbc.com/operate/common/ad/covid
! https://github.com/AdguardTeam/AdguardFilters/issues/89389
@@||images.gmanetwork.com/res/dist/js/adsTracking.gz.js
! https://github.com/AdguardTeam/AdguardFilters/issues/89368
@@||slike.indiatimes.com/feed/stream/*.json$domain=timesofindia.indiatimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89313
@@||getbootstrap.com/docs/*/assets/js/vendor/popper.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/89209
@@||googletagservices.com/tag/js/gpt.js$domain=downdetector.in
@@||securepubads.g.doubleclick.net/pagead/ppub_config$domain=downdetector.in
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=downdetector.in
! https://github.com/AdguardTeam/AdguardFilters/issues/91277
@@||yastatic.net/pcode/adfox/loader.js$domain=minsknews.by
@@||an.yandex.ru/system/adfox.js$domain=minsknews.by
! https://github.com/AdguardTeam/AdguardFilters/issues/92155
@@||api.bbc.com/bbcdotcom/assets/*/script/av/emp/adverts.js
! https://github.com/AdguardTeam/AdguardFilters/issues/90874
||down-paradise.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/90525
@@||srv.clickfuse.com/showads/showad.js$domain=aha-music.com
@@||srv.clickfuse.com/showads/adunit.php$domain=aha-music.com
! https://github.com/AdguardTeam/AdguardFilters/issues/90165
! https://github.com/AdguardTeam/AdguardFilters/issues/90102
$popup,third-party,domain=geoip.redirect-ads.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/89596
! https://github.com/AdguardTeam/AdguardFilters/issues/89897
/^https?:\/\/.*\.(jpg|png|php|html|svg|ico|js)/$popup,domain=streamani.net,badfilter
@@||streamani.net/encrypt-ajax.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/89505
byrdie.com#@#.mntl-leaderboard-spacer
! https://github.com/AdguardTeam/AdguardFilters/issues/89390
jamaicaobserver.com#@##bottom_leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/89649
@@||hb.improvedigital.com/pbw/gameDistributionV*.min.js$domain=html5.gamedistribution.com
@@||hb.improvedigital.com/pbw/prebid/prebid-idhb-v*.min.js$domain=html5.gamedistribution.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89537
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=7plus.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/89401
! youronlinechoices.com - unable to opt-out
@@||ad4m.at/opt-out.js$domain=ad4mat.net
@@||ad.amgdgt.com/ads/js/*$domain=ad.amgdgt.com
youronlinechoices.com#@#a[href*=".adform.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/89059
mangakik.com#@#[id^="div-gpt-ad"]
! cbc.ca - fixing video player
@@||pubads.g.doubleclick.net/ssai/event/*/streams$domain=cbc.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/88726
3dmodelshare.org#@#.homeadv
! https://github.com/AdguardTeam/AdguardFilters/issues/88612
faskil.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/88121
@@||youporn.com/embed/$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/88066
@@||googletagservices.com/tag/js/gpt.js$domain=ndtv.in
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=ndtv.in
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ndtv.in
! https://github.com/AdguardTeam/AdguardFilters/issues/88264
fontawesome.com#@#.fa-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/87051
@@||gavnogeeygaika.com/*/tghr.js$domain=kingcomix.com
! https://github.com/AdguardTeam/AdguardFilters/issues/86992
@@||v.fwmrm.net/ad/g/1?csid=vcbs_cbsnews_*_web_vod&*&host=https%3A%2F%2Fwww.cbsnews.com&$domain=imasdk.googleapis.com
! https://github.com/AdguardTeam/AdguardFilters/issues/87057
! https://github.com/AdguardTeam/AdguardFilters/issues/87046
@@||s.vi-serve.com/source.js$domain=9gag.com
@@||vi-serve.com/vis-media/*$domain=9gag.com
! https://github.com/AdguardTeam/AdguardFilters/issues/86159
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=midomi.com
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=midomi.com,important
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=midomi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85881
hgh14x.com#@#.adlist
! https://github.com/AdguardTeam/AdguardFilters/issues/86361
@@||apis.google.com/js/plusone.js$domain=pornhub.com
! investing.com - completing registration not working
@@||marketools.plus500.com/Widgets/RegistrationWidget/*$domain=investing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85290
@@||webminepool.com/lib/base.js$domain=autofaucet.org
! https://github.com/AdguardTeam/AdguardFilters/issues/85145
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=maharashtratimes.com
securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=maharashtratimes.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=maharashtratimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/84968
@@||z.moatads.com/*/moatheader.js$domain=standard.co.uk
! unbreak links
job-draft.com#@#.top-banners
! https://github.com/AdguardTeam/AdguardFilters/issues/84366
@@||thehansindia.com/xhr/
! https://github.com/AdguardTeam/AdguardFilters/issues/83846
@@||tab.gladly.io/newtab/|$document,subdocument,badfilter
! gentside.com - broken player
@@||pixel.adsafeprotected.com^$xmlhttprequest,domain=gentside.com|ohmymag.com
@@||cdn.adsafeprotected.com/*.js$domain=gentside.com|ohmymag.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=gentside.com|ohmymag.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=gentside.com|ohmymag.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83480
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=nationthailand.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83484
! https://github.com/AdguardTeam/AdguardFilters/issues/83354
@@||cd.connatix.com/connatix.playspace.js$domain=theverge.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83449
@@||googletagservices.com/tag/js/gpt.js$domain=infocar.ua
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=infocar.ua
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=infocar.ua
! games on https://games.yahoo.co.jp/play/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,domain=play.neos-easygames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82903
@@||googletagservices.com/tag/js/gpt.js$domain=gaming.uefa.com
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=gaming.uefa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/81435
realclearpolitics.com#@#.right-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/81273
/^https?:\/\/.*\.(jpg|png|php|html|svg|ico|js)/$popup,domain=5movies.fm|animepahe.com|bhplay.me|cmovies.ac|dood.to|dood.video|dood.watch|french-stream.lol|hulkstreams.com|jackstream.net|jackstreams.com|meomeo.pw|mp4upload.com|olympicstreams.me|putlockers.fm|redirect-ads.com|speedvideo.net|streamsb.net|streamtape.cc|streamtape.net|strtape.cloud|strtape.tech|tapecontent.net|telerium.net|vidnext.net|vido.fun|voe.sx|vumoo.to|watchserieshd.tv,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/80842
$popup,third-party,domain=cloudvideo.tv|highstream.tv|loader.to|playtube.ws|streamtape.com|strtape.cloud|supervideo.tv|upstream.to|vidcloud9.com|vidlox.me|vivo.sx|voe.sx|vupload.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/80768
crxextractor.com#@#.adsense-wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/80765
poebuilds.net#@#a[href^="https://www.mulefactory.com/"][target="_blank"]:not([role="button"])
! https://github.com/AdguardTeam/AdguardFilters/issues/80691
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=texastech.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79168
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=navbharattimes.indiatimes.com
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=navbharattimes.indiatimes.com,important
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=navbharattimes.indiatimes.com
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=navbharattimes.indiatimes.com,important
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=navbharattimes.indiatimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79627
@@||a-invdn-com.akamaized.net/Broker_Button_New^$domain=investing.com
! w3schools.com - broken editor
@@||tryit.w3schools.com^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/78495
ghacks.net#@#.category-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/78510
@@||service.hotstar.com/vs/getad.php?*adspot=
! https://getuikit.com/docs/introduction#html-markup - wrong injections to code sample
! https://github.com/AdguardTeam/AdguardFilters/issues/78573
avbil.net#@#.ad_img
! https://github.com/AdguardTeam/AdguardFilters/issues/77234
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#@#a[href^="/ads/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/76248
! https://github.com/AdguardTeam/AdguardFilters/issues/65400
! For some reason this rule - bing.com##a[href*="/aclick?ld="] breaks image preview
! to reproduce search something on bing.com/images/ (for example "shoes") then click on any image
bing.com#@#a[href*="/aclick?ld="]
bing.com##.ins_exp.vsp
! https://github.com/AdguardTeam/AdguardFilters/issues/77758
! https://github.com/AdguardTeam/AdguardFilters/issues/76646
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.gazzetta.it
! https://github.com/AdguardTeam/AdguardFilters/issues/77064
@@||standard.co.uk/js/third-party/prebid.js
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=standard.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/75981
@@||player.avplayer.com/script/*/libs/hls.min.js$domain=readlightnovel.org
! https://github.com/AdguardTeam/AdguardFilters/issues/75968
linkebr.com#@#.banner-728x90
! https://github.com/AdguardTeam/AdguardFilters/issues/75867
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=baltimoresun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73492
@@||driverseddirect.com/html5/$document
! https://github.com/AdguardTeam/AdguardFilters/issues/75537
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.ufreegames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74890
onliner.by#@#[id*="ScriptRoot"]
! https://github.com/AdguardTeam/AdguardFilters/issues/74912
@@/cdn-cgi/challenge-platform/*/orchestrate/jsch/v$domain=kat.*
! https://github.com/AdguardTeam/AdguardFilters/issues/74806
@@||static-redesign.cnbcfm.com/dist/components-PcmModule-Taboola-*.js$domain=cnbc.com
@@||static-redesign.cnbcfm.com/dist/components-PcmModule-Ads-BoxInline-*.js$domain=cnbc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74809
semprotyuk.com,semprot.com#@#.adVertical
! https://github.com/AdguardTeam/AdguardFilters/issues/74731
! https://github.com/AdguardTeam/AdguardFilters/issues/74505
@@||ib.adnxs.com/getuidj|$domain=independent.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/74595
! https://github.com/AdguardTeam/AdguardFilters/issues/74425
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=startrek.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74413
greenlemon.me#@#[id^="ads_"]
greenlemon.me#@##ads_content
! https://github.com/AdguardTeam/AdguardFilters/issues/74275
/^https?:\/\/.*\.(jpg|png|php|html|svg|ico)/$popup,domain=speedvideo.net,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/74066
profitlink.info#@#.banner-468x60
! https://github.com/AdguardTeam/AdguardFilters/issues/72666
||redirect-ads.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/72318
@@||shipstation.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/71864
! Sync is not working in the app
! https://github.com/AdguardTeam/AdguardFilters/issues/37721
@@||i.cdn.turner.com/ads/adfuel/ais/tcm-ais.js$domain=tcm.com
@@||i.cdn.turner.com/ads/adfuel/ais/*/tbs-ais.min.js$domain=tbs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72416
||popin.cc/popin_discovery$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/71899
thomascook.com#@#img[width="240"][height="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/70511
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=gq-magazine.co.uk
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=gq-magazine.co.uk
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=gq-magazine.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/70898
@@||watchserieshd.tv/ajax-search.html?keyword=
! https://github.com/AdguardTeam/AdguardFilters/issues/70876
@@||github.com/AdguardTeam/*/antiadblock.txt
! https://github.com/AdguardTeam/AdguardFilters/issues/71406
@@||cdn.plytv.me/scripts/jquery.js
! https://github.com/AdguardTeam/AdguardFilters/issues/71183
streamsport.icu#@##Ads
! https://github.com/AdguardTeam/AdguardFilters/issues/70909
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=enikos.gr
! https://github.com/AdguardTeam/AdguardFilters/issues/70751
@@||doncorgi.com/ezoic/anchorfix.js
@@||ezoic.net/tardisrocinante/lazy_load.js$domain=doncorgi.com
@@||ezoic.net/tardisrocinante/screx.js$domain=doncorgi.com
@@||ezoic.net/tardisrocinante/script_delay.js$domain=doncorgi.com
@@||ezoic.net/ezosuigenerisc.js$domain=doncorgi.com
@@||ezoic.net/ezosuigeneris.js$domain=doncorgi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70253
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=timesnownews.com
@@||pubads.g.doubleclick.net/ssai/event/$xmlhttprequest,domain=timesnownews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70627
@@||ads.adthrive.com/core/*/js/adthrive.min.js$domain=mediaite.com
@@||ads.adthrive.com/core/gdpr/vendor/prebid/prebid.min.js$domain=mediaite.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70581
! Fixes not working image gallery
@@||cbsistatic.com/*/js/compiled/siteAdsBidBarrel.js$domain=gamespot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/70192
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/rocket-loader.min.js$domain=cloudvideo.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/70016
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/mirage*.js$domain=rule34.xxx
! https://github.com/AdguardTeam/AdguardFilters/issues/69120
@@||api.adinplay.com/libs/aiptag/assets/loader-red.gif$domain=castlesiege.io
@@||api.adinplay.com/libs/aiptag/pub/NRB/castlesiege.io/tag.min.js$domain=castlesiege.io
@@||safeframe.googlesyndication.com/safeframe/*/html/container.html$domain=castlesiege.io
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=castlesiege.io
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=castlesiege.io
@@||securepubads.g.doubleclick.net/gampad/ads$domain=castlesiege.io
! https://github.com/AdguardTeam/AdguardFilters/issues/69821
ltsoft.xyz#@#[href^="http://raboninco.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/69778
@@||imasdk.googleapis.com/js/sdkloader/outstream.js$domain=wanted5games.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69911
zagl.info#@#.banner-468x60
! https://github.com/AdguardTeam/AdguardFilters/issues/69682
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=downdetector.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69601
@@||googletagservices.com/tag/js/gpt.js$domain=xn--allestrungen-9ib.de
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=xn--allestrungen-9ib.de
! https://forum.adguard.com/index.php?threads/adguard-blocking-images-on-animepahe.40916
$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=animepahe.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/69466
@@||acdn.adnxs.com/video/mediation/VastMediationManager.js$domain=thechive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69454
! https://github.com/AdguardTeam/AdguardFilters/issues/69412
linkedin.com#@#.ad-banner-container
! https://github.com/AdguardTeam/AdguardFilters/issues/69116
@@||api.adinplay.com/libs/aiptag/assets/loader-red.gif$domain=tetrads.io
@@||api.adinplay.com/libs/aiptag/pub/WRK/tetrads.io/tag.min.js$domain=tetrads.io
@@||safeframe.googlesyndication.com/safeframe/*/html/container.html$domain=tetrads.io
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=tetrads.io
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=tetrads.io
@@||securepubads.g.doubleclick.net/gampad/ads$xmlhttprequest,domain=tetrads.io
! https://github.com/AdguardTeam/AdguardFilters/issues/68930
! https://github.com/AdguardTeam/AdguardFilters/issues/69075
@@||adverts.ie/css/
! https://github.com/AdguardTeam/AdguardFilters/issues/69034
@@||cdn.plyr.io/*/plyr.svg$domain=zippyshare.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68884
thatnovelcorner.com#@#[href^="http://raboninco.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/68634
boatsandoutboards.co.uk#@#.ads-list
! https://github.com/AdguardTeam/AdguardFilters/issues/68499
@@||ads.roblox.com/v*/sponsored-pages$xmlhttprequest
! fix broken roomer.ru
roomer.ru#@#.section-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/67907
! https://github.com/AdguardTeam/AdguardFilters/issues/67920
! https://github.com/AdguardTeam/AdguardFilters/issues/67771
inky.dk,inky.fi,inky.no,inky.se#@#iframe[width="200"][height="240"]
! https://github.com/AdguardTeam/AdguardFilters/issues/67839
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=wgntv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67578
@@||cdn.bluebillywig.com/apps/player/*/components/admanager.js$domain=eurogamer.net
! https://github.com/AdguardTeam/AdguardFilters/issues/67447
theshaderoom.com#@#.section-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/67279
@@||logo.clearbit.com^$image,domain=securitytrails.com
@@||securitytrails.com/domain/$domain=securitytrails.com
@@||securitytrails.com/app/api/$domain=securitytrails.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67299
@@||omggamer.com/porpoiseant/banger.js
@@||omggamer.com/detroitchicago/dayton.js
! https://github.com/AdguardTeam/AdguardFilters/issues/67264
! https://github.com/AdguardTeam/AdguardFilters/issues/67120
! https://github.com/AdguardTeam/AdguardFilters/issues/67109
@@||googletagservices.com/tag/js/gpt.js$domain=ikitesurf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66868
iptv4best.com#@#.adace-slot
iptv4best.com#@#.adace-slot-wrapper
iptv4best.com#@#div[class^="adace_ad_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/66942
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=mixdownmag.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/66703
mashable.com#@##pathing-banner
! https://github.com/AdguardTeam/AdguardFilters/issues/66630
@@||bikerumor.com/porpoiseant/banger.js
@@||bikerumor.com/detroitchicago/dayton.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66589
gazetadopovo.com.br#@#.ad-content
! https://github.com/AdguardTeam/AdguardFilters/issues/66466
@@||linuxize.com/porpoiseant/banger.js
@@||linuxize.com/detroitchicago/dayton.js
! https://github.com/AdguardTeam/AdguardFilters/issues/66424
@@||freebcc.org/assets/img/ad_468x60_*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/66335#issuecomment-716663077
@@||cntr.lookmovie.ag/get.php$xmlhttprequest,domain=lookmovie.ag
! https://github.com/AdguardTeam/AdguardFilters/issues/66235
@@||kaufdex.com/detroitchicago/dayton.js
@@||kaufdex.com/porpoiseant/banger.js
! https://github.com/AdguardTeam/AdguardFilters/issues/65943
@@||cdn.playwire.com/bolt/js/zeus/embed.js$domain=abcya.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65867
@@||apple.com/v/watch/home/ad^
! https://github.com/AdguardTeam/AdguardFilters/issues/65510
! https://github.com/AdguardTeam/AdguardFilters/issues/65406
lmgtfy.app#@##top_ads
lmgtfy.app#@##bottom_ads
! https://github.com/AdguardTeam/AdguardFilters/issues/65362
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=fox21news.com
! https://github.com/AdguardTeam/AdguardFilters/issues/64654
@@||hvg.hu/Content/redesign/js-notbundled/showads.js
! neads.io is broken
@@||neads.io^$domain=neads.io
! https://github.com/AdguardTeam/AdguardFilters/issues/65301
! https://github.com/AdguardTeam/AdguardFilters/issues/65066
@@||googletagservices.com/tag/js/gpt.js$domain=etf.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=etf.com
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=etf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65045
! https://github.com/AdguardTeam/AdguardFilters/issues/65035
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=games.gamesplaza.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=games.gamesplaza.com
! meilleurpronostic.fr - broken player
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=meilleurpronostic.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/64780
! https://github.com/AdguardTeam/AdguardFilters/issues/64614
@@||siva-my.jsstatic.com/_ads/_static/$domain=jobstreet.com.my
! https://github.com/AdguardTeam/CoreLibs/issues/1354
! https://github.com/AdguardTeam/AdguardFilters/issues/65132
! https://github.com/AdguardTeam/AdguardFilters/issues/64518
@@||cdn.bannersnack.com/iframe/embed.js$domain=audiogon.com
@@||cdn.bannersnack.com/banners/$~third-party,image,subdocument
@@||cdn.bannersnack.com/banners/$image,subdocument,domain=audiogon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/64535
! https://github.com/AdguardTeam/AdguardFilters/issues/64503
btweb.trontv.com,utweb.trontv.com#@#.ad-card-container
! https://github.com/AdguardTeam/AdguardFilters/issues/63767
afl.com.au#@#a[href^="http://pubads.g.doubleclick.net/"]
! https://github.com/uBlockOrigin/uAssets/issues/7934
@@||ssl.p.jwpcdn.com^$domain=bdsmstreak.com
! https://github.com/AdguardTeam/AdguardFilters/issues/63744
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=express.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/63191
usaudiomart.com#@#.ad-title
! https://github.com/AdguardTeam/AdguardFilters/issues/63033
@@||cdn.fluidplayer.com/*/current/fluidplayer.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/62420
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=getnada.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62517
@@||ads.colombiaonline.com/ad/$domain=colombiaonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62518
! https://github.com/AdguardTeam/AdguardFilters/issues/62383
! https://github.com/AdguardTeam/AdguardFilters/issues/61862
@@||time.adp.com^$document
! Plex media server - excluding assistant in full screen
! https://github.com/AdguardTeam/AdguardFilters/issues/62181
canuckaudiomart.com#@#.ad-title
! https://github.com/AdguardTeam/AdguardFilters/issues/62128
!#safari_cb_affinity(general,privacy)
@@||b.scorecardresearch.com/beacon.js$domain=oklivetv.com
@@||oklivetv.com/*=*&$script,other,xmlhttprequest
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/62027
@@||fileone.tv/file/$domain=fileone.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/61735
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=funimation.com
@@||pubads.g.doubleclick.net/gampad/ads?*1&output=xml_vmap1&*&url=https%3A%2F%2Fwww.funimation.com%2F*&ad_rule=$domain=imasdk.googleapis.com
! https://github.com/AdguardTeam/AdguardFilters/issues/61942
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=wunderground.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=wunderground.com
! https://github.com/AdguardTeam/AdguardFilters/issues/57217
@@||local.adguard.org^
! https://github.com/AdguardTeam/AdguardFilters/issues/61246
@@||web-ads.pulse.weatherbug.net/api/ads/targeting/v*/parameters?$domain=weatherbug.com
! https://github.com/AdguardTeam/AdguardFilters/issues/61282
@@||translate.googleapis.com/element/
@@||translate.googleapis.com/translate_static/
! https://github.com/AdguardTeam/AdguardFilters/issues/61107
@@||weby.aaas.org/weby_bundle_v*.js$domain=sciencemag.org
! https://github.com/AdguardTeam/AdguardFilters/issues/60745
! https://github.com/AdguardTeam/AdguardFilters/issues/61065
! https://github.com/AdguardTeam/AdguardFilters/issues/60604
@@||storage.googleapis.com/loadermain.appspot.com/main.js$domain=watchfreenet.org
! https://github.com/AdguardTeam/AdguardFilters/issues/60511
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=nuke.zone
! https://github.com/AdguardTeam/AdguardFilters/issues/61074
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=stack.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59975
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=html5.gamedistribution.com
! https://github.com/AdguardTeam/AdguardFilters/issues/60124
! https://github.com/AdguardTeam/AdguardFilters/issues/60131
@@||dood.watch^$subdocument
@@||doodstream.com^$font,image,script,stylesheet,xmlhttprequest,other,domain=dood.to|dood.watch
! https://github.com/AdguardTeam/AdguardFilters/issues/59819
! https://github.com/AdguardTeam/AdguardFilters/issues/60103
@@||vo.msecnd.net^$domain=gsmarena.com
@@||embed.binkies3d.com/content/$domain=gsmarena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/60021
@@||bombhopper.io/prebid.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59994
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=bighero.io
! https://github.com/AdguardTeam/AdguardFilters/issues/59992
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=bullet.town
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=bullet.town
! https://github.com/AdguardTeam/AdguardFilters/issues/60012
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=chelseafc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59898
@@||bitent.com/lock_html5/adscontrol.js$domain=bitent.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59879
@@||rule34hentai.net/cdn-cgi/challenge-platform/orchestrate/$domain=rule34hentai.net
! https://github.com/AdguardTeam/AdguardFilters/issues/59831
@@||api.adinplay.com/display/pub/*/display.min.js$domain=blastz.io
! https://github.com/AdguardTeam/AdguardFilters/issues/58759
msn.com#@#a[href^="https://afflnk.microsoft.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/59744
genlink.cc#@#.ads-link
! https://github.com/AdguardTeam/AdguardFilters/issues/59785
@@||cdnjs.cloudflare.com/ajax/libs/jquery/*/jquery.min.js$domain=ouo.press|ouo.io
! https://github.com/AdguardTeam/AdguardFilters/issues/59634
@@||pngitem.com/adopen/adstyle.css
! https://github.com/AdguardTeam/AdguardFilters/issues/59580
@@||api.adinplay.com/display/pub/*/display.min.js$domain=tombr.io
! https://github.com/AdguardTeam/AdguardFilters/issues/59522
! https://github.com/AdguardTeam/AdguardFilters/issues/59540
@@||yourbittorrent2.com^$csp=script-src 'self' 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/59526
get.tech#@#.ad-box:not(#ad-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/59462
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=softonic.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=softonic.com
@@||securepubads.g.doubleclick.net/gampad/ads$domain=softonic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58372
! https://github.com/AdguardTeam/AdguardFilters/issues/59266
@@||jkanime.net/*.php?$popup,domain=jkanime.net
! https://github.com/AdguardTeam/AdguardFilters/issues/59273
! https://github.com/AdguardTeam/AdguardFilters/issues/59023
@@||i.postimg.cc/*/banner*.png$domain=scandal-heaven.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59131
@@||rumble.com/embed/*$domain=koreus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59098
@@||googletagmanager.com/gtm.js$domain=redbull.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59928
@@||api.adinplay.com/player/*/player.min.js$domain=mineparkour.club|gunzer.io|pockey.io|bist.io|piaf.io
! https://github.com/AdguardTeam/AdguardFilters/issues/58578
mirrorace.com#@#.uk-margin-bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/58808
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=vogue.ru
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=vogue.ru
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=vogue.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/58360
@@||clipartkey.com/adopen/adstyle.css
! https://github.com/AdguardTeam/AdguardFilters/issues/58272
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wetv.vip
! https://github.com/AdguardTeam/AdguardFilters/issues/58358
adz7short.space#@#.wrapper-ad
adz7short.space#@#.ad-inner
adz7short.space#@#[id*="ScriptRoot"]
! https://github.com/AdguardTeam/AdguardFilters/issues/58445
nonfungerbils.com#@#iframe[width="600"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/56453
@@||cdn.diggysadventure.com/*/video_ads.erik?ver=$domain=diggysadventure.com
@@||adsrveys.com/ads-api-v3|$domain=diggysadventure.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58001
@@||cdn.plyr.io/*/plyr.svg$domain=mp4upload.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/71768
! https://github.com/AdguardTeam/AdguardFilters/issues/59417
! https://github.com/AdguardTeam/AdguardFilters/issues/59346
! https://github.com/AdguardTeam/AdguardFilters/issues/59345
! https://github.com/AdguardTeam/AdguardFilters/issues/57793
! https://github.com/AdguardTeam/AdguardFilters/issues/57791
! https://github.com/AdguardTeam/AdguardFilters/issues/57787
! https://github.com/AdguardTeam/AdguardFilters/issues/60011
@@||api.adinplay.com/libs/aiptag/*/tag.min.js$domain=v6p9d9t4.ssl.hwcdn.net|golfroyale.io|bullet.town|zoneroyale.com|memegames.space|erigato.space|creatur.io|wormate.io|deadwalk.io|swaarm.io|octagor.com|lordz2.io|brutalmania.io|warscrap.io|findcat.io|evowars.io|shellshock.io|dinoman.io|bombhopper.io|clashblade.com|littlebigsnake.com|evoworld.io
! https://github.com/AdguardTeam/AdguardFilters/issues/57085
! https://github.com/AdguardTeam/AdguardFilters/issues/57036
@@||vidoza.net/embed-*.html$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/56205
@@||redactor.creatium.io^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/57030
adsy.pw#@#.banner-728x90
! https://github.com/AdguardTeam/AdguardFilters/issues/56922
@@||short.croclix.me/*js/viewad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56921
@@||short.goldenfaucet.io/*js/viewad.js
@@||short.goldenfaucet.io/*templates/css/viewad.css
! https://github.com/AdguardTeam/AdguardFilters/issues/56916
@@||short.cliquebook.net/*js/viewad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56884
@@||cdn.adswizz.com/adswizz/js/SynchroClient*.js$domain=lounge.fm
! https://github.com/AdguardTeam/AdguardFilters/issues/56868
dust-sounds.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/56800
@@||thumbor.thedailymeal.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/56828
@@||cdn.stat-rock.com/player/*player.js$domain=4shared.com
! usgamer.net - fixing video player
@@||usgamer.net/static/scripts/AdsLoad.js
@@||usgamer.net/static/scripts/SidebarAds.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56746
||imgshare.info^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/56629
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=upstream.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/56398
@@||game-cdn.poki.com/*/img/ads/Spinner.png
! dood.watch - incorrect blocking
@@||dood.watch/pass_md5/
! https://github.com/AdguardTeam/AdguardFilters/issues/56201
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=dailystar.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/56049
@@||hlmod.ru/resources/$domain=hlmod.ru
@@||hlmod.ru^$xmlhttprequest,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/56141
call2friends.com#@#.adWrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/55904
metacritic.com#@#.esite_list
! https://github.com/AdguardTeam/AdguardFilters/issues/56019
@@||content*.uplynk.com/channel/*.m3u8?$domain=abc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55620
@@||edge.microsoft.com/translate/auth
@@||api.cognitive.microsofttranslator.com/translate?
! https://github.com/AdguardTeam/AdguardFilters/issues/55329
@@://www.liquidweb.com/kb/wp-content/themes/lw-kb-theme/images/ads/vps-sidebar.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/55478
@@||kimcartoon.to/hdx.aspx?apiKey=
@@||playhydrax.com/?v=$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/35789
@@||cloudvideo.tv/embed-$domain=139.99.120.222
! https://github.com/AdguardTeam/AdguardFilters/issues/54885
@@||mcloud.to/key
! https://github.com/AdguardTeam/AdguardFilters/issues/52184
! https://github.com/AdguardTeam/AdguardFilters/issues/55414
@@||prebid.adnxs.com/pbc/v*/cache$domain=go.cnn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55245
@@||verticalscope-com.videoplayerhub.com/galleryplayer.js$domain=overclock.net
! https://github.com/AdguardTeam/AdguardFilters/issues/55338
@@||oasjs.kataweb.it/adsetup_pcmp.js$domain=kataweb.it
! broken self-promo fix
@@||auchan.ru/pokupki/media/banners/*.jpg$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/55310
@@||pubads.g.doubleclick.net/ssai/event/*/streams$domain=10play.com.au
! ghacks.net - fixing sponsored posts
ghacks.net#@#.tag-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/54952
@@||vg247.com/wp-content/themes/vg247/scripts/AdsLoad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54894
politico.com#@#.story-enhancement
! https://github.com/AdguardTeam/AdguardFilters/issues/54790
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=independent.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/55516
! https://github.com/AdguardTeam/AdguardFilters/issues/54910
@@||hcaptcha.com/*/api.js
@@||assets.hcaptcha.com/captcha/
! https://github.com/AdguardTeam/AdguardFilters/issues/54619
!+ NOT_OPTIMIZED
@@||googletagmanager.com/gtm.js$domain=laprovence.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54392
dirtyship.com#@#.ads-box
! https://github.com/AdguardTeam/AdguardFilters/issues/54507
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com#@#.adLink
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com#@##adContainer
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com#@#.adRow
olx.ro,olx.kz,olx.pl,olx.pt,olx.ua,olx.uz,olx.in,olx.com#@#.adbox
! https://github.com/AdguardTeam/AdguardFilters/issues/54453
nxmac.com#@#div[id^="advads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/54254
nmac.to#@#div[id^="advads-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/54239
$csp=script-src 'self' 'unsafe-inline' 'unsafe-eval' data: blob: www.googletagmanager.com *.google.com *.gstatic.com www.google-analytics.com *.googleapis.com *.disqus.com *.disquscdn.com code.jquery.com *.cloudflare.com cdn.streamroot.io cdn.jsdelivr.net vjs.zencdn.net cache.hollywood.to static.hollywood.to,domain=stream1.me|streamz.cc,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/54093
@@||adz7short.space/*js/viewad.js$domain=adz7short.space
! https://github.com/AdguardTeam/AdguardFilters/issues/54069
tokyomotion.net#@#.adspace
! https://github.com/AdguardTeam/AdguardFilters/issues/54070
@@||docs.expo.io/*/static/*/pages/versions/latest/sdk/*.js$domain=docs.expo.io
! Amazon - broken slider
@@||images-*.ssl-images-amazon.com/images/*/advertising^$domain=amazon.de|amazon.com|amazon.fr|amazon.it|amazon.es|amazon.co.jp|amazon.co.uk|amazon.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/53888
newser.com#@##divRightRail > div:first-child
! https://github.com/AdguardTeam/AdguardFilters/issues/53694
@@||p.jwpcdn.com/*/jwpsrv.js$domain=milfzr.com
@@||p.jwpcdn.com/*/jwplayer.j$domain=milfzr.com
@@||p.jwpcdn.com/*/jwplayer.html5.js$domain=milfzr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52794#issuecomment-612010234
! https://github.com/AdguardTeam/AdguardFilters/issues/53330
@@||upstream.to/embed-*.html$domain=playerhost.net
! https://github.com/AdguardTeam/AdguardFilters/issues/43249
@@||fedex.com/apps/myprofile/$generichide
@@||fedex.com/apps/fedextrack$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/44812#issuecomment-611411646
yasehub.com#@#.has-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/53106
@@||upstream.to/embed-*.html$domain=javtiful.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53193
! https://github.com/AdguardTeam/AdguardFilters/issues/52841
! https://github.com/AdguardTeam/AdguardFilters/issues/53190
! https://github.com/AdguardTeam/AdguardFilters/issues/53038
@@||vidmoly.me/jws.php
@@||vidmoly.net/jws.php
@@||vidmoly.to/jws.php
! https://github.com/AdguardTeam/AdguardFilters/issues/52948
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=wcvb.com
! xda-developers.com - fixing embedded tweets
@@||cdn.syndication.twimg.com/tweets.json?$domain=xda-developers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52812
@@||mm-syringe.com^$domain=spin.com
@@||cdn.rhombusads.com/js/rh.min.js$domain=spin.com
@@||api.rhombusads.com/v*/embed/check$domain=spin.com
@@||adserver.rhombusads.com/api/$domain=spin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52602
! https://github.com/AdguardTeam/AdguardFilters/issues/52319
@@||coinadster.com^$script,stylesheet,xmlhttprequest,other,image,domain=coinadster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52485
@@||googletagservices.com/tag/js/gpt.js$domain=ctv.ca
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=ctv.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/52345
soup.io#@#.showads
! https://github.com/AdguardTeam/AdguardFilters/issues/52311
@@||mcloud.to/embed/*?key=$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/52272
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cosmopolitan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52222
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=knoxnews.com
! https://forum.adguard.com/index.php?threads/blocking-main-video-player-on-videobrother.37987/
@@||gounlimited.to/embed-*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/52008
@@||youporn.com/embed/$domain=porndollz.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52041
@@||content*.uplynk.com/channel/*.m3u8?$domain=abcnews.go.com
! https://github.com/AdguardTeam/AdguardFilters/issues/51865
@@||npr.org/sponsorship/targeting/$other,xmlhttprequest,domain=npr.org
! https://github.com/AdguardTeam/AdguardFilters/issues/51823
nypost.com#@#.recirc
! https://github.com/AdguardTeam/AdguardFilters/issues/51117
@@||gstatic.com/cv/js/sender/*/cast_sender.js$domain=pornhub.com|pornhub.org|pornhub.net
@@||gstatic.com/cast/sdk/libs/sender/*/cast_framework.js$domain=pornhub.com|pornhub.org|pornhub.net
! https://github.com/AdguardTeam/AdguardFilters/issues/51791
@@||primarygames.com/ads/preroll/js/googleIMAads_HTML5_*.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=primarygames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/51609
@@||ads.cutlinks.pro/links/go$domain=ads.cutlinks.pro
@@||ads.cutlinks.pro/cloud_theme/build/js/script.min.js$domain=ads.cutlinks.pro
@@||ads.cutlinks.pro/cloud_theme/build/css/styles.min.css$domain=ads.cutlinks.pro
! https://github.com/AdguardTeam/AdguardFilters/issues/51478
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=radio.at|radio.net|radio.de
@@||googletagmanager.com/gtm.js$domain=radio.at|radio.net|radio.de
! https://github.com/AdguardTeam/AdguardFilters/issues/51306
@@/Tag.rb$domain=github.com
! https://github.com/AdguardTeam/AdguardFilters/issues/51303
@@||rule34hentai.net/fluidplayer.min.js$domain=rule34hentai.net
! https://github.com/AdguardTeam/AdguardFilters/issues/51301
@@/webadvert.$domain=webadv.net
!
! https://forum.adguard.com/index.php?threads/problem-with-disqus.37852
@@||static.ziffdavis.com/sitenotice/*/settings.js$domain=allestoringen.be|allestoringen.nl|xn--allestrungen-9ib.at|xn--allestrungen-9ib.ch|xn--allestrungen-9ib.de|downdetector.ae|downdetector.ca|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com.ar|downdetector.com.au|downdetector.com.br|downdetector.com.co|downdetector.com|downdetector.cz|downdetector.dk|downdetector.ec|downdetector.es|downdetector.fi|downdetector.fr|downdetector.gr|downdetector.hk|downdetector.hr|downdetector.hu|downdetector.id|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.my|downdetector.no|downdetector.pe|downdetector.pk|downdetector.pl|downdetector.pt|downdetector.ro|downdetector.ru|downdetector.se|downdetector.sg|downdetector.sk|downdetector.web.tr
@@||static.ziffdavis.com/sitenotice/evidon-sitenotice-bundle.js$domain=allestoringen.be|allestoringen.nl|xn--allestrungen-9ib.at|xn--allestrungen-9ib.ch|xn--allestrungen-9ib.de|downdetector.ae|downdetector.ca|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com.ar|downdetector.com.au|downdetector.com.br|downdetector.com.co|downdetector.com|downdetector.cz|downdetector.dk|downdetector.ec|downdetector.es|downdetector.fi|downdetector.fr|downdetector.gr|downdetector.hk|downdetector.hr|downdetector.hu|downdetector.id|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.my|downdetector.no|downdetector.pe|downdetector.pk|downdetector.pl|downdetector.pt|downdetector.ro|downdetector.ru|downdetector.se|downdetector.sg|downdetector.sk|downdetector.web.tr
@@||cdn*.downdetector.com/*/javascript*/adscript_vars.js
@@||cdn*.downdetector.com/*/javascript*/adscript.js
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=downdetector.ru,important
@@||googletagservices.com/tag/js/gpt.js$domain=downdetector.ru
! pubads_impl_ is not requested if 'redirect' rule above applied
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=downdetector.ru
!
! https://github.com/AdguardTeam/AdguardFilters/issues/51111
@@||googletagservices.com/tag/js/gpt.js$domain=phonearena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/51030
@@||ads.bdcraft.net/js/interstitial.js$domain=ads.bdcraft.net
! https://github.com/AdguardTeam/AdguardFilters/issues/39801
@@||britannica.com^$csp=script-src 'self' * 'unsafe-inline'
! https://github.com/AdguardTeam/AdguardFilters/issues/50975
@@||kimcartoon.xyz/wp-admin/admin-ajax.php
! https://github.com/AdguardTeam/AdguardFilters/issues/50735
@@||hydrax.net/players/player.min.js$domain=kimcartoon.to
@@||cdn.jsdelivr.net/npm/jquery*/dist/jquery.min.js$domain=kimcartoon.to
! https://forum.adguard.com/index.php?threads/station-drivers-com.37671/
station-drivers.com#@#iframe[width="600"][height="90"]
! https://github.com/AdguardTeam/AdguardFilters/issues/50175
@@||verticalscope-com.videoplayerhub.com/galleryplayer.js$domain=forums.watchuseek.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49812
! https://github.com/AdguardTeam/AdguardFilters/issues/49871
@@||159i.com/p/hola/cpt.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48867
!+ NOT_PLATFORM(windows, mac)
@@||my.westfieldinsurance.com^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/49903
@@||hotpornfile.org/*/a/na/js/*?container=naskjz
! https://github.com/AdguardTeam/AdguardFilters/issues/49950
youredm.com#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/49739
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=classicreload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49581
myip.ms#@#.google_ads
! yepi.com - ###PreRollAd hides play button
yepi.com#@##PreRollAd
! pcmag.com - unhide video player
pcmag.com#@#iframe[width="300"]
! https://github.com/AdguardTeam/AdguardFilters/issues/49285
tarikhema.org#@#.bsac
tarikhema.org#@#.bsac-container
! https://github.com/AdguardTeam/AdguardFilters/issues/49259
@@||googletagservices.com/tag/js/gpt.js$domain=nbcsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32781
@@||imgadult.com/img-*.html$subdocument,domain=imgadult.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48777
@@||conversion.im/images/icons/google-adwords.png
! https://github.com/AdguardTeam/AdguardFilters/issues/49017
fastjobs.sg#@#.adbox
! https://github.com/AdguardTeam/AdguardFilters/issues/48873
@@||crystalmark.info/wp-content/uploads/*_300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/48879
@@||static.adsafeprotected.com/vans-adapter-google-ima.js$domain=forbes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48727
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=wivb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48571
@@||googletagservices.com/tag/js/gpt.js$domain=biblestudytools.com
@@||media.swncdn.com/ads/fixed/init.js$domain=biblestudytools.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50517
! https://github.com/AdguardTeam/AdguardFilters/issues/46960#issuecomment-578081007
@@||cbsistatic.com/fly/js/libs/ads/bidbarrel-*.js$domain=cnet.com
! rickandmorty.com - fixing video player
@@||manifest.auditude.com/auditude/*.m3u8?$domain=rickandmorty.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48194
cinemablend.com#@#.sticky-div
! https://github.com/AdguardTeam/AdguardFilters/issues/48283
kzstock.blogspot.com#@##ad-target
! https://github.com/AdguardTeam/AdguardFilters/issues/48199
10play.com.au#@#.skinAd
! https://github.com/AdguardTeam/AdguardFilters/issues/48098
@@||kimcartoon.to/Scripts^
! https://github.com/AdguardTeam/AdguardFilters/issues/48162
@@||stream2watch.ws/js/app.js
! https://github.com/AdguardTeam/AdguardFilters/issues/151706
! https://github.com/AdguardTeam/AdguardFilters/issues/146902
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=10play.com.au
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=10play.com.au
@@||pubads.g.doubleclick.net/ondemand/hls/content/*/streams|$xmlhttprequest,domain=10play.com.au
@@||pubads.g.doubleclick.net/ondemand/hls/content/*/streams/*.m3u8$domain=10play.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/48072
@@||pussyspace.com/class/captcha/captcha.php$domain=pussyspace.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47914
ojooo.com#@##showads
! https://github.com/AdguardTeam/AdguardFilters/issues/47857
@@||m.thepiratebay.org/js/prototype-min.js
@@||m.thepiratebay.org/comments.php
! https://github.com/AdguardTeam/AdguardFilters/issues/47465
! https://github.com/AdguardTeam/AdguardFilters/issues/47397
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=kark.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47262
! https://github.com/AdguardTeam/AdguardFilters/issues/47261
@@||chaturbate.com/*embed^$domain=chatterbate.org|uuu.cam
! https://github.com/AdguardTeam/AdguardFilters/issues/47170
mariogames.be#@##adsContainer
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mariogames.be
! https://github.com/AdguardTeam/AdguardFilters/issues/47135
@@||b.cdnst.net/javascript/amazon.js$domain=speedtest.net
! https://github.com/AdguardTeam/AdguardFilters/issues/47028
dailymail.co.uk#@#.article-advert
! crackle.com - fixing video player
@@||fwlive.crackle.com/ad/g/1$domain=crackle.com
@@||crackle.com/vendor/AdManager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46983
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=storyfire.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46821
@@||platform.twitter.com/widgets.js$domain=gamerant.com
@@||platform.twitter.com/js/moment~timeline~tweet.*.js$domain=gamerant.com
@@||platform.twitter.com/js/tweet.*.js$domain=gamerant.com
@@||cdn.syndication.twimg.com/tweets.json$domain=gamerant.com
@@||embed.redditmedia.com/widgets/platform.js$domain=gamerant.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46715
yts.ms#@#.popup-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/46823
! https://github.com/AdguardTeam/AdguardFilters/issues/46796
! https://github.com/AdguardTeam/AdguardFilters/issues/50722
! https://github.com/AdguardTeam/AdguardFilters/issues/46672
! Fixing google translate built-in Chrome
! broken by '|https://$third-party,xmlhttprequest,domain=' on some websites
@@||translate.googleapis.com/*translate_*/*=*=$xmlhttprequest
@@||gstatic.com/images/branding/product/*x/translate_24dp.png$image,domain=translate.googleapis.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46616
@@||track.adform.net/serving/scripts/trackpoint/async/$domain=ethias.be
! https://github.com/AdguardTeam/AdguardFilters/issues/38713#issuecomment-568479607
@@||static.anyporn.com/bravoplayer/fluidplayer.js
@@||static.anyporn.com/bravoplayer/scripts/bpconfig.js
@@||static.anyporn.com/bravoplayer/custom/anyporncom/scripts/bpcc.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46503
@@||oasjs.kataweb.it/adsetup.real.js$domain=video.repubblica.it
! https://github.com/AdguardTeam/AdguardFilters/issues/46333
@@||plytv.me/sdembed
@@||cdn.plytv.me/scripts/embed.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46276
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=epaper.timesgroup.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46269
@@||googletagservices.com/tag/js/gpt.js$domain=nfl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46132
@@||avalanche.state.co.us/caic/pub_bc_avo.php?zone_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/46126
@@||static.telegraph.co.uk/telegraph-advertising/tmg-gpt.min.js$domain=telegraph.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/45895
@@||upvtt.com/uploads^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/45788
@@||sonyliv.com/api/configuration/config_ads?channel=
! https://github.com/AdguardTeam/AdguardFilters/issues/45817
@@||ad.doubleclick.net/ddm/trackclk/$popup,domain=pricehipster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44788
bing.com#@#a[href^="https://www.bing.com/aclk?"]
! EasyList China:
!bing.com#@#.b_ad
bing.com#@#.b_adBottom
! https://github.com/AdguardTeam/AdguardFilters/issues/45484
! https://github.com/AdguardTeam/AdguardFilters/issues/45315
@@||googletagservices.com/tag/js/gpt.js$domain=proximus.be
! https://github.com/AdguardTeam/AdguardForWindows/issues/3105
! Fixing MS Edge sync
! https://github.com/AdguardTeam/AdguardFilters/issues/45129
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gousfbulls.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45230
idilyazar.com#@#.ads_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/44064#issuecomment-559577358
! https://forum.adguard.com/index.php?threads/.36087/
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=agario-play.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=agario-play.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45058
@@/progress.php?callback=$script,domain=ytmp3.cc
@@/check.php?callback=$script,domain=ytmp3.cc
! hellporno.net - categories on video page not shown completely
@@||hellporno.net/_a_ht/s/s/js/ssu.v2.js
@@||hellporno.net/_a_ht/s/s/su.php?
! shikimori - fix comments editing
! https://github.com/AdguardTeam/AdguardFilters/issues/44788
bing.com#@?##b_results > li :-abp-has(span:-abp-contains(Ad))
! https://github.com/AdguardTeam/AdguardFilters/issues/44949
sony.com#@#.ad-index
! https://github.com/AdguardTeam/AdguardFilters/issues/44685
@@||multiup.org/*/mirror^
! https://github.com/AdguardTeam/AdguardFilters/issues/44518
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.metv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43823
@@||googletagservices.com/tag/js/gpt.js$domain=gotrip.hk
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=gotrip.hk,important
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=gotrip.hk
! https://github.com/AdguardTeam/AdguardFilters/issues/43719
@@||etsy.com/your/shops/$document
! https://github.com/AdguardTeam/AdguardFilters/issues/44008
@@||ancensored.com/js/flowplayer.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43933
@@||swatchseries.to/public/js/caleEncrypted.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43913
@@||horriblesubs.info/static/hs.js
! pornhub.com - webcams not working
@@||naiadsystems.com/*/hls/live$domain=pornhub.com|pornhub.org|pornhub.net
! https://github.com/AdguardTeam/AdguardFilters/issues/43750
@@||static.vidgyor.com/live/dai/js/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=zeebiz.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43680
@@||adspace.pro^$domain=adspace.pro
! https://github.com/AdguardTeam/AdguardFilters/issues/43696
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=foxnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43292
@@||coolmathgames.com/*/img/ads/Spinner.png$domain=coolmathgames.com
! pornhub.com - player is broken
@@||dl.phncdn.com/pics/$domain=pornhub.com|pornhub.org|pornhub.net
! https://github.com/AdguardTeam/AdguardFilters/issues/43132
wallpaperaccess.com#@#.ads1
! https://github.com/AdguardTeam/AdguardFilters/issues/43107
@@||bizpacreview.com^$csp=script-src 'self' *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.com *.twitter.com *.spot.im
@@||launcher.spot.im/spot/sp_$script,domain=bizpacreview.com
@@||static-cdn.spot.im/production/*/*.js$domain=bizpacreview.com
@@||api-gw.spot.im/v*/feed/spot/sp_*/$domain=bizpacreview.com
@@||api-*.spot.im/v*/conversation/$xmlhttprequest,domain=bizpacreview.com
@@||api-*.spot.im/v*/widget/spot/sp_*/conversation_header$domain=bizpacreview.com
@@||api-*.spot.im/v*/broadcasts/broadcasts/sp_$xmlhttprequest,domain=bizpacreview.com
@@||api-*.spot.im/v*/config/launcher/sp_*/vendor,init,conversation$domain=bizpacreview.com
@@||spotops.spot.im/spot/sp_*/v*?platform=$domain=bizpacreview.com
@@||cdn.syndication.twimg.com/tweets.json?$domain=bizpacreview.com
! https://github.com/AdguardTeam/AdguardFilters/issues/43065
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=series9.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/15408#issuecomment-546248680
@@||kts.visitstats.com/in^$domain=txxx.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42150
@@||js-sec.indexww.com/htv/bell.js$domain=envedette.ca
@@||js-sec.indexww.com/asl/asl_*.js$domain=envedette.ca
@@||z.moatads.com/brightcove/v*/moatanalytics.js$domain=envedette.ca
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=envedette.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/42283
! https://github.com/AdguardTeam/AdguardFilters/issues/42679
! https://github.com/AdguardTeam/AdguardFilters/issues/42803
@@||sapixcraft.com/js/exitPopup.js
@@||sapixcraft.com/css/exitPopup.css
! https://github.com/AdguardTeam/AdguardFilters/issues/42615
@@||newad.abiechina.com^$domain=abiechina.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42640
@@||cdn-static.pornhd.com/pornhd/*/css/dist/main.css$domain=pornhd.com
@@||protoawe.com/embed/*/?psid=*&accessKey=*jasminVideoPlayerContainer$domain=pornhd.com
@@||protoawe.com/tube-player/?psid=*&accessKey=*jasminVideoPlayerContainer$domain=pornhd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42714
@@||banners.s1.citilink.ru^$image,domain=citilink.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/42535
@@||static*.akacdn.ru/assets/min/frontend/all.$script,stylesheet,domain=9anime.one
! https://github.com/AdguardTeam/AdguardFilters/issues/41879
! https://github.com/AdguardTeam/AdguardFilters/issues/42197
@@||radio.securenetsystems.net/cwa/js/prebid.js
! gamespot.com - fixing not loading images
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=*gamespot%2Cgallery&$other,domain=gamespot.com
! html5.gamedistribution.com - fixing not working games
@@||hb.improvedigital.com/pbw/prebid/prebid-v*-pbjsgd.min.js$domain=html5.gamedistribution.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42000
disk.yandex.*,yadi.sk#@#.content_ads
! https://github.com/AdguardTeam/AdguardDNS/issues/109
!#safari_cb_affinity(general,privacy)
@@||ad.admitad.com/*/*&ulp=
@@||ad.admitad.com/*/?ulp=
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/41939
@@||thegamesshop.com.au/controls/ajaxpages/*.aspx?ad=
! https://github.com/AdguardTeam/AdguardFilters/issues/42111
@@||integrate2cloudapps.com/wp-content/uploads/*/*-480x120$image
! https://github.com/AdguardTeam/AdguardFilters/issues/37657
! https://github.com/AdguardTeam/AdguardFilters/issues/41341
@@||chicksonright.com^$csp,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/40940
hakanbaysal.com#@#div[id^="crt-"][style]
! https://github.com/AdguardTeam/AdguardFilters/issues/40876
|https://$xmlhttprequest,domain=swatchseries.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/40928
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gamecocksonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/40825
! https://github.com/AdguardTeam/AdguardFilters/issues/40778
@@||imgtaxi.com/img-*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/40756
! https://github.com/AdguardTeam/AdguardFilters/issues/40363
@@||gls-group.eu/*/csomagkovetes$elemhide,jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/40704
@@||google-analytics.com/analytics.js$domain=burgerking.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/40421
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=t13.cl
! https://github.com/AdguardTeam/AdguardFilters/issues/40303
||ampproject.net^*/f.js$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/40306
@@||wuxiaworld.com/images/pw/pw_header
! https://github.com/AdguardTeam/AdguardFilters/issues/40250
@@||associateddentists.com/wp-content/themes/AD/
! https://github.com/AdguardTeam/AdguardFilters/issues/41711
!+ NOT_PLATFORM(ext_android_cb)
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=forums.hardwarezone.com.sg
! https://github.com/AdguardTeam/AdguardFilters/issues/40245
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=forums.hardwarezone.com.sg
@@||hardwarezone.com.sg/js/prebid.appnexus.js$domain=forums.hardwarezone.com.sg
! https://github.com/AdguardTeam/AdguardFilters/issues/40003
resmim.net#@#.showads
! https://github.com/AdguardTeam/AdguardFilters/issues/39709
@@||pubads.g.doubleclick.net/ssai/event/$xmlhttprequest,domain=10play.com.au
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=10play.com.au
! 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/"]
! Fixing issues, caused by `||shortpixel.ai^$popup`
||shortpixel.ai^$popup,badfilter
! 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/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/38437
bestporncomix.com#@#.adsbar
@@||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/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/52869
! 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
@@||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/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/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
! https://github.com/AdguardTeam/AdguardFilters/issues/36900
@@||ahcdn.com^$media
! 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
! 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/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/36264
optifine.net#@#.tableAds
! 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
! square-enix.com register redirect not working
@@||weblet.square-enix.com/banner.php^
! 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
! 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/34861
@@||livestream.com/accounts/*/events/*/player?$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
! 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/34133
|https://$image,script,stylesheet,third-party,xmlhttprequest,domain=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
! 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/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/45055
@@||i*.imagetwist.com^$image,domain=imagetwist.com
! wololo.net - broken layout
@@||cdn.wololo.net/utilcave_com/templates/combine.php
! https://github.com/AdguardTeam/AdguardFilters/issues/32577
@@||trafficdeposit.com/video^$domain=sxyprn.com|sxyprn.net
! 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://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://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/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/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/32238
@@||mangapark.net^$image
! 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/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/30968
actu17.fr#@#.td-ad-background-link
! https://github.com/AdguardTeam/AdguardFilters/issues/30706
gazetaonline.com.br#@#.ad-top
! 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
! 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,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#@##bottom-wrapper
! 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/29866
technopat.net#@#.td-ad-background-link
! https://github.com/AdguardTeam/AdguardFilters/issues/29773
adsrt.me#@#[id*="ScriptRoot"]
adsrt.me#@#div[id*="ScriptRootC"]
! 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://github.com/AdguardTeam/AdguardFilters/issues/27709
@@||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/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/28398
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=motociclismo.it
! 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/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
@@||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/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
! 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
! 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/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/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/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/25175
speed4up.com#@#.adstop
speed4up.com#@#.adsTop
! https://github.com/AdguardTeam/AdguardFilters/issues/44342
! https://github.com/AdguardTeam/AdguardFilters/issues/25103
! 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/24523
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=fandom.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/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
! https://github.com/AdguardTeam/AdguardFilters/issues/24081
@@||mangatail.me/sites/default/files/*adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/23709
@@||pornhub.*/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/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/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
! https://github.com/AdguardTeam/AdguardFilters/issues/23533
@@||facebook.com/photo.php^$popup,domain=animeflv.net
! 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/23083
@@||drfone.wondershare.com/ad/ios12-update/$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/23110
! 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/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/21950
1001tracklists.com#@#[id][width]
! https://github.com/AdguardTeam/AdguardFilters/issues/21820
@@||gelbooru.com/css^
! https://github.com/AdguardTeam/AdguardFilters/issues/21424
! 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
! 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://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/20594
@@||bizx.info$domain=sourceforge.net
! 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/19260
@@||kimcartoon.me/Special/AreYouHuman$xmlhttprequest
@@||kimcartoon.me/Search/$xmlhttprequest
@@||kimcartoon.me/Scripts/$~third-party
@@||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/18608
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
@@||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
@@||ad.amgdgt.com/ads/js/optout.js
@@||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/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
! https://github.com/AdguardTeam/AdguardFilters/issues/16136
! https://github.com/AdguardTeam/AdguardFilters/issues/16137
! https://github.com/AdguardTeam/AdguardFilters/issues/45326
! 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/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^
! 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/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/11753
@@||sportslens.com/files1/newsnow_f_ab.gif
! 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/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/9416
@@||download.inventivetalent.org/external/adfly/make.php
! Messes with the payment page
@@||publicwww.com/ad/paypro_success.html
! https://github.com/AdguardTeam/AdguardFilters/issues/6470
! https://forums.lanik.us/viewtopic.php?f=64&t=35443&p=123220#p123220
pornhub.com,pornhub.org,pornhub.net#@#div > [style] iframe[width][height]
pornhub.com,pornhub.org,pornhub.net#@#[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=37309
@@/site=*/size=*/viewid=$domain=morningstar.in
! https://github.com/AdguardTeam/AdguardFilters/issues/63821
@@||files*.lynda.com/secure/courses/*.mp4$media,domain=linkedin.com|lynda.com
! https://github.com/AdguardTeam/AdguardFilters/issues/63777
! 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
! watchcartoononline.io
@@||watchcartoononline.io/favicon.ico
@@||watchcartoononline.io/inc/
@@||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/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
! 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/19417
! 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/19619
@@||infowars.com/wp-content/themes/$image
! 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/19103
@@||v.fwmrm.net/ad/g/1$domain=player.theplatform.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18651
business.financialpost.com#@#.adsizewrapper
! 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/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/16894
@@||cloudfront.net/wp-content/uploads/products/*-300x600.$image,domain=mecox.wpengine.com
! 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/120846
! https://github.com/AdguardTeam/AdguardFilters/issues/16336
||fastcontentdelivery.com^$badfilter
! animeflv.net - broken Facebook comments
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=animeflv.net
! 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/15319
@@||cityam.com/assets/js/dfp/dfp.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/14610
! https://github.com/AdguardTeam/AdguardFilters/issues/15074
! shinden.pl - broken Facebook comments
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=shinden.pl
! 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/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/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/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
! 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
! digitaltrends.com - fixing slide show
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=digitaltrends.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13454
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=mlive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128777
@@||pubads.g.doubleclick.net/ssai/event/$xmlhttprequest,domain=sbs.com.au
@@||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/12997
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=updato.com
! 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
! Unblock video player
||vidstream.pro/E/$badfilter
@@||cdnjs.cloudflare.com/ajax/libs/$domain=fmovies.to
@@||mcloud.to/embed/$domain=fmovies.to
! 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/11883#issuecomment-367017541
@@||bing.com/news/search?*InfiniteScroll=$document
! 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
! 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
@@||cdn.qooqlevideo.com/key=*.mp4$domain=avgle.com
@@||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/9823
! https://github.com/AdguardTeam/AdguardFilters/issues/9779
@@||google.*/images/icons/product/adsense-
! 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://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/9029
@@||authedmine.com/lib/captcha.min.js$domain=filecrypt.cc
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/182
! fixing acceptable ads on Google search
!#safari_cb_affinity(all)
!#safari_cb_affinity
!
! https://forum.adguard.com/index.php?threads/27231/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=lenta.ru
! 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/8951
@@||gratis.com/Banners/
! 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/pagead/ppub_config?$domain=bloomberg.com
@@||securepubads.g.doubleclick.net/gampad/ads?$domain=bloomberg.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$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^
! https://github.com/AdguardTeam/AdguardFilters/issues/7691
! 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/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/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
! unnecessary js/css injection to a hidden xhr
! 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/6914
! 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://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.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
! 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.*/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/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/6428
!+ NOT_PLATFORM(windows, mac, android)
@@||testufo.com/*.html$jsinject,elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/6174
||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$script,redirect=noopjs,domain=ncaa.com,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$script,redirect=noopjs,domain=pga.com,important
@@||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=pga.com
@@||fwmrm.net/ad/g/1?$domain=pga.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6113
@@||yastatic.net/pcode/adfox/loader.js$domain=hitfm.ru
!
! 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/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://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://github.com/AdguardTeam/AdguardFilters/issues/5737
@@||cbsistatic.com/scripts/NativeAdManager.js^$domain=cbsnews.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5830
@@||s*.rea.reastatic.net/rs/rui_advertorial.js
! 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
!+ NOT_PLATFORM(windows, mac, android)
@@||adamas.ru^$jsinject,elemhide
!
! https://github.com/AdguardTeam/AdguardFilters/issues/53202
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=digitalspy.com
! 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/
! https://forum.adguard.com/index.php?threads/http-gelbooru-com.14368/
gelbooru.com#@##paginator
! 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/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
! 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
! 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/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/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/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/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/11609
@@||mssl.fwmrm.net/crossdomain.xml$domain=msn.com
@@||mssl.fwmrm.net/p/msn_live/AdManager.swf$domain=msn.com
! 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
! 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
! Unblock a control panel for FB advertisers
@@||scontent.xx.fbcdn.net/hads-ak-prn2/*.png$domain=facebook.com|facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion
! 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/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/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
! 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
! 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/
@@||c.disquscdn.com/next/embed/*$domain=thewindowsclub.com
@@||google.com/uds/api/search/$domain=thewindowsclub.com
@@||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/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/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/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/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/3133
@@||sh.st$generichide
! https://forum.adguard.com/index.php?threads/14480/
@@||pornhub.*/*?ajax=*&$xmlhttprequest
@@||pornhub.*/*?*&ajax=$xmlhttprequest
! 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
@@||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/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=nowtv.com.tr
! https://github.com/AdguardTeam/AdguardFilters/issues/37431
! https://github.com/AdguardTeam/AdguardFilters/issues/41986
!+ NOT_OPTIMIZED
@@||lightningmaps.org/min/index.php?f=js/
! 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
! Don't inject to service iframes
@@||widgets.outbrain.com/nanoWidget/externals/obFrame/obFrame.htm$jsinject,elemhide
@@||facebook.com/connect/xd_arbiter.php$jsinject,elemhide
! 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/11191/
@@||servicescape.com/*.asp?content=$document
! 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/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/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://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?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=
! 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?10052
@@||ad.nl/ad/
! 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
! 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
! 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?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/
! 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
! 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/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
! 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
! http://forum.adguard.com/showthread.php?7971
@@||analytics.disneyinternational.com/ads/$other
! 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
! 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
! 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?6786
riflegear.com#@#.featuredAds
! http://forum.adguard.com/showthread.php?6616
multiup.org#@#.ADBAR
! 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|pornhub.org|pornhub.net|redtube.com|redtube.net|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
! 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/"]
! JsFiddle
@@||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
! 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
! 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
! https://github.com/AdguardTeam/ExperimentalFilter/issues/161
! http://forum.adguard.com/showthread.php?4685
@@||kayako.com/images/home/banner*.jpg
! Fixing video player
@@||pornhub.*/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
! 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
! https://github.com/AdguardTeam/ExperimentalFilter/issues/328
@@||roleplayer.me/adframe_
! 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|redtube.net
! 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?3549
@@_ad_300.$domain=bleacherreport.com
! 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|pornhub.org|pornhub.net
@@||linkbucks.com^$third-party,domain=goneviral.com
@@||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/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/20098
!+ NOT_PLATFORM(windows, mac, android)
msn.com#@#[id^="-"]
! 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.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.facebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebook.com,iphone.facebook.com,m.beta.facebook.com,touch.beta.facebook.com,mtouch.beta.facebook.com,x.beta.facebook.com,iphone.beta.facebook.com,touch.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mtouch.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,x.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,iphone.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,touch.beta.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,m.facebook.com,m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,b-m.facebook.com,b-m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mobile.facebook.com,mobile.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#@##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.to/ajax/
@@||9anime.to/assets^
@@||9anime.to/user/ajax/
@@||9anime.to/captcha/
@@||gogoanime.in/statics/js^
@@||animeflv.net/redirector.php^
@@||gogoanime.in/fonts^
@@||mangadex.*/images^
@@||mangapanda.com/sup/js/*.js$~third-party
@@||i*.mangapanda.com^$image
@@||gogoanime.*//page-recent-release*.html
@@||gogoanime.tv/cover^
@@||gogoanime.tv/images^
@@||file.vidcdn.pro/images/*.vtt
! https://github.com/AdguardTeam/AdguardFilters/issues/17380
@@||anyporn.com/js/functions.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17504
||thepiratebay.org^$script,subdocument,domain=thepiratebay.org,badfilter
@@||thepiratebay.org^$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/13949
msn.com#@#.nativead
! https://github.com/AdguardTeam/AdguardFilters/issues/16549
@@||content.jwplatform.com^$domain=destructoid.com
@@||assets-jpcust.jwpsrv.com^$domain=destructoid.com
@@||videos-f.jwpsrv.com^$domain=destructoid.com
!
@@||hqq.tv/*player/*.php$popup
@@||mp4upload.com/embed-*.html$popup
@@||pornhublive.com/bio.php?$popup,domain=pornhub.com|pornhub.org|pornhub.net
@@||streamiptvonline.com/streams^$popup
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls^
@@||vjs.zencdn.net^$domain=stream2watch.org
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
@@||cdn.cizgifilmlerizle.com/cizgi/*.mp4^$popup
@@||hltv.org/vendor/font-awesome
|https://$script,third-party,xmlhttprequest,domain=xvideos.com,badfilter
|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^
|http://$script,subdocument,third-party,xmlhttprequest,domain=jkanime.net,badfilter
@@/beacon.js$domain=ww1.canada.com
@@/content/tour/banner/*$domain=digitalplayground.com
@@||partner.googleadservices.com^$domain=popsugar.com
@@||pubads.g.doubleclick.net^$domain=popsugar.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
! http://forum.adguard.com/showthread.php?2172
@@||platform.twitter.com/$domain=discovery.com
@@||videocore.tv/playlist.smil$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 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
! Fixing layout
@@/css/branding_*.css$domain=netgear.com
! http://forum.adguard.com/showthread.php?2006
@@||ad.doubleclick.net/clk;$urlblock
! 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?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
@@||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 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?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/
! 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 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
! 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
! 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
@@||id.vk.com/auth$jsinject
@@||oauth.vk.com$document
@@||accounts.google.com^$jsinject,generichide
@@||facebook.com/dialog/oauth$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
!
@@||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
@@||amazon.com/gp/redirect.html
@@||coolermaster.com/images/adv_
@@||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
@@||innerfidelity.com^$elemhide
@@||shutterbug.com^$elemhide
@@||stereophile.com^$elemhide
! end: because of adbackground rule
@@|steamgamesales.com^$urlblock
@@||content.newegg.com$document
@@||filecheck.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
@@||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.com
@@||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
!
!-------------------------------------------------------------------------------!
!------------------ Fixing Stealth Mode ----------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules that fix Stealth Mode issues. Rules should be domain-specific.
!
! Good: @@||example.org^$stealth
! Bad:  example.org#@#.ad (should be in AdGuard Base - allowlist.txt)
!
! TODO: change the rules and comments when https://github.com/AdguardTeam/CoreLibs/issues/1224
! will be supported by apps and extensions
!
!############### TEMPORARY ###############
!
! https://github.com/AdguardTeam/AdguardFilters/issues/168834 [Stealth Mode - User-agent]
! BUG: https://github.com/AdguardTeam/CoreLibs/issues/1841
! TODO: remove after release AdGuard apps with CoreLibs 1.14
! fix AdGuard account authorisation [Stealth Mode - TTL of first-party cookies = 0]
! current as of 20.09.2022
!#########################################
!
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175931
@@||pub-api.biggerpicture.ai^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/175689
@@||reimg.org/images^$image,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/175596#issuecomment-2016696488
@@||bilibili.com/*/newplayer.html$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/175376
@@||mxcontent.net/*.mp4$media,stealth=referrer
@@||animesonline.nz/noance/$subdocument,stealth=referrer
@@||vod-*=video/mp4$media,stealth=referrer,domain=animesonline.nz
! https://github.com/AdguardTeam/AdguardFilters/issues/175300
@@||kumospace.com^$stealth=webrtc
! https://github.com/AdguardTeam/AdguardFilters/issues/175302
@@||player.glomex.com^$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/175258
@@||vidsrc.*^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/174957
@@||drm.6cloud.fr^$domain=6play.fr,stealth=3p-auth
@@||layout.6cloud.fr/front/*/token-web$domain=6play.fr,stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/175211
@@||fnggcdn.com/items/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/175116
@@||cloudfront.net^$stealth=referrer,domain=openrec.tv
! https://github.com/List-KR/List-KR/issues/896
! https://github.com/List-KR/List-KR/issues/898
@@||cdn.anilife.*/assets/img/cover/$domain=anilife.*,stealth=referrer
@@||edge-*.gcdn.app/st/$stealth=referrer,domain=anilife.*
! 24.privatbank.ua - Foreign Economic Activity => Currency Operations does not load
@@||fea-contracts.24.privatbank.ua^$stealth=referrer,domain=24.privatbank.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/173891
@@||api.foodthinkers.com/commercetools/graphql$stealth=3p-auth,domain=sageappliances.com
! https://github.com/AdguardTeam/AdguardFilters/issues/174176
@@||play.openhub.tv^$stealth=referrer
@@||anyhentai.com/*.mp4$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/174074
@@||emturbovid.com/t/*?poster=$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/173995
! https://github.com/AdguardTeam/AdguardFilters/issues/173999
@@||sportnews.to/*?ref=$stealth=referrer,domain=sportshub.to
@@||sportshub.to/frames$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170006
@@||secure.chase.com/web/auth/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/173479
@@||vfsglobal.*/*/Track/*^$stealth=donottrack|useragent|ip
! https://github.com/AdguardTeam/AdguardFilters/issues/173723
@@||rt.ru/api/$stealth=referrer
@@||player.mediavitrina.ru^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/173672
@@||youtube.com/iframe_api?$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/172927
@@||support.logi.com/*/articles/$stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/173259 [Stealth Mode - Block third-party Authorization header]
@@||coveo.com/rest/search/$stealth=3p-auth,domain=lg.com
! https://github.com/AdguardTeam/AdguardFilters/issues/173049
@@||playru.net/*.php$stealth=referrer
@@.online^$xmlhttprequest,stealth=referrer,domain=playru.net
! https://github.com/AdguardTeam/AdguardFilters/issues/173159
@@||coral.coralproject.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/173117
@@||wyniki.diag.pl^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/172880
@@||luluvdo.com^$stealth=useragent
@@.m3u8$stealth,domain=luluvdo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/172570
@@||smotrim.ru^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/172808 [Stealth Mode - Referrer]
@@||strims.in/live/*.php$stealth=referrer
! https://github.com/AdguardTeam/HttpsExclusions/issues/560
! "Read sample" does not work on amazon.com and read.amazon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/172698 [Stealth Mode - Referrer]
@@||apps.geodan.nl^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/172360
!+ NOT_PLATFORM(windows, mac, android)
@@||ya.ru/user-id?$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/172468 [Stealth Mode - Referrer]
@@||passport.csdn.net/login^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/172120 [Stealth Mode - Referrer]
@@||embedstreams.me^$stealth=referrer,subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/172110 [Stealth Mode - Referrer]
@@||cloudfront.net^$stealth=referrer,domain=routexl.de
! https://github.com/AdguardTeam/AdguardFilters/issues/171617
@@||tuborstb.co^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/172249 - geoblocking
@@||lessornot.ws^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/172080
@@||filemoon.sx/e/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/171656
@@||ds2play.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/172028
! https://github.com/AdguardTeam/AdguardFilters/issues/172017 [Stealth Mode - Referrer]
@@||schwab.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/171666
@@||nv7s.com/key=*/referer=$media,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/171898 [Stealth Mode - Regardless of options]
@@ws://localhost^$stealth,domain=play.afreecatv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171595 [Stealth Mode - Block third-party Authorization header]
@@||api.spotify.com/v1/playlists/$xmlhttprequest,stealth=3p-auth
@@||api.spotify.com/*?ids=$xmlhttprequest,stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/171731
@@||theolivepress.es^$stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/171591 [Stealth Mode - Referrer]
@@*$stealth=referrer,domain=cdnbuzz.buzz
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2648#issuecomment-1913597147
@@||jra.webcdn.stream.ne.jp^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/171428 [Stealth Mode - IP hiding]
@@||pornxp.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/171107
! a problem only with non empty referrer value
! https://github.com/AdguardTeam/AdguardFilters/issues/171262 [Stealth Mode - Referrer]
@@||tortuga.wtf^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/171071
@@||bath*.*/watch/*.m3u8$stealth=referrer
@@||bath*.*/watch/*/keys/*.key$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170546 [Stealth Mode - Block third-party Authorization header]
@@||external.productinformation.abb.com/PisWebApi/$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/170044 [Stealth Mode - Referrer]
@@/*/*-*/*.png$stealth=referrer,xmlhttprequest,domain=dbx.molystream.org
! https://github.com/AdguardTeam/AdguardFilters/issues/170137
@@||reddit.app.link^$stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/170911
@@||plground.live^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170788 [Stealth Mode - Referrer]
@@||rscaptcha.com^$domain=claimtrx.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170781 [Stealth Mode - Referrer]
@@||p.sky.com^$domain=wowtv.de,stealth=referrer
@@||id.sky.de^$domain=wowtv.de,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170772 [Stealth Mode - Block third-party Authorization header]
@@||scw.cloud^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/169769
! https://github.com/AdguardTeam/AdguardFilters/issues/169322 [Stealth Mode - Referrer]
@@||cdn.apple-cloudkit.com^$domain=apple.com,stealth=referrer
@@||store.storeimages.cdn-apple.com^$domain=apple.com,stealth=referrer
@@||apple.com^$domain=apple.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170445 [Stealth Mode - Referrer]
@@||pandaznetwork.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170214 [Stealth Mode - Referrer]
@@||sv1.fluxcedene.net/api/gql$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170261 [Stealth Mode - User-Agent]
@@||quick-edit-cny.pages.dev^$domain=dash.cloudflare.com,stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/170260
@@||api.performfeeds.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/169182 [Stealth Mode - Referrer]
@@||shrinke.me^$stealth=referrer
@@||themezon.net/link.php$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/170239 [Stealth Mode - Referrer]
@@||playm4u.xyz/play/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/169557
@@|forefront.ai^$stealth=3p-cookie
! https://github.com/AdguardTeam/AdguardFilters/issues/169982 [Stealth Mode - Referrer]
@@||caffenero-webassets-production.s3.eu-west-2.amazonaws.com/images/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/169664 [Stealth Mode - Referrer]
@@||sn.dplayer*.site/iframe.php$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/169542 [Stealth Mode - Referrer]
@@||kajilinks.com^$stealth=referrer
@@||bishalghale.com.np^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/169404 [Stealth Mode - Referrer]
@@||hls05.*.*/hls05$stealth=referrer,xmlhttprequest,domain=kisskh.co
! https://github.com/AdguardTeam/AdguardFilters/issues/169441 [Stealth Mode - Referrer]
@@||dugrt.com/post$stealth=referrer
@@||tech*.techradar.ink/*/?se=*&listing=$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/168999 [Stealth Mode - IP hiding]
@@||plex.tv/api/$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/168619 [Stealth Mode - Block third-party Authorization header]
@@||user-portal.*.edenred.io^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/169148 [Stealth Mode - Referrer]
@@||developer.qcloudimg.com/http-save/$image,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/168945 [Stealth Mode - IP hiding]
@@||edge.api.brightcove.com/playback/v1/accounts/*/videos/$xmlhttprequest,domain=tver.jp,stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/168846
@@||platform.cloud.coveo.com^$stealth=3p-auth,domain=intel.*
! https://github.com/AdguardTeam/AdguardFilters/issues/168667 [ Stealth Mode - Referrer]
@@||dplayer64.site/multiplayer.php?v=$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/168605 [ Stealth Mode - 3rd party cookie 0]
@@||outlook.live.com^$cookie=OParams
! https://github.com/AdguardTeam/AdguardFilters/issues/168101
@@||guccihide.store/v/$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/168076 [Stealth Mode - Referrer]
@@||video.onnetwork.tv/frame*.php$stealth=referrer,domain=radiozet.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/168019 [Stealth Mode - Referrer]
@@||play.openhub.tv/playurl$stealth=referrer,domain=highporn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/167917 [Stealth Mode - Referrer]
@@||akamaized.net/*.m4s$xmlhttprequest,stealth=referrer,domain=bilibili.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/167884 [Stealth Mode - Referrer]
@@||myfilestorage.xyz^$stealth,media,domain=bflix.gs
! https://github.com/AdguardTeam/AdguardFilters/issues/167343 [Stealth Mode - Referrer]
@@||topsporter.net/headlines$stealth=referrer
@@||sportshub.to/frames/cf/$stealth=referrer
@@||alnorum.xyz/hls2/$stealth=referrer
@@||ferina.xyz/hls2/$stealth=referrer
@@||amoenus.xyz/hls/$stealth=referrer
@@||anania.xyz/hls2/$stealth=referrer
@@||aeneus.xyz/hls/$stealth=referrer
@@||anisus.xyz/hls/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/167395
@@||content.viralize.tv/player/$stealth,domain=automoto.it|moto.it
@@||content.viralize.tv/display/$stealth,domain=automoto.it|moto.it
! https://github.com/AdguardTeam/AdguardFilters/issues/166675 [Stealth Mode - Referrer]
@@||card-form.diehard.yandex.net^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/167227 [Stealth Mode - User-Agent]
! sportsurge - player not working [Stealth Mode - Referrer]
@@.ru/mylivetv/stream-*.php$stealth=referrer
@@/premium*/tracks-*.html$xmlhttprequest,stealth=referrer
@@.ru/premiumtv/*.php*$subdocument,xmlhttprequest,stealth=referrer
@@/cache2/*=.m3u8$xmlhttprequest,stealth=referrer,domain=weblivehdplay.ru
@@/gen.php?playerid$subdocument,stealth=referrer,domain=fastreams.live|xestreams.sx|fastreams.com|ftmstreams.com
@@assets/dist//bts2$xmlhttprequest,stealth=referrer,domain=previbes.online
@@/scripts/*m3u8$xmlhttprequest,stealth=referrer,domain=1stream.eu|1stream.soccer|streameast.app|thecrackstreams.live
@@/scripts/*js|$xmlhttprequest,stealth=referrer,domain=1stream.eu|1stream.soccer|streameast.app|thecrackstreams.live
@@/playlist/*caxi.m3u8$xmlhttprequest,stealth=referrer,domain=1stream.soccer|streameast.app|1stream.eu|buffstreams.app|meth-streams.ai
@@playlist/*/load-playlist$xmlhttprequest,stealth=referrer,domain=1stream.eu|1stream.soccer|streameast.app|thecrackstreams.live|meth-streams.ai|buffstreams.app
@@/chunklist.m3u8$xmlhttprequest,stealth=referrer,domain=niaomea.me
@@/chunklist/*.m3u8$xmlhttprequest,stealth=referrer,domain=hdfungamezz.xyz
@@/media*.ts$xmlhttprequest,stealth=referrer,domain=niaomea.me
@@/hls/*.m3u8$stealth=referrer,domain=lovesomecommunity.com|b4ucast.com|thegentleclass.com
@@/hls/*.ts$stealth=referrer,domain=abolishstand.net|planetfastidious.net|thegentleclass.com
@@/embed/*$stealth=referrer,subdocument,domain=sportsonline.*|sportstream.website|elixx.xyz|primefoot.ru
@@*.php?player=desktop$stealth=referrer,domain=feedzstream.com|cricplay2.xyz|antenatv.shop|virazo.sx
@@/live/*.m3u8$xmlhttprequest,stealth=referrer,domain=weakspell.org|streamocean.online|gameshdlive.net|bestsolaris.com|itssportstime.info
@@/live/*.ts|$xmlhttprequest,stealth=referrer,domain=weakspell.org|streamocean.online
@@/live/*/jpeg|$xmlhttprequest,stealth=referrer,domain=weakspell.org
@@/static/stream*.png$stealth=referrer,xmlhttprequest,domain=streamocean.online|streambtw.com
@@/static/stream_*.jpeg$xmlhttprequest,stealth=referrer,domain=itssportstime.info
@@/stylesheet/*/*.m3u8$xmlhttprequest,stealth=referrer,domain=fabtech.work
@@/stylesheet/*/css|$xmlhttprequest,stealth=referrer,domain=fabtech.work
@@/playstream/*/embed*.php$xmlhttprequest,stealth=referrer,domain=playstream.site
@@/playstream/*/event.php$xmlhttprequest,stealth=referrer,domain=playstream.site
@@||abolishstand.net/embed$stealth
@@||ntuplay.xyz/premiumtv$stealth
@@||jewelavid.com/embed2.php$stealth
@@||candlesouth.net/embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/166394 [Stealth Mode - Hide search queries, Referrer]
@@||virtualearth.net^$stealth,domain=bing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/166115
@@||vdncloud.org/iframe/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/165950 [Stealth Mode - Referrer]
@@.php?play_vid=$subdocument,stealth=referrer,domain=xyflv.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/166007 [Stealth Mode - IP hiding]
@@||tving.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/165934 [Stealth Mode - Referrer]
@@||warezstream.link/mp4$stealth=referrer
! sportsurge - broken chat [Stealth Mode - Referrer]
@@||youtube.com/live_chat$stealth=referrer
! sportsurge - streams not playing [Stealth Mode - Referrer]
@@||freegamestreams.in/live/*.m3u8$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/165465 [Stealth Mode - Referrer]
@@||dicasvalores.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/165874 [Stealth Mode - IP hiding]
@@||novelpia.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/165592 [Stealth Mode - Referrer]
@@||arcgis.com^$stealth=referrer,domain=plan.praha.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/165625 [Stealth Mode - Referrer]
! https://www.inicis.com/pg-info
@@||stdpay.inicis.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/165584 [Stealth Mode - Referrer]
@@||login.kao-kirei.com^$domain=kao-kirei.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/165405 [Stealth Mode - WebRTC]
@@||facebook.com/groupcall/$stealth=webrtc
@@||facebook.com/videocall/$stealth=webrtc
@@||messenger.com/groupcall/$stealth=webrtc
! https://github.com/AdguardTeam/AdguardFilters/issues/165406 [Stealth Mode - Block third-party Authorization header]
@@||graphql.contentful.com^$stealth=3p-auth
! vipbox - videos not playing [Stealth Mode - Referrer]
@@||walletkeyslocker.me/?stream$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164845 [Stealth Mode - Referrer]
@@||siteseal.certerassl.com/validate/dynamic$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164761 [Stealth Mode - Referrer]
@@||tutlehd.xyz^$subdocument,stealth
@@||wwwstream.pro^$subdocument,stealth
@@$subdocument,third-party,stealth=referrer,domain=sport.starsites.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/164701 [Stealth Mode - Referrer]
@@||dapi.kakao.com/v*/maps/sdk.js$stealth=referrer,domain=hyundai.com
! https://github.com/AdguardTeam/AdguardFilters/issues/164316
@@||partner.market.yandex.ru^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164719 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=kamsnim.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/164626 [Stealth Mode - User-agent]
@@||modyolo.com/?s$stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/164458 [Stealth Mode - IP hiding]
@@||ledevoir.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/164281 [Stealth Mode - Referrer]
@@||convincing-prettiest-firefly.quiknode.pro^$xmlhttprequest,domain=token.wallstmemes.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164163 [Stealth Mode - Referrer]
@@||facebook.com/qr/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164225 [Stealth Mode - Referrer]
@@||arabiclink.info/go/*/index.m3u8$stealth=referrer
@@||arabiclink.info/go/*.key$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/164094 [Stealth Mode - Referrer]
@@||japanreader.com/uploads/$image,stealth,domain=visortmo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/163755 [Stealth Mode - Referrer]
@@||10short.pro^$stealth
@@||mamahawa.com^$stealth
@@||short2money.com^$stealth
@@||forextrader.site^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/163701
@@||haddozws.atlantaserver.me^$domain=haddoz.net,stealth=ip|donottrack
! https://github.com/AdguardTeam/AdguardFilters/issues/163649 [Stealth Mode - Block third-party Authorization header]
@@||awsapprunner.com/users/$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/163343 [Stealth Mode - Referrer]
@@||ed-*.edgking.me/*/chunklist.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/163281 [Stealth Mode - Referrer]
@@||cdntvmedia.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/163026 [Stealth Mode - IP hiding]
@@||gumtree.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/162750 [Stealth Mode - Block third-party Authorization header]
@@||api.vhx.tv^$stealth=3p-auth
@@||api.vhx.com^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/163763
! Also fixes Windows Copilot app
@@||edgeservices.bing.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/162641 [Stealth Mode - Block third-party Authorization header]
@@||cw-api.takeaway.com^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/162529 [Stealth Mode - Referrer]
@@||file.myqcloud.com^$stealth,image,domain=icezmz.com
! https://github.com/AdguardTeam/AdguardFilters/issues/162184
@@||suggestions.dadata.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/161630
@@||kit.fontawesome.com$stealth=referrer,domain=androidacy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161942 [Stealth Mode - Referrer]
@@||mapandroute.de/MapAPI-$stealth=referrer,domain=dastelefonbuch.de
! https://github.com/AdguardTeam/AdguardFilters/issues/161886 [Stealth Mode - Referrer]
@@||global.apis.naver.com/weverse/$stealth,domain=weverse.io
! https://github.com/AdguardTeam/AdguardFilters/issues/161885 [Stealth Mode - Referrer]
@@||xhscdn.com^$image,stealth,domain=xiaohongshu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161710 [Stealth Mode - Referrer]
@@||bahn.de/*/*/suche$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/160944
@@||sberbank.ru^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/161517 [Stealth Mode - Referrer]
@@||live.tv247us.com/tv247/*.m3u8$stealth
@@||tv247.one/tv247/*.png$stealth
! sport streaming sites (vipbox,streamseast,sportsurge etc.) - embedded player not working [Stealth Mode - Referrer]
@@||walletkeyslocker.me^$domain=nolive.me,stealth=referrer
@@||bscfsdf.azzureedge.xyz/scripts/*.m3u8$stealth=referrer
@@||topsgun.online/chunklist/*.m3u8$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/161481 [Stealth Mode - Referrer]
@@||1mv.xyz/v3/get/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/160735
@@||delta.com^$stealth=3p-auth|ip|useragent|referrer
! Sharecast embed player [Stealth Mode - Referrer]
@@||sharecast.ws/player/$stealth
@@||sharecast.ws/embed.min.js$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/160881 [Stealth Mode - Referrer]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?$domain=production-api.androidacy.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/160554 [Stealth Mode - Referrer]
@@||mux.com^$xmlhttprequest,stealth,domain=patreon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/160340 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=gpx.studio
! https://github.com/AdguardTeam/AdguardFilters/issues/160273 [Stealth Mode - Referrer]
@@||geocode.search.hereapi.com/v1/geocode?xnlp=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/159983 [Stealth Mode - Referrer]
@@||api-js.datadome.co/js/|$stealth,domain=auth.garena.com
! Cyclic reloading in the AdGuard account [Stealth Mode - Block third-party Authorization header]
@@||account.adguard.*/api_acc/$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/159889
@@||by-promokod.by^$stealth=useragent
! https://github.com/AdguardTeam/AdguardFilters/issues/159298
@@||walmart.com/swag/graphql$stealth=donottrack
@@||walmart.com/orchestra/*/graphq$stealth=donottrack
@@||walmart.com/orchestra/api$stealth=donottrack
! https://github.com/AdguardTeam/AdguardFilters/issues/159252
@@||mid.ru^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/158906 [Stealth Mode - Referrer]
!+ NOT_OPTIMIZED
@@||nextbigfuture.s3.amazonaws.com/uploads$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/159000 [Stealth Mode - Referrer, IP hiding]
@@||cdn*.pw/stream2/cdn-*/index.m3u8$stealth=ip|referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/158477 [Stealth Mode - Referrer]
@@||akamaized.net/*.m4s$stealth,domain=bilibili.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158664 [Stealth Mode - Referrer, IP hiding, WebRTC]
@@||shinsekai.me/bbs/board.php$stealth=webrtc
@@||api.moeni.net^$xmlhttprequest,stealth=referrer|ip
@@||cdn*.movcdn.*^$xmlhttprequest,stealth=referrer|ip,domain=moeni.net
! https://github.com/AdguardTeam/AdguardFilters/issues/158007
! https://github.com/AdguardTeam/AdguardFilters/issues/157860 [Stealth Mode - Referrer]
@@||static.hentai.direct^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/157532 [Stealth Mode - User-agent]
@@||sciencedirect.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/157167
@@||vip.sp-flv.com^*/?url=age_$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/157370 [Stealth Mode - Referrer]
@@||nq-api.net^$stealth,domain=jellycat.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156882 [Stealth Mode - Referrer]
@@||login-api.e-pages.dk^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/156816 [Stealth Mode - Referrer]
@@||api.bilibili.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/156728 [Stealth Mode - Referrer]
@@||digisupportdesk.com/index.php$stealth,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/156010
@@||aircanada.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/156240 [Stealth Mode - Referrer]
@@||redheadsound.video/player^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/155957 [Stealth Mode - Referrer]
@@||dizzall.com/online/plus/$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/155783 [Stealth Mode - Referrer]
@@||cdn.idevbase.com/static/$stealth,domain=ohttps.com
@@||ohttps.com^$stealth
! freemovie.to - video not loading for "streamsb" [Stealth Mode - Referrer]
@@||sbfull.com/e/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/155133 [Stealth Mode - Referrer]
@@||stackblitz.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/155526 [Stealth Mode - Referrer]
@@||video.weibocdn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/155452 [Stealth Mode - Referrer]
@@||qccommunity.qcloudimg.com^$stealth,domain=cloud.tencent.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155496 [Stealth Mode - Referrer]
@@||go.tnshort.net^$stealth
@@||finclub.in/safe*.php?link=$stealth
@@||financeyogi.net/safe*.php?link=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/155363 [Stealth Mode - Referrer]
@@||furher.in/e/$subdocument,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/155189 [Stealth Mode - Referrer]
@@/wp-content/uploads/*$image,stealth,domain=mangastic.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/159514
! https://github.com/AdguardTeam/AdguardFilters/issues/155095 [Stealth Mode - Referrer]
@@/wp-content/uploads/*$image,stealth,domain=realmscans.*
! https://github.com/AdguardTeam/AdguardFilters/issues/155073 [Stealth Mode - Referrer]
@@||arlnigh.me/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/154768 [Stealth Mode - IP hiding]
@@||deviantart.com^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/154686 [Stealth Mode - WebRTC]
@@||home.google.com^$stealth=webrtc
! https://github.com/AdguardTeam/AdguardFilters/issues/154749 [Stealth Mode - Referrer]
@@||frontroute.org/*.txt$stealth=referrer
@@||frontroute.org^$media,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/154623 [Stealth Mode - Referrer]
@@||api.viddler.com/api/v*/viddler.videos.getPlaybackDetails.json$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/154234 [Stealth Mode - Referrer]
@@||edghst.me/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/153773 [Stealth Mode - Referrer]
@@||cdn.reactandshare.com/plugin/rns.js$stealth,domain=maanmittauslaitos.fi
@@||data.reactandshare.com/api/plugin/$stealth,domain=maanmittauslaitos.fi
! https://github.com/AdguardTeam/AdguardFilters/issues/153841 [Stealth Mode - Block third-party Authorization header]
@@||api.nandos.services^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/153378 [Stealth Mode - Referrer]
@@||cdn.nlark.com^$image,stealth,domain=yuque.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153746 [Stealth Mode - Referrer]
@@||pip-player.zum.com/embed?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/153457 [Stealth Mode - Block third-party Authorization header, IP hiding]
@@||abema-tv.com^$stealth=3p-auth
@@||abema.tv^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/153312 [Stealth Mode - Referrer]
@@||amazonaws.com/academo-assets/$image,stealth,domain=academo.org
! https://github.com/AdguardTeam/AdguardFilters/issues/153125 [Stealth Mode - Referrer]
@@||iframe.dacast.com/vod/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/152740 [Stealth Mode - Referrer]
@@/content/image.jpg?data=$stealth,domain=nettruyenplus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151641
@@||store.steampowered.com/events/ajaxgetbesteventsforuser?$stealth=3p-cookie
! https://github.com/AdguardTeam/AdguardFilters/issues/152421
@@||adrinolinks.in^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/152257
@@||txc.gtimg.com/static/$stealth,domain=support.qq.com
! https://github.com/AdguardTeam/AdguardFilters/issues/152102 [Stealth Mode - Referrer]
@@||readpai.com^$stealth,image,domain=linovelib.com
! https://github.com/AdguardTeam/AdguardFilters/issues/152264 [Stealth Mode - Block third-party Authorization header]
@@||api.dropboxapi.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/152086 [Stealth Mode - Referrer]
@@||imgfx02.xyz/chapters/$stealth,image
! https://github.com/AdguardTeam/AdguardFilters/issues/152084 [Stealth Mode - Referrer]
@@||gms.plus.pl/service/$stealth,domain=plushbezlimitu.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/150381 [Stealth Mode - Block third-party Authorization header]
@@||management.azure.com^$stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/151993 [Stealth Mode - Referrer]
@@-atari-embeds.googleusercontent.com/embeds/*/inner-frame-minified.html$stealth
@@||gstatic.com^$stealth,domain=cup.rallyfans.info
! https://github.com/AdguardTeam/AdguardFilters/issues/151386 [Stealth Mode - Referrer]
@@||api-maps.yandex.ru/services/startup/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/151381 [Stealth Mode - Referrer]
@@||file.myqcloud.com/*.mp4?token=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/151626
@@||ny.gov^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/151582 [Stealth Mode - Referrer]
@@/iframe*.php$subdocument,stealth,domain=dizipal700.com|dizipal701.com|dizipal702.com|dizipal703.com|dizipal704.com|dizipal705.com|dizipal706.com|dizipal707.com|dizipal709.com|dizipal710.com|dizipal711.com|dizipal712.com|dizipal713.com|dizipal714.com|dizipal715.com|dizipal716.com|dizipal717.com|dizipal718.com|dizipal719.com|dizipal720.com|dizipal721.com|dizipal722.com|dizipal723.com|dizipal724.com|dizipal725.com|dizipal726.com|dizipal727.com|dizipal728.com|dizipal730.com|dizipal731.com|dizipal732.com|dizipal733.com|dizipal734.com|dizipal735.com|dizipal736.com|dizipal737.com|dizipal738.com|dizipal739.com|dizipal740.com|dizipal741.com|dizipal743.com|dizipal745.com|dizipal755.com|dizipal801.com|dizipal802.com|dizipal803.com|dizipal804.com|dizipal805.com|dizipal806.com|dizipal807.com|dizipal808.com|dizipal809.com|dizipal810.com|dizipal811.com|dizipal812.com|dizipal813.com|dizipal814.com|dizipal815.com|dizipal816.com|dizipal817.com|dizipal818.com|dizipal819.com|dizipal820.com|dizipal821.com|dizipal822.com|dizipal823.com|dizipal824.com|dizipal825.com|dizipal826.com|dizipal827.com|dizipal828.com|dizipal829.com|dizipal830.com|dizipal831.com|dizipal832.com|dizipal833.com|dizipal834.com|dizipal835.com|dizipal836.com|dizipal837.com|dizipal838.com|dizipal839.com|dizipal840.com|dizipal841.com|dizipal842.com|dizipal843.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151483 [Stealth Mode - Referrer]
@@||gnula.club/embed.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/151059 [Stealth Mode - Referrer]
@@||ptah.m3pd.com/key=$media,domain=porntop.com,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/151221 [Stealth Mode - Referrer]
@@||app.humanornot.ai^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/150722 [Stealth Mode - Referrer]
@@||media-files.bunkr.ru^$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/150740 [Stealth Mode - Referrer]
@@||video.xpembed.me/remote_control.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/150734 [Stealth Mode - Block third-party Authorization header]
@@||commercelayer.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/150237 [Stealth Mode - Referrer]
@@||theglobeandmail.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/150653 [Stealth Mode - Referrer]
@@/video/*$media,stealth,domain=douyin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148048 [Stealth Mode - Flash]
@@||uceprotect.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/150062 [Stealth Mode - Referrer]
@@||appgw.ess.tencent.cn^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/149697 [Stealth Mode - Block third-party Authorization header]
@@||api.c-tips.jp^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/149146 [Stealth Mode - IP hiding]
@@||animego.org^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/149656 [Stealth Mode - Referrer]
@@||bitvtom1000.xyz/public/subnhanhnet/video?vid=$stealth,domain=subnhanh.*
! https://github.com/AdguardTeam/AdguardFilters/issues/148628 [Stealth Mode - Referrer]
@@||accelcdn.com^$image,stealth,domain=mangaokutr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148592 [Stealth Mode - Referrer]
@@||s.bstarstatic.com/ogv/subtitle/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/148470 [Stealth Mode - User-agent]
@@||laftel.net^$stealth=useragent
@@||api.channel.io/front/$stealth=useragent,domain=laftel.net
! https://github.com/AdguardTeam/AdguardFilters/issues/148097 [Stealth Mode - IP hiding]
@@||start-player.npo.nl/video/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/148048 [Stealth Mode - Referrer, Location]
@@||board4all.biz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/147486 [Stealth Mode - Referrer]
@@||community-wscdn.xmwol.com^$stealth,image,stylesheet
@@||wscdn.xmwol.com^$stealth,image,stylesheet
! https://github.com/AdguardTeam/AdguardFilters/issues/147100 [Stealth Mode - Referrer]
@@||mbcdn.xyz^$image,stealth,domain=mangabuddy.com
@@||youmadcdn.xyz^$image,stealth,domain=mangabuddy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/147309 [Stealth Mode - Referrer]
@@/^https:\/\/127\.0\.0\.1:10039\/\?callback=jQuery[0-9]{20,}_[0-9]{13}&HW&[A-z0-9]{22}==&&0&0&/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/147003 [Stealth Mode - Block third-party Authorization header]
@@||wetransfer.net/api/v*/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/160138
! https://github.com/AdguardTeam/AdguardFilters/issues/154245
! https://github.com/AdguardTeam/AdguardFilters/issues/146541 [Stealth Mode - Referrer]
@@.mp4$domain=crunchyroll.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/146227 [Stealth Mode - Block third-party Authorization header]
@@||substrate.office.com/NotesFabric/api/*/me/notes$domain=outlook.live.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145937 [Stealth Mode - Referrer]
@@||upload*.jianshu.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145855 [Stealth Mode - Referrer]
@@||moyu.im/*.jpg$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/146127 [Stealth Mode - Referrer]
@@||contentx.me^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145802 [Stealth Mode - Referrer]
@@||yonaplay.org/embed.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145176 [Stealth Mode - Referrer]
@@||js.digitalriverws.com/*/components/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145450 [Stealth Mode - Referrer]
@@||feedback-pa.clients*.google.com/*/google.internal.feedback.$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/145510 [Stealth Mode - IP hiding, Location]
@@||challenges.cloudflare.com^$stealth
@@||chat.openai.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/144590 [Stealth Mode - Block third-party Authorization header]
!+ NOT_OPTIMIZED
@@||abema-tv.com^$domain=abema.tv,stealth=3p-auth
! https://github.com/AdguardTeam/AdguardFilters/issues/144655 [Stealth Mode - Block third-party Authorization header]
@@||deep-vision.cloud/graphql$stealth=3p-auth,domain=doveze.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/144169 [Stealth Mode - Referrer]
@@||nvidia.custhelp.com^$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/144456 [Stealth Mode - Referrer]
@@||kbjrecord.com/e/*.html$subdocument,stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/144159 [Stealth Mode - Referrer]
@@||520click.com/ad.php$stealth=referrer
! https://github.com/AdguardTeam/AdguardFilters/issues/143766 [Stealth Mode - Referrer]
@@||api.cabonline.se^$stealth
@@||vector.hereapi.com/v*/vectortiles/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/142945 [Stealth Mode - Block third-party Authorization header]
@@||amazonaws.com/graphql$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141684 [Stealth Mode - Block third-party Authorization header]
@@||api.mercari.jp^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/143140 [Stealth Mode - Referrer]
@@||bf.sbdm.cc^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/142617 [Stealth Mode - Referrer]
@@||geo.dailymotion.com/player/*.html$stealth=referrer,domain=filmstarts.de
! https://github.com/AdguardTeam/AdguardFilters/issues/142950 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=tunein.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142668 [Stealth Mode - User-agent]
@@||traffic.omny.fm/*/clips/$stealth,domain=iheart.com
! https://github.com/AdguardTeam/AdguardFilters/issues/166732
! https://github.com/AdguardTeam/AdguardFilters/issues/142689 [Stealth Mode - Referrer]
@@||zxzja.com:*/player-$subdocument,stealth
@@||zxzja.com:*/Cloud/Down/$subdocument,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/142416 [Stealth Mode - Do-Not-Track]
@@||customeragent-v3.seb.se/Amelia$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141626 [Stealth Mode - Referrer]
@@||109.236.92.205^*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141644 [Stealth Mode - Referrer]
@@||googleapis.com/customsearch/v*/siterestrict?$domain=rakuten.com.tw,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141370 [Stealth Mode - Referrer]
@@||olhonaviagem.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141431 [Stealth Mode - Referrer]
@@||vidcache.net:*/*/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141058 [Stealth Mode - IP hiding]
@@||hdfilmcehennemi.life^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/140710 [Stealth Mode - Referrer]
@@||vembx.one/*embed$subdocument,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/140576 [Stealth Mode - Referrer]
@@||thirai*.com/*/$subdocument,stealth,domain=tamildhool.net
! https://github.com/AdguardTeam/AdguardFilters/issues/140426 [Stealth Mode - IP hiding]
@@||mgpm.macaotourism.gov.mo^$stealth=ip
! https://github.com/AdguardTeam/AdguardFilters/issues/140264 [Stealth Mode - Referrer]
@@||cdnv*.byteblaze.me^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/140231 [Stealth Mode - Referrer]
@@||alkalimetricsink-pa.clients6.google.com/$rpc/google.internal.alkali.applications.metricsink.v1.MetricService/RecordMetrics$domain=matrix.itasoftware.com,stealth
@@||waa-pa.clients6.google.com/$rpc/google.internal.waa.v1.Waa/Create$domain=matrix.itasoftware.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/140204 [Stealth Mode - Referrer]
@@||xevode.net/embed-$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139450 [Stealth Mode - Referrer]
@@||cdn.bcebos.com/passApi/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/175884 [Stealth Mode - Block third-party Authorization header]
! https://github.com/AdguardTeam/AdguardFilters/issues/139968 [Stealth Mode - Referrer]
@@||yellowmap.de/api_rst/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139786 [Stealth Mode - WebRTC]
@@||health.yandex.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139735 [Stealth Mode - Referrer]
@@||managecomics.geekfetch.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139425 [Stealth Mode - Referrer]
@@||stream*.freedisc.pl/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139387 [Stealth Mode - Referrer]
@@||hsugoi.com/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139043 [Stealth Mode - Referrer]
@@||teledays.ru^*.php|$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139380 [Stealth Mode - Referrer]
@@||dapi.kakao.com/v*/maps/sdk.js$stealth,domain=disco.re
! https://github.com/AdguardTeam/AdguardFilters/issues/139501 [Stealth Mode - Referrer]
@@||l.kibariye.men/export/*/master$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139267 [Stealth Mode - User-agent]
@@||piano.io/xbuilder/experience/$stealth,domain=lvz.de
@@||piano.io/checkout/offer/$stealth,domain=lvz.de
@@||buy-*.piano.io^$script,stylesheet,stealth,domain=piano.io
! https://github.com/AdguardTeam/AdguardFilters/issues/139211 [Stealth Mode - Referrer]
@@||vmeas.cloud/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139165 [Stealth Mode - Referrer]
@@||speedtestcustom.com^$subdocument,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/139069 [Stealth Mode - Referrer]
@@||dapi.kakao.com/v*/maps/sdk.js$stealth,domain=aptgin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/137455#issuecomment-1368318385 [Stealth Mode - User-agent]
@@||cafe.naver.com/ArticleRead.nhn$stealth
! https://forum.adguard.com/index.php?threads/website.50982/ [Stealth Mode - Referrer]
@@||rsc.cdn77.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/138495 [Stealth Mode - IP hiding]
@@||eapteka.ru/*/personal/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/138065 [Stealth Mode - Referrer]
@@||api.hostemb.ws^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137636
@@||ov-chipkaart.nl^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137570 [Stealth Mode - Hide search queries, Referrer]
@@||yandex.ru/user-id$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137134 [Stealth Mode - Referrer]
@@||myyouporn.org/wp-content/uploads/$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137132 [Stealth Mode - WebRTC]
@@||netfapx.com/*/|$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137366 [Stealth Mode - Referrer]
@@||creativecloud-deliver.bytedance.com/api/webardeliver/verify$stealth,domain=capcut.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/137072 [Stealth Mode - Referrer]
@@||play.stream2.me/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/137228 [Stealth Mode - Referrer]
@@||cfnode*.xyz/*.php?url=$stealth,domain=libvio.me|libvio.fun|libvio.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/136919 [Stealth Mode - IP hiding]
@@||chemicalbook.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/136927 [Stealth Mode - Referrer]
@@||grimoireoss-pa.clients6.google.com/batch?$stealth,domain=cs.android.com
! https://github.com/AdguardTeam/AdguardFilters/issues/136450 [Stealth Mode - IP hiding]
@@||jiovod.wdrm.cdn.jio.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/136029 [Stealth Mode - Disable cache for third-party requets]
@@||vscode-sync.trafficmanager.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/135766 [Stealth Mode - Referrer]
@@||csc-captcha-dre.security.dbankcloud.cn^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/136032 [Stealth Mode - Referrer]
@@||img*.reimg.org/images/$stealth,domain=remanga.org
! https://github.com/AdguardTeam/AdguardFilters/issues/135721
@@||api.mapy.cz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/135335 [Stealth Mode - Referrer]
@@||cdn.yamibuy.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/135238 [Stealth Mode - Referrer]
@@||txxx.com/embed/$stealth
! https://github.com/List-KR/List-KR/pull/448 [Stealth Mode - Block third-party Authorization header]
! dcinside.com [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/pull/138664
! https://github.com/List-KR/List-KR/pull/319
@@||dcinside.co.kr/viewmovie.php$stealth
@@||dcinside.co.kr/viewimage.php?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/98466 [Stealth Mode - Referrer]
@@||ac*.namu.la^$domain=arca.live,media,image,stealth
! humoruniv.com [Stealth Mode - Referrer]
@@||t.huv.kr/thumb_crop_resize.php$stealth
! https://github.com/List-KR/List-KR/pull/312 [Stealth Mode - Referrer]
@@||thumbnail*.coupangcdn.com/thumbnails/$stealth,image
@@||asset*.coupangcdn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/134992 [Stealth Mode - Referrer]
@@/play.php?$stealth,domain=netlivetv.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/135059 [Stealth Mode - Referrer]
@@||exee.app^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/135035 [Stealth Mode - Referrer]
@@||ok.ru/videoembed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/134465 [Stealth Mode - Referrer]
@@||api.mapy.cz/*/maptiles/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/134317 [Stealth Mode - Referrer]
@@||tenor.googleapis.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/133607 [Stealth Mode - Referrer]
@@||myid.canon^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/133566 [Stealth Mode - Referrer]
@@||cdpn.io^$subdocument,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/133813 [Stealth Mode - Referrer]
@@/uploads/*.m3u8$stealth,domain=agemys.net
! https://github.com/AdguardTeam/AdguardFilters/issues/133406 [Stealth Mode - It's broken by many options]
@@||logowanie.play.pl^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/133340 [Stealth Mode - Referrer]
@@||maps.googleapis.com/maps/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/132933 [Stealth Mode - IP hiding]
@@||zhodinonews.by$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131801 [Stealth Mode - Hide search queries, Referrer]
@@||kh.google.com/rt/earth/$stealth,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/132602 [Stealth Mode - Referrer]
@@||earthquakecensus.com/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/132241 [Stealth Mode - Referrer]
@@||tv.uctnew.com/*embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/132236 [Stealth Mode - Referrer]
@@||bdnewszh.com^*.php|$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131718 [Stealth Mode - Block third-party Authorization header]
@@||split.io/api/$stealth,domain=secure.rewardcodes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/132145 [Stealth Mode - Block third-party Authorization header]
@@||graph.microsoft.com^$stealth,xmlhttprequest,domain=odwebp.svc.ms
! https://github.com/AdguardTeam/AdguardFilters/issues/131837 [Stealth Mode - Referrer]
@@||unbiasedsenseevent.com/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131920 [Stealth Mode - Referrer]
@@||youtube.com/live_chat?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131862 [Stealth Mode - Block third-party Authorization header]
@@||api.github.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131886 [Stealth Mode - Referrer]
@@||anizmstream*.com/cdn/down/$stealth,domain=anizmplayer.com|anizm.net
! https://github.com/AdguardTeam/AdguardFilters/issues/131664 [Stealth Mode - Block third-party Authorization header]
@@||sendvsfeedback2-secondary.azurewebsites.net^$stealth
!  https://github.com/AdguardTeam/AdguardFilters/issues/116093
@@||tradingview.com^$script,stealth
@@||realtime-chart.info^$script,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131741 [Stealth Mode - Referrer]
@@||api.mghubcdn.com/graphql$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131562 [Stealth Mode - Referrer]
@@||games.crazygames.com/*/index.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131581 [Stealth Mode - Referrer]
@@||consent.cookiefirst.com/banner.js$stealth
@@||consent.cookiefirst.com/sites$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131531 [Stealth Mode - Referrer]
@@||dnvodcdn.me/*/mp4$stealth,domain=iyf.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/131521 [Stealth Mode - Referrer]
@@||mghubcdn.com^$stealth,domain=mangafox.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/131460 [Stealth Mode - Referrer]
@@||alicdn.com^$stealth,domain=developer.aliyun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131127 [Stealth Mode - Referrer]
@@||vkcdn5.com^$stealth,image,media
! https://github.com/AdguardTeam/AdguardFilters/issues/131114 [Stealth Mode - Referrer]
@@||accounts.google.com/gsi/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130737 [Stealth Mode - Referrer]
@@||cdn122.com/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130793 [Stealth Mode - Referrer]
@@/*/*-*/*.png$stealth,xmlhttprequest,domain=dizibox.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/126013 [Stealth Mode - Referrer]
@@||video.externulls.com/key=$stealth
! infranken.de/nordbayern.de - third-party element not shown [Stealth Mode - Referrer]
@@||delivery.consentmanager.net/delivery/cmp.php$stealth
@@||cdn.consentmanager.net/delivery/customdata/$stealth
@@||cdn.consentmanager.net/delivery/js/cmp*.min.js$stealth
@@||cdn.consentmanager.net/delivery/lang/langpurpose*.min.js$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130590 [Stealth Mode - Referrer]
@@||azureedge.net/scripts/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130566 [Stealth Mode - Referrer]
@@||content.uplynk.com/preplay/*.json$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130490 [Stealth Mode - Referrer]
@@/live/*.m3u8$stealth,domain=futbollibre2.net
! https://github.com/AdguardTeam/AdguardFilters/issues/130284 [Stealth Mode - Referrer]
@@||olacast.live^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129967 [Stealth Mode - Referrer]
@@||vudeo.io/embed-$stealth
@@||alucard.stream/playlist/$stealth
@@/image/*$xmlhttprequest,stealth,domain=turkanime.co
! https://github.com/AdguardTeam/AdguardFilters/issues/130418 [Stealth Mode - Referrer]
! fixing popular problems with streaming services(like in this issue only)
@@/index.m3u8?wmsAuthSign=$stealth
@@.ru.com/*/tracks-$xmlhttprequest,stealth
@@||vhls.ru.com/*.m3u8$xmlhttprequest,stealth
@@/hls/*.m3u8$stealth
@@/playlist.m3u8$stealth
@@/chunks.m3u8$stealth
@@/hls.key$stealth
@@.ts^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/53280 [Stealth Mode - Referrer]
@@||forms.ministryforms.net/viewForm.aspx$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/104168 [Stealth Mode - Referrer]
@@||streampass.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/22422 [Stealth Mode - third-party cookies]
@@||accounts.ea.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129945 [Stealth Mode - Referrer]
@@||txxxporn.tube/ext/get_file/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130763
! https://github.com/AdguardTeam/AdguardFilters/issues/129619 [Stealth Mode - Referrer]
@@||shrink-service.it/api-extension/$stealth,domain=adshnk.com|adshrink.it
@@||pagead2.googlesyndication.com/pagead/$stealth,domain=adshnk.com|adshrink.it
@@||fundingchoicesmessages.google.com^$stealth,domain=adshnk.com|adshrink.it
! https://github.com/AdguardTeam/AdguardFilters/issues/129335 [Stealth Mode - Referrer]
@@||reels2watch.com/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129566 [Stealth Mode - Referrer]
@@||get-to.link^$stealth
! winfuture.de - pictures in article gallery not showing after click [Stealth Mode - Referrer]
@@||consentmanager.net/delivery/$domain=winfuture.de,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129117 [Stealth Mode - Referrer]
@@||mooc-image.nosdn.127.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129091 [Stealth Mode - Referrer]
@@||stfly.me^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/128774 [Stealth Mode - Referrer]
@@||cnubis.com/*?download_token=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/128678 [Stealth Mode - Referrer]
@@||cloud-*.onionflix.$stealth
@@||cloud-*.onionplay.$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/128941 [Stealth Mode - Referrer]
! Used many domains to avoid bans, so the rule is not specific
@@/cdn*/premium*/tracks-$xmlhttprequest,script,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/128522 [Stealth Mode - Referrer]
@@||captcha-api.yandex.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/43224 [Stealth Mode - Referrer]
@@.dmf.link/dl/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127783 [Stealth Mode - Referrer]
@@||camsecure.co/httpswebcam/*.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/128484 [Stealth Mode - Referrer]
@@/*/*.jpg$stealth,image,domain=mangarawjp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128232 [Stealth Mode - Referrer]
@@||vidcdn.co/iframe/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127656#issuecomment-1227726814 [Stealth Mode - IP hiding]
@@||stream.voidboost.cc^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127859 [Stealth Mode - IP hiding]
@@||images.boosty.to^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127694 [Stealth Mode - Any option]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forum.release-apk.com,stealth,important
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads*.js$domain=forum.release-apk.com,important,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127640 [Stealth Mode - Referrer]
@@||cloudapp.chinacloudapi.cn/lb.php?url=$stealth
! stoerungsauskunft.de - no elements loading [Stealth Mode - Block third-party Authorization header]
@@||api-public.stoerungsauskunft.de/api$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/127475 [Stealth Mode - IP hiding]
@@||housecardsummerbutton.com^$stealth
@@||delivery-node-*.voe-network.net/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/126196 [Stealth Mode - Block third-party Authorization header]
@@||api.bileto.com^$stealth,domain=arriva.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/127350 [Stealth Mode - Referrer]
@@/chunklist.m3u8$stealth,domain=liveply.me
! https://github.com/AdguardTeam/CoreLibs/issues/1661 [Stealth Mode - Referrer]
@@||teleportal.ua/vplayer/?hash=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/126747 [Stealth Mode - Block third-party Authorization header]
@@||apiwaka.azure-api.net/api/key/$stealth,domain=wakanim.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/126727 [Stealth Mode - Block third-party Authorization header]
@@||focusmate-api.herokuapp.com/v*/profiles/$stealth,domain=focusmate.com
! https://github.com/AdguardTeam/AdguardFilters/issues/126946 [Stealth Mode - User-agent]
@@||addons.opera.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/126434 [Stealth Mode - Block third-party Authorization header]
@@||public-image-upload.s3.amazonaws.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/126433 [Stealth Mode - Block third-party Authorization header]
@@||mein.toubiz.de/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/124917 [Stealth Mode - Referrer]
@@||transact.playstation.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/124917 [Stealth Mode - Block third-party Authorization header]
@@||api.playstation.com^$stealth
@@||web.np.playstation.com/api^$stealth
@@||np.community.playstation.net^$stealth
! store.playstation.com - broken agegate [Stealth Mode - Referrer]
@@||store.playstation.com/html/webIframeRedirect.html?requestId$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125917 [Stealth Mode - Referrer]
@@||dwnserver.com/download/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125886 [Stealth Mode - Referrer]
@@||img.achost.top^$stealth,domain=galge.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/125825 [Stealth Mode - Block third-party Authorization header]
@@||apim.prd.natlot.be^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125723 [Stealth Mode - IP hiding]
@@||xes.pl/sign-in.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125331 [Stealth Mode - Referrer]
@@||img.mxomo.com^$image,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125330 [Stealth Mode - Referrer]
@@||cdnv2.newcomertoday.me/*.jpg$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/125230 [Stealth Mode - Referrer]
@@||hls-live.bdstatic.com/*/stream_$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/131302 [Stealth Mode - Block third-party Authorization header]
@@||gfnpc.api.entitlement-prod.nvidiagrid.net^$stealth
@@||prod.sfm.geforcenow.nvidiagrid.net^$stealth
@@||userstore.nvidia.com/v1/clientData$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/124836 [Stealth Mode - Block third-party Authorization header]
@@||login.nvidia.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/123421 [Stealth Mode - Block third-party Authorization header]
@@||api-*us1*.cludo.com/api/*/search$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/124836 [Stealth Mode - WebRTC]
@@||play.geforcenow.com/mall/$stealth=webrtc
! https://old.reddit.com/r/Adguard/comments/w7nzlq/site_still_broken_after_adding_to_allowlist [Stealth Mode - Referrer]
@@||api.babbel.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/124305 [Stealth Mode - Referrer]
@@||vikistream.com:*/hls/*.m3u8$stealth
@@||srv.vhls.ru.com/cdn/*/*/*.m3u8$stealth
@@/cdn/*/tracks-*/*/*.js$stealth,domain=strims.*
! https://github.com/AdguardTeam/AdguardFilters/issues/123523 [Stealth Mode - Block third-party Authorization header]
@@||public-api.reviews.2gis.com^$stealth
@@||achieves.2gis.com/*/achieves?locale=$stealth,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/123710 [Stealth Mode - Block third-party Authorization header]
@@||loki.delve.office.com/api/$stealth
! studienwahl.de - adblock detection [Stealth Mode - Referrer]
@@||ced.sascdn.com/tag/*/smart.js$domain=studienwahl.de,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122907 [Stealth Mode - Referrer]
@@||ihlv1.xyz/images$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122752 [Stealth Mode - Referrer]
@@||pay.yandex.ru/web/sdk/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122690 [Stealth Mode - Referrer, IP hiding]
@@||vidmoly.to/embed-$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122547 [Stealth Mode - Block third-party Authorization header]
@@||um.viuapi.io/drm/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122152 [Stealth Mode - Referrer]
@@||geo.dailymotion.com/player/*.html$stealth,domain=ohmymag.com
! https://github.com/AdguardTeam/AdguardFilters/issues/122012 [Stealth Mode - Referrer]
@@||supremejav.com/supjav.php^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/121681 [Stealth Mode - Referrer]
@@||mangakala.com/wp-content/uploads/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/121453 [Stealth Mode - IP hiding]
@@||track.ukrposhta.ua^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/121023 [Stealth Mode - Referrer]
@@||ihlv1.xyz/images$image,stealth,domain=weloma.art
! https://github.com/AdguardTeam/AdguardFilters/issues/121396 [Stealth Mode - Block third-party Authorization header]
@@||api.prod.bunnings.com.au^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/120298 [Stealth Mode - Block third-party Authorization header]
@@||graphql.datocms.com^$stealth,domain=sensorkit.arduino.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/121055 [Stealth Mode - Block third-party Authorization header]
@@||sto-caas-api.e-spirit.cloud/*/content/$domain=sto.de
! https://github.com/AdguardTeam/AdguardFilters/issues/118495 [Stealth Mode - Referrer]
@@||api.penpencil.xyz^$stealth,domain=physicswallah.live|pw.live
! https://github.com/AdguardTeam/AdguardFilters/issues/120220
@@||1trackapp.com^$stealth,xmlhttprequest,domain=1track.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/119422 [Stealth Mode - Referrer]
@@||img*.*.xyz^$stealth,image,domain=manhwa18.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/119579 [Stealth Mode - Referrer]
@@||klimv*.xyz/images$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118915 [Stealth Mode - Referrer]
@@||arnolds.com.br^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118858 [Stealth Mode - Referrer]
@@||ivi.ru/*/video/?id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118605 [Stealth Mode - Referrer]
@@||a-delivery*.mxdcontent.net^$stealth,media
! https://github.com/AdguardTeam/AdguardFilters/issues/118603 [Stealth Mode - Referrer]
@@||apiblogger.xyz/blogger/video-play.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118601 [Stealth Mode - Referrer]
@@||playnewserie.xyz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118397 [Stealth Mode]
@@||signin.aws.amazon.com/signin^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118490 [Stealth Mode - Referrer]
@@||tudogostoso.de^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118294 [Stealth Mode - Referrer]
@@||fundingchoicesmessages.google.com/f/*=$script,domain=youpouch.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118161 [Stealth Mode - Referrer]
@@||grimoireoss-pa.clients6.google.com^$stealth,domain=cs.opensource.google
! https://github.com/AdguardTeam/AdguardFilters/issues/117641 [Stealth Mode - Referrer]
@@.b-cdn.net/*.m3u8?$xmlhttprequest,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/117586 [Stealth Mode - Block Push API]
@@||kad.arbitr.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/117290 [Stealth Mode - WebRTC]
@@||gamivo.com/product/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/117300 [Stealth Mode - Referrer]
@@||smartdoing.tech^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/117502
! https://github.com/AdguardTeam/AdguardFilters/issues/117279 [Stealth Mode - Referrer]
@@||edge.mycdn.live/live/*.m3u8$stealth
@@||edge.mycdn.live^$stealth,domain=futebolplayhd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/133622 [Stealth Mode - Referrer]
@@||cdn.ampproject.org^$script,domain=rocketnews24.com|soranews24.com|youpouch.com,stealth
@@||fundingchoicesmessages.google.com^$domain=rocketnews24.com|soranews24.com|youpouch.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116952 [Stealth Mode - Referrer]
@@||ip-*.net/*.mp4$stealth,domain=meusanimes.net
! https://github.com/AdguardTeam/AdguardFilters/issues/116957 [Stealth Mode - Referrer]
@@||multicanais.org/get/auth$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116946 [Stealth Mode - Referrer]
@@||viajarhoje.com^$stealth
@@||saborcaseiro.org/*.php?contentId=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116942 [Stealth Mode - Referrer]
@@||api.anivideo.fun/file/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116811
@@||s.stormedia.info/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116709 [Stealth Mode - Referrer]
@@||mzzcloud.life/embed-$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116637 [Stealth Mode - Referrer]
@@||mfcdn.net/store/$stealth,domain=fanfox.net
! https://github.com/AdguardTeam/AdguardFilters/issues/116426 [Stealth Mode - Referrer]
@@||cdnyauction.buyee.jp^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118213 [Stealth Mode - Referrer]
@@||cdn.hsmedia.ru/dist/$stealth,domain=maximonline.ru|woman.ru|parents.ru|vokrugsveta.ru|psychologies.ru|ellegirl.ru|wday.ru|elle.ru|marieclaire.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/116265 [Stealth Mode - Referrer]
@@||clubinvest.top^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116266 [Stealth Mode - Referrer]
@@||cdn*-player.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116218 [Stealth Mode - Referrer]
@@||mundotec.pro^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116195 [Stealth Mode - Block third-party Authorization header]
@@||api.apple-mapkit.com^$stealth
@@||cdn.apple-mapkit.com/*?apiVersion=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116187 [Stealth Mode - Referrer]
@@||fofoquei.com/*/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116181
@@||player.uauflix.online^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116182 [Stealth Mode - Referrer]
@@||temperosdavovo.com/*/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116085 [Stealth Mode - Referrer]
@@||manchetehoje.xyz/*/*.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116117 [Stealth Mode - Referrer]
@@||s3.amazonaws.com^$stealth,domain=informationisbeautiful.net
! https://github.com/AdguardTeam/AdguardFilters/issues/115628 [Stealth Mode - Block third-party Authorization header]
@@||portal.azure.com/*/resource/subscriptions/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116075
@@||dostavista.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/115963 [Stealth Mode - Referrer]
@@||cdn13.com^$stealth,media
! https://github.com/AdguardTeam/AdguardFilters/issues/116030 [Stealth Mode - Referrer]
@@||decorardicas.com.br^$stealth
@@||loucasporcabelos.com.br^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116036
@@||povvldeo.lol^$stealth
@@||steampiay.cc^$stealth
@@||pouvideo.cc^$stealth
@@||pomvideo.cc^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116031 [Stealth Mode - Referrer]
@@||encripted-encripted-encripted-encripted-encripted-encripted.fun/r.php?data=*?vid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/116026 [Stealth Mode - Referrer]
@@||lordplayer.club/*/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/118217
! https://github.com/AdguardTeam/AdguardFilters/issues/115812 [Stealth Mode - Referrer]
@@||ntcdntempv*.com/data/images/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/115740 [Stealth Mode - Referrer]
@@||html5.5games.cc^$stealth,third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/115652 [Stealth Mode - Referrer]
@@||hls.redefine.pl^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/115391 [Stealth Mode - Referrer]
@@||api-*.cludo.com/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/115356 [Stealth Mode - Referrer]
@@||forum.javcdn.cc^$stealth,domain=javbus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/115083 [Stealth Mode - Referrer]
@@||img*.*img18fx.xyz^$stealth,image,domain=manga18fx.com
! https://github.com/AdguardTeam/AdguardFilters/issues/115152 [Stealth Mode - Referrer]
@@||img*.kangaroobro.com/images/$stealth,image,domain=leyuman.com
! https://github.com/AdguardTeam/AdguardFilters/issues/114874 [Stealth Mode - Referrer]
@@||usanewstoday.club/safe*.php?link=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/114510 [Stealth Mode - Referrer]
@@||iknow-pic.cdn.bcebos.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/113711 [Stealth Mode - Referrer]
@@||miui.com/unlock/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/114803 [Stealth Mode - Referrer]
@@||10drives.com/downv*.php$stealth
@@||10drives.com/api/$stealth,domain=premiumebooks.*
! https://github.com/AdguardTeam/AdguardFilters/issues/114743 [Stealth Mode - Referrer]
@@stmggv*.*/images/$stealth,domain=manhuascan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/114345 [Stealth Mode - Referrer]
@@||cdntvpotok.com/*.php$stealth
@@||cdnpotok.com/*.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/114472 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/113774 [Stealth Mode - Referrer]
@@||checkoutshopper-live.adyen.com/checkoutshopper/*/securedFields.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/114231 [Stealth Mode - Referrer]
@@||dapi.kakao.com/*/maps/sdk.js$stealth,domain=kfckorea.com
! https://github.com/AdguardTeam/AdguardFilters/issues/114044 [Stealth Mode - Referrer]
@@||api.mapbox.com/geocoding/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/113838 [Stealth Mode - IP hiding]
@@||novelpia.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/113965 [Stealth Mode - Referrer]
@@||vaughnsoft.net/play/$stealth,domain=vaughn.live
! https://github.com/AdguardTeam/AdguardFilters/issues/113830 [Stealth Mode - Referrer]
@@||imasdk.googleapis.com^$stealth,domain=news.tvb.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128883
! https://github.com/AdguardTeam/AdguardFilters/issues/113262 [Stealth Mode - Referrer]
@@||idmsa.apple.com/appleauth/$stealth,domain=icloud.com|icloud.com.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/113509 [Stealth Mode - Referrer]
@@/img/tab_$stealth,image,domain=mangakakalot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/113264 [Stealth Mode - Referrer]
@@/Status/ping$stealth,domain=status.bigant.com
! https://github.com/AdguardTeam/AdguardFilters/issues/113139 [Stealth Mode - Referrer]
@@||upstreamcdn.co/hls/$stealth,domain=upstream.to
! https://github.com/AdguardTeam/AdguardFilters/issues/112944 [Stealth Mode - Referrer]
@@||stackpathcdn.com^$stealth,domain=tympanus.net
! https://github.com/AdguardTeam/AdguardFilters/issues/112833 [Stealth Mode - Referrer]
@@/live/*.$stealth,domain=futbolfullenvivo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/109512 [Stealth Mode - Referrer]
@@||directly.com/chat?cfgId=$stealth
@@||directline.botframework.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/109801 [Stealth Mode - IP hiding]
@@||1plus1.video/tvguide/embed/*?autoplay=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/111187 [Stealth Mode - Referrer]
@@||rumble.com/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/108599 [Stealth Mode - Referrer]
@@||xp-cdn.net/video/$stealth,media,domain=xpornium.net
! https://github.com/AdguardTeam/AdguardFilters/issues/110746 [Stealth Mode - Referrer]
@@||pornimg.xyz^$stealth,domain=popjav.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/110629
@@||dirtyship.net/dirtyship/$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/108448 [Stealth Mode - WebRTC]
@@||w2g.tv/rooms/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/109773 [Stealth Mode - Referrer]
@@||player*.cinestream.bid^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/108868 [Stealth Mode - Referrer]
@@||api.mapbox.com/*/mapbox.satellite/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/107216 [Stealth Mode - Block third-party Authorization header]
@@||api.openprovider.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/107596 [Stealth Mode - Block third-party Authorization header]
@@||store-web.dynamics.com^$stealth
@@||xboxlive.com^$stealth
@@||xboxservices.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/106303 [Stealth Mode - Referrer]
@@||duihui.duoduocdn.com^$image,stealth,domain=zhibo8.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/107777 [Stealth Mode - Referrer]
@@.jpg$stealth,domain=manga1001.com
! https://github.com/AdguardTeam/AdguardFilters/issues/108211 [Stealth Mode - Referrer]
@@||gurgle.zdbb.net/amp-targeting$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/106462 [Stealth Mode - Block third-party Authorization header]
@@||api.onedrive.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/105485 [Stealth Mode - Referrer]
@@||webapi.ctfile.com/getfile.php$stealth,domain=ct.999wan.wang
! https://github.com/AdguardTeam/AdguardFilters/issues/105282 [Stealth Mode - Referrer]
@@||dynamic-images-picturehappy.*.amazonaws.com^$stealth,domain=picturehappy.lv
! https://github.com/AdguardTeam/AdguardFilters/issues/132405 [Stealth Mode - Referrer]
@@||strmrdr*/index.php?id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/104524 [Stealth Mode - Referrer]
@@||core-nmaps-renderer-nmaps.maps.yandex.net/tile?x=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/104795 [Stealth Mode - Referrer]
@@||bitvtom100.xyz/public/*/video?vid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/105776
@@||evisaforms.state.gov^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/105226
@@||captcha-delivery.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/102896 [Stealth Mode - Referrer]
@@||scontent-*.cdninstagram.com^$stealth,domain=bella.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/102602
@@||maps.googleapis.com/maps/api/$stealth,domain=budmatauto.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/101263 [Stealth Mode - Referrer]
@@||bin.bnbstatic.com^$stealth,domain=binance.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102339 [Stealth Mode - Referrer]
@@||mangarc.com^$stealth,image,domain=mangalek.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101724 [Stealth Mode - Referrer]
@@||pic*.cdncl.net^$stealth,domain=cowlevel.net
! https://github.com/AdguardTeam/AdguardFilters/issues/157766
! https://github.com/AdguardTeam/AdguardFilters/issues/156796
! https://github.com/AdguardTeam/AdguardFilters/issues/102199 [Stealth Mode - Referrer]
@@/player/*$stealth,domain=ibomma.*
@@||my-bucket-s3-*-amazonaws.*.*/*.m3u8$stealth,domain=ibomma.*
@@||my-bucket-s3-*-amazonaws.*.*/*.mp4$stealth,domain=ibomma.*
! https://github.com/AdguardTeam/AdguardFilters/issues/101484 [Stealth Mode - Referrer]
@@||media.biertijd.com/galleries/$stealth,domain=biertijd.xxx
! https://github.com/AdguardTeam/AdguardFilters/issues/101503 [Stealth Mode - Referrer]
@@||animeshouse.net/mp4doo/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/100796 [Stealth Mode - Referrer]
@@||static.hentai.direct/$stealth,image
! https://github.com/AdguardTeam/AdguardFilters/issues/101490 [Stealth Mode - Referrer]
@@||v1sts.me/?pge=stream$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/100401 [Stealth Mode - Block third-party Authorization header]
@@||cdn.apple-mapkit.com/ma/bootstrap?$stealth,domain=icloud.com
! https://github.com/AdguardTeam/AdguardFilters/issues/99588 [Stealth Mode - Referrer]
@@||ibeta-www.oss-cn-beijing.aliyuncs.com^$stealth,domain=betahub.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/99389 [Stealth Mode - Referrer]
@@||mapapi.cloud.huawei.com/mapjs/v*/api/$stealth,domain=petalmaps.com
! https://github.com/AdguardTeam/AdguardFilters/issues/98975 [Stealth Mode - Block third-party Authorization header]
@@||nbaapi.neulion.com/api_nba/$stealth,domain=nba.com
! https://github.com/AdguardTeam/AdguardFilters/issues/98906
@@||ssl-thumb2.720static.com^$stealth,image
! https://github.com/AdguardTeam/AdguardFilters/issues/98853 [Stealth Mode - Referrer]
@@||api.mapbox.com/*?secure&access_token=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/98137 [Stealth Mode - Referrer]
@@||ip-*.net/*.mp4$stealth,domain=animeonline.site
! https://github.com/AdguardTeam/AdguardFilters/issues/96261 [Stealth Mode - Referrer]
@@||mhscdnv*/images/$stealth,domain=manhuascan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97649 [Stealth Mode - Referrer]
@@||avf41.club/images^$stealth,domain=manga1000.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96913#issuecomment-952242629 [Stealth Mode - Referrer]
@@||onlinefixuploads.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/97915 [Stealth Mode - Referrer]
@@||ixifile.xyz/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/97176 [Stealth Mode - Referrer]
@@||webzjac.reg.*.com^$stealth,domain=passport.youdao.com
@@||webzjcaptcha.reg.*.com/api/$stealth,domain=passport.youdao.com
! https://github.com/AdguardTeam/AdguardFilters/issues/98051 [Stealth Mode - Referrer]
@@||fundingchoicesmessages.google.com^$stealth,domain=stooq.pl|stooq.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97673 [Stealth Mode - Referrer]
@@||anyhentai.com/*.mp4?st=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/96837 [Stealth Mode - Block third-party Authorization header]
@@||de-api.eco.astro.com.my/feed/api/$stealth,domain=astroawani.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96631 [Stealth Mode - Block third-party Authorization header]
@@||identity.oraclecloud.com//sso/v*/sdk/authenticate$stealth,domain=v2.ereg.ets.org
! https://github.com/AdguardTeam/AdguardFilters/issues/96635#issuecomment-948466433 [Stealth Mode - User-agent]
! https://github.com/AdguardTeam/AdguardFilters/issues/96856 [Stealth Mode - Referrer]
@@||shortlink.prz.pw^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/96278 [Stealth Mode - Referrer]
@@||bing.com/api/v*/Places/AutoSuggest?$stealth,domain=obi.de
! https://github.com/AdguardTeam/AdguardFilters/issues/96562 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=planet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95900 [Stealth Mode - Referrer]
@@||botprotect.io^$stealth,domain=robloxscripts.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95265
@@||data.alicloudccp.com^$stealth,domain=aliyundrive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95696 [Stealth Mode - User-agent]
@@||microsoft.com/*/p/$stealth
! kinopoisk.ru - sign in was broken [Stealth Mode - third-party cookies]
@@||sso.kinopoisk.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/105801
! https://github.com/AdguardTeam/AdguardFilters/issues/95882 [Stealth Mode - Referrer]
@@||simg.doubanio.com^$stealth,domain=douban.com
@@||img*.doubanio.com^$stealth,domain=accounts.douban.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96021 [Stealth Mode - Referrer]
@@||kissorg.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/96003 [Stealth Mode - Block third-party Authorization header]
@@||live-buyback-order-api.live-api.recommerce.cloud/product?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/94305 [Stealth Mode - Referrer]
@@||checkdomain.b-cdn.net/assets/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/94125 [Stealth Mode - Referrer]
@@||api.mpapis.xyz/|$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/94134 [Stealth Mode - IP hiding]
@@/token/*/master.mp4$stealth,domain=anilife.*
! https://github.com/AdguardTeam/AdguardFilters/issues/93925 [Stealth Mode - Referrer]
@@||autocomplete.geocoder.api.here.com/*/suggest.json$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/94148 [Stealth Mode - Referrer]
@@||dapi.kakao.com/v*/maps/sdk.js$stealth,domain=nonghyup.tritops.co.kr
! https://github.com/AdguardTeam/AdguardFilters/issues/92377
@@||track.toggl.com/auth^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/93292 [Stealth Mode - Referrer]
@@||moly.cloud/*/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92911 [Stealth Mode - Referrer]
@@||rota.cc^$stealth
@@||automotur.club^$stealth
! afisha.ru broken instagram frames [Stealth Mode - Referrer]
@@||scontent-arn*.cdninstagram.com/v/$stealth,image,domain=afisha.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/92635
@@||funshion.com/*/media/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92634 [Stealth Mode - Referrer]
@@||ksv-video-publish-m3u8.cdn.bcebos.com/*.m3u8$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92600 [Stealth Mode - Referrer]
@@||droplink.co^$stealth,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/93029 [Stealth Mode - Referrer]
@@||fundingchoicesmessages.google.com^$stealth,script,domain=player.addradio.de
! https://github.com/AdguardTeam/AdguardFilters/issues/92140 [Stealth Mode - Referrer]
@@||link1s.*^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92334 [Stealth Mode - Referrer]
@@||v.gqyy8.com:*.php?vid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92275 [Stealth Mode - Referrer]
@@||tiles.esa.maps.eox.at/wms?SERVICE=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92353 [Stealth Mode - Referrer]
@@||img2.xyz.futbol/comics/$domain=jmana1.net,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/91915 [Stealth Mode - Referrer, IP hiding]
@@||unian.net/player/$stealth
@@||api.1plus1.video^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/92180 [Stealth Mode - Referrer]
@@||battlecats-db.imgs-server.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/91016 [Stealth Mode - Referrer]
@@||hlssec.rambler.eaglecdn.com/key.bin$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/90839 [Stealth Mode - Referrer]
@@||manhua.acimg.cn^$stealth,domain=ac.qq.com
! https://github.com/AdguardTeam/AdguardFilters/issues/90981 [Stealth Mode - Referrer]
@@||files.nextcdn.org/stream/$stealth,domain=animepahe.*|kwik.cx
! https://github.com/AdguardTeam/AdguardFilters/issues/90892 [Stealth Mode - Referrer]
@@||t*.daumcdn.net/cafeattach/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/90423 [Stealth Mode - Referrer]
@@||content-*.googleapis.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/90012 [Stealth Mode - Referrer]
@@||cloudfront.net/images/$stealth,domain=maps.seaofthieves.rarethief.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89642 [Stealth Mode - Referrer]
@@||123tv.live^$stealth
@@|http$stealth,xmlhttprequest,other,media,domain=123tv.live
! https://github.com/AdguardTeam/AdguardFilters/issues/89977 [Stealth Mode - Referrer]
@@||login.bible.com^$stealth,domain=bible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89323 [Stealth Mode - Referrer]
@@||img*.japanreader.com/uploads/$stealth,domain=lectortmo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/89131 [Stealth Mode - Block third-party Authorization header]
@@||platform-eu.cloud.coveo.com^$stealth,domain=fiskars.com
! https://github.com/AdguardTeam/AdguardFilters/issues/88832 [Stealth Mode - Referrer]
@@||drop*.dropmefile.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/88656 [Stealth Mode - Referrer]
@@||aniboom.one/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/88413 [Stealth Mode - Referrer]
@@||vidcloud.msk.ru/embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/87427 [Stealth Mode - Referrer]
@@||app.aboutyou.com/sign_in_with_apple$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/88006 [Stealth Mode - Referrer]
@@||scontent-*.cdninstagram.com^$stealth,domain=wp.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/86859 [Stealth Mode - Referrer]
@@||embed.meomeo.pw/fastmedia/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/87288 [Stealth Mode - Referrer]
@@||google-analytics.com/analytics.js$domain=mediamarkt.*,stealth,important
@@||google-analytics.com/plugins/ua/ec.js$domain=mediamarkt.*,stealth,important
! https://github.com/AdguardTeam/AdguardFilters/issues/86093 [Stealth Mode - Referrer]
@@||closeload.com/video/embed/$stealth
@@||server*cdn*.tk/hls/$stealth
@@||cloadstream*.xyz/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/87074 [Stealth Mode - Referrer]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=apkmirror.com,stealth
@@||widgets.outbrain.com/outbrain.js$domain=apkmirror.com,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/87046 [Stealth Mode - Referrer]
@@||9cache.com^$stealth,domain=9gag.com
! ccleaner shop - not loading products [Stealth Mode - Referrer]
@@||static-cf.cleverbridge.com/mycontent^$domain=secure.ccleaner.com,stealth
! G/O Media / g-omedia.com / Kinja websites (kotaku.com) - broken pictures [Stealth Mode - Referrer]
@@||i.kinja-img.com^$stealth
! Broken pictures - [Stealth Mode - Referrer]
@@||m.media-amazon.com/images/*$domain=amazon.*,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/86938 [Stealth Mode - Referrer]
@@||media.nbb-cdn.de/images^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/86895 [Stealth Mode - Referrer]
@@||sf*-*cdn-tos.pstatp.com^$domain=bcy.net,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/85212 [Stealth Mode - Referrer]
@@||medium.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/85325
! Streamplay
@@||stemplay.*^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/85371 [Stealth Mode - Referrer]
@@||hotstream.club/player/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/113893
! https://github.com/AdguardTeam/AdguardFilters/issues/85090 [Stealth Mode - Referrer]
@@/cdn/hls/*/master.txt$stealth,domain=diziyo.*|dzyco.*
! Fixing issue with installing addons from addons.opera.com
@@||addons.opera.com/ru/extensions/details/$stealth
@@||addons.opera.com/extensions/download/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/84932 [Stealth Mode - Block third-party Authorization header]
@@||writing.chegg.com/graphql$stealth,domain=citationmachine.net
! https://github.com/AdguardTeam/AdguardFilters/issues/85258 [Stealth Mode - Block third-party Authorization header]
@@||api.mojang.com^$stealth
@@||api.minecraftservices.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/84837 [Stealth Mode - Referrer]
@@||s2-download.xyz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82309
@@||officeapps.live.com/*.aspx$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/81577
@@||secure.ccavenue.com/transaction/$stealth
! https://forum.adguard.com/index.php?threads/43237/ [Stealth Mode - Referrer]
@@||formula.ifz.ru/cgi-bin/tex2img-new.cgi$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/84234 [Stealth Mode - Referrer]
@@||api.its-mo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/83666 [Stealth Mode - Referrer]
@@||webhook.frontapp.com/forms/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/83651
@@||streanplay.cc^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82882 [Stealth Mode - Referrer]
@@||storage.yandex.net/rdisk/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130703
! https://github.com/AdguardTeam/AdguardFilters/issues/83098 [Stealth Mode - Referrer]
@@||punakong.com:*/Cloud/Down/$stealth,domain=zxzj.*
! https://forum.adguard.com/index.php?threads/give-me-solution-please-all-image-blocking.42999/ [Stealth Mode - Referrer]
@@||cdn.statically.io/img^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82345 [Stealth Mode - Referrer]
@@||video.javhdporn.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82466 [Stealth Mode - Referrer]
@@||ac.namu.la^$domain=arca.live,media,image,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82168 [Stealth Mode - Referrer]
@@||vod*.myqcloud.com^$stealth,domain=cloud.tencent.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82040 [Stealth Mode - Referrer]
@@||vkprime.com/embed-*.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82208 [Stealth Mode - Referrer]
@@||content-*.uplynk.com/preplay$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82201 [Stealth Mode - IP hiding]
@@||jobportal.uni-koeln.de^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/82151 [Stealth Mode - Referrer]
@@||google-analytics.com/analytics.js$stealth,domain=tv-media.at
! https://github.com/AdguardTeam/AdguardFilters/issues/81382 [Stealth Mode - WebRTC, Referrer]
@@||meet.jit.si^$stealth
@@||play.vidyard.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/81067 [Stealth Mode - Referrer]
@@||scontent*.cdninstagram.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/94766
! https://github.com/AdguardTeam/AdguardFilters/issues/80694 [Stealth Mode - Referrer]
@@||grimoireoss-pa.clients6.google.com^$domain=source.chromium.org,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/79861 [Stealth Mode - third-party cookies]
@@||f95zone.to/login/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/79698 [Stealth Mode - Block third-party Authorization header]
@@||api.athom.com^$domain=my.homey.app,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/78385 [Stealth Mode - Referrer]
@@||api.cafeyn.co/users/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/79055 [Stealth Mode - IP hiding]
@@||hotmo.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/78661
@@||css.njhzmxx.com^$stealth,domain=yhdm.io
! https://github.com/AdguardTeam/AdguardFilters/issues/78051 [Stealth Mode - Referrer]
@@/embed/*$subdocument,stealth,domain=strims.*|daddylive.*
! https://github.com/AdguardTeam/AdguardFilters/issues/78197 [Stealth Mode - Referrer]
@@||cloudfront.net^$domain=postype.com,stealth,image
! https://github.com/AdguardTeam/AdguardFilters/issues/77924 [Stealth Mode - Referrer]
@@||sinaimg.cn^$stealth,domain=weibo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/76235 [Stealth Mode - Referrer]
@@||data.simpleupload.net/download/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/75484 [Stealth Mode - Block third-party Authorization header]
@@||ingka.com^$stealth,domain=ikea.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80854
! https://github.com/AdguardTeam/AdguardFilters/issues/75417 [Stealth Mode - Referrer]
@@|http*.php?url=$stealth,domain=nicotv.me
! https://github.com/AdguardTeam/AdguardFilters/issues/76140 [Stealth Mode - Referrer]
@@||uma.media^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/78193 [Stealth Mode - WebRTC]
@@||myself-bbs.com/player/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/74518
@@||amazonaws.com^$stealth,domain=console.aws.amazon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/75102 [Stealth Mode - Referrer]
@@||edx.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/74670 [Stealth Mode - Referrer]
@@||api.youla.io^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/74623#issuecomment-777594020 [Stealth Mode - Referrer]
@@||global.apis.naver.com^$stealth,domain=webtoons.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74612 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=maps.me
! https://github.com/AdguardTeam/AdguardFilters/issues/73941 [Stealth Mode - Do-not-Track]
@@||cinemaxxl.de^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/75370 [Stealth Mode - Referrer]
@@||midiaflixhd.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/74228 [Stealth Mode - Referrer]
@@||kinescope.io/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73961 [Stealth Mode - Referrer]
@@||imfaclub.com/images/$stealth,domain=lovehug.net
! https://github.com/AdguardTeam/AdguardFilters/issues/73924 [Stealth Mode - Referrer]
@@||v.shoosh.co^$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73227 [Stealth Mode - IP hiding]
@@||drtuber.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/72165 [Stealth Mode - Referrer]
@@||s*.bpwco.com^$xmlhttprequest,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73236 [Stealth Mode - Referrer]
@@||ask.qcloudimg.com^$stealth,domain=cloud.tencent.com
! https://github.com/AdguardTeam/AdguardFilters/issues/136881 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/136882 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/101412 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/73013 [Stealth Mode - third-party cookies]
@@||e-podroznik.pl/public/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73755 [Stealth Mode - Referrer]
@@||glavred.info^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/72306 [Stealth Mode - IP hiding]
@@||mijn.kpn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73815 [Stealth Mode - Referrer]
@@||iframe.simplex-affiliates.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/71534 [Stealth Mode - User-agent]
! Fixing Edge Browser start page
@@||ntp.msn.com/edge/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/71538 [Stealth Mode - Referrer]
@@||nextstream.org^$stealth,domain=animepahe.com|kwik.cx
! https://github.com/AdguardTeam/AdguardFilters/issues/71231 [Stealth Mode - Block third-party Authorization header]
@@||api.os.fressnapf.com^$stealth,domain=fressnapf.de
! https://github.com/AdguardTeam/AdguardFilters/issues/70256
@@||senseoflaw.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/70139 [Stealth Mode - Referrer]
! For izlemac*.net - frequently changed domain
@@||izlemac*.net/*-player-*.html$stealth
@@||x.*.tk/*/strmrdr.m3u8$stealth
@@||x.*.tk/*/caxi.m3u8$stealth
@@||r.*.tk/*/xox_*/jpeg$stealth
@@||x.*.xyz/*/xox_*.jpeg$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/70980 [Stealth Mode - Block third-party Authorization header]
@@||wisr.tech^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/70102 [Stealth Mode - Referrer]
@@||s1-filecr.xyz^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/70546 [Stealth Mode - IP hiding]
@@||mathworks.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/70055 [Stealth Mode - IP hiding]
@@||account.withings.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/69963 [Stealth Mode - Referrer]
@@||wkretype.bdimg.com/retype/$stealth,domain=wenku.baidu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69788 [Stealth Mode - Referrer]
@@||img*.*.*^$stealth,domain=mangalib.me
! https://github.com/AdguardTeam/AdguardFilters/issues/69594 [Stealth Mode - Referrer]
@@||audiko.net/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/69789 [Stealth Mode - Referrer]
@@||ani-*.xyz/*.html$stealth,domain=aniwatch.me
! https://github.com/AdguardTeam/AdguardFilters/issues/69596 [Stealth Mode - Referrer]
@@||downloads.castlabs.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/85382 [Stealth Mode - Referrer]
@@||blog.naverblogwidget.com/ExternalWidgetRender.$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/69217 [Stealth Mode - Referrer]
@@||akamaized.net/exp=$stealth,xmlhttprequest,domain=vidio.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69203 [Stealth Mode - Referrer]
@@||dapi.kakao.com/v*/*?appkey=$stealth,domain=ediya.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68328 [Stealth Mode - third-party cookies]
@@||primevideo.com^$stealth
@@||amazon.com/*/signin$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/68320 [Stealth Mode - Referrer]
@@||consistent.stream^$subdocument,stealth,domain=gostream.site
! https://github.com/AdguardTeam/AdguardFilters/issues/70562 [Stealth Mode - IP hiding]
@@||memoryhackers.org^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/67982 [Stealth Mode - Referrer]
@@||50.7.*.*:8081/*?wmsAuthSign=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/67134 [Stealth Mode - Referrer]
@@||upos-sz-mirrorhw.bilivideo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/67342 [Stealth Mode - Referrer]
@@||player-smotri.mail.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/67102 [Stealth Mode - Referrer]
@@||my.foxnews.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/66931 [Stealth Mode - Referrer]
@@||elections.ap.org/widgets/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/65839 [Stealth Mode - Block third-party Authorization header]
@@||disco-api.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/65534 [Stealth Mode - DNT]
@@||typhoon.zjwater.gov.cn^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/65448 [Stealth Mode - Referrer]
@@||hypercomments.com/api/comments?widget_id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/65468 [Stealth Mode - Referrer]
@@||api.mapbox.com^$stealth,domain=padmapper.com
! https://github.com/AdguardTeam/AdguardFilters/issues/64493 [Stealth Mode - Referrer]
@@||c.dun.*.com/api/$stealth,domain=dig.chouti.com
! Tiktok videos [Stealth Mode - Referrer]
@@||tiktokcdn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/63777
@@||konto.play.pl^$stealth
! https://github.com/AdguardTeam/CoreLibs/issues/1335 [Stealth Mode - WebRTC]
@@||file.fm/f/$stealth
@@||files.fm/f/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/62077 [Stealth Mode - Referrer]
@@||api.imgur.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/61998 [Stealth Mode - IP hiding, User-agent]
@@||api.ott.kinopoisk.ru^$stealth
@@||ott.yandex.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/62129 [Stealth Mode - IP hiding]
@@||exsite24.pl/cdn-cgi/challenge-platform/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/61919
@@||ntv*.akamaized.net/*.m3u8$stealth
! https://forum.adguard.com/index.php?threads/adguard-breaks-newly-redesigned-blitz-app.39391/ [Stealth Mode - User-agent]
@@||blitz.gg/app^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/61565 [Stealth Mode - Referrer]
@@||wstream.to/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/60981 [Stealth Mode - Block third-party Authorization header]
@@||sso.myscript.com^$stealth
@@||nebo.app/auth?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/60796 [Stealth Mode - User-agent]
@@||yoox.com/images/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/60780 [Stealth Mode - Referrer]
@@||dxb.to/player/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/60120 [Stealth Mode - Referrer]
@@||partner.speedtestcustom.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/60623 [Stealth Mode - Referrer]
@@||realtimestatistics.net^$stealth,domain=worldometers.info
! https://github.com/AdguardTeam/AdguardFilters/issues/60448 [Stealth Mode - Referrer]
@@||i.pximg.net/*/img/$stealth,domain=pixiv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/60226
@@||ahcdn.xyz^$stealth,media
! https://github.com/AdguardTeam/AdguardFilters/issues/60250 [Stealth Mode - Referrer]
@@||api.smartystreets.com/lookup$stealth,domain=att.com
! https://github.com/AdguardTeam/AdguardFilters/issues/60103 [Stealth Mode - Referrer]
@@||embed.binkies3d.com^$stealth,domain=gsmarena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59917 [Stealth Mode - Referrer]
@@||shrink-service.it/api-extension/$stealth,domain=adshrink.it
! https://github.com/AdguardTeam/AdguardFilters/issues/59439 [Stealth Mode - IP hiding]
@@||zee5*.akamaized.net^$stealth,domain=zee5.com
@@||www.zee5.com^$stealth,domain=zee5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58999 [Stealth Mode - User-agent]
@@||id.skyeng.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/58946 [Stealth Mode - Block third-party Authorization header]
@@||ec.nintendo.com^$stealth
@@||accounts.nintendo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/58105 [Stealth Mode - third-party cookies]
@@||demorgen.be^$domain=myprivacy.dpgmedia.be,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/58303 [Stealth Mode - Referrer]
@@||huxiucdn.com/*/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/57121 [Stealth Mode - Block third-party Authorization header]
@@||payments.braintree-api.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/57494 [Stealth Mode - Referrer]
@@||ren.tv/video/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/57349 [Stealth Mode - Referrer]
@@||s-delivery*.mxdcontent.net^$media,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/57017
@@||registrierung.web.de^$stealth
@@||registrierung.gmx.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/55883 [Stealth Mode - Referrer]
@@||privateuploads.net/%$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/56640 [Stealth Mode - Referrer]
@@||sdn.cz^$stealth,domain=televizeseznam.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/56477#issuecomment-638972724 [Stealth Mode - Block third-party Authorization header]
@@||userservice-api.channel5.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/56770 [Stealth Mode - Block Push API]
@@||powv1deo.cc^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/56483 [Stealth Mode - IP hiding]
@@||subscribenow.com.au/*/offers/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/56338 [Stealth Mode - WebRTC]
@@||hangouts.google.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/73820
! https://github.com/AdguardTeam/AdguardFilters/issues/56368 [Stealth Mode - Referrer]
@@/mangakakalot/*$stealth,image,domain=mangakakalot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/56068 [Stealth Mode - Referrer]
@@||amazonaws.com/zeroistanbulplaylist/$stealth,domain=zeroistanbul.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55487 [Stealth Mode - IP hiding]
@@||50.7.161.20:8081/*.m3u8?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35789 [Stealth Mode - Referrer]
@@||cloudvideo.tv/embed-$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/55309 [Stealth Mode - Referrer]
@@||mylogin.abc.net.au^$stealth
@@||login.abc.net.au^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/54799 [Stealth Mode - Block third-party Authorization header]
@@||public-ubiservices.ubi.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/54772 [Stealth Mode - Referrer]
@@||gounlimited.to/embed-*.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/55036 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/54660
@@||mcloud.to/key$stealth
@@||mcloud.to/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/54513 [Stealth Mode - IP hiding]
@@||finishline.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/54270 [Stealth Mode - Referrer]
@@||preview.editmysite.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/53998 [Stealth Mode - Referrer]
@@||ahcdn.com/key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/53977 [Stealth Mode - Referrer]
@@||downloader.disk.yandex.$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/52943 [Stealth Mode - Referrer]
@@||forms.ministryforms.net/*.aspx^$stealth,domain=app.clovergive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96974 [Stealth Mode - Block third-party Authorization header]
! https://github.com/AdguardTeam/AdguardFilters/issues/52135 [Stealth Mode - Block third-party Authorization header]
@@||bamgrid.com^$stealth,domain=disneyplus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53120 [Stealth Mode - Referrer]
@@||webcam.atomsk.ru^*/index?vid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141024
! https://github.com/AdguardTeam/AdguardFilters/issues/66881
! https://github.com/AdguardTeam/AdguardFilters/issues/65928
! https://github.com/AdguardTeam/AdguardFilters/issues/52925 [Stealth Mode - Referrer]
@@||ofeminin.pl/*srcc=$stealth
@@||fakt.pl/*srcc=$stealth
@@||przegladsportowy.pl/*&srcc=$stealth
@@||auto-swiat.pl/*srcc=$stealth
@@||komputerswiat.pl/*srcc=$stealth
@@||noizz.pl/*srcc=$stealth
@@||plejada.pl/*srcc=$stealth
@@||medonet.pl/*srcc=$stealth
@@||businessinsider.com.pl/*srcc=$stealth
! facebook.com - missing option to switch to new layout [Stealth Mode - User-agent]
@@||facebook.com/bluebar/modern_settings_menu^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/52411 [Stealth Mode - Referrer - IP hiding]
@@||compriso.speedtestcustom.com^$third-party,stealth
@@||compriso.speedtestcustom.com/api/js/servers$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/52315 [Stealth Mode - Referrer]
@@||amazonaws.com/images.filepuma.com^$stealth,domain=filepuma.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52311 [Stealth Mode - Referrer]
@@||9anime.nl/watch/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/52255 [Stealth Mode - Referrer]
@@||tv.media.jio.com/streams_live/$stealth,domain=jionews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52100
@@||cetesdirecto.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/51752 [Stealth Mode - Referrer]
@@||tawk.to^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/51230 [Stealth Mode - Referrer]
@@||cdpn.io^$stealth,domain=codepen.io
! https://github.com/AdguardTeam/AdguardFilters/issues/50691 [Stealth Mode - Referrer]
@@||onli.anime-best.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/45780#issuecomment-593124050 [Stealth Mode - WebRTC]
@@||e.mail.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/50634 [Stealth Mode - Referrer]
@@||cdnfile.info/*/stream/$stealth,domain=vidcloud9.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50186 [Stealth Mode - Referrer]
@@||rexdlfile.com/index.php?id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/50259 [Stealth Mode - Referrer]
@@||realtime-chart.info^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/50042
@@||clipwatching.com/embed-*.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49995
@@||media.videopolis.com/*/api/getById/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49074 [Stealth Mode - Referrer]
@@||static.crunchyroll.com/*/player.html$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49682 [Stealth Mode - Block third-party Authorization header]
@@||bcvipva02.rightnowtech.com^$stealth,domain=custhelp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49958#issuecomment-586758624 [Stealth Mode - Referrer]
@@||relap.io/api/v*/head.js$domain=briefly.ru|kulturologia.ru,stealth
! backerkit.com - survey not completing [Stealth Mode - Referrer]
@@||backerkit.com/backer/survey$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49262
@@||gameguardian.b-cdn.net^$domain=gameguardian.net,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49266#issuecomment-583076764 [Stealth Mode - IP hiding]
@@||s*.5playdisk.ru/*/files/*.apk$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/49009 [Stealth Mode - Referrer]
@@||byfly.dualstack.speedtestcustom.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/48880 [Stealth Mode - Referrer]
@@||cdpn.io/*/v*/store?token=$stealth,domain=codepen.io
! https://github.com/AdguardTeam/AdguardFilters/issues/48379 [Stealth Mode - Referrer]
@@||worldometers.info^|$stealth
! https://forum.adguard.com/index.php?threads/bank-website-keeps-redirecting.37056/
@@||homebanking.bancoctt.pt^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/48221 [Stealth Mode - Block third-party Authorization header]
@@||api.getgrover.com/api/*/user$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/48069 [Stealth Mode - IP hiding]
@@||cdn*.vb*rexhammond.pw/stream*/cdn*$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/48092 [Stealth Mode - Referrer]
@@||cdn*.porno-film.site/vk_video$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/47342 [Stealth Mode - Referrer]
@@||avgle.com/embed/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/47881 [Stealth Mode - IP hiding]
@@||tbs.com/core/$stealth,domain=tbs.com
@@||tbs.com/modules/$stealth,domain=tbs.com
@@||tbs.com/themes/$stealth,domain=tbs.com
@@||tbs.com/api/*/resolve$stealth,domain=tbs.com
@@||tbs.com/ajax/$stealth,domain=tbs.com
@@||tbs.com/libraries/$stealth,domain=tbs.com
@@||tbs.com/turner/$stealth,domain=tbs.com
@@||cdn.turner.com/*/getConfig$stealth,domain=tbs.com
@@||turnip.cdn.turner.com/top/auth/$stealth,domain=tbs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47722 [Stealth Mode - Referrer]
@@||login.aliexpress.com^$stealth,domain=aliexpress.ru|aliexpress.com
@@||passport.aliexpress.com^$stealth,domain=aliexpress.ru|aliexpress.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74129
@@||1plus1.video/video/embed/$stealth,~script,~xmlhttprequest,~other
@@||grandcentral.1plus1.video^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/47113 [Stealth Mode - Referrer]
@@||html5.gamedistribution.com/*/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/47154 [Stealth Mode - User-agent]
@@||microsoftedgeinsider.com/*/download$stealth
@@||microsoftedge.microsoft.com/addons^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/46699 [Stealth Mode - Referrer]
@@||apiavsee.com/player.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/46730 [Stealth Mode - Referrer]
@@||auth.xtrend.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/46686 [Stealth Mode - Referrer]
@@||mediaset.es/*mtweb$stealth,domain=mitele.es
! amazon Video page - plugin not supported [Stealth Mode - User-agent]
@@||amazon.*/*/dp$stealth
@@||amazon.*/*autoplay$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/46261 [Stealth Mode - User-agent]
! wakanim.tv - broken player [Stealth Mode - Block third-party Authorization header]
@@||wakatest.keydelivery.northeurope.media.azure.net^$stealth,domain=wakanim.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/45696#issuecomment-564835302 [Stealth Mode - Referrer]
@@||qooqlevideo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/45714 [Stealth Mode - Referrer]
@@||shumafen.cn/api/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/45450 [Stealth Mode - Disable cache for third-party requets]
@@||transfer-storage-transfer-*.s3.*.amazonaws.com^$stealth,domain=fromsmash.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45282 [Stealth Mode - Referrer]
@@||aplayer.xyz/player/watch.php^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/45287 [Stealth Mode - Referrer]
@@||stream-play-4you-ads.anime-live.com^$stealth
! https://forum.adguard.com/index.php?threads/www-asos-fr.36189 [Stealth Mode - Referrer]
@@||my.asos.com/identity^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/110008
! https://github.com/AdguardTeam/AdguardFilters/issues/45105 [Stealth Mode - Referrer]
@@truyen$stealth,image,domain=blogtruyen.vn
! https://github.com/AdguardTeam/AdguardFilters/issues/45077 [Stealth Mode - Referrer]
@@||static.3001.net^$stealth,domain=freebuf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44783
! https://github.com/AdguardTeam/AdguardFilters/issues/44453 [Stealth Mode - Referrer]
@@||filmweb.pl^$stealth
! login.yahoo.com - sometimes ligin failed(Captcha issue) [Stealth Mode - Referrer]
@@||login.yahoo.com$stealth
@@||login.yahoo.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/45490 [Stealth Mode - Referrer]
@@||myanime.online/player/out.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/44369 [Stealth Mode - Referrer]
@@||hamreus.com^$image,stealth,domain=manhuagui.com|mhgui.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44298
@@||linetv.tw/profile$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/43804 [Stealth Mode - IP hiding]
@@||prod.sixthcontinent.com/webapi/getaccesstoken$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/43735 [Stealth Mode - Referrer]
@@||antibot.cloud/content/cloud*.php?$stealth
! Fixing images on dontorrent.to [Stealth Mode - Referrer]
@@||blazing.network/imagenes/$image,stealth,domain=dontorrent.to
! https://github.com/AdguardTeam/AdguardFilters/issues/43568
@@||tv.kakao.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/43306 [Stealth Mode - Referrer]
@@||vnecdn.net/vnexpress/video/video/$stealth,domain=vnexpress.net
! https://github.com/AdguardTeam/AdguardFilters/issues/43398 [Stealth Mode - Referrer]
@@||amazonaws.com/cwl-leveling-json^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/43375 [Stealth Mode - Referrer]
@@||hentaicdn.com^$stealth,domain=hentai2read.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42999
@@||holywarsoo.net^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/42737 [Stealth Mode - IP hiding]
@@||mijn.ou.nl/web/ou/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/12579 [Stealth Mode - Referrer]
@@||txxx.ahcdn.com/key=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/42634 [Stealth Mode - Referrer]
@@||googleapis.com/tile/v*/createSession?key=$stealth,domain=waze.com
@@||googleapis.com/tile/v*/*?session=$stealth,domain=waze.com
! https://github.com/AdguardTeam/AdguardFilters/issues/41380 [Stealth Mode - Referrer]
@@||algolia.net/*/indexes/*/queries?x-algolia-agent*vue-instantsearch*algolia-api-key$stealth
! https://forum.adguard.com/index.php?threads/34955/ [Stealth Mode - Referrer]
@@||potokcdn.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40983 [Stealth Mode - Referrer]
@@||linkvietvip.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/41136 [Stealth Mode - Referrer]
@@||51.15.*/videoplayback?vid=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40761 [Stealth Mode - no option]
@@||booking.vietjetair.com/searchrespax.aspx$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40548 [Stealth Mode - Referrer]
@@||avple.video/v/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40618 [Stealth Mode - IP hiding]
@@||downloadly.ir^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40501 [Stealth Mode - Referrer]
@@/data/editor/*$stealth,domain=coolenjoy.net
! https://github.com/AdguardTeam/AdguardFilters/issues/40394 [Stealth Mode - Referrer]
@@||animeku.org/play*.php?id=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/40139 [Stealth Mode - Referrer]
@@||fonts.shopifycdn.com/roboto/roboto_*.woff$stealth,domain=shopify.com
! origin.com - sign-in/checkout broken [Stealth Mode - Block third-party Authorization header]
@@||gateway.ea.com/proxy/identity/pids$stealth
@@||gateway.ea.com/proxy/commerce/carts2$stealth
! https://forum.adguard.com/index.php?threads/issue-with-mycanal-fr.34924/  [Stealth Mode - Block third-party Authorization header]
@@||secure-gen-hapi.canal-plus.com/conso/view$stealth
@@||secure-gen-hapi.canal-plus.com/conso/playset^$stealth
! 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]
@@||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/39071 [Stealth Mode - Referrer]
@@||pictogo.net^$stealth,third-party
! 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/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/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/31239 [Stealth Mode - Referrer]
@@||hdzog.ahcdn.com/key=$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/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://forum.adguard.com/index.php?threads/opera-my-flow-problem.33645 [ Stealth Mode - Block third-party Authorization header]
@@||flow.opera.com/*/pairing-tokens$stealth
! frankenpost.de - "Vorlesen" broken [Stealth Mode - Referrer]
@@||linguatec.org/VoiceReaderWeb15WebService^$stealth
! jccsmart.com is broken [Stealth Mode]
@@||jccsmart.com^$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/57566 [Stealth Mode - Referrer]
@@||algolia.net/*/indexes/$stealth
@@||algolianet.com/*/indexes/$stealth
! 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/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/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/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/33299 [Stealth Mode - Referrer]
@@||lhscanlation.club/images/$stealth
! 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/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/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
! 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]
@@||vidstream.to^$stealth,domain=egybest.*
@@||egybest.*^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/52963 [Stealth Mode - Referrer]
@@||tildacdn.com^$stealth,xmlhttprequest
! 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]
@@||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
@@||bitbucket.org/SetCST^$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://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/111362
! https://github.com/AdguardTeam/AdguardFilters/issues/100956
! https://github.com/AdguardTeam/AdguardFilters/issues/46832
! https://github.com/AdguardTeam/AdguardFilters/issues/16807 [Stealth Mode - Referrer]
! https://github.com/AdguardTeam/AdguardFilters/issues/11446 [Stealth Mode - Referrer]
@@||szbdyd.com^$stealth,domain=bilibili.com
@@||mcdn.bilivideo.cn^$stealth,domain=bilibili.com
@@||bilivideo.com^$stealth,domain=bilibili.com
@@||acgvideo.com^$stealth,domain=bilibili.com
@@||hdslb.com^$stealth,domain=bilibili.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16376
@@||imgtn.bdimg.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33767
! https://github.com/AdguardTeam/AdguardFilters/issues/14987
! https://github.com/AdguardTeam/AdguardFilters/issues/14618 [Stealth Mode - Referrer]
@@||places.nbnco.net.au/places/$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/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/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://github.com/AdguardTeam/AdguardFilters/issues/7163
@@||bitdefender.com/submit/$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://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=referrer
! 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://forum.adguard.com/index.php?threads/8tracks-com-windows-youtube-video-keeps-buffering.23414/ [Stealth Mode - Referrer]
@@||8tracks.com^$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://github.com/AdguardTeam/AdguardFilters/issues/4281 [Stealth Mode - Hide search queries]
@@||rackcdn.com^$stealth,domain=investing.com|forexpros.com
! 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/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
! 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/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/10573/
@@||allsport-live.net^$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/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/10195/
@@||zombicide.com^$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/9646/ [Stealth Mode - Referrer]
@@||perxs.net^$stealth
@@||hdfree.tv/live^$stealth
! https://forum.adguard.com/index.php?threads/9765/
@@||help.ea.com^$stealth
! https://forum.adguard.com/index.php?threads/9740/ [Stealth Mode - Referrer]
@@||latino-webtv.com^$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
! 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
@@||flickr.com/cookie_$stealth
! bild.de - fixing authorization [Stealth Mode - third-party cookies]
@@||bild.de^$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/
! Broken sync in Yandex Browser [Stealth Mode - User-agent]
@@||sync.disk.yandex.net^$stealth
@@||xmpp.disk.yandex.net^$stealth
@@||api.browser.yandex.$stealth
! 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/$stealth
! 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^$stealth
! 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/login.php$stealth
@@||facebook.com/*/dialog/oauth$stealth
! 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/$stealth
@@||auth.opera.com^$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1109 [Stealth Mode - IP hiding]
@@||api.surfeasy.com/*/geo_lookup$stealth
! http://forum.adguard.com/showthread.php?8067 [Stealth Mode - Referrer]
@@||hypercomments.com/api/comments?_=$stealth
!! http://forum.adguard.com/showthread.php?7582 [Stealth Mode - third-party cookies]
!! 1. Login to account.microsoft.com
@@||account.microsoft.com/auth/$stealth
@@||account.microsoft.com/?refd=$stealth
!! 2. Jump to Google Store from other site
@@||chrome.google.com/webstore/detail/$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1666 [Stealth Mode - third-party cookies]
@@||microsoft.com/*=wsign$stealth
@@||profile.microsoft.com/RegSysProfileCenter/$stealth
@@||microsoft.com/*/signin.aspx$stealth
@@||microsoft.com/*/signout.aspx$stealth
! 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?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/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^$stealth
! 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/
!
! SECTION: Protect from DPI problems
! https://github.com/AdguardTeam/CoreLibs/issues/1645 [Stealth Mode - Protect from DPI]
! NOTE: Protect from DPI problems end ⬆️
! !SECTION: Protect from DPI problems
!-------------------------------------------------------------------------------!
!------------------ Content replacement rules ----------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of the content replacement rules that block ads. Rules must be domain-specific.
!
! Bad:  ||example.org/video-links (should be in specific.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/172486
! https://github.com/AdguardTeam/AdguardFilters/issues/165930
! https://github.com/AdguardTeam/CoreLibs/issues/1825
! TODO: remove when issue in CoreLibs is fixed
! https://github.com/AdguardTeam/AdguardFilters/issues/168442
! https://github.com/AdguardTeam/AdguardFilters/issues/165623
! https://github.com/AdguardTeam/AdguardFilters/issues/160305
! https://github.com/AdguardTeam/AdguardFilters/issues/164615
! https://github.com/AdguardTeam/AdguardFilters/issues/150836
! https://github.com/AdguardTeam/AdguardFilters/issues/148543
! https://github.com/AdguardTeam/AdguardFilters/issues/152366
! https://github.com/AdguardTeam/AdguardFilters/issues/145289
! https://github.com/AdguardTeam/AdguardFilters/issues/142397
! https://github.com/AdguardTeam/AdguardFilters/issues/135478
! https://github.com/AdguardTeam/AdguardFilters/issues/129556
! https://github.com/AdguardTeam/AdguardFilters/issues/129658
! TODO: Try to find a way to fix an issue with time of the video
! At the moment, video player shows that time of the video is longer than it really is (time of the video + ads),
! so clicking somewhere after video end causes that the new video starts playing
! https://github.com/AdguardTeam/AdguardFilters/issues/128144
! https://github.com/AdguardTeam/AdguardFilters/issues/124348
! https://github.com/AdguardTeam/AdguardFilters/issues/123687
! https://github.com/AdguardTeam/AdguardFilters/issues/112829
! Fixes loading comments
! https://github.com/AdguardTeam/AdguardFilters/issues/110514
! https://github.com/AdguardTeam/AdguardFilters/issues/105079
! Fix ad placeholders in iframe
! https://github.com/AdguardTeam/AdguardFilters/issues/99846
! Website is broken if https://imasdk.googleapis.com/js/sdkloader/ima3.js is blocked
! and exception (@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=sonyliv.com) doesn't work with apps
! because it seems that there is no referrer, probably related to this bug - https://github.com/AdguardTeam/CoreLibs/issues/1523
! https://github.com/AdguardTeam/AdguardFilters/issues/99009
! https://github.com/AdguardTeam/AdguardForWindows/issues/3846
! https://github.com/AdguardTeam/AdguardFilters/issues/82415
! https://github.com/AdguardTeam/AdguardFilters/issues/88692
! https://github.com/AdguardTeam/AdguardFilters/issues/64874
! https://github.com/AdguardTeam/AdguardFilters/issues/62913
! https://github.com/AdguardTeam/AdguardFilters/issues/59268
! https://github.com/AdguardTeam/AdguardFilters/issues/92390
! https://github.com/AdguardTeam/AdguardFilters/issues/76160
! https://github.com/AdguardTeam/AdguardFilters/issues/57444
! https://github.com/AdguardTeam/AdguardFilters/issues/51856
! https://github.com/AdguardTeam/AdguardFilters/issues/50891
! crackle.com - ads
! https://github.com/AdguardTeam/AdguardFilters/issues/68834
! https://github.com/AdguardTeam/AdguardFilters/issues/67838
! https://github.com/AdguardTeam/AdguardFilters/issues/45744
! https://github.com/AdguardTeam/AdguardFilters/issues/44342
! https://github.com/AdguardTeam/AdguardFilters/issues/25012#issuecomment-487447994
! https://forum.adguard.com/index.php?threads/video-ads-on-https-www-news-com-au.31659
! pornhub.com - preroll
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
! uplynk new version
! TODO: Try to find a way to fix an issue with time of the video
! At the moment, video player shows that time of the video is longer than it really is,
! so clicking somewhere after video end causes that video starts from the beginning or player is broken
! https://github.com/AdguardTeam/AdguardFilters/issues/107671
! https://github.com/AdguardTeam/AdguardFilters/issues/107554
! https://github.com/AdguardTeam/AdguardFilters/issues/97875
! uplynk
! https://github.com/AdguardTeam/AdguardFilters/issues/65493
! https://github.com/AdguardTeam/AdguardFilters/issues/53641
! 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
! fifa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
! abc.go.com - ads
! https://github.com/AdguardTeam/AdguardFilters/issues/17406
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
! https://github.com/AdguardTeam/AdguardFilters/issues/10770
! https://github.com/AdguardTeam/AdguardFilters/issues/20922
! https://forum.adguard.com/index.php?threads/https-www-nbc-com-this-is-us-video-windows.25463/
! https://github.com/AdguardTeam/AdguardFilters/issues/7589
! https://github.com/AdguardTeam/AdguardFilters/issues/6434
! https://github.com/AdguardTeam/AdguardFilters/issues/6418
! https://github.com/AdguardTeam/AdguardFilters/issues/6355
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
! https://github.com/AdguardTeam/AdguardFilters/issues/25131
! https://github.com/AdguardTeam/AdguardFilters/issues/5760 - skip 30 seconds ads
! onclkds.com - popups
! https://github.com/AdguardTeam/AdguardFilters/issues/4607
! https://forum.adguard.com/index.php?threads/macworld-idg-se.19682/
! https://forum.adguard.com/index.php?threads/19620/
! https://forum.adguard.com/index.php?threads/18686/
! https://forum.adguard.com/index.php?threads/18663/
! https://forum.adguard.com/index.php?threads/15424/
! https://forum.adguard.com/index.php?threads/9563/
! https://forum.adguard.com/index.php?threads/13850/
! https://forum.adguard.com/index.php?threads/11359/
! https://forum.adguard.com/index.php?threads/7957/
! http://forum.adguard.com/showthread.php?10251
! clubic.com
! http://forum.adguard.com/showthread.php?9813
!-------------------------------------------------------------------------------!
!------------------ Anti-crypto-miners rules -----------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules are against crypto-miners.
!
! Good: ||monerominer.rocks^$third-party
! Bad:  monerominer.rocks##.ad (should be in specific.txt)
!
!
! Do not block authedmine.com
!
! Another miners
! sample url for one of the miners: silimbompom.com/142711235a1c137.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
!
||109.123.233.251^
||gulf.moneroocean.stream^
||trustisimportant.fun^
||pool.supportxmr.com^
||bmwebm.org^
||monerominer.rocks^$third-party
||xmrminingproxy.com^$websocket,third-party
||dontbeevils.de^$websocket
||cloud-miner.de^$third-party
||webminepool.com^$third-party
||185.165.169.108^$websocket,third-party
||ecstatic-hoover-50a7b7.netlify.com/pYrqEw.js
||ecstatic-hoover-50a7b7.netlify.com/LXWzre.js
||jsfiddle.net^$important,domain=7torr.com
||pornsfw.com/assets/application-*.js
||omine.org^$third-party
||tercabilis.info^$third-party
||statdynamic.com^$third-party
://mine.torrent.pw^
||hostingcloud.*.wasm^
||nahnoji.cz/compact_miner^
||js.nahnoji.cz/miner_proxy
||cashbeet.com^$third-party
||pampopholf.com^$third-party
vkcdnservice.appspot.com^$third-party
||vkcdnservice.com^$third-party
||archer0*.tk:*/
||acbp0020171456.page.tl^
||vuryua.ru^$third-party
$websocket,domain=300mbfilms.io|lib.rus.ec
/cdn-cgi/pe/bag2?r[]=*eth-pocket.de
||webminerpool.com^$third-party
||mepirtedic.com^$third-party
||nerohut.com^$third-party
||silimbompom.com^$third-party
||adless.io^$third-party
||afminer.com^$third-party
||analytics.blue^
||bablace.com^$third-party
||becanium.com^$third-party
||brominer.com^$third-party
||coin-have.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
||formulawire.com^$third-party
||go.bestmobiworld.com^$third-party
||goldoffer.online^$third-party
||gridiogrid.com^
||hashing.win^$third-party
||hemnes.win^$third-party
||igrid.org^
||jscdndel.com^$third-party
||jsecoin.com^$third-party
||kinohabr.net/*.php?id=*&type=
||laserveradedomaina.com^$third-party
||machieved.com^$third-party
||minemytraffic.com^$third-party
||minescripts.info^$third-party
||monero-miner.com^$third-party
||nametraff.com^$third-party
||offerreality.com^$third-party
||ogrid.org^$third-party
||papoto.com^$third-party
||party-vqgdyvoycc.now.sh^$third-party
||pertholin.com^$third-party
||ppoi.org^$third-party
||premiumstats.xyz^$third-party
||projectpoi.com^$third-party
||questionfly.com^$third-party
||rocks.io^$third-party
||s3.amazonaws.com/imgint/aaz.js
||serie-vostfr.com^$third-party
||smartoffer.site^$third-party
||thewhizproducts.com^$third-party
||thewise.com^$third-party
||traffic.tc-clicks.com^$third-party
||tulip18.com^$third-party
||webmine.cz^$third-party
||webmining.co^$third-party
||wtm.monitoringservice.co^$third-party
! don't add `^` to these rules
||freecontent.date
||freecontent.stream
!
! first-party miners
!
/wp-content/plugins/simple-monero-miner-coin-hive/*
||uptostream.com/assets/coinif.php$important
||habd.as/js/modules/toxic-swamp/webminer.min.js
||play*.flashx.pw/filter
||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
||s*.skencituer.com^
||fili.cc/assets/libs/mank/webmr.js
||kickass.cd/*/m.js
||mine.torrent.pw^
||firmware.center/.coinhive.min.js
||intersportv.com/canli-mac-yayinlari/wp-content/uploads/*/jZxl_2.js
||intersportv.com/canli-mac-yayinlari/wp-content/uploads/*/intersportv.js
||gaypornwave.com/wp-content/plugins/simple-miner-tweaks^
||techhome-js.github.io/main.js^$third-party
||techhome-js.github.io/code.wsm^$third-party
||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
||kisshentai.net/Content/js/c-hive.js
||fili.tv/assets/libs/mino.min.js
||dekoder.ws/*/m.js
!
! Allowlist
!
!-------------------------------------------------------------------------------!
!------------------ Content blocker rules --------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of the rules for content blockers (AdGuard for iOS, AdGuard for Safari and AdGuard Content Blocker for Yandex Browser / Samsung Browser on Android).
!
! The point is that these apps support only a limited subset of AdGuard filtering rules syntax.
! Because of that, we have to resort to using more complicated and less effective solutions there.
! Note, that you can use some specific type of the rules: base (with / without exceptions).
!
! Good: ||example.org/adblock/detect.js
! Good: @@/adblocker/detect.js$domain=example.org
! Bad: example.org#?##adblock (should be in antiadblock.txt)
!
!
! *** CAUTION: all rules are wrapped by AG directive. Don't remove it, and don't add another directives***
!
!-------------------------------------------------------------------------------!
!------------------ Bulgarian filter -------------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules that are supposed to work on Bulgarian websites.
!
! Good: any type of the rules will be good
! Bad: @@||example.org^$stealth
!
! NOTE: Ad servers
!
||hdvmyo.com^
||adsy.mail.bg^
!
! NOTE: Allow-list
!
! https://github.com/AdguardTeam/AdguardFilters/issues/51510
!
! NOTE: Anti-adblock
!
! https://github.com/AdguardTeam/AdguardFilters/issues/171750
pik.bg#%#//scriptlet('prevent-element-src-loading', 'script', 'ima3.js')
! https://github.com/AdguardTeam/AdguardFilters/issues/161796
! https://github.com/AdguardTeam/AdguardFilters/issues/161641
! https://github.com/AdguardTeam/AdguardFilters/issues/159344
@@||vivo.bg/gpt.js
money.bg,webcafe.bg,topsport.bg#%#//scriptlet('set-constant', 'isuBlock', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/157410
gledaitv.live###abDetectorModal
gledaitv.live#%#//scriptlet('set-constant', 'ABDetector', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/170783
||cdn.bg-gledai.*/fuck_
/rotate.php?id=$script,domain=bg-gledai.*
! play.nova.bg - anti adblock
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=play.nova.bg
!
@@||smartadserver.com/call/pubx/*/M/$domain=vbox7.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7027
@@||seirsanduk.com/ad-server.js
seirsanduk.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/148045
bg-gledai.*#%#//scriptlet('set-constant', 'chp_adblock_browser', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/64914
@@||play.nova.bg/prebid-ads.js
play.nova.bg#%#//scriptlet("set-constant", "_spabia", "true")
!
! NOTE: Advanced rules (JS, CSS, HTML)
! https://github.com/AdguardTeam/AdguardFilters/issues/60574
blitz.bg#$#div[id^="div-gpt-ad"] { position: absolute!important; left: -3000px!important; }
!
! NOTE: Specific
!
manager.bg##.central-banner
pik.bg##div[class^="banners"]
zamunda.ch##a[href^="https://bgkoleda.bg/"]
telegraph.bg##.banner
zamunda.ch##.top_blocks a[href="redirecto.php"]
zamunda.ch##.unique-centerpos
zamunda.ch##.unique-searchpos
||media.mediadirectory.net/js/code.min.js
24rodopi.com,rodopi24.blogspot.com##.sidebar-inner
24rodopi.com,rodopi24.blogspot.com##a[style="float:left;width:254px;"]
24rodopi.com,rodopi24.blogspot.com###HTML14
bg-gledai.*##.squarebanner
bg-gledai.*##.featbox
zamunda.*##a[href^="https://dmsbg.com/"]
||arenabg.com/ws.js
arenabg.com##iframe[data-src="https://webcafe.bg/arena.html"]
novsport.com##div[style^="float: left; width: 300px; height: 250px;"][style$="overflow: hidden"]
novsport.com#?#h1[class]:contains(Реклама)
novsport.com#?#.rounded-left:has(> div[class] > h1[class]:contains(Реклама))
gotvach.bg##.sidecolumn > div[class^="gid"]
gotvach.bg##div[class$="-content"] > .gidm
gotvach.bg##div[class$="-content"] > .text .giwrp
zamunda.ch,zamunda.net##.clickads
zamunda.ch,zamunda.net##.speur
capital.bg##.banner-box
vbox7.com##.vbox-cap-adw
arenabg.com##div[id^="spot-"]
||trud.bg/public/images/autodoc.bg_300x50.gif
gotvach.bg###artbot
gotvach.bg###mplx
gotvach.bg###comm
gotvach.bg###artvert
gotvach.bg###dvdt
gotvach.bg###embed
||mail.bg/images/brandings/
mail.bg##.branding_content_link
mail.bg###main-billboard-spacer
mail.bg###mail_ad
||webcafe.bg^$domain=arenabg.com
arenabg.com#?#.row > div[class] > div.panel-arena:has(> div.panel-heading > a[target="_blank"])
seirsanduk.us#?##program > center:contains(Реклама)
cars.bg#$#body { background: #fafafa!important; }
cars.bg##a[href^="http://www.ads.bg/"]
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]
!-------------------------------------------------------------------------------!
!------------------ EasyList rules ---------------------------------------------!
!-------------------------------------------------------------------------------!
&sadbl=1$third-party
-ad-300x600-
-ad-458x80.
-ad-bottom-
-ad-column-
-ad-manager/$~stylesheet
-ad-right.
-ad-sidebar.
-ad-unit.
-ad-util.
-ad.jpg.pagespeed.
-ad.jpg?
-adbanner.
-ads-banner.
-ads-bottom.
-ads-manager/$domain=~wordpress.org
-ads/assets/$domain=~web-ads.org
-assets/ads.$~script
-auto-ads-
-banner-ad.
-banner-ad_
-banner-ads-$~script
-contrib-ads.$~stylesheet
-display-ads.
-footerads.
-gpt-ad-$~xmlhttprequest
-housead-
-page-ad.
-page-peel/
-PcmModule-Taboola-
-peel-ads-
-popexit.
-popunder.
-publicidad.
-right-ad.
-side-ad.
-sidebar-ad.
-sponsor-ad.
-sticky-ad-
-strip-ads-
-takeover-ad-
-top-ads.
-web-advert-
-Web-Advert.
.adriver.$~object,domain=~adriver.co
.adrotate.
.ads-lazy.
.ads-min.
.ads.controller.
.ads.css
.ads.darla.
.adsbox.
.adserver.
.advert.$domain=~advert.ae|~advert.ge|~advert.io|~advert.ly|~advert.media|~advert.org.pl
.ar/ads/
.ashx?AdID=
.aspx?adid=
.az/adv/
.br/ads/
.bz/ads/
.ca/ads/
.cfm?ad=
.cgi?ad=
.ch/adv/
.clkads.
.club/js/popunder.js
.cn/sc/*?n=$script,third-party
.com/a?pagetype
.com/ad/$~image,third-party,domain=~mediaplex.com|~warpwire.com|~wsj.com
.com/ads?
.com/adv/$domain=~adv.asahi.com|~advantabankcorp.com|~alltransistors.com|~archiproducts.com|~tritondigital.com
.com/api/posts?token=$third-party
.com/sc/*?n=$script,third-party
.com/ss/ad/
.com/watch.*.js?key=
.cz/adv/
.cz/affil/
.cz/bannery/
.fuse-cloud.com/
.html?clicktag=
.info/tsv
.jp/ads/$third-party,domain=~hs-exp.jp
.lazyload-ad-
.lazyload-ad.
.lol/js/pub.min.js$third-party
.lol/sw.js$third-party
.mx/ads/
.my/ads/
.nativeads.
.net/ad2/$~xmlhttprequest
.net/ads?
.ng/ads/
.nu/ads/
.org/ad/$domain=~ylilauta.org
.org/ads/
.org/pops.js
.ph/ads/
.php/ad/
.php/ads/
.php?ad=
.php?adsid=
.php?adv=
.php?clicktag=
.php?zone_id=
.pk/ads/
.popunder.js
.pw/ads/
.ru/ads/
.top/cuid/?
.top/gd/*?md=
/?abt_opts=1&
/?fp=*&poru=$subdocument
/?view=ad
/_adslot/*
/_xa/ads?
/_xa/ads_
/a-ads.$third-party
/a/?ad=
/a/ads/*
/a/display.php?$script
/ab_fl.js$script
/ablck/frolod.js
/ad--unit.htm
/ad-125.
/ad-468-
/ad-600-
/ad-bottom.
/ad-box-
/ad-choices-
/ad-choices.
/ad-engine.js
/ad-scripts--
/ad-scroll.js
/ad-server.$~script
/ad-sidebar-
/ad-skin-
/ad-third-party?
/ad.cgi?
/ad.css?
/ad.html?
/ad.min.
/ad.skin.
/ad/a.aspx?
/ad/banner.
/ad/banners/*
/ad/common_
/ad/dfp/*
/ad/empty.
/ad/err?
/ad/getban?
/ad/guest/*
/ad/html/*
/ad/image/*
/ad/images/*$domain=~studiocalling.it
/ad/img/*
/ad/imp?
/ad/leaderboard.
/ad/load_ad?
/ad/player_
/ad/popup.
/ad/skin-
/ad/skin_
/ad/skyscraper.
/ad/sponsors/*
/ad/view/*
/ad/zeus/*
/ad300.
/ad?count=
/ad?pos_
/ad?sponsor=
/ad?type=
/ad_300250.
/ad_728.
/ad_area.
/ad_banner/*
/ad_base.
/ad_bottom.
/ad_break?
/ad_campaign?
/ad_choices_
/ad_code.js
/ad_common.js
/ad_counter.aspx
/ad_display.js
/ad_ga_callback.js
/ad_header.js
/ad_home.js
/ad_images/*
/ad_img/*
/ad_include.
/ad_index_
/ad_label_
/ad_lazyload.
/ad_left.
/ad_left_
/ad_manager/*
/ad_overlay.
/ad_peel/*$script
/ad_popup_
/ad_pos=
/ad_position=
/ad_provider.
/ad_refresh.
/ad_request.
/ad_right.
/ad_rotator/*
/ad_server.
/ad_side.
/ad_skin_
/ad_skyscraper.
/ad_slideout.
/ad_space.
/ad_spot.
/ad_square.
/ad_sticky.
/ad_top.
/ad_util.
/ad_vert.
/ad_vertical.
/ad_view_
/ad_wide_
/ad_wrapper.
/adanalytics.
/adaptive_components.ashx?type=ads&
/adaptvadplayer.
/adasset/*$~script
/adasync.
/adbanner2.
/adbanners/*
/adbottom.
/adbox.
/adcall?
/adcalloverride.
/adcash.
/adcgi?
/adcheck.
/adchoice.
/adchoice_
/adchoices_
/adchoicesicon.
/adchoiceslogo.
/adcommon?
/adconfig.
/adconfigproxy.
/adcount.$domain=~adcount.com|~adcount.fi
/adcounter.
/adcreative.$domain=~adcreative.es|~adcreative.nl|~hange.jp
/addons/ads.
/addons/ads/*
/addyn/3.0/*
/addyn|*;adtech;
/addyn|*|adtech;
/adengine.js
/adfox/loader.js
/adfshow?
/adfurikun/*$~image
/adfx.loader.bind.js
/adhandler/*$~subdocument
/adhelper.js
/adiframe|*|adtech;
/adimage.
/adimage/*
/adimages.
/adj.php?
/adjs.php
/adlayer.php
/adlib.min.js
/adlog.php
/admanager.$~object,~xmlhttprequest,domain=~admanager.alzura.com|~admanager.google.com|~admanager.line.biz|~admanager.opera.com|~admanager.roku.com|~admanager.sevio.com
/admanager/*$~object,domain=~admanager.line.biz|~blog.google|~sevio.com
/admgr.
/admitad.js
/adModule.
/ADNet/*
/adnet2.
/adnetmedia.$domain=~adnetmedia.ee|~adnetmedia.hu|~adnetmedia.lt|~adnetmedia.lv
/adocean.
/adops.$domain=~adops.co.il|~adops.gr
/ados.js
/adpartner.min.js
/adplayer.$script,domain=~adplayer.pro
/adplugin.
/adpopup.
/adright.$domain=~adright.com
/adriver.$~script,domain=~adriver.co
/adriver_$~object
/ads-250.
/ads-300.
/ads-admin.
/ads-async.
/ads-common.
/ads-footer.
/ads-front.min.js
/ads-frontend.min.js
/ads-home.js
/ads-rectangle.
/ads-right.
/ads-templateslist.
/ads-vast-vpaid.js
/ads.bundle.js
/ads.bundle.min.js
/ads.cfm?
/ads.jplayer.
/ads.jsp
/ads.pl?
/ads/!rotator/*
/ads/300.
/ads/acctid=
/ads/banner-
/ads/banners/*
/ads/bottom.
/ads/bottom/*
/ads/cbr.
/ads/common/*
/ads/delivery.
/ads/display/*
/ads/footer.
/ads/ga-audiences?
/ads/gam_prebid-
/ads/header.
/ads/image/*
/ads/images/*
/ads/img/*
/ads/index-
/ads/index.
/ads/index/*
/ads/index_
/ads/js/*
/ads/leaderboard-
/ads/leaderboard.
/ads/native.js
/ads/outbrain?
/ads/player-
/ads/popout.
/ads/popup.
/ads/popup_
/ads/preroll-
/ads/preroll/*
/ads/preroll_
/ads/proxy-
/ads/rectangle_
/ads/revgen.
/ads/serve?
/ads/show.
/ads/sidebar-
/ads/skins/*
/ads/slideup.
/ads/spacer.
/ads/sponsor
/ads/square-
/ads/square.
/ads/taboola/*
/ads/top-
/ads/top.
/ads/tracker/*
/ads/tso
/ads/v/*
/ads/v2/*
/ads/video/*
/ads/view.php
/ads/view/*
/ads/www/*
/ads/xtcore.
/ads/yahoo/*
/ads1.
/ads160.
/ads3.
/ads300.
/ads4.
/ads468.
/ads468x60.
/ads468x60_
/ads728.
/ads728x90.
/ads728x90_
/ads?apid
/ads?callback
/ads?client=
/ads?id=
/ads?object_
/ads?param=
/ads?zone=
/ads?zone_id=
/ads_160_
/ads_300.
/ads_300_
/ads_728_
/ads_and_amp/*
/ads_assets/*
/ads_banner_
/ads_banners/*
/ads_bg.
/ads_bottom.
/ads_bottom_
/ads_controller.js
/ads_dfp/*
/ads_display.
/ads_files/*
/ads_footer.
/ads_frame.
/ads_iframe.
/ads_image/*
/ads_images/*
/ads_loader.
/ads_manager.
/ads_sidebar.
/adsadview.
/AdsAjaxRefresh.
/adsAPI.$domain=~snap.com|~snapchat.com
/adsbanner-
/adsbanner.
/adsbanner/*
/adsbb.
/adsbox.$~script,domain=~adsbox.com.sg
/adscontrol.
/adscontroller.
/adscroll.js
/adsdelivery.
/adsdelivery/*
/adserv.
/adserve/*
/adserver-
/adserver.$~stylesheet,~xmlhttprequest
/adserver1-
/adserver1.
/adserver2.
/adserver2/*
/adserver3.
/adserver?
/adserving.
/adserv|*|adtech;
/adsheader.
/adsimage/*
/adsimages/*
/adsImg/*
/adsinclude.
/adsinteractive-
/adskyright.
/adskyscraper.
/adslide.
/adslider-
/adslides.
/AdsLoad.
/adsmanager.nsf/*
/adsmanager/*$domain=~github.com
/adsManagerV2.
/adsmm.dll/*
/adspan.
/adsplay.
/AdsPlugin.
/adsPlugin/*
/adsponsor.
/adspot.$domain=~adspot.lt
/adspot/*
/adspromo.
/adsremote.
/adsright.$domain=~adsright.pl
/adsrotate.
/adsrotator.
/adsrv.
/adsscript.
/adsserv.
/adsserver.
/adsservice.
/adstracking.
/adstream.
/adstream_
/adswrapper.
/adsystem/*
/ads~adsize~
/adtech;
/adtext.
/adTools.
/adtrack.$domain=~adtrack.ca|~adtrack.yacast.fr
/adunit/track-view
/adunits.
/adunits/bcid?
/adUnitsBreakpoints.
/adUnitsData.
/adutil.
/adv-banner-
/adv-mobile.
/adv-scroll-sidebar.js
/adv-scroll.
/adv-socialbar-scroll.js
/adv.css?
/adv/adriver
/adv/mjx.js
/adv_2.
/adv_468.
/adv_468_
/adv_ads_
/adv_banner_
/adv_box_
/adv_out.js
/adv_teasers.js
/adv_vert.js
/advanced-ads-$domain=~wordpress.org
/advbanner/*$~image
/advbanners/*$~image
/advert.$~script,domain=~advert.ae|~advert.club|~advert.com.tr|~advert.ee|~advert.ge|~advert.io|~advert.media|~advert.org.pl|~motortrader.com.my
/advert01.
/advert2.
/advert24.
/advert3.
/advert4.
/advert5.
/advert6.
/advert8.
/advert?
/advertbanner.
/advertising/banner_
/advertising/banners/*
/advertisingWebRenderer.min.js
/advertisment-
/advertisment/*$~image
/advertisment_
/adverts.$~script,domain=~0xacab.org|~adverts.ie|~adverts.org.ua|~github.com|~gitlab.com
/adverts/*$~xmlhttprequest
/adverts_
/advrotator.js
/advrotator_
/advscript.js
/advtBanner.
/adwidget_
/adwidgets/*
/adx2.
/adx_exo_
/adz/js/*
/adzones.js
/aff-ads.
/aff/ads_
/aff/banners/*
/aff/images/*
/aff_ad?$script
/aff_banner/*
/aff_banners/*
/affad?
/affads/*
/affbanner/*
/affbanners/*
/affiliate/ad/*
/affiliate/ads/*
/affiliate/banner/*
/affiliate/banners/*
/affiliateads/*
/affiliates/banner
/afr.php?
/ajaxAd?
/ajs.php?
/ajs?zoneid=
/ak-ads-ns.
/amazon-ad-
/amazon-associates-link-$~stylesheet
/amp-ad-
/amp-connatix-
/amp4ads-host-v0.js
/ane-popup-banner.js
/ane-popup.js
/ane-preroll/preroll.js
/annonse.
/annonser.
/api-ads.
/api.ad.
/api.ads.$domain=~ads.instacart.com|~www.ads.com
/Api/Ad.
/api/ads/*
/api/ads?
/api/v1/ad/*
/apopwin.js
/app/manga/themes/*/ads/pop.js
/apu.php?
/arcads.js
/asset/ad/*
/assets/ads/*$~image,domain=~outlook.live.com
/asyncjs.php
/asyncspc.php
/auto.ad.
/awaps-ad-sdk-$script
/awe2.js
/background_ad_
/ban.php?
/ban160.php
/ban300.html
/ban300.php
/ban728.html
/ban728.php
/ban728x90.
/banman/ad.aspx
/banner-ad-
/banner-ad.$~script
/banner-ad/*
/banner-ad_
/banner-ads-
/banner-ads/*
/banner-adv-
/banner-affiliate-
/banner.asp?$third-party
/banner.cgi?
/banner.php
/banner/ad/*
/banner/ad_
/banner/ads/*
/banner/affiliate/*
/banner/html/zone?zid=
/banner/sponsor_
/banner/sponsors.
/banner_468.
/banner_ad_
/banner_ads/*
/banner_ads_
/bannerad.
/bannerad3.js
/bannerads.
/bannerads/*
/banners.*/go/page/*
/banners.*/piclist?
/banners.cgi?
/banners/468
/banners/728
/banners/ad/*
/banners/ads-
/banners/ads.
/banners/adv/*
/banners/adv_
/banners/aff.
/banners/affil/*
/banners/affiliate/*
/banners/affiliates/*
/banners/ffadult/*
/bannersAds_
/bannerscript/*
/bannerserve/*
/bannerserver?
/bg-advert-
/blogad.
/bottom-ads.jpg
/bottom-ads.png
/bottom_ad.jpg
/bottom_ad.png
/bottom_ads.
/bottomad.
/bottomads.js
/box_ad_
/bsa-plugin-pro-scripteo/*
/bsa-pro-scripteo/*
/buysellads.js
/call/pubif/*
/call/pubj/*
/callAdserver?
/cgi-bin/ad/*
/cgi-bin/ads.cgi
/cgi-bin/ads/*
/click/zone?
/click?adv=
/cms_ads.js
/code/https-v2.js?uid=
/code/native.js?h=$script
/code/pops.js?h=$script
/code/silent.js?h=$script
/com/superherosnout/*
/combo?darla/*
/common/ad.asp
/common/ad.js
/common/ads?
/common_ad.js
/concert_ads-
/content-ads.js
/content/ad/*
/content/ads/*
/core-ads.js
/couponAd.php
/cpmbanners.js
/css/ads-
/css/adsense.
/css/adv.
/curveball/ads/*
/custom_ads.js
/d3.php?x=
/data-file_123.js
/deliverad/fc.js
/delivery.ads.
/delivery.php?zone=
/delivery/ag.php
/delivery/apu.php
/delivery/avw.php
/delivery/fc.php
/delivery/lg.php
/delivery_ads/*
/dfp.min.js$third-party
/dfp_async.js
/dfpNew.min.js
/didna_config.js
/direct.hd?n=
/discourse-adplugin-
/display-ads/*
/displayad/*
/displayad?
/displayAdFrame.
/displayads.
/displayads/*
/dmcads_$script
/doubleclick.aspx
/doubleclick.min
/doublepimp2.js
/drsup-admanager-ajax.js
/dynamic/ads/*
/dynamic_ads/*
/DynamicAd/*
/dynamicad?
/dynamicAds.
/easyazon-
/ec5bcb7487ff.js
/emailads/*
/embed/ad/*
/embed_ad.
/ero-ads-
/ero-ads_
/ero-advertising.
/ero.htm
/eroadvertising.$domain=~eroadvertising.com
/erobanner.
/exitpop.
/exitpopunder.
/exitpopup.
/exitsplash.
/exoads/*
/exobanner.
/exoclick.$~script,domain=~exoclick.bamboohr.co.uk|~exoclick.kayako.com
/exonb/backloaderforload.php
/expads-blocked.js
/export/ltv_popup.php
/exports/tour/*$third-party
/exports/tour_20/*
/extban/*/creatives/*
/external/ad.
/external/ad/*
/external/ads/*
/external_ad?
/external_ads.
/externalad.
/externalads/*
/fc_ads.
/fel456.js$script
/files/ad/*
/flashad.
/flashad3.
/flashads.$domain=~flashads.co.id
/flashads/*
/fleshlight.$domain=~fleshlight.com|~fleshlight.zendesk.com
/fload.js
/float-ads/*
/float_ad.
/floatad_
/floatads.
/floater_ad.
/floating-ad-
/floatingad.
/FloatingAd_
/floatingads.
/flyad.js
/footer-ad-
/footer-ad.$~script
/footer_ad.
/footer_ad_
/footer_ads.
/footer_ads_
/footerad.
/footerad?
/footerads.
/footerads/*
/forum/ads/*
/forum/ads_
/forum_ad.
/forums/ad/*
/fro_lo.js
/froloa.js
/frontend/ads/*
/frontend_loader.js
/ftt2/js.php
/funcript*.php?pub=
/gdpr-ad-script.
/generate_ad.
/generate_ads.
/generateAds.
/generateadtag.
/get-ads-by-zones/*
/get/?go=1&data=
/get?go=1&data=
/getad?
/getads?
/getAdsysCode?
/GetAdvertisingLeft?
/google-adsense.js
/google-dfp-native.
/google_adsense-
/google_afs_widget/*
/google_caf.js?
/googleAdsManager.js
/googleafc.js
/googleafs.js
/gpt.js$script,xmlhttprequest
/gpt_ads-public.js
/headerads1.php
/homepage_ads/*$domain=~swedishbeauty.com
/house-ad.js
/house-ads/*$image
/housead.$domain=~housead.ru
/housead/*
/housead_
/houseads.
/hoverad.js
/hserver/*
/ht.js?site_
/html.ng/*
/html/ad.
/html/ad/*
/html/ads/*
/im-popup/*
/image/ad/*
/image/ads/*
/image/ads_
/image/affiliate/*
/image_ads/*
/imageads/*
/images-ad/*
/images/ad2/*
/images/ads-$domain=~ads.com
/images/adv/*
/images/adz/*
/images2/Ads/*
/imfloat.
/img/ad/*
/img/aff/*
/img_ad/*
/impop.
/in/show/?mid=$third-party
/include/ad/*
/include/ad_
/includes/ads/*
/index-ad-
/index-ad.
/index_ad/*
/index_ads.
/infinity.js.aspx?
/inhouse_ads/*
/injectad.
/inline_ad.
/inline_ad_
/inline_ads.
/InlineAds.
/insertads.js
/internAds.css
/Javascripts/SBA-
/jquery-ads.
/jquery.ad.
/jquery.adi.js
/jquery.adx.js
/jquery.dfp.js
/jquery.openxtag.js
/jquery.php/?uid=
/js.ad/size=
/js.ng/cat=
/js.ng/channel_
/js.ng/pagepos=
/js3caf.js
/jsad.php
/jsAds-1.4.min.js
/jsads.js
/jshexi.hj?lb=
/jspopunder.js
/jspopunder.min.js
/keyade.js
/layerad.js
/lazyad-loader.js
/lazyad-loader.min.js
/lazyload.ads?
/left_ads.js
/leftad.
/leftad_
/leftads.
/legion-advertising-atlasastro/*
/li.blogtrottr.com/imp?
/link?z=$subdocument
/linkad2.
/linkads.
/livejasmin.$domain=~livejasmin.com
/livejasmin2.
/livejasmin_
/livejasminpopupunder.
/localads.aspx
/log_ad?
/logoads.jpg
/logoads.png
/lserver/*
/mads.php?
/maven/am.js
/mbads?
/mcad.php
/media/ads/*
/media_ads/*
/mgid.html
/microad.js
/min/ads/*
/mnpw3.js
/mobile-ad.
/mobile_ad.
/mobile_ad/*
/mobileads.
/mobileads/*
/mod_ad/*
/mod_ijoomla_adagency_zone/*
/mod_pagepeel_banner/*
/module-ads-html-$script
/module-ads/*
/module/ads/*
/modules/ad/*
/modules/ad_
/modules/ads/*
/moneyball/ads/*
/MPUAdHelper.js
/mydirtyhobby.$domain=~mydirtyhobby.com|~mydirtyhobby.de|~mydirtyhobby.to
/mysimpleads/mysa_output.php
/nativead.
/nativead/*
/nativeads-v2.js
/nativeads.js
/nativeads/*
/nativebanner/ane-native-banner.js
/nb/frot_lod.js
/neverblock/*
/new/floatadv.js
/ntv.json?key=
/nugg.min.js
/Nuggad?
/nwm-fcn.min.js
/nwm-pw2.min.js
/nxst-advertising/dist/htlbid-advertising.min.js
/oiopub-direct/js.php
/oncc-ad.js
/openads.js
/openads/*
/owa.MessageAdList.
/p2/ads/*
/p2ads/*
/p8network.js
/p?zoneId=
/page-ads-
/page-ads.
/page-links-to/dist/new-tab.js
/page-peel
/page/ad/*
/pagead/1p-user-list/*
/pagead/ads?
/pagead/conversion.js
/pagead/conversion/*
/pagead/gen_
/pagead/html/*
/pagead/lvz?
/pagead/osd.
/pageear.js
/pageear/*
/pagepeel.
/pagepeel/*
/pagepeelpro.js
/partner-ad-
/Partner_Ad/*
/partner_ads/*
/partner_ads_
/partnerad.
/partnerads/*
/partnerads_
/partneradwidget.
/partnerbanner.
/partnerbanner/*
/partners/ads/*
/pcad.js?
/peel.php?
/peel_ads/*
/peelad/*
/peelads/*
/pfe/current/*
/php/ad/*
/phpads/*
/phpads2/*
/phpadsnew/*
/phpbb_ads/*
/pioneersuspectedjury.com/*
/pix/ads/*
/pixel/puclc?
/pixel/pure
/pixel/purs?
/pixel/purst?
/pixel/sbe?
/placeholder-ad-
/player/ad/*
/player/ads/*
/plg_adbutlerads/*
/plugin/ad/*
/plugins/ad-invalid-click-protector/*$script
/plugins/adrotate-pro/*
/plugins/adrotate/*
/plugins/ads-
/plugins/ads/*
/plugins/adsanity-
/plugins/advanced-ads/*$domain=~wordpress.org
/plugins/ane-banners-entre-links/*
/plugins/ane-preroll-
/plugins/cactus-ads/*$script,stylesheet
/plugins/cpx-advert/*$script
/plugins/dx-ads/*$script
/plugins/meks-easy-ads-widget/*
/plugins/mts-wp-in-post-ads/*
/plugins/page-cornr-
/plugins/popunderpro/*
/plugins/thirstyaffiliates/*
/plugins/ultimate-popunder/*$~stylesheet
/plugins/wp-advertising/*
/plugins/wp-moreads/*$~stylesheet
/plugins/wp125/*$~stylesheet
/plugins/wp_actionpop/*
/plugins_ads_
/pm_ads/*
/poll-ad-
/pop-under.
/pop_8_2.js
/pop_ad.
/pop_ads.
/pop_under.
/pop_under/*
/popads/*
/popads_
/popu.js
/popunder-
/popunder/*
/popunder1.
/popunder1_
/popunder2.
/popunder4.
/popunder5.
/popunder7.
/popunder?
/popunder_
/popunderjs/*
/popunders/*
/popup-domination/*$~stylesheet
/popup2.js
/popup3.js
/popup_ad.
/popup_code.php
/popupads.js
/popupunder.js
/pounder-$~image
/prebid-video.js
/prehead/ads_detect.js
/prerollad.
/prerollads.
/prism_ad/*$script
/processing/impressions.asp?
/production/ad-
/production/ads/*
/promo/ad_
/promo/ads/*
/promo/affiframe.
/PromosAds/*
/promotools.
/propellerad.
/propellerads.$domain=~propellerads.com
/proto2ad.
/provider_ads/*
/proxyadcall?
/pub/ad/*
/pub/ads/*
/pubad.$domain=~pubad.gov.lk
/pubads.
/pubads_
/public/ad/*
/public/ads/*
/public/ads_
/publicidad.$~object,~stylesheet
/publicidad/*
/publicidad_$~stylesheet
/publicidade.
/publicidade/*
/publicidades/*
/puff_ad?
/punder-rotate.
/punder.php
/pup-a9-header-bidder/*
/purch-ad-
/push/p.js?u=$third-party
/pushdownAd.
/pustrck.js
/radioAdEmbed.
/radioAdEmbedGPT.
/rail_ad_
/railad.
/rcom-ads-
/rcom-ads.
/rcom-video-ads.
/rcsad_
/rdm-ad-
/RdmAdFeed.
/rdrr/renderer.js
/re-ads-
/realmedia/ads/*
/realmedia_mjx.
/reclama/*
/rect_ad.
/rectangle_ad.
/redirect/?spot_id=
/redirect?tid=
/redirect_awe.
/refreshads-
/reklam.$domain=~github.com|~reklam.com.tr
/reklam/*$domain=~cloudflare.com|~github.com|~reklam.com.tr
/reklama/*$domain=~github.com
/reklama1.
/reklama2.
/reklama3.
/reklama4.
/reklama5.$domain=~reklama5.mk
/reklame/*
/related-ads.
/relatedads.
/remove-ads.
/remove_ads.
/ren.gif?
/report_ad.
/report_ad_
/resources/ad.
/resources/ads/*
/resources/ads_
/responsive/ad_
/responsive_ads.js
/right-ad-
/right_ad.
/right_ad_
/right_ads.
/rightad.
/rightad/*
/rightads.$domain=~rightads.co.uk
/rotatingad.
/rotationad.
/s.ashx?btag
/sbar.json?key=
/sc-tagmanager/*
/script/aclib.js
/script/java.php?$xmlhttprequest
/script/nwsu.js
/script/wait.php?*=$xmlhttprequest
/scriptFileV2.js
/scripts/afc/*
/scripts/chatur.js
/sdk/push_web/?zid=
/searchad.
/select_adv?
/servead/request/*
/serveads.php
/service/ad/*
/service/ads/*
/service/adv/*
/servlet/view/*
/set_adcode?
/sft-prebid.js
/show-ad.js
/show_ad.js
/show_ad?
/showban.asp?
/showbanner.js
/side-ad-
/side-ad.
/side-ads-
/side-ads/*
/side_ads/*
/sidead.
/sidead1.
/sidead2.
/sidead3.
/sideads.
/sideads/*
/sidebar-ad-
/sidebar-ads/*
/sidebar_ad.
/sidebar_ads/*
/sidebarad/*
/SidebarAds.
/site-advert.
/site=*/size=*/viewid=
/site=*/viewid=*/size=
/site_ads/*
/siteads.
/siteads/*
/siteadvert.
/size=*/random=*/viewid=
/skin-ad_
/skin/ad/*
/skin/adv/*
/skin3/ads/*
/skin_ad-
/skinad.
/skinads/*
/skins/ads/*
/skyadright.
/skyscraper_ad_
/skyscraperad.
/slide_in_ads_
/slideadverts/*
/slideinad.
/slideoutad.
/slider-ad-
/slider.ad.
/slider_ad.
/sliderAd/*
/sliderad3.
/SliderAd_
/sliderAds.
/slideshow/ads.
/slidetopad.
/small_ad.
/small_ads/*
/smallad-
/smartad-
/smartad.$domain=~smartad.ai
/smartadserver/*$domain=~smartadserver.com|~smartadserver.de|~smartadserver.fr
/smartlinks.epl?
/soralink.js
/soralink/*$~stylesheet
/sp/delivery/*
/space_ad.
/spacedesc=
/spc.php
/spcjs.php
/special_ad.
/special_ads.
/special_ads/*
/specialads/*
/specialctrl.js
/spiderad/*
/splash_ads_
/sponlink.
/sponslink_
/sponsor-ad
/sponsor-banner.
/sponsor-box?
/sponsor-links.
/sponsor_ads.
/sponsorad.
/sponsorad2.
/sponsoradds/*
/sponsorads/*
/sponsorbanners/*
/sponsorbg/*
/sponsored-links-
/sponsored-links.
/sponsored-links/*
/sponsored-widget
/sponsored_ad.
/sponsored_ad/*
/sponsored_ad_
/sponsored_ads/*
/sponsored_link.
/sponsored_links_
/sponsored_text.
/sponsored_title.
/sponsoredads/*
/sponsoredlinks.
/sponsoredlinks/*
/sponsoredlinks?
/sponsors-ads/*
/sponsors_box.
/squaread.
/squareads.
/static-ad-
/static.ad.
/static/ad/*
/static/ad_
/static/js/4728ba74bc.js$~third-party
/sticky-ad-
/sticky-ads-
/sticky_ad.
/sticky_ads.
/stickyad.
/stickyads.
/story_ad.
/style_ad.css
/suurl4.php?
/suurl5.php
/suv4.js
/suv5.js
/sync2ad.js
/taboola-footer.js
/taboola-header.js
/taboola_7.4.1.js
/taboola_header.js
/taboolaarticle.min.js
/targetingAd.js
/targetpushad.js
/td-ads-
/tds-ads-
/theologicalpresentation.com/*
/tncms/ads/*
/tnt.ads.
/top-ad.
/top-ads.
/top_ad.
/top_ads.
/triadshow.asp
/ttj?id=
/ut.js?cb=
/utx?cb=$third-party
/v1/ads/*
/v2/a/pop/*
/v2/a/push/js/*
/v2/ads/*
/v3/ads/*
/v3/ads?
/v5/ads/*
/v7/ads/*
/v9/adv/*
/valnet-header-ads.
/vast/?zid=
/velvet_stack_cmp.js
/vendor-ads-
/vendors~ads.
/vert_ad.
/vghd.gif
/vghd2.gif
/video-ad-overlay.
/video-ad.
/video-ads-player.
/video-js-ads.
/video.ads.
/video/ad/*
/video/ads/*
/video2adrenderer.
/video_ad.
/video_ad_
/video_ads.
/video_ads/*
/video_slider3.js
/videoad.$domain=~videoad.in
/VideoAd/*
/VideoAdContent?
/videoadrenderer.
/videoadroll.
/videoads/*
/videoadv-
/videoadv.
/videojs.ads-
/videojs.sda.
/view/ad/*
/view/ads/*
/view/banner/*
/view_banner.
/viewad.
/viewad/*
/viewad?
/viewbannerad.
/views-native-ads.
/views/ads/*
/virtuagirl/*
/virtuagirl3.
/virtuagirlhd.
/virtual_girl_
/virtualgirl/*
/virtualgirlhd-
/vnads/*
/vpaidad3.
/vpaidadrenderer.
/vplayerad.
/web-ad_
/web/ads/*
/web_ads/*
/webads.
/webads/*
/webads_
/webadserver.
/webadvert.$domain=~webadvert.ru
/webadvert3/*
/webadverts/*
/weborama.js
/webparts/ads/*
/welcome_ad.
/welcomead.
/widget-advert.
/widget-advert?
/widget/ads.
/widget/ads/*
/widgetad.
/widgets/ads.
/widgets/sponsored/*
/wordpress-ads-plug-in/*
/wp-ad.min.
/wp-auto-affiliate-links/*
/wp-bannerize-
/wp-bannerize.
/wp-bannerize/*
/wp-content/ads/*
/wp-content/mbp-banner/*
/wp-content/plugins/amazon-auto-links/*
/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/popad/*
/wp-content/plugins/the-moneytizer/*
/wp-content/plugins/useful-banner-manager/*
/wp-content/plugins/wp-ad-guru/*
/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_pro_ad_system/templates/*
/wpadgu-adblock.js
/wpadgu-clicks.js
/wpadgu-frontend.js
/wpbanners_show.php
/wppas.min.css
/wppas.min.js
/wpxbz-theme.js
/wrapper/ads/*
/www/ad/*
/www/ad_
/www/ads/*
/www/deliver/*
/www/deliverx/*
/www/delivery/*
/www/js/ad/*
/xads.php
/xpopunder.js
/xpopup.js
/yhs/ads?
/yume_ad_library_
/zanox/banner/*
/zcredirect?
/zcvisitor/*
/zergnet_ad/*
/~cdn/ads/*
://a.*/ad-provider.js$third-party
://a.ads.
://ad-api-
://ad1.
://adn.*/zone/$subdocument
://ads.$~image,domain=~ads.8designers.com|~ads.ac.uk|~ads.adstream.com.ro|~ads.allegro.pl|~ads.am|~ads.amazon|~ads.apple.com|~ads.atmosphere.copernicus.eu|~ads.band|~ads.bestprints.biz|~ads.bikepump.com|~ads.brave.com|~ads.buscaempresas.co|~ads.cafebazaar.ir|~ads.colombiaonline.com|~ads.comeon.com|~ads.cvut.cz|~ads.doordash.com|~ads.dosocial.ge|~ads.dosocial.me|~ads.elevateplatform.co.uk|~ads.finance|~ads.google.com|~ads.gree.net|~ads.gurkerl.at|~ads.harvard.edu|~ads.instacart.com|~ads.jiosaavn.com|~ads.kaipoke.biz|~ads.kazakh-zerno.net|~ads.kifli.hu|~ads.knuspr.de|~ads.listonic.com|~ads.magalu.com|~ads.mercadolivre.com.br|~ads.mgid.com|~ads.microsoft.com|~ads.midwayusa.com|~ads.mobilebet.com|~ads.msstate.edu|~ads.mst.dk|~ads.mt|~ads.nc|~ads.nipr.ac.jp|~ads.olx.pl|~ads.pinterest.com|~ads.quasaraffiliates.com|~ads.red|~ads.rohlik.cz|~ads.route.cc|~ads.safi-gmbh.ch|~ads.scotiabank.com|~ads.selfip.com|~ads.shopee.cn|~ads.shopee.co.th|~ads.shopee.com.br|~ads.shopee.com.mx|~ads.shopee.com.my|~ads.shopee.kr|~ads.shopee.ph|~ads.shopee.pl|~ads.shopee.sg|~ads.shopee.tw|~ads.shopee.vn|~ads.smartnews.com|~ads.snapchat.com|~ads.socialtheater.com|~ads.spotify.com|~ads.studyplus.co.jp|~ads.taboola.com|~ads.tiktok.com|~ads.twitter.com|~ads.typepad.jp|~ads.us.tiktok.com|~ads.viksaffiliates.com|~ads.vk.com|~ads.watson.ch|~badassembly.com|~caravansforsale.co.uk|~fusac.fr|~memo2.nl|~reempresa.org|~satmetrix.com|~seriouswheels.com
://ads2.
://adv.$domain=~adv.asahi.com|~adv.bet|~adv.blue|~adv.chunichi.co.jp|~adv.cincsys.com|~adv.cryptonetlabs.it|~adv.derfunke.at|~adv.design|~adv.digimatix.ru|~adv.ec|~adv.ee|~adv.gg|~adv.hokkaido-np.co.jp|~adv.kompas.id|~adv.lack-girl.com|~adv.mcr.club|~adv.michaelgat.com|~adv.msk.ru|~adv.neosystem.co.uk|~adv.peronihorowicz.com.br|~adv.rest|~adv.ru|~adv.tools|~adv.trinet.ru|~adv.ua|~adv.vg|~adv.vn.ua|~adv.yomiuri.co.jp|~advancedradiology.com|~advids.co|~farapp.com|~pracuj.pl|~r7.com|~typeform.com|~welaika.com
://affiliate.$third-party
://affiliates.$third-party
://affiliates2.$third-party
://banner.$third-party
://banners.$third-party
://news-*/process.js?id=$third-party
://news-*/v2-sw.js$third-party
://oascentral.
://promo.$~media,third-party,domain=~myshopify.com|~promo.com|~shopifycloud.com|~slidely.com
://pt.*?psid=$third-party
://uads.$third-party,xmlhttprequest
=half-page-ad&
?ab=1&zoneid=
?adspot_
?adunitid=
?advertiser_id=$domain=~ads.pinterest.com
?bannerid=
?cs=*&abt=0&red=1&sm=$third-party
?service=ad&
?whichAd=freestar&
?wppaszoneid=
?wpstealthadsjs=
_ad_250.
_ad_300.
_ad_728_
_ad_background.
_ad_banner.
_ad_bottom.
_ad_box.
_ad_choices.
_ad_footer.
_ad_footer_
_ad_head.
_ad_header.
_ad_image_
_ad_layer_
_ad_leaderboard.
_ad_right.
_ad_side.
_ad_sidebar_
_ad_skyscraper.
_ad_wrapper.
_adbanner_
_adbanners.
_adcall.
_adchoice.
_adchoices.
_adhome.
_adlabel_
_adnetwork.
_adpartner.
_adplugin.
_adright.
_ads.cgi
_ads.cms?
_ads.php?
_ads_reporting.
_ads_updater-
_adscommon.
_adscript.
_adserve.
_adserver.
_adskin.
_adskin_
_adtitle.
_adv_open_x/
_advertise-$domain=~linkedin.com
_advertise.
_advertisment.
_adverts.js
_affiliate_ad.
_assets/ads/
_asyncspc.
_background_ad.
_banner_ad.
_banner_ad_
_Banner_Ads_
_bannerad.
_BannerAd_
_bannerads_
_bottom_ads.
_bottom_ads_
_commonAD.
_footer_ad_
_google_ads.
_gpt_ads.
_header_ad.
_header_ad_
_headerad.
_images/ad.
_images/ad_
_images/ads/
_layerad.
_left_ad.
_panel_ads.
_partner_ad.
_popunder_
_popupunder.
_pushads.
_rectangle_ads.
_reklama_$domain=~youtube.com
_reporting_ads.
_rightad.
_rightad_
_sidead.
_sidebar_ad.
_sidebar_ad_
_skinad.
_small_ad.
_square_ad.
_sticky_ad.
_StickyAd.
_text_ads.
_textads.
_top_ad.
_top_ad_
_vertical_ad.
_web-advert.
_widget_ad.
||cacheserve.*/promodisplay/
||cacheserve.*/promodisplay?
||online.*/promoredirect?key=
/ed/fol457.
/plugins/ad-ace/assets/js/coupons.js
/plugins/ad-ace/assets/js/slot-slideup.js
/plugins/ad-ace/includes/shoppable-images/*
/Ads/bid300c.aspx
/Ads/bid728.aspx
/e/cm?$subdocument
/e/ir?$image,script
/in/track?data=
/senddata?site=banner
/senddata?site=inpage
/ntfc.php?
.com/src/ppu/
/aas/r45d/vki/*
/bultykh/ipp24/7/*
/ceef/gdt3g0/tbt/*
/fyckld0t/ckp/fd3w4/*
/i/npage/*$script,third-party
/lv/esnk/*$script,third-party
/pn07uscr/f/tr/zavbn/*
/q/tdl/95/dnt/*
/sc4fr/rwff/f9ef/*
/script/awesome.js
/ssp/req/*/?pb=
/t/9/heis/svewg/*
/tabu/display.js
/cmbdv2.js
/greenoaks.gif?
/contents/other/player/*
/myvids/click/*$script,subdocument
/myvids/mltbn/*$script,subdocument
/myvids/mltbn2/*$script,subdocument
/myvids/rek/*$script,subdocument
://rs-stripe.wsj.com/stripe/image?
/?l=*&s=*&mprtr=$~third-party,xmlhttprequest
/push-skin/skin.min.js
/search/tsc.php?
/full-page-script.js$script
/earn.php?z=$popup,subdocument
/pop2.js
/beardeddragon/armadillo.js
/beardeddragon/drake.js
/beardeddragon/gilamonster.js
/beardeddragon/tortoise.js
/beardeddragon/turtle.js
/detroitchicago/anaheim.js
/detroitchicago/augusta.js
/detroitchicago/boise.js
/detroitchicago/denver.js
/detroitchicago/gateway.js
/detroitchicago/houston.js
/detroitchicago/kenai.js
/detroitchicago/memphis.js
/detroitchicago/minneapolis.js
/detroitchicago/portland.js
/detroitchicago/raleigh.js
/detroitchicago/reportads.js
/detroitchicago/rochester.js
/detroitchicago/sidebarwall.js
/detroitchicago/springfield.js
/detroitchicago/stickyfix.js
/detroitchicago/tampa.js
/detroitchicago/tulsa.js
/detroitchicago/tuscon.js
/detroitchicago/vista.js
/detroitchicago/vpp.gif?
/detroitchicago/wichita.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
/parsonsmaize/abilene.js
/parsonsmaize/chanute.js
/parsonsmaize/mulvane.js
/parsonsmaize/olathe.js
/tardisrocinante/austin.js
/tardisrocinante/vitals.js
-prebid/
.prebid-bundle.
.prebid.$domain=~prebid.org
/_js/prbd_6.19.0.js
/ad/postbid_
/adn-hb/*
/ads/prebid_
/AudienceNetworkPrebid.
/ext/prebid
/gpt-prebid.js
/gpt_and_prebid/*
/pbjsandwich-
/pbjsandwich.
/porpoiseant/*
/prebid-js-
/prebid-min-
/prebid-pro.
/prebid-sdk.
/prebid-worker/*
/prebid.$domain=~prebid.org
/prebid/*$script
/prebid1.
/prebid2.
/prebid3.
/prebid35.
/prebid4.
/prebid5.
/prebid6.
/prebid7.
/prebid8.
/prebid?
/prebid_$script,third-party
/prebid_v4.
/prebidAdcall.
/prebidjs/*
/prebidLibrary.
/prebidlink/*
/prodprebidheader-
/pubfig.min.js
/tagman/*$domain=~abelssoft.de
_prebid.js
_prebid8.
/stn-player.
/stn-player/*
&sadbl=1&chu=
?zoneid=*&ab=1
/webservices/jsparselinks.aspx?$script
/datomata.widget.js
/affiliate/referral.asp?site=*&aff_id=
/bdv_rd2.dbm?enparms
/jscheck.php?enc=$xmlhttprequest
/match-*/mf_*/feed
/sl/assetlisting/?
/jquery.peelback.
-adblocker-detection/
-detect-adblock.
/abtest_ab.js
/ad-blocking-advisor/*
/ad-blocking-alert/*
/adb_detector.
/adblock-alerter/*
/adblock-blocker/*
/adblock-detect.
/adblock-detector.
/adblock-message.
/adblock-notify-by-bweb/*
/adblock-relief/*
/adblock.gif?
/adblock_detect.
/adblock_detector.
/adblock_detector2.
/adblock_logger.
/adblockdetect.
/adblockdetection.
/adBlockDetector/*
/adblocker-leader.
/adBlockerTrack_
/adblockkiller.
/adbuddy.$domain=~adbuddy.be|~adbuddy.beeldstudio.be
/ads-blocking-detector.
/anti-adblock/*$~stylesheet
/anti_ab.
/antiblock_script/*
/blockblock/blockblock.jquery.js
/BlockerBanner/*$xmlhttprequest
/Disable%2BAdblock.
/disabled_adBlock.
/ibd-block-adblocker/*
/jgc-adblocker-
/jgcabd-detect-
/no-adblock/*
/wp-content/plugins/anti-block/*
/wp-content/plugins/anti_ad_blocker/*
_atblockdetector/
-120-600.
-120_600_
-120x600-
-120x600.
-120x600_
-160-600.
-160x600-
-160x600.
-160x600_
-300-250.
-300x250-$~xmlhttprequest
-300x250_
-300x600.
-460x68.
-468-100.
-468-60-
-468-60.
-468-60_
-468_60.
-468x60-
-468x60.
-468x60/
-468x60_
-468x70.
-468x80-$image
-468x80.
-468x80/
-468x80_
-468x90.
-480x60-
-480x60.
-480x60/
-480x60_
-486x60.
-500x100.
-600x70.
-600x90-
-720x90-
-720x90.
-728-90-
-728-90.
-728.90.
-728x90-
-728x90.
-728x90/
-728x90_
-729x91-
-780x90-
-980x60-
-988x60.
.120x600.
.160x600.
.160x600_
.300x250.
.300x250_
.468x60-
.468x60.
.468x60/
.468x60_
.468x80-
.468x80.
.468x80/
.468x80_
.480x60-
.480x60.
.480x60/
.480x60_
.728x90-
.728x90/
.728x90_
.900x100.
/120-600-
/120-600.
/120_600.
/120_600/*
/120_600_
/120x600-
/120x600.
/120x600/*
/120x600_
/125x600-
/125x600_
/130x600-
/160-600-
/160-600.
/160_600.
/160_600_
/160x400-
/160x400_
/160x600-
/160x600.
/160x600/*
/160x600_
/190_900.
/300-250-
/300-250.
/300-600_
/300_250_
/300x150_
/300x250-
/300x250.$image
/300x250_
/300x250b.
/300x350.
/300x600-
/300x600_
/300xx250.
/320x250.
/335x205_
/336x280-
/336x280.
/336x280_
/428x60.
/460x60.
/460x80_
/468-20.
/468-60-
/468-60.
/468-60_
/468_60.
/468_60_
/468_80.
/468_80/*
/468x060.
/468x060_
/468x150-
/468x280.
/468x280_
/468x60-
/468x60.$~script
/468x60/*
/468x60_
/468x70-
/468x72.
/468x72_
/468x80-
/468x80.
/468x80_
/470x030_
/480x030.
/480x030_
/480x60-
/480x60.
/480x60/*
/480x60_
/480x70_
/486x60_
/496_98_
/600-160-
/600-60.
/600-90.
/600_120_
/600_90_
/600x75_
/600x90.
/60x468.
/640x100/*
/640x80-
/660x120_
/660x60.
/700_100_
/700_200.
/700x100.
/728-90-
/728-90.
/728-90/*
/728-90_
/728_200.
/728_200_
/728_90.
/728_90/*
/728_90_
/728x90-
/728x90.
/728x90/*
/728x90_
/750-100.
/750_150.
/750x100.
/760x120.
/760x120_
/760x90_
/768x90-
/768x90.
/780x90.
/800x160/*
/800x90.
/80x468_
/960_60_
/980x90.
=300x250/
=336x280,
=468x60/
=468x60_
=468x80_
=728x90/
_120_600.
_120_600_
_120x240.
_120x240_
_120x500.
_120x600-
_120x600.
_120x600_
_125x600_
_128x600.
_140x600.
_140x600_
_150x700_
_160-600.
_160_600.
_160_600_
_160x300.
_160x300_
_160x350.
_160x400.
_160x600-
_160x600.
_160x600/
_160x600_
_300-250-
_300x250-
_300x250.
_300x250_
_300x600.
_300x600_
_320x250_
_323x120_
_336x120.
_350_100.
_350_100_
_350x100.
_400-80.
_400x60.
_400x68.
_420x80.
_420x80_
_438x50.
_438x60.
_438x60_
_460_60.
_460x60.
_468-60.
_468-60_
_468_60-
_468_60.
_468_60_
_468_80.
_468_80_
_468x060-
_468x060.
_468x060_
_468x100.
_468x100_
_468x118.
_468x120.
_468x60-
_468x60.
_468x60/
_468x60_
_468x60b.
_468x80-
_468x80.
_468x80/
_468x80_
_468x90.
_468x90_
_480_60.
_480_80_
_480x60-
_480x60.
_480x60/
_480x60_
_486x60.
_486x60_
_700_100_
_700_150_
_700_200_
_720_90.
_720x90.
_720x90_
_728-90.
_728-90_
_728_90.
_728_90_
_728x60.
_728x90-
_728x90.
_728x90/
_728x90_
_750x100.
_760x100.
_768x90_
_800x100.
_800x80_
&adb=y&adb=y^$popup
&fp_sid=pop$popup,third-party
&popunder=$popup
&popundersPerIP=$popup
&zoneid=*&ad_$popup
&zoneid=*&direct=$popup
.co/ads/$popup
.com/ads?$popup
.fuse-cloud.com/$popup
.net/adx.php?$popup
.prtrackings.com$popup
/?placement=*&redirect$popup
/?redirect&placement=$popup
/?zoneid=*&timeout=$popup
/_xa/ads?$popup
/a/display.php?$popup
/ad.php?tag=$popup
/ad.php?zone$popup
/ad/display.php$popup
/ad/window.php?$popup
/ad_pop.php?$popup
/adclick.$popup
/adClick/*$popup
/adClick?$popup
/AdHandler.aspx?$popup
/adpreview?$popup
/ads/click?$popup
/adServe/*$popup
/adserver.$popup
/AdServer/*$popup,third-party
/adstream_sx.ads/*$popup
/adx.php?source=$popup
/aff_ad?$popup
/afu.php?$popup
/api/users?token=$popup
/click?adv=$popup
/gtm.js?$popup
/links/popad$popup
/out?zoneId=$popup
/pop-imp/*$popup
/pop.go?ctrlid=$popup
/popunder.$popup
/popunder/in/click/*$popup
/popunder_$popup
/popupads.$popup
/prod/go.html?$popup
/prod/redirect.html?lu=$popup
/redirect/?spot_id=$popup
/redirect?tid=$popup
/show?bver=$popup
/smartpop/*$popup
/tr?id=*&tk=$popup
/zcredirect?$popup
/zcvisitor/*$popup
/zp-redirect?$popup
://adn.*/zone/$popup
|javascript:*setTimeout$popup
|javascript:*window.location$popup
|data:text$popup,domain=~clker.com
|dddata:text$popup
###AC_ad
###AD_160
###AD_300
###AD_468x60
###AD_G
###AD_L
###AD_ROW
###AD_Top
###AD_text
###ADbox
###Ad-3-Slider
###Ad-4-Slider
###Ad-Container
###Ad-Content
###Ad-Top
###AdBanner
###AdBar
###AdBigBox
###AdBillboard
###AdBlock
###AdBottomLeader
###AdBottomRight
###AdBox2
###AdColumn
###AdContainerTop
###AdContent
###AdContent_0_0_pnlDiv
###AdDisclaimer
###AdHeader
###AdLayer1
###AdLayer2
###AdMiddle
###AdPanel
###AdPopUp
###AdRectangleBanner
###AdSense1
###AdSense2
###AdSense3
###AdSenseDiv
###AdServer
###AdServer_Banner_1
###AdServer_Banner_2
###AdServer_Banner_3
###AdServer_Banner_4
###AdServer_Banner_5
###AdServer_Banner_6
###AdServer_Banner_7
###AdServer_Banner_8
###AdServer_Banner_9
###AdSkyscraper
###AdSlot_megabanner
###AdSpaceLeaderboard
###AdTop
###AdTopLeader
###AdWidgetContainer
###AdWrapperSuperCA
###AdZone1
###AdZone2
###Ad_BelowContent
###Ad_Block
###Ad_TopLeaderboard
###Adbanner
###Adcode
###Adlabel
###AdsBannerTop
###AdsBillboard
###AdsBottomContainer
###AdsContent
###AdsDiv
###AdsFrame
###AdsPubperform
###AdsRight
###AdsSky
###AdsTopContainer
###AdsWrap
###Ads_BA_BS
###Ads_BA_BUT
###Ads_BA_BUT2
###Ads_BA_BUT_box
###Ads_BA_CAD
###Ads_BA_CAD2
###Ads_BA_CAD2_Text
###Ads_BA_FLB
###Ads_BA_SKY
###Ads_TFM_BS
###Ads_google_bottom_wide
###Adsense300x250
###AdsenseBottom
###AdsenseTop
###Adsterra
###Adv10
###Adv11
###Adv8
###Adv9
###AdvArea
###AdvBody
###AdvContainer
###AdvFooter
###AdvFrame1
###AdvHead
###AdvHeader
###Adv_Footer
###Advert1
###AdvertMid1
###AdvertMid2
###AdvertPanel
###AdvertText
###AdvertiseFrame
###Advertisement1
###Advertisement2
###AdvertisementDiv
###AdvertisementLeaderboard
###Advertisements
###AdvertisingDiv_0
###Advertorial
###Advertorials
###AnchorAd
###ArticleContentAd
###BB1-ad
###Banner728x90
###BannerAd
###BannerAds
###BannerAdvert
###BannerAdvertisement
###BigBoxAd
###BigboxAdUnit
###BodyAd
###BodyTopAds
###Body_Ad8_divAdd
###BotAd
###BottomAdContainer
###BottomRightAdWrapper
###ButtonAd
###ContentAd
###Content_CA_AD_0_BC
###Content_CA_AD_1_BC
###DFP_top_leaderboard
###FooterAd
###FooterAdBlock
###FooterAdContainer
###GoogleAd
###GoogleAd1
###GoogleAd2
###GoogleAd3
###GoogleAdRight
###GoogleAdTop
###GoogleAdsense
###HP1-ad
###HP2-ad
###HeadAd
###HeaderAD
###HeaderAd
###HeaderAdBlock
###HeaderAdsBlock
###HeroAd
###HomeAd1
###HouseAd
###IB-ads
###IC1-ad
###IC2-ad
###IC3-ad
###IC4-ad
###IFrameAd
###IFrameAd1
###IK-ad-area
###IK-ad-block
###IM_AD
###LargeRectangleAd
###LayoutBottomAdBox
###LayoutHomeAdBoxBottom
###LeaderboardAdvertising
###LeftAd
###LeftAd1
###MPUAdSpace
###MPUadvertising
###MPUadvertisingDetail
###MainAd
###MainAd1
###MainContent_ucTopRightAdvert
###MediumRectangleAD
###MidPageAds
###MiddleRightRadvertisement
###Mpu_Bottom
###Mpu_Top
###MyAdsId3
###N-ad-article-rightRail-1
###NR-Ads
###NavAD
###OAS2
###OASMiddleAd
###OASRightAd
###PaneAdvertisingContainer
###PromotionAdBox
###PushDownAd
###RadAdSkyscraper
###RightAd
###RightAdBlock
###RightAdSpace
###RightAdvertisement
###SidebarAd
###SidebarAdContainer
###SitenavAdslot
###SkyAd
###SkyscraperAD
###SponsoredAd
###SponsoredAds
###SponsoredLinks
###SponsorsAds
###StickyBannerAd
###Top-Ad-Container
###Top-ad
###Top1AdWrapper
###TopADs
###TopAd
###TopAd0
###TopAdBox
###TopAdContainer
###TopAdDiv
###TopAdPlacement
###TopAdPos
###TopAdTable
###TopAdvert
###TopBannerAd
###TopRightRadvertisement
###VPNAdvert
###WelcomeAd
###WidgetADVMIDDLE
###aad-header-1
###aad-header-2
###aad-header-3
###ab_adblock
###above-comments-ad
###above-fold-ad
###above-footer-ads
###above-the-fold-ad
###aboveAd
###aboveNodeAds
###above_button_ad
###aboveplayerad
###abovepostads
###acm-ad-tag-lawrence_dfp_mobile_arkadium
###ad--article--home-mobile-paramount-wrapper
###ad--article-bottom-wrapper
###ad--article-top
###ad--sidebar
###ad-0
###ad-1
###ad-125x125
###ad-160
###ad-160x600
###ad-2
###ad-2-160x600
###ad-250
###ad-250x300
###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-300x250
###ad-300x250-0
###ad-300x250-2
###ad-300x250-b
###ad-300x250-sidebar
###ad-300x250-wrapper
###ad-300x250_mid
###ad-300x250_mobile
###ad-300x250_top
###ad-300x600_top
###ad-4
###ad-5
###ad-6
###ad-7
###ad-728
###ad-728-90
###ad-728x90
###ad-8
###ad-9
###ad-Content_1
###ad-Content_2
###ad-Rectangle_1
###ad-Rectangle_2
###ad-Superbanner
###ad-a
###ad-ads
###ad-advertorial
###ad-affiliate
###ad-after
###ad-anchor
###ad-around-the-web
###ad-article
###ad-article-in
###ad-aside-1
###ad-background
###ad-ban
###ad-banner-1
###ad-banner-atf
###ad-banner-bottom
###ad-banner-btf
###ad-banner-desktop
###ad-banner-image
###ad-banner-placement
###ad-banner-top
###ad-banner-wrap
###ad-banner_atf-label
###ad-bar
###ad-base
###ad-bb-content
###ad-below-content
###ad-bg
###ad-big
###ad-bigbox
###ad-bigsize
###ad-billboard
###ad-billboard-atf
###ad-billboard-bottom
###ad-billboard01
###ad-blade
###ad-block
###ad-block-125
###ad-block-2
###ad-block-aa
###ad-block-bottom
###ad-block-container
###ad-border
###ad-bottom
###ad-bottom-banner
###ad-bottom-fixed
###ad-bottom-right-container
###ad-bottom-wrapper
###ad-bottomright
###ad-box
###ad-box-1
###ad-box-2
###ad-box-bottom
###ad-box-halfpage
###ad-box-leaderboard
###ad-box-left
###ad-box-rectangle
###ad-box-rectangle-2
###ad-box-right
###ad-box1
###ad-box2
###ad-boxes
###ad-break
###ad-bs
###ad-btm
###ad-buttons
###ad-campaign
###ad-carousel
###ad-case
###ad-center
###ad-chips
###ad-circfooter
###ad-code
###ad-col
###ad-container-banner
###ad-container-fullpage
###ad-container-inner
###ad-container-leaderboard
###ad-container-mpu
###ad-container-outer
###ad-container-overlay
###ad-container-top-placeholder
###ad-container1
###ad-contentad
###ad-desktop-bottom
###ad-desktop-takeover-home
###ad-desktop-takeover-int
###ad-desktop-top
###ad-desktop-wrap
###ad-discover
###ad-display-ad
###ad-display-ad-placeholder
###ad-div-leaderboard
###ad-drawer
###ad-ear
###ad-extra-flat
###ad-featured-right
###ad-fixed-bottom
###ad-flex-top
###ad-flyout
###ad-footer-728x90
###ad-framework-top
###ad-front-btf
###ad-front-footer
###ad-full-width
###ad-fullbanner-btf
###ad-fullbanner-outer
###ad-fullbanner2
###ad-fullwidth
###ad-googleAdSense
###ad-gutter-left
###ad-gutter-right
###ad-halfpage
###ad-halfpage1
###ad-halfpage2
###ad-head
###ad-header-1
###ad-header-2
###ad-header-3
###ad-header-left
###ad-header-mad
###ad-header-mobile
###ad-header-right
###ad-holder
###ad-horizontal
###ad-horizontal-header
###ad-horizontal-top
###ad-incontent
###ad-index
###ad-inline-block
###ad-inside1
###ad-inside2
###ad-label2
###ad-large-banner-top
###ad-large-header
###ad-lb-secondary
###ad-lead
###ad-leadboard1
###ad-leadboard2
###ad-leader
###ad-leader-atf
###ad-leader-container
###ad-leader-wrapper
###ad-leaderboard
###ad-leaderboard-atf
###ad-leaderboard-bottom
###ad-leaderboard-container
###ad-leaderboard-footer
###ad-leaderboard-header
###ad-leaderboard-spot
###ad-leaderboard-top
###ad-leaderboard970x90home
###ad-leaderboard970x90int
###ad-leaderboard_bottom
###ad-leadertop
###ad-lrec
###ad-m-rec-content
###ad-main
###ad-main-bottom
###ad-main-top
###ad-makeup
###ad-manager
###ad-masthead
###ad-medium
###ad-medium-lower
###ad-medium-rectangle
###ad-medrec
###ad-medrec-article-container
###ad-medrec__first
###ad-mid
###ad-mid-rect
###ad-middle
###ad-midpage
###ad-minibar
###ad-module
###ad-mpu
###ad-mrec
###ad-mrec2
###ad-new
###ad-north
###ad-one
###ad-other
###ad-output
###ad-overlay
###ad-p3
###ad-page-1
###ad-pan3l
###ad-panel
###ad-pencil
###ad-performance
###ad-performanceFullbanner1
###ad-performanceRectangle1
###ad-placeholder
###ad-placeholder-horizontal
###ad-placeholder-vertical
###ad-placement
###ad-plate
###ad-player
###ad-popup
###ad-popup-home
###ad-popup-int
###ad-post
###ad-promo
###ad-push
###ad-pushdown
###ad-r
###ad-rec-atf
###ad-rec-btf
###ad-rec-btf-top
###ad-rect
###ad-rectangle
###ad-rectangle1
###ad-rectangle1-outer
###ad-rectangle2
###ad-rectangle3
###ad-results
###ad-right
###ad-right-bar-tall
###ad-right-container
###ad-right-sidebar
###ad-right-top
###ad-right2
###ad-right3
###ad-rotator
###ad-row
###ad-section
###ad-separator
###ad-shop
###ad-side
###ad-side-text
###ad-sidebar
###ad-sidebar-btf
###ad-sidebar-container
###ad-sidebar-mad
###ad-sidebar-mad-wrapper
###ad-sidebar1
###ad-sidebar2
###ad-site-header
###ad-skin
###ad-skm-below-content
###ad-sky
###ad-skyscraper
###ad-slideshow
###ad-slideshow2
###ad-slot
###ad-slot-1
###ad-slot-2
###ad-slot-3
###ad-slot-4
###ad-slot-5
###ad-slot-502
###ad-slot-lb
###ad-slot-right
###ad-slot-top
###ad-slot1
###ad-slot2
###ad-slot4
###ad-slug-wrapper
###ad-small-banner
###ad-space
###ad-space-1
###ad-space-2
###ad-space-big
###ad-special
###ad-splash
###ad-sponsors
###ad-spot
###ad-spot-bottom
###ad-spot-one
###ad-squares
###ad-standard
###ad-standard-wrap
###ad-startProMaps
###ad-stickers
###ad-sticky-footer-container
###ad-story-right
###ad-story-top
###ad-stripe
###ad-tab
###ad-tape
###ad-target
###ad-target-Leaderbord
###ad-teaser
###ad-text
###ad-three
###ad-top
###ad-top-250
###ad-top-300x250
###ad-top-728
###ad-top-banner
###ad-top-leaderboard
###ad-top-left
###ad-top-lock
###ad-top-low
###ad-top-right
###ad-top-right-container
###ad-top-text-low
###ad-top-wrap
###ad-top-wrapper
###ad-tower
###ad-two
###ad-undefined
###ad-unit-right-bottom-160-600
###ad-unit-right-middle-300-250
###ad-unit-top-banner
###ad-vip-article
###ad-west
###ad-wide-leaderboard
###ad-wrap
###ad-wrap2
###ad-wrapper
###ad-wrapper-728x90
###ad-wrapper-footer-1
###ad-wrapper-main-1
###ad-wrapper-sidebar-1
###ad-wrapper-top-1
###ad-wrapper1
###ad1-placeholder
###ad11
###ad125B
###ad125x125
###ad160
###ad160-2
###ad160600
###ad160a
###ad160x600
###ad2-home
###ad2-label
###ad250
###ad2_footer
###ad2_iframe
###ad2_inline
###ad300
###ad300-250
###ad300-title
###ad300X250
###ad300_250
###ad300x250Module
###ad31
###ad32
###ad336
###ad336x280
###ad468
###ad468_hidden
###ad468x60
###ad468x60-story
###ad468x60_top
###ad480x60
###ad6
###ad600
###ad600x90
###ad650
###ad728
###ad72890
###ad728Bottom
###ad728Box
###ad728Header
###ad728Mid
###ad728Top
###ad728Wrapper
###ad728X90
###ad728foot
###ad728h
###ad728top
###ad728x90
###ad728x90_1
###ad90
###ad900
###ad970
###ad970x90_exp
###adATF300x250
###adATF728x90
###adATFLeaderboard
###adAside
###adBTF300x250
###adBadges
###adBanner1
###adBanner336x280
###adBannerBottom
###adBannerHeader
###adBannerSpacer
###adBannerTable
###adBannerTop
###adBar
###adBelt
###adBillboard
###adBlock01
###adBlockBanner
###adBlockContainer
###adBlockContent
###adBlockOverlay
###adBlocks
###adBottom
###adBox
###adBrandDev
###adBrandingStation
###adBreak
###adCarousel
###adChannel
###adChoiceFooter
###adChoices
###adChoicesIcon
###adChoicesLogo
###adCol
###adColumn
###adColumn3
###adComponentWrapper
###adContainer
###adContainerMobile
###adContainer_1
###adContainer_2
###adContainer_3
###adContent
###adContentHolder
###adContext
###adDiv
###adDiv0
###adDiv1
###adDiv300
###adDiv4
###adDiv728
###adDivContainer
###adFiller
###adFlashDiv
###adFooter
###adFot
###adFrame
###adGallery
###adGoogleText
###adHeader
###adHeaderTop
###adHeaderWrapper
###adHeading
###adHeightstory
###adHolder
###adHolder1
###adHolder2
###adHolder3
###adHolder4
###adHolder5
###adHolder6
###adHome
###adHomeTop
###adIframe
###adInhouse
###adIsland
###adLB
###adLabel
###adLarge
###adLayer
###adLayerTop
###adLayout
###adLeader
###adLeaderTop
###adLeaderboard
###adLeaderboard-middle
###adLeft
###adLink
###adLink1
###adLounge
###adLrec
###adMOBILETOP
###adMPU
###adMPUHolder
###adMain
###adMarketplace
###adMed
###adMedRect
###adMediumRectangle
###adMeld
###adMessage
###adMid2
###adMpu
###adMpuBottom
###adOuter
###adPartnerLinks
###adPlaceHolder1
###adPlaceHolder2
###adPlacement_1
###adPlacement_2
###adPlacement_3
###adPlacement_4
###adPlacement_7
###adPlacement_8
###adPlacement_9
###adPlacer
###adPopover
###adPopup
###adPosition0
###adPosition14
###adPosition5
###adPosition6
###adPosition7
###adPosition9
###adPush
###adPushdown1
###adReady
###adRight
###adRight1
###adRight2
###adRight3
###adRight4
###adRight5
###adScraper
###adSection
###adSenseBox
###adSenseModule
###adSenseWrapper
###adSet
###adSide
###adSide1-container
###adSideButton
###adSidebar
###adSite
###adSkin
###adSkinBackdrop
###adSkinLeft
###adSkinRight
###adSky
###adSkyPosition
###adSkyscraper
###adSlider
###adSlot-dmpu
###adSlot-dontMissLarge
###adSlot-leader
###adSlot-leaderBottom
###adSlot1
###adSlot2
###adSlot3
###adSlot4
###adSlug
###adSpace
###adSpaceBottom
###adSpaceHeight
###adSpacer
###adSpecial
###adSqb
###adSquare
###adStrip
###adSuperBannerContainer
###adSuperbanner
###adTag
###adText
###adTextLink
###adTile
###adTop
###adTopContent
###adTopLREC
###adTopLarge
###adTopModule
###adTower
###adUnderArticle
###adUnit
###adWideSkyscraper
###adWrap
###adWrapper
###adWrapperSky
###ad_1
###ad_160
###ad_160_600
###ad_160_600_2
###ad_160x160
###ad_160x600
###ad_2
###ad_250
###ad_250x250
###ad_3
###ad_300
###ad_300_250
###ad_300_250_1
###ad_300x250
###ad_336
###ad_4
###ad_468_60
###ad_468x60
###ad_5
###ad_728
###ad_728_90
###ad_728x90
###ad_8
###ad_9
###ad_B1
###ad_Banner
###ad_Bottom
###ad_LargeRec01
###ad_Middle
###ad_Middle1
###ad_Pushdown
###ad_R1
###ad_Right
###ad_Top
###ad_Wrap
###ad__billboard
###ad_ad
###ad_adsense
###ad_after_header_1
###ad_anchor
###ad_area
###ad_article1_1
###ad_article1_2
###ad_article2_1
###ad_article2_2
###ad_article3_1
###ad_article3_2
###ad_banner
###ad_banner_1
###ad_banner_468x60
###ad_banner_728x90
###ad_banner_bot
###ad_banner_top
###ad_banners
###ad_bar
###ad_bar_rect
###ad_before_header
###ad_bg
###ad_bg_image
###ad_big
###ad_bigbox
###ad_bigbox_companion
###ad_bigrectangle
###ad_billboard
###ad_block
###ad_block_0
###ad_block_1
###ad_block_2
###ad_block_mpu
###ad_bnr_atf_01
###ad_bnr_atf_02
###ad_bnr_atf_03
###ad_bnr_btf_07
###ad_bnr_btf_08
###ad_body
###ad_bottom
###ad_box
###ad_box_top
###ad_branding
###ad_bsb
###ad_bsb_cont
###ad_btmslot
###ad_button
###ad_buttons
###ad_cell
###ad_center
###ad_choices
###ad_close
###ad_closebtn
###ad_comments
###ad_cont
###ad_cont_superbanner
###ad_container
###ad_container_0
###ad_container_300x250
###ad_container_side
###ad_container_sidebar
###ad_container_top
###ad_content
###ad_content_1
###ad_content_2
###ad_content_3
###ad_content_fullsize
###ad_content_primary
###ad_content_right
###ad_content_top
###ad_content_wrap
###ad_contentslot_1
###ad_contentslot_2
###ad_creative_2
###ad_creative_3
###ad_creative_5
###ad_dfp_rec1
###ad_display_300_250
###ad_display_728_90
###ad_div
###ad_div_bottom
###ad_div_top
###ad_feedback
###ad_foot
###ad_footer
###ad_footer1
###ad_footerAd
###ad_frame
###ad_frame1
###ad_from_bottom
###ad_fullbanner
###ad_gallery
###ad_gallery_bot
###ad_global_300x250
###ad_global_above_footer
###ad_global_header
###ad_global_header1
###ad_global_header2
###ad_h3
###ad_halfpage
###ad_head
###ad_header
###ad_header_1
###ad_header_container
###ad_holder
###ad_home
###ad_home_middle
###ad_horizontal
###ad_houseslot_a
###ad_houseslot_b
###ad_hp
###ad_img
###ad_interthread
###ad_island
###ad_island2
###ad_label
###ad_large
###ad_large_rectangular
###ad_lateral
###ad_layer
###ad_ldb
###ad_lead1
###ad_leader
###ad_leaderBoard
###ad_leaderboard
###ad_leaderboard_top
###ad_left
###ad_left_1
###ad_left_2
###ad_left_3
###ad_left_skyscraper
###ad_left_top
###ad_leftslot
###ad_link
###ad_links
###ad_links_footer
###ad_lnk
###ad_lrec
###ad_lwr_square
###ad_main
###ad_main_leader
###ad_main_top
###ad_marginal
###ad_marker
###ad_mast
###ad_med_rect
###ad_medium
###ad_medium_rectangle
###ad_medium_rectangular
###ad_mediumrectangle
###ad_message
###ad_middle
###ad_middle_bottom
###ad_midstrip
###ad_mobile
###ad_module
###ad_mpu
###ad_mpu2
###ad_mpu300x250
###ad_mrec
###ad_mrec1
###ad_mrec2
###ad_mrec_intext
###ad_mrec_intext2
###ad_new
###ad_news_article
###ad_newsletter
###ad_one
###ad_overlay
###ad_overlayer
###ad_panel
###ad_panorama_top
###ad_pencil
###ad_place
###ad_placeholder
###ad_play_300
###ad_player
###ad_plugs
###ad_popup_background
###ad_popup_wrapper
###ad_post
###ad_post_300
###ad_poster
###ad_primary
###ad_primaryAd
###ad_promoAd
###ad_publicidad
###ad_rail
###ad_rec_01
###ad_rect
###ad_rect1
###ad_rect2
###ad_rect3
###ad_rect_body
###ad_rect_bottom
###ad_rect_btf_01
###ad_rect_btf_02
###ad_rect_btf_03
###ad_rect_btf_04
###ad_rect_btf_05
###ad_rectangle
###ad_region1
###ad_region2
###ad_region3
###ad_region5
###ad_results
###ad_right
###ad_right_box
###ad_right_top
###ad_rightslot
###ad_rotator-2
###ad_rotator-3
###ad_row
###ad_row_home
###ad_rr_1
###ad_sec
###ad_sec_div
###ad_secondary
###ad_sgd
###ad_short
###ad_sidebar
###ad_sidebar1
###ad_sidebar2
###ad_sidebar3
###ad_sidebar_1
###ad_sidebar_left_container
###ad_sidebar_news
###ad_sidebar_top
###ad_sidebody
###ad_site_header
###ad_sitebar
###ad_skin
###ad_slot
###ad_slot_bottom
###ad_slot_leaderboard
###ad_small
###ad_space_top
###ad_sponsored
###ad_spot_a
###ad_spot_b
###ad_spotlight
###ad_square
###ad_squares
###ad_ss
###ad_stck
###ad_sticky_wrap
###ad_strip
###ad_superbanner
###ad_table
###ad_takeover
###ad_tall
###ad_tbl
###ad_top
###ad_topBanner
###ad_topScroller
###ad_top_728x90
###ad_top_banner
###ad_top_bar
###ad_top_holder
###ad_topbanner
###ad_topmob
###ad_topnav
###ad_topslot
###ad_two
###ad_txt
###ad_under_game
###ad_unit
###ad_unit1
###ad_unit2
###ad_vertical
###ad_video_abovePlayer
###ad_video_belowPlayer
###ad_video_large
###ad_video_root
###ad_wallpaper
###ad_wide
###ad_wide_box
###ad_wideboard
###ad_widget
###ad_widget_1
###ad_window
###ad_wp
###ad_wp_base
###ad_wrap
###ad_wrapper
###ad_wrapper1
###ad_wrapper2
###ad_xrail_top
###ad_zone
###adaptvcompanion
###adb-top
###adbForum
###adb_bottom
###adbackground
###adbanner-container
###adbanner1
###adbannerbox
###adbannerdiv
###adbannerleft
###adbannerright
###adbannerwidget
###adbar
###adbig
###adbineScroll
###adblade
###adblade_ad
###adblkad
###adblock-300x250
###adblock-big
###adblock-leaderboard
###adblock-small
###adblock1
###adblock2
###adblock4
###adblockbottom
###adbn
###adbnr
###adboard
###adbody
###adbottom
###adbottomleft
###adbottomright
###adbox
###adbox--hot_news_ad
###adbox--page_bottom_ad
###adbox--page_top_ad
###adbox-inarticle
###adbox-topbanner
###adbox1
###adbox2
###adbox_content
###adbox_right
###adbutton
###adbuttons
###adcell
###adcenter
###adcenter2
###adcenter4
###adchoices-icon
###adchoicesBtn
###adclear
###adclose
###adcode
###adcolContent
###adcolumn
###adcontainer
###adcontainer1
###adcontainer2
###adcontainer3
###adcontainer5
###adcontainerRight
###adcontainer_ad_content_top
###adcontent
###adcontent1
###adcontent2
###adcontextlinks
###addbottomleft
###addvert
###adfactor-label
###adfloat
###adfooter
###adfooter_728x90
###adform_leaderboard
###adform_leaderboard_cover
###adframe:not(frameset)
###adframetop
###adfreeDeskSpace
###adhalfpage
###adhead
###adheader
###adhesion
###adhesionAdSlot
###adhesionUnit
###adhide
###adholder
###adholderContainerHeader
###adhome
###adhomepage
###adjacency
###adlabel
###adlabelFooter
###adlabelfooter
###adlabelheader
###adlanding
###adlayer
###adlayerContainer
###adlayerad
###adleaderboard
###adleaderboard_flex
###adleft
###adlinks
###adlrec
###adm-inline-article-ad-1
###adm-inline-article-ad-2
###admain
###admaintop
###admasthead
###admid
###admiddleCenter
###admobilefoot
###admobilefootinside
###admobilemiddle
###admobiletop
###admobiletopinside
###admod2
###admpubottom
###admpubottom2
###admpufoot
###admpumiddle
###admpumiddle2
###admputop
###admputop2
###admsg
###adnet
###adnorth
###ados1
###ados2
###ados3
###ados4
###adplace
###adplacement
###adpos-top
###adpos2
###adposition
###adposition1
###adposition10
###adposition1_container
###adposition2
###adposition3
###adposition4
###adpositionbottom
###adpostloader
###adpromo
###adrect
###adrig
###adright
###adright2
###adrightbottom
###adrightgame
###adrightrail
###adriver_middle
###adriver_top
###adrotator
###adrow
###adrow1
###adrow3
###ads-1
###ads-125
###ads-160x600
###ads-200
###ads-250
###ads-300
###ads-300-250
###ads-336x280
###ads-468
###ads-5
###ads-728x90
###ads-728x90-I3
###ads-728x90-I4
###ads-area
###ads-article-left
###ads-banner
###ads-banner-top
###ads-bar
###ads-before-content
###ads-bg
###ads-bg-mobile
###ads-billboard
###ads-block
###ads-blog
###ads-bot
###ads-bottom
###ads-by-google
###ads-col
###ads-container
###ads-container-2
###ads-container-anchor
###ads-container-single
###ads-container-top
###ads-content
###ads-content-double
###ads-div2
###ads-footer
###ads-footer-inner
###ads-footer-wrap
###ads-google
###ads-header
###ads-header-728
###ads-home-468
###ads-horizontal
###ads-inread
###ads-inside-content
###ads-leader
###ads-leaderboard
###ads-leaderboard1
###ads-left
###ads-left-top
###ads-lrec
###ads-main
###ads-menu
###ads-middle
###ads-mpu
###ads-outer
###ads-pagetop
###ads-panel
###ads-pop
###ads-position-header-desktop
###ads-right
###ads-right-bottom
###ads-right-skyscraper
###ads-right-top
###ads-slot
###ads-superBanner
###ads-text
###ads-top
###ads-top-728
###ads-top-wrap
###ads-under-rotator
###ads-vertical
###ads-vertical-wrapper
###ads-wrap
###ads-wrapper
###ads1
###ads120
###ads125
###ads1_box
###ads2
###ads2_block
###ads2_box
###ads2_container
###ads3
###ads300
###ads300-250
###ads300x200
###ads300x250
###ads300x250_2
###ads336x280
###ads4
###ads468x60
###ads50
###ads7
###ads728
###ads728bottom
###ads728top
###ads728x90
###ads728x90_2
###ads728x90top
###adsBar
###adsBottom
###adsContainer
###adsContent
###adsDisplay
###adsHeadLine
###adsHeader
###adsHeading
###adsLREC
###adsLeft
###adsLinkFooter
###adsMobileFixed
###adsMpu
###adsPanel
###adsRight
###adsRightDiv
###adsSectionLeft
###adsSectionRight
###adsSquare
###adsTG
###adsTN
###adsTop
###adsTopLeft
###adsTopMobileFixed
###adsZone
###adsZone1
###adsZone2
###ads_01
###ads_0_container
###ads_160
###ads_3
###ads_300
###ads_300x250
###ads_4
###ads_728
###ads_728x90
###ads_728x90_top
###ads_back
###ads_banner
###ads_banner1
###ads_banner_header
###ads_belownav
###ads_big
###ads_block
###ads_body_1
###ads_body_2
###ads_body_3
###ads_body_4
###ads_body_5
###ads_body_6
###ads_bottom
###ads_box
###ads_box1
###ads_box2
###ads_box_bottom
###ads_box_right
###ads_box_top
###ads_button
###ads_campaign
###ads_catDiv
###ads_center
###ads_center_banner
###ads_central
###ads_combo2
###ads_container
###ads_content
###ads_desktop_r1
###ads_desktop_r2
###ads_expand
###ads_footer
###ads_fullsize
###ads_h
###ads_h1
###ads_h2
###ads_halfsize
###ads_header
###ads_horiz
###ads_horizontal
###ads_horz
###ads_in_modal
###ads_in_video
###ads_inline_z
###ads_inner
###ads_insert_container
###ads_layout_bottom
###ads_lb
###ads_lb_frame
###ads_leaderbottom
###ads_left
###ads_left_top
###ads_line
###ads_medrect
###ads_notice
###ads_overlay
###ads_page_top
###ads_place
###ads_placeholder
###ads_player
###ads_popup
###ads_right
###ads_right_sidebar
###ads_right_top
###ads_slide_div
###ads_space
###ads_space_header
###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_wide
###ads_wrapper
###adsbot
###adsbottom
###adsbox
###adsbox-left
###adsbox-right
###adscenter
###adscolumn
###adscontainer
###adscontent
###adsdiv
###adsection
###adsense-2
###adsense-468x60
###adsense-area
###adsense-bottom
###adsense-container-bottom
###adsense-header
###adsense-link
###adsense-links
###adsense-middle
###adsense-post
###adsense-right
###adsense-sidebar
###adsense-tag
###adsense-text
###adsense-top
###adsense-wrap
###adsense1
###adsense2
###adsense2pos
###adsense468
###adsense6
###adsense728
###adsenseArea
###adsenseContainer
###adsenseHeader
###adsenseLeft
###adsenseWrap
###adsense_300x250
###adsense_banner_top
###adsense_block
###adsense_bottom_ad
###adsense_box
###adsense_box2
###adsense_center
###adsense_image
###adsense_inline
###adsense_leaderboard
###adsense_overlay
###adsense_r_side_sticky_container
###adsense_sidebar
###adsense_top
###adsenseheader
###adsensehorizontal
###adsensempu
###adsenseskyscraper
###adsensetext
###adsensetop
###adsensewide
###adserv
###adsframe_2
###adsfundo
###adside
###adsimage
###adsitem
###adskeeper
###adskinleft
###adskinlink
###adskinright
###adskintop
###adsky
###adskyscraper
###adskyscraper_flex
###adsleft1
###adslider
###adslist
###adslistbox
###adslot-below-updated
###adslot-download-abovefiles
###adslot-half-page
###adslot-homepage-middle
###adslot-infobox
###adslot-left-skyscraper
###adslot-side-mrec
###adslot-site-footer
###adslot-site-header
###adslot-sticky-headerbar
###adslot-top-rectangle
###adslot1
###adslot2
###adslot3
###adslot300x250ATF
###adslot300x250BTF
###adslot4
###adslot5
###adslot6
###adslot7
###adslot_left
###adslot_rect
###adslot_top
###adsmgid
###adsmiddle
###adsonar
###adspace
###adspace-1
###adspace-2
###adspace-300x250
###adspace-728
###adspace-728x90
###adspace-bottom
###adspace-leaderboard-top
###adspace-one
###adspace-top
###adspace300x250
###adspaceBox
###adspaceRow
###adspace_header
###adspace_leaderboard
###adspace_top
###adspacer
###adspan
###adsplace1
###adsplace2
###adsplace4
###adsplash
###adspot
###adspot-bottom
###adspot-top
###adspotlight1
###adsquare
###adsquare2
###adsright
###adsright_header
###adss
###adsside
###adssidebar2
###adssidebar3
###adsspace
###adstext2
###adstop
###adstory
###adstrip
###adtab
###adtable_top
###adtag_banner
###adtagheader
###adtagrightcol
###adtags_left
###adtaily
###adtext
###adtop
###adtopHeader
###adtop_dfp
###adtopbanner
###adtopbox
###adtopcenter
###adtophp
###adtrafficright
###adtxt
###adunit
###adunit-article-bottom
###adunit_video
###adunitl
###adup-sidebar
###adv-01
###adv-300
###adv-Bottom
###adv-BoxP
###adv-Middle
###adv-Middle1
###adv-Middle2
###adv-Scrollable
###adv-Top
###adv-TopLeft
###adv-banner
###adv-banner-r
###adv-box
###adv-companion-iframe
###adv-container
###adv-gpt-box-container1
###adv-gpt-masthead-skin-container1
###adv-halfpage
###adv-header
###adv-leaderblock
###adv-leaderboard
###adv-left
###adv-masthead
###adv-middle
###adv-middle1
###adv-midroll
###adv-native
###adv-preroll
###adv-right
###adv-right1
###adv-scrollable
###adv-sticky-1
###adv-sticky-2
###adv-text
###adv-title
###adv-top
###adv-top-skin
###adv300x250
###adv300x250container
###adv468x90
###adv728
###adv728x90
###adv768x90
###advBoxBottom
###advCarrousel
###advHome
###advHook-Middle1
###advRectangle
###advRectangle1
###advSkin
###advTop
###advWrapper
###adv_300
###adv_728
###adv_728x90
###adv_BoxBottom
###adv_Inread
###adv_IntropageOvl
###adv_LdbMastheadPush
###adv_Reload
###adv_Skin
###adv_bootom
###adv_border
###adv_center
###adv_config
###adv_contents
###adv_footer
###adv_holder
###adv_leaderboard
###adv_mob
###adv_mpu1
###adv_mpu2
###adv_network
###adv_overlay
###adv_overlay_content
###adv_r
###adv_right
###adv_skin
###adv_sky
###adv_textlink
###adv_top
###adv_wallpaper
###adv_wallpaper2
###adver
###adver-top
###adverFrame
###advert-1
###advert-120
###advert-2
###advert-ahead
###advert-article
###advert-article-1
###advert-article-2
###advert-article-3
###advert-banner
###advert-banner-container
###advert-banner-wrap
###advert-banner2
###advert-block
###advert-boomer
###advert-box
###advert-column
###advert-container-top
###advert-display
###advert-fireplace
###advert-footer
###advert-footer-hidden
###advert-header
###advert-island
###advert-leaderboard
###advert-left
###advert-mpu
###advert-posterad
###advert-rectangle
###advert-right
###advert-sky
###advert-skyscaper
###advert-skyscraper
###advert-slider-top
###advert-stickysky
###advert-text
###advert-top
###advert-top-banner
###advert-wrapper
###advert1
###advert2
###advert300x260
###advert50
###advertBanner
###advertBox
###advertBoxRight
###advertBoxSquare
###advertColumn
###advertContainer
###advertDB
###advertOverlay
###advertRight
###advertSection
###advertTop
###advertTopLarge
###advertTopSmall
###advertTower
###advertWrapper
###advert_1
###advert_banner
###advert_belowmenu
###advert_box
###advert_container
###advert_container_300
###advert_header
###advert_leaderboard
###advert_media
###advert_mid
###advert_mpu
###advert_mpu_1
###advert_mpu_2
###advert_right1
###advert_sky
###advert_top
###advertblock
###advertborder
###advertbox2
###advertbox3
###advertbox4
###adverthome
###adverti
###adverticum_r_above
###adverticum_r_above_container
###adverticum_r_side_container
###advertise
###advertise-block
###advertise-here
###advertise-sidebar
###advertise1
###advertise2
###advertiseBanner
###advertiseLink
###advertisePlacement
###advertise_top
###advertisediv
###advertisement-300x250
###advertisement-bottom
###advertisement-content
###advertisement-detail1
###advertisement-detail2
###advertisement-large
###advertisement-placement
###advertisement-text
###advertisement1
###advertisement2
###advertisement3
###advertisement728x90
###advertisementArea
###advertisementBox
###advertisementHorizontal
###advertisementRight
###advertisementTop
###advertisement_banner
###advertisement_belowscreenshots
###advertisement_block
###advertisement_box
###advertisement_container
###advertisement_label
###advertisement_notice
###advertisement_title
###advertisements_bottom
###advertisements_sidebar
###advertisements_top
###advertisementsarticle
###advertiser-container
###advertiserLinks
###advertisetop
###advertising-160x600
###advertising-300x250
###advertising-728x90
###advertising-banner
###advertising-caption
###advertising-container
###advertising-right
###advertising-skyscraper
###advertising-top
###advertisingHrefTop
###advertisingLeftLeft
###advertisingLink
###advertisingRightColumn
###advertisingRightRight
###advertisingTop
###advertisingTopWrapper
###advertising_1
###advertising_2
###advertising_300
###advertising_300_under
###advertising_300x105
###advertising_320
###advertising_728
###advertising_728_under
###advertising__banner__content
###advertising_anglerect
###advertising_billboard
###advertising_column
###advertising_container
###advertising_contentad
###advertising_div
###advertising_header
###advertising_holder
###advertising_leaderboard
###advertising_top_container
###advertising_wrapper
###advertisment-horizontal
###advertisment-text
###advertisment1
###advertisment_content
###advertisment_panel
###advertleft
###advertorial
###advertorial-box
###advertorial-wrap
###advertorial1
###advertorial_links
###adverts
###adverts--footer
###adverts-top-container
###adverts-top-left
###adverts-top-middle
###adverts-top-right
###adverts_base
###adverts_post_content
###adverts_right
###advertscroll
###advertsingle
###advertspace
###advertssection
###adverttop
###advframe
###advr_mobile
###advsingle
###advt
###advt_bottom
###advtbar
###advtcell
###advtext
###advtop
###advtopright
###adwallpaper
###adwidget
###adwidget-5
###adwidget-6
###adwidget1
###adwidget2
###adwin
###adwin_rec
###adwith
###adwords-box
###adwrapper
###adxBigAd
###adxBigAd2
###adxLeaderboard
###adxMiddle
###adxMiddleRight
###adxToolSponsor
###adx_ad
###adxtop2
###adzbanner
###adzone
###adzone-middle1
###adzone-middle2
###adzone-right
###adzone-top
###adzone_content
###adzone_wall
###adzonebanner
###adzoneheader
###afc-container
###affiliate_2
###affiliate_ad
###after-dfp-ad-mid1
###after-dfp-ad-mid2
###after-dfp-ad-mid3
###after-dfp-ad-mid4
###after-dfp-ad-top
###after-header-ads
###after-top-menu-ads
###after_ad
###after_bottom_ad
###after_heading_ad
###after_title_ad
###amazon-ads
###amazon_ad
###anAdScGame300x250
###analytics_ad
###analytics_banner
###anchor-ad
###anchorAd
###aniview-ads
###aom-ad-right_side_1
###aom-ad-right_side_2
###aom-ad-top
###apiBackgroundAd
###article-ad
###article-ad-container
###article-ad-content
###article-ads
###article-advert
###article-advert-dfp
###article-aside-top-ad
###article-billboard-ad-1
###article-bottom-ad
###article-box-ad
###article-content-ad
###article-footer-ad
###article-footer-sponsors
###article-island-ad
###article-sidebar-ad
###articleAd
###articleAdReplacement
###articleBoard-ad
###articleBottom-ads
###articleLeftAdColumn
###articleSideAd
###articleTop-ads
###article_ad
###article_ad_1
###article_ad_3
###article_ad_bottom
###article_ad_container
###article_ad_top
###article_ad_w
###article_adholder
###article_ads
###article_advert
###article_banner_ad
###article_body_ad1
###article_box_ad
###articlead1
###articlead2
###articlead300x250r
###articleadblock
###articlefootad
###articletop_ad
###aside-ad-container
###asideAd
###aside_ad
###asideads
###asinglead
###ax-billboard
###ax-billboard-bottom
###ax-billboard-sub
###ax-billboard-top
###backad
###background-ad-cover
###background-adv
###background_ad_left
###background_ad_right
###background_ads
###backgroundadvert
###banADbanner
###banner-300x250
###banner-468x60
###banner-728
###banner-728x90
###banner-ad
###banner-ad-container
###banner-ad-large
###banner-ads
###banner-advert
###banner-lg-ad
###banner-native-ad
###banner-skyscraper
###banner300x250
###banner468
###banner468x60
###banner728
###banner728x90
###bannerAd
###bannerAdFrame
###bannerAdTop
###bannerAdWrap
###bannerAdWrapper
###bannerAds
###bannerAdsense
###bannerAdvert
###bannerGoogle
###banner_ad_bottom
###banner_ad_footer
###banner_ad_module
###banner_ad_placeholder
###banner_ad_top
###banner_ads
###banner_adsense
###banner_adv
###banner_advertisement
###banner_adverts
###banner_atf__container
###banner_content_ad
###banner_sedo
###banner_slot
###banner_spacer
###banner_topad
###banner_videoad
###banner_wrapper_top
###bannerad-bottom
###bannerad-top
###bannerad2
###banneradrow
###bannerads
###banneradspace
###banneradvert3
###banneradvertise
###bannerplayer-wrap
###baseboard-ad
###baseboard-ad-wrapper
###bbContentAds
###bb_ad_container
###bb_top_ad
###bbadwrap
###before-footer-ad
###below-listings-ad
###below-menu-ad-header
###below-post-ad
###below-title-ad
###belowAd
###belowContactBoxAd
###belowNodeAds
###below_content_ad_container
###belowad
###belowheaderad
###bg-custom-ad
###bg-footer-ads
###bg-footer-ads2
###bg_banner_120x600
###bg_banner_468x60
###bg_banner_728x90
###bg_googlebanner_160x600LH
###bgad
###big-box-ad
###bigAd
###bigAd1
###bigAd2
###bigAdDiv
###bigBannerAd
###bigBoxAd
###bigBoxAdCont
###big_ad
###big_ad_label
###big_ads
###bigad
###bigadbox
###bigads
###bigadspace
###bigadspot
###bigboard_ad
###bigsidead
###billboard-ad
###billboard-atf
###billboard_ad
###bingadcontainer2
###blkAds1
###blkAds2
###blkAds3
###blkAds4
###blkAds5
###block-ad-articles
###block-adsense-0
###block-adsense-2
###block-adsense-banner-article-bottom
###block-adsense-banner-channel-bottom
###block-advertisement
###block-advertorial
###block-articlebelowtextad
###block-articlefrontpagead
###block-articletopadvert
###block-dfp-top
###block-frontpageabovepartnersad
###block-frontpagead
###block-frontpagesideadvert1
###block-google-ads
###block-googleads3
###block-googleads3-2
###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-sponsors
###blockAd
###blockAds
###block_ad
###block_ad2
###block_ad_container
###block_advert
###block_advert1
###block_advert2
###block_advertisement
###blog-ad
###blog-advert
###blog-header-ad
###blog_ad_area
###blogad
###blogad-wrapper
###blogads
###bm-HeaderAd
###bn_ad
###bnr-300x250
###bnr-468x60
###bnr-728x90
###bnrAd
###body-ads
###bodyAd1
###bodyAd2
###bodyAd3
###bodyAd4
###body_728_ad
###body_ad
###body_centered_ad
###bodymainAd
###book-ad
###bordeaux-preemptive-ad-0
###bottom-ad
###bottom-ad-1
###bottom-ad-area
###bottom-ad-banner
###bottom-ad-container
###bottom-ad-leaderboard
###bottom-ad-slot
###bottom-ad-tray
###bottom-ad-wrapper
###bottom-add
###bottom-adhesion-container
###bottom-ads
###bottom-ads-bar
###bottom-ads-container
###bottom-adspot
###bottom-advertising
###bottom-boxad
###bottom-not-ads
###bottom-side-ad
###bottom-sponsor-add
###bottom-story-ad-0
###bottomAd
###bottomAd300
###bottomAdBlcok
###bottomAdContainer
###bottomAdSection
###bottomAdSense
###bottomAdSenseDiv
###bottomAdWrapper
###bottomAds
###bottomAdvBox
###bottomBannerAd
###bottomContentAd
###bottomDDAd
###bottomLeftAd
###bottomMPU
###bottomRightAd
###bottom_ad
###bottom_ad_728
###bottom_ad_area
###bottom_ad_box
###bottom_ad_region
###bottom_ad_unit
###bottom_ad_wrapper
###bottom_adbox
###bottom_ads
###bottom_adwrapper
###bottom_banner_ad
###bottom_fixed_ad_overlay
###bottom_leader_ad
###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-content-ad
###box1ad
###box2ad
###boxAD
###boxAd
###boxAd300
###boxAdContainer
###boxAdvert
###boxLREC
###box_ad
###box_ad_container
###box_ad_middle
###box_ads
###box_advertisement
###box_advertising_info
###box_advertisment
###box_articlead
###box_text_ads
###boxad
###boxads
###bpAd
###br-ad-header
###branding_click
###breadcrumb_ad
###breakbarad
###bsa_add_holder_g
###bt-ad
###bt-ad-header
###btfAdNew
###btm_ad
###btm_ads
###btmad
###btnAdDP
###btnAds
###btnads
###btopads
###button-ads
###button_ad_container
###button_ads
###buy-sell-ads
###buySellAds
###buysellads
###captcha-adspace
###carbon-ads-container-bg
###carbonadcontainer
###carbonads
###carbonads-container
###card-ads-top
###category-ad
###category-sponsor
###cellAd
###center-ad
###center-ad-group
###centerads
###ch-ad-outer-right
###ch-ads
###channel_ad
###channel_ads
###circ_ad
###circ_ad_holder
###circad_wrapper
###classifiedsads
###clickforad
###clientAds
###close-footer-ad
###closeAdsDiv
###closeable-ad
###cloudAdTag
###cls_ad
###cltAd
###coAd
###cokeAd
###col-right-ad
###colAd
###colombiaAdBox
###columnAd
###commentAdWrapper
###commentTopAd
###comment_ad_zone
###comments-ad-container
###comments-ads
###comments-standalone-mpu
###compAdvertisement
###companion-ad
###companionAd
###companionAdDiv
###companion_Ad
###companionad
###connatix
###connatix-moveable
###connatix_placeholder_desktop
###container-ad
###container_ad
###content-ad
###content-ad-side
###content-ads
###content-adver
###content-contentad
###content-header-ad
###content-left-ad
###content-right-ad
###contentAd
###contentAdSense
###contentAdTwo
###contentAds
###contentBoxad
###content_Ad
###content_ad
###content_ad_1
###content_ad_2
###content_ad_block
###content_ad_container
###content_ad_placeholder
###content_ads
###content_ads_top
###content_adv
###content_bottom_ad
###content_bottom_ads
###content_mpu
###contentad
###contentad-adsense-homepage-1
###contentad-commercial-1
###contentad-content-box-1
###contentad-footer-tfm-1
###contentad-lower-medium-rectangle-1
###contentad-story-middle-1
###contentad-superbanner-1
###contentad-top-adsense-1
###contentad-topbanner-1
###contentadcontainer
###contentads
###contextad
###contextual-ads
###contextual-ads-block
###contextualad
###cornerad
###coverads
###cpmstar_anchor_divad
###criteoAd
###crt-adblock-a
###crt-adblock-b
###ctl00_ContentPlaceHolder1_ucAdHomeRightFO_divAdvertisement
###ctl00_ContentPlaceHolder1_ucAdHomeRight_divAdvertisement
###ctl00_adCar
###ctl00_adFooter
###ctl00_leaderboardAdvertContainer
###ctl00_skyscraperAdvertContainer
###ctl00_topAd
###ctl00_ucFooter_ucFooterBanner_divAdvertisement
###ctr-ad
###cubeAd
###cube_ad
###cube_ads
###customAd
###customAds
###customad
###darazAd
###dashboardFeaturedEventAd
###dashboardRectangleAd
###daumAd
###dcomHomeTop-728x90
###ddAdZone2
###desktop-ad-top
###desktop-sidebar-ad
###desktop_middle_ad_fixed
###desktop_top_ad_fixed
###dfp-ad-bottom-wrapper
###dfp-ad-container
###dfp-ad-floating
###dfp-ad-leaderboard
###dfp-ad-leaderboard-wrapper
###dfp-ad-medium_rectangle
###dfp-ad-mediumrect-wrapper
###dfp-ad-mpu1
###dfp-ad-mpu2
###dfp-ad-right1
###dfp-ad-right1-wrapper
###dfp-ad-right2
###dfp-ad-right2-wrapper
###dfp-ad-right3
###dfp-ad-right4-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-top-wrapper
###dfp-ap-2016-interstitial
###dfp-article-mpu
###dfp-article-related0-mpu
###dfp-atf
###dfp-atf-desktop
###dfp-banner
###dfp-banner-popup
###dfp-billboard1
###dfp-billboard2
###dfp-btf
###dfp-btf-desktop
###dfp-footer-desktop
###dfp-header
###dfp-header-container
###dfp-ia01
###dfp-ia02
###dfp-interstitial
###dfp-leaderboard
###dfp-leaderboard-desktop
###dfp-masthead
###dfp-middle
###dfp-middle1
###dfp-mtf
###dfp-mtf-desktop
###dfp-rectangle
###dfp-rectangle1
###dfp-ros-res-header_container
###dfp-tlb
###dfp-top-banner
###dfp-wallpaper-wrapper
###dfpAd
###dfp_ad_mpu
###dfp_ads_4
###dfp_ads_5
###dfp_bigbox_2
###dfp_bigbox_recipe_top
###dfp_container
###dfp_leaderboard
###dfpad-0
###dfpslot_tow_2-0
###dfpslot_tow_2-1
###dfrads-widget-3
###dfrads-widget-6
###dfrads-widget-7
###dianomiNewsBlock
###dict-adv
###direct-ad
###disable-ads-container
###display-ads
###displayAd
###displayAdSet
###display_ad
###displayad_carousel
###displayad_rectangle
###div-ad-1x1
###div-ad-bottom
###div-ad-flex
###div-ad-inread
###div-ad-leaderboard
###div-ad-r
###div-ad-r1
###div-ad-top
###div-ad-top_banner
###div-adcenter1
###div-adcenter2
###div-advert
###div-contentad_1
###div-footer-ad
###div-gpt-FloorAd
###div-gpt-LDB1
###div-gpt-MPU1
###div-gpt-MPU2
###div-gpt-MPU3
###div-gpt-Skin
###div-gpt-inline-main
###div-gpt-mini-leaderboard1
###div-gpt-mrec
###div-insticator-ad-1
###div-insticator-ad-2
###div-insticator-ad-3
###div-insticator-ad-4
###div-insticator-ad-5
###div-insticator-ad-6
###div-insticator-ad-9
###div-leader-ad
###div-social-ads
###divAd
###divAdDetail
###divAdHere
###divAdHorizontal
###divAdLeft
###divAdMain
###divAdRight
###divAdSpecial
###divAdWrapper
###divAdd728x90
###divAdd_Right
###divAdd_Top
###divAds
###divAdsTop
###divAdv300x250
###divAdvertisement
###divDoubleAd
###divFoldersAd
###divFooterAd
###divFooterAds
###divSponsoredLinks
###divStoryBigAd1
###divThreadAdBox
###divTopAd
###divTopAds
###divWrapper_Ad
###div_ad_TopRight
###div_ad_float
###div_ad_holder
###div_ad_leaderboard
###div_advt_right
###div_belowAd
###div_bottomad
###div_bottomad_container
###div_googlead
###div_header_sponsors
###div_the_mgid
###div_video_ads
###divadfloat
###dnn_AdBannerPane
###dnn_Advertisement
###dnn_adSky
###dnn_adTop
###dnn_ad_banner
###dnn_ad_island1
###dnn_ad_skyscraper
###dnn_sponsoredLinks
###downloadAd
###download_ad
###download_ads
###dragads
###ds-mpu
###dsStoryAd
###dsk-banner-ad-a
###dsk-banner-ad-b
###dsk-banner-ad-c
###dsk-banner-ad-d
###dsk-box-ad-c
###dsk-box-ad-d
###dsk-box-ad-f
###dsk-box-ad-g
###dv-gpt-ad-bigbox-wrap
###dvAd1Data
###dvAd1main
###dvAd5Data
###dvAd5Main
###dvAdHead
###dvCenterAd
###dvad2
###dvad2main
###dvad5
###dvad6cntnr
###dvad6main
###dvadfirst
###dvadfirstmain
###dvadscnd
###dvadsecondmain
###dvsmladlft
###dvsmladrgt
###dynamicAdDiv
###dynamicAdSlot1
###dynamicAdWinDiv
###elgoogybsda
###em_ad_superbanner
###embedAD
###embedADS
###event_ads
###events-adv-side1
###events-adv-side2
###events-adv-side3
###events-adv-side4
###events-adv-side5
###events-adv-side6
###exoAd
###externalAd
###ezmobfooter
###featureAd
###featureAdSpace
###featureAds
###feature_ad
###featuread
###featured-ads
###featuredAds
###first-ads
###first_ad
###firstad
###fixed-ad
###fixedAd
###fixedban
###floatAd
###floatads
###floating-ad-wrapper
###floating-ads
###floating-advert
###floatingAd
###floatingAdContainer
###floatingAds
###floating_ad
###floating_ad_container
###floating_ads_bottom_textcss_container
###floorAdWrapper
###foot-ad-wrap
###foot-ad2-wrap
###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-slot
###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-leaderboard-ad
###footer-sponsored
###footer-sponsors
###footerAd
###footerAdBottom
###footerAdBox
###footerAdDiv
###footerAdWrap
###footerAdd
###footerAds
###footerAdsPlacement
###footerAdvert
###footerAdvertisement
###footerAdverts
###footerGoogleAd
###footer_AdArea
###footer_ad
###footer_ad_block
###footer_ad_container
###footer_ad_frame
###footer_ad_holder
###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
###forum-top-ad-bar
###frameAd
###frameTextAd2
###front-ad-cont
###front-page-ad
###front-page-advert
###front-page-middle-advertisement
###frontPageAd
###front_adtop_content
###front_advert
###front_mpu
###front_mpu_content
###frontlowerad
###ft-ad
###ft-ads
###ft_mpu
###full_banner_ad
###fusionad
###fw-advertisement
###fwAdBox
###fwdevpDiv0
###fwdevpDiv1
###fwdevpDiv2
###gAds
###gStickyAd
###g_ad
###g_adsense
###gad300x250
###gad728x90
###gads300x250
###gadsOverlayUnit
###gads_middle
###gallery-ad
###gallery-ad-container
###gallery-advert
###gallery-below-line-advert
###gallery-sidebar-advert
###gallery_ad
###gallery_ads
###gallery_header_ad
###galleryad1
###gam-ad-ban1
###game-ad
###gamead
###gameads
###gasense
###geoAd
###gg_ad
###ggl-ad
###glamads
###global-banner-ad
###globalLeftNavAd
###globalTopNavAd
###global_header_ad
###global_header_ad_area
###gm-ad-lrec
###goad1
###goads
###gog_ad
###gooadtop
###google-ad
###google-ads
###google-ads-bottom
###google-ads-bottom-container
###google-ads-container
###google-ads-detailsRight
###google-ads-directoryViewRight
###google-ads-header
###google-adsense
###google-adwords
###google-afc
###google-dfp-bottom
###google-dfp-top
###google-post-ad
###google-post-adbottom
###google-top-ads
###googleAd
###googleAdArea
###googleAdBottom
###googleAdBox
###googleAdMid
###googleAdTop
###googleAdView
###googleAds
###googleAdsFrame
###googleAdsense
###googleAdsenseAdverts
###googleAdwordsModule
###googleAfcContainer
###googleSearchAds
###google_ad_1
###google_ad_2
###google_ad_3
###google_ad_container
###google_ad_inline
###google_ad_slot
###google_ads
###google_ads_1
###google_ads_box
###google_ads_div_header1
###google_ads_div_header2
###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_test
###google_ads_wide
###google_adsense
###google_adsense_ad
###google_textlinks
###googlead
###googlead-leaderboard
###googlead-left
###googlead-post-mpu
###googlead-sidebar-middle
###googlead-sidebar-top
###googlead01
###googlead2
###googleadbig
###googleadleft
###googleads
###googleads1
###googleadsense
###googleadsense300x250
###googleadsrc
###googleadstop
###googlebanner
###googlesponsor
###googletextads
###googtxtad
###gpt-ad-1
###gpt-ad-banner
###gpt-ad-halfpage
###gpt-ad-outofpage-wp
###gpt-ad-rectangle1
###gpt-ad-rectangle2
###gpt-ad-side-bottom
###gpt-ad-skyscraper
###gpt-instory-ad
###gpt-leaderboard-ad
###gpt-mpu
###gpt-sticky
###grdAds
###gridAdSidebar
###grid_ad
###gtm_dfp_leaderboard_top
###h-ad
###half-page-ad
###halfPageAd
###half_page_ad_300x600
###halfpagead
###hawkMagWidget
###hd_ad
###head-ad
###head-ad-space
###head-ad-timer
###head-ads
###head-advertisement
###headAd
###headAds
###headAdv
###head_ad
###head_ads
###head_advert
###headad
###headadvert
###header-ad
###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-right
###header-ad-slot
###header-ad-wrap
###header-ad-wrapper
###header-ad2
###header-ads
###header-ads-container
###header-ads-holder
###header-ads-wrapper
###header-adsense
###header-adserve
###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-ad-wrapper
###header-block-ads
###header-box-ads
###header-google
###headerAd
###headerAdBackground
###headerAdButton
###headerAdContainer
###headerAdSpace
###headerAdUnit
###headerAdWrap
###headerAds
###headerAdsWrapper
###headerAdv
###headerAdvert
###header_ad
###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_adsense
###header_adv
###header_advert
###header_advertisement
###header_advertisement_top
###header_advertising
###header_adverts
###header_bottom_ad
###header_mainad
###header_publicidad
###header_right_ad
###header_sponsors
###header_top_ad
###headerad
###headerad_large
###headeradbox
###headeradcontainer
###headerads
###headeradsbox
###headeradsense
###headeradspace
###headeradvertholder
###headeradwrap
###headergooglead
###headersponsors
###headingAd
###headline-sponsor
###headline_ad
###hearst-autos-ad-wrapper
###hf-top-ad
###home-ad
###home-ad-block
###home-ad-slot
###home-advert-module
###home-advertise
###home-banner-ad
###home-left-ad
###home-rectangle-ad
###home-side-ad
###home-top-ads
###homeAd
###homeAdLeft
###homeAds
###homeArticlesAd
###homeMPU
###homePageBotAd
###homeSideAd
###homeTopRightAd
###home_ad
###home_ad_b_1
###home_ads_vert
###home_advertising_block
###home_bottom_ad
###home_contentad
###home_feature_ad
###home_lower_center_right_ad
###home_mpu
###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
###homepage-sponsored
###homepageAd
###homepageAdsTop
###homepageFooterAd
###homepageGoogleAds
###homepage_ad
###homepage_ad_listing
###homepage_rectangle_ad
###homepage_right_ad
###homepage_right_ad_container
###homepage_top_ad
###homepage_top_ads
###homepagead_300x250
###homepageadvert
###hometopads
###horAd
###hor_ad
###horadslot
###horizad
###horizads728
###horizontal-ad
###horizontal-adspace
###horizontal-banner-ad
###horizontalAd
###horizontalAdvertisement
###horizontal_ad
###horizontal_ad2
###horizontal_ad_top
###horizontalad
###horizontalads
###hottopics-advert
###hours_ad
###houseAd
###hovered_sponsored
###hp-desk-after-header-ad
###hp-header-ad
###hp-right-ad
###hp-store-ad
###hpAdVideo
###idDivAd
###id_SearchAds
###iframe-ad
###iframeAd_2
###iframe_ad_2
###imPopup
###im_popupDiv
###ima_ads-2
###ima_ads-3
###ima_ads-4
###imgad1
###imu_ad_module
###in-article-ad
###in-article-mpu
###in-content-ad
###inArticleAdv
###inarticlead
###inc-ads-bigbox
###incontent-ad-2
###incontent-ad-3
###incontentAd1
###incontentAd2
###incontentAd3
###index-ad
###index-bottom-advert
###indexSquareAd
###index_ad
###indexad
###indexad300x250l
###indexsmallads
###indiv_adsense
###infoBottomAd
###infoboxadwrapper
###inhousead
###initializeAd
###inline-ad
###inline-ad-label
###inline-advert
###inline-story-ad
###inline-story-ad2
###inlineAd
###inlineAdCont
###inlineAdtop
###inlineAdvertisement
###inlineBottomAd
###inline_ad
###inline_ad_section
###inlinead
###inlineads
###inner-ad
###inner-ad-container
###inner-advert-row
###inner-top-ads
###innerad
###innerpage-ad
###inside-page-ad
###insideCubeAd
###instant_ad
###insticator-container
###instoryad
###int-ad
###int_ad
###interads
###intermediate-ad
###internalAdvert
###internalads
###interstitial-shade
###interstitialAd
###interstitialAdContainer
###interstitialAdUnit
###interstitial_ad
###interstitial_ad_container
###interstitial_ads
###intext_ad
###introAds
###intro_ad_1
###invid_ad
###ipadv
###iq-AdSkin
###iqadcontainer
###iqadoverlay
###iqadtile1
###iqadtile11
###iqadtile14
###iqadtile15
###iqadtile16
###iqadtile2
###iqadtile3
###iqadtile4
###iqadtile41
###iqadtile6
###iqadtile8
###iqadtile9
###iqadtile99
###islandAd
###islandAdPan
###islandAdPane
###islandAdPane2
###island_ad_top
###islandad
###iv160ad
###iv728ad
###jobs-ad
###js-ad-billboard
###js-ad-leaderboard
###js-image-ad-mpu
###js-page-ad-top
###js-wide-ad
###js_commerceInsetModule
###jsid-ad-container-post_above_comment
###jsid-ad-container-post_below_comment
###large-ads
###large-bottom-leaderboard-ad
###large-leaderboard-ad
###large-middle-leaderboard-ad
###large-rectange-ad
###large-rectange-ad-2
###large-screen-ads
###large-skyscraper-ad
###largeAd
###largeAds
###large_rec_ad1
###largead
###layer_ad
###layer_ad_content
###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
###leader-companion > a[href]
###leaderAd
###leaderAdContainer
###leaderAdContainerOuter
###leaderBoardAd
###leader_ad
###leader_board_ad
###leaderad
###leaderad_section
###leaderadvert
###leaderboard-ad
###leaderboard-advert
###leaderboard-advertisement
###leaderboard-atf
###leaderboard-bottom-ad
###leaderboard.ad
###leaderboardAd
###leaderboardAdTop
###leaderboardAds
###leaderboardAdvert
###leaderboard_728x90
###leaderboard_Ad
###leaderboard_ad
###leaderboard_ads
###leaderboard_bottom_ad
###leaderboard_top_ad
###leaderboardad
###leatherboardad
###left-ad
###left-ad-1
###left-ad-2
###left-ad-col
###left-ad-iframe
###left-ad-skin
###left-bottom-ad
###left-col-ads-1
###left-content-ad
###leftAD
###leftAdAboveSideBar
###leftAdCol
###leftAdContainer
###leftAdMessage
###leftAdSpace
###leftAd_fmt
###leftAd_rdr
###leftAds
###leftAdsSmall
###leftAdvert
###leftBanner-ad
###leftColumnAdContainer
###leftGoogleAds
###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_top_ad
###leftad
###leftadg
###leftads
###leftcolAd
###leftcolumnad
###leftforumad
###leftrail_dynamic_ad_wrapper
###lg-banner-ad
###ligatus
###ligatus_adv
###ligatusdiv
###lightboxAd
###linkAdSingle
###linkAds
###link_ads
###linkads
###listadholder
###liste_top_ads_wrapper
###listing-ad
###live-ad
###localAds
###localpp
###locked-footer-ad-wrapper
###logoAd
###logoAd2
###logo_ad
###long-ad
###long-ad-space
###long-bottom-ad-wrapper
###longAdSpace
###longAdWrap
###long_advert_header
###long_advertisement
###lower-ad-banner
###lower-ads
###lower-advertising
###lower-home-ads
###lowerAdvertisement
###lowerAdvertisementImg
###lower_ad
###lower_content_ad_box
###lowerads
###lowerthirdad
###lpAdPanel
###lrec_ad
###lrecad
###m-banner-bannerAd
###main-ad
###main-advert
###mainAd
###mainAd1
###mainAdUnit
###mainAdvert
###mainPageAds
###mainPlaceHolder_coreContentPlaceHolder_rightColumnAdvert_divControl
###main_AD
###main_ad
###main_ads
###main_content_ad
###main_rec_ad
###main_top_ad
###mainui-ads
###mapAdsSwiper
###mapAdvert
###marcoad
###marketingRotator
###marketplaceAds
###marquee-ad
###marquee_ad
###masSearchAd
###mastAd
###mastAdvert
###mastad
###masterad
###mastercardAd
###masthead_ad
###masthead_ads_container
###masthead_topad
###med-rect-ad
###med-rectangle-ad
###medRecAd
###medReqAd
###media-ad
###medium-ad
###mediumAd1
###mediumAdContainer
###mediumAdvertisement
###mediumRectangleAd
###medrec_bottom_ad
###medrec_middle_ad
###medrec_top_ad
###medrectad
###medrectangle_banner
###menuad
###menubarad
###mgid-container
###mgid_iframe
###mid-ad-slot-1
###mid-ad-slot-3
###mid-ad-slot-5
###mid-ads
###mid-table-ad
###midAD
###midRightAds
###midRightTextAds
###mid_ad
###mid_ad_div
###mid_ad_title
###mid_left_ads
###mid_mpu
###mid_roll_ad_holder
###midadspace
###midadvert
###midbarad
###midbnrad
###midcolumn_ad
###middle-ad
###middle-ad-destin
###middleAd
###middle_ad
###middle_ads
###middle_mpu
###middlead
###middleads
###middleads2
###midpost_ad
###midrect_ad
###midstrip_ad
###mini-ad
###mobile-adhesion
###mobile-ads-ad
###mobile-footer-ad-wrapper
###mobileAdContainer
###mobile_ad_main
###mobile_ads_100_pc
###mobile_ads_block
###mod-tafad
###mod_ad
###mod_ad_top
###modal-ad
###module-ads-01
###module-ads-02
###module_ad
###module_box_ad
###module_sky_scraper
###monsterAd
###mpu-ad
###mpu-advert
###mpu-cont
###mpu-content
###mpu-sidebar
###mpu1_parent
###mpu2
###mpu2_container
###mpuAd
###mpuAdvert
###mpuAdvertDesk3
###mpuContainer
###mpuDiv
###mpuInContent
###mpuSecondary
###mpuSlot
###mpuWrapper
###mpuWrapper600
###mpuWrapperAd
###mpuWrapperAd2
###mpu_300x250
###mpu_ad
###mpu_ad2
###mpu_adv
###mpu_banner
###mpu_bottom_sb_1_parent
###mpu_box
###mpu_container
###mpu_div
###mpu_holder
###mpu_text_ad
###mpu_top
###mpuad
###mpubox
###mpuholder
###mvp-foot-ad-wrap
###mvp-post-bot-ad
###my-ads
###narrow-ad
###narrow_ad_unit
###native-ads-placeholder
###native_ad2
###native_ads
###nav-ad-container
###navAdBanner
###nav_ad
###nav_ad_728_mid
###navads-container
###navbar_ads
###navigation-ad
###navlinkad
###newAd
###ng-ad
###ng-ad-lbl
###ni-ad-row
###nk_ad_top
###northad
###notify_ad
###ntvads
###omnibar_ad
###online_ad
###openx-text-ad
###openx-widget
###ovadsense
###overlay-ad-bg
###overlay_ad
###overlayad
###overlayadd
###p-Ad
###p-advert
###p-googlead
###p-googleadsense
###p2HeaderAd
###p2squaread
###page-ad-top
###page-advertising
###page-header-ad
###page-top-ad
###pageAdDiv
###pageAdds
###pageAds
###pageAdsDiv
###pageAdvert
###pageBannerAd
###pageLeftAd
###pageMiddleAdWrapper
###pageRightAd
###page__outside-advertsing
###page_ad
###page_ad_top
###page_top_ad
###pageads_top
###pagebottomAd
###pagination-advert
###panel-ad
###panelAd
###panel_ad1
###panoAdBlock
###partner-ad
###partnerAd
###partnerMedRec
###partner_ads
###pause-ad
###pause-ads
###pauseAd
###pc-div-gpt-ad_728-3
###pencil-ad
###pencil-ad-container
###perm_ad
###permads
###persistentAd
###personalization_ads
###pgAdWrapper
###ph_ad
###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
###pop.div_pop
###pop_ad
###popadwrap
###popback-ad
###popoverAd
###popupAd
###popupBottomAd
###popup_ad_wrapper
###popupadunit
###post-ad
###post-ads
###post-bottom-ads
###post-content-ad
###post-page-ad
###post-promo-ad
###postAd
###postNavigationAd
###post_ad
###post_addsense
###post_adsense
###post_adspace
###post_advert
###postads0
###ppcAdverts
###ppvideoadvertisement
###pr_ad
###pr_advertising
###pre-adv
###pre-footer-ad
###preAds_ad_mrec_intext
###preAds_ad_mrec_intext2
###preminumAD
###premiumAdTop
###premium_ad
###premiumad
###premiumads
###prerollAd
###preroll_ads
###primis-container
###primis_player
###print_ads
###printads
###privateads
###productads
###promo-ad
###promoAds
###promoFloatAd
###promo_ads
###pub468x60
###pub728x90
###publicidad
###publicidadeLREC
###pushAd
###pushDownAd
###pushdownAd
###pushdownAdWrapper
###pushdown_ad
###pusher-ad
###pvadscontainer
###quads-ad1_widget
###quads-ad2_widget
###quads-admin-ads-js
###quidgetad
###quigo
###quigo-ad
###quigo_ad
###quinAdLeaderboard
###r89-desktop-top-ad
###r_adver
###radio-ad-container
###rail-ad-wrap
###rail-bottom-ad
###railAd
###rail_ad
###rail_ad1
###rail_ad2
###rec_spot_ad_1
###recommendAdBox
###rect-ad
###rectAd
###rect_ad
###rectad
###rectangle-ad
###rectangleAd
###rectangleAdTeaser1
###rectangle_ad
###redirect-ad
###redirect-ad-modal
###reference-ad
###region-node-advert
###reklam_buton
###reklam_center
###reklama
###reklama_big
###reklama_left_body
###reklama_left_up
###reklama_right_up
###related-ads
###related-news-1-bottom-ad
###related-news-1-top-ad
###related_ad
###related_ads
###related_ads_box
###removeAdsSidebar
###removeadlink
###responsive-ad
###responsive-ad-sidebar-container
###responsive_ad
###responsivead
###result-list-aside-topadsense
###resultSponLinks
###resultsAdsBottom
###resultsAdsSB
###resultsAdsTop
###rh-ad
###rh-ad-container
###rh_tower_ad
###rhc_ads
###rhs_ads
###rhs_adverts
###rhsads
###rhsadvert
###richad
###right-ad
###right-ad-block
###right-ad-col
###right-ad-iframe
###right-ad-skin
###right-ad1
###right-ads
###right-ads-rail
###right-advert
###right-bar-ad
###right-box-ad
###right-content-ad
###right-featured-ad
###right-rail-ad-slot-content-top
###right-widget-b-ads_widget-9
###right-widget-c-ads_widget-7
###right-widget-d-ads_widget-36
###right-widget-top-ads_widget-23
###right1-ad
###right1ad
###rightAD
###rightAd
###rightAd1
###rightAdBar
###rightAdBlock
###rightAdColumn
###rightAdContainer
###rightAdHolder
###rightAdUnit
###rightAd_rdr
###rightAds
###rightAdsDiv
###rightBlockAd
###rightBottomAd
###rightColAd
###rightColumnAds
###rightRailAds
###rightSideAd
###rightSideAdvert
###right_Ads2
###right_ad
###right_ad_1
###right_ad_2
###right_ad_box
###right_ad_container
###right_ad_top
###right_ad_wrapper
###right_ads
###right_ads_box
###right_adsense
###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_player_ad
###right_side_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
###rightbar-ad
###rightbar_ad
###rightcol_sponsorad
###rightgoogleads
###rightrail-ad
###rightside-ads
###rightside_ad
###rightsideadstop
###rightskyad
###rladvt
###rm-adslot-bigsizebanner_1
###rm-adslot-contentad_1
###rotating_ad
###rotatingads
###row-ad
###rowAdv
###rtAdvertisement
###rtMod_ad
###scroll-ad
###scroll_ad
###search-ad
###search-ads1
###search-google-ads
###search-sponsor
###search-sponsored-links
###searchAd
###searchAds
###search_ad
###search_ads
###second_ad_div
###secondad
###section-ad
###section-ad-bottom
###section_ad
###section_advertisements
###self-ad
###sev1mposterad
###show-ad
###show-sticky-ad
###showAd
###show_ads
###showads
###showcaseAd
###sic_superBannerAdTop
###side-ad
###side-ad-container
###side-ads
###side-ads-box
###side-banner-ad
###side-boxad
###sideABlock
###sideAD
###sideAd
###sideAd1
###sideAd2
###sideAd3
###sideAd4
###sideAdArea
###sideAdLarge
###sideAdSmall
###sideAdSub
###sideAds
###sideBannerAd
###sideBar-ads
###sideBarAd
###sideSponsors
###side_ad
###side_ad_module
###side_ad_wrapper
###side_adkit
###side_ads
###side_adverts
###side_longads
###side_sky_ad
###side_skyscraper_ad
###side_sponsors
###sidead
###sidead1
###sideads
###sideads_container
###sideadscol
###sideadvert
###sideadzone
###sidebar-ad
###sidebar-ad-1
###sidebar-ad-2
###sidebar-ad-block
###sidebar-ad-boxes
###sidebar-ad-middle
###sidebar-ad-wrap
###sidebar-ad1
###sidebar-ad2
###sidebar-ad3
###sidebar-ads
###sidebar-ads-content
###sidebar-ads-narrow
###sidebar-ads-wide
###sidebar-ads-wrapper
###sidebar-adspace
###sidebar-adv
###sidebar-advertise-text
###sidebar-advertisement
###sidebar-left-ad
###sidebar-main-ad
###sidebar-sponsors
###sidebar-top-ad
###sidebar-top-ads
###sidebar2-ads
###sidebar2ads
###sidebarAd
###sidebarAd1
###sidebarAd2
###sidebarAdSense
###sidebarAdSpace
###sidebarAdUnitWidget
###sidebarAds
###sidebarAdvTop
###sidebarAdvert
###sidebarSponsors
###sidebarTextAds
###sidebarTowerAds
###sidebar_ad
###sidebar_ad_1
###sidebar_ad_2
###sidebar_ad_3
###sidebar_ad_big
###sidebar_ad_container
###sidebar_ad_top
###sidebar_ad_widget
###sidebar_ad_wrapper
###sidebar_adblock
###sidebar_ads
###sidebar_box_add
###sidebar_topad
###sidebarad
###sidebarad0
###sidebaradpane
###sidebarads
###sidebaradsense
###sidebaradverts
###sidebard-ads-wrapper
###sidebargooglead
###sidebargoogleads
###sidebarrectad
###sideline-ad
###sidepad-ad
###single-ad
###single-ad-2
###single-adblade
###single-mpu
###singleADS
###singleADS3
###singleAd
###singleAdsContainer
###singlead
###singleads
###site-ad-container
###site-ads
###site-header__ads
###site-leaderboard-ads
###site-sponsor-ad
###site-sponsors
###siteAdHeader
###site_bottom_ad_div
###site_content_ad_div
###site_top_ad
###site_wrap_ad
###sitead
###skcolAdSky
###skin-ad
###skin-ad-left-rail-container
###skin-ad-right-rail-container
###skinTopAd
###skin_adv
###skinad-left
###skinad-right
###skinningads
###sky-ad
###sky-ads
###sky-left
###sky-right
###skyAd
###skyAdContainer
###skyScraperAd
###skyScrapperAd
###skyWrapperAds
###sky_ad
###sky_advert
###skyads
###skyadwrap
###skybox-ad
###skyline_ad
###skyscrapeAd
###skyscraper-ad
###skyscraperAd
###skyscraperAdContainer
###skyscraperAdWrap
###skyscraperAds
###skyscraperWrapperAd
###skyscraper_ad
###skyscraper_advert
###skyscraperadblock
###skyscrapper-ad
###slideAd
###slide_ad
###slidead
###slideboxad
###slider-ad
###sliderAdHolder
###slider_ad
###slideshowAd
###slideshow_ad_300x250
###sm-banner-ad
###smallAd
###small_ad
###small_ads
###smallad
###smallads
###smallerAd
###some-ads
###some-ads-holder
###sp-adv-banner-top
###sp-top-ad-wrapper
###specialAd
###special_ads
###specialadfeatures
###specials_ads
###speed_ads
###speeds_ads
###sphereAd
###sphereAd-wrap
###splashy-ad-container-top
###spnAds
###spnslink
###sponBox
###sponLinkDiv_1
###sponLinkDiv_2
###spon_links
###sponlink
###sponlinks
###sponsAds
###sponsLinks
###spons_links
###sponseredlinks
###sponsor-box-widget
###sponsor-flyout
###sponsor-flyout-wrap
###sponsor-links
###sponsor-partners
###sponsor-sidebar-container
###sponsorAd
###sponsorAd1
###sponsorAd2
###sponsorAdDiv
###sponsorBar
###sponsorBorder
###sponsorContainer0
###sponsorFooter
###sponsorLinkDiv
###sponsorLinks
###sponsorResults
###sponsorSpot
###sponsorTab
###sponsorText
###sponsorTextLink
###sponsor_300x250
###sponsor_ad
###sponsor_ads
###sponsor_bar
###sponsor_bottom
###sponsor_box
###sponsor_deals
###sponsor_div
###sponsor_footer
###sponsor_header
###sponsor_link
###sponsor_no
###sponsor_posts
###sponsor_right
###sponsored-ads
###sponsored-carousel-nucleus
###sponsored-footer
###sponsored-inline
###sponsored-links
###sponsored-links-alt
###sponsored-links-container
###sponsored-listings
###sponsored-message
###sponsored-products
###sponsored-recommendations
###sponsored-resources
###sponsored-search
###sponsored-text-links
###sponsored-widget
###sponsored1
###sponsoredAd
###sponsoredAdvertisement
###sponsoredBottom
###sponsoredBox1
###sponsoredBox2
###sponsoredFeaturedHoz
###sponsoredHoz
###sponsoredLinks
###sponsoredLinksBox
###sponsoredList
###sponsoredResults
###sponsoredResultsWide
###sponsoredTop
###sponsored_ads
###sponsored_container
###sponsored_content
###sponsored_head
###sponsored_label
###sponsored_link_bottom
###sponsored_links
###sponsored_native_ad
###sponsoredad
###sponsoredads
###sponsoredlinks
###sponsorfeature
###sponsorlink
###sponsors-article
###sponsors-block
###sponsors-home
###sponsorsBox
###sponsorsContainer
###sponsors_right_container
###sponsors_top_container
###sponsorsads1
###sponsorsads2
###sponsorship-area-wrapper
###sponsorship-box
###sporsored-results
###spotlight-ads
###spotlightAds
###spotlight_ad
###spotlightad
###sprint_ad
###sqAd
###sq_ads
###square-ad
###square-ad-box
###square-ad-space
###square-ads
###square-sponsors
###squareAd
###squareAdBottom
###squareAdSpace
###squareAdTop
###squareAdWrap
###squareAds
###squareGoogleAd
###square_ad
###squaread
###squareadevertise
###squareadvert
###squared_ad
###ss-ad-overlay
###ss-ads-container
###staticad
###stationad
###sticky-ad
###sticky-ad-bottom
###sticky-ad-container
###sticky-ad-header
###sticky-add-side-block
###sticky-ads
###sticky-ads-top
###sticky-custom-ads
###sticky-footer-ad
###sticky-footer-ads
###sticky-left-ad
###sticky-rail-ad
###sticky-top-ad-spacer
###sticky-top-ad-wrap
###stickyAd
###stickyAdBlock
###stickyBottomAd
###stickySidebarAd
###stickySkyAd
###sticky_sidebar_ads
###stickyad
###stickyads
###stickyleftad
###stickyrightad
###stopAdv
###stop_ad3
###story-ad
###story-bottom-ad
###storyAd
###story_ad
###story_ads
###storyad2
###stripadv
###subAdsFooter
###subbgad
###subheaderAd
###takeover-ad
###takeover_ad
###takeoverad
###td-ad-placeholder
###tdAds
###td_adunit1
###td_adunit1_wrapper
###td_adunit2
###td_sponsorAd
###team_ad
###teaser3
###template_affiliates
###text-ad
###text-ads
###text-intext-ads
###text-link-ads
###text-linkAD
###textAd
###textAd1
###textAds
###textAdsTop
###text_ad
###text_ads
###text_advert
###textad
###textad3
###textlink-advertisement
###textsponsor
###tfm_admanagerTeaser
###thistad
###tile-ad
###tileAds
###tmInfiniteAd
###toaster_ad
###top-ad
###top-ad-area
###top-ad-banner
###top-ad-container
###top-ad-content
###top-ad-desktop
###top-ad-div
###top-ad-google
###top-ad-iframe
###top-ad-rect
###top-ad-slot
###top-ad-slot-0
###top-ad-slot-1
###top-ad-unit
###top-ad-wrapper
###top-adblock
###top-adds
###top-ads
###top-ads-1
###top-ads-contain
###top-ads-container
###top-adspot
###top-advert
###top-advertisement
###top-advertisements
###top-advertising-content
###top-banner-ad
###top-banner-ad-browser
###top-buy-sell-ads
###top-dfp
###top-head-ad
###top-leaderboard-ad
###top-left-ad
###top-middle-add
###top-not-ads
###top-right-ad
###top-right-ad-slot
###top-skin-ad
###top-skin-ad-bg
###top-sponsor-ad
###top-story-ad
###top-story-ad-0
###top300x250ad
###top728ad
###topAD
###topAd
###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
###topBanner-ad
###topBannerAd
###topBannerAdContainer
###topBannerAdv
###topImgAd
###topLeaderboardAd
###topMPU
###topMpuContainer
###topSponsorBanner
###topSponsoredLinks
###top_AD
###top_ad
###top_ad-360
###top_ad_area
###top_ad_banner
###top_ad_block
###top_ad_box
###top_ad_container
###top_ad_td
###top_ad_unit
###top_ad_wrapper
###top_ad_zone
###top_add
###top_ads
###top_ads_box
###top_ads_container
###top_ads_region
###top_ads_wrap
###top_adsense_cont
###top_adspace
###top_adv
###top_advert
###top_advert_box
###top_advertise
###top_advertising
###top_banner_ads
###top_container_ad
###top_google_ads
###top_mpu
###top_mpu_ad
###top_rectangle_ad
###top_right_ad
###top_row_ad
###top_span_ad
###top_sponsor_ads
###top_sponsor_text
###top_wide_ad
###topad
###topad-728x90
###topad-block
###topad-wrap
###topad1
###topad2
###topad728
###topad_holder
###topad_left
###topad_right
###topad_table
###topadbanner
###topadbanner2
###topadbar
###topadblock
###topadcell
###topadcontainer
###topaddwide
###topadleft
###topadone
###topadplaceholder
###topadright
###topads-spacer
###topads-wrapper
###topadsblock
###topadsdiv
###topadsense
###topadspace
###topadvert
###topadwrap
###topadz
###topadzone
###topbanner_ad
###topbanner_sponsor
###topbannerad
###topbanneradtitle
###topbar-ad
###topbarAd
###topbarad
###topbarads
###topcustomad
###topheader_ads
###topleaderAd
###topleaderboardad
###topnavad
###toppannonse
###topright-ad
###toprightAdvert
###toprightad
###toprow-ad
###topsidebar-ad
###topsponad
###topsponsorads
###topsponsored
###toptextad
###tor-footer-ad
###tower1ad
###towerAdContainer
###towerad
###tpd-post-header-ad
###tpl_advertising
###transparentad
###trc_google_ad
###txtAdHeader
###upper-ads
###upperMpu
###upperRightAds
###upper_adbox
###upper_advertising
###upper_small_ad
###upperad
###vc-maincontainer-ad
###vc-maincontainer-midad
###velsof_wheel_container
###vert-ads
###vertAd2
###vert_ad
###vert_ad_placeholder
###vertad1
###vertical.ad
###verticalAds
###vertical_ad
###vertical_ads
###verticalads
###video-ad
###video-ad-companion-rectangle
###video-adv
###video-adv-wrapper
###video-advert
###video-embed-ads
###video-in-player-ad
###video-side-adv
###video-sponsor-links
###video-under-player-ad
###videoAd
###videoAdContainer
###videoAdvert
###videoCompanionAd
###videoOverAd
###videoOverAd300
###videoPauseAd
###video_adv
###video_advert
###video_advert_top
###video_embed_ads
###video_hor_bot_ads
###video_overlay_ad
###videoad
###videoad-script-cnt
###videoads
###viewAd1
###viewabilityAdContainer
###visual-ad
###vuukle-quiz-and-ad
###vuukle_ads_square2
###wTopAd
###wallAd
###wall_advert
###wd-sponsored
###weather-ad
###weather_sponsor
###weatherad
###welcome_ad
###wg_ads
###wgtAd
###whitepaper-ad
###wide-ad
###wideAdd
###wide_ad_unit
###wide_ad_unit2
###wide_ad_unit3
###wide_adv
###wide_right_ad
###widget-ads-3
###widget-ads-4
###widget-adv-12
###widget-box-ad-1
###widget-box-ad-2
###widget_Adverts
###widget_ad
###widget_advertisement
###widget_thrive_ad_default-2
###widget_thrive_ad_default-4
###widgetwidget_adserve
###widgetwidget_adserve2
###wl-pencil-ad
###wow-ads
###wp-insert-ad-widget-1
###wp-topAds
###wp_ad_marker
###wp_adbn_root
###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
###wpladbox1
###wpladbox2
###wrapAd
###wrapAdRight
###wrapCommentAd
###wrapper-AD_G
###wrapper-AD_L
###wrapper-AD_L2
###wrapper-AD_L3
###wrapper-AD_PUSH
###wrapper-AD_R
###wrapper-ad
###wrapper-ad970
###wrapperAdsTopLeft
###wrapperAdsTopRight
###wrapperRightAds
###wrapper_ad_Top
###wrapper_sponsoredlinks
###wrapper_topad
###wtopad
###yahoo-sponsors
###yahooAdsBottom
###yahooSponsored
###yahoo_ads
###yahoo_text_ad
###yahooads
###yandex_ad
###yatadsky
###yrail_ads
###yreSponsoredLinks
###ysm_ad_iframe
###zMSplacement1
###zMSplacement2
###zMSplacement3
###zMSplacement4
###zMSplacement5
###zMSplacement6
###zdcFloatingBtn
###zeus_top-banner
###zone-adsense
###zsAdvertisingBanner
###zztextad
##.-advertsSidebar
##.AD-POST
##.AD300
##.AD300Block
##.AD355125
##.AD728
##.ADBAR
##.ADBnrArea
##.ADBox
##.ADFooter
##.ADInfo
##.ADLeader
##.ADMiddle1
##.ADPod
##.ADServer
##.ADStyle
##.ADTextSingle
##.ADTop
##.ADV-Space
##.ADVBig
##.ADVFLEX_250
##.ADVParallax
##.ADV_Mobile
##.AD_2
##.AD_336_280
##.AD_Leaderboard
##.AD_area
##.AD_textinfo
##.AD_underpost
##.ADbox
##.ADmid
##.ADouter_div
##.ADwidget
##.AL-ad-container
##.ATF_wrapper
##.Ad--970x90
##.Ad--Align
##.Ad--awareness-bp
##.Ad--empty
##.Ad--header
##.Ad--loading
##.Ad--presenter
##.Ad--sidebar
##.Ad-Advert_Container
##.Ad-Container
##.Ad-Header
##.Ad-Inner
##.Ad-adhesive
##.Ad-hor-height
##.Ad-label
##.Ad-leaderboard
##.Ad.Leaderboard
##.Ad300
##.Ad3Tile
##.Ad728x90
##.AdBar
##.AdBody:not(body)
##.AdBorder
##.AdBottomPage
##.AdBox
##.AdBox160
##.AdBox7
##.AdBox728
##.AdCenter
##.AdCommercial
##.AdCompactheader
##.AdContainer
##.AdContainer-Sidebar
##.AdHeader
##.AdHere
##.AdHolder
##.AdInline
##.AdInsLink
##.AdLeft1
##.AdLeft2
##.AdMedium
##.AdMessage
##.AdMod
##.AdModule
##.AdOneColumnContainer
##.AdOuterMostContainer
##.AdPanel
##.AdPlaceHolder
##.AdPlaceholder
##.AdPlacementBannerSponsorship
##.AdPlacementContainer
##.AdPlacementMPU
##.AdProduct
##.AdRight1
##.AdRight2
##.AdSense
##.AdSenseLeft
##.AdSlot
##.AdSpace
##.AdSpeedWP
##.AdTagModule
##.AdTitle
##.AdTop
##.AdUnit
##.AdUnit300
##.AdUnit300x250
##.AdUnitBox
##.AdWidget_ImageWidget
##.AdWrapper--sticky-block
##.Ad_C
##.Ad_D
##.Ad_Label
##.Ad_Right
##.Ad_SmartBrokerBar
##.Ad_container
##.Adgrid_footboard
##.Adgrid_right_rail
##.Ads--center
##.Ads-768x90
##.Ads-background
##.Ads-leaderboard
##.Ads-slot
##.Ads-sticky
##.AdsBottom
##.AdsBox
##.AdsBoxBottom
##.AdsBoxSection
##.AdsBoxTop
##.AdsInnov_responsive_ad
##.AdsLayout__top-container
##.AdsSections
##.AdsSlot
##.Ads_3
##.Ads_4
##.Ads__wrapper
##.Ads_header
##.Adsense
##.AdsenseBox
##.Adsinnov_flex_adcontainer
##.Adsterra
##.Adtext
##.Adv468
##.Advert-label
##.Advert300x250
##.AdvertContainer
##.AdvertWrapper
##.AdvertisementAfterHeader
##.AdvertisementAfterPost
##.AdvertisementAsidePost
##.AdvertisementText
##.AdvertisementTextTag
##.AdvertisementTop
##.Advertisment
##.AdvertorialTeaser
##.AdvtSample
##.AdzerkBanner
##.AffiliateAds
##.AppFooter__BannerAd
##.Arpian-ads
##.Article-advert
##.ArticleAd
##.ArticleAdSide
##.ArticleAdWrapper
##.ArticleInlineAd
##.ArticleInnerAD
##.Article__Ad
##.BOX_Ad
##.BOX_LeadAd
##.Banner300x250
##.Banner468X60
##.BigBoxAd
##.BigBoxAdLabel
##.Billboard-ad
##.Billboard-ad-holder
##.Billboard_2-ad-holder
##.Billboard_3-ad-holder
##.Billboard_4-ad-holder
##.Billboard_5-ad-holder
##.BlockAd
##.BottomAd-container
##.BottomAdContainer
##.BottomAdsPartial
##.BottomAffiliate
##.BoxAd
##.BoxAdWrap
##.BoxRail-ad
##.ButtonAd
##.CommentAd
##.ConnatixAd
##.ContentAd
##.ContentAds
##.ContentBottomAd
##.ContentTextAd
##.ContentTopAd
##.DFPad
##.DartAdvert
##.DisplayAd
##.FirstAd
##.FooterAd
##.FooterAdContainer
##.FooterAds
##.Footer_1-ad-holder
##.GRVAd
##.GRVMpuWrapper
##.GRVMultiVideo
##.Gallery-Content-BottomAd
##.GeminiAdItem
##.GeminiNativeAd
##.GoogleAdInfo
##.GoogleAdsBox
##.GoogleAdsItem
##.GoogleAdv
##.GoogleDfpAd
##.GoogleDfpAd-Content
##.GoogleDfpAd-Float
##.GoogleDfpAd-container
##.GoogleDfpAd-wrap
##.GoogleDfpAd-wrapper
##.GoogleDfpAdModule
##.GoogleDoubleClick-SponsorText
##.GoogleSideAd
##.GroupAdSense
##.HeaderAd
##.HeaderAds
##.HeaderBannerAd
##.HeadingAdSpace
##.Hero-Ad
##.HomeAds
##.HomeListBlack__AdBlock
##.InArticleAd
##.IndexRightAd
##.InsertedAd
##.LastAd
##.LayoutBottomAds
##.LayoutHomeAds
##.LayoutHomeAdsAd
##.LayoutPromotionAdsNew
##.LazyLoadAd
##.LeaderAd
##.LeaderAdvertisement
##.LeaderBoardAd
##.LearderAd_Border
##.ListicleAdRow
##.MPUHolder
##.MPUad
##.MapLayout_BottomAd
##.MapLayout_BottomMobiAd
##.MarketGid_container
##.MbanAd
##.MiddleAd
##.MiddleAdContainer
##.MiddleAdvert
##.MiddleRightRadvertisement
##.NA_ad
##.NR-Ads
##.NativeAdContainerRegion
##.NavBarAd
##.Normal-add
##.OAS_wrap
##.OcelotAdModule
##.OcelotAdModule-ad
##.PPD_ADS_JS
##.Page-ad
##.PageTopAd
##.PcSideBarAd
##.PencilAd
##.PostAdvertisementBeforePost
##.PostSidebarAd
##.Post__ad
##.PrimisResponsiveStyle
##.PrintAd-Slider
##.ProductAd
##.PushdownAd
##.RectangleAd
##.Rectangle_1-ad-holder
##.Rectangle_2-ad-holder
##.Rectangle_3-ad-holder
##.RelatedAds
##.ResponsiveAd
##.RightAd
##.RightAd1
##.RightAd2
##.RightAdvertisement
##.RightGoogleAd
##.RightRailAd
##.RightRailAds
##.RightTowerAd
##.STR_AdBlock
##.SecondaryAd
##.SecondaryAdLink
##.Section-ad
##.SectionSponsor
##.SideAd
##.SideAdCol
##.SideAds
##.SideWidget__ad
##.Sidebar-ad
##.Sidebar-ad--300x600
##.SidebarAd
##.SidebarAdvert
##.SidebarRightAdvertisement
##.SimpleAd
##.SkyAdContainer
##.SkyAdContent
##.SkyScraperAd
##.SovrnAd
##.Sponsor-container
##.SponsorHeader
##.SponsorIsland
##.SponsorLink
##.SponsoredAdTitle
##.SponsoredArticleAd
##.SponsoredContent
##.SponsoredContentWidget
##.SponsoredLinks
##.SponsoredLinksModule
##.SponsoredLinksPadding
##.SponsoredLinksPanel
##.SponsoredResults
##.Sponsored_link
##.SponsorshipText
##.SquareAd
##.Squareadspot
##.StandardAdLeft
##.StandardAdRight
##.Sticky-AdContainer
##.StickyAdRail__Inner
##.SummaryPage-HeaderAd
##.TextAd
##.TextAdds
##.Textads
##.ThreeAds
##.TmnAdsense
##.TopAd
##.TopAdBox
##.TopAdContainer
##.TopAdL
##.TopAdR
##.TopAds
##.TopAdsPartial
##.TopBannerAd
##.TopRightRadvertisement
##.Top_Ad
##.TrackedBannerPromo
##.TrackedSidebarPromo
##.TrafficAd
##.U210-adv-column
##.UnderAd
##.VPCarbonAds
##.VerticalAd
##.Video-Ad
##.VideoAd
##.WPBannerizeWidget
##.WP_Widget_Ad_manager
##.Wdgt.widgetAds
##.WideAdTile
##.WideAdsLeft
##.WidgetAdvertiser
##.WidthAd
##.WikiaTopAds
##.XEad
##._SummaryPageHeaderAdView
##._SummaryPageSidebarStickyAdView
##.__isboostOverContent
##._ads
##._ads-full
##._ap_adrecover_ad
##._ap_apex_ad
##._articleAdvert
##._bannerAds
##._bottom_ad_wrapper
##._ciw-betterAds
##._fullsquaread
##._has-ads
##._popIn_recommend_article_ad
##._popIn_recommend_article_ad_reserved
##._table_ad_div_wide
##.a-ad
##.a-ad--aside
##.a-ad--leaderboard
##.a-ad--skyscraper
##.a-ad--wide
##.a-d-250
##.a-d-container
##.a-d-holder-container
##.a-dserver
##.a-dserver_text
##.a-sponsor
##.a160x600
##.a300x250
##.a468x60
##.a728x90
##.aadsection_b1
##.aadsection_b2
##.aarpe-ad-wrapper
##.ab-ad_placement-article
##.abBoxAd
##.abMessage
##.abPopup
##.ablock300
##.ablock468
##.ablock728
##.above-header-advert
##.aboveCommentAds
##.abovead
##.ac-banner-ad
##.ac-widget-placeholder
##.ac_adbox
##.acm-ad-container
##.acm-ad-tag-unit
##.acm_ad_zones
##.ad--300
##.ad--300x250
##.ad--468
##.ad--468-60
##.ad--728x90
##.ad--970-750-336-300
##.ad--970-90
##.ad--article
##.ad--article-top
##.ad--articlemodule
##.ad--b
##.ad--banner
##.ad--banner2
##.ad--banniere_basse
##.ad--banniere_haute
##.ad--billboard
##.ad--bottom
##.ad--bottom-label
##.ad--bottommpu
##.ad--boundries
##.ad--button
##.ad--c
##.ad--center
##.ad--centered
##.ad--container
##.ad--content
##.ad--content-ad
##.ad--dart
##.ad--desktop
##.ad--displayed
##.ad--droite_basse
##.ad--droite_haute
##.ad--droite_middle
##.ad--e
##.ad--fallback
##.ad--footer
##.ad--fullsize
##.ad--google
##.ad--halfpage
##.ad--header
##.ad--homepage-top
##.ad--in-article
##.ad--in-content
##.ad--inArticleBanner
##.ad--inline
##.ad--inner
##.ad--large
##.ad--leaderboard
##.ad--loading
##.ad--marker-inner
##.ad--medium-rectangle
##.ad--medium_rectangle
##.ad--medium_rectangle_outstream
##.ad--mediumrectangle
##.ad--mid
##.ad--mid-content
##.ad--mobile
##.ad--mpu
##.ad--native
##.ad--nativeFlex
##.ad--no-bg
##.ad--noscroll
##.ad--object
##.ad--outstream
##.ad--overlayer
##.ad--p1
##.ad--p2
##.ad--p3
##.ad--p4
##.ad--p6
##.ad--p7
##.ad--placeholder
##.ad--pubperform
##.ad--pushdown
##.ad--rail
##.ad--rectangle
##.ad--rectangle1
##.ad--rectangle2
##.ad--right
##.ad--rightRail
##.ad--scroll
##.ad--section
##.ad--seeding
##.ad--showmob
##.ad--sidebar
##.ad--sky
##.ad--skyscraper
##.ad--slider
##.ad--slot
##.ad--sponsor-content
##.ad--square-rectangle
##.ad--sticky
##.ad--stripe
##.ad--stroeer
##.ad--stroer
##.ad--subcontainer
##.ad--tabletDesktop
##.ad--top
##.ad--top-desktop
##.ad--top-leaderboard
##.ad--top-slot
##.ad--topmobile
##.ad--topmobile2
##.ad--topmobile3
##.ad--wallpaper
##.ad--widget
##.ad--wrapper
##.ad-1
##.ad-1-drzac-links
##.ad-1-sidebar-1
##.ad-1-sidebar-2
##.ad-10
##.ad-101
##.ad-11
##.ad-12
##.ad-120-60
##.ad-120-600-inner
##.ad-120-bottom
##.ad-120-top
##.ad-120x60
##.ad-120x600
##.ad-120x90
##.ad-121
##.ad-125
##.ad-125x125
##.ad-13
##.ad-137
##.ad-14
##.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-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-2
##.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-300-x-250
##.ad-300X250
##.ad-300X250-body
##.ad-300x
##.ad-300x100
##.ad-300x200
##.ad-300x250
##.ad-300x250-first
##.ad-300x250-home
##.ad-300x250-right0
##.ad-300x250-singlepost
##.ad-300x250_600x250
##.ad-300x600
##.ad-300x70
##.ad-300x75
##.ad-319x128
##.ad-336
##.ad-336x280
##.ad-336x280B
##.ad-350
##.ad-355x75
##.ad-3x1
##.ad-4
##.ad-468
##.ad-468-bottom
##.ad-468-top
##.ad-468x120
##.ad-468x60
##.ad-5
##.ad-544x250
##.ad-55
##.ad-560
##.ad-6
##.ad-600
##.ad-600-h
##.ad-635x40
##.ad-7
##.ad-720-affiliate
##.ad-728
##.ad-728-90
##.ad-728-banner
##.ad-728-x-90
##.ad-728x90
##.ad-728x90-1
##.ad-728x90-top
##.ad-728x90-top0
##.ad-728x90-wrapper
##.ad-728x90_forum
##.ad-768
##.ad-8
##.ad-88-60
##.ad-88-text
##.ad-88x31
##.ad-9
##.ad-90
##.ad-90x600
##.ad-970
##.ad-970-250
##.ad-970-90
##.ad-970x250-container
##.ad-970x250-home
##.ad-980-1
##.ad-Advert_Placeholder
##.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-accordion
##.ad-active
##.ad-adSense
##.ad-adcode
##.ad-adhesion
##.ad-adlink-bottom
##.ad-adlink-side
##.ad-adsense
##.ad-adsense-block-250
##.ad-advertisement-horizontal
##.ad-affiliate
##.ad-after-content
##.ad-after-header
##.ad-align-none
##.ad-aligncenter
##.ad-alignment
##.ad-alsorectangle
##.ad-anchor
##.ad-aps-wide
##.ad-area
##.ad-area--pd
##.ad-area-small
##.ad-article-breaker
##.ad-article-inline
##.ad-article-teaser
##.ad-article-wrapper
##.ad-aside-pc-billboard
##.ad-atf
##.ad-atf-top
##.ad-background
##.ad-background-center
##.ad-background-container
##.ad-ban
##.ad-banner-2
##.ad-banner-250x600
##.ad-banner-300
##.ad-banner-300x250
##.ad-banner-5
##.ad-banner-6
##.ad-banner-728x90
##.ad-banner-bottom-container
##.ad-banner-box
##.ad-banner-btf
##.ad-banner-container
##.ad-banner-content
##.ad-banner-full-wrapper
##.ad-banner-header
##.ad-banner-image
##.ad-banner-inlisting
##.ad-banner-leaderboard
##.ad-banner-placeholder
##.ad-banner-single
##.ad-banner-smaller
##.ad-banner-static
##.ad-banner-top
##.ad-banner-top-wrapper
##.ad-banner-wrapper
##.ad-banners
##.ad-bar
##.ad-bar-header
##.ad-bb
##.ad-before-header
##.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-double-inread
##.ad-bigbox-fixed
##.ad-bigsize
##.ad-billboard
##.ad-bline
##.ad-block
##.ad-block--300
##.ad-block--leader
##.ad-block-300
##.ad-block-banner-container
##.ad-block-big
##.ad-block-bottom
##.ad-block-btf
##.ad-block-container
##.ad-block-header
##.ad-block-holder
##.ad-block-inside
##.ad-block-mod
##.ad-block-section
##.ad-block-square
##.ad-block-sticky-ad
##.ad-block-wide
##.ad-block-wk
##.ad-block-wrapper
##.ad-block-wrapper-dev
##.ad-blogads
##.ad-bnr
##.ad-body
##.ad-boombox
##.ad-border
##.ad-bordered
##.ad-borderless
##.ad-bot
##.ad-bottom
##.ad-bottom-container
##.ad-bottom-right-container
##.ad-bottom728x90
##.ad-bottomLeft
##.ad-bottomleader
##.ad-bottomline
##.ad-box
##.ad-box-2
##.ad-box-300x250
##.ad-box-auto
##.ad-box-caption
##.ad-box-container
##.ad-box-title
##.ad-box-up
##.ad-box-video
##.ad-box-wrapper
##.ad-box1
##.ad-box2
##.ad-box3
##.ad-box_h
##.ad-boxamp-wrapper
##.ad-boxbottom
##.ad-boxes
##.ad-boxrr-wrapper
##.ad-boxsticky
##.ad-boxtop
##.ad-brdr-btm
##.ad-break
##.ad-break-item
##.ad-breaker
##.ad-breakout
##.ad-browse-rectangle
##.ad-bt
##.ad-btn
##.ad-btn-heading
##.ad-bug-300w
##.ad-burnside
##.ad-button
##.ad-buttons
##.ad-c-label
##.ad-cad
##.ad-calendar
##.ad-call-300x250
##.ad-callout
##.ad-callout-wrapper
##.ad-caption
##.ad-card
##.ad-card-container
##.ad-carousel
##.ad-cat
##.ad-catfish
##.ad-cell
##.ad-cen
##.ad-cen2
##.ad-cen3
##.ad-center
##.ad-centered
##.ad-centering
##.ad-chartbeatwidget
##.ad-choices
##.ad-circ
##.ad-click
##.ad-close-button
##.ad-cls
##.ad-cls-fix
##.ad-cnt
##.ad-code
##.ad-codes
##.ad-col
##.ad-col-02
##.ad-colour
##.ad-column
##.ad-comment
##.ad-companion
##.ad-complete
##.ad-component
##.ad-component-fullbanner2
##.ad-component-wrapper
##.ad-contain
##.ad-contain-300x250
##.ad-contain-top
##.ad-container--inline
##.ad-container--leaderboard
##.ad-container--masthead
##.ad-container--mrec
##.ad-container--stripe
##.ad-container--top
##.ad-container-160x600
##.ad-container-300x250
##.ad-container-728
##.ad-container-728x90
##.ad-container-adsense
##.ad-container-banner-top
##.ad-container-bot
##.ad-container-bottom
##.ad-container-box
##.ad-container-embedded
##.ad-container-header
##.ad-container-inner
##.ad-container-inthread
##.ad-container-leaderboard
##.ad-container-left
##.ad-container-m
##.ad-container-medium-rectangle
##.ad-container-middle
##.ad-container-multiple
##.ad-container-pave
##.ad-container-property
##.ad-container-responsive
##.ad-container-right
##.ad-container-side
##.ad-container-single
##.ad-container-tool
##.ad-container-top
##.ad-container-topad
##.ad-container-wrapper
##.ad-container1
##.ad-container3x
##.ad-container__ad-slot
##.ad-container__leaderboard
##.ad-container__sticky-wrapper
##.ad-container_row
##.ad-content
##.ad-content-area
##.ad-content-rectangle
##.ad-content-slot
##.ad-content-wrapper
##.ad-context
##.ad-cover
##.ad-critical
##.ad-cta
##.ad-ctn
##.ad-current
##.ad-curtain
##.ad-custom-size
##.ad-d
##.ad-decoration
##.ad-defer
##.ad-description
##.ad-desktop
##.ad-desktop-in-content
##.ad-desktop-legacy
##.ad-desktop-native-1
##.ad-desktop-native-2
##.ad-desktop-only
##.ad-desktop-right
##.ad-detail
##.ad-dfp-column
##.ad-dfp-row
##.ad-disclaimer
##.ad-disclaimer-container
##.ad-disclaimer-text
##.ad-display
##.ad-displayed
##.ad-div-a0-wrapper
##.ad-div-t0-wrapper
##.ad-diver
##.ad-divider
##.ad-dog
##.ad-dog__cnx-container
##.ad-dog__ratio-16x9
##.ad-dt
##.ad-dx_wrp
##.ad-e
##.ad-element
##.ad-enabled
##.ad-endcap-wrapper
##.ad-engage
##.ad-entity-container
##.ad-entry-wrapper
##.ad-ex
##.ad-exchange
##.ad-expand
##.ad-external
##.ad-fadein
##.ad-fadeup
##.ad-feature-content
##.ad-feature-sponsor
##.ad-feature-text
##.ad-featured-video-caption
##.ad-feedback
##.ad-fi
##.ad-field
##.ad-filler
##.ad-filmstrip
##.ad-first
##.ad-fix
##.ad-fixed
##.ad-flag
##.ad-flex
##.ad-flex-center
##.ad-float
##.ad-floating
##.ad-floor
##.ad-footer
##.ad-footer-empty
##.ad-footer-leaderboard
##.ad-format-300x250
##.ad-format-300x600
##.ad-forum
##.ad-frame
##.ad-frame-container
##.ad-full
##.ad-full-width
##.ad-fullbanner
##.ad-fullbanner-btf-container
##.ad-fullbannernohieght
##.ad-fullwidth
##.ad-gap-sm
##.ad-giga
##.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-h
##.ad-h-250
##.ad-h-60
##.ad-halfpage
##.ad-halfpage-placeholder
##.ad-hdr
##.ad-head
##.ad-header
##.ad-header-below
##.ad-header-container
##.ad-header-creative
##.ad-header-inner-wrap
##.ad-header-pencil
##.ad-header-placeholder
##.ad-header-sidebar
##.ad-header-small-square
##.ad-heading
##.ad-headliner-container
##.ad-heigh-mobile-250
##.ad-height-250
##.ad-height-280
##.ad-height-600
##.ad-here
##.ad-hero
##.ad-hfu
##.ad-hide-mobile
##.ad-hideable
##.ad-hint
##.ad-hldr-tmc
##.ad-ho
##.ad-hold
##.ad-holder
##.ad-holder-center
##.ad-holder-mob-300
##.ad-home-bottom
##.ad-home-leaderboard-placeholder
##.ad-home-right
##.ad-homeleaderboard
##.ad-homepage
##.ad-homepage-1
##.ad-homepage-2
##.ad-homepage-one
##.ad-hor
##.ad-horizontal
##.ad-horizontal-large
##.ad-horizontal-top
##.ad-horizontal-top-wrapper
##.ad-house-btac
##.ad-housepromo-d-wrapper
##.ad-hoverable
##.ad-hpto
##.ad-href1
##.ad-href2
##.ad-iab-txt
##.ad-icon
##.ad-identifier
##.ad-iframe
##.ad-iframe-container
##.ad-imagehold
##.ad-in-300x250
##.ad-in-artilce
##.ad-in-content
##.ad-in-content-300
##.ad-in-post
##.ad-in-read
##.ad-in-results
##.ad-inStory
##.ad-incontent
##.ad-incontent-wrap
##.ad-index-main
##.ad-indicator-horiz
##.ad-info-wrap
##.ad-inline
##.ad-inline-article
##.ad-inline-block
##.ad-inner
##.ad-inner-container
##.ad-inner-container-background
##.ad-innr
##.ad-insert
##.ad-inserter-widget
##.ad-inside
##.ad-integrated-display
##.ad-internal
##.ad-interruptor
##.ad-interstitial
##.ad-island
##.ad-item
##.ad-item-related
##.ad-itself
##.ad-label
##.ad-lable
##.ad-landscape
##.ad-large-1
##.ad-large-game
##.ad-last
##.ad-lat
##.ad-lat2
##.ad-layer
##.ad-lazy
##.ad-lb
##.ad-ldrbrd
##.ad-lead
##.ad-lead-bottom
##.ad-leader
##.ad-leader-board
##.ad-leader-bottom
##.ad-leader-plus-top
##.ad-leader-top
##.ad-leader-wrap
##.ad-leader-wrapper
##.ad-leaderboard
##.ad-leaderboard-base
##.ad-leaderboard-companion
##.ad-leaderboard-container
##.ad-leaderboard-flex
##.ad-leaderboard-footer
##.ad-leaderboard-header
##.ad-leaderboard-middle
##.ad-leaderboard-placeholder
##.ad-leaderboard-slot
##.ad-leaderboard-splitter
##.ad-leaderboard-top
##.ad-leaderboard-wrapper
##.ad-leaderbody
##.ad-leaderheader
##.ad-leadtop
##.ad-left-1
##.ad-left-top
##.ad-leftrail
##.ad-lib-div
##.ad-line
##.ad-link
##.ad-link-block
##.ad-link-label
##.ad-link-left
##.ad-link-right
##.ad-links
##.ad-links-text
##.ad-list-desktop
##.ad-list-item
##.ad-loaded
##.ad-loader
##.ad-location
##.ad-location-container
##.ad-lock
##.ad-lock-content
##.ad-lowerboard
##.ad-lrec
##.ad-m-banner
##.ad-m-mrec
##.ad-m-rec
##.ad-mad
##.ad-main
##.ad-manager-ad
##.ad-manager-placeholder
##.ad-manager-wrapper
##.ad-margin
##.ad-marketplace
##.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-medium
##.ad-medium-container
##.ad-medium-content
##.ad-medium-rectangle
##.ad-medium-rectangle-base
##.ad-medium-two
##.ad-medium-widget
##.ad-medrect
##.ad-megaboard
##.ad-message
##.ad-messaging
##.ad-microsites
##.ad-midleader
##.ad-mobile
##.ad-mobile--sticky
##.ad-mobile-300x150
##.ad-mobile-300x250
##.ad-mobile-300x50
##.ad-mobile-banner
##.ad-mobile-dynamic
##.ad-mobile-flex-inc
##.ad-mobile-flex-pos2
##.ad-mobile-incontent-ad-plus
##.ad-mobile-mpu-plus-outstream-inc
##.ad-mobile-nav-ad-plus
##.ad-mod
##.ad-mod-section
##.ad-mod-section-728-90
##.ad-module
##.ad-mount
##.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-mr-article
##.ad-mrec
##.ad-mrect
##.ad-msg
##.ad-msn
##.ad-native
##.ad-native-top-sidebar
##.ad-nav-ad
##.ad-nav-ad-plus
##.ad-new
##.ad-new-box
##.ad-no-css
##.ad-no-mobile
##.ad-no-notice
##.ad-no-style
##.ad-noBorderAndMargin
##.ad-noline
##.ad-note
##.ad-notice
##.ad-notice-small
##.ad-observer
##.ad-oms
##.ad-on
##.ad-on-top
##.ad-one
##.ad-other
##.ad-outer
##.ad-outlet
##.ad-outline
##.ad-output-middle
##.ad-output-wrapper
##.ad-outside
##.ad-overlay
##.ad-packs
##.ad-padding
##.ad-page-leader
##.ad-page-medium
##.ad-page-setting
##.ad-pagehead
##.ad-panel
##.ad-panel-wrap
##.ad-panel__container
##.ad-panel__container--styled
##.ad-panel__googlead
##.ad-panorama
##.ad-parallax
##.ad-parent-class
##.ad-pb
##.ad-peg
##.ad-pencil-margin
##.ad-permalink
##.ad-personalise
##.ad-place
##.ad-place-active
##.ad-place-holder
##.ad-placeholder
##.ad-placeholder--mpu
##.ad-placeholder-leaderboard
##.ad-placeholder-wrapper
##.ad-placeholder-wrapper-dynamic
##.ad-placeholder__inner
##.ad-placement-left
##.ad-placement-right
##.ad-placement_desktop-top-sticky
##.ad-places
##.ad-plea
##.ad-poc
##.ad-poc-admin
##.ad-point
##.ad-popup
##.ad-popup-content
##.ad-pos
##.ad-pos-0
##.ad-pos-1
##.ad-pos-2
##.ad-pos-3
##.ad-pos-4
##.ad-pos-5
##.ad-pos-6
##.ad-pos-7
##.ad-pos-8
##.ad-pos-middle
##.ad-pos-top
##.ad-position
##.ad-position-1
##.ad-position-2
##.ad-poss
##.ad-post
##.ad-post-footer
##.ad-post-top
##.ad-postText
##.ad-poster
##.ad-posterad-inlisting
##.ad-preloader-container
##.ad-preparing
##.ad-prevent-jump
##.ad-primary
##.ad-primary-desktop
##.ad-primary-sidebar
##.ad-priority
##.ad-program-list
##.ad-program-top
##.ad-promo
##.ad-pub
##.ad-push
##.ad-pushdown
##.ad-r
##.ad-rac-box
##.ad-rail
##.ad-rail-wrapper
##.ad-ratio
##.ad-rb-hover
##.ad-reader-con-item
##.ad-rect
##.ad-rect-atf-01
##.ad-rect-top-right
##.ad-rectangle
##.ad-rectangle-1
##.ad-rectangle-banner
##.ad-rectangle-container
##.ad-rectangle-long
##.ad-rectangle-long-sky
##.ad-rectangle-text
##.ad-rectangle-wide
##.ad-rectangle-xs
##.ad-rectangle2
##.ad-rectanglemed
##.ad-region
##.ad-region-delay-load
##.ad-region__top
##.ad-related
##.ad-relatedbottom
##.ad-render-space
##.ad-responsive
##.ad-responsive-slot
##.ad-responsive-wide
##.ad-result
##.ad-rev-content
##.ad-rh
##.ad-right
##.ad-right-header
##.ad-right1
##.ad-right2
##.ad-right3
##.ad-risingstar-container
##.ad-roadblock
##.ad-root
##.ad-rotation
##.ad-rotator
##.ad-row
##.ad-row-box
##.ad-row-horizontal
##.ad-row-horizontal-top
##.ad-row-viewport
##.ad-s
##.ad-s-rendered
##.ad-sample
##.ad-script-processed
##.ad-scroll
##.ad-scrollpane
##.ad-search-grid
##.ad-secondary-desktop
##.ad-section
##.ad-section-body
##.ad-section-one
##.ad-section-three
##.ad-section__skyscraper
##.ad-sense
##.ad-sense-ad
##.ad-sep
##.ad-separator
##.ad-shifted
##.ad-show-label
##.ad-showcase
##.ad-side
##.ad-side-one
##.ad-side-top
##.ad-side-wrapper
##.ad-sidebar
##.ad-sidebar-mrec
##.ad-sidebar-skyscraper
##.ad-siderail
##.ad-signup
##.ad-single-bottom
##.ad-sitewide
##.ad-size-300x600
##.ad-size-landscape
##.ad-size-leaderboard
##.ad-size-medium-rectangle
##.ad-size-medium-rectangle-flex
##.ad-size-mpu
##.ad-skeleton
##.ad-skin-link
##.ad-sky
##.ad-sky-left
##.ad-sky-right
##.ad-sky-wrap
##.ad-skyscr
##.ad-skyscraper
##.ad-skyscraper1
##.ad-skyscraper2
##.ad-skyscraper3
##.ad-slider
##.ad-slot
##.ad-slot--container
##.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--wrapper
##.ad-slot-1
##.ad-slot-2
##.ad-slot-234-60
##.ad-slot-300-250
##.ad-slot-728-90
##.ad-slot-a
##.ad-slot-article
##.ad-slot-banner
##.ad-slot-bigbox
##.ad-slot-billboard
##.ad-slot-box
##.ad-slot-container
##.ad-slot-container-1
##.ad-slot-full-width
##.ad-slot-header
##.ad-slot-horizontal
##.ad-slot-inview
##.ad-slot-placeholder
##.ad-slot-rail
##.ad-slot-replies
##.ad-slot-replies-header
##.ad-slot-responsive
##.ad-slot-sidebar
##.ad-slot-sidebar-b
##.ad-slot-tall
##.ad-slot-top
##.ad-slot-top-728
##.ad-slot-widget
##.ad-slot-wrapper
##.ad-slotRg
##.ad-slotRgc
##.ad-slot__ad--top
##.ad-slot__content
##.ad-slot__label
##.ad-slot__oas
##.ad-slots-wrapper
##.ad-slug
##.ad-small
##.ad-small-1
##.ad-small-2
##.ad-smallBP
##.ad-source
##.ad-sp
##.ad-space
##.ad-space-mpu-box
##.ad-space-topbanner
##.ad-spacing
##.ad-span
##.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-spteaser
##.ad-sq-super
##.ad-square
##.ad-square-placeholder
##.ad-square2-container
##.ad-square300
##.ad-squares
##.ad-stack
##.ad-standard
##.ad-statement
##.ad-static
##.ad-sticky
##.ad-sticky-banner
##.ad-sticky-bottom
##.ad-sticky-container
##.ad-sticky-slot
##.ad-sticky-wrapper
##.ad-stickyhero
##.ad-stickyhero--standard
##.ad-stickyhero-enable-mobile
##.ad-story-inject
##.ad-story-top
##.ad-strategic
##.ad-strip
##.ad-style2
##.ad-subnav-container
##.ad-subtitle
##.ad-summary
##.ad-superbanner
##.ad-superbanner-node
##.ad-t
##.ad-t-text
##.ad-table
##.ad-tabs
##.ad-tag
##.ad-tag-square
##.ad-tag__inner
##.ad-tag__wrapper
##.ad-takeover
##.ad-takeover-homepage
##.ad-tall
##.ad-tech-widget
##.ad-temp
##.ad-text
##.ad-text-centered
##.ad-text-label
##.ad-text-link
##.ad-text-links
##.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-billboard
##.ad-top-billboard-init
##.ad-top-box-right
##.ad-top-container
##.ad-top-featured
##.ad-top-in
##.ad-top-lboard
##.ad-top-left
##.ad-top-mpu
##.ad-top-padding
##.ad-top-rectangle
##.ad-top-right-container
##.ad-top-side
##.ad-top-slot
##.ad-top-spacing
##.ad-top-wrap-inner
##.ad-top-wrapper
##.ad-topbanner
##.ad-topper
##.ad-topright
##.ad-topteaser
##.ad-total
##.ad-total1
##.ad-tower
##.ad-tower-container
##.ad-towers
##.ad-transition
##.ad-trck
##.ad-two
##.ad-twos
##.ad-txt
##.ad-txt-red
##.ad-type
##.ad-type-branding
##.ad-type-cube
##.ad-type-flex-leaderboard
##.ad-unit
##.ad-unit--leaderboard
##.ad-unit-2
##.ad-unit-300
##.ad-unit-300-wrapper
##.ad-unit-container
##.ad-unit-horisontal
##.ad-unit-inline-center
##.ad-unit-label
##.ad-unit-mpu
##.ad-unit-panel
##.ad-unit-secondary
##.ad-unit-sponsored-bar
##.ad-unit-t
##.ad-unit-text
##.ad-unit-top
##.ad-unit-wrapper
##.ad-unit__inner
##.ad-units-single-header-wrapper
##.ad-update
##.ad-us
##.ad-v
##.ad-vert
##.ad-vertical
##.ad-vertical-container
##.ad-vertical-stack-ad
##.ad-view-zone
##.ad-w
##.ad-w-300
##.ad-w-468
##.ad-w-728
##.ad-w-970
##.ad-w300
##.ad-warning
##.ad-warp
##.ad-watermark
##.ad-wgt
##.ad-wide
##.ad-wide-bottom
##.ad-wide-wrap
##.ad-widget
##.ad-widget-area
##.ad-widget-box
##.ad-widget-list
##.ad-widget-sizes
##.ad-widget-wrapper
##.ad-widgets
##.ad-width-300
##.ad-width-728
##.ad-wireframe
##.ad-wireframe-wrapper
##.ad-with-background
##.ad-with-header-wrapper
##.ad-with-notice
##.ad-wp
##.ad-wp-720
##.ad-wppr
##.ad-wppr-container
##.ad-wrap
##.ad-wrap-leaderboard
##.ad-wrap-transparent
##.ad-wrap_wallpaper
##.ad-wrapp
##.ad-wrapper
##.ad-wrapper--ad-unit-wrap
##.ad-wrapper--articletop
##.ad-wrapper--lg
##.ad-wrapper--sidebar
##.ad-wrapper-250
##.ad-wrapper-bg
##.ad-wrapper-left
##.ad-wrapper-mobile-atf
##.ad-wrapper-outer
##.ad-wrapper-solid
##.ad-wrapper-sticky
##.ad-wrapper-top
##.ad-wrapper-with-text
##.ad-wrapper__ad-slug
##.ad-xs-title
##.ad-zone
##.ad-zone-ajax
##.ad-zone-container
##.ad.addon
##.ad.bottomrect
##.ad.box
##.ad.brandboard
##.ad.card
##.ad.center
##.ad.contentboard
##.ad.desktop-970x250
##.ad.element
##.ad.floater-link
##.ad.gallery
##.ad.halfpage
##.ad.inner
##.ad.item
##.ad.leaderboard
##.ad.maxiboard
##.ad.maxisky
##.ad.middlerect
##.ad.module
##.ad.monsterboard
##.ad.netboard
##.ad.post-area
##.ad.promotion
##.ad.rectangle
##.ad.rectangle_2
##.ad.rectangle_3
##.ad.rectangle_home_1
##.ad.section
##.ad.sidebar-module
##.ad.size-300x250
##.ad.skybridgeleft
##.ad.small-mpu
##.ad.small-teaser
##.ad.super
##.ad.wideboard_tablet
##.ad.widget
##.ad02
##.ad03
##.ad04
##.ad08sky
##.ad1-float
##.ad1-left
##.ad1-right
##.ad10
##.ad100
##.ad1000
##.ad1001
##.ad100x100
##.ad120
##.ad120_600
##.ad120x120
##.ad120x240GrayBorder
##.ad120x60
##.ad120x600
##.ad125
##.ad125x125
##.ad125x125a
##.ad125x125b
##.ad140
##.ad160
##.ad160600
##.ad160_blk
##.ad160_l
##.ad160_r
##.ad160b
##.ad160x160
##.ad160x600
##.ad160x600GrayBorder
##.ad160x600_1
##.ad160x600box
##.ad170x30
##.ad18
##.ad180
##.ad180x80
##.ad185x100
##.ad19
##.ad1Image
##.ad1_bottom
##.ad1_latest
##.ad1_top
##.ad1b
##.ad1left
##.ad1x1
##.ad2-float
##.ad200
##.ad200x60
##.ad220x50
##.ad230
##.ad233x224
##.ad234
##.ad234x60
##.ad236x62
##.ad240
##.ad250
##.ad250wrap
##.ad250x250
##.ad250x300
##.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
##.ad300px
##.ad300shows
##.ad300top
##.ad300w
##.ad300x100
##.ad300x120
##.ad300x150
##.ad300x250
##.ad300x250-1
##.ad300x250-2
##.ad300x250-inline
##.ad300x250Module
##.ad300x250Right
##.ad300x250Top
##.ad300x250_box
##.ad300x250_container
##.ad300x250a
##.ad300x250b
##.ad300x250box
##.ad300x250box2
##.ad300x250flex
##.ad300x250s
##.ad300x250x2
##.ad300x40
##.ad300x50-right
##.ad300x600
##.ad300x600cat
##.ad300x600post
##.ad300x77
##.ad300x90
##.ad310
##.ad315
##.ad320x250
##.ad320x50
##.ad336
##.ad336_b
##.ad336x250
##.ad336x280
##.ad336x362
##.ad343x290
##.ad350
##.ad350r
##.ad360
##.ad366
##.ad3rdParty
##.ad400
##.ad400right
##.ad400x40
##.ad450
##.ad468
##.ad468_60
##.ad468box
##.ad468innerboxadpic
##.ad468x60
##.ad468x60Wrap
##.ad468x60_main
##.ad470x60
##.ad530
##.ad540x90
##.ad590
##.ad590x90
##.ad5_container
##.ad600
##.ad612x80
##.ad620x70
##.ad626X35
##.ad640x480
##.ad644
##.ad650x140
##.ad652
##.ad70
##.ad728
##.ad72890
##.ad728By90
##.ad728_90
##.ad728_blk
##.ad728_cont
##.ad728_wrap
##.ad728b
##.ad728cont
##.ad728h
##.ad728top
##.ad728x90
##.ad728x90-1
##.ad728x90-2
##.ad728x90box
##.ad728x90btf
##.ad970
##.ad970_250
##.adActive
##.adAlert
##.adArea
##.adAreaLC
##.adAreaNative
##.adAreaTopTitle
##.adArticleBanner
##.adArticleBody
##.adArticleSideTop300x250
##.adBan
##.adBanner300x250
##.adBanner728x90
##.adBillboard
##.adBkgd
##.adBlock
##.adBlock728
##.adBlockBottom
##.adBlockSpacer
##.adBlockSpot
##.adBorder
##.adBorders
##.adBox
##.adBox-small
##.adBox1
##.adBox2
##.adBox5
##.adBox6
##.adBox728
##.adBox728X90
##.adBox728X90_header
##.adBoxBody
##.adBoxBorder
##.adBoxContainer
##.adBoxContent
##.adBoxFooter
##.adBoxHeader
##.adBoxSidebar
##.adBoxSingle
##.adBoxTitle
##.adBox_1
##.adBox_3
##.adBtm
##.adCall
##.adCaptionText
##.adCell
##.adCenter
##.adCenterAd
##.adCentertile
##.adChoice
##.adChoiceLogo
##.adChoicesLogo
##.adChrome
##.adClose
##.adCode
##.adColumn
##.adColumnLeft
##.adColumnRight
##.adComponent
##.adCont
##.adContTop
##.adContainer1
##.adContainerSide
##.adContent
##.adContentAd
##.adContour
##.adCopy
##.adCreative
##.adCreator
##.adCube
##.adDefRect
##.adDetails_ad336
##.adDiv
##.adDrawer
##.adDyn
##.adElement
##.adExpanded
##.adFooterLinks
##.adFrame
##.adFrameCnt
##.adFrameContainer
##.adFrames
##.adFuel-label
##.adFull
##.adFullbanner
##.adGlobalHeader
##.adGoogle
##.adGroup
##.adHalfPage
##.adHead
##.adHeader
##.adHeaderAdbanner
##.adHeaderText
##.adHeaderblack
##.adHeading
##.adHeadline
##.adHeadlineSummary
##.adHed
##.adHeight200
##.adHeight270
##.adHeight280
##.adHeight313
##.adHeight600
##.adHolder
##.adHolder2
##.adHolderStory
##.adHoldert
##.adHome300x250
##.adHomeSideTop300x250
##.adHorisontal
##.adHorisontalNoBorder
##.adHorizontalTextAlt
##.adHplaceholder
##.adHz
##.adIDiv
##.adIframe
##.adIframeCount
##.adImg
##.adImgIM
##.adInArticle
##.adInContent
##.adInfo
##.adInitRemove
##.adInner
##.adInnerLeftBottom
##.adInsider
##.adInteractive
##.adIsland
##.adItem
##.adLabel
##.adLabelLine
##.adLabels
##.adLargeRec
##.adLargeRect
##.adLat
##.adLeader
##.adLeaderBoard_container
##.adLeaderForum
##.adLeaderboard
##.adLeaderboardAdContainer
##.adLeft
##.adLine
##.adLink
##.adLinkCnt
##.adListB
##.adLoader
##.adLocal
##.adLocation
##.adMPU
##.adMPUHome
##.adMRECHolder
##.adMarker
##.adMarkerBlock
##.adMastheadLeft
##.adMastheadRight
##.adMed
##.adMedRectBox
##.adMedRectBoxLeft
##.adMediaMiddle
##.adMediumRectangle
##.adMessage
##.adMiddle
##.adMinHeight280
##.adMinHeight313
##.adMiniTower
##.adMod
##.adModule
##.adModule--inner
##.adModule--outer
##.adModule-outer
##.adModule300
##.adModuleAd
##.adMpu
##.adMpuHolder
##.adMrginBottom
##.adNarrow
##.adNoBorder
##.adNoOutline
##.adNone
##.adNote
##.adNotice
##.adNotice90
##.adNoticeOut
##.adNotification
##.adObj
##.adOne
##.adOuterContainer
##.adOverlay
##.adPanel
##.adPanelContent
##.adPanorama
##.adPlaceholder
##.adPlacement
##.adPod
##.adPosition
##.adPremium
##.adRecommend
##.adRecommendRight
##.adRect
##.adRectangle
##.adRectangle-pos-large
##.adRectangle-pos-medium
##.adRectangle-pos-small
##.adRectangleBanner
##.adRectangleUnit
##.adRemove
##.adRenderer
##.adRendererInfinite
##.adResponsive
##.adResult
##.adResults
##.adRight
##.adRightSide
##.adRightSky
##.adRoller
##.adRotator
##.adRow
##.adRowTopWrapper
##.adSKY
##.adSection
##.adSenceImagePush
##.adSense
##.adSense-header
##.adSepDiv
##.adServer
##.adSeven
##.adSide
##.adSideBarMPU
##.adSideBarMPUTop
##.adSidebarButtons
##.adSizer
##.adSkin
##.adSky
##.adSkyscaper
##.adSkyscraper
##.adSlice
##.adSlide
##.adSlot
##.adSlot-container
##.adSlotAdition
##.adSlotCnt
##.adSlotContainer
##.adSlotHeaderContainer
##.adSlug
##.adSpBelow
##.adSpace
##.adSpace300x250
##.adSpace950x90
##.adSpacer
##.adSpec
##.adSplash
##.adSponsor
##.adSponsorText
##.adSponsorhipInfo
##.adSpot
##.adSpot-mrec
##.adSpot-textBox
##.adSpotBlock
##.adSpotFullWidth
##.adSpotIsland
##.adSquare
##.adStatementText
##.adStyle
##.adStyle1
##.adSub
##.adSubColPod
##.adSummary
##.adSuperboard
##.adSupertower
##.adTD
##.adTXTnew
##.adTab
##.adTag
##.adTag-top
##.adTag-wrap
##.adTagThree
##.adTagTwo
##.adText
##.adTextDownload
##.adTextPmpt
##.adTextStreaming
##.adTextWrap
##.adTicker
##.adTile
##.adTileWrap
##.adTiler
##.adTip
##.adTitle
##.adTitleR
##.adTop
##.adTopBk
##.adTopFloat
##.adTopHome
##.adTopLB
##.adTopLeft
##.adTopRight
##.adTopWrapper
##.adTopboxright
##.adTwo
##.adTxt
##.adType2
##.adUnderArticle
##.adUnit
##.adUnitHorz
##.adUnitVert
##.adVar
##.adVertical
##.adVideo
##.adVideo2
##.adVl
##.adVplaceholder
##.adWarning
##.adWebBoard
##.adWideSkyscraper
##.adWideSkyscraperRight
##.adWidget
##.adWidgetBlock
##.adWithTab
##.adWizard-ad
##.adWord
##.adWords-bg
##.adWrap
##.adWrapLg
##.adWrapper
##.adWrapper1
##.adZone
##.adZoneRight
##.ad_0
##.ad_1
##.ad_1000_125
##.ad_120x60
##.ad_120x600
##.ad_120x90
##.ad_125
##.ad_130x90
##.ad_150x150
##.ad_160
##.ad_160_600
##.ad_160x600
##.ad_16m7rle
##.ad_180x150
##.ad_188_inner
##.ad_1day9
##.ad_2
##.ad_200
##.ad_200x200
##.ad_234x60
##.ad_240
##.ad_250
##.ad_250250
##.ad_250x200
##.ad_250x250
##.ad_250x250_w
##.ad_290_290
##.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_wrapper
##.ad_300_600
##.ad_300by250
##.ad_300s
##.ad_300x100
##.ad_300x240
##.ad_300x250
##.ad_300x250_box_right
##.ad_300x250_container
##.ad_300x50
##.ad_300x500
##.ad_300x60
##.ad_300x600
##.ad_320x250_async
##.ad_320x360
##.ad_320x50
##.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_640x480
##.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_v2
##.ad_728x90
##.ad_728x90-1
##.ad_728x90-2
##.ad_728x90_container
##.ad_728x90_top
##.ad_728x90b
##.ad_88x31
##.ad_90
##.ad_925x90
##.ad_940_0
##.ad_954-60
##.ad_960
##.ad_970_2
##.ad_970x250
##.ad_970x250_300x250
##.ad_970x250_container
##.ad_970x90_prog
##.ad_Bumper
##.ad_CustomAd
##.ad_Flex
##.ad_Flexi_LowerRight
##.ad_Flexi_MiddleRight
##.ad_Left
##.ad_Right
##.ad__300x250
##.ad__300x600
##.ad__970x250
##.ad__align
##.ad__centered
##.ad__container
##.ad__content
##.ad__create
##.ad__desk
##.ad__full--width
##.ad__gapfix
##.ad__header
##.ad__holder
##.ad__image
##.ad__in_article
##.ad__inline
##.ad__item
##.ad__label
##.ad__leaderboard
##.ad__mobi
##.ad__mobile-footer
##.ad__mpu
##.ad__placeholder
##.ad__rectangle
##.ad__section-border
##.ad__sidebar
##.ad__single_body_bottom
##.ad__single_body_top
##.ad__space
##.ad__sticky
##.ad__superbanner
##.ad__template
##.ad__window
##.ad__wrapper
##.ad__wrapper-element
##.ad_adInfo
##.ad_ad_160
##.ad_ad_300
##.ad_adblade
##.ad_adc
##.ad_adsense_spacer
##.ad_adv
##.ad_after_section
##.ad_amazon
##.ad_area
##.ad_area_two
##.ad_article_head
##.ad_article_island_nopad
##.ad_article_top_left
##.ad_avu_300x250
##.ad_back
##.ad_background
##.ad_background_1
##.ad_background_true
##.ad_bank_wrapper
##.ad_banner
##.ad_banner2
##.ad_banner_2
##.ad_banner_234
##.ad_banner_250x250
##.ad_banner_468
##.ad_banner_728
##.ad_banner_728x90_inner
##.ad_banner_border
##.ad_banner_div
##.ad_bar
##.ad_below_content
##.ad_belowfirstpost_frame
##.ad_bg
##.ad_bgskin
##.ad_big_banner
##.ad_bigbox
##.ad_billboard
##.ad_blk
##.ad_block
##.ad_block_1
##.ad_block_2
##.ad_block_widget
##.ad_body
##.ad_border
##.ad_botbanner
##.ad_bottom
##.ad_bottom_728
##.ad_bottom_leaderboard
##.ad_bottom_left
##.ad_bottom_mpu
##.ad_bottom_space
##.ad_box
##.ad_box1
##.ad_box2
##.ad_box_2
##.ad_box_6
##.ad_box_9
##.ad_box_ad
##.ad_box_div
##.ad_box_header
##.ad_box_spacer
##.ad_box_top
##.ad_break
##.ad_break2_container
##.ad_break_container
##.ad_btf
##.ad_btn
##.ad_btn-white
##.ad_btn1
##.ad_btn2
##.ad_by
##.ad_callout
##.ad_caption
##.ad_center
##.ad_center_bottom
##.ad_centered
##.ad_choice
##.ad_choices
##.ad_cl
##.ad_claim
##.ad_click
##.ad_cls_fix
##.ad_code
##.ad_col
##.ad_column
##.ad_column_box
##.ad_common
##.ad_con
##.ad_cont
##.ad_cont_footer
##.ad_contain
##.ad_container
##.ad_container__sidebar
##.ad_container__top
##.ad_container_body
##.ad_container_bottom
##.ad_content
##.ad_content_below
##.ad_content_bottom
##.ad_content_img
##.ad_content_wide
##.ad_content_wrapper
##.ad_contents
##.ad_crown
##.ad_custombanner
##.ad_db
##.ad_default
##.ad_deferrable
##.ad_description
##.ad_descriptor
##.ad_desk_w970_h250
##.ad_desktop
##.ad_disclaimer
##.ad_div
##.ad_div_banner
##.ad_div_box
##.ad_div_box2
##.ad_element
##.ad_embed
##.ad_eniro
##.ad_external
##.ad_eyebrow
##.ad_fadein
##.ad_feature
##.ad_filler
##.ad_flash
##.ad_float
##.ad_floating_box
##.ad_fluid
##.ad_font
##.ad_footer
##.ad_footer_super_banner
##.ad_frame
##.ad_frame_around
##.ad_fullwidth
##.ad_gal
##.ad_gam
##.ad_global_header
##.ad_google
##.ad_google_shhide
##.ad_gpt
##.ad_grein_botn
##.ad_grid
##.ad_group
##.ad_gutter_top
##.ad_half_page
##.ad_halfpage
##.ad_hd
##.ad_head
##.ad_head_rectangle
##.ad_head_wide
##.ad_header
##.ad_header_top
##.ad_heading
##.ad_headline
##.ad_holder
##.ad_horizontal
##.ad_hover_href
##.ad_iframe2
##.ad_image
##.ad_img
##.ad_imgae_150
##.ad_in_article
##.ad_in_text
##.ad_incontent
##.ad_index02
##.ad_indicator
##.ad_inline
##.ad_inline_wrapper
##.ad_inner
##.ad_inset
##.ad_island
##.ad_item
##.ad_label
##.ad_large
##.ad_leader
##.ad_leader_bottom
##.ad_leader_plus_top
##.ad_leaderboard
##.ad_leaderboard_atf
##.ad_leaderboard_master
##.ad_leaderboard_top
##.ad_leaderboard_wrap
##.ad_left
##.ad_left_cell
##.ad_left_column
##.ad_lft
##.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_lrgsky
##.ad_lt
##.ad_main
##.ad_maintopad
##.ad_margin
##.ad_marker
##.ad_masthead
##.ad_med
##.ad_medium_rectangle
##.ad_medrec
##.ad_medrect
##.ad_megabanner
##.ad_message
##.ad_microlen
##.ad_mid_post_body
##.ad_middle
##.ad_middle_banner
##.ad_mobile
##.ad_mod
##.ad_module
##.ad_movFocus
##.ad_mp
##.ad_mpu
##.ad_mpu_top
##.ad_mr
##.ad_mrec
##.ad_native
##.ad_native_xrail
##.ad_news
##.ad_news_text
##.ad_no_border
##.ad_note
##.ad_notice
##.ad_oms
##.ad_on_article
##.ad_one
##.ad_one_one
##.ad_one_third
##.ad_outer
##.ad_overlays
##.ad_p360
##.ad_pagebody
##.ad_panel
##.ad_paragraphs_desktop_container
##.ad_partner
##.ad_partners
##.ad_pause
##.ad_pic
##.ad_place
##.ad_placeholder
##.ad_placeholder_d_b
##.ad_placeholder_d_s
##.ad_placeholder_d_sticky
##.ad_placement
##.ad_placement_300x250
##.ad_placement_small
##.ad_plus
##.ad_position
##.ad_post
##.ad_primary
##.ad_promo
##.ad_promo1
##.ad_promo_spacer
##.ad_push
##.ad_r
##.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_response
##.ad_rhs
##.ad_right
##.ad_rightSky
##.ad_right_300_250
##.ad_right_cell
##.ad_right_col
##.ad_rightside
##.ad_row
##.ad_row_bottom_item
##.ad_rtg300
##.ad_scroll
##.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_sidebar_inner
##.ad_sidebar_left
##.ad_sidebar_right
##.ad_size_160x600
##.ad_skin
##.ad_sky
##.ad_sky2
##.ad_sky2_2
##.ad_skyscpr
##.ad_skyscraper
##.ad_skyscrapper
##.ad_slider_out
##.ad_slot
##.ad_slot_inread
##.ad_slot_right
##.ad_slug
##.ad_small
##.ad_space
##.ad_space_300_250
##.ad_spacer
##.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_start
##.ad_static
##.ad_station
##.ad_story_island
##.ad_stream
##.ad_stream_hd
##.ad_sub
##.ad_supersize
##.ad_table
##.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_topmain
##.ad_topright
##.ad_topshop
##.ad_tower
##.ad_trailer_header
##.ad_trick_header
##.ad_trick_left
##.ad_ttl
##.ad_two
##.ad_two_third
##.ad_txt2
##.ad_type_1
##.ad_type_adsense
##.ad_type_dfp
##.ad_under
##.ad_under_royal_slider
##.ad_unit
##.ad_unit_300
##.ad_unit_300_x_250
##.ad_unit_600
##.ad_unit_rail
##.ad_unit_wrapper
##.ad_unit_wrapper_main
##.ad_url
##.ad_v2
##.ad_v3
##.ad_vertisement
##.ad_viewtop
##.ad_w
##.ad_w300h450
##.ad_w300i
##.ad_w_us_a300
##.ad_warn
##.ad_warning
##.ad_watch_now
##.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_300
##.ad_wrapper_970x90
##.ad_wrapper_box
##.ad_wrapper_false
##.ad_wrapper_fixed
##.ad_wrapper_top
##.ad_wrp
##.ad_xrail
##.ad_xrail_top
##.ad_zone
##.adace-adi-popup-wrapper
##.adace-slideup-slot-wrap
##.adace-slot
##.adace-slot-wrapper
##.adace-sponsors-box
##.adace-vignette
##.adadded
##.adageunicorns
##.adalert-overlayer
##.adalert-toplayer
##.adamazon
##.adarea
##.adarea-long
##.adarticle
##.adb-728x90
##.adb-bottom-outer
##.adbTrkWt
##.adback
##.adban
##.adban-hold-narrow
##.adband
##.adbanner-300-250
##.adbanner-bottom
##.adbanner1
##.adbanner2nd
##.adbannerbox
##.adbanneriframe
##.adbannerright
##.adbannertop
##.adbase
##.adbbox
##.adbckgrnd
##.adbelowfirstpost
##.adbetween
##.adbetweenarticles
##.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__banner
##.adblock_noborder
##.adblock_primary
##.adblockdiv
##.adblocks-topright
##.adboard
##.adborder
##.adborderbottom
##.adbordertop
##.adbot
##.adbot_postbit
##.adbot_showthread
##.adbottom
##.adbottomright
##.adbox-300x250
##.adbox-468x60
##.adbox-border-desk
##.adbox-box
##.adbox-header
##.adbox-outer
##.adbox-rectangle
##.adbox-sidebar
##.adbox-slider
##.adbox-style
##.adbox-title
##.adbox-topbanner
##.adbox-wrapper
##.adbox1
##.adbox160
##.adbox2
##.adbox300
##.adbox300x250
##.adbox336
##.adbox600
##.adbox728
##.adboxRightSide
##.adboxTopBanner
##.adboxVert
##.adbox_300x600
##.adbox_310x400
##.adbox_366x280
##.adbox_468X60
##.adbox_border
##.adbox_bottom
##.adbox_br
##.adbox_cont
##.adbox_largerect
##.adbox_left
##.adbox_top
##.adboxbg
##.adboxbot
##.adboxclass
##.adboxcm
##.adboxcontent
##.adboxcontentsum
##.adboxes
##.adboxesrow
##.adboxid
##.adboxlarge
##.adboxlong
##.adboxo
##.adboxtop
##.adbreak
##.adbrite2
##.adbtn
##.adbtns
##.adbttm_right_300
##.adbttm_right_label
##.adbucks
##.adbug
##.adbutler-inline-ad
##.adbutler-top-banner
##.adbutler_top_banner
##.adbutton
##.adbutton-block
##.adbuttons
##.adcard
##.adcasing
##.adcenter
##.adchange
##.adchoices
##.adchoices-link
##.adclass
##.adcode
##.adcode-widget
##.adcode2
##.adcode300x250
##.adcode728x90
##.adcode_container
##.adcodetextwrap300x250
##.adcodetop
##.adcol1
##.adcol2
##.adcolumn
##.adcolumn_wrapper
##.adcomment
##.adcon
##.adcont
##.adcontainer-Leaderboard
##.adcontainer-Rectangle
##.adcontainer2
##.adcontainer300x250l
##.adcontainer300x250r
##.adcontainer_footer
##.adcopy
##.add-position-right
##.add-sidebar
##.add300
##.add300top
##.add300x250
##.addAdvertContainer
##.add_topbanner
##.addarea
##.addarearight
##.addbanner
##.addboxRight
##.addisclaimer
##.addiv
##.adds2
##.adds300x250
##.adds620x90
##.addtitle
##.addvert
##.addwide
##.adengageadzone
##.adenquire
##.adex-ad-text
##.adfbox
##.adfeedback
##.adfeeds
##.adfix
##.adflag
##.adflexi
##.adfliction
##.adfoot
##.adfootbox
##.adfooter
##.adform__topbanner
##.adfoxly-overlay
##.adfoxly-place-delay
##.adfoxly-wrapper
##.adframe
##.adframe2
##.adframe_banner
##.adframe_rectangle
##.adfree
##.adfront
##.adfront-head
##.adfrp
##.adfull
##.adgear
##.adgmleaderboard
##.adguru-content-html
##.adguru-modal-popup
##.adhalfhome
##.adhalfpage
##.adhalfpageright
##.adhead
##.adheader
##.adheightpromo
##.adheighttall
##.adherebox
##.adhesion-block
##.adhesion-header
##.adhesiveAdWrapper
##.adhesiveWrapper
##.adhesive_holder
##.adhi
##.adhide
##.adhint
##.adholder
##.adholder-300
##.adholder2
##.adholderban
##.adhoriz
##.adiframe
##.adindex
##.adindicator
##.adinfo
##.adinjwidget
##.adinner
##.adinpost
##.adinsert
##.adinsert160
##.adinside
##.adintext
##.adintro
##.adisclaimer
##.adisland
##.adits
##.adjlink
##.adk-slot
##.adkicker
##.adkit
##.adlabel-horz
##.adlabel-vert
##.adlabel1
##.adlabel2
##.adlabel3
##.adlabelleft
##.adlarge
##.adlarger
##.adlateral
##.adlayer
##.adleader
##.adleft1
##.adleftph
##.adlgbox
##.adline
##.adlink
##.adlinkdiv
##.adlinks
##.adlinks-class
##.adlist
##.adlist1
##.adlist2
##.adloaded
##.adlsot
##.admain
##.adman
##.admarker
##.admaster
##.admediumred
##.admedrec
##.admeldBoxAd
##.admessage
##.admiddle
##.admiddlesidebar
##.admngr
##.admngrfr
##.admngrft
##.admods
##.admodule
##.admoduleB
##.admpu
##.admpu-small
##.admputop
##.admz
##.adnSpot
##.adname
##.adnet_area
##.adnotecenter
##.adnotice
##.adnotification
##.adnz-ad-placeholder
##.adocean
##.adocean728x90
##.adocean_desktop_section
##.adops
##.adpacks
##.adpacks_content
##.adpadding
##.adpane
##.adparent
##.adpic
##.adplace
##.adplace_center
##.adplaceholder
##.adplaceholder-top
##.adplacement
##.adplate-background
##.adplugg-tag
##.adpod
##.adpopup
##.adpos-300-mobile
##.adpost
##.adposter_pos
##.adproxy
##.adrec
##.adrechts
##.adrect
##.adrectangle
##.adrectwrapper
##.adrevtising-buttom
##.adright
##.adright300
##.adrightlg
##.adrightsm
##.adrighttop
##.adriverBanner
##.adroot
##.adrotate-sponsor
##.adrotate-widget
##.adrotate_top_banner
##.adrotate_widget
##.adrotate_widgets
##.adrotatediv
##.adrow
##.adrule
##.ads--bottom-spacing
##.ads--desktop
##.ads--full
##.ads--insertor-casper
##.ads--no-preload
##.ads--sidebar
##.ads--single
##.ads--square
##.ads--super
##.ads--top
##.ads-1
##.ads-120x600
##.ads-125
##.ads-160x600
##.ads-160x600-outer
##.ads-2
##.ads-3
##.ads-300
##.ads-300-250
##.ads-300-box
##.ads-300x250
##.ads-300x250-sidebar
##.ads-300x300
##.ads-300x600
##.ads-300x600-wrapper
##.ads-320-50
##.ads-320x250
##.ads-336x280
##.ads-468
##.ads-720x90
##.ads-728
##.ads-728-90
##.ads-728by90
##.ads-728x90
##.ads-970-250-show
##.ads-980x90
##.ads-above-comments
##.ads-ad
##.ads-ads-top
##.ads-advertorial
##.ads-article-right
##.ads-articlebottom
##.ads-aside
##.ads-banner
##.ads-banner-bottom
##.ads-banner-friends
##.ads-banner-js
##.ads-banner-middle
##.ads-banner-spacing
##.ads-banner-top
##.ads-banner-top-right
##.ads-base
##.ads-beforecontent
##.ads-below-content
##.ads-below-home
##.ads-below-view-content
##.ads-between-comments
##.ads-bg
##.ads-bigbox
##.ads-bilboards
##.ads-bing-belly
##.ads-bing-bottom
##.ads-bing-top
##.ads-block
##.ads-block-bottom-wrap
##.ads-block-link-text
##.ads-block-panel-tipo-1
##.ads-block-rightside
##.ads-block-top
##.ads-block-top-right
##.ads-border
##.ads-bottom
##.ads-bottom-block
##.ads-bottom-center
##.ads-bottom-content
##.ads-bottom-left
##.ads-bottom-right
##.ads-box
##.ads-box-border
##.ads-box-cont
##.ads-bt
##.ads-btm
##.ads-by
##.ads-by-google
##.ads-callback
##.ads-card
##.ads-carousel
##.ads-center
##.ads-centered
##.ads-cnt
##.ads-code
##.ads-col
##.ads-col-1
##.ads-col-2
##.ads-cols
##.ads-cont
##.ads-container-250
##.ads-container__inner
##.ads-content
##.ads-core-placer
##.ads-custom
##.ads-decorator
##.ads-desktop
##.ads-div
##.ads-end-content
##.ads-express
##.ads-favicon
##.ads-feed
##.ads-fieldset
##.ads-fif
##.ads-flow
##.ads-footer
##.ads-fr
##.ads-global-header
##.ads-global-top
##.ads-google
##.ads-google-bottom
##.ads-google-top
##.ads-grp
##.ads-half
##.ads-header
##.ads-header-desktop
##.ads-header-left
##.ads-header-right
##.ads-here
##.ads-hints
##.ads-holder
##.ads-home
##.ads-homepage-2
##.ads-horizontal
##.ads-horizontal-banner
##.ads-image
##.ads-in-content
##.ads-in-previews
##.ads-inarticle
##.ads-inline
##.ads-inner
##.ads-instance
##.ads-interlinks
##.ads-internal
##.ads-item
##.ads-label
##.ads-label-inverse
##.ads-large
##.ads-leaderboard
##.ads-leaderboard-border
##.ads-leaderboard-panel
##.ads-leaderbord
##.ads-left
##.ads-line
##.ads-link
##.ads-link1
##.ads-link2
##.ads-link3
##.ads-link4
##.ads-links-general
##.ads-list
##.ads-loaded
##.ads-long
##.ads-main
##.ads-margin
##.ads-margin-top-20
##.ads-margin-top-bottom
##.ads-marker
##.ads-medium-rect
##.ads-middle
##.ads-middle-top
##.ads-minheight
##.ads-mini
##.ads-mini-3rows
##.ads-mobile
##.ads-module
##.ads-module-alignment
##.ads-movie
##.ads-mpu
##.ads-narrow
##.ads-native-wrapper
##.ads-note
##.ads-one
##.ads-outer
##.ads-panel
##.ads-parent
##.ads-placeholder
##.ads-placeholder-inside
##.ads-placeholder-wrapper
##.ads-placment
##.ads-post
##.ads-post-closing
##.ads-post-footer
##.ads-post-full
##.ads-posting
##.ads-profile
##.ads-rail
##.ads-rect
##.ads-rectangle
##.ads-relatedbottom
##.ads-rendering-fix
##.ads-right
##.ads-right-min
##.ads-rotate
##.ads-row
##.ads-rpline-com
##.ads-scroller-box
##.ads-section
##.ads-side
##.ads-sidebar
##.ads-sidebar-300-600
##.ads-sidebar-boxad
##.ads-sidebar-widget
##.ads-sign
##.ads-single
##.ads-site
##.ads-size-small
##.ads-skin
##.ads-skin-mobile
##.ads-sky
##.ads-skyscraper
##.ads-skyscraper-container-left
##.ads-skyscraper-container-right
##.ads-skyscraper-left
##.ads-skyscraper-right
##.ads-slot-mb-container
##.ads-small
##.ads-small-horizontal
##.ads-small-squares
##.ads-smartphone
##.ads-social-box
##.ads-sponsored-title
##.ads-sponsors
##.ads-square
##.ads-square-large
##.ads-square-small
##.ads-squares
##.ads-ss
##.ads-star
##.ads-static-video-overlay
##.ads-stick-footer
##.ads-sticky
##.ads-sticky-300-600
##.ads-story
##.ads-story-leaderboard-atf
##.ads-stripe
##.ads-styled
##.ads-superbanner
##.ads-system
##.ads-text
##.ads-title
##.ads-tittle
##.ads-to-hide
##.ads-top
##.ads-top-728
##.ads-top-center
##.ads-top-content
##.ads-top-fixed
##.ads-top-home
##.ads-top-left
##.ads-top-main
##.ads-top-right
##.ads-top-spacer
##.ads-topbar
##.ads-two
##.ads-txt
##.ads-ul
##.ads-verticle
##.ads-wall-container
##.ads-wide
##.ads-widget
##.ads-widget-content
##.ads-widget-content-wrap
##.ads-widget-link
##.ads-wrap
##.ads-wrapper
##.ads-wrapper-top
##.ads-x1
##.ads-zone
##.ads.bottom
##.ads.box
##.ads.cell
##.ads.cta
##.ads.grid-layout
##.ads.square
##.ads.top
##.ads.widget
##.ads01
##.ads1
##.ads10
##.ads11
##.ads120
##.ads120_600
##.ads120_600-widget
##.ads120_80
##.ads120x
##.ads123
##.ads125
##.ads125-widget
##.ads160
##.ads160-600
##.ads2
##.ads250
##.ads250-250
##.ads2Block
##.ads3
##.ads300
##.ads300-200
##.ads300-250
##.ads300250
##.ads300_250
##.ads300_250-widget
##.ads300_600-widget
##.ads300box
##.ads300n
##.ads300nb
##.ads300x
##.ads300x100
##.ads300x600
##.ads315
##.ads320x100
##.ads336_280
##.ads336x280
##.ads4
##.ads460
##.ads460_home
##.ads468
##.ads468x60
##.ads600
##.ads720x90
##.ads728
##.ads728_90
##.ads728b
##.ads728x90
##.ads728x90-1
##.ads970
##.adsAdvert
##.adsArea
##.adsBanner
##.adsBannerLink
##.adsBlock
##.adsBlockContainerHorizontal
##.adsBot
##.adsBottom
##.adsBoxTop
##.adsCap
##.adsCell
##.adsColumn
##.adsConfig
##.adsCont
##.adsDef
##.adsDesktop
##.adsDetailsPage
##.adsDisclaimer
##.adsDiv
##.adsFirst
##.adsFixed
##.adsFull
##.adsHeader
##.adsHeading
##.adsHeight300x250
##.adsHeight720x90
##.adsHome-full
##.adsImages
##.adsInner
##.adsLabel
##.adsLibrary
##.adsLine
##.adsList
##.adsMPU
##.adsMag
##.adsMarker
##.adsMiddle
##.adsMvCarousel
##.adsNetwork
##.adsOuter
##.adsOverPrimary
##.adsPlaceHolder
##.adsPostquare
##.adsPushdown
##.adsRectangleMedium
##.adsRight
##.adsRow
##.adsSecond
##.adsSectionRL
##.adsSpacing
##.adsSticky
##.adsTag
##.adsText
##.adsTop
##.adsTopBanner
##.adsTopCont
##.adsTower2
##.adsTowerWrap
##.adsTxt
##.adsWidget
##.adsWithUs
##.adsWrap
##.ads_160
##.ads_180
##.ads_2
##.ads_3
##.ads_300
##.ads_300_250
##.ads_300x250
##.ads_300x600
##.ads_4
##.ads_468
##.ads_468x60
##.ads_720x90
##.ads_728
##.ads_728x90
##.ads_Header
##.ads__article__header
##.ads__aside
##.ads__claim-item
##.ads__container
##.ads__header
##.ads__horizontal
##.ads__hyperleaderboard--hyperleaderboard
##.ads__inline
##.ads__interstitial
##.ads__link
##.ads__listing
##.ads__mid
##.ads__middle
##.ads__midpage-fullwidth
##.ads__native
##.ads__right-rail-ad
##.ads__sidebar
##.ads__top
##.ads_ad_box
##.ads_admeld
##.ads_adsense1
##.ads_after
##.ads_after_more
##.ads_amazon
##.ads_amazon_outer
##.ads_area
##.ads_article
##.ads_banner
##.ads_bar
##.ads_before
##.ads_between_content
##.ads_bg
##.ads_big
##.ads_big-half
##.ads_bigrec
##.ads_block
##.ads_border
##.ads_box
##.ads_box_headline
##.ads_box_type1
##.ads_center
##.ads_code
##.ads_column
##.ads_container
##.ads_container_top
##.ads_content
##.ads_css
##.ads_der
##.ads_desktop_r1
##.ads_desktop_r2
##.ads_div
##.ads_div1
##.ads_foot
##.ads_footer
##.ads_footerad
##.ads_full_1
##.ads_google
##.ads_h
##.ads_h1
##.ads_h2
##.ads_header
##.ads_header_bottom
##.ads_holder
##.ads_home
##.ads_horizontal
##.ads_in_list_autosize
##.ads_infoBtns
##.ads_inline_640
##.ads_inside2
##.ads_inview
##.ads_item
##.ads_label
##.ads_large_ads
##.ads_lb
##.ads_leader
##.ads_leaderboard
##.ads_left
##.ads_main
##.ads_main_hp
##.ads_media
##.ads_medium
##.ads_medium_rectangle
##.ads_medrect
##.ads_middle
##.ads_middle-container
##.ads_middle_container
##.ads_mpu
##.ads_outer
##.ads_outline
##.ads_place
##.ads_place_160
##.ads_place_top
##.ads_placeholder
##.ads_player
##.ads_post
##.ads_prtext
##.ads_qc1
##.ads_qc2
##.ads_rectangle
##.ads_remove
##.ads_right
##.ads_rightbar_top
##.ads_side
##.ads_sideba
##.ads_sidebar
##.ads_single_center
##.ads_single_side
##.ads_single_top
##.ads_singlepost
##.ads_slice
##.ads_slot
##.ads_small
##.ads_small_rectangle
##.ads_space_long
##.ads_spacer
##.ads_square
##.ads_takeover
##.ads_tb-c
##.ads_text
##.ads_ticker_main
##.ads_tit
##.ads_title
##.ads_top
##.ads_top_1
##.ads_top_banner
##.ads_top_both
##.ads_top_middle
##.ads_top_nav
##.ads_topbanner
##.ads_topleft
##.ads_topright
##.ads_tower
##.ads_tr
##.ads_under_data
##.ads_unit
##.ads_up
##.ads_video
##.ads_wide
##.ads_widesky
##.ads_widget
##.ads_wrap
##.ads_wrap-para
##.ads_wrapper
##.adsafp
##.adsanity-alignnone
##.adsanity-group
##.adsanity-single
##.adsarea
##.adsartical
##.adsbanner1
##.adsbanner2
##.adsbantop
##.adsbar
##.adsbg300
##.adsbillboard
##.adsblock
##.adsblockvert
##.adsbnr
##.adsbody
##.adsborder
##.adsboth
##.adsbottom
##.adsbottombox
##.adsbox--masthead
##.adsbox-square
##.adsbox970x90
##.adsbox990x90
##.adsboxBtn
##.adsbox_300x250
##.adsboxitem
##.adsbx728x90
##.adsbyadop
##.adsbyexoclick
##.adsbyexoclick-wrapper
##.adsbygalaksion
##.adsbygoogle-box
##.adsbygoogle-noablate
##.adsbygoogle-wrapper
##.adsbygoogle2
##.adsbypublift
##.adsbypubmax
##.adsbytrafficjunky
##.adsbyvli
##.adsbyxa
##.adscaleTop
##.adscenter
##.adscentertext
##.adsclick
##.adscontainer
##.adscontent250
##.adscontentcenter
##.adscontntad
##.adscreen
##.adsdelivery
##.adsdesktop
##.adsdiv
##.adsection_a2
##.adsection_c2
##.adsection_c3
##.adsenbox
##.adsens
##.adsense-250
##.adsense-300-600
##.adsense-336
##.adsense-336-280
##.adsense-468
##.adsense-728-90
##.adsense-ad-results
##.adsense-ads
##.adsense-afterpost
##.adsense-area
##.adsense-article
##.adsense-block
##.adsense-box
##.adsense-center
##.adsense-code
##.adsense-container
##.adsense-content
##.adsense-div
##.adsense-float
##.adsense-googleAds
##.adsense-header
##.adsense-heading
##.adsense-iframe-container
##.adsense-inline
##.adsense-left
##.adsense-links
##.adsense-loading
##.adsense-module
##.adsense-overlay
##.adsense-post
##.adsense-resposivo-meio
##.adsense-right
##.adsense-slot
##.adsense-square
##.adsense-sticky-slide
##.adsense-title
##.adsense-top
##.adsense-unit
##.adsense-widget
##.adsense-wrapper
##.adsense1
##.adsense160x600
##.adsense250
##.adsense3
##.adsense300
##.adsense300x250
##.adsense728
##.adsense728x90
##.adsenseAds
##.adsenseBannerArea
##.adsenseBlock
##.adsenseContainer
##.adsenseList
##.adsenseRow
##.adsenseSky
##.adsenseWrapper
##.adsense_200
##.adsense_336_280
##.adsense_728x90_container
##.adsense_ad
##.adsense_block
##.adsense_bottom
##.adsense_container
##.adsense_content_300x250
##.adsense_div_wrapper
##.adsense_inner
##.adsense_label
##.adsense_leader
##.adsense_media
##.adsense_menu
##.adsense_mpu
##.adsense_rectangle
##.adsense_results
##.adsense_right
##.adsense_sidebar
##.adsense_sidebar_top
##.adsense_single
##.adsense_top
##.adsense_top_ad
##.adsense_unit
##.adsense_wrapper
##.adsensebig
##.adsensefloat
##.adsenseformat
##.adsenseframe
##.adsenseleaderboard
##.adsensemobile
##.adsenvelope
##.adsep
##.adserve_728
##.adserverBox
##.adserver_zone
##.adserverad
##.adserving
##.adset
##.adsfloat
##.adsfloatpanel
##.adsforums
##.adsghori
##.adsgrd
##.adsgvert
##.adsheight-250
##.adshome
##.adshowbig
##.adshowcase
##.adshp
##.adside
##.adside-box-index
##.adside-box-single
##.adside_box
##.adsidebar
##.adsidebox
##.adsider
##.adsincs2
##.adsinfo
##.adsingle
##.adsingle-r
##.adsingleph
##.adsitem
##.adsize728
##.adsizer
##.adsizewrapper
##.adskeeperWrap
##.adsky
##.adsleaderboard
##.adsleaderboardbox
##.adsleff
##.adsleft
##.adsleftblock
##.adslibraryArticle
##.adslider
##.adslink
##.adslist
##.adslisting
##.adslisting2
##.adslistingz
##.adsload
##.adsloading
##.adslogan
##.adslot
##.adslot--leaderboard
##.adslot-area
##.adslot-banner
##.adslot-billboard
##.adslot-feature
##.adslot-inline-wide
##.adslot-mpu
##.adslot-rectangle
##.adslot-widget
##.adslot970
##.adslotMid
##.adslot_1
##.adslot_1m
##.adslot_2
##.adslot_2m
##.adslot_3
##.adslot_300
##.adslot_3d
##.adslot_3m
##.adslot_4
##.adslot_728
##.adslot__ad-container
##.adslot__ad-wrapper
##.adslot_blurred
##.adslot_bot_300x250
##.adslot_collapse
##.adslot_popup
##.adslot_side1
##.adslothead
##.adslotleft
##.adslotright
##.adslotright_1
##.adslotright_2
##.adslug
##.adsmaintop
##.adsmall
##.adsmaller
##.adsmalltext
##.adsmanag
##.adsmbody
##.adsmedrect
##.adsmedrectright
##.adsmessage
##.adsmobile
##.adsninja-ad-zone
##.adsninja-ad-zone-container-with-set-height
##.adsninja-rail-zone
##.adsnippet_widget
##.adsns
##.adsntl
##.adsonar-after
##.adsonofftrigger
##.adsoptimal-slot
##.adsother
##.adspace
##.adspace-300x600
##.adspace-336x280
##.adspace-728x90
##.adspace-MR
##.adspace-lb
##.adspace-leaderboard
##.adspace-lr
##.adspace-mpu
##.adspace-mtb
##.adspace-top
##.adspace-widget
##.adspace1
##.adspace180
##.adspace2
##.adspace728x90
##.adspace_2
##.adspace_bottom
##.adspace_buysell
##.adspace_right
##.adspace_rotate
##.adspace_skyscraper
##.adspace_top
##.adspacer
##.adspacer2
##.adspan
##.adspanel
##.adspecial390
##.adspeed
##.adsplash-160x600
##.adsplat
##.adsponsor
##.adspop
##.adspost
##.adspot
##.adspot-desk
##.adspot-title
##.adspot1
##.adspot200x90
##.adspot468x60
##.adspot728x90
##.adspotGrey
##.adspot_468x60
##.adspot_728x90
##.adsprefooter
##.adspreview
##.adsrecnode
##.adsresponsive
##.adsright
##.adss
##.adss-rel
##.adssidebar2
##.adsskyscraper
##.adsslotcustom2
##.adsslotcustom4
##.adssmall
##.adssquare
##.adssquare2
##.adsterra
##.adstext
##.adstextpad
##.adstipt
##.adstitle
##.adstop
##.adstory
##.adstrip
##.adstyle
##.adsverting
##.adsvideo
##.adswallpapr
##.adswidget
##.adswiper
##.adswitch
##.adswordatas
##.adsystem_ad
##.adszone
##.adt-300x250
##.adt-300x600
##.adt-728x90
##.adtab
##.adtable
##.adtag
##.adtc
##.adtech
##.adtech-ad-widget
##.adtech-banner
##.adtech-boxad
##.adtech-copy
##.adtech-video-2
##.adtech-wrapper
##.adtechMobile
##.adtech_wrapper
##.adtester-container
##.adtext-bg
##.adtext_gray
##.adtext_horizontal
##.adtext_onwhite
##.adtext_vertical
##.adtext_white
##.adtextleft
##.adtextright
##.adthrive
##.adthrive-ad
##.adthrive-content
##.adthrive-header
##.adthrive-header-container
##.adthrive-placeholder-content
##.adthrive-placeholder-header
##.adthrive-placeholder-static-sidebar
##.adthrive-video-player
##.adthrive_custom_ad
##.adtile
##.adtips
##.adtips1
##.adtitle
##.adtoggle
##.adtop
##.adtop-border
##.adtops
##.adtower
##.adtravel
##.adttl
##.adtxt
##.adtxtlinks
##.adult-adv
##.adun
##.adunit
##.adunit-300-250
##.adunit-active
##.adunit-adbridg
##.adunit-container
##.adunit-container_sitebar_1
##.adunit-googleadmanager
##.adunit-lazy
##.adunit-middle
##.adunit-parent
##.adunit-purch
##.adunit-side
##.adunit-title
##.adunit-top
##.adunit-wrap
##.adunit-wrapper
##.adunit125
##.adunit160
##.adunit300x250
##.adunit468
##.adunitContainer
##.adunit_300x250
##.adunit_728x90
##.adunit_content
##.adunit_footer
##.adunit_leaderboard
##.adunit_rectangle
##.adv--h600
##.adv--square
##.adv-120x600
##.adv-160
##.adv-160x600
##.adv-200-200
##.adv-250-250
##.adv-300
##.adv-300-1
##.adv-300-250
##.adv-300-600
##.adv-300x250
##.adv-300x250-generic
##.adv-336-280
##.adv-4
##.adv-468-60
##.adv-468x60
##.adv-700
##.adv-728
##.adv-728-90
##.adv-970
##.adv-970-250
##.adv-970-250-2
##.adv-980x60
##.adv-ad
##.adv-ads-selfstyle
##.adv-aside
##.adv-background
##.adv-banner
##.adv-bar
##.adv-block
##.adv-block-container
##.adv-border
##.adv-bottom
##.adv-box
##.adv-box-holder
##.adv-box-wrapper
##.adv-carousel
##.adv-center
##.adv-click
##.adv-cont
##.adv-cont1
##.adv-container
##.adv-conteiner
##.adv-dvb
##.adv-format-1
##.adv-full-width
##.adv-google
##.adv-gpt-desktop-wrapper
##.adv-gpt-wrapper-desktop
##.adv-halfpage
##.adv-header
##.adv-holder
##.adv-in-body
##.adv-inset
##.adv-intext
##.adv-intext-label
##.adv-key
##.adv-label
##.adv-leaderboard
##.adv-leaderboard-banner
##.adv-link--left
##.adv-link--right
##.adv-mobile-wrapper
##.adv-mpu
##.adv-mpu-shoulder
##.adv-outer
##.adv-p
##.adv-phone
##.adv-right
##.adv-right-300
##.adv-rotator
##.adv-script-container
##.adv-search-ad
##.adv-sidebar
##.adv-sidelabel
##.adv-skin-spacer
##.adv-slot-container
##.adv-text
##.adv-top
##.adv-top-banner
##.adv-top-container
##.adv-top-page
##.adv-top-skin
##.adv-under-video
##.adv-unit
##.adv-videoad
##.adv-x61
##.adv1
##.adv120
##.adv200
##.adv250
##.adv300
##.adv300-250
##.adv300-250-2
##.adv300-70
##.adv300left
##.adv300x100
##.adv300x250
##.adv300x60
##.adv300x70
##.adv336
##.adv350
##.adv460x60
##.adv468
##.adv468x90
##.adv728
##.adv728x90
##.advBottom
##.advBottomHome
##.advBox
##.advImagesbox
##.advInt
##.advLB_PageMiddle
##.advLeaderboard
##.advRightBig
##.advSquare
##.advText
##.advTicker
##.advTop
##.advVideobox
##.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_600
##.adv_630
##.adv_728_90
##.adv_728x90
##.adv_90
##.adv_PageTop
##.adv__box
##.adv__leaderboard
##.adv__wrapper
##.adv_aff
##.adv_amazon_single
##.adv_banner
##.adv_banner_hor
##.adv_bg
##.adv_box
##.adv_box_narrow
##.adv_code
##.adv_flash
##.adv_hed
##.adv_here
##.adv_img
##.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_msg
##.adv_panel
##.adv_placeholder_300_250
##.adv_placeholder_300_300
##.adv_right
##.adv_side1
##.adv_side2
##.adv_sidebar
##.adv_title
##.adv_top
##.adv_txt
##.adv_under_menu
##.advads-background
##.advads-close-button
##.advads-parallax-container
##.advads-sticky
##.advads-target
##.advads-widget
##.advads_ad_widget-11
##.advads_ad_widget-18
##.advads_ad_widget-2
##.advads_ad_widget-21
##.advads_ad_widget-3
##.advads_ad_widget-4
##.advads_ad_widget-5
##.advads_ad_widget-8
##.advads_ad_widget-9
##.advads_widget
##.advance-ads
##.advart
##.advbig
##.adver
##.adver-block
##.adver-header
##.adver-left
##.adver-text
##.adver-wrapper--250
##.adverTag
##.adverTxt
##.adver_bot
##.adver_cont_below
##.adver_home
##.advert--background
##.advert--banner-wrap
##.advert--fallback
##.advert--header
##.advert--in-sidebar
##.advert--inline
##.advert--leaderboard
##.advert--loading
##.advert--outer
##.advert--placeholder
##.advert--right-rail
##.advert--square
##.advert--transition
##.advert--vc
##.advert--vc__wrapper
##.advert-100
##.advert-120x90
##.advert-160x600
##.advert-300
##.advert-300-side
##.advert-300x100-side
##.advert-728
##.advert-728-90
##.advert-728x90
##.advert-760
##.advert-arch-top
##.advert-article-bottom
##.advert-autosize
##.advert-background
##.advert-banner
##.advert-banner-container
##.advert-banner-holder
##.advert-bannerad
##.advert-bar
##.advert-bg-250
##.advert-block
##.advert-border
##.advert-bot-box
##.advert-bottom
##.advert-box
##.advert-bronze
##.advert-bronze-btm
##.advert-btm
##.advert-card
##.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-horizontal
##.advert-image
##.advert-info
##.advert-inner
##.advert-label
##.advert-leaderboard
##.advert-leaderboard-top
##.advert-leaderboard2
##.advert-loader
##.advert-mini
##.advert-mpu
##.advert-mrec
##.advert-note
##.advert-overlay
##.advert-pane
##.advert-panel
##.advert-placeholder
##.advert-placeholder-wrapper
##.advert-preview-wrapper
##.advert-right
##.advert-row
##.advert-section
##.advert-sidebar
##.advert-silver
##.advert-sky
##.advert-skyright
##.advert-skyscraper
##.advert-slider
##.advert-spot-container
##.advert-sticky-wrapper
##.advert-stub
##.advert-text
##.advert-three
##.advert-title
##.advert-top
##.advert-top-footer
##.advert-txt
##.advert-unit
##.advert-wide
##.advert-wingbanner-left
##.advert-wingbanner-right
##.advert-wrap
##.advert-wrap1
##.advert-wrap2
##.advert-wrapper
##.advert-wrapper-exco
##.advert.box
##.advert.desktop
##.advert.mobile
##.advert.mpu
##.advert.skyscraper
##.advert1
##.advert120
##.advert1Banner
##.advert2
##.advert300
##.advert4
##.advert5
##.advert728_90
##.advert728x90
##.advert8
##.advertBanner
##.advertBar
##.advertBlock
##.advertBottom
##.advertBox
##.advertCaption
##.advertColumn
##.advertCont
##.advertContainer
##.advertDownload
##.advertFullBanner
##.advertHeader
##.advertHeadline
##.advertLink
##.advertLink1
##.advertMPU
##.advertMiddle
##.advertMpu
##.advertRight
##.advertSideBar
##.advertSign
##.advertSlider
##.advertSlot
##.advertSuperBanner
##.advertText
##.advertTitleSky
##.advertWrapper
##.advert_300x250
##.advert_336
##.advert_468x60
##.advert__container
##.advert__fullbanner
##.advert__leaderboard
##.advert__mpu
##.advert__sidebar
##.advert__tagline
##.advert_area
##.advert_banner
##.advert_banners
##.advert_block
##.advert_box
##.advert_caption
##.advert_cont
##.advert_container
##.advert_div
##.advert_foot
##.advert_header
##.advert_home_300
##.advert_img
##.advert_label
##.advert_leaderboard
##.advert_line
##.advert_list
##.advert_main
##.advert_main_bottom
##.advert_mpu
##.advert_nav
##.advert_note
##.advert_pos
##.advert_small
##.advert_source
##.advert_span
##.advert_text
##.advert_title
##.advert_top
##.advert_txt
##.advert_wrapper
##.advertbar
##.advertbox
##.adverteaser
##.advertembed
##.adverthome
##.adverticum_container
##.adverticum_content
##.adverticum_gate_banner
##.advertis
##.advertis-left
##.advertis-right
##.advertise-1
##.advertise-2
##.advertise-band
##.advertise-box
##.advertise-here
##.advertise-horz
##.advertise-info
##.advertise-leaderboard
##.advertise-link
##.advertise-list
##.advertise-pic
##.advertise-small
##.advertise-square
##.advertise-top
##.advertise-vert
##.advertiseBlack
##.advertiseContainer
##.advertiseHere
##.advertiseText
##.advertise_ads
##.advertise_box
##.advertise_brand
##.advertise_carousel
##.advertise_here
##.advertise_link
##.advertise_link_sidebar
##.advertise_links
##.advertise_sec
##.advertise_text
##.advertise_txt
##.advertise_verRight
##.advertisebtn
##.advertisedBy
##.advertisement-1
##.advertisement-2
##.advertisement-250
##.advertisement-300
##.advertisement-300x250
##.advertisement-background
##.advertisement-banner
##.advertisement-block
##.advertisement-bottom
##.advertisement-box
##.advertisement-card
##.advertisement-cell
##.advertisement-comment
##.advertisement-container
##.advertisement-content
##.advertisement-copy
##.advertisement-footer
##.advertisement-google
##.advertisement-header
##.advertisement-holder
##.advertisement-image
##.advertisement-label
##.advertisement-layout
##.advertisement-leaderboard
##.advertisement-leaderboard-lg
##.advertisement-left
##.advertisement-link
##.advertisement-nav
##.advertisement-new
##.advertisement-other
##.advertisement-placeholder
##.advertisement-position1
##.advertisement-right
##.advertisement-showup-banner
##.advertisement-sidebar
##.advertisement-space
##.advertisement-sponsor
##.advertisement-tag
##.advertisement-text
##.advertisement-title
##.advertisement-top
##.advertisement-txt
##.advertisement-wrapper
##.advertisement.leaderboard
##.advertisement.rectangle
##.advertisement.under-article
##.advertisement1
##.advertisement300x250
##.advertisement468
##.advertisementBackground
##.advertisementBanner
##.advertisementBar
##.advertisementBlock
##.advertisementBox
##.advertisementBoxBan
##.advertisementContainer
##.advertisementFull
##.advertisementHeader
##.advertisementImg
##.advertisementLabel
##.advertisementOutsider
##.advertisementPanel
##.advertisementRotate
##.advertisementSection
##.advertisementSmall
##.advertisementText
##.advertisementTop
##.advertisement_160x600
##.advertisement_300x250
##.advertisement_728x90
##.advertisement__728x90
##.advertisement__full
##.advertisement__header
##.advertisement__label
##.advertisement__leaderboard
##.advertisement__line
##.advertisement__title
##.advertisement__wrapper
##.advertisement_box
##.advertisement_btm
##.advertisement_caption
##.advertisement_container
##.advertisement_footer
##.advertisement_g
##.advertisement_header
##.advertisement_horizontal
##.advertisement_mobile
##.advertisement_part
##.advertisement_post
##.advertisement_section_top
##.advertisement_text
##.advertisement_top
##.advertisement_wrapper
##.advertisements-link
##.advertisements-right
##.advertisements-sidebar
##.advertisements_heading
##.advertisementwrap
##.advertiser
##.advertiser-links
##.advertising--desktop
##.advertising--mobile
##.advertising--row
##.advertising--tablet
##.advertising--top
##.advertising-banner
##.advertising-block
##.advertising-container
##.advertising-container-top
##.advertising-content
##.advertising-disclaimer
##.advertising-fixed
##.advertising-header
##.advertising-iframe
##.advertising-in-content
##.advertising-inner
##.advertising-leaderboard
##.advertising-lrec
##.advertising-mediumrectangle
##.advertising-mention
##.advertising-middle
##.advertising-middle-i
##.advertising-notice
##.advertising-right
##.advertising-right-d
##.advertising-right-i
##.advertising-section
##.advertising-side
##.advertising-side-hp
##.advertising-srec
##.advertising-top
##.advertising-top-banner
##.advertising-top-box
##.advertising-top-category
##.advertising-top-desktop
##.advertising-vert
##.advertising-wrapper
##.advertising1
##.advertising160
##.advertising2
##.advertising300_home
##.advertising300x250
##.advertising728
##.advertising728_3
##.advertisingBanner
##.advertisingBlock
##.advertisingLabel
##.advertisingLegend
##.advertisingLrec
##.advertisingMob
##.advertisingRight
##.advertisingSlide
##.advertisingTable
##.advertisingTop
##.advertising_300x250
##.advertising_banner
##.advertising_block
##.advertising_bottom_box
##.advertising_box_bg
##.advertising_header_1
##.advertising_hibu_lef
##.advertising_hibu_mid
##.advertising_hibu_rig
##.advertising_horizontal_title
##.advertising_images
##.advertising_square
##.advertising_top
##.advertising_vertical_title
##.advertising_widget
##.advertising_wrapper
##.advertisingarea
##.advertisingarea-homepage
##.advertisingimage
##.advertisingimage-extended
##.advertisingimageextended
##.advertisment
##.advertisment-banner
##.advertisment-label
##.advertisment-left-panal
##.advertisment-module
##.advertisment-rth
##.advertisment-top
##.advertismentBox
##.advertismentContainer
##.advertismentContent
##.advertismentText
##.advertisment_bar
##.advertisment_caption
##.advertisment_full
##.advertisment_notice
##.advertisment_two
##.advertize
##.advertize_here
##.advertizing-banner
##.advertlabel
##.advertleft
##.advertlink
##.advertnotice
##.advertop
##.advertorial
##.advertorial-2
##.advertorial-block
##.advertorial-image
##.advertorial-promo-box
##.advertorial-teaser
##.advertorial-wrapper
##.advertorial2
##.advertorial_728x90
##.advertorial_red
##.advertorialitem
##.advertorialtitle
##.advertorialview
##.advertorialwidget
##.advertouter
##.advertplay
##.adverts
##.adverts--banner
##.adverts-125
##.adverts-inline
##.adverts2
##.advertsLeaderboard
##.adverts_RHS
##.adverts_footer_advert
##.adverts_footer_scrolling_advert
##.adverts_header_advert
##.adverts_side_advert
##.advertspace
##.adverttext
##.adverttop
##.advfrm
##.advg468
##.advhere
##.adviewDFPBanner
##.advimg160600
##.advimg300250
##.advn_zone
##.advoice
##.advr
##.advr-wrapper
##.advr_top
##.advrectangle
##.advrst
##.advslideshow
##.advspot
##.advt
##.advt-banner-3
##.advt-block
##.advt-box
##.advt-right
##.advt-sec
##.advt-text
##.advt300
##.advt720
##.advtBlock
##.advtMsg
##.advt_160x600
##.advt_468by60px
##.advt_indieclick
##.advt_single
##.advt_widget
##.advtbox
##.advtcell
##.advtext
##.advtimg
##.advtitle
##.advtop
##.advtop-leaderbord
##.advttopleft
##.advv_box
##.adwblue
##.adwert
##.adwhitespace
##.adwide
##.adwideskyright
##.adwidget
##.adwithspace
##.adwobs
##.adwolf-holder
##.adword-box
##.adword-structure
##.adword-text
##.adword-title
##.adword1
##.adwordListings
##.adwords
##.adwords-container
##.adwordsHeader
##.adwords_in_content
##.adworks
##.adwrap
##.adwrap-mrec
##.adwrap-widget
##.adwrap_MPU
##.adwrapper--desktop
##.adwrapper-lrec
##.adwrapper1
##.adwrapper948
##.adwrappercls
##.adwrappercls1
##.adx-300x250-container
##.adx-300x600-container
##.adx-ads
##.adx-wrapper
##.adx-wrapper-middle
##.adx_center
##.adxli
##.adz-horiz
##.adz-horiz-ext
##.adz2
##.adz728x90
##.adzbanner
##.adzone
##.adzone-footer
##.adzone-preview
##.adzone-sidebar
##.adzone_skyscraper
##.af-block-ad-wrapper
##.af-label-ads
##.afc-box
##.aff-big-unit
##.aff-iframe
##.afffix-custom-ad
##.affiliate-ad
##.affiliate-footer
##.affiliate-link
##.affiliate-mrec-iframe
##.affiliate-sidebar
##.affiliate-strip
##.affiliate-unit__link
##.affiliate-unit__wrapper
##.affiliateAdvertText
##.affiliate_ad
##.affiliate_header_ads
##.affiliates-sidebar
##.affiliation728x90
##.affinityAdHeader
##.afns-ad-sponsor-logo
##.afsAdvertising
##.afsAdvertisingBottom
##.aft-top-728x90
##.aftContentAdLeft
##.aftContentAdRight
##.after-content-ad
##.after-first-post-ad-1
##.after-intro-ad
##.after-post-ad
##.after-post-ads
##.after-story-ad-wrapper
##.after_ad
##.after_comments_ads
##.after_content_banner_advert
##.after_post_ad
##.afterpostadbox
##.afw_ad
##.aggads-ad
##.ahe-ad
##.ahe-adsticky
##.ai-top-ad-outer
##.aisle-ad
##.aisoad
##.ajax_ad
##.ajaxads
##.ajdg_bnnrwidgets
##.ajdg_grpwidgets
##.align.Ad
##.alignads
##.alt_ad
##.alt_ad_block
##.altad
##.alternatives_ad
##.am-adContainer
##.am-adslot
##.am-bazaar-ad
##.amAdvert
##.am_ads
##.amazon-auto-links
##.amazon_ad
##.amazonads
##.amis-advert
##.ampFlyAdd
##.ampforwp-sticky-custom-ad
##.anchor-ad
##.anchor-ad-wrapper
##.anchorAd
##.anchored-ad-widget
##.annonstext
##.another-ad
##.anyad
##.anzeige_banner
##.aoa_overlay
##.ap-ad-block
##.apadam-ads
##.ape-ads-container
##.apexAd
##.apiAdMarkerAbove
##.apiAds
##.apiButtonAd
##.app-ad
##.app-leaderboard-ad-container
##.app_ad_unit
##.app_advertising_skyscraper
##.app_nexus_banners_common
##.appnexus.ad
##.ar-header-m-ad
##.arc-ad-wrapper
##.arcAdsBox
##.arcAdsContainer
##.arcad-block-container
##.archive-ad
##.archive-ads
##.archive-radio-ad-container
##.areaAd
##.area_ad
##.area_ad03
##.area_ad07
##.area_ad09
##.area_ad2
##.arena-ad-col
##.art-text-ad
##.artAd
##.artAdInner
##.art_ads
##.artcl_ad_dsk
##.article--ad
##.article--content-ad
##.article-ad
##.article-ad-970x90
##.article-ad-align-left
##.article-ad-blk
##.article-ad-bottom
##.article-ad-box
##.article-ad-cont
##.article-ad-container
##.article-ad-holder
##.article-ad-horizontal
##.article-ad-left
##.article-ad-legend
##.article-ad-main
##.article-ad-placeholder
##.article-ad-placement
##.article-ad-primary
##.article-ad-row
##.article-ad-row-inner
##.article-ad-section
##.article-ads
##.article-advert
##.article-advert--text
##.article-advert-container
##.article-advert-dfp
##.article-aside-ad
##.article-aside-top-ad
##.article-content-ad
##.article-content-adwrap
##.article-first-ad
##.article-footer-ad
##.article-footer-ad-container
##.article-footer__ad
##.article-footer__ads
##.article-google-adsense
##.article-header-ad
##.article-header__railAd
##.article-inline-ad
##.article-list__list-item--ad
##.article-mid-ad
##.article-small-ads
##.article-sponsor
##.article-sponsorship-header
##.article-top-ad
##.articleADbox
##.articleAd
##.articleAd300x250
##.articleAdHeader
##.articleAdSlot2
##.articleAdTop
##.articleAdTopRight
##.articleAds
##.articleAdsL
##.articleAdvert
##.articleBottom-ads
##.articleEmbeddedAdBox
##.articleFooterAd
##.articleHeadAdRow
##.articleHeaderAd
##.articleTop-ads
##.articleTopAd
##.article__ad-holder
##.article__adblock
##.article__adv
##.article__header-ad-slot
##.article__inset--margin-ad
##.article__leaderboard-ad
##.article_ad
##.article_ad_1
##.article_ad_2
##.article_ad_container2
##.article_ad_text
##.article_ad_top
##.article_adbox
##.article_ads_banner
##.article_body_ad1
##.article_bottom-ads
##.article_bottom_ad
##.article_google-ad
##.article_google_ads
##.article_inline_ad
##.article_inner_ad
##.article_list_in_ad
##.article_mpu
##.article_mpu_box
##.article_tower_ad
##.articlead
##.articleads
##.articlebodyad
##.articlepage_ads_1
##.articlepage_ads_top
##.articles-ad-block
##.artist-ad-wrapper
##.artnet-ads-ad
##.artstyle__advertisement
##.as-admedia
##.aside-ad
##.aside-ad-space
##.aside-ad-wrapper
##.aside-ads
##.aside-ads-top
##.aside-collection-ad-slot
##.asideAd
##.aside_ad
##.aside_ad_large
##.aside_banner_ads
##.aside_google_ads
##.assis-adlabel
##.async-ad-container
##.at-header-ad
##.at-sidebar-ad
##.atf-ad
##.atfAds
##.atf_adWrapper
##.atf_placeholder
##.atomsAdsCellModel
##.attachment-advert_home
##.attachment-dm-advert-bronze
##.attachment-dm-advert-gold
##.attachment-dm-advert-silver
##.attachment-sidebar-ad
##.attachment-squareAd
##.avadvslot
##.avap-ads-container
##.avert--leaderboard
##.avert--sidebar
##.avert-text
##.azk-adsense
##.b-ad
##.b-ad-main
##.b-adhesion
##.b-adv
##.b-advert
##.b-advertising__down-menu
##.b-aside-ads
##.b-header-ad
##.b-right-rail--ads
##.bAdvertisement
##.b_adLastChild
##.b_ads
##.b_ads_cont
##.b_ads_r
##.b_ads_top
##.b_adsen_wrapper
##.back300ad
##.background-ad
##.background-ads
##.background-adv
##.backgroundAd
##.bam-ad-slot
##.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-ad
##.banner-ad-b
##.banner-ad-below
##.banner-ad-block
##.banner-ad-bottom-fixed
##.banner-ad-container
##.banner-ad-contianer
##.banner-ad-footer
##.banner-ad-image
##.banner-ad-inner
##.banner-ad-label
##.banner-ad-large
##.banner-ad-pos
##.banner-ad-row
##.banner-ad-skeleton-box
##.banner-ad-space
##.banner-ad-wrap
##.banner-ad-wrapper
##.banner-ad2
##.banner-ads
##.banner-ads-right
##.banner-ads-sidebar
##.banner-adsense
##.banner-adv
##.banner-advert
##.banner-advert-wrapper
##.banner-advertisement
##.banner-advertising
##.banner-adverts
##.banner-buysellads
##.banner-sponsorship
##.banner-top-ads
##.banner120x600
##.banner160
##.banner160x600
##.banner200x200
##.banner300
##.banner300x250
##.banner336
##.banner336x280
##.banner350
##.banner468
##.banner728
##.banner728-ad
##.banner728-container
##.banner728x90
##.bannerADS
##.bannerADV
##.bannerAd
##.bannerAd-module
##.bannerAd3
##.bannerAdContainer
##.bannerAdLeaderboard
##.bannerAdRectangle
##.bannerAdSearch
##.bannerAdSidebar
##.bannerAdTower
##.bannerAdWrap
##.bannerAds
##.bannerAdvert
##.bannerAside
##.bannerGoogle
##.bannerRightAd
##.banner_160x600
##.banner_240x400
##.banner_250x250
##.banner_300_250
##.banner_300x250
##.banner_300x600
##.banner_468_60
##.banner_468x60
##.banner_728_90
##.banner_ad-728x90
##.banner_ad_300x250
##.banner_ad_728x90
##.banner_ad_container
##.banner_ad_footer
##.banner_ad_full
##.banner_ad_leaderboard
##.banner_ad_link
##.banner_ad_wrapper
##.banner_ads
##.banner_ads1
##.banner_reklam
##.banner_reklam2
##.banner_slot
##.bannerad
##.bannerad3
##.banneradd
##.bannerads
##.banneradv
##.bannerandads
##.bannergroup-ads
##.bannermpu
##.banners_ad
##.bannervcms
##.bar_ad
##.barta-ad
##.base-ad-mpu
##.base-ad-slot
##.base-ad-top
##.base__header-ad
##.base_ad
##.baseboard-ad
##.bb-ad
##.bb-ad-mrec
##.bbccom-advert
##.bbccom_advert
##.bcom_ad
##.before-header-ad
##.before-injected-ad
##.below-ad-border
##.below-article-ad-sidebar
##.below-nav-ad
##.belowMastheadWrapper
##.belowNavAds
##.below_game_ad
##.below_nav_ad_wrap
##.below_player_ad
##.bg-ad-gray
##.bg-ads
##.bg-ads-space
##.bg-grey-ad
##.bgAdBlue
##.bg_ad
##.bg_ads
##.bgcolor_ad
##.bgnavad
##.bgr-ad-leaderboard
##.bh-ads
##.bh_ad_container
##.bidbarrel-ad
##.big-ad
##.big-ads
##.big-advertisement
##.big-box-ad
##.big-right-ad
##.bigAd
##.bigAdContainer
##.bigAds
##.bigAdvBanner
##.bigBoxAdArea
##.bigCubeAd
##.big_ad
##.big_ad2
##.big_ads
##.bigad
##.bigad1
##.bigad2
##.bigadleft
##.bigadright
##.bigads
##.bigadtxt1
##.bigbox-ad
##.bigbox.ad
##.bigbox_ad
##.bigboxad
##.bigsponsor
##.billboard-ad
##.billboard-ad-one
##.billboard-ad-space
##.billboard-ads
##.billboard.ad
##.billboardAd
##.billboard__advert
##.billboard_ad
##.billboard_ad_wrap
##.billboard_adwrap
##.bing-ads-wrapper
##.bing-native-ad
##.bl300_ad
##.blk_advert
##.block--ad
##.block--ads
##.block--advertising
##.block--advertising-header
##.block--dfp
##.block--doubleclick
##.block--simpleads
##.block-ad
##.block-ad-blocktop
##.block-ad-entity
##.block-ad-header
##.block-ad-leaderboard
##.block-ad-masthead
##.block-ad-middle
##.block-ad-mpu
##.block-ad-wrapper
##.block-ad300
##.block-ad_tag
##.block-admanager
##.block-ads
##.block-ads-bottom
##.block-ads-home
##.block-ads-system
##.block-ads-top
##.block-ads-yahoo
##.block-ads1
##.block-ads2
##.block-ads3
##.block-ads_top
##.block-adsense
##.block-adtech
##.block-adv
##.block-advert
##.block-advertisement
##.block-advertisement-banner-block
##.block-advertising
##.block-adzerk
##.block-bg-advertisement
##.block-boxes-ad
##.block-cdw-google-ads
##.block-dfp
##.block-dfp-ad
##.block-dfp-blocks
##.block-doubleclick_ads
##.block-fusion-ads
##.block-google-admanager
##.block-inner-adds
##.block-openads
##.block-openx
##.block-pm_doubleclick
##.block-pt-ads
##.block-quartz-ads
##.block-reklama
##.block-simpleads
##.block-skyscraper-ad
##.block-sponsor
##.block-sponsored-links
##.block-the-dfp
##.block-wrap-ad
##.block-yt-ads
##.blockAd
##.blockAds
##.blockAdvertise
##.block__ads__ad
##.block_ad
##.block_ad1
##.block_ad303x1000_left
##.block_ad303x1000_right
##.block_ad_middle
##.block_ad_top
##.block_ads
##.block_adslot
##.block_adv
##.block_advert
##.block_article_ad
##.blockad
##.blockads_big
##.blockads_vg
##.blocked-ads
##.blog-ad
##.blog-ad-image
##.blog-ads
##.blog-advertisement
##.blogAd
##.blogAdvertisement
##.blog_ad
##.blogads
##.bmd_advert
##.bn_ads
##.bn_advert
##.bn_textads
##.bnr_ad
##.board-layout-ad
##.body-ad
##.body-ads
##.body-adzone
##.body-top-ads
##.bodyAd
##.body_ad
##.body_width_ad
##.bodyads
##.bodyads2
##.bodybannerad
##.bodyrectanglead
##.bomAd
##.bonnier-ad
##.bonnier-ads-middle
##.bookad
##.bordered-ad
##.bostad
##.botAd
##.botRectAd
##.bot_ad
##.bot_ads
##.bottom-ad
##.bottom-ad--bigbox
##.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-ad-zone
##.bottom-ad2
##.bottom-ads
##.bottom-ads-container
##.bottom-ads-sticky
##.bottom-ads-wrapper
##.bottom-ads728
##.bottom-adv
##.bottom-adv-container
##.bottom-adv1
##.bottom-banner-ad
##.bottom-fixed-ad
##.bottom-left-ad
##.bottom-main-adsense
##.bottom-mobile-ad
##.bottom-mpu-ad
##.bottom-post-ad-space
##.bottom-post-ads
##.bottom-right-advert
##.bottom-side-advertisement
##.bottom-slider-ads
##.bottomAd
##.bottomAdBlock
##.bottomAdContainer
##.bottomAds
##.bottomAdsTitle
##.bottomAdvTxt
##.bottomAdvert
##.bottomAdvertisement
##.bottomAdvt
##.bottomArticleAds
##.bottomBannerAd
##.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_advertise
##.bottom_banner_ad
##.bottom_banner_advert_text
##.bottom_bar_ads
##.bottom_left_advert
##.bottom_right_ad
##.bottom_rightad
##.bottom_side_ad
##.bottom_sponsor
##.bottom_sticky_ad
##.bottomad
##.bottomad-bg
##.bottomadarea
##.bottomads
##.bottomadtag
##.bottomadtop
##.bottomadvert
##.bottomadwords
##.bottombarad
##.bottomgooglead
##.bottomleader
##.botton_advertisement
##.box-ad
##.box-ad-a
##.box-ad-grey
##.box-ad-middle
##.box-ad-right-column
##.box-ads
##.box-ads-header-home
##.box-ads-small
##.box-adsense
##.box-adsense-top
##.box-advert
##.box-advert-sponsored
##.box-advertisement
##.box-advertising
##.box-advertising1
##.box-adverts
##.box-entry-ad
##.box-entry-detail--ad
##.box-fixed-ads
##.box-footer-ad
##.box-radvert
##.box-recommend-ad
##.boxAd
##.boxAdContainer
##.boxAdFields
##.boxAdMrec
##.boxAds
##.boxAds2
##.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_new
##.box_advert
##.box_advertising
##.box_content_ad
##.box_content_ads
##.box_layout_ad
##.box_publicidad
##.box_sidebar-ads
##.box_textads
##.box_title_ad
##.boxad
##.boxad1
##.boxad120
##.boxad2
##.boxadcont
##.boxads
##.boxadv
##.boxcontentad
##.boxsponsor2
##.boxyads
##.bps-ad-wrapper
##.bps-advertisement
##.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
##.breadads
##.breadcumbad
##.break-ads
##.breaker-ad
##.breakerAd
##.briefNewsAd
##.brn-ads-box
##.brn-ads-mobile-container
##.brn-ads-sticky-wrapper
##.broker-ad
##.browse-ad-container
##.browsi-ad
##.bsAdvert
##.bsa_ads
##.bt_ad
##.btfAds
##.btm_ad
##.btn-ad
##.btn-newad
##.btn_ad
##.bump-ad
##.bunyad-ad
##.buttom_ad
##.buttom_ad_size
##.button-ad
##.button-ads
##.buttonAd
##.buttonAdSpot
##.buttonAds
##.button_ad
##.button_ads
##.button_advert
##.button_left_ad
##.button_right_ad
##.buttonad
##.buttonad_v2
##.buttonadbox
##.buttonads
##.buySellAdsContainer
##.buysellAds
##.buysellAdsSmall
##.buzzAd
##.bvp-ad
##.bxad
##.bz-ad
##.c-Ad
##.c-Ad--ezoic
##.c-Ad--inArticle
##.c-Ad--rectangle
##.c-Ad__label
##.c-Adhesion
##.c-ArticleAds
##.c-ad
##.c-ad--adStickyContainer
##.c-ad--bigbox
##.c-ad--header
##.c-ad--mobile-bigbanner
##.c-ad--mpu-in-article
##.c-ad--rectangle
##.c-ad--text-only
##.c-ad--unlabeled
##.c-ad-banner
##.c-ad-flex
##.c-ad-fluid
##.c-ad-mpu-primary
##.c-ad-mpu-secondary
##.c-ad-placeholder
##.c-ad-size2
##.c-ad-size3
##.c-adDisplay
##.c-adDisplay_container
##.c-adOmnibar
##.c-adSense
##.c-adSkyBox
##.c-adbutler-ad
##.c-adbutler-ad__wrapper
##.c-adcontainer
##.c-ads
##.c-adunit
##.c-adunit--billboard
##.c-adunit--first
##.c-adunit__container
##.c-adv3__inner
##.c-advert
##.c-advert-app
##.c-advert-superbanner
##.c-advertisement
##.c-advertisement--billboard
##.c-advertisement--rectangle
##.c-advertising
##.c-advertising__banner-area
##.c-advscrollingzone
##.c-box--advert
##.c-button--adchoices
##.c-gallery-vertical__advert
##.c-googleadslot
##.c-gpt-ad
##.c-header__ad
##.c-header__advert-container
##.c-posts__ad
##.c-prebid
##.c-res-ad
##.c-sidebar-ad-stream__ad
##.c-sitenav-adslot
##.c-sitenavPlaceholder__ad
##.c_nt_ad
##.cableads
##.cactus-ads
##.cactus-header-ads
##.caja_ad
##.california-ad
##.california-sidebar-ad
##.calloutAd
##.carbon-ad
##.carbon_ads
##.carbonad
##.carbonad-tag
##.card--ad
##.card--article-ad
##.card-ad
##.card-ads
##.card-article-ads
##.card-productads
##.cardAd
##.catalog_ads
##.category-ad:not(html):not(body):not(.post)
##.category-ads:not(html):not(body):not(.post)
##.category-advertorial
##.categoryMosaic-advertising
##.categoryMosaic-advertisingText
##.cazAd
##.cb-ad-banner
##.cb-ad-container
##.cb-sidebar__sticky-ad
##.cbd_ad_manager
##.cbs-ad
##.cc-advert
##.center-ad
##.center-ad-long
##.center-tag-rightad
##.centerAD
##.centerAd
##.centerAds
##.center_ad
##.center_add
##.center_ads
##.center_inline_ad
##.centerad
##.centerads
##.centeradv
##.centered-ad
##.ch-ad-item
##.channel--ad
##.channel-ad
##.channel-adv
##.channel-icon--ad
##.channel-icon__ad-buffer
##.channel-sidebar-big-box-ad
##.channelBoxAds
##.channel_ad_2016
##.chapter-bottom-ads
##.chapter-top-ads
##.chart_ads
##.chartad
##.chitika-ad
##.ck_adv-box
##.cl-ad-billboard
##.clAdPlacementAnchorWrapper
##.clever-core-ads
##.clickforceads
##.clickio-side-ad
##.client-ad
##.cls_placeholder_adimg
##.clsy-c-advsection
##.cms-ad
##.cn-advertising
##.cnbcHeaderAd
##.cnc-ads
##.cnx-player
##.cnx-player-wrapper
##.coinzilla-ad
##.coinzilla-ad--mobile
##.col-ad
##.col-ad-hidden
##.col-has-ad
##.col-line-ad
##.col2-ads
##.colAd
##.colBoxAdframe
##.colBoxDisplayAd
##.col_ad
##.colads
##.collapsed-ad
##.colombiaAd
##.column-ad
##.columnAd
##.columnAdvert
##.columnBoxAd
##.columnRightAdvert
##.combinationAd
##.comment-ad
##.comment-ad-wrap
##.comment-advertisement
##.comment_ad
##.comment_ad_box
##.commercialAd
##.companion-ad
##.companion-ads
##.companionAd
##.companion_ad
##.complex-ad
##.component-ads-by-google
##.component-ar-horizontal-bar-ad
##.component-header-sticky-ad
##.component-sponsored-links
##.components-Ad-___Ad__ad
##.con_ads
##.connatix
##.connatix-container
##.connatix-hodler
##.connatix-holder
##.connatix-main-container
##.connatix-wrapper
##.connatix-wysiwyg-container
##.consoleAd
##.cont-ad
##.contads_middle
##.contained-ad-container
##.contained-ad-shaft
##.contained-ad-wrapper
##.container--ad
##.container--ads
##.container--ads-leaderboard-atf
##.container--advert
##.container--bannerAd
##.container-ad-600
##.container-ad-left
##.container-adds
##.container-adrotate
##.container-ads
##.container-adwords
##.container-banner-ads
##.container-bottom-ad
##.container-first-ads
##.container-lower-ad
##.container-rectangle-ad
##.container-top-adv
##.container-with-ad
##.containerAdsense
##.containerSqAd
##.container__ad
##.container__box--ads
##.container_ad
##.container_ad_v
##.container_publicidad
##.containerads
##.contains-ad
##.contains-advertisment
##.content--right-ads
##.content-ad
##.content-ad-article
##.content-ad-box
##.content-ad-container
##.content-ad-left
##.content-ad-right
##.content-ad-side
##.content-ad-widget
##.content-ad-wrapper
##.content-ads
##.content-ads-bottom
##.content-advert
##.content-advertisment
##.content-bottom-ad
##.content-bottom-mpu
##.content-cliff__ad
##.content-cliff__ad-container
##.content-contentad
##.content-footer-ad
##.content-footer-ad-block
##.content-header-ad
##.content-item-ad-top
##.content-kuss-ads
##.content-leaderboard-ad
##.content-leaderboard-ads
##.content-page-ad_wrap
##.content-result-ads
##.content-top-ad-item
##.content-top-mpu
##.content-unit-ad
##.content1-ad
##.content2-ad
##.contentAd
##.contentAd--sb1
##.contentAdBox
##.contentAdContainer
##.contentAdFoot
##.contentAdIndex
##.contentAds
##.contentAdsCommon
##.contentAdsWrapper
##.contentAdvertisement
##.contentTopAd
##.contentTopAdSmall
##.contentTopAds
##.content__ad
##.content__ad__content
##.content_ad
##.content_ad_728
##.content_ad_head
##.content_ad_side
##.content_ads
##.content_adsense
##.content_adsq
##.content_advert
##.content_advertising
##.content_advt
##.content_bottom_adsense
##.content_gpt_top_ads
##.content_inner_ad
##.content_left_advert
##.contentad
##.contentad-end
##.contentad-home
##.contentad-storyad-1
##.contentad-superbanner-2
##.contentad-top
##.contentad2
##.contentad300x250
##.contentad_right_col
##.contentadarticle
##.contentadfloatl
##.contentadleft
##.contentads1
##.contentads2
##.contentbox_ad
##.contentleftad
##.contents-ads-bottom-left
##.contest_ad
##.context-ads
##.contextualAds
##.contextual_ad_unit
##.coreAdsPlacer
##.cornerad
##.cpmstarHeadline
##.cpmstarText
##.crain-advertisement
##.criteo-ad
##.crm-adcontain
##.crumb-ad
##.cs-adv-wrapper
##.cspAd
##.css--ad
##.ct-ads
##.ct-advert
##.ct-advertising-footer
##.ct-bottom-ads
##.ct_ad
##.cta-ad
##.cube-ad
##.cubeAd
##.cube_ad
##.cube_ads
##.custom-ad
##.custom-ad-1
##.custom-ad-area
##.custom-ad-container
##.custom-ad-one
##.custom-ads
##.custom-advert-banner
##.custom-sticky-ad-container
##.customAd
##.custom_ad
##.custom_ad_responsive
##.custom_ads
##.custom_ads_positions
##.custom_banner_ad
##.custom_footer_ad
##.customadvert
##.customized_ad_module
##.cwAdvert
##.cwv2Ads
##.cxAdvertisement
##.cyads650x100
##.cz-sponsorposts
##.d1-top-ad
##.d3-c-adblock
##.d3-o-adv-block
##.da-custom-ad-box
##.dac__banner__wrapper
##.dac__mpu-card
##.dac__stream-mpu-card
##.daily-adlabel
##.dart-ad
##.dart-ad-content
##.dart-ad-grid
##.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
##.datasphere-ad-front
##.dc-ad
##.dc-banner
##.dc-half-banner
##.dc-widget-adv-125
##.dcAdvertHeader
##.dcm-advert
##.dcmads
##.dd-ad
##.dd-ad-container
##.dda-ad
##.ddc-table-ad
##.deckAd
##.deckads
##.default-teaser__adv
##.demand-supply
##.demo-advert
##.desktop-ad
##.desktop-ad-banner
##.desktop-ad-container
##.desktop-ad-inpage
##.desktop-ad-slider
##.desktop-ads
##.desktop-adunit
##.desktop-advert
##.desktop-article-top-ad
##.desktop-aside-ad-hide
##.desktop-lazy-ads
##.desktop-sidebar-ad-wrapper
##.desktop-top-ad-wrapper
##.desktop.ad
##.desktopAd
##.desktop_ad
##.desktop_mpu
##.desktop_only_ad
##.desktopads
##.detail-ad
##.detail-ads
##.detail__ad--small
##.detail_ad
##.detail_article_ad
##.detail_top_advert
##.details-advert
##.dfm-featured-bottom-flex-container
##.dfp-ad
##.dfp-ad-bigbox2-wrap
##.dfp-ad-container
##.dfp-ad-container-box
##.dfp-ad-container-wide
##.dfp-ad-full
##.dfp-ad-hideempty
##.dfp-ad-lead2-wrap
##.dfp-ad-lead3-wrap
##.dfp-ad-midbreaker-wrap
##.dfp-ad-midbreaker2-wrap
##.dfp-ad-placeholder
##.dfp-ad-rect
##.dfp-ad-region-1
##.dfp-ad-region-2
##.dfp-ad-tags
##.dfp-ad-top-wrapper
##.dfp-ad-unit
##.dfp-ad-widget
##.dfp-ads-ad-article-middle
##.dfp-ads-embedded
##.dfp-adspot
##.dfp-article-ad
##.dfp-banner
##.dfp-banner-slot
##.dfp-billboard-wrapper
##.dfp-block
##.dfp-bottom
##.dfp-button
##.dfp-close-ad
##.dfp-double-mpu
##.dfp-dynamic-tag
##.dfp-fixedbar
##.dfp-here-bottom
##.dfp-here-top
##.dfp-interstitial
##.dfp-leaderboard
##.dfp-leaderboard-container
##.dfp-mrec
##.dfp-panel
##.dfp-plugin-advert
##.dfp-position
##.dfp-slot
##.dfp-slot-wallpaper
##.dfp-space
##.dfp-super-leaderboard
##.dfp-tag-wrapper
##.dfp-top
##.dfp-top1
##.dfp-top1-container
##.dfp-top_leaderboard
##.dfp-wrap
##.dfp-wrapper
##.dfpAd
##.dfpAdUnitContainer
##.dfpAds
##.dfpAdspot
##.dfpAdvert
##.dfp_ATF_wrapper
##.dfp_ad--outbrain
##.dfp_ad_block
##.dfp_ad_caption
##.dfp_ad_content_bottom
##.dfp_ad_content_top
##.dfp_ad_footer
##.dfp_ad_header
##.dfp_ad_pos
##.dfp_ad_unit
##.dfp_ads_block
##.dfp_frame
##.dfp_slot
##.dfp_strip
##.dfp_top-ad
##.dfp_txt
##.dfp_unit
##.dfp_unit--interscroller
##.dfp_unit-ad_container
##.dfpad
##.dfrads
##.dfx-ad
##.dfx-adBlock1Wrapper
##.dg-gpt-ad-container
##.dianomi-ad
##.dianomi-container
##.dianomi-embed
##.dianomiScriptContainer
##.dianomi_context
##.dikr-responsive-ads-slot
##.discourse-adplugin
##.discourse-google-dfp
##.display-ad
##.display-ad-block
##.display-adhorizontal
##.display-ads-block
##.display-advertisement
##.displayAd
##.displayAdCode
##.displayAdSlot
##.displayAdUnit
##.displayAds
##.display_ad
##.display_ads_right
##.div-gpt-ad-adhesion-leaderboard-wrap
##.div-insticator-ad
##.divAd
##.divAdright
##.divAds
##.divAdsBanner
##.divAdsLeft
##.divAdsRight
##.divReklama
##.divRepAd
##.divSponsoredBox
##.divSponsoredLinks
##.divTopADBanner
##.divTopADBannerWapper
##.divTopArticleAd
##.div_advertisement
##.div_advertorial
##.div_advstrip
##.div_banner468
##.divad1
##.divad2
##.divad3
##.divads
##.divider-ad
##.divider-advert
##.divider-full-width-ad
##.divider_ad
##.dlSponsoredLinks
##.dm-adSlotBillboard
##.dm-adSlotNative1
##.dm-adSlotNative2
##.dm-adSlotNative3
##.dm-adSlotRectangle1
##.dm-adSlotRectangle2
##.dm-adSlotSkyscraper
##.dm-adSlot__sticky
##.dm_ad
##.dm_ad-billboard
##.dm_ad-container
##.dm_ad-halfpage
##.dm_ad-leaderboard
##.dm_ad-link
##.dm_ad-skyscraper
##.dm_ad300x620
##.dmpu-ad
##.dn-ad-wide
##.dotcom-ad
##.double-ad
##.double-ads
##.double-click-ad
##.double-mpu-unit
##.double-square-ad
##.doubleClickAd
##.double_adsense
##.doubleclickAds
##.download-ad
##.downloadAds
##.download_ad
##.drop-ad
##.dropdownAds
##.dsk-box-ad-d
##.dsp-under-video-ad
##.dsq_ad
##.dt-ad-top-content
##.dt-sponsor
##.dtads-desktop
##.dtads-slot
##.dual-ads
##.dualAds
##.dva_ad
##.dvad1
##.dvad2
##.dvad3
##.dvad3mov
##.dvad4
##.dvad4cont
##.dvad5
##.dvad5cont
##.dvadevent
##.dvadvhw
##.dvcvmidads
##.dvcvrgtad
##.dyn-sidebar-ad
##.dynamic-ads
##.dynamicAdvertContainer
##.dynamicLeadAd
##.dynamic_adslot
##.dynamicad1
##.dynamicad2
##.e-ad
##.e-advertise
##.eaa-ad
##.eads
##.easy-ads
##.easyAdsBox
##.easyAdsSinglePosition
##.ebayads
##.ebm-ad-target__outer
##.ecommerce-ad
##.ecosia-ads
##.eddy-adunit
##.editor_ad
##.eg-ad
##.eg-custom-ad
##.element--ad
##.element-ad
##.element-adplace
##.element_contentad1
##.element_contentad2
##.element_contentad3
##.element_contentad4
##.element_contentad5
##.elementor-widget-wp-widget-advads_ad_widget
##.em-ad
##.em-adv-container
##.em_ad_300x250
##.em_ads_box_dynamic_remove
##.embAD
##.embed-ad
##.embedded-article-ad
##.embeddedAd
##.embeddedAds
##.embedded_ad_wrapper
##.emm-ad
##.empire-unit-prefill-container
##.empty-ad
##.endAHolder
##.endti-adlabel
##.entry-ad
##.entry-ads
##.entry-bottom-ad
##.entry-bottom-ads
##.entry-top-ad
##.entryAd
##.entry_ad
##.entryad
##.esv-ads
##.etn-ad-text
##.eu-advertisment1
##.evo-ads-widget
##.evolve-ad
##.ex_pu_iframe
##.exo_wrapper
##.external-ad
##.external-add
##.ezAdsWidget
##.ezmob-footer
##.ezmob-footer-desktop
##.ezo_ad
##.ezoic-ad
##.ezoic-ad-adaptive
##.ezoic-adpicker-ad
##.ezoic-floating-bottom
##.f-ad
##.f-item-ad
##.f-item-ad-inhouse
##.fallbackMidArticleAd
##.fbs-ad--ntv-home-wrapper
##.fbs-ad--top-wrapper
##.fbs-ad--topx-wrapper
##.fc_clmb_ad
##.fce_ads
##.fd-ad
##.featureAd
##.feature_ad
##.featured-ad
##.featured-ads
##.featured-sponsors
##.featured-story-ad
##.featuredAdBox
##.featuredAds
##.featuredBoxAD
##.featured_ad
##.featuredadvertising
##.feed-ad
##.fh_ad_microbuttons
##.field-59-companion-ad
##.fig-ad-content
##.firefly-sidebar-ad
##.first-article-ad-block
##.first-banner-ad
##.first-leaderbord-adv
##.first-leaderbord-adv-mobile
##.firstAd-container
##.first_ad
##.first_party_ad_wrapper
##.first_post_ad
##.firstad
##.firstpost_advert
##.firstpost_advert_container
##.fix_ad
##.fixadheight
##.fixadheightbottom
##.fixed-ad-aside
##.fixed-ad-bottom
##.fixed-ads
##.fixed-bottom-ad
##.fixed-sidebar-ad
##.fixedAds
##.fixedLeftAd
##.fixedRightAd
##.fixed_ad
##.fixed_adslot
##.fixed_advert_banner
##.fjs-ad-hide-empty
##.fla-ad
##.flashAd
##.flash_ad
##.flash_advert
##.flashad
##.flashadd
##.flex-ad
##.flex-posts-ads
##.flexAd
##.flexAds
##.flexContentAd
##.flexad
##.flexadvert
##.flexiad
##.flm-ad
##.floatad
##.floatads
##.floated-ad
##.floated_right_ad
##.floating-ads
##.floating-advert
##.floatingAds
##.fly-ad
##.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-full-wrapper
##.footer-ad-labeling
##.footer-ad-row
##.footer-ad-section
##.footer-ad-squares
##.footer-ad-unit
##.footer-ad-wrap
##.footer-adrow
##.footer-ads
##.footer-ads-slide
##.footer-ads-wrapper
##.footer-ads_unlocked
##.footer-adsbar
##.footer-adsense
##.footer-advert
##.footer-advert-large
##.footer-advertisement
##.footer-advertisements
##.footer-advertising
##.footer-advertising-area
##.footer-banner-ad
##.footer-banner-ads
##.footer-floating-ad
##.footer-im-ad
##.footer-leaderboard-ad
##.footer-post-ad-blk
##.footer-prebid
##.footer-text-ads
##.footerAd
##.footerAdModule
##.footerAdUnit
##.footerAdWrapper
##.footerAds
##.footerAdsWrap
##.footerAdslot
##.footerAdverts
##.footerBottomAdSec
##.footerFullAd
##.footerGoogleAdMainWarp
##.footerPageAds
##.footerSponsorStrip
##.footerTextAd
##.footer__ads--content
##.footer__advert
##.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
##.footeradspace
##.footertextadbox
##.forbes-ad-container
##.forex_ad_links
##.fortune-ad-unit
##.forum-ad
##.forum-ad-2
##.forum-teaser-ad
##.forum-topic--adsense
##.forumAd
##.forum_ad_beneath
##.forum_top_ads
##.four-ads
##.four-six-eight-ad
##.four_button_threeone_ad
##.four_percent_ad
##.fp-ad-nativendo-one-third
##.fp-ad-rectangle
##.fp-ad300
##.fp-adinsert
##.fp-ads
##.fp-right-ad
##.fp-right-ad-list
##.fp-right-ad-zone
##.fp_ad_text
##.fp_adv-box
##.fp_article-card--adv-injected
##.fr_ad_loading
##.frame_adv
##.framead
##.free-start-ads-block
##.freedownload_ads
##.freestar-ad-container
##.freestar-ad-sidebar-container
##.freestar-ad-wide-container
##.freestar-incontent-ad
##.frn_adbox
##.frn_contAdHead
##.frn_cont_adbox
##.fromoursponsor
##.front-ad
##.front-video-ads
##.front_ad
##.frontads
##.frontendAd
##.frontone_ad
##.frontpage-google-ad
##.frontpage-right-ad
##.frontpage-right-ad-hide
##.frontpage__article--ad
##.frontpage_ads
##.fs-ad-block
##.fsAdContainer
##.fs_ad
##.fs_ads
##.fsrads
##.ft-ad
##.full-ad
##.full-ad-wrapper
##.full-ads
##.full-adv
##.full-bleed-ad
##.full-bleed-ad-container
##.full-page-ad
##.full-top-ad-area
##.full-width-ad
##.full-width-ad-container
##.full-width-ads
##.fullAdBar
##.fullBleedAd
##.fullSizeAd
##.fullWidthAd
##.full_AD
##.full_ad_box
##.full_ad_row
##.full_width_ad
##.fulladblock
##.fullbanner_ad
##.fullbannerad
##.fullpage-ad
##.fullsize-ad-square
##.fullwidth-advertisement
##.fusion-ads
##.fusion-advert
##.future_inline_clone_target
##.fuv_sidebar_ad_widget
##.fwAdTags
##.fw_ad
##.g-ad
##.g-ad-fix
##.g-ad-leaderboard
##.g-ad-slot
##.g-ad-slot-toptop
##.g-adblock3
##.g-adver
##.g-advertisement-block
##.g1-ads
##.g1-advertisement
##.g2-adsense
##.g3-adsense
##.g3rtn-ad-site
##.gAdFour
##.gAdMTable
##.gAdMainParent
##.gAdMobileTable
##.gAdOne
##.gAdOneMobile
##.gAdRows
##.gAdSky
##.gAdThreeDesktop
##.gAdThreeMobile
##.gAdTwo
##.gAds
##.gAds1
##.gAdsBlock
##.gAdsContainer
##.gAdvertising
##.g_ad
##.g_ad336
##.g_ads_200
##.g_ads_728
##.g_adv
##.g_flbrd_ad
##.g_ggl_ad
##.g_lbrd_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
##.gad300x600
##.gad336x280
##.gadContainer
##.gad_container
##.gads300x250
##.gads_cb
##.gads_container
##.gadsense
##.gadsense-ad
##.gall_ad
##.galleria-AdOverlay
##.galleria-ad-2
##.galleria-adsense
##.gallery--wrapped-ad
##.gallery-ad
##.gallery-ad-container
##.gallery-ad-counter
##.gallery-ad-holder
##.gallery-ad-lazyload-placeholder
##.gallery-ad-overlay
##.gallery-adslot-top
##.gallery-injectedAd
##.gallery-sidebar-ad
##.gallery-slide-ad
##.galleryAds
##.galleryAdvertPanel
##.galleryLeftAd
##.galleryRightAd
##.gallery_300x100_ad
##.gallery__bottom-ad
##.gallery_ad
##.gallery_ad_wrapper
##.gallery_ads_box
##.galleryad
##.galleryads
##.gam-ad
##.gam-ad-hz-bg
##.gam_ad_slot
##.game-ads
##.game-category-ads
##.gameAd
##.gameBottomAd
##.game_right_ad
##.game_under_ad
##.gamepage_boxad
##.gamepageadBox
##.gameplayads
##.games-ad-wrapper
##.games-ad300
##.gb-ad-top
##.gbl_adstruct
##.gbl_advertisement
##.gc-deck--is-ad
##.gd_ad_label
##.gdm-ad
##.gels-inlinead
##.gen_side_ad
##.general-ad
##.general-adv-container
##.general_banner_ad
##.generic-ad-module
##.generic-ad-title
##.genericAds
##.generic_300x250_ad
##.geoAd
##.gfp-banner
##.ggads
##.ggadwrp
##.gglAds
##.ggl_ads_row
##.ggl_txt_ads
##.gglads300
##.giant_pushbar_ads_l
##.gl_ad
##.glacier-ad
##.glamsquaread
##.glance_banner_ad
##.global-adsense
##.global-body-ad
##.globalAd
##.globalAdLargeRect
##.globalAdLeaderBoard
##.global_banner_ad
##.gm-ad-lrec
##.gmgAd
##.gms-ad-centre
##.gms-advert
##.gn_ads
##.gnm-ad-unit
##.gnm-ad-unit-container
##.gnm-ad-zones
##.gnm-adhesion-ad
##.gnm-banner-ad
##.gnm-bg-ad
##.go-ad
##.go-ads-widget-ads-wrap
##.goAdMan
##.goAdverticum
##.goads
##.goafrica-ad
##.goglad
##.goog_ad
##.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-center
##.google-ad-center-below-posts
##.google-ad-center-footer
##.google-ad-container
##.google-ad-content
##.google-ad-fix
##.google-ad-header2
##.google-ad-iframe
##.google-ad-image
##.google-ad-manager
##.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-top-outer
##.google-ad-widget
##.google-ads
##.google-ads-billboard
##.google-ads-bottom
##.google-ads-boxout
##.google-ads-container
##.google-ads-footer-01
##.google-ads-footer-02
##.google-ads-in_article
##.google-ads-leaderboard
##.google-ads-long
##.google-ads-responsive
##.google-ads-right
##.google-ads-sidebar
##.google-ads-slim
##.google-ads-widget
##.google-ads-wrapper
##.google-ads2
##.google-adsbygoogle
##.google-adsense
##.google-advert-sidebar
##.google-afc-wrapper
##.google-bottom-ads
##.google-dfp-ad-caption
##.google-dfp-ad-label
##.google-dfp-ad-wrapper
##.google-entrepreneurs-ad
##.google-mid-ad
##.google-right-ad
##.google-right-sidebar-ad
##.google-side-ad
##.google-sponsored
##.google-sponsored-ads
##.google-sponsored-link
##.google-sponsored-links
##.google-text-ads
##.google-user-ad
##.google300x250
##.google468
##.google468_60
##.google728x90
##.googleAd
##.googleAd-content
##.googleAd-list
##.googleAdBox
##.googleAdContainer
##.googleAdFoot
##.googleAdSearch
##.googleAdSense
##.googleAdWrapper
##.googleAdd
##.googleAds
##.googleAds336
##.googleAds728
##.googleAdsContainer
##.googleAdsSquare
##.googleAdsense
##.googleAdsenseMiddle
##.googleAdv
##.googleBannerWrapper
##.googleContentAds
##.googleInsideAd
##.googleLgRect
##.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_content
##.google_ads_sidebar
##.google_adsense
##.google_adsense1
##.google_adsense1_footer
##.google_adsense_footer
##.google_adsense_sidebar_left
##.google_afc
##.google_afc_ad
##.google_top_adsense
##.googlead
##.googlead-sidebar
##.googleadArea
##.googlead_iframe
##.googlead_outside
##.googleadbottom
##.googleadcontainer
##.googleaddiv
##.googleaddiv2
##.googleadiframe
##.googleads
##.googleads-bottommiddle
##.googleads-container
##.googleads-height
##.googleads-topmiddle
##.googleads_300x250
##.googleads_title
##.googleadsense
##.googleadsrectangle
##.googleadv
##.googleadvertisement
##.googleadwrap
##.googleafc
##.googlebanwide
##.googleimagead1
##.googleimagead2
##.googlepostads
##.googley_ads
##.gpAdBox
##.gpAdFooter
##.gpAds
##.gpt-ad
##.gpt-ad-container
##.gpt-ad-sidebar-wrap
##.gpt-ad-wrapper
##.gpt-ads
##.gpt-billboard
##.gpt-breaker-container
##.gpt-container
##.gpt-leaderboard-banner
##.gpt-mpu-banner
##.gpt-sticky-sidebar
##.gpt.top-slot
##.gptSlot
##.gptSlot-outerContainer
##.gptSlot__sticky-footer
##.gptslot
##.gradientAd
##.graphic_ad
##.grev-ad
##.grey-ad
##.grey-ad-line
##.grey-ad-notice
##.greyAd
##.greyad
##.grid-ad
##.grid-ad-col__big
##.grid-advertisement
##.grid-block-ad
##.grid-item-ad
##.gridAd
##.gridAdRow
##.gridSideAd
##.grid_ad_container
##.gridad
##.gridlove-ad
##.gridstream_ad
##.groei-ad
##.ground-ads-shared
##.group-ad-leaderboard
##.group-google-ads
##.group-item-ad
##.group_ad
##.gsAd
##.gtm-ad-slot
##.guide__row--fixed-ad
##.guj-ad--placeholder
##.gujAd
##.gutterads
##.gw-ad
##.h-adholder
##.h-ads
##.h-adver
##.h-large-ad-box
##.h-top-ad
##.h11-ad-top
##.h_Ads
##.h_ad
##.half-ad
##.half-page-ad
##.half-page-ad-1
##.half-page-ad-2
##.half-page-advert-outer-wrapper
##.halfPageAd
##.half_ad_box
##.halfpage_ad
##.halfpage_ad_1
##.halfpage_ad_container
##.happy-inline-ad
##.has-ad
##.has-adslot
##.has-fixed-bottom-ad
##.hasAD
##.hasads
##.hbPostAd
##.hb__ad
##.hbi-ad-advertiser
##.hbox_top_sponsor
##.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
##.head-top-ads
##.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-container
##.header-ad-desktop
##.header-ad-frame
##.header-ad-holder
##.header-ad-new-wrap
##.header-ad-region
##.header-ad-row
##.header-ad-space
##.header-ad-top
##.header-ad-widget
##.header-ad-wrap
##.header-ad-wrapper
##.header-ad-zone
##.header-adbanner
##.header-adbox
##.header-adcode
##.header-adplace
##.header-ads
##.header-ads-area
##.header-ads-container
##.header-ads-holder
##.header-ads-wrap
##.header-ads-wrapper
##.header-adsense
##.header-adslot-container
##.header-adspace
##.header-adv
##.header-advert
##.header-advert-wrapper
##.header-advertise
##.header-advertisement
##.header-advertising
##.header-ama-ad
##.header-and-footer--banner-ad
##.header-article-ads
##.header-banner-ad
##.header-banner-ads
##.header-banner-advertising
##.header-bannerad
##.header-bottom-adboard-area
##.header-content-ad-container
##.header-google-ads
##.header-pencil-ad
##.header-sponsor
##.header-top-ad
##.header-top_ads
##.header728-ad
##.headerAd
##.headerAd1
##.headerAdBanner
##.headerAdCode
##.headerAdContainer
##.headerAdPosition
##.headerAdSpacing
##.headerAdWrapper
##.headerAds
##.headerAds250
##.headerAdspace
##.headerAdvert
##.headerAdvertisement
##.headerMain-ad
##.headerTextAd
##.headerTopAd
##.headerTopAds
##.header__ad
##.header__ads
##.header__ads-wrapper
##.header__advertisement
##.header__leaderboard-ad
##.header_ad
##.header_ad1
##.header_ad_2
##.header_ad_center
##.header_ad_div
##.header_ad_space
##.header_ads
##.header_ads-container
##.header_ads_box
##.header_adsense_banner
##.header_adspace
##.header_advert
##.header_advertisement
##.header_advertisement_text
##.header_advertisment
##.header_leaderboard_ad
##.header_link_ad
##.header_right_ad
##.header_top_ad
##.headerad
##.headerad-720
##.headerad-placeholder
##.headeradarea
##.headeradblock
##.headeradhome
##.headeradinfo
##.headeradright
##.headerads
##.heading-ad-space
##.headline-adblock
##.headline-ads
##.headline_advert
##.heavy_ad
##.hederAd
##.height_250_ad
##.height_90_ad
##.herald-ad
##.hero-ad
##.hero-ad-slot
##.hero-advert
##.heroAd
##.hf-top-ad
##.hidden-ad
##.hide-ad
##.hideAdMessage
##.hide_ad
##.hide_internal_ad
##.hidead
##.highlight-news-ad
##.highlights-ad
##.highlightsAd
##.hioxInternalAd
##.hm-ad
##.hm-sec-ads
##.hm-vertical-ad
##.hm_adlist
##.hm_advertisment
##.hmad
##.hn-ads
##.holder-ad
##.holder-ads
##.home-2020-ad-text
##.home-2020-ad-wide
##.home-ad
##.home-ad--promo
##.home-ad--top
##.home-ad-bigbox
##.home-ad-container
##.home-ad-inline
##.home-ad-links
##.home-ad-region-1
##.home-ad-section
##.home-ad728
##.home-ads
##.home-ads-container
##.home-ads-container1
##.home-ads1
##.home-adv-box
##.home-advert
##.home-area3-adv-text
##.home-body-ads
##.home-features-ad
##.home-module--advertisement
##.home-module_ad
##.home-page-ad
##.home-sidebar-ad
##.home-sidebar-ad-300
##.home-slider-ads
##.home-sponsored-links
##.home-sticky-ad
##.home-top-ad
##.homeAd
##.homeAd1
##.homeAd2
##.homeAdBox
##.homeAdBoxA
##.homeAdSection
##.homeAddTopText
##.homeBoxMediumAd
##.homeCentreAd
##.homeMainAd
##.homeMediumAdGroup
##.homePageAdSquare
##.homePageAds
##.homeSubAd
##.homeTextAds
##.homeTopAdContainer
##.home__ad
##.home__ad-small
##.home_ad
##.home_ad720_inner
##.home_ad_300x100
##.home_ad_300x250
##.home_ad_bottom
##.home_ad_large
##.home_ad_title
##.home_adblock
##.home_advert
##.home_advertisement
##.home_advertorial
##.home_box_latest_ads
##.home_mrec_ad
##.home_offer_adv
##.home_sidebar_ads
##.home_strip_ad
##.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--sponsor-content
##.homepage-300-250-ad
##.homepage-ad
##.homepage-ad-block
##.homepage-ad-block-padding
##.homepage-ad-buzz-col
##.homepage-ad-module
##.homepage-advertisement
##.homepage-banner-ad
##.homepage-footer-ad
##.homepage-footer-ads
##.homepage-page__all-ad-container
##.homepage-page__ff-ad-container
##.homepage-page__tag-ad-container
##.homepage-page__video-ad-container
##.homepage-right-rail-ad
##.homepage-square-ad
##.homepage300ad
##.homepageAd
##.homepageFlexAdOuter
##.homepageMPU
##.homepage_ad_half
##.homepage_ads
##.homepage_ads_topspot
##.homepage_block_ad
##.homesmallad
##.hor-ad
##.hor_ad
##.hori-play-page-adver
##.horiAd
##.horiz_adspace
##.horizontal-ad
##.horizontal-ad-container
##.horizontal-ad-holder
##.horizontal-ad-wrapper
##.horizontal-ad2
##.horizontal-ads
##.horizontal-advert-container
##.horizontal-advert-inner-wrapper
##.horizontal-full-ad
##.horizontal.ad
##.horizontalAd
##.horizontalAdText
##.horizontalAdvert
##.horizontal_Fullad
##.horizontal_ad
##.horizontal_adblock
##.horizontal_ads
##.horizontaltextadbox
##.horizsponsoredlinks
##.hortad
##.hotad_bottom
##.hotel-ad
##.house-ad
##.house-ad-small
##.house-ad-unit
##.house-ads
##.houseAd
##.houseAd1
##.houseAdsStyle
##.housead
##.hover_ads
##.hoverad
##.hp-ad-container
##.hp-ad-grp
##.hp-adsection
##.hp-col4-ads
##.hp-sectionad
##.hpRightAdvt
##.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
##.hr-ads
##.hr_ad
##.hss-ad
##.htl-ad
##.htl-ad-placeholder
##.html-advertisement
##.html5-ad-progress-list
##.hw-ad--frTop
##.hyad
##.i-amphtml-element.live-updates.render-embed
##.i-amphtml-unresolved
##.iAdserver
##.iab300x250
##.iab728x90
##.ib-adv
##.ico-adv
##.icon-advertise
##.iconAdChoices
##.icon_ad_choices
##.iconads
##.idgGoogleAdTag
##.ie-adtext
##.iframe-ad
##.iframe-ads
##.iframeAd
##.iframeAds
##.im_adv
##.ima-ad-container
##.image-advertisement
##.image-viewer-ad
##.image-viewer-mpu
##.imageAd
##.imageAds
##.imagead
##.imageads
##.img-advert
##.img_ad
##.img_ads
##.imgad
##.imgur-ad
##.imuBox
##.in-ad
##.in-article-ad
##.in-article-ad-placeholder
##.in-article-ad-wrapper
##.in-article-adx
##.in-article-mpu
##.in-between-ad
##.in-body-ad-row
##.in-body-banner-ad
##.in-content-ad
##.in-content-ad--container
##.in-content-ad-container
##.in-content-ad-wrapper
##.in-page-ad
##.in-post-banner-ad
##.in-slider-ad
##.in-story-ads
##.in-text-ad
##.in-text__advertising
##.inPageAd
##.in_ad
##.in_article_ad
##.in_article_ad_wrapper
##.in_content_ad_container
##.in_content_advert
##.inarticlead
##.inc-ad
##.incontent-ad1
##.incontentAd
##.incontent_ads
##.index-adv
##.index-content-ad-wrapper
##.index-content-ad-wrapper-top
##.index_728_ad
##.index_ad
##.index_ad_a2
##.index_ad_a4
##.index_ad_a5
##.index_ad_a6
##.index_ad_column2
##.index_right_ad
##.indexad
##.infinity-ad
##.info-ads
##.ingridAd
##.inhouseAdUnit
##.inhousead
##.injected-ad
##.injectedAd
##.inline-ad
##.inline-ad-card
##.inline-ad-container
##.inline-ad-desktop
##.inline-ad-placeholder
##.inline-ad-text
##.inline-ad-wrap
##.inline-ad-wrapper
##.inline-adblock
##.inline-advert
##.inline-banner-ad
##.inline-display-ad
##.inline-google-ad-slot
##.inline-mpu
##.inline-mpu-left
##.inline-panorama-ad
##.inline-story-add
##.inlineAd
##.inlineAdContainer
##.inlineAdImage
##.inlineAdInner
##.inlineAdNotice
##.inlineAdText
##.inlineAdTour
##.inlineAd_content
##.inlineAdvert
##.inlineAdvertisement
##.inlinePageAds
##.inlineSideAd
##.inline_ad
##.inline_ad_container
##.inline_ad_title
##.inline_ads
##.inlinead
##.inlinead-tagtop
##.inlinead_lazyload
##.inlineadsense
##.inlineadtitle
##.inlist-ad
##.inlistAd
##.inner-ad
##.inner-ad-disclaimer
##.inner-ad-section
##.inner-adv
##.inner-advert
##.inner-post-ad
##.innerAd300
##.innerAdWrapper
##.innerAds
##.innerContentAd
##.innerWidecontentAd
##.inner_ad
##.inner_ad_advertise
##.inner_adv
##.inner_big_ad
##.innerad
##.inpostad
##.inr_top_ads
##.ins_adwrap
##.insert-post-ads
##.insert_ad
##.insert_ad_column
##.insert_advertisement
##.insertad
##.inside-post-ad
##.insideStoryAd
##.inside_ad
##.inside_ad_box
##.insideads
##.inslide-ad
##.insticator-ads
##.instoryAdBlock
##.instoryAdNoBlock
##.instream_ad
##.insurance-ad
##.intAdRow
##.intad
##.interAd
##.internal-ad
##.internalAd
##.internal_ad
##.interstitial-ad
##.intext-ads
##.intra-article-ad
##.intro-ad
##.ion-ad
##.ione-widget-dart-ad
##.ipc-advert
##.ipc-advert-class
##.ipsAd
##.ipsAdvertisement
##.iqadlinebottom
##.iqadmarker
##.iqadtile_wrapper
##.is-ad
##.is-carbon-ad
##.is-desktop-ads
##.is-mpu
##.is-preload-ad
##.is-script-ad
##.is-sponsored
##.is-sticky-ad
##.isAd
##.isAdPage
##.isad_box
##.ise-ad
##.island-ad
##.islandAd
##.islandAdvert
##.island_ad
##.island_ad_right_top
##.islandad
##.isocket_ad_row
##.item--ad
##.item-ad
##.item-ad-leaderboard
##.item-advertising
##.item-container-ad
##.item-housead
##.item-housead-last
##.item-inline-ad
##.itemAdvertise
##.item_ads
##.itinerary-index-advertising
##.its_all_for_ads
##.its_for_ads
##.itsanad
##.j-ad
##.jLinkSponsored
##.jannah_ad
##.jg-ad-5
##.jg-ad-970
##.jl-ads-leaderboard
##.jobbioapp
##.jobs-ad-box
##.jobs-ad-marker
##.joead728
##.jquery-adi
##.jquery-script-ads
##.js-ad
##.js-ad-banner-container
##.js-ad-buttons
##.js-ad-container
##.js-ad-dynamic
##.js-ad-frame
##.js-ad-home
##.js-ad-hover
##.js-ad-loader-bottom
##.js-ad-slot
##.js-ad-static
##.js-ad-unit
##.js-ad-unit-bottom
##.js-ad-wrapper
##.js-adExternalPage
##.js-ad_iframe
##.js-ad_iframe_wrap
##.js-adfliction-iframe
##.js-adfliction-standard
##.js-ads
##.js-ads-carousel
##.js-ads-header-content
##.js-adv-rotator-image
##.js-advert
##.js-advert--responsive
##.js-advert--vc
##.js-advert-container
##.js-advert-upsell-popup
##.js-advertising__placeholder1
##.js-adzone
##.js-anchor-ad
##.js-article-advert-injected
##.js-billboard-advert
##.js-cardview_ad-320x180
##.js-cardview_ad-320x50
##.js-dfp-ad
##.js-dfp-ad-bottom
##.js-dfp-ad-top
##.js-googleAdSuperHeader-wrapper
##.js-gpt-ad
##.js-gptAd
##.js-header-ad
##.js-header-ad-wrapper
##.js-lazy-ad
##.js-mapped-ad
##.js-mpu
##.js-native-ad
##.js-no-sticky-ad
##.js-overlay_ad
##.js-product-ad-slider
##.js-react-simple-ad
##.js-results-ads
##.js-right-ad-block
##.js-sidebar-ads
##.js-site-header-advert
##.js-skyscraper-ad
##.js-slide-right-ad
##.js-slide-top-ad
##.js-slim-nav-ad
##.js-sticky-ad
##.js-stream-ad
##.js-stream-featured-ad
##.js-toggle-ad
##.js-underplayerAd
##.jsAdSlot
##.jsMPUSponsor
##.jsOneAd
##.js_ad-sticky-footer
##.js_adContainer
##.js_ad_wrapper
##.js_contained-ad-container
##.js_deferred-ad
##.js_desktop-horizontal-ad
##.js_midbanner_ad_slot
##.js_movable_ad_slot
##.js_preheader-ad-container
##.js_slideshow-full-width-ad
##.js_slideshow-sidebar-ad
##.js_sticky-top-ad
##.jsx-adcontainer
##.juicyads_300x250
##.jumboAd
##.jw-ad
##.jw-ad-block
##.jw-ad-label
##.jw-ad-media-container
##.jw-ad-visible
##.kakao_ad_area
##.keen_ad
##.klicked-ads
##.kumpulads-post
##.kumpulads-side
##.l-ad
##.l-ad-top
##.l-ads
##.l-adsense
##.l-article__ad
##.l-bottom-ads
##.l-grid--ad-card
##.l-header-advertising
##.l-section--ad
##.l1-ads-wrapper
##.l_ad_sub
##.label-ad
##.label_advertising_text
##.labelads
##.labeled_ad
##.landing-page-ads
##.landingAdRail
##.landing_adbanner
##.large-ad-center
##.large-advert
##.large-btn-ad
##.large-right-ad
##.largeAd
##.largeRectangleAd
##.largeUnitAd
##.large_ad
##.large_add_container
##.largesideadpane
##.last-left-ad
##.last-right-ad
##.last-sidebar-ad
##.lastAdHolder
##.lastAdvertorial
##.lastLiAdv
##.lastRowAd
##.lastads
##.lastpost_advert
##.lates-adlabel
##.latest-ad
##.latest-articles-ad
##.latest-news__ad--desktop
##.latestStoriesAd
##.law_center_ad
##.layer-ad-bottom
##.layer-ad-top
##.layer-xad
##.layer_text_ad
##.layeradinfo
##.layout-ad
##.layout__content-ad
##.layout__top-ad
##.layout_h-ad
##.lazy-ad
##.lazy-ad-unit
##.lazy-adv
##.lazyad
##.lazyadsense
##.lazyadslot
##.lazyload-ad
##.lazyload_ad
##.lazyload_ad_article
##.lb-ad
##.lb-adhesion-unit
##.lb-advert-container
##.lb-item-ad
##.lbc-ad
##.lblAdvert
##.ld-ad
##.ld-ad-inner
##.ldm_ad
##.lead-ad
##.lead-ads
##.lead-advert
##.leader-ad
##.leader-ad-728
##.leaderAd
##.leaderAdTop
##.leaderAdvert
##.leaderBoardAdWrapper
##.leaderBoardAdvert
##.leader_ad
##.leader_aol
##.leaderad
##.leaderboard-ad
##.leaderboard-ad-belt
##.leaderboard-ad-component
##.leaderboard-ad-container
##.leaderboard-ad-dummy
##.leaderboard-ad-fixed
##.leaderboard-ad-grid
##.leaderboard-ad-main
##.leaderboard-ad-module
##.leaderboard-ad-pane
##.leaderboard-ad-placeholder
##.leaderboard-ad-section
##.leaderboard-ad-unit
##.leaderboard-ad-wrapper
##.leaderboard-adblock
##.leaderboard-ads
##.leaderboard-ads-text
##.leaderboard-advert
##.leaderboard-advertisement
##.leaderboard-main-ad
##.leaderboard-top-ad
##.leaderboard-top-ad-wrapper
##.leaderboard.advert
##.leaderboard1AdWrapper
##.leaderboardAd
##.leaderboardAdWrapper
##.leaderboardFooter_ad
##.leaderboardRectAdWrapper
##.leaderboard_ad_container
##.leaderboard_ad_unit
##.leaderboard_ads
##.leaderboard_adsense
##.leaderboard_adv
##.leaderboard_banner_ad
##.leaderboardad
##.leaderboardadmiddle
##.leaderboardadtop
##.leaderboardadwrap
##.lee-track-ilad
##.left-ad
##.left-ads
##.left-advert
##.left-rail-ad
##.left-sponser-ad
##.leftAd
##.leftAdColumn
##.leftAdContainer
##.leftAds
##.leftAdsEnabled
##.leftAdsFix
##.leftAdvDiv
##.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_advertisement_block
##.left_col_ad
##.left_google_add
##.left_sidebar_wide_ad
##.leftad
##.leftadd
##.leftadtag
##.leftbar_ad2
##.leftbarads
##.leftbottomads
##.leftnavad
##.leftrighttopad
##.leftsidebar_ad
##.lefttopad1
##.legacy-ads
##.lft_advt_container
##.lg-ads-160x90
##.lg-ads-311x500
##.lg-ads-635x100
##.lg-ads-skin-container
##.lg-infeed-wrapper
##.liberty-ad-renderer-iframe
##.liboxads
##.ligatus
##.lightad
##.lijit-ad
##.linead
##.linkAD
##.linkAds
##.link_ad
##.link_adslider
##.link_advertise
##.linkads
##.list-ad
##.list-adbox
##.list-ads
##.list-feature-ad
##.list-footer-ad
##.listad
##.listicle-instream-ad-holder
##.listing-card-ad
##.listing-item-ad
##.listingAd
##.listings_ad
##.lite-page-ad
##.literatumAd
##.live-ad
##.ljad
##.ln-home-feed-ad
##.ln-sidebar-ads
##.lnad
##.lng-ad
##.loadadlater
##.local-ads
##.local-ads-out-container
##.localad
##.location-ad
##.log_ads
##.logged_out_ad
##.logo-ad
##.logoAds
##.logo_AdChoices
##.logoad
##.logoutAd
##.logoutAdContainer
##.long-ads
##.longAd
##.longAdBox
##.longAds
##.long_ad
##.longform-ad
##.loop-ad
##.lower-ad
##.lower-ads
##.lowerAd
##.lowerAds
##.lower_ad
##.lqm-ads
##.lqm_ad
##.lr-ad
##.lr-pack-ad
##.lr_skyad
##.lrec-container
##.lst_ads
##.luxeAd
##.lv-Adunit
##.lyrics-inner-ad-wrap
##.m-ContentAd
##.m-ad
##.m-ad-brick
##.m-ad-region
##.m-ad-unit
##.m-ad__wrapper
##.m-adaptive-ad-component
##.m-advert
##.m-advertisement
##.m-advertisement--container
##.m-balloon-header--ad
##.m-block-ad
##.m-content-advert
##.m-content-advert-wrap
##.m-dfp-ad-text
##.m-header-ad
##.m-in-content-ad
##.m-in-content-ad-row
##.m-jac-ad
##.m-sponsored
##.m1-header-ad
##.m2n-ads-slot
##.m_ad
##.m_ad1
##.m_ad300
##.m_banner_ads
##.macAd
##.macad
##.mad_adcontainer
##.madison_ad
##.magAd
##.magad
##.mailAdElem
##.main-ad
##.main-ad-728x90-container
##.main-ad-bg
##.main-ad-container
##.main-ad-gallery
##.main-add-sec
##.main-ads
##.main-ads-line-2
##.main-advert
##.main-advertising
##.main-column-ad
##.main-footer-ad
##.main-header-ad
##.main-header__ad-wrapper
##.main-right-ads
##.mainAd
##.mainAdContainer
##.mainAds
##.mainEcoAd
##.mainLeftAd
##.mainLinkAd
##.mainRightAd
##.main__top-ad
##.main_ad
##.main_ad_bg
##.main_ad_bg_div
##.main_adbox
##.main_ads
##.main_adv
##.main_advert_section
##.main_intro_ad
##.main_right_ad
##.main_wrapper_upper_ad_area
##.mainadWrapper
##.makeFooterAdSticky
##.mal-ad-unit
##.mal-koukoku-unit
##.mango_ads
##.mantis-ad
##.mantisadd
##.manual-ad
##.map-ad
##.mapAdvertising
##.map_google_ad
##.map_media_banner_ad
##.mapped-ad
##.mar-block-ad
##.margin-advertisement
##.margin0-ads
##.marginadsthin
##.marginalContentAdvertAddition
##.market-ad
##.market-ad-small
##.marketing-ad
##.marketplace-ad
##.marketplaceAd
##.markplace-ads
##.marquee-ad
##.masonry-tile-ad
##.masonry__ad
##.master_post_advert
##.masthead-ad
##.masthead-ad-control
##.masthead-ads
##.mastheadAds
##.masthead__ad
##.masthead_ad_banner
##.masthead_ads_new
##.masthead_topad
##.match-ad
##.mb-advert
##.mb-advert__incontent
##.mb-advert__leaderboard--large
##.mb-advert__mpu
##.mb-advert__tweeny
##.mb-block--advert-side
##.mb-list-ad
##.mc_floating_ad
##.mc_text_ads_box
##.md-advertisement
##.mdl-ad
##.medRect
##.med_ad_box
##.media--ad
##.media-ad-rect
##.media-advert
##.media-network-ad
##.media-viewer__ads-container
##.mediaAd
##.mediaAdContainer
##.media_impact_ads_ad_superbanner
##.medium-rectangle-ad
##.medium-top-ad
##.mediumRectAdWrapper
##.mediumRectagleAd
##.mediumRectangleAd
##.mediumRectangleAdvert
##.medium_ad
##.mediumad
##.medrec-ad
##.medrect-ad
##.medrect-ad2
##.medrectAd
##.medrect_ad
##.mega-ad
##.member-ads
##.menu-ad
##.menuAd
##.menuAds-cage
##.menuItemBannerAd
##.menuad
##.menueadimg
##.messageBoardAd
##.message_ads
##.meta-ad
##.meta_ad
##.metabet-adtile
##.metaboxType-sponsor
##.mf-adsense-leaderboard
##.mf-adsense-rightrail
##.mg_box_ads
##.mgid-wrapper
##.mgid_3x2
##.mh-advert
##.micro_ad
##.mid-ad-wrapper
##.mid-ads
##.mid-advert
##.mid-article-banner-ad
##.mid-page-2-advert
##.mid-post-ad
##.mid-section-ad
##.midAd
##.midAdv-cont
##.midAdv-cont2
##.midAdvert
##.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
##.middleAdWrapper
##.middleAds
##.middleBannerAd
##.middle_AD
##.middle_ad
##.middle_ad_responsive
##.middle_ads
##.middlead
##.middleadouter
##.midpost-ad
##.min-height-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
##.mj-floating-ad-wrapper
##.mk_ads
##.mks_ads_widget
##.ml-advert
##.mlaAd
##.mm-ad-sponsored
##.mm-ads-adhesive-ad
##.mm-ads-gpt-adunit
##.mm-ads-leaderboard-header
##.mm-banner970-ad
##.mmads
##.mmc-ad
##.mmc-ad-wrap-2
##.mmcAd_Iframe
##.mmy-ads
##.mnopolarisAd
##.mntl-gpt-adunit
##.mntl-sc-block-adslot
##.mo-advert
##.mo_googlead
##.moads-top-banner
##.moads-widget
##.mob-ad-break-text
##.mob-adspace
##.mob-hero-banner-ad-wrap
##.mob_ads
##.mobads
##.mobile-ad
##.mobile-ad-container
##.mobile-ad-nav
##.mobile-ad-negative-space
##.mobile-ad-placeholder
##.mobile-ad-slider
##.mobile-ads
##.mobile-fixed-ad
##.mobile-footer__ad
##.mobile-instream-ad-holder
##.mobile-instream-ad-holder-single
##.mobile-leaderboard-fader
##.mobile-nav-ad-plus-banner
##.mobile-related-ad
##.mobileAd
##.mobileAdPos2And3
##.mobileAdWrap
##.mobileAppAd
##.mobile_ad_banner
##.mobile_ad_container
##.mobile_article_ad2
##.mobile_featuredad
##.mobile_featuredad_article
##.mobile_index_ad
##.mobile_leaderboard_ad
##.mobile_vertisement
##.mobileadbig
##.mobileadunit
##.mobilesideadverts
##.mobileweb_top_ad_container
##.mod-ad
##.mod-ad-1
##.mod-ad-2
##.mod-ad-300x250
##.mod-ad-600
##.mod-ad-lrec
##.mod-ad-n
##.mod-ad-risingstar
##.mod-adblock
##.mod-adcpc
##.mod-adopenx
##.mod-ads
##.mod-amazon-btn
##.mod-big-banner-ad
##.mod-google-ads
##.mod-horizontal-ad
##.mod-sponsored-links
##.mod-trbad
##.mod-tss-ads-wrapper
##.mod-vertical-ad
##.mod_ad
##.mod_ad_container
##.mod_ad_imu
##.mod_ad_t25
##.mod_ad_text
##.mod_ad_top
##.mod_admodule
##.mod_ads
##.mod_advert
##.mod_index_ad
##.mod_js_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-box-ads
##.module-image-ad
##.module-rectangleads
##.module-sponsored-ads
##.module1colAds
##.moduleAd
##.moduleAdSpot
##.moduleAdvert
##.moduleAdvertContent
##.moduleBannerAd
##.module__ad-wide
##.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_ad300x250
##.moduletable_adtop
##.moduletable_advertisement
##.moduletable_top_ad
##.moduletableadvert
##.moduletableexclusive-ads
##.moduletablesquaread
##.moduletabletowerad
##.mom-ad
##.momizat-ads
##.moneyball-ad
##.monitor-g-ad-300
##.monitor-g-ad-468
##.monsterad
##.moreAdBlock
##.mos-ad
##.mosaicAd
##.motherboard-ad
##.movable-ad
##.movv-ad
##.mp-ad
##.mpsponsor
##.mpu-ad
##.mpu-ad-con
##.mpu-ad-river
##.mpu-ad-top
##.mpu-advert
##.mpu-c
##.mpu-container-blank
##.mpu-footer
##.mpu-fp
##.mpu-holder
##.mpu-leaderboard
##.mpu-left
##.mpu-left-bk
##.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
##.mpuBlock
##.mpuBox
##.mpuContainer
##.mpuTextAd
##.mpu_Ad
##.mpu_ad
##.mpu_advert
##.mpu_container
##.mpu_gold
##.mpu_holder
##.mpu_placeholder
##.mpu_platinum
##.mpu_side
##.mpu_text_ad
##.mpu_wrapper
##.mpuad
##.mpuads
##.mr1_adwrap
##.mr2_adwrap
##.mr3_adwrap
##.mr4_adwrap
##.mrec-ads
##.mrec-banners
##.mrec-scrollable-cont
##.mrecAds
##.mrec_advert
##.mrf-adv
##.mrf-adv__wrapper
##.mrf-directad
##.ms-ad-superbanner
##.ms-ads-link
##.ms-slide-ads
##.ms_header_ad
##.msat-adspace
##.msg-ad
##.msgad
##.msw-js-advert
##.mt-ad-container
##.mt-t-ad
##.mt_ad
##.mt_ads
##.mtop_adfit
##.mu-ad-container
##.multiad2
##.multiadwrapper
##.multiple-ads-container
##.mvAd
##.mvAdHdr
##.mv_atf_ad_holder
##.mvp-ad-label
##.mvp-feat1-list-ad
##.mvp-flex-ad
##.mvp-post-ad-wrap
##.mvp-widget-ad
##.mvp-widget-feat2-side-ad
##.mvp_ad_widget
##.mvp_block_type_ad_module
##.mw-ad
##.my-ads
##.myAds
##.myAdsGroup
##.my__container__ad
##.myadmid
##.myinarticlead
##.n1ad-center-300
##.narrow_ad_unit
##.narrow_ads
##.national_ad
##.nationalad
##.native-ad
##.native-ad-article
##.native-ad-container
##.native-ad-item
##.native-ad-link
##.native-ad-mode
##.native-ad-placeholder
##.native-ad-promoted-provider
##.native-ad-slot
##.native-ad__first
##.native-adv
##.native-advts
##.native-leaderboard-ad
##.native-sidebar-ad
##.native.ad
##.nativeAd
##.nativeAd-sponsor-position
##.nativeMessageAd
##.native_ad
##.native_ad_inline
##.native_ad_wrap
##.native_ads
##.nativead
##.nativeadasideplaceholder
##.nativeads-unt
##.nativiadsense
##.nature-ad
##.nav-ad
##.nav-ad-gpt-container
##.nav-ad-plus-leader
##.nav-adWrapper
##.navAdsBanner
##.navBads
##.nav__adbanner
##.nav_ad
##.nav_textads
##.navadbox
##.navbar-ad-container
##.navbar-ad-section
##.navbar-ads
##.navbar-header-ad
##.navcommercial
##.navi_ad300
##.naviad
##.nbc_Adv
##.nc-exp-ad
##.nchadcont
##.nda-ad
##.ndmadkit
##.nemo-ad
##.neo-advert
##.netPost_ad1
##.netPost_ad3
##.netads
##.netshelter-ad
##.network-ad-two
##.new-ad-box
##.new-ads-scroller
##.newHeaderAd
##.newPageAd
##.newPex_forumads
##.newTopAdContainer
##.new_ad1
##.new_ad_left
##.new_ad_normal
##.new_ad_wrapper_all
##.new_ads_unit
##.newad
##.newad1
##.newadsky-wrapper
##.news-ad
##.news-ad-block-a
##.news-ad-square-a
##.news-ad-square-box
##.news-ads-top
##.news-advert__column
##.news-advertisement
##.news-home-block-ad
##.news-item--ad
##.news-place-ad-info
##.news_ad_box
##.news_article_ad_google
##.news_footer_ad_container
##.news_imgad
##.news_vibrant_ads_banner
##.newsad
##.newsblock-ads
##.newsfeed_adunit
##.newsletter_ad
##.newspack_global_ad
##.nexusad
##.nf-adbox
##.nfy-ad
##.nfy-ad-teaser
##.nfy-ad-tile
##.nfy-ad-wrapper
##.nfy-cobo-ad
##.nfy-col-ad
##.ng-ad-banner
##.ng-ad-insert
##.ngart__ad-col
##.ngart__side-ad
##.ngs-adv-async
##.nm-ad
##.nmAd_BB-wr
##.nmAd_FB
##.nn_mobile_mpu_wrapper
##.node-ad
##.node-content-ad
##.node_ad_wrapper
##.nomobilead
##.non-empty-ad
##.normalAds
##.normal_ads
##.normalad
##.northad
##.noskim.ad
##.not-an-ad-header
##.note-advertisement
##.np-ad
##.np-ad-background
##.np-ad-border
##.np-ads-wrapper
##.np-adv-container
##.np-advert_apu
##.np-advert_apu-double
##.np-advert_info
##.np-header-ad
##.np-header-ads-area
##.np-right-ad
##.npAdGoogle
##.npSponsorTextAd
##.nrAds
##.nsAdRow
##.nts-ad
##.ntv-ad
##.ntv-rail-ad
##.nu2ad
##.nuffnangad
##.nui-ad-layout
##.nuk-ad-placeholder
##.nv-ads-wrapper
##.nw-ad
##.nw-ad-468x60
##.nw-ad-label
##.nw-c-leaderboard-ad
##.nw-top-ad
##.nw_adv_square
##.nx-billboard-ad
##.nx-placeholder-ad
##.nzs-ads
##.o-ad
##.o-ad-banner-top
##.o-ad-container
##.o-ads
##.o-ads--center
##.o-ads-content
##.o-ads__outer
##.o-advert
##.o-listing__ad
##.o-site-header__advert
##.o-story-content__ad
##.o-teaser--native-ad
##.oad-ad
##.oas-ad
##.oas-bottom-ads
##.oas-container
##.oas-leaderboard-ads
##.oasInAds
##.oas_ad
##.oas_add
##.oas_advertisement
##.oasad
##.oasads
##.ob_ads_header
##.ob_container .item-container-obpd
##.ob_dual_right > .ob_ads_header ~ .odb_div
##.ob_nm_paid
##.offads
##.oi-add-block
##.oi-header-ad
##.oi_horz_ad_container
##.oio-banner-zone
##.oio-link-sidebar
##.oio-openslots
##.oio-zone-position
##.oko-adhesion
##.on-demand-ad
##.on_player_ads
##.oneColumnAd
##.onet-ad
##.onethirdadholder
##.onf-ad
##.online-ad
##.opaAd
##.opd_adsticky
##.os-header-ad
##.otd-ad-top
##.outer-ad-container
##.outer-ad-unit-wrapper
##.outerAdWrapper
##.outerAds
##.outer_ad_container
##.outside_ad
##.outsider-ad
##.ov-ad-slot
##.overflow-ad
##.overlay-ad
##.overlay-ad-container
##.overlay-ads
##.overlay-box-ad
##.overlay_ad
##.ox-holder
##.p-ad
##.p-ad-block
##.p-ad-dfp-banner
##.p-ad-dfp-middle-rec
##.p-ad-feature-pr
##.p-ad-outbreak
##.p-ad-rectangle
##.p-ad-thumbnail-txt
##.p-ads-billboard
##.p-ads-rec
##.p-post-ad
##.p2_right_ad
##.p75_sidebar_ads
##.pAdsBlock2
##.p_adv
##.p_topad
##.pa_ads_label
##.package_adBox
##.padAdvx
##.padded-ad
##.paddingBotAd
##.pads2
##.pads_bulk_widget
##.padvertlabel
##.page-ad
##.page-ads
##.page-advert
##.page-advertisement
##.page-bottom-fixed-ads
##.page-box-ad
##.page-break-ad
##.page-content--ad-block
##.page-content__advert
##.page-footer-ad
##.page-header-ad
##.page-header_ad
##.page-top-ads
##.pageAd
##.pageAdSkin
##.pageAdSkinMobile
##.pageAdSkinUrl
##.pageAds
##.pageFooterAd
##.pageGoogleAd
##.pageGoogleAds
##.pageHeaderAd
##.pageHeaderAds
##.pageTopAd
##.page__top-ad-wrapper
##.page_ad
##.pagead
##.pageclwideadv
##.pagefair-acceptable
##.pagepusheradATF
##.pages__ad
##.pane-ad-pane
##.pane-ads
##.pane-sasia-ad
##.pane-site-ads
##.pane-sponsored-links
##.pane_ad_wide
##.panel-ad
##.panel-ad-mr
##.panel-adsense
##.panel-advert
##.panel-body-adsense
##.panel.ad
##.panel_ad
##.paneladvert
##.panoramic_ad_placeholder
##.par-ad
##.par-adv-slot
##.parade-ad-container
##.paragraphAdinsert
##.parent-ad-desktop
##.partial-ad
##.partner-ad
##.partner-ad-module-wrapper
##.partner-ads-list
##.partner-adsonar
##.partnerAd
##.partner_ads
##.partnerad_container
##.partnersTextLinks
##.patronad
##.pauseAdPlacement
##.pb-ad
##.pb-ad-curated
##.pb-f-ad-flex
##.pb-f-ad-leaderboard
##.pb-f-ads-ad
##.pb-mod-ad-flex
##.pb-slot-container
##.pc-ad
##.pcads_widget
##.pd-ads-mpu
##.pdpads_desktop
##.penci-ad-box
##.penci-ad-image
##.penci-ad_box
##.penci-adsense-below-slider
##.penci-google-adsense
##.penci-google-adsense-1
##.penci-promo-link
##.penci_list_bannner_widget
##.pencil-ad
##.pencil-ad-container
##.pencil-ad-section
##.pencil_ad
##.perm_ad
##.pf_content_ad
##.pf_sky_ad
##.pf_top_ad
##.pfimgAds
##.pg-ad-block
##.pg-adnotice
##.pg-adtarget
##.pgevoke-fp-bodyad2
##.pgevoke-story-rightrail-ad1
##.pgevoke-story-topads
##.pgevoke-topads
##.ph-ad
##.ph-ad-desktop
##.ph-ad-mediumrectangle
##.photo-ad
##.photo-ad-pad
##.photoAd
##.photoad
##.photobox-adbox
##.phpads_container
##.pics_detail_ad
##.pics_footer_ad
##.picto_ad
##.picture_ad
##.pin-ad
##.pix_adzone
##.pj-ad
##.pkad
##.placeholder-ad
##.placeholder-dfp
##.placeholderAd
##.plain-ad
##.plainAd
##.player-ad
##.player-ad-overlay
##.player-ads
##.player-ads2
##.player-section__ad-b
##.player-under-ad
##.playerAd
##.playerAdv
##.player__inline-ad
##.player_ad
##.player_ad2
##.player_ad_box
##.player_hide_ad
##.player_hover_ad
##.player_ima-ad-container
##.playerad
##.playerdads
##.plistaList > .itemLinkPET
##.plistaList > .plista_widget_underArticle_item[data-type="pet"]
##.plista_inimg_box
##.plugin-ad
##.plugin-ad-container
##.pm-ad
##.pm-ad-unit
##.pm-ad-zone
##.pm-ads-banner
##.pm-ads-inplayer
##.pm-banner-ad
##.pmc-adm-boomerang-pub-div
##.pmg-sponsoredlinks
##.polar-ad
##.polaris-ad--wrapper-desktop
##.polarisMarketing
##.polaris__ad
##.polaris__below-header-ad-wrapper
##.polaris__teads
##.position-ads
##.post--native-ad
##.post-ad
##.post-ad-title
##.post-ad-top
##.post-ad-type
##.post-ads
##.post-ads-top
##.post-adsense-bottom
##.post-advert
##.post-advert-row
##.post-advertisement
##.post-load-ad
##.post-news-ad
##.post-sidebar-ad
##.post-sponsored
##.postAd
##.postWideAd
##.post__ad
##.post__article-top-ad-wrapper
##.post_ad
##.post_ads
##.post_advert
##.post_detail_right_advert
##.post_sponsored
##.postad
##.postads
##.postads3
##.postbit-ad
##.postend-advert
##.poster_ad
##.postfooterad
##.posts-ad
##.pp-ad-container
##.pp_ad_code_adtxt
##.ppb_ads
##.ppr_priv_footer_banner_ad_billboard
##.ppr_priv_header_banner_ad
##.ppr_priv_horizon_ad
##.pr_adslot_0
##.pr_adslot_1
##.prebid-wrapper
##.preheader_advert
##.premium-ad
##.premium-ads
##.premium-adv
##.premium-mpu-container
##.premiumad
##.priad
##.priad-1
##.primary-ad
##.primary-ad-widget
##.primary-advertisment
##.primis-video
##.primis-wrapper
##.print-ad-wrapper
##.print-adslot
##.printAds
##.product-ad
##.product-ads
##.product-ads-carousel
##.product-bar-ads
##.product-inlist-ad
##.profile-ad-container
##.profile-ads-container
##.profile__ad-wrapper
##.profile_ad_bottom
##.profile_ad_top
##.programtic-ads
##.promo-ad
##.promo-mpu
##.promoAd
##.promoAds
##.promoAdvertising
##.promo_ad
##.promo_ads
##.promo_border
##.promoad
##.promoboxAd
##.promoted_content_ad
##.promotionAdContainer
##.promotionTextAd
##.proof_ad
##.propel-ad
##.proper-ad-insert
##.proper-ad-unit
##.ps-ad
##.ps-ligatus_placeholder
##.pt-ad--container
##.pt-ad--scroll
##.pt_ad03
##.pt_col_ad02
##.pub_ads
##.publication-ad
##.publication-instream-ad-container
##.publicidad_horizontal
##.publicidade
##.publicidade-vertical-layout
##.publisher_ad
##.pubtech-adv-slot
##.puff-ad
##.puff-advertorials
##.pull-ad
##.pull_top_ad
##.pullad
##.pulsir-ad
##.puppyAd
##.purchad
##.push--ad
##.push-ad
##.push-adv
##.pushDownAd
##.pushdown-ad
##.pushdownAd
##.pw-in-article-ad-container
##.pw-in-article-relevant-container
##.pz-ad-box
##.quads-ad-label
##.quads-bg-ad
##.quads-location
##.queue_ad
##.queued-ad
##.quickadsense
##.quicklinks-ad
##.quigo
##.quigo-ad
##.quigoads
##.r-ad
##.r-pause-ad-container
##.r7ad
##.r_ad
##.r_ads
##.rail-ad
##.rail-ads-1
##.rail-article-sponsored
##.rail__ad
##.rail_ad
##.railad
##.railadspace
##.ray-floating-ads-container
##.rc-sponsored
##.rcom-freestar-ads-widget
##.re-AdTop1Container
##.ready-ad
##.rec_ad
##.recent-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-ad-slot-container
##.rectangle-ad-slot-wrapper
##.rectangle-embed-ad
##.rectangle-widget-td-ad
##.rectangleAd
##.rectangleAdContainer
##.rectangle_ad
##.rectanglead
##.rectangleads
##.red-adv
##.redads_cont
##.reedwan_adds300x250_widget
##.referrerDetailAd
##.refreshAds
##.refreshInarticleAd
##.refreshable_ad
##.region-ad-bottom-leaderboard
##.region-ad-pan
##.region-ad-right
##.region-ad-top
##.region-ads
##.region-ads-content-top
##.region-banner-ad
##.region-dfp-ad-footer
##.region-dfp-ad-header
##.region-footer-ad-full
##.region-header-ad
##.region-header-ads
##.region-middle-ad
##.region-top-ad
##.region-top-ad-block
##.region-widget-ad-top-0
##.regular-ads
##.regular-advert-outer-wrapper
##.regular_728_ad
##.regularad
##.rekl-left
##.rekl-right
##.rekl-top
##.rekl_left
##.rekl_right
##.rekl_top
##.rekl_top_wrapper
##.reklam
##.reklam-block
##.reklam-kare
##.reklam-masthead
##.reklam2
##.reklam728
##.reklama
##.reklama-c
##.reklama-vert
##.reklama1
##.reklame-right-col
##.reklame-wrapper
##.reklamka
##.rel_ad_box
##.related-ad
##.related-ads
##.related-guide-adsense
##.relatedAds
##.relatedContentAd
##.related_ad
##.related_post_google_ad
##.relatesearchad
##.remads
##.remnant_ad
##.remove-ads
##.remove-ads-link
##.removeAdsLink
##.reportAdLink
##.res_ad
##.resads-adspot
##.reserved_box_ads
##.reserved_box_ads_2
##.residentialads
##.resourceImagetAd
##.respAds
##.responsive-ad
##.responsive-ad-header-container
##.responsive-ad-wrapper
##.responsive-ads
##.responsive-vertial-ad-wrapper
##.responsiveAdHiding
##.responsiveAdsense
##.responsive_ad_top
##.responsive_ads_120x600
##.responsive_ads_468x60
##.result-ad
##.result-sponsored
##.result-top-ad
##.result-words-ad-new
##.resultAd
##.result__advertising
##.result_ad
##.resultad
##.results-ads
##.rev_square_side_door
##.revcontent-main-ad
##.revcontent-slot
##.revcontent-wrap
##.review-ad
##.review_ad1
##.reviews-display-ad
##.revive-ad
##.rg-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-mrec-wrapper
##.rhs_ad
##.rhs_ad_title
##.rhs_ads
##.rhsad
##.rhsadvert
##.right-ad
##.right-ad-1
##.right-ad-2
##.right-ad-3
##.right-ad-300x250
##.right-ad-4
##.right-ad-5
##.right-ad-block
##.right-ad-container
##.right-ad-holder
##.right-ad-tagline
##.right-ad-wrapper
##.right-ad2
##.right-ad350px250px
##.right-ads
##.right-ads2
##.right-adsense
##.right-adv
##.right-advert
##.right-advertisement
##.right-col-ad
##.right-column-ad
##.right-column-ads
##.right-navAdBox
##.right-rail-ad
##.right-rail-ad-banner
##.right-rail-ad-container
##.right-rail-box-ad-container
##.right-rail__ad
##.right-side-ad
##.right-side-ads
##.right-sidebar-ads-container
##.right-sidebar-box-ad
##.right-sidebar-box-ads
##.right-sponser-ad
##.right-top-ad
##.right-video-dvertisement
##.rightAD
##.rightAd
##.rightAd1
##.rightAd2
##.rightAdBlock
##.rightAdBox
##.rightAdColumn
##.rightAdContainer
##.rightAds
##.rightAdsFix
##.rightAdvert
##.rightAdverts
##.rightBoxAd
##.rightBoxMidAds
##.rightColAd
##.rightColAdBox
##.rightColumnAd
##.rightColumnAdd
##.rightColumnAdsTop
##.rightColumnRectAd
##.rightHeaderAd
##.rightRailAd
##.rightRailMiddleAd
##.rightSecAds
##.rightSideBarAd
##.rightSideSponsor
##.rightTopAdWrapper
##.right_ad
##.right_ad_1
##.right_ad_2
##.right_ad_box
##.right_ad_box1
##.right_ad_innercont
##.right_ad_text
##.right_ad_top
##.right_ad_unit
##.right_ad_wrap
##.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_col_ad
##.right_column_ads
##.right_content_ad
##.right_image_ad
##.right_long_ad
##.right_outside_ads
##.right_side_ads
##.right_side_box_ad
##.right_sponsor_main
##.rightad
##.rightad250
##.rightad300
##.rightad600
##.rightadHeightBottom
##.rightad_1
##.rightad_2
##.rightadbig
##.rightadblock
##.rightadbox1
##.rightadd
##.rightads
##.rightadunit
##.rightadv
##.rightbox_content_ads
##.rightboxads
##.rightcol-adbox
##.rightcol-block-ads
##.rightcol_boxad
##.rightcol_div_openx2
##.rightcolads
##.rightcoladvert
##.rightcoltowerad
##.rightnav_adsense
##.rightpanelad
##.rightrail-ad-atf
##.rightrail-ad-block
##.rightrail-ad-placed
##.rightrail-display-ad
##.rightrail_ads
##.rightsideAd
##.righttop-advt
##.ringtone-ad
##.river-item-sponsored
##.river-standard-ad-container
##.riverAdLoaded
##.riverAdsLoaded
##.riverSponsor
##.rj-ads-wrap-sq
##.rj-ads-wrapper
##.rm-adslot
##.rngtAd
##.roadblocker-ad-content-wrap
##.rockmeltAdWrapper
##.rolloverad
##.roof-ad
##.root-ad-anchor
##.rot_ads
##.rotatead-container
##.rotating-ad
##.rotating-ads
##.rotatingAdvertisement
##.rotatingBannerWidget
##.rotatingadsection
##.rotator_ad_overlay
##.round_box_advert
##.roundedCornersAd
##.row--gh-ad
##.row-ad
##.row-ad-leaderboard
##.rowAd
##.rowAds
##.row_header_ads
##.rowad
##.rowgoogleads
##.rpd_ads
##.rr-300x250-ad
##.rr-300x600-ad
##.rr-ad
##.rr_ads
##.rr_skyad
##.rs-ad
##.rs-advert
##.rs-advert__container
##.rs_ad_block
##.rs_ad_top
##.rside_adbox
##.rt_ad
##.rt_ad_call
##.rtmad
##.rw-advert
##.rwSideAd
##.rw_ad
##.s-ad
##.s-ads
##.s-ads-metrics
##.s-body-ad
##.s-hidden-sponsored-item
##.s_ads
##.s_ads_label
##.s_sponsored_ads
##.sa-mainad
##.sabavision-ads
##.sad_posterad
##.sadvert
##.sagreklam
##.sal-adv-gpt
##.sam_ad
##.sb-ad
##.sb-ad-margin
##.sb-ads
##.sb-top-sec-ad
##.sbAd
##.sbAdUnitContainer
##.sbTopadWrapper
##.sb_ad
##.sb_ad_holder
##.sc-ad
##.scad
##.scanAd
##.scb-ad
##.scoopads
##.script-ad
##.scroll-ad-item-container
##.scroll-ads
##.scroll-track-ad
##.scrolling-ads
##.sda_adbox
##.sdc-advert__top-1
##.se-ligatus
##.search-ad
##.search-advertisement
##.search-result-list-item--sidebar-ad
##.search-result-list-item--topad
##.search-result-sponsored
##.search-results-ad
##.search-results-banner-ad
##.search-sponsor
##.search-sponsored
##.searchAd
##.searchAdTop
##.searchAds
##.searchad
##.searchads
##.secondary-ad-widget
##.secondary-advertisment
##.secondaryAdModule
##.secondary_ad
##.section-ad
##.section-ad-related
##.section-ad-unit
##.section-ad-wrapper
##.section-ad2
##.section-ads
##.section-adtag
##.section-adv
##.section-advert-banner
##.section-advertisement
##.section-sponsor
##.section_ad
##.section_ad_left
##.section_adarea
##.section_ads
##.selfServeAds
##.sense-adhesion
##.seoAdWrapper
##.seoTopAds
##.sepContentAd
##.series-ad
##.servedAdlabel
##.serversidenativead
##.serviceAd
##.set_ad
##.sexunder_ads
##.sf-advert
##.sf_ad_box
##.sg-adblock
##.sgAd
##.sh-ad-box
##.sh-ad-section
##.sh-section-ad
##.shadvertisment
##.sheknows-infuse-ad
##.shift-ad
##.shortads
##.shortadvertisement
##.show-desk-ad
##.show-sticky-ad
##.showAd
##.showAdContainer
##.showads
##.showcaseAd
##.showcasead
##.sics-component__sticky-ad-placeholder
##.sidbaread
##.side-ad
##.side-ad-300
##.side-ad-big
##.side-ad-blocks
##.side-ad-container
##.side-ad-inner
##.side-ad-top
##.side-ads
##.side-ads-block
##.side-ads-container
##.side-ads-wide
##.side-ads300
##.side-ads_sticky-group
##.side-adv-block
##.side-adv-text
##.side-advert
##.side-advertising
##.side-adverts
##.side-bar-ad
##.side-panel_v-ad-container
##.sideAd
##.sideAdLeft
##.sideAdTall
##.sideAdWide
##.sideAdv
##.sideAdv-wrapper
##.sideBarAd
##.sideBarCubeAd
##.sideBlockAd
##.sideBoxAd
##.sideBoxM1ad
##.sideBoxMiddleAd
##.side__ad
##.side__ad-box
##.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_col_ad_wrap
##.side_float_ad
##.sidead
##.sidead_150
##.sidead_300
##.sideadmid
##.sideads
##.sideads_l
##.sideadsbox
##.sideadtable
##.sideadvert
##.sideadverts
##.sidebar--mps_ad
##.sidebar-320__box_adv
##.sidebar-350ad
##.sidebar-ad
##.sidebar-ad-300
##.sidebar-ad-300x250-cont
##.sidebar-ad-a
##.sidebar-ad-area
##.sidebar-ad-b
##.sidebar-ad-box
##.sidebar-ad-c
##.sidebar-ad-component
##.sidebar-ad-cont
##.sidebar-ad-container
##.sidebar-ad-div
##.sidebar-ad-label
##.sidebar-ad-rect
##.sidebar-ad-slot
##.sidebar-ad-wrapper
##.sidebar-adbox
##.sidebar-add-1
##.sidebar-ads
##.sidebar-ads-block
##.sidebar-ads-no-padding
##.sidebar-ads-wrap
##.sidebar-adsdiv
##.sidebar-adv-container
##.sidebar-advert
##.sidebar-advertisement
##.sidebar-advertisment
##.sidebar-adverts
##.sidebar-adverts-header
##.sidebar-atf-ad-wrapper
##.sidebar-banner-ad
##.sidebar-below-ad-unit
##.sidebar-big-ad
##.sidebar-big-box-ad
##.sidebar-block-adsense
##.sidebar-bottom-ad
##.sidebar-box-ad
##.sidebar-box-ads
##.sidebar-col-ad-left
##.sidebar-col-ad-right
##.sidebar-content-ad
##.sidebar-digiads
##.sidebar-header-ads
##.sidebar-paid-ad-label
##.sidebar-product-ad
##.sidebar-skyscraper-ad
##.sidebar-sponsored
##.sidebar-sponsors
##.sidebar-square-ad
##.sidebar-sticky--ad
##.sidebar-text-ad
##.sidebar-top-ad
##.sidebar-tower-ad
##.sidebar300adblock
##.sidebarAD
##.sidebarAd
##.sidebarAdBlock
##.sidebarAdLink
##.sidebarAdNotice
##.sidebarAdUnit
##.sidebarAds300px
##.sidebarAdvert
##.sidebarCloseAd
##.sidebarNewsletterAd
##.sidebar__ad
##.sidebar__block--ad
##.sidebar__block-advertisement
##.sidebar__item-spacer--advert-top
##.sidebar__module--ad
##.sidebar_ad
##.sidebar_ad_300
##.sidebar_ad_300_250
##.sidebar_ad_container
##.sidebar_ad_container_div
##.sidebar_ad_holder
##.sidebar_ad_leaderboard
##.sidebar_ad_module
##.sidebar_ads
##.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
##.sidebarbox__advertising
##.sidebarboxad
##.sidebox-ad
##.sidebox_ad
##.sideright_ads
##.sideskyad
##.signad
##.simple-ad-placeholder
##.simple_ads_manager_widget
##.simple_adsense_widget
##.simplead-container
##.simpleads-item
##.single-ad
##.single-ad-anchor
##.single-ad-wrap
##.single-ads
##.single-ads-section
##.single-article-ad
##.single-bottom-ads
##.single-component__ad
##.single-google-ad
##.single-mpu
##.single-post-ad
##.single-post-ads
##.single-post-ads-750x90
##.single-post-bottom-ads
##.single-top-ad
##.singleAd
##.singleAdBox
##.singleAdsContainer
##.singlePostAd
##.single_ad
##.single_ad_300x250
##.single_advert
##.single_bottom_ad
##.single_page_ads_header
##.single_top_ad
##.singlead
##.singleads
##.singleadstopcstm2
##.singlepageleftad
##.singlepostad
##.singlepostadsense
##.singpagead
##.sister-ads
##.site-ad-block
##.site-ads
##.site-bottom-ad-slot
##.site-footer__ad-area
##.site-head-ads
##.site-header--sponsored
##.site-header-ad
##.site-header__ads
##.site-top-ad
##.siteWideAd
##.site_ad
##.site_ad--gray
##.site_ad--label
##.site_ads
##.site_ads_home
##.site_sponsers
##.sitesponsor
##.skinAd
##.sky-ad
##.sky-ad1
##.skyAd
##.skyAdd
##.skyAdvert
##.skyAdvert2
##.sky_ad
##.sky_ad_top
##.sky_scraper_ad
##.skyad
##.skyjobsadtext
##.skyscraper-ad
##.skyscraper-ad-1
##.skyscraper-ad-container
##.skyscraper.ad
##.skyscraperAd
##.skyscraper_ad
##.skyscrapper-ads-container
##.sl-header-ad
##.slate-ad
##.slide-ad
##.slideAd
##.slide_ad
##.slidead
##.slider-ads
##.slider-item-ad
##.slider-right-advertisement-banner
##.sliderad
##.slideshow-ad
##.slideshow-ad-container
##.slideshow-ad-wrapper
##.slideshow-ads
##.slideshowAd
##.slideshow_ad_300
##.slideshow_ad_note
##.slideshowadvert
##.slot-box-marker-ad
##.slot-customcontentad
##.slot__ad
##.sm-ad
##.sm-admgnr-unit
##.sm-ads
##.sm-ads__billboard
##.sm-advertisement
##.sm-widget-ad-holder
##.sm_ad
##.small-ad
##.small-ad-header
##.small-ad-long
##.small-ads
##.smallAd
##.smallAdContainer
##.smallAds
##.smallAdsContainer
##.smallAdvertisments
##.small_ad
##.small_ad_bg
##.small_ads
##.smallad
##.smalladblock
##.smallads
##.smalladscontainer
##.smallsponsorad
##.smart-ad
##.smartAd
##.smartad
##.smn-new-gpt-ad
##.snhb-ads
##.snippet-ad
##.snoadrotatewidgetwrap
##.social-ad
##.sovrn-connect-ad
##.sp-ad
##.sp-ad__leaderboard
##.sp-adblock-2
##.spLinks
##.sp_ad
##.spaceAdds
##.spansored-item
##.speakol-widget
##.special_ad_section
##.special_header_ad
##.specials_ads
##.spinAdvert
##.spl-ads
##.spl_ad
##.spl_ad2
##.splashy-ad-container
##.spmads_medrec
##.spnsr-wrapper
##.spnsrCntnr
##.spnsr_right
##.spon-links
##.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-1
##.sponsor-ad-title
##.sponsor-ad-wrapper
##.sponsor-ads
##.sponsor-area
##.sponsor-area-top
##.sponsor-bar-ea
##.sponsor-block
##.sponsor-bottom
##.sponsor-box
##.sponsor-btns
##.sponsor-grid__sponsor
##.sponsor-inner
##.sponsor-left
##.sponsor-link
##.sponsor-links
##.sponsor-popup
##.sponsor-post
##.sponsor-right
##.sponsor-spot
##.sponsor-text
##.sponsor-text-container
##.sponsor-wrap
##.sponsorAd
##.sponsorArea
##.sponsorBlock
##.sponsorBottom
##.sponsorBox
##.sponsorFooter
##.sponsorFooter-container
##.sponsorLabel
##.sponsorLink
##.sponsorLinks
##.sponsorPanel
##.sponsorPost
##.sponsorPostWrap
##.sponsorStrip
##.sponsorText
##.sponsorTitle
##.sponsorTxt
##.sponsor_ad
##.sponsor_ad1
##.sponsor_ad2
##.sponsor_ad_area
##.sponsor_ad_section
##.sponsor_area
##.sponsor_bar
##.sponsor_block
##.sponsor_columns
##.sponsor_div
##.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-container
##.sponsored-ad-label
##.sponsored-ad-ob
##.sponsored-add
##.sponsored-ads
##.sponsored-article
##.sponsored-article-item
##.sponsored-article-widget
##.sponsored-b
##.sponsored-block
##.sponsored-browse-data-route
##.sponsored-buttons
##.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-media
##.sponsored-post
##.sponsored-post-container
##.sponsored-post_ad
##.sponsored-result
##.sponsored-results
##.sponsored-right
##.sponsored-slot
##.sponsored-tag
##.sponsored-text
##.sponsored-top
##.sponsored-widget
##.sponsoredAd
##.sponsoredAdLine
##.sponsoredAds
##.sponsoredBanners
##.sponsoredBar
##.sponsoredBottom
##.sponsoredBox
##.sponsoredContent
##.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_post
##.sponsored_result
##.sponsored_results
##.sponsored_sidepanel
##.sponsored_ss
##.sponsored_text
##.sponsored_title
##.sponsored_well
##.sponsoredby
##.sponsoredibbox
##.sponsoredlink
##.sponsoredlinkHed
##.sponsoredlinks
##.sponsoredlinks-article
##.sponsoredlinkscontainer
##.sponsoredresults
##.sponsoredtabl
##.sponsorheader
##.sponsoring_link
##.sponsoringbanner
##.sponsorlink
##.sponsorlink2
##.sponsormsg
##.sponsors-advertisment
##.sponsors-box
##.sponsors-footer
##.sponsors-module
##.sponsors-widget
##.sponsorsBanners
##.sponsors_300x250
##.sponsors__container
##.sponsors__wide
##.sponsors_box_container
##.sponsors_fieldset
##.sponsors_links
##.sponsors_spacer
##.sponsorsbanner
##.sponsorsbig
##.sponsorship-banner-bottom
##.sponsorship-box
##.sponsorship-chrome
##.sponsorship-container
##.sponsorship-leaderboard
##.sponsorshipContainer
##.sponsorship_ad
##.sponsorshipbox
##.sponsorwrapper
##.sponstitle
##.sponstop
##.spot-ad
##.spotlight-ad
##.spotlight-ad-left
##.spotlightAd
##.spt-footer-ad
##.sqAd2
##.sq_ad
##.sqrd-ad-manager
##.square-ad
##.square-ad--latest-video
##.square-ad--neg-margin
##.square-ad-1
##.square-ad-container
##.square-ad-pane
##.square-ads
##.square-advt
##.square-adwrap
##.square-sidebar-ad
##.square-sponsorship
##.squareAd
##.squareAdWrap
##.squareAdd
##.squareAddtwo
##.squareAds
##.square_ad
##.squaread
##.squaread-container
##.squareadMain
##.squareads
##.squared_ad
##.squirrel_widget
##.sr-adsense
##.sr-advert
##.sraAdvert
##.srp-sidebar-ads
##.ssp-advert
##.standalonead
##.standard-ad-container
##.standard_ad_slot
##.static-ad
##.staticAd
##.static_mpu_wrap
##.staticad
##.sterra-ad
##.stick-ad-container
##.stickad
##.sticky-ad
##.sticky-ad-bottom
##.sticky-ad-container
##.sticky-ad-footer
##.sticky-ad-header
##.sticky-ad-wrapper
##.sticky-ads
##.sticky-ads-container
##.sticky-ads-content
##.sticky-adsense
##.sticky-advert-widget
##.sticky-bottom-ad
##.sticky-footer-ad
##.sticky-footer-ad-container
##.sticky-navbar-ad-container
##.sticky-rail-ad-container
##.sticky-side-ad
##.sticky-sidebar-ad
##.sticky-top-ad-wrap
##.stickyAd
##.stickyAdWrapper
##.stickyAdsGroup
##.stickyContainerMpu
##.stickyMultiAd-processed
##.stickyRailAd
##.sticky_ad_sidebar
##.sticky_ad_wrapper
##.sticky_ads
##.stickyad
##.stickyads
##.stickyadv
##.stky-ad-footer
##.stm-ad-player
##.stmAdHeightWidget
##.stock_ad
##.stocks-ad-tag
##.store-ads
##.story-ad
##.story-ad-container
##.story-ad-right
##.story-inline-advert
##.storyAd
##.storyAdvert
##.story__top__ad
##.story_ad_div
##.story_body_advert
##.storyad
##.storyad300
##.storyadHolderAfterLoad
##.stpro_ads
##.str-top-ad
##.strack_bnr
##.strawberry-ads
##.strawberry-ads__pretty-container
##.stream-ad
##.streamAd
##.strip-ad
##.stripad
##.sub-ad
##.subAdBannerArea
##.subAdBannerHeader
##.subNavAd
##.subad
##.subheader_adsense
##.submenu_ad
##.subnav-ad-layout
##.subnav-ad-wrapper
##.subscribeAd
##.subscriber-ad
##.subscribox-ad
##.sudoku-ad
##.sugarad
##.suggAd
##.super-ad
##.super-section__ads-wrapper
##.super-section__header-ad-slot-wrapper
##.superbanner-adcontent
##.support_ad
##.suti-advertising-dfp-banner
##.swiper_advs
##.tabAd
##.tabAds
##.tab_ad
##.tab_ad_area
##.table-ad
##.tableAd1
##.tablet-ad
##.tadm_ad_unit
##.tag-hide_inline_content_ads
##.takeover-ad
##.tallAdvert
##.tallad
##.tbboxad
##.tc-adbanner
##.tc_ad
##.tc_ad_unit
##.tcf-ad
##.td-a-ad
##.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-ad
##.td-ad-m
##.td-ad-p
##.td-ad-tp
##.td-adspot-title
##.td-sponsor-title
##.tdAdHeader
##.td_ad
##.td_footer_ads
##.td_left_widget_ad
##.td_leftads
##.td_reklama_bottom
##.td_reklama_top
##.td_spotlight_ads
##.teaser--advertorial
##.teaser-ad
##.teaser-advertisement
##.teaser-sponsor
##.teaserAd
##.teaserAdContainer
##.teaserAdHeadline
##.teaser_ad
##.templates_ad_placement
##.test-adsense
##.testAd-holder
##.text-ad-sitewide
##.text-ad-top
##.text-advertisement
##.text-panel-ad
##.text-sponsor
##.textAd3
##.textAdBlock
##.textAdBox
##.textAds
##.textLinkAd
##.textSponsor
##.text_ad_title
##.text_ad_website
##.text_ads_2
##.text_ads_wrapper
##.text_adv
##.textad
##.textadContainer
##.textadbox
##.textadlink
##.textadscontainer
##.textadsds
##.textadsfoot
##.textadtext
##.textlinkads
##.th-ad
##.thb_ad_before_header
##.thb_ad_header
##.theAdvert
##.theads
##.theleftad
##.themonic-ad1
##.themonic-ad2
##.themonic-ad3
##.themonic-ad6
##.third-party-ad
##.thumb-ads
##.thumb_ad
##.thumbnailad
##.thumbs-adv
##.thumbs-adv-holder
##.tile--ad
##.tile-ad
##.tile-ad-container
##.tile-advert
##.tileAdContainer
##.tileAdWrap
##.tileAds
##.tile_AdBanner
##.tile_ad
##.tile_ad_container
##.tips_advertisement
##.title-ad
##.tl-ad-container
##.tmiads
##.tmo-ad
##.tmo-ad-ezoic
##.tncls_ad
##.tncls_ad_250
##.tncls_ad_300
##.tnt-ads
##.tnt-ads-container
##.tnt-dmp-reactive
##.tnw-ad
##.toaster-ad
##.toolkit-ad-shell
##.top-300-ad
##.top-ad
##.top-ad-728
##.top-ad-970x90
##.top-ad-anchor
##.top-ad-area
##.top-ad-banner-wrapper
##.top-ad-bloc
##.top-ad-block
##.top-ad-center
##.top-ad-container
##.top-ad-content
##.top-ad-deck
##.top-ad-desktop
##.top-ad-div
##.top-ad-horizontal
##.top-ad-inside
##.top-ad-module
##.top-ad-recirc
##.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-ad-zone
##.top-ad1
##.top-ad__sticky-wrapper
##.top-adbox
##.top-ads
##.top-ads-amp
##.top-ads-block
##.top-ads-bottom-bar
##.top-ads-container
##.top-ads-mobile
##.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-banner-ads
##.top-banner-advert
##.top-bar-ad-related
##.top-box-right-ad
##.top-content-adplace
##.top-fixed-ad
##.top-half-page-ad
##.top-header-ad
##.top-header-ad1
##.top-horiz-ad
##.top-horizontal-ad
##.top-item-ad
##.top-leaderboard-ad
##.top-left-ad
##.top-menu-ads
##.top-post-ad
##.top-post-ads
##.top-right-ad
##.top-side-advertisement
##.top-sidebar-ad
##.top-sidebar-adbox
##.top-site-ad
##.top-sponsored-header
##.top-story-ad
##.top-topics__ad
##.top-wide-ad-container
##.top.ad
##.top250Ad
##.top300ad
##.topAD
##.topAd
##.topAd728x90
##.topAdBanner
##.topAdBar
##.topAdBlock
##.topAdCenter
##.topAdContainer
##.topAdIn
##.topAdLeft
##.topAdRight
##.topAdSpacer
##.topAdWrap
##.topAdWrapper
##.topAdd
##.topAds
##.topAdsWrappper
##.topAdvBox
##.topAdvert
##.topAdvertisement
##.topAdvertistemt
##.topAdverts
##.topAlertAds
##.topArtAd
##.topArticleAds
##.topBannerAd
##.topBarAd
##.topBoxAdvertisement
##.topGoogleAd
##.topLeaderboardAd
##.topRailAdSlot
##.topRightAd
##.top_Ad
##.top__ad
##.top_ad
##.top_ad1
##.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_ads_container
##.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_side_adv
##.top_sponsor
##.topad-area
##.topad-bar
##.topad-bg
##.topad1
##.topad2
##.topadbar
##.topadblock
##.topadbox
##.topadcont
##.topadrow
##.topads
##.topads-spacer
##.topadsbx
##.topadsection
##.topadspace
##.topadspot
##.topadtara
##.topadtxt
##.topadtxt120
##.topadtxt300
##.topadtxt428
##.topadtxt728
##.topadvert
##.topadvertisementsegment
##.topbannerAd
##.topbar-ad-parent
##.topbar-ad-unit
##.topboardads
##.topcharts_ad_720
##.topfootad
##.topicDetailsAdRight
##.topic_inad
##.topnavSponsor
##.topratedBoxAD
##.topright_ad
##.topside_ad
##.topsidebarad
##.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_desktop
##.tower_ad_disclaimer
##.towerad
##.tp-ad-label
##.tp_ads
##.tpd-banner-ad-container
##.tpd-banner-desktop
##.tpd-box-ad-d
##.trc-content-sponsored
##.trc-content-sponsoredUB
##.trend-card-advert
##.trend-card-advert__title
##.tsm-ad
##.tt_ads
##.ttb_adv_bg
##.tw-adv-gpt
##.txt_adbyeclick
##.txt_ads
##.txtad_area
##.txtadbox
##.txtadvertise
##.type-ad
##.u-ads
##.u-lazy-ad-wrapper
##.udn-ads
##.ue-c-ad
##.ult_vp_videoPlayerAD
##.under-header-ad
##.under-player-ad
##.under-player-ads
##.under_ads
##.underplayerAd
##.underplayer__ad
##.uniAdBox
##.uniAds
##.unionAd
##.unit-ad
##.unspoken-adplace
##.upper-ad-box
##.upper-ad-space
##.upper_ad
##.upx-ad-placeholder
##.us_ad
##.uvs-ad-full-width
##.v-ad
##.vadvert
##.variable-ad
##.variableHeightAd
##.vce-ad-below-header
##.vce-ad-container
##.vce-header-ads
##.vce_adsense_expand
##.vce_adsense_widget
##.vce_adsense_wrapper
##.vdvwad
##.vert-ad
##.vert-ads
##.vertad
##.vertical-ad
##.vertical-ads
##.vertical-adsense
##.vertical-trending-ads
##.verticalAd
##.verticalAdText
##.vertical_ad
##.vertical_ads
##.verticalad
##.vf-ad-comments
##.vf-conversation-starter__ad
##.vf-promo-gtag
##.vf3-conversations-list__promo
##.vi-sticky-ad
##.video-ad
##.video-ad-bottom
##.video-ad-container
##.video-ad-content
##.video-ads
##.video-ads-container
##.video-ads-grid
##.video-ads-wrapper
##.video-adv
##.video-advert
##.video-archive-ad
##.video-boxad
##.video-page__adv
##.video-right-ad
##.video-right-ads
##.video-side__adv_title
##.videoAd-wrapper
##.videoAd300
##.videoBoxAd
##.videoOverAd300
##.videoOverAdSmall
##.videoPauseAd
##.videoSideAds
##.video_ad
##.video_ads
##.videoad
##.videoad-base
##.videoad2
##.videos-ad
##.videos-ad-wrap
##.view-Advertisment
##.view-ad
##.view-ads
##.view-advertisement
##.view-advertisements
##.view-advertorials
##.view-adverts
##.view-article-inner-ads
##.view-homepage-center-ads
##.view-id-Advertisment
##.view-id-ads
##.view-id-advertisement
##.view-image-ads
##.view-site-ads
##.view-video-advertisements
##.view_ad
##.view_rig_ad
##.views-field-field-ad
##.views-field-field-html-ad
##.visibleAd
##.vjs-ad-iframe
##.vjs-ad-overlay
##.vjs-ima3-ad-container
##.vjs-marker-ad
##.vjs-overlay.size-300x250
##.vl-ad-item
##.vl-advertisment
##.vl-header-ads
##.vlog-ad
##.vm-ad-horizontal
##.vmag_medium_ad
##.vmp-ad
##.vod_ad
##.vodl-ad__bigsizebanner
##.vpnad
##.vs-advert-300x250
##.vsw-ads
##.vswAdContainer
##.vt_h1_ad
##.vuukle-ad-block
##.vuukle-ads
##.vw-header__ads
##.w-ad-box
##.w-content--ad
##.wAdvert
##.w_AdExternal
##.w_ad
##.wa_adsbottom
##.waf-ad
##.wahAd
##.wahAdRight
##.waldo-display-unit
##.waldo-placeholder
##.waldo-placeholder-bottom
##.wall-ads-control
##.wall-ads-left
##.wall-ads-right
##.wallAd
##.wall_ad
##.wall_ad_hd
##.wallad
##.wallpaper-ad-top
##.wc-adblock-wrap
##.wcAd
##.wcfAdLocation
##.wd-adunit
##.wdca_ad_item
##.wdca_custom_ad
##.wdp_ad
##.wdp_adDiv
##.wdt_ads
##.weather-ad-wrapper
##.weather_ad
##.weatherad
##.web_ads
##.webad-cnt
##.webad_link
##.webads336x280
##.webadvert-container
##.webpart-wrap-advert
##.website-ad-space
##.well-ad
##.werbungAd
##.wfb-ad
##.wg-ad-square
##.wgAd-loaded
##.wh-advert
##.wh_ad
##.wh_ad_inner
##.when-show-ads
##.white-ad-block
##.wide-ad
##.wide-ad-container
##.wide-ad-new-layout
##.wide-ad-outer
##.wide-ads-container
##.wide-advert
##.wide-footer-ad
##.wide-header-ad
##.wide-skyscraper-ad
##.wideAd
##.wideAdTable
##.widePageAd
##.wide_ad
##.wide_adBox_footer
##.wide_ad_unit
##.wide_ad_unit_top
##.wide_ads
##.wide_google_ads
##.wide_grey_ad_box
##.wide_sponsors
##.widead
##.wideadbox
##.widget--ad
##.widget--ajdg_bnnrwidgets
##.widget--local-ads
##.widget-300x250ad
##.widget-ad
##.widget-ad-codes
##.widget-ad-image
##.widget-ad-script
##.widget-ad-sky
##.widget-ad-zone
##.widget-ad300x250
##.widget-adcode
##.widget-ads
##.widget-adsense
##.widget-adv
##.widget-advads-ad-widget
##.widget-advert-970
##.widget-advertisement
##.widget-dfp
##.widget-entry-ads-160
##.widget-group-Ads
##.widget-highlight-ads
##.widget-sponsor
##.widget-text-ad
##.widget.carbonads-widget
##.widget1-ad
##.widget10-ad
##.widget4-ad
##.widget6-ad
##.widget7-ad
##.widgetAD
##.widgetContentIfrWrapperAd
##.widgetSponsors
##.widget_300x250_advertisement
##.widget_abn_admanager_sidestealer
##.widget_ad
##.widget_ad-widget
##.widget_ad125
##.widget_ad300
##.widget_ad_300
##.widget_ad_boxes_widget
##.widget_ad_layers_ad_widget
##.widget_ad_rotator
##.widget_ad_widget
##.widget_adace_ads_widget
##.widget_admanagerwidget
##.widget_adrotate_widgets
##.widget_ads
##.widget_ads_entries
##.widget_ads_widget
##.widget_adsblock
##.widget_adsensem
##.widget_adsensewidget
##.widget_adsingle
##.widget_adswidget1-quick-adsense
##.widget_adswidget2-quick-adsense
##.widget_adswidget3-quick-adsense
##.widget_adv_location
##.widget_adv_text
##.widget_advads_ad_widget
##.widget_advert
##.widget_advert_content
##.widget_advert_widget
##.widget_advertisement
##.widget_advertisements
##.widget_advertisment
##.widget_advwidget
##.widget_alaya_ad
##.widget_arvins_ad_randomizer
##.widget_awaken_pro_medium_rectangle_ad
##.widget_better-ads
##.widget_bk_ads
##.widget_com_ad_widget
##.widget_core_ads_desk
##.widget_cpxadvert_widgets
##.widget_customad_widget
##.widget_customadvertising
##.widget_dfp
##.widget_dfp_lb-widget
##.widget_doubleclick_widget
##.widget_ep_rotating_ad_widget
##.widget_epcl_ads_fluid
##.widget_evolve_ad_gpt_widget
##.widget_html_snippet_ad_widget
##.widget_ima_ads
##.widget_ione-dart-ad
##.widget_ipm_sidebar_ad
##.widget_island_ad
##.widget_joblo_complex_ad
##.widget_long_ads_widget
##.widget_newspack-ads-widget
##.widget_openxwpwidget
##.widget_plugrush_widget
##.widget_pmc-ads-widget
##.widget_quads_ads_widget
##.widget_rdc_ad_widget
##.widget_sej_sidebar_ad
##.widget_sidebar_adrotate_tedo_single_widget
##.widget_sidebaradwidget
##.widget_singlead
##.widget_sponsored_content
##.widget_supermag_ad
##.widget_supernews_ad
##.widget_text_adsense
##.widget_themoneytizer_widget
##.widget_thesun_dfp_ad_widget
##.widget_tt_ads_widget
##.widget_viral_advertisement
##.widget_wp-bannerize-widget
##.widget_wp_ads_gpt_widget
##.widget_wp_insert_ad_widget
##.widget_wpex_advertisement
##.widget_wpstealthads_widget
##.widgetads
##.width-ad-slug
##.wikia-ad
##.wio-xbanner
##.wnad
##.worldplus-ad
##.wotd-widget__ad
##.wp-ads-target
##.wp-block-ad-slot
##.wp-block-tpd-block-tpd-ads
##.wp125ad
##.wp125ad_2
##.wp_bannerize
##.wp_bannerize_banner_box
##.wp_bannerize_container
##.wpadvert
##.wpd-advertisement
##.wpex-ads-widget
##.wppaszone
##.wpvqgr-a-d-s
##.wpx-bannerize
##.wpx_bannerize
##.wpx_bannerize_banner_box
##.wrap-ad
##.wrap-ads
##.wrap_boxad
##.wrapad
##.wrapper-ad
##.wrapper-header-ad-slot
##.wrapper_ad
##.wrapper_advertisement
##.wrapperad
##.ww_ads_banner_wrapper
##.xeiro-ads
##.xmlad
##.xpot-horizontal
##.y-ads
##.y-ads-wide
##.yaAds
##.yad-sponsored
##.yahooAd
##.yahooAds
##.yahooContentMatch
##.yahoo_ad
##.yahoo_ads
##.yahooad
##.yahooads
##.yan-sponsored
##.zeus-ad
##.zeusAdWrapper
##.zeusAd__container
##.zmgad-full-width
##.zmgad-right-rail
##.zone-advertisement
##.zoneAds
##.zox-post-ad-wrap
##.zox-post-bot-ad
##.zox-widget-side-ad
##.zox_ad_widget
##.zox_adv_widget
##AD-SLOT
##AD-TRIPLE-BOX
##DFP-AD
##[class^="adDisplay-module"]
##[class^="amp-ad-"]
##[data-ad-cls]
##[data-ad-manager-id]
##[data-ad-module]
##[data-ad-name]
##[data-ad-width]
##[data-adblockkey]
##[data-adbridg-ad-class]
##[data-adshim]
##[data-advadstrackid]
##[data-block-type="ad"]
##[data-css-class="dfp-inarticle"]
##[data-d-ad-id]
##[data-desktop-ad-id]
##[data-dynamic-ads]
##[data-ez-name]
##[data-freestar-ad]:not(:empty)
##[data-id^="div-gpt-ad"]
##[data-m-ad-id]
##[data-mobile-ad-id]
##[data-name="adaptiveConstructorAd"]
##[data-rc-widget]
##[data-revive-zoneid] > iframe
##[data-role="tile-ads-module"]
##[data-template-type="nativead"]
##[data-testid="adBanner-wrapper"]
##[data-testid="ad_testID"]
##[data-type="ad-vertical"]
##[data-wpas-zoneid]
##[href="//sexcams.plus/"]
##[href="https://jdrucker.com/gold"] > img
##[href="https://masstortfinancing.com"] img
##[href="https://ourgoldguy.com/contact/"] img
##[href="https://www.masstortfinancing.com/"] > img
##[href^="http://clicks.totemcash.com/"]
##[href^="http://mypillow.com/"] > img
##[href^="http://www.mypillow.com/"] > img
##[href^="https://ad.admitad.com/"]
##[href^="https://affect3dnetwork.com/track/"]
##[href^="https://affiliate.fastcomet.com/"] > img
##[href^="https://antiagingbed.com/discount/"] > img
##[href^="https://awbbjmp.com/"]
##[href^="https://charmingdatings.life/"]
##[href^="https://clicks.affstrack.com/"] > img
##[href^="https://cpa.10kfreesilver.com/"]
##[href^="https://glersakr.com/"]
##[href^="https://go.4rabettraff.com/"]
##[href^="https://go.astutelinks.com/"]
##[href^="https://go.xlrdr.com"]
##[href^="https://goldcometals.com/clk.trk"]
##[href^="https://ilovemyfreedoms.com/landing-"]
##[href^="https://istlnkcl.com/"]
##[href^="https://join.girlsoutwest.com/"]
##[href^="https://join.playboyplus.com/track/"]
##[href^="https://join3.bannedsextapes.com"]
##[href^="https://mylead.global/stl/"] > img
##[href^="https://mypatriotsupply.com/"] > img
##[href^="https://mypillow.com/"] > img
##[href^="https://mystore.com/"] > img
##[href^="https://noqreport.com/"] > img
##[href^="https://optimizedelite.com/"] > img
##[href^="https://rapidgator.net/article/premium/ref/"]
##[href^="https://routewebtk.com/"]
##[href^="https://secure.bmtmicro.com/servlets/"]
##[href^="https://shiftnetwork.infusionsoft.com/go/"] > img
##[href^="https://track.aftrk1.com/"]
##[href^="https://track.fiverr.com/visit/"] > img
##[href^="https://turtlebids.irauctions.com/"] img
##[href^="https://v.investologic.co.uk/"]
##[href^="https://wct.link/"]
##[href^="https://www.avantlink.com/click.php"] img
##[href^="https://www.brighteonstore.com/products/"] img
##[href^="https://www.cloudways.com/en/?id"]
##[href^="https://www.herbanomic.com/"] > img
##[href^="https://www.hostg.xyz/"] > img
##[href^="https://www.mypatriotsupply.com/"] > img
##[href^="https://www.mypillow.com/"] > img
##[href^="https://www.profitablegatecpm.com/"]
##[href^="https://www.reimageplus.com/"]
##[href^="https://www.restoro.com/"]
##[href^="https://www.targetingpartner.com/"]
##[href^="https://zone.gotrackier.com/"]
##[href^="https://zstacklife.com/"] img
##[id^="ad-wrap-"]
##[id^="ad_sky"]
##[id^="ad_slider"]
##[id^="div-gpt-ad"]
##[id^="section-ad-banner"]
##[name^="google_ads_iframe"]
##a-ad
##a[data-href^="http://ads.trafficjunky.net/"]
##a[href*=".engine.adglare.net/"]
##a[href*=".foxqck.com/"]
##a[href*=".g2afse.com/"]
##a[href*="//jjgirls.com/sex/Chaturbate"]
##a[href^=" https://www.friendlyduck.com/AF_"]
##a[href^="//STaRTgamING.net/tienda/"]
##a[href^="//go.eabids.com/"]
##a[href^="//s.st1net.com/splash.php"]
##a[href^="//s.zlinkd.com/"]
##a[href^="//sTaRTgamING.net/tienda/"]
##a[href^="//sTaRtgaming.net/tienda/"]
##a[href^="//staRtgamIng.Net/tienda/"]
##a[href^="http://adultfriendfinder.com/go/"]
##a[href^="http://affiliate.glbtracker.com/"]
##a[href^="http://avthelkp.net/"]
##a[href^="http://bc.vc/?r="]
##a[href^="http://bongacams.com/track?"]
##a[href^="http://cam4com.go2cloud.org/aff_c?"]
##a[href^="http://com-1.pro/"]
##a[href^="http://deskfrontfreely.com/"]
##a[href^="http://dragfault.com/"]
##a[href^="http://dragnag.com/"]
##a[href^="http://eighteenderived.com/"]
##a[href^="http://guestblackmail.com/"]
##a[href^="http://handgripvegetationhols.com/"]
##a[href^="http://li.blogtrottr.com/click?"]
##a[href^="http://muzzlematrix.com/"]
##a[href^="http://naggingirresponsible.com/"]
##a[href^="http://partners.etoro.com/"]
##a[href^="http://premonitioninventdisagree.com/"]
##a[href^="http://revolvemockerycopper.com/"]
##a[href^="http://stickingrepute.com/"]
##a[href^="http://tc.tradetracker.net/"] > img
##a[href^="http://trk.globwo.online/"]
##a[href^="http://troopsassistedstupidity.com/"]
##a[href^="http://www.adultdvdempire.com/?partner_id="][href*="&utm_"]
##a[href^="http://www.adultempire.com/unlimited/promo?"][href*="&partner_id="]
##a[href^="http://www.friendlyduck.com/AF_"]
##a[href^="http://www.h4trck.com/"]
##a[href^="http://www.iyalc.com/"]
##a[href^="http://www.mrskin.com/tour"]
##a[href^="https://1betandgonow.com/"]
##a[href^="https://a-ads.com/"]
##a[href^="https://a.adtng.com/"]
##a[href^="https://a.bestcontentfood.top/"]
##a[href^="https://a.bestcontentoperation.top/"]
##a[href^="https://a.bestcontentweb.top/"]
##a[href^="https://a.medfoodhome.com/"]
##a[href^="https://a.medfoodsafety.com/"]
##a[href^="https://a2.adform.net/"]
##a[href^="https://ab.advertiserurl.com/aff/"]
##a[href^="https://activate-game.com/"]
##a[href^="https://ad.doubleclick.net/"]
##a[href^="https://ad.kubiccomps.icu/"]
##a[href^="https://ad.zanox.com/ppc/"] > img
##a[href^="https://adclick.g.doubleclick.net/"]
##a[href^="https://ads.ad4game.com/"]
##a[href^="https://ads.betfair.com/redirect.aspx?"]
##a[href^="https://ads.leovegas.com/redirect.aspx?"]
##a[href^="https://ads.planetwin365affiliate.com/redirect.aspx?"]
##a[href^="https://adultfriendfinder.com/go/"]
##a[href^="https://ak.hauchiwu.com/"]
##a[href^="https://ak.oalsauwy.net/"]
##a[href^="https://ak.psaltauw.net/"]
##a[href^="https://ausoafab.net/"]
##a[href^="https://aweptjmp.com/"]
##a[href^="https://awptjmp.com/"]
##a[href^="https://banners.livepartners.com/"]
##a[href^="https://bc.game/"]
##a[href^="https://black77854.com/"]
##a[href^="https://bngprm.com/"]
##a[href^="https://bngpt.com/"]
##a[href^="https://bodelen.com/"]
##a[href^="https://bongacams10.com/track?"]
##a[href^="https://bongacams2.com/track?"]
##a[href^="https://bs.serving-sys.com"]
##a[href^="https://cam4com.go2cloud.org/"]
##a[href^="https://camfapr.com/landing/click/"]
##a[href^="https://cams.imagetwist.com/in/?track="]
##a[href^="https://chaturbate.com/in/?tour="]
##a[href^="https://chaturbate.com/in/?track="]
##a[href^="https://chaturbate.jjgirls.com/?track="]
##a[href^="https://claring-loccelkin.com/"]
##a[href^="https://click.candyoffers.com/"]
##a[href^="https://click.dtiserv2.com/"]
##a[href^="https://click.hoolig.app/"]
##a[href^="https://click.linksynergy.com/fs-bin/"] > img
##a[href^="https://clickadilla.com/"]
##a[href^="https://clicks.pipaffiliates.com/"]
##a[href^="https://clixtrac.com/"]
##a[href^="https://combodef.com/"]
##a[href^="https://ctosrd.com/"]
##a[href^="https://datingoffers30.info/"]
##a[href^="https://disobediencecalculatormaiden.com/"]
##a[href^="https://dl-protect.net/"]
##a[href^="https://engine.phn.doublepimp.com/"]
##a[href^="https://fc.lc/ref/"]
##a[href^="https://financeads.net/tc.php?"]
##a[href^="https://gamingadlt.com/?offer="]
##a[href^="https://get-link.xyz/"]
##a[href^="https://getvideoz.click/"]
##a[href^="https://go.cmtaffiliates.com/"]
##a[href^="https://go.dmzjmp.com"]
##a[href^="https://go.etoro.com/"] > img
##a[href^="https://go.goaserv.com/"]
##a[href^="https://go.hpyjmp.com"]
##a[href^="https://go.hpyrdr.com/"]
##a[href^="https://go.markets.com/visit/?bta="]
##a[href^="https://go.mnaspm.com/"]
##a[href^="https://go.skinstrip.net"][href*="?campaignId="]
##a[href^="https://go.strpjmp.com/"]
##a[href^="https://go.tmrjmp.com"]
##a[href^="https://go.trackitalltheway.com/"]
##a[href^="https://go.xlirdr.com"]
##a[href^="https://go.xlivrdr.com"]
##a[href^="https://go.xlviiirdr.com"]
##a[href^="https://go.xlviirdr.com"]
##a[href^="https://go.xlvirdr.com"]
##a[href^="https://go.xtbaffiliates.com/"]
##a[href^="https://go.xxxiijmp.com"]
##a[href^="https://go.xxxijmp.com"]
##a[href^="https://go.xxxjmp.com"]
##a[href^="https://golinks.work/"]
##a[href^="https://hot-growngames.life/"]
##a[href^="https://hotplaystime.life/"]
##a[href^="https://intenseaffiliates.com/redirect/"]
##a[href^="https://iqbroker.com/"][href*="?aff="]
##a[href^="https://ismlks.com/"]
##a[href^="https://italarizege.xyz/"]
##a[href^="https://itubego.com/video-downloader/?affid="]
##a[href^="https://jaxofuna.com/"]
##a[href^="https://join.dreamsexworld.com/"]
##a[href^="https://join.sexworld3d.com/track/"]
##a[href^="https://join.virtuallust3d.com/"]
##a[href^="https://join.virtualtaboo.com/track/"]
##a[href^="https://juicyads.in/"]
##a[href^="https://kiksajex.com/"]
##a[href^="https://l.hyenadata.com/"]
##a[href^="https://land.brazzersnetwork.com/landing/"]
##a[href^="https://landing.brazzersnetwork.com/"]
##a[href^="https://landing1.brazzersnetwork.com"]
##a[href^="https://lead1.pl/"]
##a[href^="https://leg.xyz/?track="]
##a[href^="https://lijavaxa.com/"]
##a[href^="https://linkboss.shop/"]
##a[href^="https://lnkxt.bannerator.com/"]
##a[href^="https://lobimax.com/"]
##a[href^="https://losingoldfry.com/"]
##a[href^="https://m.do.co/c/"] > img
##a[href^="https://maymooth-stopic.com/"]
##a[href^="https://mediaserver.entainpartners.com/renderBanner.do?"]
##a[href^="https://mediaserver.gvcaffiliates.com/renderBanner.do?"]
##a[href^="https://mmwebhandler.aff-online.com/"]
##a[href^="https://myclick-2.com/"]
##a[href^="https://natour.naughtyamerica.com/track/"]
##a[href^="https://ndt5.net/"]
##a[href^="https://ngineet.cfd/"]
##a[href^="https://offhandpump.com/"]
##a[href^="https://pb-front.com/"]
##a[href^="https://pb-imc.com/"]
##a[href^="https://pb-track.com/"]
##a[href^="https://play1ad.shop/"]
##a[href^="https://playnano.online/offerwalls/?ref="]
##a[href^="https://porntubemate.com/"]
##a[href^="https://postback1win.com/"]
##a[href^="https://prf.hn/click/"][href*="/adref:"] > img
##a[href^="https://prf.hn/click/"][href*="/camref:"] > img
##a[href^="https://prf.hn/click/"][href*="/creativeref:"] > img
##a[href^="https://pubads.g.doubleclick.net/"]
##a[href^="https://quotationfirearmrevision.com/"]
##a[href^="https://s.optzsrv.com/"]
##a[href^="https://safesurfingtoday.com/"][href*="?skip="]
##a[href^="https://serve.awmdelivery.com/"]
##a[href^="https://slkmis.com/"]
##a[href^="https://snowdayonline.xyz/"]
##a[href^="https://softwa.cfd/"]
##a[href^="https://startgaming.net/tienda/" i]
##a[href^="https://static.fleshlight.com/images/banners/"]
##a[href^="https://streamate.com/landing/click/"]
##a[href^="https://syndication.dynsrvtbg.com/"]
##a[href^="https://syndication.exoclick.com/"]
##a[href^="https://syndication.optimizesrv.com/"]
##a[href^="https://t.acam.link/"]
##a[href^="https://t.adating.link/"]
##a[href^="https://t.ajrkm1.com/"]
##a[href^="https://t.ajump1.com/"]
##a[href^="https://t.aslnk.link/"]
##a[href^="https://t.hrtye.com/"]
##a[href^="https://tc.tradetracker.net/"] > img
##a[href^="https://tm-offers.gamingadult.com/"]
##a[href^="https://tour.mrskin.com/"]
##a[href^="https://track.1234sd123.com/"]
##a[href^="https://track.adform.net/"]
##a[href^="https://track.afcpatrk.com/"]
##a[href^="https://track.totalav.com/"]
##a[href^="https://track.wg-aff.com"]
##a[href^="https://tracker.loropartners.com/"]
##a[href^="https://tracking.avapartner.com/"]
##a[href^="https://traffdaq.com/"]
##a[href^="https://trk.nfl-online-streams.club/"]
##a[href^="https://trk.softonixs.xyz/"]
##a[href^="https://trk.sportsflix4k.club/"]
##a[href^="https://turnstileunavailablesite.com/"]
##a[href^="https://twinrdsrv.com/"]
##a[href^="https://witnessjacket.com/"]
##a[href^="https://www.adskeeper.com"]
##a[href^="https://www.adultempire.com/"][href*="?partner_id="]
##a[href^="https://www.adxsrve.com/"]
##a[href^="https://www.bang.com/?aff="]
##a[href^="https://www.bet365.com/"][href*="affiliate="]
##a[href^="https://www.brazzersnetwork.com/landing/"]
##a[href^="https://www.dql2clk.com/"]
##a[href^="https://www.endorico.com/Smartlink/"]
##a[href^="https://www.financeads.net/tc.php?"]
##a[href^="https://www.friendlyduck.com/AF_"]
##a[href^="https://www.geekbuying.com/dynamic-ads/"]
##a[href^="https://www.googleadservices.com/pagead/aclk?"]
##a[href^="https://www.highcpmrevenuenetwork.com/"]
##a[href^="https://www.highperformancecpmgate.com/"]
##a[href^="https://www.infowarsstore.com/"] > img
##a[href^="https://www.kingsoffetish.com/tour?partner_id="]
##a[href^="https://www.liquidfire.mobi/"]
##a[href^="https://www.mrskin.com/account/"]
##a[href^="https://www.mrskin.com/tour"]
##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.onlineusershielder.com/"]
##a[href^="https://www.sheetmusicplus.com/"][href*="?aff_id="]
##a[href^="https://www.sugarinstant.com/?partner_id="]
##a[href^="https://www.toprevenuegate.com/"]
##a[href^="https://xbet-4.com/"]
##a[href^="https://zirdough.net/"]
##a[style="width:100%;height:100%;z-index:10000000000000000;position:absolute;top:0;left:0;"]
##ad-shield-ads
##ad-slot
##app-ad
##app-advertisement
##app-large-ad
##ark-top-ad
##article.ad
##aside[id^="adrotate_widgets-"]
##atf-ad-slot
##bottomadblock
##display-ad-component
##display-ads
##div[aria-label="Ads"]
##div[class^="Adstyled__AdWrapper-"]
##div[class^="Display_displayAd"]
##div[class^="kiwi-ad-wrapper"]
##div[class^="native-ad-"]
##div[data-ad-placeholder]
##div[data-ad-targeting]
##div[data-ad-wrapper]
##div[data-adname]
##div[data-adunit-path]
##div[data-adunit]
##div[data-adzone]
##div[data-alias="300x250 Ad 1"]
##div[data-alias="300x250 Ad 2"]
##div[data-content="Advertisement"]
##div[data-contentexchange-widget]
##div[data-dfp-id]
##div[data-google-query-id]
##div[data-id-advertdfpconf]
##div[data-insertion]
##div[data-mini-ad-unit]
##div[data-native-ad]
##div[data-native_ad]
##div[id^="_vdo_ads_player_ai_"]
##div[id^="ad-div-"]
##div[id^="ad-position-"]
##div[id^="ad_position_"]
##div[id^="adngin-"]
##div[id^="adrotate_widgets-"]
##div[id^="ads250_250-widget-"]
##div[id^="ads300_100-widget-"]
##div[id^="ads300_250-widget-"]
##div[id^="adspot-"]
##div[id^="advads_ad_"]
##div[id^="crt-"][style]
##div[id^="dfp-ad-"]
##div[id^="div-ads-"]
##div[id^="div-gpt-"]
##div[id^="ezoic-pub-ad-"]
##div[id^="google_dfp_"]
##div[id^="gpt_ad_"]
##div[id^="lazyad-"]
##div[id^="optidigital-adslot"]
##div[id^="pa_sticky_ad_box_middle_"]
##div[id^="rc-widget-"]
##div[id^="sticky_ad_"]
##div[id^="vuukle-ad-"]
##div[id^="yandex_ad"]
##gpt-ad
##guj-ad
##hl-adsense
##img[src^="https://images.purevpnaffiliates.com"]
##ps-connatix-module
##span[data-ez-ph-id]
##span[id^="ezoic-pub-ad-placeholder-"]
##topadblock
##zeus-ad
###hgiks-middle
###hgiks-top
##.boxOverContent__banner
##.happy-under-player
##.mntl-leaderboard-header
##.mntl-leaderboard-spacer
##.shopee-search-user-brief
##a[href*=".cfm?domain="][href*="&fp="]
##.CitrusBannerWrapper--enollj
##[class^="tile-picker__CitrusBannerContainer-sc-"]
##citrus-ad-wrapper
##.RC-AD
##.RC-AD-BOX-BOTTOM
##.RC-AD-BOX-MIDDLE
##.RC-AD-BOX-TOP
##.RC-AD-TOP-BANNER
##.js_related-stories-inset
##ins.adsbygoogle[data-ad-slot]
###mgb-container > #mgb
###kt_player > a[target="_blank"]
###kt_player > div[style="position: absolute; inset: 0px; z-index: 170;"]
###slashboxes > .deals-rail
##.scroll-fixable.rail-right > .deals-rail
##.click-track.partner
##[href^="https://freecourseweb.com/"] > .sitefriend
##.index-module_adBeforeContent__UYZT
##.interstory_first_mobile
##.interstory_second_mobile
###gnt_atomsnc
###gpt-dynamic_native_article_4
###gpt-high_impact
###gpt-poster
##.gnt_flp
##.gnt_rr_xpst
##.gnt_rr_xst
##.gnt_tb.gnt_tbb
##.gnt_tbr.gnt_tb
##.gnt_x
##.gnt_x__lbl
###Player_Playoncontent
###aniview--player
###cmg-video-player-placeholder
###jwplayer-container-div
###jwplayer_contextual_player_div
###kargo-player
###mplayer-embed
###primis-holder
###primis_intext
###vidazoo-player
##.GRVPrimisVideo
##.GRVVideo
##.ac-lre-desktop
##.ac-lre-player-ph
##.ac-lre-wrapper
##.ad-container--hot-video
##.ae-player__itv
##.ami-video-wrapper
##.aniview-inline-player
##.anyClipWrapper
##.aplvideo
##.article-connatix-wrap
##.article-detail-ad
##.avp-p-wrapper
##.card-captioned.crd > .crd--cnt > .s2nPlayer
##.ck-anyclips
##.ck-anyclips-article
##.exco-container
##.ez-sidebar-wall-ad
##.ez-video-wrap
##.inline-iframe.article--content-embed
##.js-widget-distroscale
##.js-widget-send-to-news
##.jwPlayer--floatingContainer
##.legion_primiswrapper
##.mm-embed--sendtonews
##.mm-widget--sendtonews
##.nts-video-wrapper
##.oovvuu-embed-player
##.pbs__player
##.playwire-article-leaderboard-ad
##.pmc-contextual-player
##.pop-out-eplayer-container
##.popup-box-ads
##.primis-ad
##.primis-ad-wrap
##.primis-custom
##.primis-player
##.primis-player__container
##.primis-video-player
##.primis_1
##.s2nContainer
##.send-to-news
##.van_vid_carousel
##.vid-present > .van_vid_carousel__padding
##.video--container--aniview
##.vidible-wrapper
##.wps-player-wrap
##[class^="s2nPlayer"]
##.BeOpWidget
##a[href^="http://https://www.get-express-vpn.com/offer/"]
##a[href^="https://affiliate.rusvpn.com/click.php?"]
##a[href^="https://billing.purevpn.com/aff.php"] > img
##a[href^="https://fastestvpn.com/lifetime-special-deal?a_aid="]
##a[href^="https://get.surfshark.net/aff_c?"][href*="&aff_id="] > img
##a[href^="https://go.nordvpn.net/aff"] > img
##a[href^="https://torguard.net/aff.php"] > img
##a[href^="https://track.ultravpn.com/"]
##a[href^="https://www.get-express-vpn.com/offer/"]
##a[href^="https://www.goldenfrog.com/vyprvpn?offer_id="][href*="&aff_id="]
##a[href^="https://www.privateinternetaccess.com/"] > img
##a[href^="https://www.purevpn.com/"][href*="&utm_source=aff-"]
##.grid > .container > #aside-promotion
##.default_rc_theme
##.inf-onclickvideo-adbox
##.inf-onclickvideo-container
##.add-box-side
##.add-box-top
##.partner-loading-shown.partner-label
##.brave-overlay
##div[id*="MarketGid"]
##div[id*="ScriptRoot"]
###ezmob_footer
##.impo-b-overlay
##.impo-b-stitial
##.rec-sponsored
##.rec_article_footer
##.rec_article_right
##.rec_container__right
##.rec_container_footer
##.rec_container_right
##.rec_title_footer
##[onclick*="content.ad/"]
##.amp-ad
##.amp-ad-container
##.amp-ad__wrapper
##.amp-ads
##.amp-ads-container
##.amp-adv-container
##.amp-adv-wrapper
##.amp-article-ad-element
##.amp-flying-carpet-text-border
##.amp-sticky-ad-custom
##.amp-sticky-ads
##.amp-unresolved
##.amp_ad_1
##.amp_ad_header
##.amp_ad_wrapper
##.ampad
##.ct_ampad
##.spotim-amp-list-ad
##AMP-AD
##amp-ad
##amp-ad-custom
##amp-connatix-player
##amp-fx-flying-carpet
###mobile-swipe-banner
###banner_pos1_ddb_0
###banner_pos2_ddb_0
###banner_pos3_ddb_0
###banner_pos4_ddb_0
###ddb_fluid_native_ddb_0
###premium_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
##.index-module_adBeforeContent__AMXn
##.index-module_rightrailBottom__IJEl
##.index-module_rightrailTop__mag4
##.premium_PremiumPlacement__2dEp0
###ultimedia_wrapper
##.brandpost_inarticle
##.container-content__container-relatedlinks
###pubexchange_below_content
##.pubexchange_module
###js-outbrain-ads-module
###outbrain-wrapper
###outbrainAdWrapper
##.OUTBRAIN[data-widget-id^="FMS_REELD_"]
##.adv_outbrain
##.js-outbrain-container
##.mid-outbrain
##.ob-p.ob-dynamic-rec-container
##.ob-widget-header
##.outBrainWrapper
##.outbrain-ad-slot
##.outbrain-ad-units
##.outbrain-bg
##.outbrain-widget
##.outbrainAdHeight
##.outbrainad
##.promoted-outbrain
##.responsive-ad-outbrain
##.single__outbrain
##a[data-obtrack^="http://paid.outbrain.com/network/redir?"]
##a[data-oburl^="https://paid.outbrain.com/network/redir?"]
##a[data-redirect^="https://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^="https://paid.outbrain.com/network/redir?"]
##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='https://paid.outbrain.com/network/redir?"][target="_blank"]
##a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"] + .ob_source
##a[target="_blank"][onmousedown="this.href^='http://paid.outbrain.com/network/redir?"]
###block-boxes-taboola
###component-taboola-below-article-feed
###component-taboola-below-article-feed-2
###component-taboola-below-homepage-feed
###taboola-ad
###taboola-adverts
###taboola-below
###taboola-below-article-1
###taboola-below-article-thumbnails
###taboola-below-article-thumbnails-express
###taboola-below-article-thumbnails-v2
###taboola-below-forum-thumbnails
###taboola-mid-article-thumbnails
###taboola-mid-article-thumbnails-ii
###taboola-mobile-article-thumbnails
###taboola-placeholder
###taboola-right-rail
###taboola-right-rail-express
###taboola_responsive_wrapper
##.article-taboola
##.grid__module-sizer_name_taboola
##.nya-slot[style]
##.taboola-above-article
##.taboola-above-article-thumbnails
##.taboola-ad
##.taboola-block
##.taboola-general
##.taboola-in-plug-wrap
##.taboola-item
##.taboola-widget
##.taboolaArticle
##.taboolaHeight
##.taboola__container
##.taboola_blk
##.taboola_container
##.taboola_lhs
##.trb_taboola
##.trc_excludable
##.trc_rbox
##.trc_rbox_border_elm
##.trc_rbox_div
##.trc_related_container
##.van_taboola
##.widget_taboola
##amp-embed[type="taboola"]
##div[id^="taboola-stream-"]
##.ZERGNET
##.module-zerg
##.sidebar-zergnet
##.zerg-widget
##.zerg-widgets
##.zergnet
##.zergnet-holder
##.zergnet-row
##.zergnet-unit
##.zergnet-widget
##.zergnet-widget-container
##.zergnet-widget__header
##.zergnet-widget__subtitle
##.zergnet__container
##div[id^="zergnet-widget"]
dez.ro#@##ad-carousel
so-net.ne.jp#@##ad-p3
53.com#@##ad-rotator
techymedies.com#@##ad-top
afterdawn.com,download.fi,edukas.fi#@##ad-top-banner-placeholder
ufoevidence.org#@##ad-wrapper
sdf-event.sakura.ne.jp#@##ad_1
sdf-event.sakura.ne.jp#@##ad_2
sdf-event.sakura.ne.jp#@##ad_3
sdf-event.sakura.ne.jp#@##ad_4
streetinsider.com#@##ad_space
adtunes.com#@##ad_thread_first_post_content
linuxtracker.org#@##adbar
pyfunceble.readthedocs.io#@##adblock
lalovings.com#@##adcontainer
about.com#@##adcontainer1
guloggratis.dk#@##adcontent
lifeinvader.com#@##ads-col
ads.nipr.ac.jp#@##ads-header
miuithemers.com#@##ads-left
ads.nipr.ac.jp#@##ads-menu
finvtech.com,herstage.com,scitechi.com,soulfitr.com,sportynew.com,travel13.com,usatravel.tips,watchinfilm.com#@##ads-wrapper
mafagames.com#@##adsContainer
video.tv-tokyo.co.jp#@##adspace
globalsecurity.org#@##adtop
ewybory.eu#@##adv-text
basinnow.com,oxfordlearnersdictionaries.com#@##advertise
fcbarcelona.dk#@##article_ad
catb.org#@##banner-ad
hifi-forsale.co.uk#@##centerads
wsj.com#@##footer-ads
deepgoretube.site#@##fwdevpDiv0
developers.google.com#@##google-ads
plaza.rakuten.co.jp#@##headerAd
airplaydirect.com#@##header_ad
tei-c.org#@##msad
suntory.co.jp#@##page_ad
box10.com#@##prerollAd
spjai.com#@##related_ads
eva.vn#@##right_ads
39.benesse.ne.jp,techeyesonline.com#@##side-ad
lexicanum.com#@##sidebar-ad
jansatta.com#@##taboola-below-article-1
azclick.jp,tubefilter.com#@##topAd
soundandvision.com,stereophile.com#@##topbannerad
gamingcools.com#@#.Adsense
m.motonet.fi#@#.ProductAd
click2houston.com,clickondetroit.com,clickorlando.com,ksat.com,news4jax.com,wsls.com#@#.ac-widget-placeholder
flightview.com#@#.ad-160-600
job.inshokuten.com#@#.ad-area
kincho.co.jp,niji-gazo.com#@#.ad-block
ikkaku.net#@#.ad-bottom
job.inshokuten.com,sexgr.net,webbtelescope.org,websaver.ca#@#.ad-box
dbook.docomo.ne.jp,dmagazine.docomo.ne.jp#@#.ad-button
livedoorblogstyle.jp#@#.ad-center
newegg.com#@#.ad-click
backcar.fr,flat-ads.com,job.inshokuten.com#@#.ad-content
dbook.docomo.ne.jp,dmagazine.docomo.ne.jp#@#.ad-cover
xda-developers.com#@#.ad-current
wallpapers.com#@#.ad-enabled
nolotiro.org#@#.ad-hero
wallpapers.com#@#.ad-holder
transparencyreport.google.com#@#.ad-icon
flat-ads.com,lastpass.com#@#.ad-img
docomo.ne.jp#@#.ad-label
guloggratis.dk#@#.ad-links
so-net.ne.jp#@#.ad-notice
so-net.ne.jp#@#.ad-outside
nicoad.nicovideo.jp#@#.ad-point
tapahtumat.iijokiseutu.fi,tapahtumat.kaleva.fi,tapahtumat.koillissanomat.fi,tapahtumat.lapinkansa.fi,tapahtumat.pyhajokiseutu.fi,tapahtumat.raahenseutu.fi,tapahtumat.rantalakeus.fi,tapahtumat.siikajokilaakso.fi#@#.ad-popup
hulu.com#@#.ad-root
wiki.fextralife.com#@#.ad-sidebar
wegotads.co.za#@#.ad-source
isewanferry.co.jp,jreu-h.jp,junkmail.co.za,nexco-hoken.co.jp,version2.dk#@#.ad-text
job.inshokuten.com#@#.ad-title
videosalon.jp#@#.ad-widget
lifeinvader.com,marginalreport.net,spanishdict.com,studentski-servis.com#@#.ad-wrapper
xda-developers.com#@#.ad-zone
xda-developers.com#@#.ad-zone-container
wordparts.ru#@#.ad336
leffatykki.com#@#.ad728x90
cw.com.tw#@#.adActive
thoughtcatalog.com#@#.adChoicesLogo
dailymail.co.uk,namesecure.com#@#.adHolder
ikkaku.net#@#.adImg
hdfcbank.com#@#.adLink
seznam.cz#@#.adMiddle
aggeliestanea.gr,infotel.ca#@#.adResult
macys.com,news24.jp#@#.adText
clien.net#@#.ad_banner
sozai-good.com#@#.ad_block
panarmenian.net#@#.ad_body
joins.com,jtbc.co.kr#@#.ad_bottom
ienohikari.net#@#.ad_btn
m.nettiauto.com,m.nettikaravaani.com,m.nettikone.com,m.nettimoto.com,m.nettivaraosa.com,m.nettivene.com,nettimokki.com#@#.ad_caption
classy-online.jp,thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se#@#.ad_container
walkingclub.org.uk#@#.ad_div
admanager.line.biz#@#.ad_frame
modelhorseblab.com#@#.ad_global_header
myhouseabroad.com,njuskalo.hr,starbuy.sk.data10.websupport.sk#@#.ad_item
muzines.co.uk#@#.ad_main
huffingtonpost.co.uk#@#.ad_spot
kpanews.co.kr#@#.ad_top
genshinimpactcalculator.com#@#.adban
weatherwx.com#@#.adbutton
boots.com#@#.adcard
mediance.com#@#.adcenter
insomnia.gr,kingsinteriors.co.uk#@#.adlink
ascii.jp#@#.adrect
epawaweather.com#@#.adrow
gemini.yahoo.com#@#.ads
in.fo,moovitapp.com#@#.ads-banner
bdsmlr.com#@#.ads-container
happyend.life#@#.ads-core-placer
ads.nipr.ac.jp,burzahrane.hr#@#.ads-header
heatware.com#@#.ads-image
t3.com#@#.ads-inline
miuithemers.com#@#.ads-left
hatenacorp.jp,milf300.com#@#.ads-link
forbes.com#@#.ads-loaded
fireload.com#@#.ads-mobile
juicesky.com#@#.ads-title
pop-music.ir#@#.ads-top
mastersclub.jp#@#.ads.widget
getwallpapers.com,wallpaperaccess.com,wallpapercosmos.com,wallpaperset.com#@#.ads1
jw.org#@#.adsBlock
cars.mitula.ae#@#.adsList
trustnet.com#@#.ads_right
search.conduit.com#@#.ads_wrapper
alluc.org#@#.adsbottombox
copart.com#@#.adscontainer
starbike.com#@#.adsense_wrapper
live365.com#@#.adshome
javbix.com#@#.adsleft
xda-developers.com#@#.adsninja-ad-zone
cutepdf-editor.com#@#.adtable
gigazine.net#@#.adtag
adamtheautomator.com,mediaite.com,packhacker.com#@#.adthrive
mediaite.com,packhacker.com#@#.adthrive-content
mediaite.com,packhacker.com#@#.adthrive-video-player
kmsv.jp#@#.adtitle
brandexperience-group.com#@#.adv-banner
dobro.systems#@#.adv-box
dobro.systems#@#.adv-list
dobro.systems#@#.advBox
bigcommerce.com#@#.advert-container
labartt.com#@#.advert-detail
jamesedition.com#@#.advert2
rupors.com#@#.advertSlider
browsershots.org#@#.advert_list
zalora.co.id,zalora.co.th,zalora.com.hk,zalora.com.my,zalora.com.ph,zalora.com.tw,zalora.sg#@#.advertisement-block
wired.com#@#.advertisement__leaderboard
adquick.com,buyout.pro,news.com.au,zlinked.com#@#.advertiser
anobii.com#@#.advertisment
grist.org,ing.dk,version2.dk#@#.advertorial
stjornartidindi.is#@#.adverttext
videosalon.jp#@#.adwidget
staircase.pl#@#.adwords
consumerist.com#@#.after-post-ad
click2houston.com,clickondetroit.com,clickorlando.com,ksat.com,news4jax.com,wsls.com#@#.anyClipWrapper
dailymail.co.uk,thisismoney.co.uk#@#.article-advert
deluxemusic.tv#@#.article_ad
adeam.com#@#.atf-wrapper
dr.dk#@#.banner-ad-container
popporn.com#@#.block-ad
shop.asobistore.jp#@#.block-sponsor
ixbtlabs.com#@#.bottom_ad_block
wired.com#@#.box-radvert
9l.pl#@#.boxAds
canonsupports.com#@#.box_ads
stuff.tv#@#.c-ad
thedigestweb.com#@#.c-ad-banner
deployhappiness.com,dmitrysotnikov.wordpress.com,faravirusi.com,freedom-shift.net,lovepanky.com,markekaizen.jp,netafull.net,photopoint.com.ua,posh-samples.com#@#.category-ad:not(html):not(body)
business-hack.net,clip.m-boso.net,iine-tachikawa.net,meihong.work#@#.category-ads:not(html):not(body)
accuweather.com,deadline.com,heraldsun.com#@#.cnx-player-wrapper
studio55.fi#@#.column-ad
huffpost.com#@#.connatix-wrapper
fontspace.com,skyrimcommands.com#@#.container-ads
verizonwireless.com#@#.contentAds
disk.yandex.by,disk.yandex.com,disk.yandex.kz,disk.yandex.ru,disk.yandex.uz,freevoipdeal.com,voipstunt.com,yadi.sk#@#.content_ads
adexchanger.com,gottabemobile.com,mrmoneymustache.com,thinkcomputers.org#@#.custom-ad
out.com#@#.dfp-tag-wrapper
roomclip.jp#@#.display-ad
anime-japan.jp#@#.display_ad
humix.com#@#.ez-video-wrap
thestudentroom.co.uk#@#.fixed_ad
songlyrics.com#@#.footer-ad
guloggratis.dk#@#.gallery-ad
davidsilverspares.co.uk#@#.greyAd
forums.digitalspy.com,marketwatch.com#@#.has-ad
si.com#@#.has-fixed-bottom-ad
naver.com#@#.head_ad
infosecurity-magazine.com#@#.header-ad-row
mobiili.fi#@#.header_ad
iedrc.org#@#.home-ad
thelincolnite.co.uk#@#.inline-ad
elektro.info.pl,mashingup.jp#@#.is-sponsored
vukajlija.com#@#.large-advert
realgfporn.com#@#.large-right-ad
atea.com,ateadirect.com,knowyourmobile.com,nlk.org.np#@#.logo-ad
doda.jp,tubefilter.com#@#.mainAd
austurfrett.is,boards.4chan.org,boards.4channel.org#@#.middlead
thespruce.com#@#.mntl-leaderboard-spacer
sankei.com#@#.module_ad
seura.fi,www.msn.com#@#.nativead
dogva.com#@#.node-ad
france24.com#@#.o-ad-container
bloomberg.com#@#.page-ad
rottentomatoes.com#@#.page_ad
player.ex.co,theautopian.com#@#.pbs__player
gumtree.com#@#.postad
komplett.dk,komplett.no,komplett.se,komplettbedrift.no,komplettforetag.se,newegg.com#@#.product-ad
newegg.com#@#.product-ads
ebaumsworld.com#@#.promoAd
galaopublicidade.com#@#.publicidade
eneuro.org,jneurosci.org#@#.region-ad-top
offmoto.com#@#.reklama
msn.com#@#.serversidenativead
audioholics.com,classy-online.jp#@#.side-ad
ekitan.com,kissanadu.com#@#.sidebar-ad
independent.com#@#.sidebar-ads
cadlinecommunity.co.uk#@#.sidebar_advert
hebdenbridge.co.uk#@#.smallads
itempost.jp#@#.sp-ad
geekwire.com#@#.sponsor_post
toimitilat.kauppalehti.fi#@#.sponsored-article
zdnet.com#@#.sponsoredItem
kingsofchaos.com#@#.textad
k24tv.co.ke#@#.top-ad
cp24.com#@#.topAd
outinthepaddock.com.au#@#.topads
codedevstuff.blogspot.com,hassiweb-programming.blogspot.com#@#.vertical-ads
ads.google.com#@#.video-ads
javynow.com#@#.videos-ad
sacbee.com#@#.wps-player-wrap
gumtree.com.au#@#[data-ad-name]
globsads.com#@#[href^="http://globsads.com/"]
mypillow.com#@#[href^="http://mypillow.com/"] > img
mypillow.com#@#[href^="http://www.mypillow.com/"] > img
mypatriotsupply.com#@#[href^="https://mypatriotsupply.com/"] > img
mypillow.com#@#[href^="https://mypillow.com/"] > img
mystore.com#@#[href^="https://mystore.com/"] > img
noqreport.com#@#[href^="https://noqreport.com/"] > img
sinisterdesign.net#@#[href^="https://secure.bmtmicro.com/servlets/"]
herbanomic.com#@#[href^="https://www.herbanomic.com/"] > img
techradar.com#@#[href^="https://www.hostg.xyz/aff_c"]
mypatriotsupply.com#@#[href^="https://www.mypatriotsupply.com/"] > img
mypillow.com#@#[href^="https://www.mypillow.com/"] > img
reimageplus.com#@#[href^="https://www.reimageplus.com/"]
restoro.com#@#[href^="https://www.restoro.com/"]
zstacklife.com#@#[href^="https://zstacklife.com/"] img
amazon.com,cancam.jp,faceyourmanga.com,isc2.org,liverc.com,mit.edu,muscatdaily.com,olx.pl,saitama-np.co.jp,timesofoman.com,virginaustralia.com#@#[id^="div-gpt-ad"]
revimedia.com#@#a[href*=".revimedia.com/"]
dr.dk,smartadserver.de#@#a[href*=".smartadserver.com"]
slickdeals.net#@#a[href*="adzerk.net"]
sweetdeals.com#@#a[href*="https://www.sweetdeals.com/"] img
legacy.com#@#a[href^="http://pubads.g.doubleclick.net/"]
canstar.com.au,mail.yahoo.com#@#a[href^="https://ad.doubleclick.net/"]
badoinkvr.com#@#a[href^="https://badoinkvr.com/"]
free-avx.jp#@#a[href^="https://click.dtiserv2.com/"]
xbdeals.net#@#a[href^="https://click.linksynergy.com/"]
naughtyamerica.com#@#a[href^="https://natour.naughtyamerica.com/track/"]
bookworld.no#@#a[href^="https://ndt5.net/"]
privateinternetaccess.com#@#a[href^="https://www.privateinternetaccess.com/"]
marcpapeghin.com#@#a[href^="https://www.sheetmusicplus.com/"][href*="?aff_id="]
politico.com#@#a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"][target="_blank"]
heaven-burns-red.com#@#article.ad
play.google.com#@#div[aria-label="Ads"]
news.artnet.com,powernationtv.com,worldsurfleague.com#@#div[data-ad-targeting]
cookinglight.com#@#div[data-native_ad]
googleads.g.doubleclick.net#@#div[id^="ad_position_"]
out.com#@#div[id^="dfp-ad-"]
cancam.jp,saitama-np.co.jp#@#div[id^="div-gpt-"]
xdpedia.com#@#div[id^="ezoic-pub-ad-"]
forums.overclockers.ru#@#div[id^="yandex_ad"]
advancedrenamer.com,androidrepublic.org,anonymousemail.me,apkmirror.com,cdromance.com,demos.krajee.com,epicbundle.com,kadinlarkulubu.com,korail.pe.kr,nextbigtrade.com,phcorner.net,pixiz.com,spoilertv.com,teemo.gg,willyoupressthebutton.com#@#ins.adsbygoogle[data-ad-slot]
apkmirror.com,tuxpi.com#@#.adslot
bavaria86.com,ransquawk.com,tf2r.com,trh.sk#@#.adverts
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#@#.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#@#.ad_title
spoilertv.com#@##adsensewide
browsershots.org#@#.advert_area
||0008d6ba2e.com^
||0024ad98dd.com^
||0083334e84.com^
||00d3ed994e.com^
||00d84987c0.com^
||012024jhvjhkozekl.space^
||01220b75a7.com^
||01c70a2a06.com^
||01counter.com^
||01d0c91c0d.com^
||01jud3v55z.com^
||0265331.com^
||02953a52b0.com^
||02a2749187.com^
||02aa19117f396e9.com^
||02ce917efd.com^
||0342b40dd6.com^
||03505ed0f4.com^
||03bdb617ed.com^
||03ed9035a0801f.com^
||03eea1b6dd.com^
||04-f-bmf.com^
||041353e6dd.com^
||04c8b396bf.com^
||04cb2afab7.com^
||059e71004b.com^
||05e11c9f6f.com^
||05w0bq3nbq9b.top^
||063f828cf2.com^
||0676el9lskux.top^
||06a21eff24.com^
||06e293435c.com^
||070880.com^
||072c4580e8.com^
||0760571ca9.com^
||07a1624bd7.com^
||07wr439dfait.top^
||0819478661.com^
||08666f3ca4.com^
||0898hhh.com^
||08uxmg2bz7hc.top^
||0926a687679d337e9d.com^
||097be55da0.com^
||09b074f4cf.com^
||09b1fcc95e.com^
||0a05d34d6f.com^
||0a0d-d3l1vr.b-cdn.net^
||0a8d87mlbcac.top^
||0ac56fb52b.com^
||0aef09749a.com^
||0af2a962b0102942d9a7df351b20be55.com^
||0b0db57b5f.com^
||0b19760679.com^
||0b73f85f92.com^
||0b7741a902.com^
||0c6dd161e9.com^
||0cdn.xyz^
||0cf.io^
||0d4936c8fd.com^
||0d6cirpa7nrd.top^
||0e157d2cfa.com^
||0e78376a1b.com^
||0eade9dd8d.com^
||0eijh8996i.com^
||0emn.com^
||0f461325bf56c3e1b9.com^
||0fc7ac6ea7.com^
||0fmm.com^
||0gw7e6s3wrao9y3q.pro^
||0i0i0i0.com^
||0ijvby90.skin^
||0l1201s548b2.top^
||0pyn37dv3m.com^
||0redirb.com^
||0redird.com^
||0sntp7dnrr.com^
||0sywjs4r1x.com^
||0udonfv52o9k.top^
||0w1rqq69fi0e.com^
||0x01n2ptpuz3.com^
||101m3.com^
||103092804.com^
||1090pjopm.de^
||10cbc8a64e.com^
||10desires.com^
||10nvejhblhha.com^
||10q6e9ne5.de^
||10skhbdhjfsdf100.monster^
||10sn95to9.de^
||1111supjavcom.xyz^
||111supjavcom.xyz^
||11g1ip22h.de^
||11supjav.xyz^
||12112336.pix-cdn.org^
||1221e236c3f8703.com^
||1223f33efe.com^
||123-movies.bz^
||1239feffd9.com^
||123camquiz.com^
||123movies.to^
||123w0w.com^
||12573ddd51.com^
||12a640bb5e.com^
||12bf8fb111.com^
||12ezo5v60.com^
||130gelh8q.de^
||137kfj65k.de^
||13b3403320.com^
||13p76nnir.de^
||148dfe140d0f3d5e.com^
||1493c7cc8b.com^
||14cpoff22.de^
||14f72e5e3d.com^
||14fefmsjd.de^
||14i8trbbx4.com^
||154886c13e.com^
||15cacaospice63nhdk.com^
||16-merchant-s.com^
||16a754560b.com^
||16iis7i2p.de^
||16pr72tb5.de^
||17772175ab.com^
||17co2k5a.de^
||17do048qm.de^
||17e792897a.com^
||17f0ec344c.com^
||17fffd951d.com^
||181m2fscr.de^
||184c4i95p.de^
||18788fdb24.com^
||18tlm4jee.de^
||19273817.com^
||194b7af8c3.com^
||19515bia.de^
||19528681.com^
||19fc4acebd.com^
||1a65658575.com^
||1a714ee67c.com^
||1a8f9rq9c.de^
||1aqi93ml4.de^
||1b14e0ee42d5e195c9aa1a2f5b42c710.com^
||1b264a0ca0.com^
||1b3tmfcbq.de^
||1b8873d66e.com^
||1b9cvfi0nwxqelxu.pro^
||1be76e820d.com^
||1betandgonow.com^
||1bf00b950c.com^
||1bm3n8sld.de^
||1c174d5fe7.com^
||1c447fc5b7.com^
||1ccbt.com^
||1cctcm1gq.de^
||1ckbfk08k.de^
||1d27313995.com^
||1dtdsln1j.de^
||1empiredirect.com^
||1ep2l1253.de^
||1f1c1d50fe.com^
||1f6f6bfb05.com^
||1f7eece503.com^
||1f87527dc9.com^
||1f98dc1262.com^
||1fd92n6t8.de^
||1fluxx-strean.com^
||1freestyl3domain.com^
||1fwjpdwguvqs.com^
||1g46ls536.de^
||1gbjadpsq.de^
||1hkmr7jb0.de^
||1i8c0f11.de^
||1igare0jn.de^
||1itot7tm.de^
||1j02claf9p.pro^
||1j771bhgi.de^
||1jpbh5iht.de^
||1jsskipuf8sd.com^
||1kanz.cn^
||1knhg4mmq.de^
||1lbk62l5c.de^
||1lj11b2ii.de^
||1m72cfole.de^
||1mrmsp0ki.de^
||1nfltpsbk.de^
||1niao20230410.live^
||1nimo.com^
||1nqrqa.de^
||1odi7j43c.de^
||1p1eqpotato.com^
||1p8ln1dtr.de^
||1phads.com^
||1pqfa71mc.de^
||1push.io^
||1r4g65b63.de^
||1r8435gsqldr.com^
||1redira.com^
||1redirb.com^
||1redirc.com^
||1rx.io^
||1rxntv.io^
||1s1r7hr1k.de^
||1sqfobn52.de^
||1starwarstx1.com^
||1talking.net^
||1tds26q95.de^
||1ts03.top^
||1ts07.top^
||1ts17.top^
||1ts19.top^
||1uno1xkktau4.com^
||1web.me^
||1wtwaq.xyz^
||1xlite-503779.top^
||1xlite-522762.top^
||1xroom.com^
||2020mustang.com^
||2022welcome.com^
||2066401308.com^
||206ads.com^
||20dollars2surf.com^
||20l2ldrn2.de^
||20tracks.com^
||2122aaa0e5.com^
||2137dc12f9d8.com^
||2158novffp.com^
||218emo1t.de^
||21hn4b64m.de^
||21sexturycash.com^
||22081b1c58.com^
||22256da88b.com^
||2295b1e0bd.com^
||22b73ca99a.com^
||22blqkmkg.de^
||22ddebb169.com^
||22gui20230801.live^
||22lmsi1t5.de^
||22media.world^
||231dasda3dsd.aniyae.com^
||234f6ce965.com^
||24-sportnews.com^
||240aca2365.com^
||2447march2024.com^
||244kecmb3.de^
||247dbf848b.com^
||249c9885c1.com^
||24affiliates.com^
||24fea9d560.com^
||24newstech.com^
||24s1b0et1.de^
||24x7adservice.com^
||250f0ma86.de^
||254a.com^
||259luxu.xyz^
||25obpfr.de^
||2639iqjkl.de^
||26485.top^
||2685da0b4d.com^
||268stephe5en3king.com^
||26q4nn691.de^
||2799f73c61.com^
||27igqr8b.de^
||27vckaccbto7p761.pro^
||284767c6f7.com^
||28e096686b.com^
||291hkcido.de^
||295a9f642d.com^
||2989f3f0ff.com^
||29apfjmg2.de^
||29d65cebb82ef9f.com^
||29s55bf2.de^
||2a1b1657c6.com^
||2a2k3aom6.de^
||2a4snhmtm.de^
||2a6d9e5059.com^
||2aefgbf.de^
||2b15b8e193.com^
||2b2b3adee6.com^
||2bps53igop02.com^
||2c3a97984f45.com^
||2c4rrl8pe.de^
||2c6bcbbb82ce911.com^
||2cjlj3c15.de^
||2cnjuh34jbman.com^
||2cnjuh34jbpoint.com^
||2cnjuh34jbstar.com^
||2d12b2f25b.com^
||2d283cecd5.com^
||2d6g0ag5l.de^
||2df0b2e308.com^
||2e4b7fc71a.com^
||2e754b57ca.com^
||2e8dgn8n0e0l.com^
||2eb3f134fb.com^
||2ecfa1db15.com^
||2f09c4f4cb.com^
||2f1969b0e8.com^
||2f1a1a7f62.com^
||2f2bef3deb.com^
||2f72472ace.com^
||2fb8or7ai.de^
||2fgrrc9t0.de^
||2fnptjci.de^
||2g2kaa598.de^
||2gg6ebbhh.de^
||2go7v1nes8.com^
||2h6skj2da.de^
||2heaoc.com^
||2hisnd.com^
||2hpb1i5th.de^
||2i30i8h6i.de^
||2i87bpcbf.de^
||2iiyrxk0.com^
||2imon4qar.de^
||2jmis11eq.de^
||2jod3cl3j.de^
||2kn40j226.de^
||2llmonds4ehcr93nb.com^
||2lqcd8s9.de^
||2lwlh385os.com^
||2m3gdt0gc.de^
||2m55gqleg.de^
||2mf9kkbhab31.com^
||2mke5l187.de^
||2mlh2fw7z62i.com^
||2mo3neop.de^
||2nn7r6bh1.de^
||2om93s33n.de^
||2p1kreiqg.de^
||2pc6q54ga.de^
||2qj7mq3w4uxe.com^
||2rb5hh5t6.de^
||2re6rpip2.de^
||2rlgdkf7s.de^
||2rmifan7n.de^
||2s2enegt0.de^
||2smarttracker.com^
||2spdo6g9h.de^
||2ta5l5rc0.de^
||2tfg9bo2i.de^
||2tlc698ma.de^
||2tq7pgs0f.de^
||2track.info^
||2trafficcmpny.com^
||2ts55ek00.de^
||3-mobiappu.com^
||300daytravel.com^
||302kslgdl.de^
||3034f47ff3.com^
||303ag0nc7.de^
||303marketplace.com^
||307i6i7do.de^
||308d13be14.com^
||30986g8ab.de^
||30b9e3a7d7e2b.com^
||30d5shnjq.de^
||30f5554dd4.com^
||30hccor10.de^
||30koqnlks.de^
||30m4hpei1.de^
||30p70ar8m.de^
||30pk41r1i.de^
||30se9p8a0.de^
||30tgh64jp.de^
||3120jpllh.de^
||314d7d699d.com^
||314gqd3es.de^
||316feq0nc.de^
||317796hmh.de^
||318pmmtrp.de^
||3192a7tqk.de^
||31aceidfj.de^
||31aqn13o6.de^
||31bqljnla.de^
||31cm5fq78.de^
||31d6gphkr.de^
||31daa5lnq.de^
||31def61c3.de^
||31o0jl63.de^
||321naturelikefurfuroid.com^
||3221dkf7m2.com^
||329efb045e.com^
||32c981a85a.com^
||330e4e8090.com^
||3338635.com^
||341073be6e9db7d2.com^
||341k4gu76ywe.top^
||345f780221.com^
||3467b7d02e.com^
||34710af267.com^
||3482f0c95a.com^
||34e224a3bf.com^
||34pavouhj7.com^
||35722e75b1.com^
||35volitantplimsoles5.com^
||360popads.com^
||360protected.com^
||360yield-basic.com^
||360yield.com^
||366226193c.com^
||367207f60c.com^
||369c83119d.com^
||36b7ca5028.com^
||37.44x.io^
||3819544f76.com^
||38d9953876.com^
||38ds89f8.de^
||395b8c2123.com^
||39e6p9p7.de^
||39f204776a.com^
||39irqwnzlv.com^
||3a17d27bf9.com^
||3a98f4e936.com^
||3b0df911a8.com^
||3bc9b1b89c.com^
||3bfcfaa8c8.com^
||3c96ce165a.com^
||3cbc749ccf.com^
||3cf639cf20.com^
||3d5affba28.com^
||3dfcff2ec15099df0a24ad2cee74f21a.com^
||3e090c38bd.com^
||3e72982861.com^
||3e950d4353.com^
||3ead4fd497.com^
||3edcc83467.com^
||3fa244b7eb.com^
||3fwlr7frbb.pro^
||3g25ko2.de^
||3gbqdci2.de^
||3i1cx7b9nupt.com^
||3j8c56p9.de^
||3lift.com^
||3lr67y45.com^
||3mhg.online^
||3mhg.site^
||3myad.com^
||3ng6p6m0.de^
||3qfe1gfa.de^
||3redlightfix.com^
||3sk7d418al8u.com^
||3wr110.net^
||3xbrh4rxsvbl.top^
||4-interads.com^
||40209f514e.com^
||4030b44c32.com^
||407433bfc441.com^
||4087aa0dc1.com^
||40ceexln7929.com^
||40e82f6c27.com^
||40f380afa3.com^
||41df76c67812005c.com^
||41f6f373a2.com^
||42a5d530ec972d8994.com^
||42d61f012e27b36d53.com^
||42e228ef6f.com^
||42jdbcb.de^
||435a63dad5.com^
||43bb528775.com^
||43t53c9e.de^
||44288fa514.com^
||445c1f5df9.com^
||445d1bd01a.com^
||44a9217f10.com^
||44afd3eae5.com^
||44ffd27303.com^
||452tapgn.de^
||46186911.vtt^
||46243b6252.com^
||463fca0d34.com^
||466f89f4d1.com^
||4690y10pvpq8.com^
||46d983eade.com^
||47-ecommercet.com^
||47aead8f05.com^
||47c8d48301.com^
||480a70b554.com^
||48cf8d95a3.com^
||4901967b4b.com^
||493b98cce8bc1a2dd.com^
||495affa75e.com^
||49b6b77e56.com^
||4a136c118e.com^
||4a167ec12d.com^
||4b05b6a5e7.com^
||4b215e3bcf.com^
||4b41484f8e.com^
||4b6994dfa47cee4.com^
||4b7140e260.com^
||4c935d6a244f.com^
||4cd6c4dceb.com^
||4d15ee32c1.com^
||4d3278a1fa.com^
||4d658ab856.com^
||4d76a0f3a8.com^
||4da1c65ac2.com^
||4dex.io^
||4dsbanner.net^
||4dtrk.com^
||4e0622e316.com^
||4e645c7cf2.com^
||4ec2e6f324.com^
||4ed196b502.com^
||4f2sm1y1ss.com^
||4f369824ed.com^
||4f4e1936f7.com^
||4fb0cadcc3.com^
||4fef80eb73.com^
||4hfchest5kdnfnut.com^
||4i-app-mobile.com^
||4kggatl1p7ps.top^
||4kmovies.online^
||4lke.online^
||4luckyf.com^
||4p74i5b6.de^
||4rabettraff.com^
||4tnui5r06j62.com^
||4wnet.com^
||4wnetwork.com^
||5-internads-7.com^
||5-n-appmobile.com^
||50382fd2f1.com^
||506f94d3ef.com^
||50745a9d63.com^
||508ec56533e3937e.com^
||521bec59f1.com^
||5236b66b81.com^
||52ee3dc5fe.com^
||530bc37e10.com^
||532xcxypmpnp.com^
||535a855e66.com^
||536fbeeea4.com^
||539f346355.com^
||53c2dtzsj7t1.top^
||544c1a86a1.com^
||54y3eh34y3wh34y3h.com^
||550b3ikb9j.com^
||55706cc809.com^
||561e861cb4.com^
||562i7aqkxu.com^
||5661361104.com^
||5661c81449.com^
||5685dceb1b.com^
||56bfc388bf12.com^
||56efa4d7b7.com^
||56rt2692.de^
||5721b6baf3.com^
||5726303d87522d05.com^
||576de58030.com^
||5778d0b296.com^
||57d38e3023.com^
||58802ce8d9.com^
||58915e0a30.com^
||589aa99d18.com^
||590578zugbr8.com^
||592749d456.com^
||59a3e34c69.com^
||59e5e13578.com^
||59e6ea7248001c.com^
||59eb44884d.com^
||5a6c114183.com^
||5advertise.com^
||5b10f288ee.com^
||5btekl14.de^
||5c01ad4cb7.com^
||5c577fc74618431b.com^
||5c58619ab5.com^
||5c88c350e2.com^
||5ca59a669a.com^
||5caa478343.com^
||5cbbdb4434.com^
||5cf8606941.com^
||5d2d04464c.com^
||5d69ce1b7a.com^
||5d8dd0486a.com^
||5e6ef8e03b.com^
||5eb6d14cbe.com^
||5eef1ed9ac.com^
||5f450dbe81.com^
||5f6dmzflgqso.com^
||5f6efdfc05.com^
||5fet4fni.de^
||5h3oyhv838.com^
||5i68sbhin.com^
||5icim50.de^
||5mno3.com^
||5nfc.net^
||5nt1gx7o57.com^
||5o0ob.top^
||5o8aj5nt.de^
||5odjin7ipi.com^
||5ovrmmmoubi71efvatfd.com^
||5pi13h3q.de^
||5pykpdq7k.com^
||5toft8or7on8tt.com^
||5umpz4evlgkm.com^
||5vbs96dea.com^
||5vpbnbkiey24.com^
||5wuefo9haif3.com^
||5xd3jfwl9e8v.com^
||6001628d3d.com^
||600z.com^
||6016799644.com^
||6061de8597.com^
||6068a17eed25.com^
||606943792a.com^
||61-nmobads.com^
||61598081d6.com^
||61739011039d41a.com^
||6179b859b8.com^
||61ba68472f.com^
||61c3007cf3.com^
||6207684432.com^
||62b70ac32d4614b.com^
||62f9bb0bbc.com^
||62h.site^
||63r2vxacp0pr.com^
||63voy9ciyi14.com^
||641198810fae7.com^
||6472bb8689.com^
||648c44a31f.com^
||648d969d69.com^
||649ce954a0.com^
||6593167243.com^
||65bfba9ad0.com^
||65f249bd43.com^
||65mjvw6i1z.com^
||65vk1fba34.com^
||665166e5a9.com^
||669fb3128e4b4.com^
||6775afc540.com^
||68069795d1.com^
||68109deb96.com^
||6810f7dd2b.com^
||6863fd0afc.com^
||688de7b3822de.com^
||68amt53h.de^
||69852b1734.com^
||69i.club^
||69oxt4q05.com^
||69v.club^
||6a34d15d38.com^
||6af461b907c5b.com^
||6b70b1086b.com^
||6bgaput9ullc.com^
||6cadb63a7a.com^
||6ce02869b9.com^
||6ce0a3adc4.com^
||6d789c3692.com^
||6de72955d8.com^
||6e391732a2.com^
||6ec7e42994.com^
||6ef2279e3d.com^
||6f752f73ce.com^
||6fxtpu64lxyt.com^
||6glece4homah8dweracea.com^
||6hdw.site^
||6j296m8k.de^
||6kportot.com^
||6l1twlw9fy.com^
||6ped2nd3yp.com^
||6qu5dcmyumtw.com^
||6snjvxkawrtolv2x.pro^
||6ujk8x9soxhm.com^
||6v41p4bsq.com^
||6zy9yqe1ew.com^
||7-7-7-partner.com^
||7-itrndsbrands.com^
||702f5434c8.com^
||71692fai4cc0.com^
||71a30cae934e.com^
||71d7511a4861068.com^
||71dd1ff9fd.com^
||71ec0646e6.com^
||722cba612c.com^
||7253d56acf.com^
||72hdgb5o.de^
||73-j-pinnable.com^
||734b84bb92.com^
||7378e81adf.com^
||7411603f57.com^
||741a18df39.com^
||74c5a46eeb.com^
||751685e7fa.com^
||754480bd33.com^
||7618590057.com^
||76416dc840.com^
||76a7doiet256.com^
||76f74721ab.com^
||771703f2e9.com^
||775cf6f1ae.com^
||776173f9e6.com^
||777seo.com^
||778669.com^
||77ad133646.com^
||77bd7b02a8.com^
||7807091956.com^
||78359c0779.com^
||78387c2566.com^
||788aefb4ed.com^
||78a3dd3c86.com^
||78bk5iji.de^
||78e70720f2.com^
||7944bcc817.com^
||79b1c4498b.com^
||79c4215c89.com^
||79c89ec81a.com^
||79dc3bce9d.com^
||79k52baw2qa3.com^
||79xmz3lmss.com^
||7a04a2ab7d.com^
||7a75ebcbd7.com^
||7a994c3318.com^
||7abf0af03c.com^
||7anfpatlo8lwmb.com^
||7app.top^
||7b763dbdf3.com^
||7bchhgh.de^
||7c0616849b.com^
||7c1ecc72c0.com^
||7ca78m3csgbrid7ge.com^
||7cc70.com^
||7d3656bee3.com^
||7da3a14504.com^
||7df1f04330.com^
||7dshfewr-0ewfivjkys.xyz^
||7e67f4ccad.com^
||7fc0966988.com^
||7ff83b4a34.com^
||7fkm2r4pzi.com^
||7fva8algp45k.com^
||7hor9gul4s.com^
||7hu8e1u001.com^
||7insight.com^
||7jrahgc.de^
||7lyonline.com^
||7me0ssd6.de^
||7mediaxx-ai.com^
||7mmtv.top^
||7nt9p4d4.de^
||7oc5b1i3v4iu.top^
||80055404.vtt^
||8105bfd0ff.com^
||81438456aa.com^
||8170a1da9e.com^
||82308721ac.com^
||82448dceaaa13034.com^
||827fa7c868b4b.com^
||82b5cc6199.com^
||8353e36c2a.com^
||83u7q.top^
||847h7f51.de^
||8499583.com^
||84aa71fc7c.com^
||84c08fdae0.com^
||84cd8c4d7e.com^
||8509717d76.com^
||8578eb3ec8.com^
||864feb57ruary.com^
||867df8b139.com^
||869cf3d7e4.com^
||86aa86d2f4.com^
||86cb1dcb13ba5a1a.com^
||874af125b4.com^
||87bcb027cf.com^
||87c5ce40f8.com^
||888promos.com^
||889433.com^
||88d7b6aa44fb8eb.com^
||88eq7spm.de^
||8964c6de00.com^
||899h3.top^
||89dfa3575e.com^
||8a00fb3fc1.com^
||8bb92fbed8.com^
||8c771f7ea1.com^
||8d1dce99ab.com^
||8d68be1445.com^
||8d8e6d1087.com^
||8de2448875.com^
||8dfc9560e0.com^
||8e41249557.com^
||8e6d77310c.com^
||8ec9b7706a.com^
||8f2b4c98e7.com^
||8f72931b99.com^
||8fc511071c.com^
||8gs4unh05aq6.com^
||8j1f0af5.de^
||8jay04c4q7te.com^
||8jl11zys5vh12.pro^
||8kj1ldt1.de^
||8n67t.com^
||8po6fdwjsym3.com^
||8s32e590un.com^
||8stream-ai.com^
||8trd.online^
||8ue9q7i.com^
||8wtkfxiss1o2.com^
||90935ff0ea.com^
||90e7fd481d.com^
||90f2a627a3.com^
||91199a.xyz^
||9159f9a13d.com^
||916cad6201.com^
||91cd3khn.de^
||91df02fe64.com^
||92f77b89a1b2df1b539ff2772282e19b.com^
||92f83e092d.com^
||93c398a59e.com^
||93savmobile-m.com^
||9403d738ec.com^
||943d6e0643.com^
||94ded8b16e.com^
||95f39c9d5f.com^
||95p5qep4aq.com^
||95ppq87g.de^
||95urbehxy2dh.top^
||96424fcd96.com^
||96a0af5e81.com^
||9738624519.com^
||973e017e67.com^
||97927e3b4d.com^
||97d73lsi.com^
||9857047066.com^
||994e4a6044.com^
||9970fff461.com^
||997b409959.com^
||9996777888.com^
||99fe352223.com^
||9a0569b55e.com^
||9a52364ae8.com^
||9a5cb35bf2.com^
||9a7c81f58e.com^
||9ads.mobi^
||9af022123c.com^
||9analytics.live^
||9ba159e355.com^
||9bbd72928f.com^
||9bc94f7305.com^
||9bf9309f6f.com^
||9c4fa152a6.com^
||9ca976adbb.com^
||9cbj41a5.de^
||9cc200fd2f.com^
||9cd76b4462bb.com^
||9content.com^
||9d407e803d.com^
||9dmnv9z0gtoh.com^
||9e1852531b.com^
||9eb0538646.com^
||9eb10b7a3d04a.com^
||9ee93ebe3a.com^
||9f50508b3c.com^
||9f62b6f6bf.com^
||9f84a22351.com^
||9fa16f5df4.com^
||9gg23.com^
||9japride.com^
||9purdfe9xg.com^
||9r7i9bo06157.top^
||9rendezvous-l.com^
||9s4l9nik.de^
||9t5.me^
||9tp9jd4p.de^
||9tumza4dp4o9.com^
||9v58v.com^
||9xeqynu3gt7c.com^
||9xob25oszs.com^
||a-94interdads.com^
||a-ads.com^
||a-b-c-d.xyz^
||a-mo.net^
||a-waiting.com^
||a00s.net^
||a06bbd98194c252.com^
||a11k.com^
||a14refresh.com^
||a14tdsa.com^
||a15c5009bcbe272.com^
||a166994a16.com^
||a1c99093b6.com^
||a1hosting.online^
||a2914c746a.com^
||a2nn5eri7ce.com^
||a2tw6yoodsag.com^
||a306b8f66f.com^
||a31711123d.com^
||a317654204.com^
||a356ff8a25.com^
||a3595ccd38.com^
||a39fa0bea6.com^
||a3ion.com^
||a3yqjsrczwwp.com^
||a41bd55af8.com^
||a44c39fc52.com^
||a48d53647a.com^
||a4mt150303tl.com^
||a57e6264ed.com^
||a5ff528ff9.com^
||a5g.oves.biz^
||a5game.win^
||a5jogo.biz^
||a5jogo.club^
||a6436650df.com^
||a64x.com^
||a69i.com^
||a6dc99d1a8.com^
||a718917a44.com^
||a899228ebf.com^
||a8rm1m4msbbh.com^
||a9fc00b442.com^
||aa53df329975c325.com^
||aaa.vidox.net^
||aaaaaco.com^
||aaacdbf17d.com^
||aaacompany.net^
||aab-check.me^
||aabbfwupxfbcrz.com^
||aabproxydomaintests.top^
||aabproxytests.top^
||aabproxytestsdomain.top^
||aabrsjmsgqnltc.com^
||aabtestsproxydomain.top^
||aac585e70c.com^
||aactxwic.com^
||aaeqnqqbs.com^
||aaf26c0e6a.com^
||aafdcq.com^
||aagm.link^
||aajqiygsnczvq.com^
||aalawrjgamoeofv.com^
||aarfmftslfz.com^
||aarghclothy.com^
||aarghwoning.digital^
||aarswtcnoz.com^
||aaseovhxkkggtxj.com^
||aawdlvr.com^
||aaxads.com^
||aayeuxotc.com^
||ab1n.net^
||ab3yssin4i6an.com^
||ab4tn.com^
||ab86b.top^
||ab913aa797e78b3.com^
||ab93t2kc.de^
||ab97114bda.com^
||abamatoyer.com^
||abandonrecommendationwars.com^
||abange.com^
||abanicmasons.uno^
||abaolokvmmvvm.top^
||abashfireworks.com^
||abasshowish.guru^
||abateall.com^
||abatorsgleir.com^
||abattoirpleatsprinkle.com^
||abayfliffus.com^
||abazelfan.com^
||abbagh.com^
||abbayeaedile.top^
||abberantbeefy.com^
||abberantdiscussion.com^
||abberantdoggie.com^
||abbeyintervalfetched.com^
||abbeyoverdue.com^
||abbotinexperienced.com^
||abbotpredicateemma.com^
||abbreviatepoisonousmonument.com^
||abbronzongor.com^
||abbtrupp.com^
||abburmyer.com^
||abcconducted.com^
||abchygmsaftnrr.xyz^
||abciwvjp.com^
||abclefabletor.com^
||abcogzozbk.com^
||abcporntube.com^
||abdalitroilus.com^
||abddkjba.com^
||abdely.com^
||abdicatehorrified.com^
||abdict.com^
||abdlnk.com^
||abdlnkjs.com^
||abdomscrae.com^
||abdsp.com^
||abdurantom.com^
||abederemoras.top^
||abedgobetweenbrittle.com^
||abedwest.com^
||abeenrwvyrew.top^
||abeenrwvyyre.top^
||abelekidr.com^
||abelestheca.com^
||abevc.club^
||abgeobalancer.com^
||abgligarchan.com^
||abh.jp^
||abhorboring.com^
||abhorcarious.com^
||abidedfloria.website^
||abidepeachy.com^
||abiderestless.com^
||abjectionblame.com^
||abjectionomnipresent.com^
||abjectionpatheticcoloured.com^
||abjectionremarksdisarm.com^
||abjmkkowbomwa.top^
||abjurecurfs.website^
||abkajbvozmbwa.top^
||abkoxlikbzs.com^
||abkynrclyom.com^
||ablatesgascon.cam^
||ableandworld.info^
||ablebodiedsweatisolated.com^
||ablecolony.com^
||abletoprese.org^
||ablitleoor.com^
||abluentshinny.com^
||abluvdiscr.com^
||ablybeastssarcastic.com^
||ablyinviting.com^
||abmismagiusom.com^
||abmunnaa.com^
||abnegationbanquet.com^
||abnegationdenoteimprobable.com^
||abnegationsemicirclereproduce.com^
||abnetfriths.com^
||abnormalwidth.com^
||abnrkespuk.com^
||aboardhotdog.com^
||aboarea.com^
||abochro.com^
||aboenab.com^
||abohara.com^
||abolaed.com^
||abolid.com^
||abolishmentengaged.com^
||abombu.com^
||abominebootee.top^
||abomisi.com^
||abonnementpermissiveenliven.com^
||abopeol.com^
||abordy.com^
||aboriginalhubby.com^
||abortingulf.top^
||aboucaih.com^
||aboung.com^
||aboutpersonify.com^
||aboveboardstunning.com^
||aboveredirect.top^
||abovethecityo.com^
||abparasr.com^
||abpicsrc.com^
||abpjs23.com^
||abqmfewisf.com^
||abrasivematch.com^
||abrhydona.com^
||abridgeoverwhelmfireball.com^
||abroniamarkup.com^
||abruptcompliments.com^
||abruptlyretortedbat.com^
||abruptnesscarrier.com^
||abruptradishnotwithstanding.com^
||abruth.com^
||abseelon.com^
||absentcleannewspapers.com^
||absentlybiddingleopard.com^
||absentlygratefulcamomile.com^
||absentlymoreoverwell.com^
||absentlyrindbulk.com^
||abservinean.com^
||abseydeveled.com^
||absjcirtbhm.com^
||abskursin.com^
||absolosisa.com^
||absolutechapelequation.com^
||absolutelyconfession.com^
||absolutelytowns.com^
||absoluteroute.com^
||absolutionexpert.com^
||absolvecarriagenotify.com^
||absolveparticlesanti.com^
||absorbedscholarsvolatile.com^
||absorbedswept.com^
||absorbinginject.com^
||absorbingwiden.com^
||absorptionpersonalforesee.com^
||absors.com^
||abstaininquisitive.com^
||absump.com^
||abtaurosa.club^
||abtyroguean.com^
||abtyroguer.com^
||abuleiasafflow.com^
||abuliasbubber.com^
||abundantservantexact.com^
||abundantsurroundvacation.com^
||abusedbabysitters.com^
||abusedthrown.com^
||abusiveserving.com^
||abvnypoqcgmh.com^
||abvoltssilen.top^
||abwattfrutex.com^
||abwhyag.com^
||abwlrooszor.com^
||abyamaskor.com^
||abyescaplock.guru^
||abzjkaridcit.com^
||ac35e1ff43.com^
||acacdn.com^
||acacdn.xyz^
||academic-information.com^
||academicvast.com^
||academyblocked.com^
||academyenrage.com^
||acalraiz.xyz^
||acaussee.net^
||acbbpadizl.com^
||acbc68e83c.com^
||acbcamapztca.com^
||accahurkaru.com^
||accbxepcls.com^
||accdhcxcbzck.com^
||acce3bc0f4.com^
||accedeethnic.com^
||accedemotorcycle.com^
||accedenonre.club^
||accedenonre.xyz^
||acceleratedrummer.com^
||acceleratemouse.com^
||acceleratenovice.com^
||accentneglectporter.com^
||acceptablearablezoological.com^
||access-mc.com^
||access.vidox.net^
||accessdatatrack.com^
||accesshomeinsurance.co^
||accessiblescopevisitor.com^
||accidentalinfringementfat.com^
||accidentallyrussian.com^
||accids.com^
||acclaimcraftsman.com^
||accmgr.com^
||accoladethoroughly.com^
||accommodatingremindauntie.com^
||accommodationcarpetavid.com^
||accompanycollapse.com^
||accompanyingjean.com^
||accomplicepeach.com^
||accomplishedacquaintedbungalow.com^
||accomplishmentailmentinsane.com^
||accomplishmentformation.com^
||accomplishmentmentalresurrection.com^
||accomplishmentstrandedcuddle.com^
||accordancespotted.com^
||accordaudienceeducational.com^
||accountdolphinframe.com^
||accountresponsesergeant.com^
||accruefierceheartache.com^
||accruerkopecks.com^
||accumulateboring.com^
||accuracyswede.com^
||accusationcollegeload.com^
||accusedstone.com^
||accuserannouncementadulthood.com^
||accustomedinaccessible.com^
||accustomreview.com^
||acdcdn.com^
||acdcmarimo.com^
||acdn01.vidox.net^
||acediscover.com^
||acedtousles.com^
||acelacien.com^
||acemdvv.com^
||aceporntube.com^
||acerbityjessamy.com^
||acertb.com^
||aceshosted.top^
||acetalsunbait.com^
||acfaaoaaxdqm.com^
||acfsxqoa.com^
||acftxqqg.com^
||acfyamxwluprpx.com^
||achaipheegly.com^
||achcdn.com^
||achecaskmeditate.com^
||achejoos.com^
||achelessintegralsigh.com^
||acheworry.com^
||achievablecpmrevenue.com^
||achievebeneficial.com^
||achievehardboiledheap.com^
||achilles-par.com^
||achmic.com^
||achnic.com^
||achorkapoks.com^
||achpokevvh.com^
||achuphaube.com^
||achurt.com^
||achycompassionate.com^
||achyrepeatitchy.com^
||acidicresist.pro^
||ackcdn.net^
||ackekryieyvkvby.com^
||ackxsndsc.com^
||aclickads.com^
||aclktrkr.com^
||acloudvideos.com^
||acmaknoxwo.com^
||acme.vidox.net^
||acnwxjhfby.com^
||acocpcvm.com^
||acofrnsr44es3954b.com^
||acoolreknit.com^
||acoossz.top^
||acorneroft.org^
||acornexhaustpreviously.com^
||acostaom.com^
||acoudsoarom.com^
||acpakrjzyamb.com^
||acqmeaf.com^
||acquaintanceexemptspinach.com^
||acquaintanceinsaneinaudible.com^
||acquaintanceunbearablecelebrated.com^
||acquaintedexpectations.com^
||acquaintedpostman.com^
||acquirethem.com^
||acquisitionsneezeswell.com^
||acrepantherrecite.com^
||acrevenene.com^
||acridtaxiworking.com^
||acridtubsource.com^
||acronkkky.com^
||acrossbrittle.com^
||acrosscrash.com^
||acrossgigantic.com^
||acrossheadquartersanchovy.com^
||acrote.com^
||acrowl.com^
||acscdn.com^
||acsshufxnu.com^
||acstzxngp.com^
||acsxpbhbsuk.com^
||actiflex.org^
||actiondenepeninsula.com^
||actionisabella.com^
||activatejargon.com^
||activelysmileintimate.com^
||activemetering.com^
||activeoffbracelet.com^
||activephilosophy.pro^
||activepoststale.com^
||actpbfa.com^
||actpx.com^
||actressdoleful.com^
||actrkn.com^
||actuallyfrustration.com^
||actuallyhierarchyjudgement.com^
||actualprocedureswaver.com^
||actushurling.top^
||actyle.com^
||actyot.com^
||acuityplatform.com^
||aculturerpa.info^
||acutepropose.com^
||acvnhayikyutjsn.xyz^
||ad-back.net^
||ad-balancer.net^
||ad-bay.com^
||ad-cheers.com^
||ad-delivery.net^
||ad-flow.com^
||ad-guardian.com^
||ad-indicator.com^
||ad-m.asia^
||ad-mapps.com^
||ad-maven.com^
||ad-nex.com^
||ad-recommend.com^
||ad-score.com^
||ad-server.co.za^
||ad-serverparc.nl^
||ad-srv.net^
||ad-stir.com^
||ad-vice.biz^
||ad-vortex.com^
||ad-wheel.com^
||ad.gt^
||ad.guru^
||ad.linksynergy.com^
||ad.mox.tv^
||ad.tradertimerz.media^
||ad120m.com^
||ad127m.com^
||ad1data.com^
||ad1rtb.com^
||ad2up.com^
||ad2upapp.com^
||ad399fae94.com^
||ad4.com.cn^
||ad999.biz^
||adactioner.com^
||adanad.name^
||adaptationbodilypairs.com^
||adaptationwrite.com^
||adaptcunning.com^
||adaranth.com^
||adaround.net^
||adarutoad.com^
||adb7rtb.com^
||adbidgo.com^
||adbison-redirect.com^
||adbit.co^
||adblck.com^
||adblock-guru.com^
||adblock-one-protection.com^
||adblock-pro-download.com^
||adblock-pro.org^
||adblock-zen-download.com^
||adblock-zen.com^
||adblockanalytics.com^
||adblocker-instant.xyz^
||adblockers.b-cdn.net^
||adblockervideo.com^
||adbmi.com^
||adbooth.com^
||adbooth.net^
||adbox.lv^
||adbrite.com^
||adbro.me^
||adbrook.com^
||adbuddiz.com^
||adbuff.com^
||adbuka.com.ng^
||adbull.com^
||adbureau.net^
||adbutler-fermion.com^
||adbutler.com^
||adbuyer.com^
||adcannyxml.com^
||adcash.com^
||adcastplus.net^
||adcde.com^
||adcdnx.com^
||adcentrum.net^
||adchap.com^
||adcheap.network^
||adchemical.com^
||adcl1ckspr0f1t.com^
||adclerks.com^
||adclick.pk^
||adclickmedia.com^
||adclicks.io^
||adcloud.net^
||adcolo.com^
||adconjure.com^
||adcovery.com^
||adcrax.com^
||adcron.com^
||addelive.com^
||addin.icu^
||addinginstancesroadmap.com^
||addiply.com^
||additionalcasualcabinet.com^
||additionalmedia.com^
||additionfeud.com^
||additionindianscontentment.com^
||additionsmiracle.com^
||additionssurvivor.com^
||additionsyndrome.com^
||additiontreason.com^
||addizhi.top^
||addkt.com^
||addlnk.com^
||addoer.com^
||addonsmash.com^
||addotnet.com^
||addressanythingbridge.com^
||addresseeboldly.com^
||addresseepaper.com^
||addresseetransportationsyndrome.com^
||addresshisselephant.com^
||addresslegbreathless.com^
||addresssupernaturalwitchcraft.com^
||addroplet.com^
||addthief.com^
||adeditiontowri.org^
||adeepado.xyz^
||adenza.dev^
||adeptfleamisjudge.com^
||aderymuchadmir.com^
||adevbom.com^
||adevppl.com^
||adex.media^
||adexchangecloud.com^
||adexchangedirect.com^
||adexchangegate.com^
||adexchangeguru.com^
||adexchangemachine.com^
||adexchangeprediction.com^
||adexchangetracker.com^
||adexcite.com^
||adexmedias.com^
||adexprt.com^
||adexprts.com^
||adf4fdd723.com^
||adfahrapps.com^
||adfeedstrk.com^
||adfgetlink.net^
||adfgfeojqx.com^
||adfhilhpoquv.com^
||adfootprints.com^
||adforcast.com^
||adforgeinc.com^
||adform.net^
||adfpoint.com^
||adframesrc.com^
||adfrontiers.com^
||adfusion.com^
||adg99.com^
||adgard.net^
||adgardener.com^
||adgebra.co.in^
||adglare.net^
||adglare.org^
||adglaze.com^
||adgoi.com^
||adgorithms.com^
||adhealers.com^
||adherenceenmitycentury.com^
||adhiepfpixtjmv.com^
||adhoc4.net^
||adhub.digital^
||adiingsinspiri.org^
||adiquity.com^
||aditsafeweb.com^
||adjectivedollaralmost.com^
||adjectiveresign.com^
||adjoincomprise.com^
||adjoincultivatedrussian.com^
||adjournfaintlegalize.com^
||adjs.media^
||adjustbedevilsweep.com^
||adjustcolonyfaintest.com^
||adjusteddrug.com^
||adjustedminglecamouflage.com^
||adjustmentconfide.com^
||adjustmentmonarch.com^
||adjux.com^
||adkaora.space^
||adkernel.com^
||adklimages.com^
||adl-hunter.com^
||adlane.info^
||adligature.com^
||adlogists.com^
||adlserq.com^
||adltserv.com^
||admachina.com^
||admangrauc.com^
||admanmedia.com^
||admax.network^
||adme-net.com^
||admediatex.net^
||admeking.com^
||admeme.net^
||admeridianads.com^
||admez.com^
||admicro.vn^
||admidainsight.com^
||admiralugly.com^
||admiredclumsy.com^
||admiredexcrete.com^
||admiredinde.com^
||admissiblecontradictthrone.com^
||admission.net^
||admissionreceipt.com^
||admitad-connect.com^
||admitad.com^
||admith.com^
||admitoutspokensupreme.com^
||admittancetoy.com^
||admixer.net^
||admjmp.com^
||admob.com^
||admobe.com^
||admonishmentforcedirritating.com^
||admothreewallent.com^
||adnami2.io^
||adnetworkme.com^
||adnetworkperformance.com^
||adnext.fr^
||adngin.com^
||adnico.jp^
||adnigma.com^
||adnimo.com^
||adnotebook.com^
||adnqdnxclmml.com^
||adnxs-simple.com^
||adnxs.com^
||adnxs.net^
||adnxs1.com^
||adocean.pl^
||adohana.com^
||adolescentshirt.com^
||adomic.com^
||adoni-nea.com^
||adonion.com^
||adonweb.ru^
||adoopaqueentering.com^
||adop.co^
||adoperatorx.com^
||adopexchange.com^
||adoptdischarged.com^
||adoptedproducerdiscernible.com^
||adoptioneitherrelaxing.com^
||adoptum.net^
||adorableold.com^
||adorerabid.com^
||adornenveloperecognize.com^
||adornmadeup.com^
||adotic.com^
||adotmob.com^
||adotone.com^
||adotube.com^
||adovr.com^
||adpacks.com^
||adpartner.pro^
||adparty.click^
||adpass.co.uk^
||adpatrof.com^
||adperium.com^
||adpicmedia.net^
||adpinion.com^
||adpionier.de^
||adplushub.com^
||adplxmd.com^
||adpmbexo.com^
||adpmbexoxvid.com^
||adpmbglobal.com^
||adpmbtf.com^
||adpmbtj.com^
||adpmbts.com^
||adpod.in^
||adpointrtb.com^
||adpone.com^
||adqongwuxvav.com^
||adquery.io^
||adquet.com^
||adrcdn.com^
||adreadytractions.com^
||adrealclick.com^
||adrecreate.com^
||adrenalpop.com^
||adrenovate.com^
||adrent.net^
||adrevenueclone.com^
||adrevenuerescue.com^
||adrglife.com^
||adrgyouguide.com^
||adriftscramble.com^
||adright.co^
||adright.fs.ak-is2.net^
||adright.xml-v4.ak-is2.net^
||adright.xml.ak-is2.net^
||adro.pro^
||adroitontoconstraint.com^
||adrokt.com^
||adrpqhttgzcjb.com^
||adrta.com^
||adrunnr.com^
||ads-delivery.b-cdn.net^
||ads-static.conde.digital^
||ads-twitter.com^
||ads.lemmatechnologies.com^
||ads.rd.linksynergy.com^
||ads1-adnow.com^
||ads2-adnow.com^
||ads2550.bid^
||ads2ads.net^
||ads3-adnow.com^
||ads4g.pl^
||ads4trk.com^
||ads5-adnow.com^
||adsafeprotected.com^
||adsafety.net^
||adsagony.com^
||adsalo.com^
||adsame.com^
||adsandcomputer.com^
||adsassure.com^
||adsbar.online^
||adsbeard.com^
||adsblocker-ultra.com^
||adsblockersentinel.info^
||adsbtrk.com^
||adscale.de^
||adscampaign.net^
||adschill.com^
||adscienceltd.com^
||adsco.re^
||adscreendirect.com^
||adscustsrv.com^
||adsdk.com^
||adsdot.ph^
||adsemirate.com^
||adsemo.com^
||adsensecamp.com^
||adsensecustomsearchads.com^
||adser.io^
||adserve.ph^
||adserved.net^
||adserverplus.com^
||adserverpub.com^
||adservicemedia.dk^
||adservon.com^
||adservr.de^
||adservrs.com^
||adsessionserv.com^
||adsexo.com^
||adsfac.eu^
||adsfac.net^
||adsfac.us^
||adsfactor.net^
||adsfan.net^
||adsfcdn.com^
||adsforcomputercity.com^
||adsforindians.com^
||adsfundi.com^
||adsfuse.com^
||adshack.com^
||adshoper.com^
||adshopping.com^
||adshort.space^
||adsignals.com^
||adsilo.net^
||adsilo.pro^
||adsimilis.com^
||adsinimages.com^
||adsinstant.com^
||adskape.ru^
||adskeeper.co.uk^
||adskeeper.com^
||adskpak.com^
||adslidango.com^
||adslingers.com^
||adsloom.com^
||adslot.com^
||adsluna.com^
||adslvr.com^
||adsmaestro.com^
||adsmarket.com^
||adsmiscellaneouswalked.com^
||adsnative.com^
||adsnetworkplus.com^
||adsoftware.top^
||adsonar.com^
||adsoptimal.com^
||adsovo.com^
||adsp.com^
||adspdbl.com^
||adspeed.net^
||adspirit.de^
||adsplay.in^
||adspop.me^
||adspredictiv.com^
||adspyglass.com^
||adspynet.com^
||adsrv.me^
||adsrv.wtf^
||adstarget.net^
||adstargets.com^
||adstico.io^
||adstook.com^
||adstracker.info^
||adstreampro.com^
||adsupply.com^
||adsupplyssl.com^
||adsurve.com^
||adsvids.com^
||adsvolum.com^
||adsvolume.com^
||adswam.com^
||adswizz.com^
||adsxyz.com^
||adt328.com^
||adt545.net^
||adt567.net^
||adt574.com^
||adt598.com^
||adtag.cc^
||adtago.s3.amazonaws.com^
||adtags.mobi^
||adtaily.com^
||adtaily.pl^
||adtclickwhite.com^
||adtelligent.com^
||adthereis.buzz^
||adtival.com^
||adtlgc.com^
||adtlvnxmht.com^
||adtng.com^
||adtoadd.com^
||adtoll.com^
||adtoma.com^
||adtomafusion.com^
||adtonement.com^
||adtoox.com^
||adtorio.com^
||adtotal.pl^
||adtpix.com^
||adtrace.online^
||adtrace.org^
||adtrgt.com^
||adtrieval.com^
||adtrk18.com^
||adtrue.com^
||adtrue.info^
||adtrue24.com^
||adtscriptduck.com^
||adtvedk.com^
||adulatorycrappyghastly.com^
||aduld.click^
||adult-affiliate.link^
||adultadvertising.net^
||adultcamchatfree.com^
||adultcamfree.com^
||adultcamliveweb.com^
||adulterygreetimpostor.com^
||adultgameexchange.com^
||adultiq.club^
||adultlinkexchange.com^
||adultmoviegroup.com^
||adultoafiliados.com.br^
||adultscrutchthey.com^
||adultsense.net^
||adultsense.org^
||adultsjuniorfling.com^
||adultterritory.net^
||adupwewdsk.com^
||adv9.net^
||advanceencumbrancehive.com^
||advancenopregnancy.com^
||advancinginfinitely.com^
||advancingprobationhealthy.com^
||advancingrecruitingamy.com^
||advang.com^
||advantagedoctrinepleased.com^
||advantageglobalmarketing.com^
||advantagepublicly.com^
||advantagesclotblend.com^
||advantageseliminatebystander.com^
||advantageshallwayasks.com^
||advantagespire.com^
||advard.com^
||adventory.com^
||adventureprojectiononly.com^
||adventurouscomprehendhold.com^
||adventurouscondensedrebuff.com^
||adverbrequire.com^
||adverpub.com^
||adversaldisplay.com^
||adversalservers.com^
||adverserve.net^
||adversespurt.com^
||adversesuffering.com^
||advertbox.us^
||adverti.io^
||advertica-cdn.com^
||advertica-cdn2.com^
||advertica.ae^
||advertica.com^
||advertiseimmaculatecrescent.com^
||advertiserurl.com^
||advertiseserve.com^
||advertiseworld.com^
||advertiseyourgame.com^
||advertising-cdn.com^
||advertisingiq.com^
||advertisingvalue.info^
||advertjunction.com^
||advertlane.com^
||advertlets.com^
||advertmarketing.com^
||advertmedias.com^
||advertnetworks.com^
||advertpay.net^
||adverttulimited.biz^
||advfeeds.com^
||advgalaxy.com^
||advinci.co^
||adviralmedia.com^
||advise.co^
||advisefirmly.com^
||advisorded.com^
||adviva.net^
||advmaker.ru^
||advmaker.su^
||advmonie.com^
||advocacyablaze.com^
||advocacyforgiveness.com^
||advotionhot.com^
||advp1.com^
||advp2.com^
||advp3.com^
||advpx.com^
||advpy.com^
||advpz.com^
||advsmedia.net^
||advtrkone.com^
||adwalte.info^
||adway.org^
||adwx6vcj.com^
||adx1.com^
||adxadserv.com^
||adxbid.info^
||adxchg.com^
||adxfire.in^
||adxfire.net^
||adxion.com^
||adxite.com^
||adxnexus.com^
||adxpansion.com^
||adxpartner.com^
||adxplay.com^
||adxpower.com^
||adxpremium.services^
||adxprtz.com^
||adxscope.com^
||adxsrver.com^
||adxxx.biz^
||adzfun.me^
||adzhub.com^
||adziff.com^
||adzincome.in^
||adzintext.com^
||adzmarket.net^
||adzmedia.com^
||adzmob.com^
||adzoc.com^
||adzonk.com^
||adzouk1tag.com^
||adzpier.com^
||adzpower.com^
||adzs.com^
||ae064ae81c.com^
||ae1a1e258b8b016.com^
||aeb92e4b9d.com^
||aebwmemfebks.xyz^
||aec40f9e073ba6.com^
||aeea61a72f.com^
||aeeg5idiuenbi7erger.com^
||aefeeqdlnh.com^
||aeffe3nhrua5hua.com^
||aegagrilariats.top^
||aegiumks.com^
||aeioakbonnkwik.com^
||aejslgc.com^
||aekhfdpxcw.com^
||aelgdju.com^
||aembxbxmnuspyr.com^
||aeneasclosure.website^
||aeqtjaonwrnyy.com^
||aerariacongoni.uno^
||aerialmistaken.com^
||aerjnuloxlth.com^
||aerlwjxcrcolcpy.com^
||aerobiabassing.com^
||aeroplaneversion.com^
||aerotowoutrush.website^
||aerotowrefit.com^
||aesand.com^
||aesary.com^
||aesaul.com^
||aetgjds.com^
||aevpinebvmdhih.com^
||aevspdhb.com^
||aezgnctgfqn.com^
||af91c27a8e.com^
||afahivar.com^
||afahivar.coom^
||afaiphee.xyz^
||afcnuchxgo.com^
||afcontent.net^
||afcyhf.com^
||afdads.com^
||afdashrafi.com^
||afdrivovoq.com^
||afdumnnhg.com^
||afearprevoid.com^
||afeerdah.net^
||afethqrektafa.com^
||aff-online.com^
||aff-track.net^
||aff.biz^
||aff1xstavka.com^
||affableindigestionstruggling.com^
||affablewalked.com^
||affairsmithbloke.com^
||affasi.com^
||affbot1.com^
||affbot3.com^
||affcpatrk.com^
||affectincentiveyelp.com^
||affectionatebid.pro^
||affectionateinterferingbarrister.com^
||affectionatelypart.com^
||affectionateselfserviceclothe.com^
||affelseaeinera.org^
||affelseaeineral.xyz^
||affichwhists.uno^
||affili.st^
||affiliate-robot.com^
||affiliate-wg.com^
||affiliateboutiquenetwork.com^
||affiliatedrives.com^
||affiliateer.com^
||affiliatefuel.com^
||affiliatefuture.com^
||affiliategateways.co^
||affiliatelounge.com^
||affiliatemembership.com^
||affiliatenetwork.co.za^
||affiliates.systems^
||affiliatesensor.com^
||affiliatestonybet.com^
||affiliatewindow.com^
||affiliation-france.com^
||affiliationworld.com^
||affilijack.de^
||affiliserve.com^
||affinitad.com^
||affinity.com^
||affinitycycleablaze.com^
||affirmbereave.com^
||affiz.net^
||afflat3a1.com^
||afflat3d2.com^
||afflat3e1.com^
||afflictionpetulant.com^
||affluentmirth.com^
||affluentretinueelegance.com^
||affluentscuffle.com^
||affluentshinymulticultural.com^
||affmoneyy.com^
||affordspoonsgray.com^
||affordstrawberryoverreact.com^
||affordswear.com^
||affoutrck.com^
||affpa.top^
||affplanet.com^
||affstrack.com^
||affstreck.com^
||afftrack.com^
||afftrackr.com^
||afftrk.online^
||affusekantars.uno^
||affyrolo.info^
||affyrtb.com^
||afgr1.com^
||afgr10.com^
||afgr11.com^
||afgr2.com^
||afgr3.com^
||afgr4.com^
||afgr5.com^
||afgr6.com^
||afgr7.com^
||afgr8.com^
||afgr9.com^
||afgtrwd1.com^
||afgwciwbjxcsfro.com^
||afgwsgl.com^
||afgzipohma.com^
||afkwa.com^
||afloatroyalty.com^
||afm01.com^
||afmhlhqwkn.com^
||afoaglux.com^
||afodreet.net^
||afootulnas.com^
||afootwitword.com^
||aforepayoffstutter.com^
||afosseel.net^
||afpbuzfwyjri.com^
||afpjryqtnkctv.com^
||afqqnxifhgsaqab.com^
||afr4g5.de^
||afrage.com^
||afraidreach.com^
||afrant.com^
||afre.guru^
||afreetsat.com^
||afrfmyzaka.com^
||afrgatomkzuv.com^
||africaewgrhdtb.com^
||africawin.com^
||afriflatry.co^
||afshanthough.pro^
||afsharsyngamy.com^
||afssdmin.com^
||afswkdjdma.com^
||afteed.com^
||aftenn.com^
||afterdownload.com^
||afterdownloads.com^
||afternoonshipment.com^
||afterpastimebottled.com^
||afterwardcounsel.com^
||afterwardstationquestions.com^
||aftqhamina.com^
||aftrangale.com^
||aftrk1.com^
||aftrk3.com^
||afvwwjcplvq.com^
||afwpc.com^
||afywhecpi.com^
||agabreloomr.com^
||agacelebir.com^
||agacqvofrszqy.com^
||agadata.online^
||agaenteitor.com^
||agafurretor.com^
||agagaure.com^
||againboundless.com^
||againirksomefutile.com^
||againponderous.com^
||againstpipepierre.com^
||agajx.com^
||agakoffingan.com^
||agalarvitaran.com^
||agalitecrashed.com^
||agamagcargoan.com^
||agamantykeon.com^
||agamoidroughly.life^
||agaomastaran.com^
||agapdqgysuipwz.com^
||agapi-fwz.com^
||agaswalotchan.com^
||agatarainpro.com^
||agauxietor.com^
||agavanilliteom.com^
||agbituvdiolfdyp.com^
||agbxppmdgobbsd.xyz^
||agcdn.com^
||ageandinone.org^
||ageaskedfurther.com^
||agelastbypast.top^
||agency2.ru^
||agffrusilj.com^
||agfgasaglasw.com^
||aggestose.com^
||aggjprvqamtl.com^
||aggravatecapeamoral.com^
||aggregatedcolonizebracket.com^
||aggregateknowledge.com^
||aggregationcontagion.com^
||aggressivefrequentneckquirky.com^
||aggrologis.top^
||aghaneefigurae.com^
||aghastmardy.website^
||aghppuhixd.com^
||agiorybjn.com^
||agisdayra.com^
||agl001.bid^
||agl002.online^
||agle21xe2anfddirite.com^
||aglocobanners.com^
||agloogly.com^
||agloowie.com^
||agmtrk.com^
||agngplsooascil.com^
||agnoetecluster.uno^
||agnrcrpwyyn.com^
||agonelambes.website^
||agonybedroom.com^
||agooxouy.net^
||agouajbi.xyz^
||agqovdqajj.com^
||agraglie.net^
||agrarianbeepsensitivity.com^
||agreedrunawaysalty.com^
||agriculturalpraise.com^
||agriculturaltacticautobiography.com^
||agriculturealso.com^
||agrilusingest.com^
||agtsavates.top^
||agtwvigehvl.com^
||agujvjrpnins.com^
||agukalty.net^
||agurgeed.net^
||aguwehajqluorgv.com^
||agweaaf.net^
||agweaaf.org^
||agxifqyum.xyz^
||ahabcaca.com^
||ahabmcdsrwlau.com^
||ahadsply.com^
||ahagreatlypromised.com^
||ahaheartburndo.com^
||ahaurgoo.net^
||ahaxoenizuaon.com^
||ahbdsply.com^
||ahcdsply.com^
||aheale.com^
||ahean.com^
||aheaptorsos.life^
||aheave.com^
||aheightbaaing.website^
||ahjmiyrd.xyz^
||ahjshyoqlo.com^
||ahlefind.com^
||ahngnhjdcu.com^
||ahoxirsy.com^
||ahporntube.com^
||ahqpqpdjpj.com^
||ahscdn.com^
||ahtalcruzv.com^
||ahuacasheely.top^
||ahvmsyemcldyjjr.com^
||ahwbedsd.xyz^
||ahyghotmptj.com^
||aibsgc.com^
||aibwjqpo.xyz^
||aickakru.net^
||aidata.io^
||aidraiphejpb.com^
||aidspectacle.com^
||aiejlfb.com^
||aifoghou.com^
||aigaithojo.com^
||aigneloa.com^
||aigretenew.top^
||aigsgwowkb.com^
||aigugrou.com^
||aihoasso.net^
||aiiirwciki.com^
||aiixyxwx.com^
||aikat-vim.com^
||aikboypeoriqk.com^
||aikraboo.com^
||aikraith.net^
||aikravoapu.com^
||ailpielei.com^
||ailrouno.net^
||ailsomse.net^
||ailteesh.net^
||ailtumty.net^
||aimairou.net^
||aimatch.com^
||aimingaye.com^
||aimlessstrewwhistling.com^
||aimpocket.com^
||aimpooft.com^
||aineghoo.xyz^
||ainhiseewhat.com^
||ainuftou.net^
||aipofeem.net^
||aiqdviuyvlcplis.xyz^
||aiqidwcfrm.com^
||aiquqqaadd.xyz^
||airairgu.com^
||airartapt.site^
||airaujoog.com^
||airbornefrench.com^
||airborneold.com^
||airconditionpianoembarrassment.com^
||aircraftairliner.com^
||aircraftsplendid.com^
||airdoamoord.com^
||airlessquotationtroubled.com^
||airlinerappetizingcoast.com^
||airlinerlibrariesfavour.com^
||airoupha.xyz^
||airplaygenteel.com^
||airpush.com^
||airsaurd.com^
||airsoang.net^
||airticmonsoa.com^
||airtightfaithful.com^
||aisaipty.xyz^
||aishaibe.com^
||aisletransientinvasion.com^
||aisrvyvstyq.xyz^
||aistekso.net^
||aistgsgxvsrywhf.com^
||aistthatheha.xyz^
||aitarsou.com^
||aitsatho.com^
||aivoonsa.xyz^
||aiwebgak.com^
||aiwhogny.com^
||aiwnxbbmig.com^
||aixcdn.com^
||aixppedb.com^
||aixyyagjj.xyz^
||aiyfulba.com^
||aj1070.online^
||aj1090.online^
||aj1432.online^
||aj1559.online^
||aj1574.online^
||aj1616.online^
||aj1716.online^
||aj1907.online^
||aj1913.online^
||aj1985.online^
||aj2031.online^
||aj2218.online^
||aj2396.online^
||aj2397.online^
||aj2430.online^
||aj2495.online^
||aj2526.bid^
||aj2532.bid^
||aj2550.bid^
||aj2555.bid^
||ajaltoly.com^
||ajar-substance.com^
||ajarodds.com^
||ajdbwugpyjhrm.com^
||ajestigie.com^
||ajfnee.com^
||ajgzylr.com^
||ajillionmax.com^
||ajivikatend.digital^
||ajiwqmnh.com^
||ajjhtetv87.com^
||ajjkmoyjlbjj.top^
||ajjwuunaxq.com^
||ajkzd9h.com^
||ajlwaseodqo.com^
||ajmpeuf.com^
||ajozrjh.com^
||ajrkm1.com^
||ajtmfkposamrcrx.com^
||ajvjpupava.com^
||ajvnragtua.com^
||ajxx98.online^
||ajyrsxdvbyc.xyz^
||ak-tracker.com^
||akaiksots.com^
||akazginhapping.com^
||akchapxw.com^
||akdbr.com^
||akeedser.com^
||akefhxav.top^
||akenacngmnj.com^
||akgjovxbcptesco.com^
||akgltsptchpq.com^
||akhyanaoverhot.com^
||akikumu.com^
||akilifox.com^
||akinrevenueexcited.com^
||akjasjanwhif.com^
||akkvmkgdvokn.com^
||aklmjylwvkayv.top^
||aklorswikk.com^
||akmxts.com^
||akqktwdk.xyz^
||aksleaj.com^
||aktwusgwep.com^
||aktxguok.com^
||aktxwijitaqs.com^
||akutapro.com^
||akxwffsgijttvrc.com^
||akychhluvbh.com^
||akyrprsnnuk.com^
||akzfxmgcq.com^
||alacrityimitation.com^
||alamortairn.com^
||alanibelen.com^
||alardruther.top^
||alargeredrubygsw.com^
||alargeredrubygsw.info^
||alarmsubjectiveanniversary.com^
||alas4kanmfa6a4mubte.com^
||alaskan4kleeskai.com^
||alasvow.com^
||alban-mro.com^
||albaniablandly.space^
||albeejurare.top^
||albeitinflame.com^
||albireo.xyz^
||albraixentor.com^
||albumshrugnotoriety.com^
||albyegitvem.com^
||albynloxia.website^
||albynoralism.com^
||alcatza.com^
||alchemysocial.com^
||alcovesoftenedenthusiastic.com^
||alcroconawa.com^
||alddoggess.com^
||aldosesmajeure.com^
||aldragalgean.com^
||alecclause.com^
||alecmeantimehe.com^
||alefrfobkoxbgaf.com^
||alegnoackerg.com^
||aleilu.com^
||alertlogsemployer.com^
||alertmouthplaice.com^
||alesneogaea.com^
||alespeonor.com^
||aletrenhegenmi.com^
||aleutexplait.com^
||alexatracker.com^
||alexicallowed.digital^
||alexisbeaming.com^
||alexisclou.top^
||alfasense.com^
||alfatraffic.com^
||alfelixstownrusis.info^
||alfonsino.top^
||alfpair.com^
||alfredpoleshipwreck.com^
||alfredvariablecavalry.com^
||alfurtembe.com^
||algalileac.com^
||algg.site^
||algjqsuzialktg.com^
||algolduckan.com^
||algothitaon.com^
||algovid.com^
||alhypnoom.com^
||alia-iso.com^
||aliadvert.ru^
||aliasesargueinsensitive.com^
||aliasfoot.com^
||alibisprocessessyntax.com^
||alibistated.com^
||alienateappetite.com^
||alienateclergy.com^
||alieneepunta.com^
||aliensold.com^
||aliensplitch.com^
||alifafdlnjeruif.com^
||alifbouche.digital^
||alifeupbrast.com^
||alightbornbell.com^
||alighttelescopecausing.com^
||alignmentflattery.com^
||alimonyarmisticesnap.com^
||alimonysmuggle.com^
||alingrethertantin.info^
||alininginfeft.uno^
||alipromo.com^
||alispurates.com^
||alitems.co^
||alitems.com^
||alitems.site^
||alivebald.com^
||alivecheery.com^
||alivedriftcommandment.com^
||aliwjo.com^
||alklinker.com^
||alkqryamjo.com^
||alkylichauyne.digital^
||all-ti-cod.com^
||allabc.com^
||allactualjournal.com^
||allactualstories.com^
||allaylabite.com^
||allbzfnar.com^
||allcommonblog.com^
||allcommonstories.com^
||allcoolnewz.com^
||allcoolposts.com^
||allegianceenableselfish.com^
||allelicrinde.life^
||alleliteads.com^
||allemodels.com^
||allenhoroscope.com^
||allenmanoeuvre.com^
||allenprepareattic.com^
||alleviatediscoveryexpress.com^
||alleviatepracticableaddicted.com^
||allfb8dremsiw09oiabhboolsebt29jhe3setn.com^
||allfreecounter.com^
||allfreshposts.com^
||allftbsb.com^
||allgrjyqkemos.com^
||allhotfeed.com^
||allhugeblog.com^
||allhugefeed.com^
||allhugenews.com^
||allhugenewz.com^
||allhypefeed.com^
||allicinarenig.com^
||allloveydovey.fun^
||allmt.com^
||allnesskepped.com^
||allocatelacking.com^
||allodiafeveret.life^
||alloha.tv^
||allotnegate.com^
||allotshyoides.com^
||allotupwardmalicious.com^
||alloverwiththinl.com^
||allow-to-continue.com^
||allowancepresidential.com^
||allowbecome.com^
||allowflannelmob.com^
||allowsman.uno^
||allowsscaffold.com^
||allowsuccess.org^
||alloydigital.com^
||alloyrounded.com^
||allpornovids.com^
||allrightjerseydresser.com^
||allskillon.com^
||allsports4free.online^
||allstat-pp.ru^
||alltopnewz.com^
||alltopposts.com^
||alludedapexdepression.com^
||alludedaridboob.com^
||allure-ng.net^
||allureencourage.com^
||allureoutlayterrific.com^
||allusionfussintervention.com^
||allwownewz.com^
||allyes.com^
||allyprimroseidol.com^
||allywasnothyc.info^
||almareepom.com^
||almasatten.com^
||almightyexploitjumpy.com^
||almightypush.com^
||almostcomponent.com^
||almostoar.com^
||almostspend.com^
||almstda.tv^
||almuryclaque.com^
||alnathhoggie.com^
||alodiachowed.com^
||alodialreciter.com^
||aloensaidhe.com^
||aloftrecedestatistics.com^
||alogationa.co^
||aloha-news.net^
||alonehepatitisenough.com^
||alonelybansela.digital^
||aloofformidabledistant.com^
||alot4you.tech^
||alota.xyz^
||aloveste.site^
||aloveyousaidthe.info^
||alovfbgx.xyz^
||alovirs.com^
||alowea.website^
||alpacaempover.digital^
||alpenchalet.space^
||alpha-news.org^
||alphabetforesteracts.com^
||alphabetlayout.com^
||alphabird.com^
||alphagodaddy.com^
||alpheratzscheat.top^
||alphonso.tv^
||alpidoveon.com^
||alpine-vpn.com^
||alpurs.com^
||alraunarrode.com^
||alreadyballetrenting.com^
||alreadywailed.com^
||alreau.com^
||alrightlemonredress.com^
||alsatiapolynia.com^
||alsfor.com^
||alsindustrate.info^
||alsindustrateb.info^
||alsindustratebil.com^
||alspearowa.com^
||alstrome9riya10.com^
||altaicunwired.top^
||altairaquilae.top^
||altarhackees.digital^
||altarrousebrows.com^
||alterassumeaggravate.com^
||alterationappealprison.com^
||alterhimdecorate.com^
||alternads.info^
||alternatepausemound.com^
||alternatespikeloudly.com^
||alternativecpmgate.com^
||alternativeprofitablegate.com^
||althov.com^
||altitude-arena.com^
||altogethertapestrydunk.com^
||altowriestwispy.com^
||altpubli.com^
||altrk.net^
||altronopubacc.com^
||altynamoan.com^
||aluationiamk.info^
||alumnussmee.top^
||alwayspainfully.com^
||alwhichhereal.com^
||alwhichhereallyw.com^
||alwingulla.com^
||alwubrhkxgqdiw.com^
||alxbgo.com^
||alxhiccwizce.com^
||alxmmoodltpa.com^
||alxsite.com^
||alysson.de^
||am10.ru^
||am11.ru^
||am15.net^
||amaasretrims.top^
||amabarbery.website^
||amactycelyyvahc.com^
||amads.fun^
||amaferivvying.com^
||amala-wav.com^
||amalakale.com^
||amarceusan.com^
||amassesvoteen.website^
||amassweightpun.com^
||amateurcouplewebcam.com^
||amattepush.com^
||amaumomt.com^
||amazinelistrun.pro^
||amazinelistrun.xyz^
||amazinglyprogramswilfrid.com^
||amazon-adsystem.com^
||amazon-cornerstone.com^
||ambaab.com^
||ambfdkucm.com^
||ambientplatform.vn^
||ambierechinid.com^
||ambiguitypalm.com^
||ambiliarcarwin.com^
||ambitiousdivorcemummy.com^
||ambitiousmanufacturerscaffold.com^
||ambolicrighto.com^
||ambra.com^
||ambuizeler.com^
||ambushharmlessalmost.com^
||amcmuhu.com^
||amdahlasinego.com^
||amdfdpuzedih.com^
||amebanbiglot.uno^
||ameedbezique.uno^
||amelatrina.com^
||amenbeansrepay.com^
||amendablepartridge.com^
||amendsgeneralize.com^
||amenityleisurelydays.com^
||ameofmuki.info^
||ameoutofthe.info^
||amesgraduatel.xyz^
||amexcadrillon.com^
||amfennekinom.com^
||amgardevoirtor.com^
||amgdgt.com^
||amgjldens.com^
||amhippopotastor.com^
||amhpbhyxfgvd.com^
||amiddespair.com^
||amidoxypochard.com^
||amimialonging.com^
||aminizehaskard.top^
||aminopay.net^
||amira-efz.com^
||amiraytiny.com^
||amirteeg.com^
||amjoltiktor.com^
||amkbpcc.com^
||amlumineona.com^
||amlvbzvvnjejn.top^
||ammankeyan.com^
||ammannests.com^
||ammits.com^
||ammunitionconsiderinstitution.com^
||amnew.net^
||amnoctowlan.club^
||amnruvbmeoqp.com^
||amntx1.net^
||amoddishor.com^
||amofqosgs.com^
||amonar.com^
||amonor.com^
||amontp.com^
||amorouslimitsbrought.com^
||amountdonutproxy.com^
||amourethenwife.top^
||amouroachoo.com^
||amoyanjumpy.space^
||amp.rd.linksynergy.com^
||amp.services^
||ampcr.io^
||amplitudesheriff.com^
||amplitudewassnap.com^
||ampugi334f.com^
||ampxchange.com^
||amqxvwmsfn.xyz^
||amre.work^
||amshroomishan.com^
||amswadloonan.com^
||amtracking01.com^
||amtropiusr.com^
||amucksballone.com^
||amuletcontext.com^
||amunfezanttor.com^
||amused-ground.com^
||amusementstepfatherpretence.com^
||amuyonpastour.top^
||amvbwleayvbyr.top^
||amvbwleayvyra.top^
||amvmzbmzaryya.top^
||amwswkqh.com^
||amyaxgaqvoh.com^
||amyfixesfelicity.com^
||amygdalbrittle.com^
||amywhereby.com^
||amzargfaht.com^
||amzbtuolwp.com^
||amzrjyzjolvab.top^
||amzrjyzjolvkv.top^
||anacjpmrv.com^
||anadignity.com^
||anaemiaalmostforests.com^
||anahausatd.com^
||analitits.com^
||analogousemmafootprints.com^
||analogydid.com^
||analysecrappy.com^
||analyticbz.com^
||analytics-active.net^
||anamaembush.com^
||anamuel-careslie.com^
||anansao2ay8yap09.com^
||anapirate.com^
||anapx.net^
||anastasia-international.com^
||anastasiasaffiliate.com^
||anatomyabdicatenettle.com^
||anatomybravely.com^
||anaxialaphonia.com^
||anceenablesas.info^
||anceteventur.info^
||anchoicstage.com^
||anchusauredo.com^
||ancientconspicuousuniverse.com^
||ancientsend.com^
||ancznewozw.com^
||anddecoyblizzard.com^
||andhkruuiigxmkd.com^
||andhthrewdo.com^
||andhthrewdow.com^
||andohs.net^
||andomedia.com^
||andomediagroup.com^
||andriesshied.com^
||android-cleaners.com^
||androundher.info^
||andtheircleanw.com^
||andworldwi.co^
||anedukerationpeci.info^
||anemenzemkwkm.top^
||anesfluters.website^
||anetpkxx.com^
||anewproprietorinvent.com^
||anewrelivedivide.com^
||anewwisdomrigour.com^
||angege.com^
||angelesfoldingpatsy.com^
||angelsaidthe.info^
||anglended.club^
||anglesadjoiningbloodless.com^
||angletolerate.com^
||anglezinccompassionate.com^
||anglingdacker.com^
||anglishreasts.site^
||angryheadlong.com^
||anguac.com^
||anguishedjudgment.com^
||anguishlonesome.com^
||anguishworst.com^
||angularamiablequasi.com^
||angularconstitution.com^
||anifefashionism.com^
||animateddiscredit.com^
||animatedjumpydisappointing.com^
||animaterecover.com^
||animikii-ana.com^
||animits.com^
||animositybelovedresignation.com^
||animosityknockedgorgeous.com^
||animositysofa.com^
||animusmisform.com^
||aninter.net^
||anjlkkyhpp.com^
||anjosmryofa.com^
||ankdoier.com^
||ankghgcgygyfi.com^
||ankhspreses.space^
||ankkdgursk.com^
||ankleproposedomicile.com^
||anldnews.pro^
||anlhcenruea.com^
||anlytics.co^
||anmdr.link^
||anmgaxrujfru.com^
||anncmq.com^
||anncquyaxns.com^
||annesuspense.com^
||anniversaryblaspheme.com^
||anniversarythingy.com^
||annotationdiverse.com^
||annotationmadness.com^
||announcedseaman.com^
||announceflealanding.com^
||announceproposition.com^
||announcinglyrics.com^
||announcingusecourt.com^
||annoyancejesustrivial.com^
||annoyancepreoccupationgrowled.com^
||annoyanceraymondexcepting.com^
||annoynoveltyeel.com^
||annrgyvv.xyz^
||annuentleers.com^
||annulichasm.digital^
||annulmentequitycereals.com^
||anodicvarnish.com^
||anomalousdisembroildisembroilamy.com^
||anomalousmelt.com^
||anomalousporch.com^
||anonymestupes.website^
||anonymousads.com^
||anonymouswrangle.com^
||anopportunitytost.info^
||anorexyskerry.top^
||anotiachilli.com^
||anpptedtah.com^
||anqigmbloqnnypa.com^
||anqnbzyjlknbm.top^
||anseisjulus.com^
||ansf.shop^
||anstossassents.life^
||answeredthechi.org^
||answerroad.com^
||answig.com^
||antagonizelabourer.com^
||antaioselides.life^
||antalithate.website^
||antananarbdivu.com^
||antapexthecia.guru^
||antarcticfiery.com^
||antarcticoffended.com^
||antcfeamynt.com^
||antcixn.com^
||antcxk.com^
||antennafutilecomplement.com^
||antennarollcellar.com^
||antennawritersimilar.com^
||anteog.com^
||anteroomcrap.com^
||antetestingstooped.com^
||anthe-vsf.com^
||anthembroadcastingbitty.com^
||anthonypush.com^
||antiadblock.info^
||antiadblocksystems.com^
||antiagingbiocream.com^
||antibioticborough.com^
||antibot.me^
||anticipatedlying.com^
||anticipatedthirteen.com^
||anticipationit.com^
||anticipationnonchalanceaccustomed.com^
||anticipationunexpected.com^
||antidotefoepersecution.com^
||antidotesexualityorderly.com^
||antidotesurvivorausterity.com^
||antijamburet.com^
||antipathymenudeduce.com^
||antiquariancapricorn.com^
||antiquitytissuepod.com^
||antiredcessant.com^
||antisicollyba.top^
||antivirussprotection.com^
||antlerlode.com^
||antlerpickedassumed.com^
||antlerrecordingcat.com^
||antlionwaldorf.com^
||antonysurface.com^
||antonywingraceless.com^
||antpeelpiston.com^
||antyoubeliket.info^
||antyoubeliketheap.com^
||anunderstrobed.com^
||anvhgwjy.com^
||anvilfaintmaiden.com^
||anvkmi.com^
||anwhic.com^
||anwhitepinafore.info^
||anwyrxpockct.xyz^
||anxiouslyconsistencytearing.com^
||anxiouslywonderexcitement.com^
||anxioussituation.com^
||anxkuzvfim.com^
||anxlzaxtifhe.com^
||anxomeetqgvvwt.xyz^
||anxskuoltqsdjp.com^
||anybmfgunpu.xyz^
||anybodyproper.com^
||anybodysentimentcircumvent.com^
||anyeaodpwonaf.com^
||anyexists.com^
||anyhowunplat.uno^
||anymad.com^
||anymind360.com^
||anymorearmsindeed.com^
||anymorehopper.com^
||anymoresentencevirgin.com^
||anyskjhi.com^
||anythingamg.org^
||anytimesand.com^
||anyuazfpjzj.com^
||anyvzvbmknqew.top^
||anywaybreeches.com^
||anywaysreives.com^
||aoalmfwinbsstec23.com^
||aofppecbmordq.com^
||aofzkovajqti.com^
||aoihaizo.xyz^
||aojgggbwish.xyz^
||aomgqlaty.top^
||aonefntecsp.com^
||aonforhaving.info^
||aonwqlpu.com^
||aoooysewk.com^
||aoredi.com^
||aosmicdossety.website^
||aosmicvirago.com^
||aoswoygld.com^
||aotcbybbnsk.com^
||aowykupwwnqrg.xyz^
||aoxtyivjpt.com^
||ap-srv.net^
||ap3lorf0il.com^
||apaboqrqbpa.com^
||apalbs.com^
||apardonslaving.com^
||apartemployee.com^
||apartsermon.com^
||apatheticdrawerscolourful.com^
||apatheticformingalbeit.com^
||apbbtddsamgit.com^
||apbieqqb.xyz^
||apcltlwndq.com^
||apcpaxwfej.com^
||apctrgkmtjku.com^
||apedrunkeninquire.com^
||aperprovant.top^
||aperseearanein.space^
||aperushmo.cam^
||apesdescriptionprojects.com^
||apesdrooping.com^
||apexwantstar.com^
||apglinks.net^
||aphagiafiking.com^
||aphasicstoray.space^
||aphemicstull.com^
||aphidsapprend.top^
||aphidsclee.com^
||apidata.info^
||apiecelee.com^
||apiemb.xyz^
||apinagedottard.cfd^
||apinhdqwxbirre.com^
||apistatexperience.com^
||aplainmpatoio.com^
||apnpr.com^
||apnttuttej.com^
||apocarpdogdom.com^
||apochaeunanime.com^
||apologiesbackyardbayonet.com^
||apologiesneedleworkrising.com^
||apologizeclosest.com^
||apologizingrigorousmorally.com^
||aponiaonmarch.com^
||aporasal.net^
||aporodiko.com^
||apostlegrievepomp.com^
||apostropheammunitioninjure.com^
||apostrophepanediffer.com^
||app.tippp.io^
||appads.com^
||apparatusditchtulip.com^
||apparelbrandsabotage.com^
||apparentlyadverse.com^
||apparentlyhandbook.com^
||apparest.com^
||appbetnewapp.top^
||appbravebeaten.com^
||appcdn02.xyz^
||appcdn03.xyz^
||appcloudactive.com^
||appcloudcore.com^
||appcloudgroup.com^
||appcloudmaster.com^
||appcloudsystems.com^
||appcloudvalue.com^
||appealinformationevent.com^
||appearancecustomerobliterate.com^
||appearancefingerprintabet.com^
||appearancegravel.com^
||appearedcrawledramp.com^
||appearednecessarily.com^
||appeaseinsolenceberry.com^
||appeaseprovocation.com^
||appendad.com^
||appendixballroom.com^
||appendixwarmingauthors.com^
||apphomeforbests.com^
||applabzzeydoo.com^
||applandforbuddies.top^
||applandlight.com^
||applandsforbests.com^
||applausebind.com^
||apple.analnoe24.com^
||appleservenumeric.com^
||applesometimes.com^
||applianceplatforms.com^
||applicationmoleculepersonal.com^
||applicationsattaindevastated.com^
||applicationsrapacity.com^
||applifycontent.com^
||applifysolutions.com^
||applifysolutions.net^
||appmateforbests.com^
||appnow.sbs^
||appoineditardwide.com^
||appointedchildorchestra.com^
||appointedman.com^
||appollo-plus.com^
||appraisalaffable.com^
||apprefaculty.pro^
||approachconducted.com^
||approachproperachieve.com^
||appropriateloathefewer.com^
||appropriatepurse.com^
||approximatelyseats.com^
||apps1cdn.com^
||appsget.monster^
||appsprelandlab.com^
||appsyoga.com^
||apptechnewz.com^
||apptjmp.com^
||apptquitesouse.com^
||appwebview.com^
||appwoolfeatures.com^
||appyrinceas.com^
||appyrincelew.info^
||appyrincene.com^
||appzery.com^
||appzeyland.com^
||appzjax.com^
||aprilineffective.com^
||apritifunbid.com^
||apritifyapok.top^
||aprjeivwig.com^
||apromoweb.com^
||apsidalmungoos.top^
||apsidesslurry.space^
||apsmediaagency.com^
||apsoacou.xyz^
||apsoopho.net^
||apt-ice.pro^
||aptdiary.com^
||aptimorph.com^
||aptitudeproprietor.com^
||apus.tech^
||apuwpigjno.com^
||apvdr.com^
||apvfhisrrmen.com^
||apxlv.com^
||apyrenealiyos.digital^
||apytbfdzy.com^
||aq7ua5ma85rddeinve.com^
||aqbusmueljfy.com^
||aqcutwom.xyz^
||aqdha.com^
||aqdkciossswu.com^
||aqewvatwqzoigh.com^
||aqiefntjh.com^
||aqjambmfgobntt.com^
||aqjyckttv.com^
||aqkbyevrklvnw.top^
||aqkkoalfpz.com^
||aqppwatriodz.com^
||aqqlwcuqtskbz.com^
||aqroxlquvshe.com^
||aquentlytujim.com^
||aquiliapistrix.guru^
||aqutxohnexd.com^
||aqwihyjpglzdr.com^
||aqxhcplhbqc.com^
||arabdevastatingpatty.com^
||arablucidlygrease.com^
||arabyfuegian.top^
||aracts.com^
||aralomomolachan.com^
||arangoyaffing.com^
||arautsod.com^
||arbersunroof.com^
||arbitrarypoppyblackmail.com^
||arboredcalfret.com^
||arbourrenewal.com^
||arbourtalessterile.com^
||arbustdupatta.com^
||arbutintentie.com^
||arbutterfreer.com^
||arbxhkix.xyz^
||arcaczncolur.com^
||arcadiavehemently.com^
||arcfctypact.top^
||archaicchop.com^
||archaicgrilledignorant.com^
||archaicin.com^
||archerpointy.com^
||archgrotesqueiso.com^
||archiecheekydecline.com^
||archlycadetclutch.com^
||archseebloated.com^
||arcmvryirn.com^
||arcost54ujkaphylosuvaursi.com^
||arcticwarningtraffic.com^
||arcualstymie.com^
||ardentlyexposureflushed.com^
||ardentlyoddly.com^
||ardoursmutine.top^
||ardrrspggw.xyz^
||ardruddigonan.com^
||ardslediana.com^
||ardspalkiator.com^
||ardunorwest.life^
||ardykffwpfx.xyz^
||areahar.com^
||areairo.com^
||areajou.com^
||areantaid.site^
||arearfeased.top^
||areasnap.com^
||areelektrosstor.com^
||arehen.com^
||areiccastano.com^
||arejoysew.com^
||areliux.cc^
||arenahoosgow.com^
||arenalitteraccommodation.com^
||areolaeuploid.com^
||arewzvqbevrzj.top^
||argasidstrafed.com^
||argeanwabi.com^
||arglingpistole.com^
||argolemr.com^
||argsofyluvredra.com^
||arguebakery.com^
||arguerepetition.com^
||arguesdevex.cfd^
||argumentsadrenaline.com^
||argumentsmaymadly.com^
||argxdhrjhett.xyz^
||arhymalojnzo.com^
||ariadnethreadmin.com^
||arianatainos.com^
||ariapawners.space^
||aribut.com^
||aridplaincol.com^
||arielpri2nce8ss09.com^
||arihtrkoxuvlm.xyz^
||arikhwglvc.xyz^
||arilsoaxie.xyz^
||arioiandroner.top^
||ariotgribble.com^
||aristianewr.club^
||arithmeticifrancorous.com^
||arithpouted.com^
||arkadyczsk.com^
||arkdcz.com^
||arkfacialdaybreak.com^
||arkfreakyinsufficient.com^
||arkmedboo.live^
||arkosicginkgo.digital^
||arkunexpectedtrousers.com^
||arlyreven.top^
||armamentsummary.com^
||armarilltor.com^
||armbonewarrok.life^
||armedgroin.com^
||armedtidying.com^
||armetsremoved.guru^
||armiesinvolve.com^
||armineambeers.top^
||arminius.io^
||arminuntor.com^
||armisticeexpress.com^
||armletglene.com^
||armlockyakker.com^
||armoryleaseholder.com^
||armourhardilytraditionally.com^
||armoursviolino.com^
||army.delivery^
||armypresentlyproblem.com^
||arnchealpa.com^
||arnditluplfa.com^
||arnepurxlbsjiih.xyz^
||arnimalconeer.com^
||arnofourgu.com^
||arodul.com^
||aroidsguide.com^
||arointbarra.com^
||arointitacism.com^
||aromabirch.com^
||aromatic-possibility.pro^
||arosepageant.com^
||arossb.com^
||aroundpayslips.com^
||arousedcricket.com^
||arousedimitateplane.com^
||arousestatic.com^
||arouth.com^
||aroyiise.xyz^
||arqsafhutlam.com^
||arquilavaan.com^
||arqznlwzkkaev.top^
||arqznlwzkkjla.top^
||arragouts.com^
||arrangeaffectedtables.com^
||arrangementhang.com^
||arrangementsinventorpublic.com^
||arrayanthir.cfd^
||arrearsexplicit.com^
||arrearstreatyexamples.com^
||arriagepuly.top^
||arrief.com^
||arrivaltroublesome.com^
||arrivecounsel.com^
||arrivedcanteen.com^
||arrivedeuropean.com^
||arrivingallowspollen.com^
||arrlnk.com^
||arrnaught.com^
||arrowdevastatingconstruction.com^
||arrowpotsdevice.com^
||arsahahada.com^
||arshelmeton.com^
||arsnivyr.com^
||arsonexchangefly.com^
||arsoniststuffed.com^
||arswabluchan.com^
||artcsmgx.com^
||artertapirus.com^
||arterybasin.com^
||artfulparrotnobody.com^
||arthyredir.com^
||articlegarlandferment.com^
||articlepawn.com^
||articulatefootwearmumble.com^
||artisticcount.pro^
||artistictastesnly.info^
||artistperhapscomfort.com^
||artlessdevote.com^
||artonsbewasand.com^
||artoukfarepu.org^
||artpever.com^
||artreconnect.com^
||artsybutchercluster.com^
||artsygas.com^
||aruyevdqsnd.xyz^
||arvbjqavenjba.top^
||arvigorothan.com^
||arwartortleer.com^
||arwhismura.com^
||arwobaton.com^
||aryabzerznlvn.top^
||arzanphearse.com^
||as5000.com^
||asacdn.com^
||asafesite.com^
||asandcomemu.info^
||asbolinstartor.top^
||asbulbasaura.com^
||asbutiseemedli.com^
||ascaredresue.space^
||asccdn.com^
||asce.xyz^
||ascentflabbysketch.com^
||ascentloinconvenience.com^
||ascertainedcondescendinggag.com^
||ascertainintend.com^
||ascijingu.space^
||ascillwricht.com^
||ascraftan.com^
||asdasdad.net^
||asdf1.online^
||asdf1.site^
||asdpoi.com^
||asdqslnqmwwkc.com^
||asecv.xyz^
||aseegrib.com^
||asemolgaa.com^
||asemskull.com^
||asespeonom.com^
||asewlfjqwlflkew.com^
||asf4f.us^
||asfgeaa.lat^
||asgccummig.com^
||asgclick.com^
||asgclickkl.com^
||asgclickpp.com^
||asgildedall.info^
||asgildedalloverw.com^
||asgmtalconde.com^
||asgorebysschan.com^
||ashamedbirchpoorly.com^
||ashamedtriumphant.com^
||ashameoctaviansinner.com^
||ashcdn.com^
||ashhgo.com^
||ashierbowler.com^
||ashionism.com^
||ashionismscol.info^
||ashlarinaugur.com^
||ashopsoo.net^
||ashoreyuripatter.com^
||ashoupsu.com^
||ashsexistentertaining.com^
||ashturfchap.com^
||asiangfsex.com^
||asiapushstan17.click^
||asidefeetsergeant.com^
||asinegohumped.website^
||askancefinfoot.website^
||askdomainad.com^
||askedappear.com^
||askingconsideration.com^
||asklinklanger.com^
||asklots.com^
||askprivate.com^
||asksquay.com^
||aslaironer.com^
||aslantrhabdom.com^
||aslaprason.com^
||asleavannychan.com^
||asleepplatforms.com^
||aslnk.link^
||asmetotreatwab.com^
||asmileesidesu.info^
||asmodeusfields.com^
||asnbthsvnyhp.com^
||asnincadar.com^
||asnoibator.com^
||asnortsalol.website^
||aso1.net^
||asoawhum.com^
||asoexspxuuwgf.com^
||asopn.com^
||asosettoourma.info^
||asoulrox.com^
||asoursuls.com^
||asozordoafie.com^
||asparagusburstscanty.com^
||asparagusinterruption.com^
||asparaguspallorspoken.com^
||asperencium.com^
||asperityhorizontally.com^
||aspignitean.com^
||aspireetopee.com^
||aspirerrehedge.life^
||asqconn.com^
||asqualmag.com^
||asquintarmenic.cfd^
||asrelatercondi.org^
||asrety.com^
||asricewaterho.com^
||asrntiljustetyerec.info^
||asrowjkagg.com^
||assassinationsteal.com^
||assaultmolecularjim.com^
||assaysmohr.cfd^
||assaystalonic.com^
||assembledscout.com^
||assembleservers.com^
||assentproduct.com^
||assertedclosureseaman.com^
||assertednodding.com^
||assertnourishingconnection.com^
||assessagra.top^
||assetize.com^
||assholeamarin.top^
||assignmentcursor.com^
||assistancelawnthesis.com^
||assistantasks.com^
||assistantdroppedseries.com^
||assistedadultrib.com^
||assisteggs.com^
||assistspell.com^
||assithdisseat.com^
||associationstoopedacid.com^
||associationwish.com^
||assoilrehboc.top^
||assortmentberry.com^
||assortmentcriminal.com^
||assortplaintiffwailing.com^
||assuageexcel.com^
||assuranceapprobationblackbird.com^
||assurancelocusmat.com^
||assurednesssalesmanmaud.com^
||assuredtroublemicrowave.com^
||assurehandicappedbonus.com^
||assurehonesty.com^
||assuremath.com^
||ast2ya4ee8wtnax.com^
||astaicheedie.com^
||astarboka.com^
||astato.online^
||astauche.xyz^
||asteepgaits.space^
||astehaub.net^
||astemolgachan.com^
||asterbiscusys.com^
||asterrakionor.com^
||astesnlyno.org^
||astespurra.com^
||asthepoityelth.com^
||astivysauran.com^
||astkyureman.com^
||astnoivernan.com^
||astoapsu.com^
||astoecia.com^
||astogepian.com^
||astonishmentfuneral.com^
||astra9dlya10.com^
||astrandconifer.com^
||astrokompas.com^
||astronomycrawlingcol.com^
||astronomytesting.com^
||astscolipedeor.com^
||astspewpaor.com^
||astumbreonon.com^
||asuipiirq.com^
||asukedrev.com^
||asverymuc.org^
||asxeilpougog.com^
||asxjhqaey.com^
||asyetaprovinc.org^
||asyledieses.com^
||asylumclogunaccustomed.com^
||atableofcup.com^
||atacticserena.top^
||atahphkpndlcdi.com^
||atala-apw.com^
||atas.io^
||atavusatumble.uno^
||atcelebitor.com^
||atchshipsmoter.com^
||atcoordinate.com^
||atdeerlinga.com^
||atdmaincode.com^
||atdmt.com^
||atdrilburr.com^
||atedlittleme.xyz^
||atedlitytlement.info^
||atelegendinflected.com^
||atelesmusters.website^
||atemda.com^
||atentherel.org^
||aterhouse.info^
||aterhouseoyop.com^
||aterhouseoyop.info^
||aterroppop.com^
||atevaccination.com^
||atfhtqjeflq.com^
||atgallader.com^
||atgenesecton.com^
||atgthkqt.com^
||athbzeobts.com^
||atheismperplex.com^
||atherthishinhe.com^
||athitmontopon.com^
||athivopou.com^
||athletedurable.com^
||athletethrong.com^
||athlg.com^
||athoaphu.xyz^
||atholicncesispe.info^
||athostouco.com^
||athvicatfx.com^
||athwfadifqac.com^
||athyimemediates.info^
||aticalfelixstownrus.info^
||aticalmaster.org^
||aticatea.com^
||atinsolutions.com^
||ationpecialukizeiaon.info^
||atiretrously.com^
||atjigglypuffor.com^
||atlhjtmjrj.com^
||atmalinks.com^
||atmasroofy.com^
||atmetagrossan.com^
||atmewtwochan.com^
||atmnjcinews.pro^
||atmosphericurinebra.com^
||atmtaoda.com^
||ato.mx^
||atomex.net^
||atomicarot.com^
||atonato.de^
||atonementfosterchild.com^
||atonementimmersedlacerate.com^
||atopyawned.uno^
||atpanchama.com^
||atpansagean.com^
||atpawniarda.com^
||atpfowtcbsedv.xyz^
||atraff.com^
||atraichuor.com^
||atriblethetch.com^
||atris.xyz^
||atrociouspsychiatricparliamentary.com^
||atrocityfingernail.com^
||atsabwhkox.com^
||atservineor.com^
||atshroomisha.com^
||atsojqkzoqto.com^
||attachedkneel.com^
||attacketslovern.info^
||attackscleopatracadence.com^
||attaindisableneedlework.com^
||attemptdruggedcarve.com^
||attempttipsrye.com^
||attendanceceasless.com^
||attendantsrescuediscrepancy.com^
||attendedconnectionunique.com^
||attendingtarget.com^
||attentioniau.com^
||attentionkick.com^
||attentionsoursmerchant.com^
||attepigom.com^
||attestationaudience.com^
||attestationoats.com^
||attestationovernightinvoluntary.com^
||attestconvict.com^
||attesthelium.com^
||atthereandhth.com^
||atthewon.buzz^
||atthewonderfu.com^
||atticshepherd.com^
||attlesuling.com^
||attractioninvincibleendurance.com^
||attractivebuilt.com^
||attractpicturespine.com^
||attractscissor.com^
||attractwarningkeel.com^
||attrapincha.com^
||attributedconcernedamendable.com^
||attributedgavepacket.com^
||attributedharnesssag.com^
||attributedminded.com^
||attributedrelease.com^
||attritioncombustible.com^
||attunebarberreality.com^
||atukjpdh.xyz^
||atvrurguhqin.com^
||atwola.com^
||atzekromchan.com^
||au2m8.com^
||auboalro.xyz^
||auburn9819.com^
||aucaikse.com^
||auchoocm.com^
||auchoons.net^
||auciuqxoyqobj.xyz^
||aucred.com^
||audacitycompare.com^
||audiblereflectionsenterprising.com^
||audiblysecretaryburied.com^
||audiencebellowmimic.com^
||audiencefuel.com^
||audienceprofiler.com^
||audienceravagephotocopy.com^
||audionews.fm^
||audiosech.xyz^
||auditioneasterhelm.com^
||auditioningantidoteconnections.com^
||auditioningborder.com^
||auditioningouncesufficiently.com^
||auditoriumclarifybladder.com^
||auditoriumgiddiness.com^
||auditorydetainriddle.com^
||auditude.com^
||audmrk.com^
||audrault.xyz^
||aufeeque.com^
||auficxqpyfgcd.xyz^
||auforau.com^
||aufr67i8sten.com^
||auftithu.xyz^
||augaiksu.xyz^
||augailou.com^
||augu3yhd485st.com^
||augurersoilure.space^
||august15download.com^
||augustjadespun.com^
||aujooxoo.com^
||aukalerim.com^
||aukarosizox.com^
||aukroaze.xyz^
||aukseseemyr.info^
||auksizox.com^
||auksofthecompan.info^
||aukveygibngnjg.com^
||aulingimpora.club^
||auloibunch.top^
||aulrains.com^
||aulricol.xyz^
||aulsidakr.com^
||aulteeby.net^
||aultesou.net^
||aultseemedto.xyz^
||aumaupoy.net^
||aumeryyaruran.live^
||aumsarso.com^
||aumseewu.xyz^
||aumsookr.com^
||aumtoost.net^
||aunauque.net^
||auneghus.net^
||aunsagoa.xyz^
||auntlyseniors.top^
||auobxpvjej.xyz^
||auojsgyulikspj.xyz^
||auphirtie.com^
||auphoalt.com^
||aupsarda.com^
||aupseelo.net^
||aupsugnee.com^
||aupteens.com^
||aurgoast.com^
||aurousroseola.com^
||aursaign.net^
||ausoafab.net^
||ausomsup.net^
||auspiceguile.com^
||auspipe.com^
||austaihauna.com^
||austaits.xyz^
||austeritylegitimate.com^
||austow.com^
||autchoog.net^
||auteboon.net^
||authaptixoal.com^
||authenticseasickexhausted.com^
||authognu.com^
||authookroop.com^
||authoritativedollars.com^
||authoritiesemotional.com^
||authorsallegationdeadlock.com^
||authorsjustin.com^
||auto-im.com^
||autobiographysolution.com^
||autochunkintriguing.com^
||autographnutmegassail.com^
||automatedtraffic.com^
||automateyourlist.com^
||automaticallyindecisionalarm.com^
||autoperplexturban.com^
||autopsycarrel.com^
||autopsyfowl.com^
||autumncamping.com^
||auvenebu.xyz^
||auwjmphx.com^
||auxaqklyleaelhg.xyz^
||auxiliarydonor.com^
||auxiliaryspokenrationalize.com^
||auxml.com^
||avads.co.uk^
||avaghogn.net^
||availableforester.com^
||availablesyrup.com^
||avajwlwlwkkmb.top^
||avalancheofnews.com^
||avalanchers.com^
||avariansambos.guru^
||avatroom.com^
||avazu.net^
||avazutracking.net^
||avdpmeated.uno^
||avebedencathy.info^
||avenaryconcent.com^
||aveneverseeno.info^
||avengeburglar.com^
||avenuewalkerchange.com^
||average-champion.pro^
||aversionmast.com^
||aversionwives.com^
||aversionworkingthankful.com^
||avesofefinegold.com^
||aveugleghettos.top^
||avglfookdjuj.com^
||avhcoumvt.com^
||avhtaapxml.com^
||aviationbe.com^
||aviculagolder.com^
||aviddoated.com^
||avidheroismgelatine.com^
||aviewrodlet.com^
||avinekernish.digital^
||avjbjbeeraebj.top^
||avkktuywj.xyz^
||avkyu1tesnwy.com^
||avnmjtqu.com^
||avobeucxscwj.com^
||avonsour.com^
||avouse.com^
||avowappear.com^
||avowdelicacydried.com^
||avowsvarus.com^
||avprotect.store^
||avqhelxlb.com^
||avrqaijwdqk.xyz^
||avrqikbubjin.com^
||avthelkp.net^
||avtklwruejfr.com^
||avtvcuofgz.com^
||avucugkccpavsxv.xyz^
||avupdrojsytrnej.xyz^
||avuthoumse.com^
||avvelwamqkbjb.top^
||avwgzujkit.com^
||avwwphtnquacgd.com^
||avygpim.com^
||avzwkkmzkayvj.top^
||awacspianist.top^
||awaitbackseatprod.com^
||awaitdetestableitem.com^
||awaitifregularly.com^
||awaitingutilize.com^
||awakeexterior.com^
||awardcynicalintimidating.com^
||aware-living.pro^
||awareallicin.top^
||awarecatching.com^
||awarenessfundraiserstump.com^
||awarenessinstance.com^
||awarenessunprofessionalcongruous.com^
||awashemeers.com^
||awasrqp.xyz^
||awavjblaaekrb.top^
||away-stay.com^
||awaydefinitecreature.com^
||awbbcre.com^
||awbbjmp.com^
||awbbsat.com^
||awcrpu.com^
||awecr.com^
||awecre.com^
||awecrptjmp.com^
||aweighmica.top^
||aweinkbum.com^
||awelsorsulte.com^
||awembd.com^
||awemdia.com^
||awempt.com^
||awemwh.com^
||awentw.com^
||aweproto.com^
||aweprotostatic.com^
||aweprt.com^
||awepsi.com^
||awepsljan.com^
||awept.com^
||awesome-blocker.com^
||awestatic.com^
||awestc.com^
||awestruckbranch.com^
||aweyqalylarj.top^
||awfullypersecution.com^
||awfulresolvedraised.com^
||awgfargnrw.xyz^
||awhajdorzawd.com^
||awistats.com^
||awkbkkqmeewkw.top^
||awkljjaaweyzm.top^
||awkwardpurfles.com^
||awledconside.xyz^
||awlov.info^
||awltovhc.com^
||awmbed.com^
||awmbriegurries.com^
||awmdelivery.com^
||awmocpqihh.com^
||awmplus.com^
||awmserve.com^
||awnexus.com^
||awokeconscious.com^
||awoudsoo.xyz^
||awowxxtinhkrrc.com^
||awpcrpu.com^
||awprt.com^
||awptjmp.com^
||awptlpu.com^
||aws-itcloud.net^
||awsnjsduyhgpk.com^
||awstaticdn.net^
||awsurveys.com^
||awswayful.space^
||awtpguxqtf.com^
||awtqbjylk.com^
||awugxvrmsdalpx.com^
||awutohkhu.com^
||awvqfalackho.com^
||awvvhicirfti.com^
||awytythbxujkz.com^
||awzvpbg.com^
||axalgyof.xyz^
||axallarded.top^
||axeldivision.com^
||axesequelplant.com^
||axfeicjfp.com^
||axhpkbvibdn.com^
||axill.com^
||axillovely.com^
||axingectal.com^
||axiomszanjona.com^
||axjfjdm.com^
||axkwmsivme.com^
||axledjuking.com^
||axlohcsruwak.com^
||axpjzhbh.com^
||axscvdcans.xyz^
||axungetosher.top^
||axvkdpcnadgdt.com^
||axwakwdibkunq.com^
||axwnmenruo.com^
||axwortbabysit.com^
||axwortbunko.com^
||axwpawahnwux.com^
||axxcqwxdcijxl.xyz^
||axxxfeee.lat^
||axzxkeawbo.com^
||ay.delivery^
||ay5u9w4jjc.com^
||ayads.co^
||ayaghlq.com^
||ayboll.com^
||aybosxmhnql.com^
||aybvfvlyrtbskvy.com^
||aycalfcwwgf.com^
||aycrxa.com^
||aydandelion.com^
||aydsvrikr.com^
||ayelpacle.com^
||ayllnllwajjmn.top^
||aymobi.online^
||ayodwtwjakpk.com^
||ayorks.com^
||aypahalndxrxon.com^
||ayrather.com^
||ayudvbjbvdojt.com^
||ayvfzwttm.com^
||aywikhsw.xyz^
||ayxfqtxrgoc.com^
||ayxuadkeh.com^
||azads.com^
||azaipsee.com^
||azazyjjzbelwb.top^
||azbaclxror.com^
||azbjjbwkewqkr.top^
||azblnfsuhaeuc.com^
||azejckiv.com^
||azelaiclawyer.com^
||azeriondigital.com^
||azgdgypodyulx.com^
||azj57rjy.com^
||azjmp.com^
||azkcqs.com^
||azkwwrerlejqv.top^
||azmjosvecyye.com^
||azmsmufimw.com^
||aznapoz.info^
||azoaltou.com^
||azoogleads.com^
||azorbe.com^
||azotvby.com^
||azpresearch.club^
||azqhjzbuusjn.com^
||azqqloborwwba.top^
||azskk.com^
||aztecash.com^
||azulcw7.com^
||azuredjaunt.top^
||azvneyrknejew.top^
||azwkjjkmbqavv.top^
||azwkjjkmbqvye.top^
||azxdkucizr.com^
||azxhlzxmrqc.com^
||azyyyeyeqeaav.top^
||azyyyeyeqeazj.top^
||b-5-shield.com^
||b-m.xyz^
||b014381c95cb.com^
||b02byun5xc3s.com^
||b0a0bb3621.com^
||b0d2583d75.com^
||b0oie4xjeb4ite.com^
||b1002203ac.com^
||b1298d230d.com^
||b13481647cf775c5.com^
||b16a07996c.com^
||b18a21ab3c9cb53.com^
||b1bf05979e.com^
||b21be0a0c8.com^
||b225.org^
||b2261a9931.com^
||b25c1fa74d.com^
||b2be2dbdc8.com^
||b2d43e2764.com^
||b2o6b39taril.com^
||b30674b49e.com^
||b30da4e330.com^
||b325a35aa1.com^
||b36a26f3ab.com^
||b397db8f50.com^
||b3kyo0de1fr0.com^
||b3ra6hmstrioek54er.com^
||b3stcond1tions.com^
||b3z29k1uxb.com^
||b42rracj.com^
||b44794baad.com^
||b4dda3f4a1.com^
||b50faca981.com^
||b57eb5adb4.com^
||b58ncoa1c07f.com^
||b5903af9fd.com^
||b5942f941d.com^
||b5c28f9b84.com^
||b5e75c56.com^
||b6143975c9.com^
||b616ca211a.com^
||b65415fde6.com^
||b70f0a4569.com^
||b73uszzq3g9h.com^
||b76751e155.com^
||b7om8bdayac6at.com^
||b81oidrmy82w.com^
||b833f917de.com^
||b88af87899.com^
||b8pfulzbyj7h.com^
||b9f4882bac.com^
||ba01520b8b.com^
||ba488608ee.com^
||ba83df6e74.com^
||baannre.com^
||baaomenaltho.com^
||babbnrs.com^
||babbyfriar.space^
||babfdicktnodx.xyz^
||babinjectbother.com^
||baboosloosh.top^
||babssata.com^
||babun.club^
||babyboomboomads.com^
||babyish-tea.com^
||babyishmate.pro^
||babynaz.xyz^
||babyniceshark.com^
||babysittingbeerthrobbing.com^
||baccarat112.com^
||bacishushaby.com^
||backetkidlike.com^
||backfireaccording.com^
||backfirestomachreasoning.com^
||backla2z8han09.com^
||backmerriment.com^
||backseatabundantpickpocket.com^
||backseatrunners.com^
||backssensorunreal.com^
||backstagedeputy.com^
||backupcelebritygrave.com^
||backwardkneesencroach.com^
||backwget99.com^
||backyardwarlock.com^
||baconaces.pro^
||baconbedside.com^
||baconytapemen.com^
||bacquetsituate.uno^
||badeldestarticulate.com^
||badexplainimmigrant.com^
||badgegirdle.com^
||badgerchance.com^
||badgreenssucceed.com^
||badjocks.com^
||badrookrafta.com^
||badsbads.com^
||badsecs.com^
||badsims.com^
||badskates.com^
||badskies.com^
||badslopes.com^
||badspads.com^
||badtopwitch.work^
||badubaho.com^
||badujaub.xyz^
||badword.xyz^
||baect.com^
||baelungilt.guru^
||baffngyawtwc.com^
||bagelinterest.com^
||bagfulcoughwallow.com^
||baggageconservationcaught.com^
||baggalaresaid.com^
||baggy-fail.pro^
||baghoorg.xyz^
||bagiijdjejjcficbaag.world^
||bagjuxtapose.com^
||baglaubs.com^
||baglezymoses.com^
||baglikeurging.com^
||bagnuterosive.com^
||bagrobsoufy.com^
||baguioattalea.com^
||bagwyncam.top^
||bahmemohod.com^
||bahom.cloud^
||bahswl.com^
||bahutuophian.com^
||baifaphoa.com^
||baijav.com^
||bailedgatheringmirth.com^
||bailedperiodic.com^
||bailifftoddle.com^
||bailoaso.xyz^
||bailonushe.com^
||bainushe.com^
||baiocsomma.com^
||baiseesh.net^
||baisoabe.com^
||baithoph.net^
||baitikoam.com^
||baitwizardrhythm.com^
||baiweero.com^
||baiweluy.com^
||baiwhuga.net^
||bajalato.info^
||bajracashboy.com^
||bakatvackzat.com^
||bakbdouw.com^
||bakerbrandy.com^
||bakeronerousfollowing.com^
||bakertangiblebehaved.com^
||bakeryunprofessional.com^
||bakongojotted.com^
||baksunjwoa.com^
||bakteso.ru^
||bakubabasilic.space^
||bakubasugis.guru^
||balcekonspn.com^
||balconhoist.com^
||balconyparded.com^
||balconypeer.com^
||baldwhizhens.com^
||baledenseabbreviation.com^
||baleiambwee.com^
||baletingo.com^
||ballarduous.com^
||ballastaccommodaterapt.com^
||ballateprebind.digital^
||balldevelopedhangnail.com^
||ballinghelonin.com^
||ballnotre.space^
||ballotsevicts.space^
||ballroomexhibitionmid.com^
||baloneyunraked.com^
||balphyra.com^
||balspaulite.com^
||baltchd.net^
||balvalur.com^
||bam-bam-slam.com^
||bamahseines.com^
||bambarmedia.com^
||banalrestart.com^
||banawyhjc.com^
||banbuyserve.com^
||banclip.com^
||bandageretaliateemail.com^
||bande2az.com^
||bandelcot.com^
||bandoraclink.com^
||bandsaislevow.com^
||banerator.net^
||banesvexful.website^
||bangedavenge.com^
||bangedzipperbet.com^
||bangingmeltcigarette.com^
||bangrighteous.com^
||bangtopads.com^
||bangtyranclank.com^
||bangute.xyz^
||banhq.com^
||banicywan.com^
||banistersconvictedrender.com^
||banisterspast.com^
||baniyasquibs.space^
||bankerbargainingquickie.com^
||bankerconcludeshare.com^
||bankingconcede.com^
||bankmenorates.website^
||banneradsday.com^
||banners5html2.com^
||banquetunarmedgrater.com^
||banselachoirs.life^
||bantercubicle.com^
||banterswalloon.com^
||banterteeserving.com^
||banteryquartin.com^
||bantygoozle.top^
||bapdvtk.com^
||bappeewit.top^
||baptrqyesunv.xyz^
||bapunglue.top^
||barbabridgeoverprotective.com^
||barbariannumerous.com^
||barbecuedilatefinally.com^
||barbedabout.com^
||barbeduseless.com^
||barbelskerugma.com^
||barbmerchant.com^
||bardatm.ru^
||barecurldiscovering.com^
||bareelaborate.com^
||barefootedleisurelypizza.com^
||barefootedpyjamasdetection.com^
||barelydresstraitor.com^
||barelytwinkledelegate.com^
||baresi.xyz^
||barfsmiaowpit.com^
||bargainingbrotherhood.com^
||bargeagency.com^
||bargedoctarch.com^
||bargingaricin.top^
||bariejow.top^
||barkanpickee.com^
||barkaryglaiket.uno^
||barlessclueing.life^
||barlo.xyz^
||barnabaslinger.com^
||barnaclecocoonjest.com^
||barnassumedaddict.com^
||barnmonths.com^
||baronsurrenderletter.com^
||barotodazes.com^
||barrelhonestlypublicity.com^
||barren-date.pro^
||barrerasaggon.life^
||barringjello.com^
||barscreative1.com^
||barteebs.xyz^
||barterproductionsbang.com^
||bartondelicate.com^
||bartonpriority.com^
||basaarf.com^
||basanrodham.top^
||baseballrabble.com^
||basedcloudata.com^
||basedpliable.com^
||baseduser.com^
||basementprognosis.com^
||basenjisilyl.com^
||baseporno.com^
||basepush.com^
||basheighthnumerous.com^
||bashfuladvancedeliberately.com^
||bashnourish.com^
||bashwhoopflash.com^
||basicwhenpear.com^
||basilarendowed.website^
||basintippets.com^
||basionstraily.top^
||basisscarcelynaughty.com^
||basketballshameless.com^
||baskgodless.com^
||baskpension.com^
||basleagues.top^
||bassarazit.top^
||bassengravefascinated.com^
||bassoonavatara.com^
||bassus.miraells.top^
||bastardminims.com^
||bastarduponupon.com^
||baste-znl.com^
||bastesgaltrap.com^
||bastingestival.com^
||bastwmrkgs.com^
||baszlo.com^
||batakfry.com^
||batangam.digital^
||batataslavify.guru^
||batchhermichermicsecondly.com^
||batcrack.icu^
||batebalmy.com^
||batedisqualify.com^
||bathabed.com^
||bathbrrvwr.com^
||bathepoliteness.com^
||batheunits.com^
||bathroombornsharp.com^
||bathtubpitcher.com^
||batioc.com^
||battelscannach.com^
||battepush.com^
||batterdisagreement.com^
||battiesnarras.com^
||battledninos.top^
||batwaxwok.site^
||baubogla.com^
||bauchleredries.com^
||baunaurou.com^
||bauptone.com^
||bauptost.net^
||bauvaikul.com^
||bauviseph.com^
||bauweethie.com^
||bavxuhaxtqi.com^
||bawickie.com^
||bawlerhanoi.website^
||baxascpkean.com^
||baxotjdtesah.com^
||baylnk.com^
||baysexthy.com^
||bayshorline.com^
||baywednesday.com^
||baywoodkbps.space^
||bazaki.xyz^
||bazamodov.ru^
||bazao.xyz^
||bb1ba63212.com^
||bbangads.b-cdn.net^
||bbannjdax.com^
||bbaxeoftbnhehev.com^
||bbcrgate.com^
||bbd834il.de^
||bbdobm.com^
||bbgickdocf.xyz^
||bbgtranst.com^
||bbhxuqym.xyz^
||bbiuowdofb.com^
||bbjnttjqknnmf.com^
||bbkaqmmknori.com^
||bbkydnakc.com^
||bbmlhsehxwi.com^
||bbmrraevneawv.top^
||bbmrraevneqaz.top^
||bbmrraevnevnk.top^
||bbqckhmgboal.xyz^
||bbrdbr.com^
||bbsgsmmqviaob.xyz^
||bbvbyzzyrebek.top^
||bbwcbdurxalsks.com^
||bbwzzwremrrmr.top^
||bbwzzwremrvkl.top^
||bbyavrykjopnnx.xyz^
||bbyjgkkdihiyxy.com^
||bbywwimafntyjbm.com^
||bc16fd1a7f.com^
||bc5c04eefb.com^
||bc84617c73.com^
||bcae944449.com^
||bcaquzxajka.com^
||bcczmm.com^
||bcd8072b72.com^
||bcea24c9be.com^
||bceptemujahb.com^
||bcfaonqj.com^
||bcffkvpjqferl.com^
||bcfgkycsn.com^
||bchkhtyns.com^
||bckqdynigv.com^
||bclikeqt.com^
||bcloudhost.com^
||bcprm.com^
||bcshabmrfeshpif.xyz^
||bctagb56.xyz^
||bcuiaw.com^
||bcxcxixcwprccn.com^
||bczzwakqyae.com^
||bdbffuwrxmsekjp.com^
||bdbovbmfu.xyz^
||bddc935c97.com^
||bdf7a07377.com^
||bdfagcumunjzx.com^
||bdfe35942f.com^
||bdhddyknhy.com^
||bdjdhouhoipj.com^
||bdmbazqsboxooh.com^
||bdpxghphiwykioy.com^
||bdqjqfqyw.xyz^
||bdqolehoomnyk.com^
||bduwfmbhp.com^
||bdyumwlf.com^
||be47f5d7a4.com^
||be59d81163.com^
||be5fb85a02.com^
||bea4f47fc3.com^
||bea988787c.com^
||beabbqlkiekmxgp.com^
||beachanatomyheroin.com^
||beadderivativemermaid.com^
||beakerweedjazz.com^
||beakobjectcaliber.com^
||beamagetechies.guru^
||beambroth.com^
||beamedshipwreck.com^
||beammanmoile.space^
||beanborrowed.com^
||bearableforever.com^
||bearableher.com^
||bearagriculture.com^
||bearbanepant.com^
||beardinrather.com^
||bearpawclouty.com^
||beastintruder.com^
||beastsclassbiscuit.com^
||beastsmalefic.uno^
||beaststokersleazy.com^
||beatifulapplabland.com^
||beatifulllhistory.com^
||beauartisticleaflets.com^
||beautifulasaweath.info^
||beautifullyinflux.com^
||beaverculbert.uno^
||beavertron.com^
||beavervehicle.com^
||beaxewr.com^
||beaziotclb.com^
||bebayjoisted.com^
||beblass.com^
||bebloommulvel.com^
||bebpnmskw.com^
||bebreloomr.com^
||becamedevelopfailure.com^
||becaul.com^
||beccc1d245.com^
||becces.com^
||bechatotan.com^
||becheckbahima.top^
||beckerbauds.com^
||becketcoffee.com^
||beckfaster.com^
||beckoverreactcasual.com^
||beclippeeweep.com^
||becomeapartner.io^
||becomeobnoxiousturk.com^
||becomesnerveshobble.com^
||becomesobtrusive.com^
||becorsolaom.com^
||becrustleom.com^
||bectalonic.com^
||becuboneor.com^
||becutblipped.uno^
||bedaslonej.com^
||bedaslonejul.cc^
||bedaubcrig.website^
||bedbaatvdc.com^
||beddingcadetexploded.com^
||bedeaflakism.com^
||bedevilglare.com^
||bedmantaximan.com^
||bedodrioer.com^
||bedodrioon.com^
||bedrapiona.com^
||bedsideseller.com^
||bedspictures.com^
||bedwhimpershindig.com^
||beechverandahvanilla.com^
||beefcollections.com^
||beefeggspin.com^
||beefyespeciallydrunken.com^
||beegotou.net^
||beehivefestivesolve.com^
||beehomemade.com^
||beemauhu.xyz^
||beemolgator.com^
||beenoper.com^
||beeperdecisivecommunication.com^
||beeporntube.com^
||beeragegeet.life^
||beeraggravationsurfaces.com^
||beesforestallsuffer.com^
||beeshanoozuk.com^
||beestuneglon.com^
||beetcrenula.com^
||beetlestrooped.life^
||beetrootopposeddwelling.com^
||beetrootshady.com^
||beetrootsquirtexamples.com^
||beevakum.net^
||beevalt.com^
||beevephe.xyz^
||beewakiy.com^
||bef62233f1.com^
||befirstcdn.com^
||beforehandeccentricinhospitable.com^
||beforehandopt.com^
||befrx.com^
||befujgfah.com^
||begantotireo.xyz^
||begaudycacatua.com^
||beggarlyfilmingabreast.com^
||beggarlymeatcan.com^
||beggingoppida.space^
||beginnerhooligansnob.com^
||beginninggoondirections.com^
||beginningirresponsibility.com^
||beginoppressivegreet.com^
||begknock.com^
||begracetindery.com^
||begripecheatee.guru^
||begruzar.com^
||beguat.com^
||begunwomanwhiskey.com^
||begwhistlinggem.com^
||behalfpagedesolate.com^
||behalfplead.com^
||beharmalted.info^
||behavedforciblecashier.com^
||behavelyricshighly.com^
||behaviourquarrelsomelollipop.com^
||beheadmuffleddetached.com^
||beheldconformoutlaw.com^
||behick.com^
||behim.click^
||behindfebruary.com^
||behink.com^
||beholdascared.com^
||beholdsalmonsituated.com^
||behoppipan.com^
||beigecombinedsniffing.com^
||beigefindaccurate.com^
||beingsjeanssent.com^
||beinri.com^
||beitandfalloni.com^
||beiven.pw^
||bejesustrolly.guru^
||bejirachir.com^
||bejolteonor.com^
||beklefkiom.com^
||beklinkor.com^
||beknittykhana.life^
||belamicash.com^
||belavoplay.com^
||belaya2shu1ba1.com^
||belengougha.com^
||belfarewesbe.info^
||belfrynonfiction.com^
||belgir.com^
||belgrekblackad.com^
||belgud.com^
||belia-glp.com^
||belickitungchan.com^
||believableboy.com^
||believedvarieties.com^
||believemefly.com^
||believeradar.com^
||believersheet.com^
||belightpeonize.com^
||belikeelean.life^
||belittlepads.com^
||bellamyawardinfallible.com^
||bellmandrawbar.com^
||bellowtabloid.com^
||bellpressinginspector.com^
||belombrea.com^
||belongedshark.com^
||belovedfrolic.com^
||beloveupcreep.com^
||beludicolor.com^
||belwrite.com^
||bemachopor.com^
||bemadsonline.com^
||bemanectricr.com^
||bemascloche.life^
||bembabewhore.com^
||bemedichamchan.com^
||bemobpath.com^
||bemobtrcks.com^
||bemobtrk.com^
||bemocksmunched.com^
||bemsongy.com^
||bemusic.xyz^
||benastyunkiss.digital^
||benced.com^
||benchsuited.com^
||bendfrequency.com^
||bendingrevivestriped.com^
||bendingroyaltyteeth.com^
||beneathallowing.com^
||beneathgirlproceed.com^
||beneficialviewedallude.com^
||benefitsshea.com^
||benelph.de^
||benengagewriggle.com^
||benevolencepair.com^
||benevolentdifferentlymeadow.com^
||benevolentrome.com^
||bengaldefer.com^
||bengekoo.com^
||benidorinor.com^
||benignitydesirespring.com^
||benignitywoofovercoat.com^
||bennetevidentlylog.com^
||benonblkd.xyz^
||benoopto.com^
||benshdarat.website^
||bensokive.com^
||bentonuncage.com^
||benumbagcy.com^
||benumelan.com^
||benzolescabrin.com^
||benzolsflask.website^
||beonixom.com^
||bepapersurmise.space^
||beparaspr.com^
||bephungoagno.com^
||bepilelaities.com^
||bepqevudfoha.com^
||bepunbabite.uno^
||ber2g8e3keley.com^
||berchchisel.com^
||berendphloeum.com^
||berenicepunch.com^
||bergsmouflon.com^
||berideshaptin.com^
||berinsestoray.com^
||berkshiretoday.xyz^
||berlindespraque.life^
||berlinsnevoid.com^
||berlipurplin.com^
||bermssuluan.com^
||bermudaamowt.com^
||berrieralbe.com^
||berriescourageous.com^
||berryheight.com^
||berryhillfarmgwent.com^
||berses.com^
||berthsorry.com^
||bertrammontleymontleyexists.com^
||berush.com^
||bescourpeined.top^
||beseechaircraftorange.com^
||beserte.pro^
||besguses.pro^
||beshellspitous.com^
||besidesaffluentcurrently.com^
||besidesparties.com^
||besighcaman.com^
||besinpbx.com^
||beskittyan.com^
||besmeargleor.com^
||besortkotower.website^
||besqspbpnucpwk.com^
||best-offer-for-you.com^
||best-prize.life^
||best-protection4.me^
||best-seat.pro^
||best-vpn-app.com^
||best-vpn.click^
||bestadbid.com^
||bestadload.com^
||bestadmax.com^
||bestadultaction.com^
||bestapplandever.com^
||bestaryua.com^
||bestaybuzzed.website^
||bestclicktitle.com^
||bestcond1tions.com^
||bestcontentaccess.top^
||bestcontentfacility.top^
||bestcontentfee.top^
||bestcontentfund.top^
||bestcontenthost.com^
||bestcontentjob.top^
||bestcontentoperation.top^
||bestcontentplan.top^
||bestcontentprogram.top^
||bestcontentproject.top^
||bestcontentprovider.top^
||bestcontentservice.top^
||bestcontenttrade.top^
||bestcontentuse.top^
||bestcontentweb.top^
||bestconvertor.club^
||bestcpmnetwork.com^
||bestdisplaycontent.com^
||bestdisplayformats.com^
||besteasyclick.com^
||bestexp1.com^
||bestladymeet.life^
||bestloans.tips^
||bestmmogame.com^
||bestofmoneysurvey.top^
||bestonlinecasino.club^
||bestprizerhere.life^
||bestresulttostart.com^
||bestrevenuenetwork.com^
||bestsafefast.com^
||besttracksolution.com^
||bestwinterclck.name^
||bestxxxaction.com^
||besty-deals.com^
||bestzba.com^
||betads.xyz^
||betahit.click^
||betalonflamechan.com^
||betemolgar.com^
||beterrakionan.com^
||betforakiea.com^
||betgorebysson.club^
||bethelskneeler.website^
||bethinkparah.com^
||betimbur.com^
||betjoltiktor.com^
||betklefkior.com^
||betmasquerainchan.com^
||betnidorinoan.net^
||betnoctowlor.com^
||betonpolite.com^
||betosslingala.com^
||betotodilea.com^
||betotodileon.com^
||betrayedcommissionstocking.com^
||betrayedrecorderresidence.com^
||betrimethinyl.top^
||betriolua.com^
||betshucklean.com^
||bett2you.com^
||bett2you.net^
||bett2you.org^
||better-might.pro^
||betteradsystem.com^
||bettercontentservice.top^
||betterdomino.com^
||bettermeter.com^
||bettersnitch.com^
||bettin2you.com^
||bettingfingerprintgrade.com^
||bettingpartners.com^
||beturtwiga.com^
||betxerneastor.club^
||betyhupte.com^
||betzapdoson.com^
||beunblkd.xyz^
||beverleyagrarianbeep.com^
||beverleyprowlpreparing.com^
||bevuelabium.guru^
||bewailblockade.com^
||bewailenquiredimprovements.com^
||bewailindigestionunhappy.com^
||bewarecontroversy.com^
||bewareisopointless.com^
||bewarevampiresister.com^
||bewathis.com^
||bewdnkh.com^
||bewitchadmiringconstraint.com^
||bewoobaton.com^
||bewsejqcbm.com^
||bexxhlatjhmyei.xyz^
||beyanmaan.com^
||beylicbesmile.com^
||bezettescanner.com^
||bezoardawdles.digital^
||bezoarschrysid.com^
||bezuka.xyz^
||bf-ad.net^
||bf9c674cc0.com^
||bfast.com^
||bfbkqmoxrh.com^
||bfda839646.com^
||bfddexwchocnwx.com^
||bfeflwuhyhxgw.com^
||bfgacxuooced.com^
||bfogxatnxkkmlc.com^
||bfovysc.com^
||bfrghskgq.com^
||bfsnxjwfju.xyz^
||bftlugdih.com^
||bfutvoehfooh.com^
||bfwnkcfsycbd.com^
||bfxytxdpnk.com^
||bg4nxu2u5t.com^
||bgbkvawcctzqql.com^
||bgcold.com^
||bgcoll.com^
||bgeclklgpnk.xyz^
||bgevhldiekl.xyz^
||bginrbancsr.com^
||bgjsjep.com^
||bgmycyoylcc.com^
||bgnjefgkuebs.com^
||bgrgkbnqdsvxc.com^
||bgxwlomtebrtq.com^
||bgyeouoavr.xyz^
||bgyutxdcetx.com^
||bh3.net^
||bhalukecky.com^
||bhapnssodp.com^
||bharalhallahs.com^
||bharsilked.com^
||bhcont.com^
||bhcostefja.com^
||bhgmlryalkwx.xyz^
||bhlom.com^
||bhlph.com^
||bhnhejwj.com^
||bhnjwmega.com^
||bhnmkauncgr.com^
||bhqfnuq.com^
||bhuoeykefbnfgc.com^
||bhupsrkrwnggcl.com^
||bhvpdupimb.xyz^
||bhxogodamtrcs.com^
||biabowqi.com^
||bialithicket.com^
||biancasunlit.com^
||bibberbummler.com^
||bibbledendysis.top^
||biblesausage.com^
||bibletweak.com^
||bibtu.com^
||bicyclelistoffhandpaying.com^
||bicyclelistpermanentlyenslave.com^
||bicyclelistworst.com^
||bid-engine.com^
||bid.glass^
||bidadx.com^
||bidbadlyarsonist.com^
||bidbeneficial.com^
||bidbrain.app^
||bidclickmedia.com^
||bidder.dev^
||bidderads.com^
||bidderyaldose.top^
||bidfhimuqwij.com^
||bidhead.net^
||bidiboffin.top^
||bidiology.com^
||bidsangelim.space^
||bidsxchange.com^
||bidtheatre.com^
||bidvance.com^
||bidverdrd.com^
||bieliddittied.com^
||biemedia.com^
||biforinslogs.life^
||biftoast.com^
||bigappboi.com^
||bigbasketshop.com^
||bigbolz.com^
||bigbootymania.com^
||bigbricks.org^
||bigbusinesstoday.xyz^
||bigchoicegroup.com^
||bigeagle.biz^
||bigelowcleaning.com^
||biggainsurvey.top^
||biggerluck.com^
||biggersplinterrattle.com^
||biggestfisherman.com^
||biggestgainsurvey.top^
||bigheartedresentfulailment.com^
||bigneptunesept.com^
||bigrourg.net^
||bigvids.online^
||bigvids.space^
||bihake.com^
||bihunekus.com^
||bijitsoa.com^
||bijouremudas.space^
||bijwehk.com^
||bijxpjgtdrgk.com^
||bike-adsbidding.org^
||bikehowfaded.com^
||bikeno.xyz^
||bikesformallycopper.com^
||bikesmachineryi.com^
||bikewaft.com^
||bikrurda.net^
||bilateralgodmother.com^
||bilgerak.com^
||bilicaxers.com^
||bilingualfestive.com^
||bilingualwalking.com^
||bilkedsquit.com^
||bilkerlouisa.com^
||bilkersdtente.uno^
||billersdunamis.com^
||billiardsnotealertness.com^
||billiardssequelsticky.com^
||billionpops.com^
||billionstarads.com^
||billybobandirect.org^
||billygroups.com^
||billyhis.com^
||billypub.com^
||bilsyndication.com^
||bimlocal.com^
||bimorphtuna.top^
||bin-layer.ru^
||bin-tds.site^
||binaryborrowedorganized.com^
||binaryfailure.com^
||bincatracs.com^
||bineukdwithmef.info^
||bingoocy.com^
||binmenkollast.com^
||binomnet.com^
||binomnet3.com^
||binomtrcks.site^
||binorf.com^
||binoticprotea.com^
||bioces.com^
||biologysecret.com^
||biopicfumer.space^
||biopsyheadless.com^
||biosda.com^
||biphic.com^
||bipidoan.com^
||biplihopsdim.com^
||biptolyla.com^
||birchdynamicunicorn.com^
||bird-getabid.net^
||birdeyedigenea.com^
||birdnavy.com^
||biroads.com^
||birqmiowxfh.com^
||birter.com^
||birthdayforester.com^
||birthdayinhale.com^
||birtuwhaim.com^
||biscow.com^
||biserka.xyz^
||bisesacnodes.com^
||bisetsoliped.com^
||bisheehee.com^
||bisleyserrano.com^
||bisnagaunction.top^
||bisnumnyer.com^
||bissailre.com^
||bissonbunging.com^
||bissonprevoid.website^
||bistigaleod.life^
||bit-ad.com^
||bitbeat7.com^
||bitcoin-news.vip^
||biteburied.com^
||bitemisuse.com^
||biteneverthelessnan.com^
||bitesized-commission.pro^
||bits.avcdn.net^
||bitsspiral.com^
||bittenlacygreater.com^
||bitterborder.pro^
||bitterlyimprovegreat.com^
||bitternessjudicious.com^
||bitterportablerespectively.com^
||bittygravely.com.com^
||bittygravely.com^
||bittyordinaldominion.com^
||bitumenscoff.website^
||biturl.co^
||bitx.tv^
||biunialpawnie.top^
||biuskye.com^
||bixyfyvo.com^
||biz-newsfeed1.com^
||bizarrewhereupon.com^
||biznewsinsider.com^
||bizographics.com^
||bizonads-ssp.com^
||bizrotator.com^
||bj1110.online^
||bjaarvfcgk.com^
||bjakku.com^
||bjaxmaydcnal.xyz^
||bjbjrlnakwvz.top^
||bjeellnaldl.xyz^
||bjiehnopho.com^
||bjjkuoxidr.xyz^
||bjjnovsnejwm.com^
||bjornecoydog.com^
||bjpvbufsxjhvq.com^
||bjqug.xyz^
||bjrgsjxb.xyz^
||bjwqqohwtgbbs.com^
||bjxiangcao.com^
||bjyulyeqrmv.xyz^
||bkbrmmlyyvekz.top^
||bkbrmmlyyvlyk.top^
||bkcwdlfgopr.com^
||bkembwdgujzp.com^
||bkepmwuqui.com^
||bkhhijbvyq.com^
||bkirfeu.com^
||bkjhqkohal.com^
||bkkejrveemlbk.top^
||bkkejrveemmbr.top^
||bkkejrveemmzv.top^
||bklesfzb.com^
||bkpndkowbo.com^
||bkrmyhynjddpl.com^
||bkrzykymkvea.top^
||bkujacocdop.com^
||bkyqhavuracs.com^
||bkyratafrni.com^
||bkzwzyznzqabk.top^
||bkzwzyznzqjzl.top^
||bl0uxepb4o.com^
||bl230126pb.com^
||blabbasket.com^
||blabtextmessagephotocopy.com^
||blackcurrantfootballsimilarly.com^
||blackenseaside.com^
||blackentrue.com^
||blacklinetosplit.com^
||blacklinknow.com^
||blacklinknowss.co^
||blackmailbrigade.com^
||blackmailingpanic.com^
||blackmailshoot.com^
||blackname.biz^
||blacknesskangaroo.com^
||blacknesskeepplan.com^
||blacurlik.com^
||bladesteenycheerfully.com^
||bladswetis.com^
||blaghfpd.com^
||blamads.com^
||blamechevyannually.com^
||blamedbuckie.fun^
||blamersservian.digital^
||blancheavily.uno^
||bland-factor.pro^
||bland-husband.com^
||blanddish.pro^
||blandefface.space^
||blaneo.com^
||blareclockwisebead.com^
||blastadoptedlink.com^
||blastcahs.com^
||blastedlurched.com^
||blastpainterclerk.com^
||blastsufficientlyexposed.com^
||blatewave.top^
||blatwalm.com^
||blaze-media.com^
||blazesomeplacespecification.com^
||blbazybajjevv.top^
||blbazybajvzvw.top^
||blbesnuff.digital^
||bldvxzxdpsrjla.com^
||bleachebbfed.com^
||bleaksheinz.com^
||bleandworld.xyz^
||bleandworldw.org^
||bleatflirtengland.com^
||bleedingofficecontagion.com^
||blehcourt.com^
||blemishwillingpunishment.com^
||blendedbird.com^
||bleokerrie.com^
||blessgravity.com^
||blessinghookup.com^
||blessingsome.com^
||bletheequus.com^
||blg-1216lb.com^
||blicatedlitytl.info^
||blidbqd.com^
||blindefficiency.pro^
||blindlyhap.top^
||blindnessmisty.com^
||blindnessselfemployedpremature.com^
||blinkjork.com^
||blinkpainmanly.com^
||blinktowel.com^
||blismedia.com^
||blisscleopatra.com^
||blissfulblackout.com^
||blissfulclick.pro^
||blissfuldes.com^
||blissfulonline.com^
||blisterpompey.com^
||blistest.xyz^
||blizzardcinnamonappointed.com^
||bljyynzmlmnrl.top^
||blkwrjerbklya.top^
||bllom.cloud^
||blnojxqob.top^
||bloatrome.com^
||blobjournalistunwind.com^
||bloblohub.com^
||blockaddictioninterfere.com^
||blockadsnot.com^
||blockchain-ads.com^
||blockchaintop.nl^
||blockedadulatoryhotel.com^
||blockingdarlingshrivel.com^
||blockinggleamingmadeup.com^
||blocksly.org^
||blogger2020.com^
||bloggerex.com^
||blogherads.com^
||blojgiqjcp.xyz^
||blondeopinion.com^
||blondhoverhesitation.com^
||blondsdixie.com^
||blondserve.com^
||blondtheirs.com^
||bloodagitatedbeing.com^
||bloodlessarchives.com^
||bloodmaintenancezoom.com^
||bloodyfrighten.com^
||blooks.info^
||bloomsgoas.com^
||blowflysempre.uno^
||blowlanternradical.com^
||blownabolishmentabbreviate.com^
||blowssubplow.com^
||blsrscpqu.com^
||blu5fdclr.com^
||blubberobsessionsound.com^
||blubberrivers.com^
||blubberspoiled.com^
||blubbertables.com^
||bludwan.com^
||blue-biddingz.org^
||blueadvertise.com^
||bluedawning.com^
||bluelinknow.com^
||blueomatic.com^
||blueparrot.media^
||blueswordksh.com^
||blueygeckoid.top^
||blueyloulu.com^
||bluffdetermine.com^
||bluishgrunt.com^
||blunderadventurouscompound.com^
||blunksdaler.uno^
||blurbigdoable.com^
||blurlorum.uno^
||blushbuiltonboard.com^
||blushgoats.com^
||blushmossy.com^
||blzjjrwbwvjav.top^
||bmbmwiadmvx.com^
||bmbuqmdrjjhny.com^
||bmbvrjylevrba.top^
||bmcdn1.com^
||bmcdn2.com^
||bmcdn3.com^
||bmcdn4.com^
||bmcdn5.com^
||bmcdn6.com^
||bmdmtsqmymthdx.com^
||bmesoqnxqjuwmfa.com^
||bmggqehmcvny.xyz^
||bmgipyr.com^
||bmhenchlyica.xyz^
||bmjlzyjwwmbyr.top^
||bmjlzyjwwmwaw.top^
||bmjlzyjwwmwyk.top^
||bmkmlweih.com^
||bmkz57b79pxk.com^
||bmlcuby.com^
||bmmauazi.com^
||bmpgkspo.xyz^
||bmptbyb.com^
||bmqtvmdg.xyz^
||bmrgliygnaf.com^
||bmvjxiiijtebtu.com^
||bmwrbwei.xyz^
||bmycupptafr.com^
||bmydajrkaw.com^
||bmzmeugzar.com^
||bmzqyzmvvvkqa.top^
||bn5x.net^
||bnagilu.com^
||bncloudfl.com^
||bnczrbrhiacp.com^
||bnfoeabisp.com^
||bngdin.com^
||bngdyn.com^
||bngmadjd.de^
||bngprl.com^
||bngprm.com^
||bngpst.com^
||bngpt.com^
||bngtrak.com^
||bngwlt.com^
||bnhnkbknlfnniug.xyz^
||bnhtml.com^
||bnivcpronr.com^
||bnjotruds.com^
||bnmjjwinf292.com^
||bnmkl.com^
||bnmmojmdiegfc.com^
||bnohewjt.com^
||bnpmtoazgw.com^
||bnr.sys.lv^
||bnrdom.com^
||bnrs.it^
||bnrsis.com^
||bnrslks.com^
||bnserving.com^
||bnster.com^
||bnxydwdgr.com^
||bo2ffe45ss4gie.com^
||boabeeniptu.com^
||boacheeb.com^
||boagloozee.com^
||boahnoy.com^
||boahoupi.com^
||boajagoar.com^
||boakauso.com^
||boannre.com^
||boannred.com^
||boaphaps.net^
||boaphoot.com^
||boaroowhon.com^
||boarshrubforemost.com^
||boastego.xyz^
||boastemployer.com^
||boastfive.com^
||boasttrial.com^
||boastwelfare.com^
||boaswooned.com^
||boatheeh.com^
||boatoamo.com^
||boayipids.com^
||bobabillydirect.org^
||bobboro.com^
||bobqucc.com^
||bocoyoutage.com^
||bodaichi.xyz^
||bodaile.com^
||bodelen.com^
||bodilymust.com^
||bodilywondering.com^
||bodyguardencouraged.com^
||bodytasted.com^
||boenedb.com^
||boeneds.com^
||boeojpmxvwbgn.com^
||boffinsoft.com^
||boffoadsfeeds.com^
||boffosgemeled.digital^
||boftogro.net^
||boggyamrit.com^
||bognunub.com^
||bogrodius.com^
||boguetrust.com^
||boharaf.com^
||boheasceile.top^
||boheir.com^
||bohowhepsked.com^
||bohpvdmwjl.com^
||boilabsent.com^
||boilerefforlessefforlessregistered.com^
||boilingloathe.com^
||boilingtruce.com^
||boilslashtasted.com^
||boilwiggle.com^
||boinkcash.com^
||boisterousemblem.com^
||bokeden.com^
||bokomarratel.com^
||boldboycott.com^
||boldinsect.pro^
||boldscantyfrustrating.com^
||bolivarmaltol.website^
||bolofoak.net^
||boloingopulent.guru^
||boloptrex.com^
||bolrookr.com^
||bolsek.ru^
||bolssc.com^
||bolstersecours.digital^
||bolteffecteddanger.com^
||boltepse.com^
||bolz.lol^
||bonad.io^
||bonafides.club^
||bonallyzoea.com^
||bondagecoexist.com^
||bondageeduc.com^
||bondagetrack.com^
||bondfondif.com^
||bondprodtrue.com^
||boneporridge.com^
||bonertraffic.info^
||bonertraffic.mobi^
||bonertraffic12.pro^
||bonertraffic13.info^
||bonertraffic13.mobi^
||bonertraffic14.info^
||bonertraffic14.pro^
||bonesinoffensivebook.com^
||bonfiresaltymilk.com^
||bongacams7.com^
||bongaucm.xyz^
||bongauns.xyz^
||bonicus.com^
||bonjonetwork.com^
||bonnettaking.com^
||bonnnesfoxily.com^
||bonomans.com^
||bonus-app.net^
||bonusaward.life^
||bonuscontract.com^
||bonusmaniac.com^
||bonusshatter.com^
||bonyspecialist.pro^
||bonzai.ad^
||boodaisi.xyz^
||booddianoia.top^
||boodymauves.com^
||boogopee.com^
||bookadil.com^
||bookbannershop.com^
||bookcrazystadium.com^
||bookerstudent.com^
||bookeryboutre.com^
||bookletalternative.com^
||bookletcanvass.com^
||bookletcarline.top^
||bookletfreshmanbetray.com^
||bookljlihooli.com^
||bookmakers.click^
||bookmanzyzzyva.com^
||bookmenmetope.life^
||bookmsg.com^
||booknower.com^
||bookodus.xyz^
||bookpostponemoreover.com^
||bookshelfcomplaint.com^
||bookstaircasenaval.com^
||bookstoreunfortunate.com^
||boolevool.com^
||boom-boom-vroom.com^
||boomads.com^
||boominfluxdrank.com^
||boomouso.xyz^
||boomwalkertraveller.com^
||boongsmokeho.com^
||boorgagilden.com^
||boorsasteria.top^
||booshoune.com^
||booshout.com^
||boosiesnudd.top^
||boost-next.co.jp^
||boostcdn.net^
||boostclic.com^
||boostcpm.su^
||booster-vax.com^
||booster.monster^
||boostog.net^
||bootstrap-framework.org^
||bootstrap-js.com^
||bootstraplugin.com^
||bootvolleyball.com^
||bootypleatpublisher.com^
||boozifyprays.space^
||bop-bop-bam.com^
||bopexacta.com^
||boptegre.com^
||bopvetgel.com^
||bordelhaylage.cfd^
||bordsnewsjule.com^
||boredinitial.com^
||boredombizarrerepent.com^
||borehatchetcarnival.com^
||borghgeog.com^
||borgoonu.net^
||borhaj.com^
||borhod.com^
||boridescyamid.com^
||boringassistantincite.com^
||boringbegglanced.com^
||boriod.com^
||boriskink.com^
||bornebeautify.com^
||bornegypsy.com^
||bornrefreshmentheater.com^
||borofez.com^
||boroniasunback.com^
||bororango.com^
||borotango.com^
||boroup.com^
||borrowdefeat.com^
||borrowmarmotforester.com^
||borumis.com^
||borzjournal.ru^
||bosda.xyz^
||boshaulr.net^
||bosodeterna.com^
||bosomunidentifiedbead.com^
||bosplyx.com^
||bosquehaafs.top^
||bossageagree.com^
||bosseslaps.website^
||bossyinternal.pro^
||bostonwall.com^
||bostopago.com^
||bot-checker.com^
||bothele.com^
||bothererune.com^
||botherherself.website^
||botherlightensideway.com^
||bothsemicolon.com^
||botongfuff.uno^
||botsaunirt.com^
||bottelowse.guru^
||bottledinfectionearthquake.com^
||bottleschance.com^
||bottlescharitygrowth.com^
||bottleselement.com^
||bouchipeeju.com^
||boudja.com^
||boudutoo.net^
||boughtjovialamnesty.com^
||bouhaisaufy.com^
||bouhtquecu.com^
||boulevardpilgrim.com^
||bounceads.net^
||bouncebidder.com^
||bouncingbalconysuperior.com^
||bouncingtiger.online^
||bouncy-collar.com^
||bouncy-wheel.pro^
||boundaryconcentrateobscene.com^
||boundsinflectioncustom.com^
||bouphaig.net^
||bouptosaive.com^
||bouqaiewfksqz.com^
||bourbonlunches.com^
||boustahe.com^
||bousyshock.com^
||bouwehee.xyz^
||bovategunrack.cfd^
||bovemtou.xyz^
||bowedcounty.com^
||boweddemand.com^
||bowerspollees.com^
||bowerywill.com^
||boweve.com^
||bowldescended.com^
||bowlersoceloid.com^
||bowlingconcise.com^
||bowlprick.com^
||bowlsolicitor.com^
||bowmoolog.com^
||bowtellwhincow.cfd^
||boxappellation.com^
||boxernightdilution.com^
||boxerparliamenttulip.com^
||boxhaulchrist.guru^
||boxlikepavers.com^
||boxlivegarden.com^
||boxofficehelping.com^
||boxofficeliterally.com^
||boxofwhisper.com^
||boxrest.website^
||boxtopgirts.top^
||boxtreeteat.com^
||boxvunkppus.com^
||boycottcandle.com^
||boyishabow.com^
||boyishdefend.com^
||boyishdetrimental.com^
||boyishstatisticsdear.com^
||boyughaye.com^
||boyunakylie.com^
||boywhowascr.info^
||bp9l1pi60.pro^
||bpgeylke.xyz^
||bpiomsgxkfphrg.com^
||bpjgiwzzmgjp.com^
||bpmvdlt.com^
||bpmvkvb.com^
||bpnauclcmo.xyz^
||bpnygytgjt.com^
||bponxqlit.com^
||bpplkotkpduwob.com^
||bptracking.com^
||bptssoahsfoz.com^
||bpwwsusgb.com^
||bpxcqxonbmn.com^
||bqadfytoqbyhdxs.xyz^
||bqeuffmdobmpoe.xyz^
||bqiajdqye.com^
||bqieaijre.xyz^
||bqimhnhltoili.com^
||bqklioghtnqs.com^
||bqkwfioyd.xyz^
||bqlhwrgxoedsm.com^
||bqpvduxtfhwsd.com^
||bqqvmupmcnjnbv.com^
||bqscznsc.com^
||bqszmacv.com^
||bqxhgnf.com^
||bqypgubvupcg.com^
||br3azil334nutsz.com^
||brabywig.live^
||braceletdistraughtpoll.com^
||bracerocclude.life^
||bracerulcered.top^
||braceudder.com^
||bracketcalculator.com^
||bracketknolls.uno^
||bracketterminusalias.com^
||brada.buzz^
||bradleyscannertortoise.com^
||bradleysolarconstant.com^
||braflipperstense.com^
||braggingbegefficiency.com^
||braggingbehave.com^
||bragpsychicsophomore.com^
||bragspiritualstay.com^
||braiderichu.guru^
||braidformulathick.com^
||braidprosecution.com^
||brainient.com^
||brainlessshut.com^
||brainlyads.com^
||braintb.com^
||brairdcaratch.digital^
||brakercorvet.top^
||brakesequator.com^
||brakestrucksupporter.com^
||braketoothbrusheject.com^
||brakiefissive.com^
||bramblyrebecs.uno^
||brancheschestnutsour.com^
||branchesdollar.com^
||branchr.com^
||branchyherbs.uno^
||brand-display.com^
||brand.net^
||brandads.net^
||brandaffinity.net^
||brandclik.com^
||branddnewcode1.me^
||brandlabs.ai^
||brandnewapp.pro^
||brandnewsnorted.com^
||brandreachsys.com^
||brandstds.com^
||branlesero.com^
||brashesjufti.life^
||brassstacker.com^
||brasstrones.com^
||brasthingut.com^
||braveryinherited.com^
||braveteam.info^
||bravetense.com^
||bravotrk.com^
||brawlperennialcalumny.com^
||brazenwholly.com^
||brbupali.com^
||brdhbgcp.com^
||breadpro.com^
||breadsincerely.com^
||breadthneedle.com^
||breakablepermit.com^
||breakdownreprintsentimental.com^
||breakfastinvitingdetergent.com^
||breakfastsinew.com^
||breakingarable.com^
||breakingbailpronounce.com^
||breakingfeedz.com^
||breakingreproachsuspicions.com^
||breakthroughfuzzy.com^
||breakupbun.com^
||breakupprediction.com^
||breastfeedingdelightedtease.com^
||breatheeternity.com^
||breathelicense.com^
||brecciastroke.top^
||brechtembrowd.com^
||bred4tula.com^
||bredajangle.guru^
||breechesbottomelf.com^
||breedergig.com^
||breederpainlesslake.com^
||breederparadisetoxic.com^
||breedingperforming.com^
||breedingpulverize.com^
||breedingunspeakableplaice.com^
||breedselance.top^
||breedtagask.com^
||breezefraudulent.com^
||brenn-wck.com^
||brewailmentsubstance.com^
||brewedprovost.digital^
||brewingjoie.com^
||brewseryngo.com^
||breynvqbjrww.top^
||breynvqbjwaz.top^
||briareddollier.com^
||briarsbarrer.guru^
||bribrieslabon.com^
||bricksconsentedhanky.com^
||bricksolidly.com^
||bricts.com^
||bridedeed.com^
||bridespiraya.com^
||bridgetrack.com^
||bridgetumbril.space^
||brief-tank.pro^
||briefcasebuoyduster.com^
||briefengineer.pro^
||brieflizard.com^
||briesziphius.com^
||brightenpleasurejest.com^
||brighteroption.com^
||brighthunter.best^
||brightonclick.com^
||brightscarletclo.com^
||brightshare.com^
||brikinhpaxk.com^
||brilliant-raise.pro^
||brilliantexcavate.com^
||brimmallow.com^
||bringclockwise.com^
||bringsconserve.com^
||briningkhalat.life^
||brinkprovenanceamenity.com^
||brioletredeyes.com^
||briskedmiskept.com^
||bristlejaunty.com^
||bristlemarinade.com^
||bristlepuncture.com^
||britaininspirationsplendid.com^
||britanyculvert.website^
||brithungown.com^
||briticatederfd.site^
||britishbeheldtask.com^
||britishdividechess.com^
||britishensureplease.com^
||britishgrease.com^
||britishinquisitive.com^
||britonseyer.com^
||brittleraising.com^
||britzkauphale.com^
||brjyhgebqwl.com^
||brmuclifyii.com^
||brmwmmazmemmk.top^
||bro.kim^
||bro1.biz^
||bro4.biz^
||broadliquorsecretion.com^
||broadsheetblaze.com^
||broadsheetcounterfeitappeared.com^
||broadsheetorsaint.com^
||broadsheetspikesnick.com^
||broadsimp.site^
||broadsview.site^
||brocardcored.com^
||broced.co^
||brocksjo.top^
||brocode1s.com^
||brocode2s.com^
||brocode3s.com^
||brocode4s.com^
||brodmn.com^
||brodownload1s.site^
||brodownloads.site^
||brogetcode1s.com^
||brogetcode2s.com^
||brogetcode4s.cc^
||broghpiquet.com^
||broidensordini.com^
||brokeloy.com^
||brokerbabe.com^
||brokercontinualpavement.com^
||brokerspock.com^
||brokerspunacquired.com^
||brollmoocha.top^
||bromidsluluai.com^
||bromisescapose.com^
||bromoilnapalms.com^
||bromusic.site^
||broncogainer.top^
||broochambitioncopies.com^
||broochtrade.com^
||broodtoffeehaphazard.com^
||brookbrutallovers.com^
||brooknaturalists.com^
||brookredheadpowerfully.com^
||broomemulation.com^
||broomsdoable.top^
||bropu2.com^
||broredir1s.site^
||brotherleadcape.com^
||brothersparklingresolve.com^
||broubt.com^
||broughtalienshear.com^
||broughtenragesince.com^
||broughtincompatiblewasp.com^
||broweb.site^
||brown-gas.com^
||brownerchunam.com^
||broworker4s.com^
||broworker6s.com^
||broworker7.com^
||broworkers5s.com^
||browse-boost.com^
||browsedscaroid.com^
||browserdownloadz.com^
||browserinwrap.life^
||browserr.top^
||browsers.support^
||browsiprod.com^
||browsobsolete.com^
||brqhyzk.com^
||brtenusjkmgyb.com^
||brtsumthree.com^
||bruark.com^
||brucelead.com^
||bruceleadx.com^
||bruceleadx1.com^
||bruceleadx2.com^
||brucineborneo.top^
||bruisedpaperworkmetre.com^
||bruitedhurrahs.com^
||brumarmsful.com^
||brunchcreatesenses.com^
||brunetteattendanceawful.com^
||brupu.com^
||brutalconfer.com^
||bruteknack.com^
||brvkzwjrjznaw.top^
||brvkzwjrjzzav.top^
||brvrrlnmnpvsqln.com^
||brvuyvzdo.com^
||brwahycubquqeu.xyz^
||brwaraykbrkrv.top^
||brwaraykbrlrl.top^
||brwaraykbrmek.top^
||brygella.com^
||brynh-gru.com^
||bryond.com^
||bryovo.com^
||bs50tds.com^
||bsfofnphcuj.com^
||bsgbd77l.de^
||bsgeneral.com^
||bsginiha.com^
||bshifsasgnpgqf.com^
||bshkteoatdiawk.com^
||bshrdr.com^
||bsilzzc.com^
||bsjusnip.com^
||bsolaoecm.xyz^
||bsshcuxgxtovjv.com^
||bsudzbtp.com^
||bswakciowtsmnm.com^
||bsxqnbhahvjrrry.com^
||bsyftapbp.com^
||bsyhicvmrg.com^
||bsynpqwjnuvl.xyz^
||btagmedia.com^
||btcnews.one^
||btdirectnav.com^
||btdnav.com^
||btiixwrwoinck.xyz^
||btilxdpcco.com^
||btjbppltrdpyjsj.com^
||btjpdvqocspo.com^
||btnativedirect.com^
||btodsjr.com^
||btpnative.com^
||btpnav.com^
||btpremnav.com^
||btprmnav.com^
||btrihnvkprgnbh.xyz^
||bttrack.com^
||btvhdscr.com^
||btwtssrnntidgb.com^
||btxdbuaxn.com^
||btxxxnav.com^
||bu3le2lp4t45e6i.com^
||buatru.xyz^
||bubbledevotion.com^
||bubbly-condition.pro^
||bubonicgraters.space^
||buccanslabby.top^
||buchaumpo.com^
||buckersregiven.com^
||buckeyekantars.com^
||bucojjqcica.com^
||budapebluest.com^
||buddhicantilog.guru^
||buddlekroner.com^
||buddyassetstupid.com^
||budgepoachaction.com^
||budgetportrait.com^
||budroups.xyz^
||budsminepatent.com^
||budvawshes.ru^
||bueidvjdy.com^
||buency.com^
||buezsud.com^
||buffalocommercialplantation.com^
||buffaloexemptdropped.com^
||buffcenturythreshold.com^
||buffersling.com^
||bugeyedfloral.com^
||buggerygruffed.com^
||bugits.com^
||bugleczmoidgxo.com^
||bugraubs.com^
||bugs2022.com^
||bugsenemies.com^
||bugstractorbring.com^
||buhatfjrk9dje10eme.com^
||buhlvain.com^
||buicks.xyz^
||buikolered.com^
||buildeddevoir.com^
||buildfunctionrainy.com^
||buildnaq91.site^
||buildsmodeling.com^
||builthousefor.com^
||builtinproceeding.com^
||bujaguppplfy.xyz^
||bujerdaz.com^
||bukash2jf8jfpw09.com^
||buksoaksuro.com^
||bulbbounds.com^
||bulbofficial.com^
||bulcqmteuc.com^
||bulgae.com^
||bulgecsi.com^
||bulginglair.com^
||bulkd.co^
||bulky-battle.com^
||bulkyfriend.com^
||bull00shit.com^
||bull3t.co^
||bullads.net^
||bulletads.org^
||bulletprofitads.com^
||bulletprofitpop.com^
||bulletproxy.ch^
||bulletrepeatedly.com^
||bullionyield.com^
||bullnunname.com^
||bullyingmusetransaction.com^
||bulochka.xyz^
||bulrev.com^
||bulserv.com^
||bultaika.net^
||bultenanogra.cfd^
||bulyiel.com^
||bumblecash.com^
||bummerentertain.com^
||bummingasses.com^
||bummockrewarm.com^
||bumpexchangedcadet.com^
||bumpthank.com^
||bumpyremittancecarnivorous.com^
||bunbeautifullycleverness.com^
||bunchedvisards.life^
||bundleddayal.com^
||bunfreezer.com^
||bungalowdispleasedwheeled.com^
||bungalowlame.com^
||bungalowsimply.com^
||bungarovet.com^
||bunintruder.com^
||bunnymediaserver.com^
||bunquaver.com^
||bunth.net^
||buoyant-force.pro^
||buoyant-quote.pro^
||buoycranberrygranulated.com^
||buoydeparturediscontent.com^
||bupatp.com^
||bupbapegrtoamk.com^
||bupbrosrn.com^
||bupoeyfsfqgg.com^
||buqajvxicma.com^
||buqbxdqurj.xyz^
||buqkrzbrucz.com^
||buqumxalotikf.com^
||buranablated.digital^
||burbtoao.com^
||burdensome-gene.pro^
||burdyoni.com^
||bureauxcope.casa^
||burgea.com^
||burglaryeffectuallyderange.com^
||burglaryrunner.com^
||burgomeg.com^
||burialdiffer.com^
||burlapretorted.com^
||burlyenthronebye.com^
||bursarelives.uno^
||burstconsumer.com^
||burstcravecraving.com^
||burstingdipper.com^
||burstyvaleta.top^
||burtonsugar.com^
||busbymelpell.com^
||buscarlsatchel.website^
||bushesawaitfeminine.com^
||bushicitrals.com^
||businessenviron.com^
||businessessities.com^
||businesslinenow.com^
||businessmenmerchandise.com^
||businessmensynonymmidwife.com^
||busions.com^
||buskerreshoes.website^
||busksspiled.cfd^
||bustlemiszone.com^
||bustling-substance.pro^
||busychopdenounce.com^
||busyexit.com^
||busytunnel.com^
||butalksuw9dj10.com^
||butanoldatives.com^
||butcherhashexistence.com^
||buteostrowane.com^
||butflatter.com^
||butlak.com^
||butlerdelegate.com^
||butnefso.com^
||butrathakinrol.com^
||butsenox.net^
||butterflyitem.com^
||butterflypronounceditch.com^
||butterflyunkindpractitioner.com^
||buttersource.com^
||buxbaumiaceae.sbs^
||buyadvupfor24.com^
||buyblotch.com^
||buyeasy.by^
||buylnk.com^
||buymaxfield.com^
||buyseoblog.com^
||buythetool.co^
||buzffovvq.com^
||buzzardcraizey.com^
||buzzdancing.com^
||buzzingdiscrepancyheadphone.com^
||buzzvids-direct.com^
||bvcsfcx.com^
||bvepgbnjgdubvz.com^
||bvmcdn.com^
||bvmcdn.net^
||bvolfluxk.com^
||bvoqzs.com^
||bvtfutroyr.com^
||bvudraqxpl.com^
||bvyblnenz.com^
||bwbmyzvjnqlna.top^
||bwbmyzvjnqlwv.top^
||bwceohkom.xyz^
||bwgmymp.com^
||bwmvzwkbqlmrz.top^
||bwnmwhblsf.com^
||bwpirrwsh.com^
||bwpuoba.com^
||bwunebnqdu.com^
||bwvqjqmlkezjk.top^
||bwvqjqmlkezkl.top^
||bwzlmmqwrrarv.top^
||bwzlmmqwrrnea.top^
||bxacmsvmxb.com^
||bxevkphcx.com^
||bxikceucv.com^
||bxmpcfzlllej.com^
||bxpjpkldxrsss.xyz^
||bxrfbsrlerio.com^
||bxrqdnkb.com^
||bxsk.site^
||bxvirhgaq.com^
||bxvlyrw.com^
||bxvxfsdvgstu.com^
||bxwmfozavo.com^
||bxxiklwst.xyz^
||bxxvmjrpegqy.com^
||byaiufr.com^
||byambipoman.com^
||byaronan.com^
||byauyahgcobvjkq.com^
||bybastiodoner.com^
||bybyjrnrqqqqr.top^
||byccvtl.com^
||bycelebian.com^
||bydusclopsa.com^
||byeej.com^
||byfoongusor.com^
||bygliscortor.com^
||byhoppipan.com^
||byildmkzjyjx.com^
||byluvdiscor.com^
||bymnyzbkylaaw.top^
||bymnyzbkylvja.top^
||bymnyzbkylvkv.top^
||bymqpoppwnlflc.com^
||bymyth.com^
||bypasseaseboot.com^
||bypassprofessordemonstrate.com^
||byrkmeibah.com^
||byrledmtscmd.com^
||bysqbtyuugub.com^
||bytesdictatescoop.com^
||bytesreunitedcedar.com^
||byteyieldcreated.com^
||bytogeticr.com^
||byvhtcpfoom.com^
||byvmvfllobup.com^
||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^
||byvpezdzmpureo.com^
||byvtkhdxfjw.com^
||bywntfg.com^
||bywordmiddleagedpowder.com^
||byxcbixzvjclxz.com^
||byxsmjqvjvmhxpy.xyz^
||byyanmaor.com^
||byzkrjamkqbal.top^
||byzkrjamkqyjr.top^
||byzkrjamkqykw.top^
||bzamusfalofn.com^
||bzsiyxkvehty.com^
||bzuyxqrmndod.com^
||bzwo2lmwioxa.com^
||bzxcygmykxymcj.com^
||bzzmlqkljkrw.top^
||bzzmlqkljyer.top^
||c-4fambt.com^
||c00f653366.com^
||c01d3ac9cb.com^
||c0594.com^
||c0ae703671.com^
||c0c.xyz^
||c0me-get-s0me.net^
||c1sf9.top^
||c24c966867.com^
||c2aef8ab51.com^
||c43a3cd8f99413891.com^
||c44wergiu87heghoconutdx.com^
||c473f6ab10.com^
||c50021876c67fd14.com^
||c5b39ff13b3259df.com^
||c5cdfd1601.com^
||c67209d67f.com^
||c67524ad03.com^
||c67adca.com^
||c71f427117.com^
||c71genemobile.com^
||c7d263f5d8.com^
||c7ee346412.com^
||c83cf15c4f.com^
||c86e7c49a2.com^
||c8d2c12c98.com^
||c8f9398ccd.com^
||c917ed5198.com^
||c991aea613.com^
||c9e9c1507e.com^
||c9emgwai66zi.com^
||c9l.xyz^
||c9xv.xyz^
||ca169a128b.com^
||ca1dbc5563.com^
||ca3m6ari9rllo.com^
||ca4psell23a4bur.com^
||ca548318cc.com^
||ca72472d7aee.com^
||cabbagesemestergeoffrey.com^
||cabcqghkeeu.com^
||cabdacollied.com^
||cabhwq.com^
||cabindanancy.com^
||cabinedfey.com^
||cabioredtop.com^
||cableddubbeh.top^
||cabnnr.com^
||cabotsmuskit.com^
||cachegorilla.com^
||cachegorilla.net^
||cacklesmalapi.top^
||cackssandhog.com^
||cacvduyrybba.xyz^
||cadbitff.com^
||cadencesubject.com^
||cadfixbig.site^
||cadlsyndicate.com^
||cadrctlnk.com^
||cadsecs.com^
||cadsimz.com^
||cadskiz.com^
||caeli-rns.com^
||caesardamaging.com^
||caesaw.com^
||cafenehkikki.com^
||cafeteriasobwaiter.com^
||caffleklismos.website^
||cafqeelk.com^
||caftaistes.com^
||cafvyfdqedjc.xyz^
||cageinattentiveconfederate.com^
||cagerssoohong.com^
||cagesscan.com^
||caglaikr.net^
||caglonseeh.com^
||cagolgzazof.com^
||cagothie.net^
||cagwalxhlfqszv.com^
||cahvpbsikxvvm.xyz^
||caibtwnpvta.xyz^
||caicuptu.xyz^
||caigluph.xyz^
||caigobou.com^
||caimoasy.net^
||cainauhi.xyz^
||cainismlungee.uno^
||cairalei.com^
||caiteesh.net^
||caizutoh.xyz^
||cajdldhaci.com^
||cajesa.uno^
||cajggfj.com^
||cajipdiqqjijeh.xyz^
||cajrijrhov.com^
||cajunecch.guru^
||cakeprofessionally.com^
||cakiglun.xyz^
||cakycalais.com^
||calamitydisc.com^
||calamityfortuneaudio.com^
||calcpol.com^
||calculateproducing.com^
||calendarpedestal.com^
||calibrelugger.com^
||calichevigogne.com^
||caliphmalign.website^
||callalelel.info^
||calledoccultimprovement.com^
||callmeooumou.com^
||callprintingdetailed.com^
||callyourinformer.com^
||calmlyilldollars.com^
||calmlyvacuumwidth.com^
||calmsbocking.com^
||calomelsiti.com^
||calpacenemas.life^
||caltertangintin.com^
||calumnylightlyspider.com^
||calvali.com^
||camads.net^
||camberchimp.com^
||cambridgeincompetenceresearch.com^
||cameesse.net^
||camiocw.com^
||cammpaign.com^
||camouque.net^
||campingknown.com^
||campjupiterjul.com^
||camplacecash.com^
||camprime.com^
||camptrck.com^
||camschat.net^
||camshq.info^
||camsitecash.com^
||camsmotes.com^
||camstime.life^
||camusepipers.space^
||camzap.com^
||can-get-some.in^
||can-get-some.net^
||canadianbedevil.com^
||canangafierier.uno^
||canastagruff.com^
||candiedguilty.com^
||candiedtouch.com^
||candiruarf.com^
||candleannihilationretrieval.com^
||candledvenesia.com^
||candyhiss.com^
||candypeaches.com^
||candyprotected.com^
||candyschoolmasterbullying.com^
||canededicationgoats.com^
||canelastram.com^
||canellecrazy.com^
||canganzimbi.com^
||cangatu.xyz^
||canhamrolltop.uno^
||cannelcaimito.com^
||cannulamass.guru^
||canoemissioninjunction.com^
||canoevaguely.com^
||canonch.pro^
||canopusacrux.com^
||canopusacrux.top^
||canramble.com^
||cansdecyne.com^
||canstrm.com^
||cantedshackly.space^
||canthaltietick.space^
||cantilyza.website^
||canvassblanketjar.com^
||canzonicassons.com^
||canzosswager.com^
||caoqebfaqnswc.com^
||cap-cap-pop.com^
||capableimpregnablehazy.com^
||capaciousdrewreligion.com^
||caperedlevi.com^
||caphaiks.com^
||capitalistlukewarmdot.com^
||capletstyldia.com^
||capndr.com^
||capounsou.com^
||cappaghdiamat.com^
||cappens-dreperor.com^
||cappleacouchy.com^
||capricedes.com^
||capricetheme.com^
||capricewailinguniversity.com^
||capricornplay.com^
||caprissandhi.website^
||caprizecaprizeretrievaltattoo.com^
||capsulemelinda.top^
||captainad.com^
||captaintassie.com^
||captchafine.live^
||captchaforcaptcha.top^
||captivatecustomergentlemen.com^
||captivatepestilentstormy.com^
||captivebleed.com^
||captiveimpossibleimport.com^
||captureleaderdigestion.com^
||capwilyunseen.com^
||car-bidpush.net^
||caraganaarborescenspendula.com^
||carajareplier.guru^
||caraneoutraze.uno^
||carbonads.com^
||carcflma.de^
||cardboardexile.com^
||cardiwersg.com^
||cardloomed.com^
||careersadorable.com^
||careersletbacks.com^
||careerslowblond.com^
||careewituhi.info^
||carefoxhired.top^
||carefree-ship.pro^
||careless-category.pro^
||carelesstableinevitably.com^
||caressleazy.com^
||caresspincers.com^
||careuropecreatures.com^
||carfulsranquel.com^
||cargodescent.com^
||cargotropical.com^
||caringdeath.pro^
||cariousimpatience.com^
||cariousinevitably.com^
||carlingquerent.com^
||carlosappraisal.com^
||carlotcoopee.website^
||carmeleanurous.com^
||carnivalaudiblelemon.com^
||carnivalradiationwage.com^
||caroakitab.com^
||carpenterexplorerdemolition.com^
||carpfreshtying.com^
||carpi3fnusbetgu5lus.com^
||carpincur.com^
||carrellsubdit.com^
||carrierdestined.com^
||carrydollarcrashed.com^
||carryhummight.com^
||carryingfarmerlumber.com^
||carrysincubi.com^
||cartedneogene.com^
||cartining-specute.com^
||cartoonpeecommissioner.com^
||cartrigechances.com^
||caruagedlr.com^
||carvedcoming.top^
||carverfashionablegorge.com^
||carverfowlsmourning.com^
||carverstingy.com^
||carvyre.com^
||casalemedia.com^
||casaqueapogamy.com^
||cascadewatchful.com^
||casecomedytaint.com^
||cash-ads.com^
||cash-duck.com^
||cash-program.com^
||cash4members.com^
||cashbattleindictment.com^
||cashbeside.com^
||cashewsforlife208.com^
||cashibohs.digital^
||cashieratrocity.com^
||cashlayer.com^
||cashmylinks.com^
||cashooscrunode.com^
||cashoossikara.uno^
||cashtrafic.com^
||cashtrafic.info^
||casinohacksforyou.com^
||casionest292flaudient.com^
||casize.com^
||caskcountry.com^
||caspion.com^
||cassetteenergyincoming.com^
||cassetteflask.com^
||cassettelancefriday.com^
||cassettesandwicholive.com^
||cassiansirex.space^
||cassiusazide.com^
||cassonjacamar.digital^
||castanydm.com^
||casterpretic.com^
||castingmannergrim.com^
||castpallium.com^
||casualhappily.com^
||casualproof.com^
||casumoaffiliates.com^
||catalogueinfectionbarbarian.com^
||cataloguerepetition.com^
||cataractdisinteresteddressing.com^
||cataractencroach.com^
||catastropheillusive.com^
||catcxao.com^
||cateringblizzardburn.com^
||catgride.com^
||catharskeek.top^
||cathedralforgiveness.com^
||cathedralinthei.info^
||catiligh.ru^
||cationinin.com^
||cationinina.one^
||catmustyhypothesis.com^
||catscanty.com^
||catskinhounded.uno^
||catspawquitu.website^
||cattailaix.com^
||cattishfearfulbygone.com^
||cattishhistoryexplode.com^
||cattishinquiries.com^
||cattleabruptlybeware.com^
||cattledisplace.com^
||catukhyistk.org^
||catwenbat.com^
||catwrite.com^
||caubichofus.com^
||caubouru.xyz^
||caufirig.com^
||caulifloweraircraft.com^
||cauliflowerpointlessebb.com^
||cauliflowervariability.com^
||caumausa.com^
||caunauptipsy.com^
||caunaurou.com^
||caunuscoagel.com^
||causcs.com^
||causeyoubusywithlife.com^
||causingfear.com^
||causingguard.com^
||causoque.xyz^
||caussr.com^
||caustopa.net^
||cauthaushoas.com^
||cautiotumfie.com^
||cautiousroof.pro^
||cauvousy.net^
||cauyuksehink.info^
||cavalryconvincing.com^
||cavalryoppression.com^
||cavebummer.com^
||cavecredentialdeer.com^
||caveestate.com^
||cavilerestops.com^
||cawbarthe.com^
||cawlavzzap.com^
||cawnielammy.com^
||caxist.com^
||caymanboreism.com^
||cayoscerotin.guru^
||cayrtgavy.xyz^
||cayucaoidwlfe.com^
||cayusesalaite.top^
||cazibiukiyoe.com^
||cb675f778b.com^
||cb7f35d82c.com^
||cba-fed-igh.com^
||cba6182add.com^
||cbd2dd06ba.com^
||cbdedibles.site^
||cbfdzofxzgbgor.com^
||cbfpiqq.com^
||cbhvuivvkkrjrsg.com^
||cbilrirtqyawue.com^
||cbnibtjavoxha.com^
||cbnkmisvop.com^
||cbpslot.com^
||cbrfnitjixegplp.xyz^
||cbsusiqkwqxbrmv.com^
||cbvxguwbuq.com^
||cbyiqsfp.com^
||cbyqzt.xy^
||cc-dt.com^
||cc5dce551d.com^
||cc72fceb4f.com^
||cc954a8da8.com^
||cca63f7d30.com^
||ccaahdancza.com^
||ccdneniusruhebl.com^
||ccdrofvofrfkqah.com^
||ccgkudwutf.com^
||ccgnxkvwn.com^
||ccgtnryf.com^
||ccgzcavzbmztk.com^
||cchdbond.com^
||ccieoqej.xyz^
||ccjzuavqrh.com^
||ccmdcinut.com^
||ccmiocw.com^
||ccn08sth.de^
||ccoybmnjw.com^
||ccpckbb.com^
||ccprrjr.com^
||ccrkpsu.com^
||cczqyvuy812jdy.com^
||cd490573c64f3f.com^
||cd4d8554b1.com^
||cd828.com^
||cdceed.de^
||cdctwm.com^
||cddbwlpqk.xyz^
||cddtsecure.com^
||cdeaffjujxchf.com^
||cdfcnngojhp.com^
||cdhvrrlyrawrxqd.xyz^
||cdkcaxxjyyb.xyz^
||cdn-adtrue.com^
||cdn-server.cc^
||cdn-server.top^
||cdn.house^
||cdn.optmn.cloud^
||cdn.sdtraff.com^
||cdn12359286.ahacdn.me^
||cdn28786515.ahacdn.me^
||cdn2cdn.me^
||cdn2reference.com^
||cdn3.hentaihaven.fun^
||cdn3reference.com^
||cdn44221613.ahacdn.me^
||cdn4ads.com^
||cdn4image.com^
||cdn5.cartoonporn.to^
||cdn7.network^
||cdn7.rocks^
||cdnads.com^
||cdnapi.net^
||cdnativ.com^
||cdnativepush.com^
||cdnaz.win^
||cdnbit.com^
||cdncontentstorage.com^
||cdnfimgs.com^
||cdnfreemalva.com^
||cdngain.com^
||cdngcloud.com^
||cdnid.net^
||cdnkimg.com^
||cdnondemand.org^
||cdnpc.net^
||cdnpsh.com^
||cdnquality.com^
||cdnrl.com^
||cdnspace.io^
||cdnspark.world^
||cdnstatic01.xyz^
||cdnstatic02.xyz^
||cdntechone.com^
||cdntestlp.info^
||cdntrf.com^
||cdnvideo3.com^
||cdnware.com^
||cdnware.io^
||cdosagebreakfast.com^
||cdpqtuityras.com^
||cdrvrs.com^
||cdryuoe.com^
||cdsbnrs.com^
||cdtbox.rocks^
||cdtxegwndfduk.xyz^
||cduygiph.com^
||cdwbjlmpyqtv.com^
||cdwehdnnprdntse.com^
||cdwmpt.com^
||cdwmtt.com^
||cdwyjuchsqvwa.xyz^
||ce2c208e9f.com^
||ceamtaaprhha.xyz^
||ceasechampagneparade.com^
||ceawvx.com^
||cebidsbessel.com^
||cebygijy.pro^
||ceceqckh.com^
||cecilsdolia.com^
||cecmuthejooz.com^
||cecqypgynertbfd.com^
||ced843cd18.com^
||ceebikoph.com^
||ceekougy.net^
||ceeleeca.com^
||ceemoptu.xyz^
||ceeqgwt.com^
||ceezepegleze.xyz^
||cegadazwdsp.com^
||cegrithy.net^
||cehuiy.com^
||ceilingbruiseslegend.com^
||ceillons.site^
||celeb-ads.com^
||celebnewsuggestions.com^
||celebratethreaten.com^
||celebrationfestive.com^
||celebritybulk.com^
||celebroun.top^
||celebsreflect.com^
||celeftrmfyq.xyz^
||celept.com^
||celeritascdn.com^
||celeryisolatedproject.com^
||cellaraudacityslack.com^
||cellarlocus.com^
||cellarpassion.com^
||cellistbeats.com^
||cellojapanelmo.info^
||cellspsoatic.com^
||cemaaxyhrcaf.com^
||cematuran.com^
||cementadodunk.com^
||cementobject.com^
||cemeterybattleresigned.com^
||cemeterysimilar.com^
||cenaclesuccoth.com^
||cenceevent.club^
||cendantofth.org^
||ceneverdreams.com^
||ceneverdreams.org^
||cennter.com^
||cenous.com^
||censorcolonizegreatness.com^
||centalkochab.com^
||centerattractivehimself.com^
||centerresourceseducational.com^
||centralheat.net^
||centralnervous.net^
||centredrag.com^
||centureunornly.com^
||centurybending.com^
||centwrite.com^
||cer43asett2iu5m.com^
||cerceipremon.com^
||cerealsrecommended.com^
||cerealssheet.com^
||ceremonyavengeheartache.com^
||cerillosuncup.guru^
||cerjmlcauynwxe.com^
||cermetszanonia.com^
||cerningronco.com^
||certainalmostcontent.com^
||certainlydisparagewholesome.com^
||certaintyurnincur.com^
||certificaterainbow.com^
||certified-apps.com^
||certifiedstarveeminent.com^
||ces2007.org^
||cesebsir.xyz^
||cesebtp.com^
||cesfttajihif.top^
||cesiumsemboite.com^
||cesmqcuyfugkpyp.com^
||cessationrepulsivehumid.com^
||cestibegster.com^
||ceteembathe.com^
||cetoniafulwa.website^
||cevocoxuhu.com^
||cewrndlpqzacv.com^
||cexlaifqgw.com^
||cexucetum.com^
||cf433af11b.com^
||cf97134c89.com^
||cfcd10eebb.com^
||cfcloudcdn.com^
||cfeb0910c5.com^
||cfehkwjupbrh.com^
||cffujnudcdy.com^
||cfgr1.com^
||cfgr5.com^
||cfikgqraxgznj.com^
||cfivfadtlr.com^
||cflmdoigokoeld.com^
||cfpruxrajtnlpt.com^
||cfrkiqyrtai.xyz^
||cfrsoft.com^
||cfubdjsolbs.com^
||cgbaybqywso.com^
||cgeckmydirect.biz^
||cghfqbwdkuemcn.com^
||cguospfen.com^
||cgupialoensa.com^
||cgyhsyvm.xyz^
||cgyqybeqthaeb.com^
||chachophigy.pro^
||chachors.net^
||chadseer.xyz^
||chaeffulace.com^
||chaerel.com^
||chafesnitchenglish.com^
||chagaquean.uno^
||chaghets.net^
||chagrinprivata.top^
||chaibsoacmo.com^
||chailsun.com^
||chainads.io^
||chainbelt.top^
||chaindedicated.com^
||chainedfog.com^
||chainerunca.com^
||chainesergasia.com^
||chaintopdom.nl^
||chainwalladsery.com^
||chainwalladsy.com^
||chaiphuy.com^
||chaiptefee.com^
||chaiptut.xyz^
||chairgaubsy.com^
||chairmansmile.com^
||chairwaydenew.site^
||chaisefireballresearching.com^
||chaisewharry.top^
||chaistos.net^
||chaiwhaukra.com^
||chaiwimtie.com^
||chajagibbous.com^
||chalaips.com^
||chalehcere.com^
||chalkedsuperherorex.com^
||challengecircuit.com^
||chamarwhisted.digital^
||chambershoist.com^
||chambersthanweed.com^
||chameleostudios.com^
||chamib.com^
||chamiteame.com^
||chammaupases.life^
||champakimpaled.top^
||champaup.com^
||champedhyps.com^
||chancellorharrowbelieving.com^
||chancellorstocky.com^
||chandoowitumki.guru^
||changarreviver.com^
||changerwauking.com^
||changesshortly.com^
||changinggrumblebytes.com^
||changingof.com^
||changoscressed.top^
||channelvids.online^
||channelvids.space^
||chantmaftir.uno^
||chapelalanine.com^
||chapseel.com^
||characterizecondole.com^
||characterrealization.com^
||characterrollback.com^
||charbonbrooms.top^
||charedecrus.top^
||chargeheadlight.com^
||chargenews.com^
||chargeplatform.com^
||chargerepellentsuede.com^
||chargesimmoderatehopefully.com^
||chargingforewordjoker.com^
||charicymill.com^
||charitydestinyscornful.com^
||charitypaste.com^
||charkasturnoff.com^
||charleyobstructbook.com^
||charmingblur.com^
||charmingresumed.com^
||charrewuzzer.com^
||charsubsistfilth.com^
||charterporous.com^
||chartersettlingtense.com^
||charterunwelcomealibi.com^
||chasmsnaa.com^
||chassirsaud.com^
||chastehandkerchiefclassified.com^
||chatheez.net^
||chats2023.online^
||chattedhelio.top
||chatterboxtardy.com^
||chaubseet.com^
||chauckee.net^
||chauckoo.xyz^
||chaudrep.net^
||chaugroo.net^
||chauinubbins.com^
||chauksoa.net^
||chaulsan.com^
||chaumsee.net^
||chaursug.xyz^
||chaussew.net^
||chautcho.com^
||chauwout.xyz^
||chdkxgjtwflba.com^
||cheap-trip.pro^
||cheapcoveringpearl.com^
||cheapenleaving.com^
||cheatingabate.com^
||cheatingagricultural.com^
||cheatinghans.com^
||cheatingstiffen.com^
||cheatoppressive.com^
||chebecsunsack.com^
||checaigu.net^
||chechawia.com^
||check-now.online^
||check-out-this.site^
||check-tl-ver-12-3.com^
||checkbookdisgusting.com^
||checkcdn.net^
||checkcriey.website^
||checkfilter.biz^
||checkm8.com^
||checkoutfree.com^
||checkup02.biz^
||checkupbankruptfunction.com^
||checkupforecast.com^
||checkyofeed.com^
||cheddaramusias.life^
||cheebetoops.com^
||cheecmou.com^
||cheekobsu.com^
||cheekysleepyreproof.com^
||cheelroo.net^
||cheeltee.net^
||cheemtoo.com^
||cheepurs.xyz^
||cheeradvise.com^
||cheerful-resolution.com^
||cheerful-thanks.pro^
||cheerfullyassortment.com^
||cheerfullybakery.com^
||cheeringashtrayherb.com^
||cheerlessbankingliked.com^
||cheeroredraw.com^
||cheerseeftapps.com^
||cheerysavouryridge.com^
||cheerysequelhoax.com^
||cheesydebatablepantomime.com^
||cheesyreinsplanets.com^
||cheesythirtycloth.com^
||cheetieaha.com^
||cheewhoa.net^
||chefattend.com^
||chefblockedbass.com^
||chefishoani.com^
||cheksoam.com^
||chelpe.com^
||chelsady.net^
||chemicsemsen.guru^
||chemistryscramble.com^
||chemitug.net^
||chemtoaxeehy.com^
||chengaib.net^
||chengoassa.com^
||cheno3yp5odt7iume.com^
||cheorg.com^
||chepsoan.xyz^
||chequeholding.com^
||cheqzone.com^
||cherrynanspecification.com^
||chertefarcist.com^
||chestishugli.com^
||chetchen.net^
||chetchoa.com^
||chethgentman.live^
||chevetoelike.com^
||chevisefancy.com^
||chevyrailly.top^
||chewersobolary.com^
||chewremittanceprovidence.com^
||chewsrompedhemp.com^
||chezoams.com^
||chfpgcbe.com^
||chhfcpgj.com^
||chibaigo.com^
||chibchasuffete.com^
||chichosebook.com^
||chicks4date.com^
||chiddennibs.digital^
||chiefegg.pro^
||chieldsaine.com^
||chijauqybb.xyz^
||chikaveronika.com^
||childbirthprivaterouge.com^
||childperfunctoryhunk.com^
||childrenplacidityconclusion.com^
||childrenweavestun.com^
||chileslatrede.com^
||chiliadv.com^
||chilicached.com^
||chilionturcism.website^
||chimamanndgaocozmi.com^
||chimblyconyger.com^
||chimbsbuckle.com^
||chimeddawt.top^
||chimneylouderflank.com^
||chimneylurdane.com^
||china-netwave.com^
||chinagranddad.com^
||chineegibbet.com^
||chinemcg.website^
||chinoismoras.com^
||chioneflake.com^
||chipeets.com^
||chipleader.com^
||chipmanksmochus.com^
||chirkacylal.com^
||chiroouterly.com^
||chissaibsgirls.com^
||chitbillety.website^
||chitika.net^
||chitsnooked.com^
||chl7rysobc3ol6xla.com^
||chlift.com^
||chlign.com^
||chlodd.com^
||chloralinkblot.com^
||chmnscaurie.space^
||chmsiecles.space^
||cho7932105co3l2ate3covere53d.com^
||choaboox.com^
||choachim.com^
||choacmax.xyz^
||choaglee.com^
||choaglocma.net^
||choagrie.com^
||choakalsimen.com^
||choakaucmomt.com^
||choapeek.com^
||choatsufa.com^
||choawour.xyz^
||choawuram.com^
||chocohjuanfhdhf.com^
||chocolatebushbunny.com^
||chocolatesingconservative.com^
||choconart.com^
||choicedorm.top^
||choiceencounterjackson.com^
||chokedsmelt.com^
||chokedstarring.com^
||chokeweaknessheat.com^
||chokupsupto.com^
||cholatetapalos.com^
||choobinoobi.com^
||choogeet.net^
||choomsiesurvey.top^
||choongou.com^
||choongou.xyz^
||chooroogru.net^
||chooxail.com^
||chooxaur.com^
||choppedfraternityresume.com^
||choppedwhisperinggirlie.com^
||choptacache.com^
||chordoay.xyz^
||choreakrelos.com^
||choregygables.life^
||choreinevitable.com^
||choruslockdownbumpy.com^
||choseing.com^
||chosensoccerwriter.com^
||choto.xyz^
||chouftak.net^
||choughigrool.com^
||chounsee.xyz^
||choupsee.com^
||choutchi.net^
||chouthep.net^
||chozeers.xyz^
||chozipeem.com^
||chpok.pw^
||chrantary-vocking.com^
||chriahotcake.com^
||chrif8kdstie.com^
||chrigh.com^
||chrisignateignatedescend.com^
||chrisrespectivelynostrils.com^
||christeningfathom.com^
||christeningscholarship.com^
||christingera.site^
||chrochr.com^
||chroenl.com^
||chrolae.com^
||chrolal.com^
||chronicads.com^
||chroococcoid.sbs^
||chrothe.com^
||chrysostrck.com^
||chryvast.com^
||chsfdfkwsrjwe.xyz^
||chshcms.net^
||chsrkred.com^
||chtntr.com^
||chtyapulmcxmbt.com^
||chubbymess.pro^
||chuctmalo.xyz^
||chugaiwe.net^
||chugsorlando.com^
||chuhramumper.com^
||chulhawakened.com^
||chullohagrode.com^
||chultoux.com^
||chumsaft.com^
||chunkkalmias.com^
||chunkstoreycurled.com^
||chunkysorance.space^
||chuptuwais.com^
||churchalexis.com^
||churchclassified.com^
||churchyardalludeaccumulate.com^
||churci.com^
||churnedflames.top^
||churop.com^
||chustozu.com^
||chutneegeckoid.life^
||chuxuwem.com^
||chuxuwem.tv^
||chvusgejxi.com^
||chwivdwxej.com^
||chyjobopse.pro^
||chyxyrothi.com^
||ciajnlhte.xyz^
||ciazdymfepv.com^
||cibouleamazer.com^
||cideparenhem.com^
||ciedpso.com^
||cierzoskismat.com^
||cifawsoqvawj.com^
||cifflattie.com^
||cifqfyafsolzb.com^
||cigaretteintervals.com^
||cigreechodsu.com^
||ciijcnrjf.com^
||ciknujoiqsmuw.xyz^
||ciksolre.net^
||ciliarycetus.com^
||cilvhypjiv.xyz^
||cima-club.club^
||cimm.top^
||cimoghuk.net^
||cinemagarbagegrain.com^
||cinemahelicopterwall.com^
||cineolesloth.com^
||cinuraarrives.com^
||cipangobesots.com^
||cipdn.com^
||cipledecline.buzz^
||cirazi.com^
||circlegrandsonnod.com^
||circuitedmund.com^
||circuitingratitude.com^
||circumscribestallion.com^
||circumstanceshurdleflatter.com^
||circumstantialeltondirtiness.com^
||circumstantialplatoon.com^
||circusinjunctionarrangement.com^
||circusmediocre.com^
||cirmudcap.com^
||cirsoiddanize.com^
||ciscoesfirring.guru^
||cisheeng.com^
||cisiwa.site^
||ciststoquets.space^
||citatumpity.com^
||citersbugre.digital^
||citizenshadowrequires.com^
||cittem.com^
||cityadspix.com^
||citycoordinatesnorted.com^
||citydsp.com^
||citysite.net^
||civadsoo.net^
||civetformity.com^
||civileunresty.com^
||civilizationmoodincorporate.com^
||civilizationperspirationhoroscope.com^
||civilizationrequestsshops.com^
||civilizationthose.com^
||civith.com^
||civvymutedly.com^
||ciwedsem.xyz^
||ciwhacheho.pro^
||cixaxuyu.xyz^
||cizare.xyz^
||cjcbzqrwwi.com^
||cjewz.com^
||cjf25jklrwqt.com^
||cjhkmsguxlxgy.com^
||cjkaihej.com^
||cjlph.com^
||cjnktmhcukfdcq.xyz^
||cjqncwfxrfrwbdd.com^
||cjrlsw.info^
||cjrvsw.info^
||cjt3w2kxrv.com^
||cjvdfw.com^
||cjviracrrlrzpc.com^
||cjwdvcxscvtehvv.xyz^
||cjwvcewjfr.com^
||cjxomyilmv.com^
||cjyopjydlwkyu.com^
||ckbynmeskffnn.com^
||ckeyutgnwtsojbc.xyz^
||ckfkigayvdb.com^
||ckgsrzu.com^
||ckiepxrgriwvbv.xyz^
||ckjetuohm.com^
||ckkpjtkqjqdnyom.xyz^
||ckodsxyjdql.com^
||ckofrnk.com^
||ckrf1.com^
||ckrrmwqh.com^
||ckspodaotjotkn.com^
||ckuwrlxngdrfk.com^
||ckvfghrbdfjsoet.com^
||ckvnyoaitrhaw.com^
||ckwvebqkbl.xyz^
||ckyjapugk.com^
||ckywou.com^
||cl0udh0st1ng.com^
||cladlukewarmjanitor.com^
||cladp.com^
||cladsneezesugar.com^
||cladupius.com^
||claggeduniter.com^
||claim-reward.vidox.net^
||claimcousins.com^
||claimcutejustly.com^
||claimedinvestcharitable.com^
||clairedikio.club^
||clairekabobs.com^
||clamourcerillo.digital^
||clangearnest.com^
||clanklastingfur.com^
||clapperfone.uno^
||clarifyeloquentblackness.com^
||clariniwoald.com^
||clarityactressmourning.com^
||clarityray.com^
||clashencouragingwooden.com^
||claspedammu.com^
||claspeddeceiveposter.com^
||claspedtwelve.com^
||claspluke.com^
||claspsnuff.com^
||claspthee.com^
||classesfolksprofession.com^
||classicbf.com^
||classicguarantee.pro^
||classicseight.com^
||clasticrudista.com^
||claubercupels.com^
||clauseantarcticlibel.com^
||clauseemploy.com^
||clausumbaret.uno^
||clavialgannets.top^
||claxoncapivi.com^
||clayapologizingappreciate.com^
||clayierglaiks.com^
||clbaf.com^
||clbjmp.com^
||clcassd.com^
||clcknads.pro^
||clcknipop.com^
||clckpbnce.com^
||clcktrck.com^
||clckysudks.com^
||cldlr.com^
||cldlyuc.com^
||clean-browsing.com^
||clean.gg^
||cleanbrowser.network^
||cleanerultra.club^
||cleaneryelded.site^
||cleanflawlessredir.com^
||cleaningmaturegallop.com^
||cleanmediaads.com^
||cleantrafficrotate.com^
||clear-request.com^
||clear-speech.pro^
||clearac.com^
||clearadnetwork.com^
||clearancejoinjavelin.com^
||clearancetastybroadsheet.com^
||clearlymisguidedjealous.com^
||clearonclick.com^
||cleavebitemonks.com^
||cleavepreoccupation.com^
||cleaverinfatuated.com^
||cleaversince.com^
||cleddeexcl.com^
||clefsgast.top^
||cleftinform.com^
||clemencyexceptionpolar.com^
||clementmeddling.com^
||clementsing.com^
||cleoidsoftish.com^
||cleopatratasty.com^
||clerrrep.com^
||clever-redirect.com^
||cleverjump.org^
||clevernesswood.com^
||clevernt.com^
||cleverwebserver.com^
||clevv.com^
||clfwrobtgqferh.xyz^
||clfxjrlui.com^
||clhrlmks.com^
||clicadu.com^
||clichedreinter.digital^
||click-cdn.com^
||click.scour.com^
||click4free.info^
||clickadin.com^
||clickagy.com^
||clickalinks.xyz^
||clickallow.net^
||clickaslu.com^
||clickbigo.com^
||clickbooth.com^
||clickboothlnk.com^
||clickcash.com^
||clickcdn.co^
||clickco.net^
||clickexperts.net^
||clickgate.biz^
||clickgate08.biz^
||clickintext.com^
||clickiocdn.com^
||clickmagick.com^
||clickmi.net^
||clickmobad.net^
||clicknano.com^
||clicknerd.com^
||clickopop1000.com^
||clickoutnetwork.care^
||clickpapa.com^
||clickperks.info^
||clickprotects.com^
||clickpupbit.com^
||clickreverendsickness.com^
||clicks4tc.com^
||clicksgear.com^
||clicksondelivery.com^
||clicksor.net^
||clicksvenue.com^
||clickterra.net^
||clickthruhost.com^
||clickthruserver.com^
||clicktraceclick.com^
||clicktracklink.com^
||clicktrixredirects.com^
||clicktroute.com^
||clicktrpro.com^
||clickupto.com^
||clickurlik.com^
||clickwhitecode.com^
||clickwinks.com^
||clickwork7secure.com^
||clickxchange.com^
||clictrck.com^
||clientoutcry.com^
||cliffaffectionateowners.com^
||climatestandpoint.com^
||climathschuyt.top^
||climbskoso.com^
||climesmazdoor.com^
||clinchpresent.com^
||clinerybelfast.info^
||clinkeasiestopponent.com^
||clinkumfalsen.top^
||clipperroutesevere.com^
||clipsepterin.guru^
||cliqtag.net^
||cliquesteria.net^
||cliwxuqjbhg.xyz^
||clixcrafts.com^
||clixsense.com^
||clixwells.com^
||clkbnoqb.com^
||clkepd.com^
||clkindsstt.com^
||clknrtrg.pro^
||clkofafcbk.com^
||clkrev.com^
||clksite.com^
||clmbtech.com^
||clmcom.com^
||clnk.me^
||clockwisefamilyunofficial.com^
||clockwiseleaderfilament.com^
||clognukes.com^
||clogstepfatherresource.com^
||clogstrollcastle.com^
||cloisonprecool.uno^
||cloisteroutdooragitate.com^
||clokemidriff.com^
||clokeowt.com^
||cloneabaff.com^
||clonesmesopic.com^
||clongerip.com^
||clonkfanion.com^
||clopembira.website^
||clorec.net^
||clorec2.net^
||closed-consequence.com^
||closedpersonify.com^
||closestaltogether.com^
||closvisarga.com^
||clotezar.com^
||clothcogitate.com^
||clothesexhausted.com^
||clothesgrimily.com^
||clothingsphere.com^
||clothingtentativesuffix.com^
||clotstupara.com^
||clottedpowerlessmade.com^
||clotthirstyshare.com^
||cloudcnfare.com^
||cloudconvenient.com^
||clouddecrease.com^
||cloudembed.net^
||cloudflare.solutions^
||cloudfrale.com^
||cloudiiv.com^
||cloudimagesa.com^
||cloudimagesb.com^
||cloudioo.net^
||cloudlessjimarmpit.com^
||cloudlessmajesty.com^
||cloudlessverticallyrender.com^
||cloudlogobox.com^
||cloudpsh.top^
||cloudtrack-camp.com^
||cloudtraff.com^
||cloudvideosa.com^
||cloudypotsincluded.com^
||clownunknownaffect.com^
||clrstm.com^
||cltmfstu.com^
||clubpenguinclub.com^
||cludderrattons.com^
||cluethydash.com^
||cluewauling.life^
||clumperrucksey.life^
||clumsinesssinkingmarried.com^
||clumsyflint.com^
||cluodlfare.com^
||clurvypxvji.com^
||clutchlilts.com^
||cluttercallousstopped.com^
||cluttered-emphasis.pro^
||cluttered-win.pro^
||clvacjv.com^
||clvjtxavbpil.com^
||clwysvpxkq.com^
||clxlxmbtysabn.com^
||clydetugger.com^
||cm-trk3.com^
||cm-trk5.com^
||cmacnumpcaoe.com^
||cmadserver.de^
||cmasisrjbgfv.xyz^
||cmbestsrv.com^
||cmclean.club^
||cmdgbuddies.guru^
||cmfads.com^
||cmhokiknvamu.xyz^
||cmhoriu.com^
||cmiyscmpbnhp.xyz^
||cmlwaup.com^
||cmmcqcvwc.com^
||cmnepalslma.com^
||cmpgfltxv.xyz^
||cmpgns.net^
||cmptatbpxo.xyz^
||cmqjims.com^
||cmrdr.com^
||cms100.xyz^
||cmtrkg.com^
||cn-rtb.com^
||cn846.com^
||cnahoscfk.xyz^
||cndcfvmc.com^
||cndeccsqtmjyh.com^
||cnfccdxhggrz.com^
||cngcpy.com^
||cnifypm.com^
||cnkapolr.xyz^
||cnmisflbwrnrtph.com^
||cnnected.org^
||cnt.my^
||cntrafficpro.com^
||cntrktaieagnam.com^
||cnvuspci.com^
||cnysvtpu.com^
||co5457chu.com^
||co5n3nerm6arapo7ny.com^
||coaboowie.com^
||coacaips.com^
||coagrohos.com^
||coalitechloro.com^
||coalitionfits.com^
||coaphauk.net^
||coaptjounces.guru^
||coarooro.net^
||coashoog.com^
||coastdisinherithousewife.com^
||coastlineahead.com^
||coastlineaudiencemistletoe.com^
||coastlinebravediffers.com^
||coatassert.com^
||coationbanyai.com^
||coatsanguine.com^
||coawheer.net^
||coaxcomet.com^
||coaxeswir.com^
||coaxpaternalcubic.com^
||coaxwrote.com^
||cobalten.com^
||cobnutsaverter.life^
||cobwebhauntedallot.com^
||cobweblockerdiana.com^
||cobwebzincdelicacy.com^
||cobworksurview.com^
||cocaindeictic.com^
||cocath.com^
||coccalunhele.space^
||coccinstuart.com^
||cocklacock.com^
||cocklystats.top^
||cockyinaccessiblelighter.com^
||cocleatalions.com^
||cocoaadornment.com^
||coconaunket.cfd^
||coconutsoftenedput.com^
||coconutsumptuousreseptivereseptive.com^
||cocoonelectronicsconfined.com^
||cocoontonight.com^
||cocosyeta.com^
||codaminuncinct.com^
||codedexchange.com^
||codefund.app^
||codefund.io^
||codeinagugal.com^
||codemylife.info^
||codeonclick.com^
||coderformylife.info^
||codesbro.com^
||codezap.com^
||codsooms.net^
||coedmediagroup.com^
||coefficientpayslipssuicide.com^
||coehornliebig.com^
||coelinepinal.website^
||coendouspare.com^
||coercehiation.com^
||coercerwhuther.com^
||coeton.website^
||coevalscabbagy.com^
||coffeeliketime.com^
||coffeemildness.com^
||coffindress.com^
||cofounderspecials.com^
||cogentpatientmama.com^
||cogenttriprepel.com^
||cogentwarden.com^
||cogitatenun.com^
||cogitateseparated.com^
||cogitatetrailsplendid.com^
||cogleapad.com^
||cogmuymatmehjr.com^
||cognateparsley.com^
||cognateprogrammeteenage.com^
||cognitionmesmerize.com^
||cognizancesteepleelevate.com^
||cohabitrecipetransmitted.com^
||cohade.uno^
||cohawaut.com^
||coherebehalf.com^
||coherenceinvest.com^
||coherentinflationescort.com^
||coherepeasant.com^
||cohertfause.uno^
||coholy.com^
||cohortgripghetto.com^
||coignsunrent.com^
||coilincomplete.com^
||coinad.media^
||coinadster.com^
||coinblocktyrusmiram.com^
||coinio.cc^
||coinverti.com^
||cokepompositycrest.com^
||cokqquqxrkxwqx.xyz^
||colanbalkily.com^
||colanx.com^
||colarak.com^
||cold-cold-freezing.com^
||cold-priest.com^
||coldflownews.com^
||coldhardcash.com^
||coldnesfspubli.com^
||coldvain.com^
||colemalist.top^
||coleurpeng.com^
||coliassfeurytheme.com^
||colintoxicate.com^
||colinuncaps.com^
||coliticmiff.guru^
||collapsecheering.com^
||collapsecuddle.com^
||collarchefrage.com^
||collecl.cc^
||collectedroomfinancially.com^
||collection-day.com^
||collectionspriestcardiac.com^
||collectloopblown.com^
||collectorcommander.com^
||collectrum.com^
||colleyporule.top^
||collisionasheseliminate.com^
||collowhypoxis.com^
||colognenobilityfrost.com^
||colognerelish.com^
||cologu.com^
||colomboyees.com^
||colonialismmarch.com^
||colonialismpeachy.com^
||colonistnobilityheroic.com^
||coloniststarter.com^
||colonwaltz.com^
||colorfulspecialinsurance.com^
||colorinmeasure.com^
||colorschemeas.com^
||colourevening.com^
||colourinitiative.com^
||coloursstandard.com^
||colovepuquina.guru^
||coltagainst.pro^
||colum-rvb.com^
||columngenuinedeploy.com^
||columnistcandour.com^
||columnisteverything.com^
||colved.com^
||com-wkejf32ljd23409system.net^
||comalonger.com^
||combatdenotecasserole.com^
||combatundressaffray.com^
||combia-tellector.com^
||combinationpalmwhiskers.com^
||combinedexterior.com^
||combineencouragingutmost.com^
||combitly.com^
||combotag.com^
||comdrbonum.website^
||come-get-s0me.com^
||come-get-s0me.net^
||comeadvertisewithus.com^
||comedianthirteenth.com^
||comelybeefyage.com^
||comementran.info^
||comenicurled.space^
||comeplums.com^
||comermormal.com^
||cometadministration.com^
||cometothepointaton.info^
||comettypes.com^
||comezz.xyz^
||comfortable-preparation.pro^
||comfortablehealheadlight.com^
||comfortabletypicallycontingent.com^
||comfortclick.co.uk^
||comfortlessspotsbury.com^
||comfreeads.com^
||comicplanet.net^
||comicsdashboardcombustible.com^
||comicsscripttrack.com^
||comihon.com^
||comilar-efferiff.icu^
||comitalmows.com^
||commamarrock.top^
||commandmentcolinclub.com^
||commandsorganizationvariations.com^
||commarevelation.com^
||commastick.com^
||commencesue.com^
||commentaryinduce.com^
||commentaryspicedeceived.com^
||commercial-i30.com^
||commercialvalue.org^
||commiseratefacilenotably.com^
||commiseratefiveinvitations.com^
||commission-junction.com^
||commissionkings.ag^
||commissionlounge.com^
||commitmentmeet.com^
||committeedischarged.com^
||committeeoutcome.com^
||committeereconcilelibrarian.com^
||commongrewadmonishment.com^
||commonvivacious.com^
||communicatequietboost.com^
||compactblackmailmossy.com^
||compactyunker.com^
||comparativeexclusion.com^
||comparativevegetables.com^
||compareddiagram.com^
||comparedsilas.com^
||compareproprietary.com^
||comparisonpredatororigin.com^
||compassionatearea.pro^
||compassionatebarrowpine.com^
||compassionorb.com^
||compasspenitenthollow.com^
||compatibilityproduces.com^
||compatiblepullcork.com^
||compelgraduation.com^
||compellingperch.com^
||compensationdeviseconnote.com^
||compensationpropulsion.com^
||compensationstout.com^
||competentminorvex.com^
||competitivepopcheerleader.com^
||compiledonatevanity.com^
||compileformality.com^
||compilegates.com^
||complainfriendshipperry.com^
||complainmissing.com^
||complainstarlingsale.com^
||complaintsoperatorbrewing.com^
||complementceased.com^
||complementimpassable.com^
||complementparadeforbid.com^
||completelystair.com^
||completelywrath.com^
||complex-relationship.com^
||complexioncreditsergeant.com^
||complicatedincite.com^
||complicatedsuit.pro^
||complicationpillsmathematics.com^
||complicationsupervise.com^
||complimentarycalibertwo.com^
||complimentingredientnightfall.com^
||complimentworth.com^
||comporthunder.uno^
||compositeoverdo.com^
||compositeprotector.com^
||compositereconnectadmiral.com^
||composureenfold.com^
||comprehendpaying.com^
||comprehensiveunconsciousblast.com^
||compresshumpenvious.com^
||compresssavvydetected.com^
||compriseparameters.com^
||compromiseadaptedspecialty.com^
||compromiseprepenseprepenseassumed.com^
||compulsiveimpassablehonorable.com^
||comradeglorious.com^
||comradeorientalfinance.com^
||comunicazio.com^
||comurbate.com^
||comymandars.info^
||conative.network^
||concealmentbrainpower.com^
||conceitedarmpit.com^
||conceitedblessblockade.com^
||conceitslidpredicate.com^
||conceivedunpredictable.com^
||conceiveequippedhumidity.com^
||concentleconse.site^
||concentratebeauabsolute.com^
||concentrateclaims.com^
||concentrationmajesticshoot.com^
||concentrationminefield.com^
||conceptarithmetic.com^
||conceptualizefact.com^
||concernedwhichever.com^
||concerninggills.com^
||concerntypisthumility.com^
||concord.systems^
||concoursegrope.com^
||concoursestrickenpuppy.com^
||concrete-cabinet.pro^
||concreteapplauseinefficient.com^
||concreteprotectedwiggle.com^
||concussionpollutioncrummy.com^
||condensedconvenesaxophone.com^
||condensedmassagefoul.com^
||condescendingcertainly.com^
||condescendingolivejustly.com^
||condles-temark.com^
||condodgy.com^
||condoleextensive.com^
||condolencespicturesquetracks.com^
||condolencessumcomics.com^
||condoleparticipationfable.com^
||conductiveruthless.com^
||conductmassage.com^
||conductoraspirinmetropolitan.com^
||conduit-banners.com^
||conduit-services.com^
||conetizable.com^
||confdatabase.com^
||conferencelabourerstraightforward.com^
||conferencesimply.com^
||confergiftargue.com^
||confessedensure.com^
||confessioneurope.com^
||confesssagacioussatisfy.com^
||confessundercover.com^
||confesswrihte.top^
||confidence-x.com^
||confidentexplanationillegal.com^
||confideshrinebuff.com^
||confidethirstyfrightful.com^
||configurationluxuriantinclination.com^
||confinecrisisorbit.com^
||confinedexception.com^
||confinehindrancethree.com^
||confirmationefficiency.com^
||confirmationevidence.com^
||confirmationyoungsterpaw.com^
||confirmexplore.com^
||confiscateappellationreason.com^
||confiskbriggs.top^
||conformcashier.com^
||conformityblankshirt.com^
||confrontationdrunk.com^
||confrontationlift.com^
||confrontationwanderer.com^
||confrontbitterly.com^
||confused-camera.com^
||confvtt.com^
||congestionbeautycrystal.com^
||congestit.com^
||congostudia.com^
||congratulationsgraveseem.com^
||congressaffrayghosts.com^
||congressbench.com^
||congressvia.com^
||conjectureprecedingslippers.com^
||conjeller-chikemon.com^
||connectad.io^
||connectignite.com^
||connectingdoll.com^
||connectingresort.com^
||connectionsdivide.com^
||connectreadoasis.com^
||connecttoday.eu^
||connexplace.com^
||connextra.com^
||connotethembodyguard.com^
||conoret.com^
||conqueredallrightswell.com^
||conquereddestination.com^
||conquerleaseholderwiggle.com^
||conquestafloat.com^
||conquestdrawers.com^
||consciousslice.com^
||consensusarticles.com^
||consequentlydistraughtpasta.com^
||conservationdisposable.com^
||conservationlumber.com^
||considerate-brief.pro^
||consideratepronouncedcar.com^
||consideringscallion.com^
||consistinedibleconnections.com^
||consistpromised.com^
||consmo.net^
||consoupow.com^
||constellationdelightfulfull.com^
||constellationtrafficdenounce.com^
||consternationbale.com^
||consternationmysticalstuff.com^
||constintptr.com^
||constitutekidnapping.com^
||constraingood.com^
||constructdrankconcentration.com^
||constructionjeffben.com^
||constructionrejection.com^
||constructivesmoking.com^
||constructpoll.com^
||construment.com^
||consukultinge.info^
||consukultingeca.com^
||consultantpatientslaughter.com^
||consultingballetshortest.com^
||contadd.com^
||contagiongrievedoasis.com^
||containinglayrefund.com^
||containsmedievalcorrectly.com^
||containssubordinatecologne.com^
||containswasoccupation.com^
||contalyze.com^
||contaminatespontaneousrivet.com^
||contehos.com^
||contekehissing.top^
||contemplatepuddingbrain.com^
||contemplatereunitededgy.com^
||contemporarytechnicalrefuge.com^
||contendsportsvisit.com^
||content-ad.net^
||content-rec.com^
||contentabc.com^
||contentango.com^
||contentango.online^
||contentcave.co.kr^
||contentclick.co.uk^
||contentdigital.info^
||contentedinterimregardless.com^
||contentedtoothacheturk.com^
||contentjs.com^
||contentmentcareless.com^
||contentmentchef.com^
||contentmentfairnesspesky.com^
||contentmentwalterbleat.com^
||contentmentweek.com^
||contentr.net^
||contentshamper.com^
||contextweb.com^
||contfor.fun^
||contih.com^
||continentalaileendepict.com^
||continentcoaximprovement.com^
||continuallycomplaints.com^
||continuallyninetysole.com^
||continue-installing.com^
||continuedhostilityequipped.com^
||continuousformula.com^
||continuousowenspaniard.com^
||contradictionclinch.com^
||contradictshaftfixedly.com^
||contraeery.space^
||contributesieveusers.com^
||contributorshaveangry.com^
||contried.com^
||contrivancefrontage.com^
||contrivedsaladhandicapped.com^
||controversialarableprovide.com^
||controversydeliveredpoetry.com^
||conumal.com^
||convalescemeltallpurpose.com^
||convdlink.com^
||convenientcertificate.com^
||conventforgotten.com^
||conventionalrestaurant.com^
||convers.link^
||conversationbeside.com^
||conversationwaspqueer.com^
||convertedhorace.com^
||convertmb.com^
||conveysvelure.life^
||convincedtrick.com^
||convrse.media^
||convsweeps.com^
||conyak.com^
||coochhastier.top^
||coochitiphy.com^
||cooeyeddarbs.com^
||coofumberty.digital^
||coogoocy.com^
||coogumak.com^
||coojaiku.com^
||cookerybands.com^
||cookeryeighth.com^
||cookerywrinklefad.com^
||cookieless-data.com^
||cookinghither.com^
||cool.sunporno.com^
||coolappland.com^
||coolappland1.com^
||coolappland2.com^
||coolappland4.com^
||coolappland5.com^
||coolehim.xyz^
||coolestblockade.com^
||coolherein.com^
||coolingstiffenlegend.com^
||cooljony.com^
||coollyadmissibleclack.com^
||cooloffer.cfd^
||coolpornvids.com^
||coolserving.com^
||coolstreamsearch.com^
||coolungceil.top^
||coonandeg.xyz^
||coonceder.space^
||cooperativechuckledhunter.com^
||cooperativepassenger.com^
||cooserdozens.top^
||cooshouz.xyz^
||cootersorry.com^
||cootlogix.com^
||coovouch.com^
||copacet.com^
||copeaxe.com^
||copemorethem.live^
||copesfirmans.com^
||cophoe.com^
||copict.com^
||copiedglittering.com^
||copieranewcaller.com^
||copiercarriage.com^
||copperseafoodearphones.com^
||copterezba.com^
||coptisphraser.top^
||copusorpinc.guru^
||copymannantz.com^
||coqfsqikizcd.com^
||coquitahaiduk.com^
||cor8ni3shwerex.com^
||coralsurveyed.com^
||cordclck.cc^
||cordinghology.info^
||core.dimatter.ai^
||coreevolutionadulatory.com^
||coreexperiment.com^
||corenotabilityhire.com^
||coreportions.com^
||corepsh.top^
||coresepyllia.com^
||corialthanes.life^
||corixaraphide.top^
||corkremembranceastray.com^
||corneey.com^
||corneredcommunicationcancel.com^
||cornerscheckbookprivilege.com^
||cornersindecisioncertified.com^
||cornflowercopier.com^
||cornflowershallow.com^
||coronafly.ru^
||coronationinjurynoncommittal.com^
||coronetkittles.com^
||corporategarnish.com^
||corporatethankfulfinding.com^
||corpsehappen.com^
||corpulentoverdoselucius.com^
||corpulentrubber.com^
||correctcitolas.com^
||correctionsnailnestle.com^
||corroticks285affrierson.com^
||corruptclients.com^
||corruptheedless.com^
||corruptmatter.com^
||corsakpeize.com^
||corvetwoorari.com^
||corvinapaella.life^
||corymbszinzar.com^
||cosmatitacker.top^
||cosmeticlevy.com^
||cosmeticsgenerosity.com^
||cosmicpartially.com^
||cosmismnatchez.com^
||cosseterrits.com^
||costaquire.com^
||costatevamped.com^
||costsimperialapparent.com^
||coststunningconjure.com^
||costumebodiesfires.com^
||cosysuppressed.com^
||cotchaug.com^
||coticoffee.com^
||cotingavintry.website^
||cotorosmileway.top^
||cottondivorcefootprint.com^
||cotwcpcjcrjfj.xyz^
||coubte.com^
||coudswamper.com^
||couhiboa.com^
||coukagrous.com^
||couldburgeon.com^
||couldobliterate.com^
||coumasha.xyz^
||counaupsi.com^
||councedvdvg.club^
||counciladvertising.net^
||councilheader.com^
||coundt.com^
||counsellinggrimlyengineer.com^
||counsellingrouge.com^
||counsellorunderwaterstriped.com^
||countdownlogic.com^
||countdownwildestmargarine.com^
||countenancepeculiaritiescollected.com^
||counteractpull.com^
||counterfeitbear.com^
||counterfeitnearby.com^
||countertrck.com^
||countessrestrainasks.com^
||countriesnews.com^
||countryinflammable.com^
||countrynot.com^
||countybananasslogan.com^
||countypuddleillusion.com^
||coupageoutrant.guru^
||coupbezzant.com^
||couphait.net^
||coupleairplane.com^
||couplestupidity.com^
||coupocee.xyz^
||coupsonu.net^
||coupteew.com^
||couptoug.net^
||courageimportancedirections.com^
||courierembedded.com^
||couriree.xyz^
||courospederogis.com^
||coursebonfire.com^
||coursebrushedassume.com^
||coursyorpins.space^
||courteous-development.com^
||courthousedefective.com^
||courthouselaterfunctions.com^
||courtroomboyfriend.com^
||courtsbeltmen.com^
||cousinglandsgreed.com^
||cousingypsy.com^
||cousinscostsalready.com^
||coutherunlawed.website^
||couthieisobath.com^
||coutilresgat.com^
||couwainu.xyz^
||couwhivu.com^
||couwooji.xyz^
||coveredbetting.com^
||coveredsnortedelectronics.com^
||covisithebraic.com^
||covivado.club^
||cowagesabaca.life^
||cowbumply.com^
||cowerscrowers.top^
||cowmankai.com^
||coxaesmooth.digital^
||coxaripply.top^
||coxiesthubble.com^
||coxosots.xyz^
||coxziptwo.com^
||coysjayesh.com^
||coysotown.com^
||coyward.com^
||cpa-optimizer.online^
||cpa3iqcp.de^
||cpabeyond.com^
||cpaclicks.com^
||cpaconvtrk.net^
||cpalabtracking.com^
||cpaoffers.network^
||cpaokhfmaccu.com^
||cpaspeed.online^
||cpaway.com^
||cpays.com^
||cpcmart.com^
||cpcvabi.com^
||cpddwyuyd.com^
||cpl1.ru^
||cplayer.pw^
||cpm-ad.com^
||cpm.biz^
||cpm20.com^
||cpmadvisors.com^
||cpmclktrk.online^
||cpmgatenetwork.com^
||cpmmedia.net^
||cpmnetworkcontent.com^
||cpmprofitablecontent.com^
||cpmprofitablenetwork.com^
||cpmrevenuenetwork.com^
||cpmrocket.com^
||cpmspace.com^
||cpmtree.com^
||cpng.lol^
||cpobcsianm.com^
||cppkmmthkpttbb.com^
||cpqgyga.com^
||cpsult.com^
||cpsvbyveawikgh.xyz^
||cptroux.com^
||cpuim.com^
||cpvads.com^
||cpvadvertise.com^
||cpvlabtrk.online^
||cpwjgdxjjsqe.com^
||cpx24.com^
||cpxadroit.com^
||cpxckfridcxst.com^
||cpxdeliv.com^
||cpxinteractive.com^
||cqbmddliqbbp.com^
||cqdalradz.com^
||cqdaznl.com^
||cqddhfjl.com^
||cqdlfqgsnjyyhew.com^
||cqfbrnzsgns.com^
||cqfqrvghjgu.com^
||cqhqvgwcypx.xyz^
||cqlsewa.com^
||cqlupb.com^
||cqmmacgxqhmk.com^
||cqmqudieixhc.xyz^
||cqngirxstgeeg.com^
||cqnmtmqxecqvyl.com^
||cqpiumcjacb.com^
||cqqmwkkkfntjr.com^
||cqrvwq.com^
||cqwajn.com^
||cr-brands.net^
||cr.adsappier.com^
||cr00.biz^
||cr08.biz^
||crabdefend.com^
||craccaanybody.com^
||crackbroadcasting.com^
||crackquarrelsomeslower.com^
||cracktraumatic.com^
||craftsmancaptivity.com^
||craftsmanvolleyballhist.com^
||crafty-math.com^
||craharice.com^
||crajeon.com^
||crakbanner.com^
||crampformationparticularly.com^
||cranebecomingwindfall.com^
||craneykori.uno^
||cranialjehu.com^
||crankerunborn.com^
||crankyderangeabound.com^
||crantscopart.com^
||crashexecute.com^
||crateralbumcarlos.com^
||craterwhsle.com^
||craveidentificationanoitmentanoitment.com^
||crawledlikely.com^
||crayfishremindembroider.com^
||crayfishshepherd.com^
||crayonreareddreamt.com^
||crazyhell.com^
||crazylead.com^
||crbbgate.com^
||crcgrilses.com^
||crdefault.link^
||crdefault1.com^
||crdfifmrm.com^
||crdkibrwkiua.com^
||creamssicsite.com^
||creaperu.com^
||create2fear.com^
||createsgummous.com^
||creative-bars1.com^
||creative-serving.com^
||creativecdn.com^
||creativedisplayformat.com^
||creativeformatsnetwork.com^
||creativesumo.com^
||creativetourlips.com^
||creaturescoinsbang.com^
||creaturespendsfreak.com^
||crectipumlu.com^
||credentialsdispatchsuperstitious.com^
||credentialstrapdoormagnet.com^
||credibilitystakehemisphere.com^
||credibilityyowl.com^
||creditbitesize.com^
||creditorapido.xyz^
||credulityicicle.com^
||creedoverwork.com^
||creeguilds.com^
||creekrecollectkey.com^
||creepercard.com^
||creeperfutileforgot.com^
||creepingbrings.com^
||creeppant.com^
||creepyassist.pro^
||creepybuzzing.com^
||crematedarkerdwight.com^
||crengate.com^
||crentexgate.com^
||creojnpibos.com^
||crepeyindited.top^
||crepgate.com^
||creptdeservedprofanity.com^
||cresfpho2ntesepapillo3.com^
||cresivetanach.com^
||crestfallenwall.com^
||cresylhatband.com^
||cretgate.com^
||creticoutdid.com^
||crevicedepressingpumpkin.com^
||crevnrela.com^
||crfmbxqrf.xyz^
||cribbewildered.com^
||cribwarilyintentional.com^
||cricksnatchez.com^
||criesnonstopbake.com^
||criesresentstrangely.com^
||crific.com^
||crimeaboist.com^
||crimeansnakily.com^
||crimeevokeprodigal.com^
||criminalmention.pro^
||criminalweightforetaste.com^
||crimpedmelanic.com^
||crimsondozeprofessional.com^
||crisdomson.com^
||crisistuesdayartillery.com^
||crisp-freedom.com^
||crispdune.com^
||crispentirelynavy.com^
||cristianonaldo.com^
||cristifibster.life^
||critariatele.pro^
||criticaltriggerweather.com^
||criticismheartbroken.com^
||criticpraiser.com^
||crittercorupay.com^
||crjdgldmb.com^
||crjpgate.com^
||crjpingate.com^
||crlkyzwra.com^
||crm4d.com^
||crmentjg.com^
||crmpt.livejasmin.com^
||crnhbkd.com^
||crninkvhariuh.com^
||croakconfirmedget.com^
||crockejection.com^
||crockerycrowdedincidentally.com^
||crockuncomfortable.com^
||crocopop.com^
||crooth.com^
||croplake.com^
||crossroadoutlaw.com^
||crossroadparalysisnutshell.com^
||crostrhombs.space^
||croupyjacu.life^
||crowbarorchat.uno^
||crowdgravity.com^
||crownswoden.space^
||crozzleaclydes.space^
||crptentry.com^
||crptgate.com^
||crrepo.com^
||crsspxl.com^
||crtracklink.com^
||crucishockled.top^
||crudedelicacyjune.com^
||crudelouisa.com^
||crudequeenrome.com^
||cruel-national.pro^
||cruiserx.net^
||cruisetitleclosed.com^
||crumbledatabasesmeasure.com^
||crumblerefunddiana.com^
||crumbrationally.com^
||crumbtypewriterhome.com^
||crumbumgristly.space^
||crummygoddess.com^
||crumplylenient.com^
||crunchylashins.com^
||crunodedysuric.digital^
||crushedignoring.com^
||crushingconflict.pro^
||crusilyparonym.com^
||cruthdivisi.life^
||crxekxjpiktykjb.com^
||cryingforanythi.com^
||cryjun.com^
||cryonickru.com^
||cryorganichash.com^
||cryptomcw.com^
||cryptraffic.de^
||cschyogh.com^
||csfabdtmrs.com^
||csggmxrbt.com^
||cshbyjjgdtc.com^
||csiasvapqrccq.com^
||csjuq.com^
||csoatmxpcv.xyz^
||csoxbkscuflef.com^
||cspchemung.guru^
||cspdimfa.com^
||csqgebok.com^
||csqtsjm.com^
||csrmohcym.com^
||csrrxwd.com^
||csscloudstorage.com^
||cstoeydbhdgrlp.com^
||csvlgqsanwry.com^
||ctasnet.com^
||ctationsele.info^
||ctefeminin.com^
||ctengine.io^
||cteripre.com^
||cthisismoych.com^
||cthkgodgy.com^
||ctiarbwaxam.com^
||ctiascaqkn.com^
||ctiawbxvhajg.com^
||cticalwhichhere.info^
||ctiotjobkfu.com^
||ctm-media.com^
||ctmdtrvikipjfv.xyz^
||ctnsnet.com^
||ctoosqtuxgaq.com^
||ctosrd.com^
||ctpdegbeqlejw.com^
||ctqwlbxq.com^
||ctrggjspulmcx.com^
||ctrlaltdel99.com^
||ctrtrk.com^
||ctsdwm.com^
||ctthatmyeduca.net^
||ctubhxbaew.com^
||ctugslmxbdgkuq.com^
||ctvnmxl.com^
||ctwlucwq.com^
||ctywimluf.com^
||cubbingrebbes.com^
||cubchillysail.com^
||cubeslichees.com^
||cubgeographygloomily.com^
||cubicnought.com^
||cubtimohawk.life^
||cuckooretire.com^
||cuculf.name^
||cucuyoalkoxy.com^
||cuddleangkhak.com^
||cuddlethehyena.com^
||cudforhim.com^
||cudgeletc.com^
||cudgelsupportiveobstacle.com^
||cudwortflurr.uno^
||cudwortparve.top^
||cueafuljdytb.com^
||cuefootingrosy.com^
||cueistratting.com^
||cuesingle.com^
||cuevastrck.com^
||cueyetwee.site^
||cuferxmtvifnu.com^
||cugeeksy.net^
||cugiphepty.com^
||cuhlsl.info^
||cuisineenvoyadvertise.com^
||cuisineomnipresentinfinite.com^
||cuissenbisque.com^
||culass.com^
||cullayscrocks.com^
||cullemple-motline.com^
||culmedpasses.cam^
||culsaids.xyz^
||cultergoy.com^
||cultismcanty.space^
||culturalcollectvending.com^
||cumbersomeastonishedsolemn.com^
||cumbersomebonus.com^
||cumbersomesteedominous.com^
||cumjroatzga.com^
||cumult.com^
||cunasdonat.com^
||cunazarp.website^
||cunyiesus.com^
||cupboardbangingcaptain.com^
||cupidirresolute.com^
||cupidonmedia.com^
||cupidrecession.com^
||cupidsirised.guru^
||cupindisputable.com^
||cuplikenominee.com^
||cupoabie.net^
||cuqvlpxjj.xyz^
||curaripeiktha.top^
||curbimpress.com^
||curids.com^
||curinetuxedos.com^
||curledbuffet.com^
||curlingtyphon.com^
||curlsl.info^
||curlsomewherespider.com^
||curlybottom.com^
||curlyhomes.com^
||curnberthed.com^
||currantsummary.com^
||currencychillythoughtless.com^
||currencyoffuture.com^
||curriculture.com^
||curryoxygencheaper.com^
||cursecrap.com^
||cursegro.com^
||curseintegralproduced.com^
||cursordownstairs.com^
||cursormedicabnormal.com^
||cursorsympathyprime.com^
||curtisbarways.com^
||curude.com^
||curveyberberi.com^
||curvierannexa.com^
||curvyalpaca.cc^
||curyalanyl.guru^
||cuseccharm.com^
||cusecwhitten.com^
||cushawbaized.com^
||cushawsdizens.com^
||cushingpouncet.top^
||cushionblarepublic.com^
||cusilbwq.xyz
||cuslsl.info^
||cuspedeogaean.top^
||cuspingbuckoes.cfd^
||custardswink.com^
||custodybout.com^
||custodycraveretard.com^
||custodycrutchfaintly.com^
||customads.co^
||customapi.top^
||customsalternative.com^
||customselliot.com^
||cuterbond.com^
||cuterintegrationcrock.com^
||cutescale.online^
||cutesyapaise.com^
||cutlersbahaism.com^
||cutoch.com^
||cuttingdemeanoursuperintend.com^
||cuttingstrikingtells.com^
||cuttledpph.life^
||cuunpsyhsb.com^
||cuyynol.com^
||cuzsgqr.com^
||cvastico.com^
||cvixthukvgac.com^
||cvjfmrrgyrqnsnw.xyz^
||cvkilmfhorl.com^
||cvnpbsqyiy.com^
||cvqgnkeqme.com^
||cvrkjnaoazazh.com^
||cvtfyyflrrkjsam.xyz^
||cvuduufdewm.com^
||cvuvoljuqlkeuc.com^
||cvyimypsjxca.com^
||cwhrfkpniuvkn.xyz^
||cwixbvnnndpe.xyz^
||cwkuefvuipe.com^
||cwlvmsvmqqgzb.com^
||cwobfddy.com^
||cwqggdbsuksb.com^
||cwqljsecvr.com^
||cwrlnhyfheafllk.xyz^
||cwuaxtqahvk.com^
||cwvfikunas.com^
||cxafxdkmusqxsa.xyz^
||cxeciqartjtctih.com^
||cxeiymnwjyyi.xyz^
||cxfrmhsj.com^
||cxgicdcfou.com^
||cxgnymgd.xyz^
||cxhhvmkwfh.com^
||cxhqpbwmyfskzt.com^
||cxiebfdqydf.com^
||cxkhadk.com^
||cxmnsbrbdmxoyd.com^
||cxnadcribh.com^
||cxotiggg.com^
||cxrfoubqoxnk.com^
||cxtkpfbvu.com^
||cxuipktdlwtimj.com^
||cxwqeehw.com^
||cyacoxsgxjdylpy.com^
||cyamidfenbank.life^
||cyan92010.com^
||cybersugardrew.com^
||cybertronads.com^
||cybkit.com^
||cycledaction.com^
||cycleworked.com^
||cyclistforgotten.com^
||cycndlhot.xyz^
||cydippeespy.com^
||cyesesprerich.com^
||cygnus.com^
||cyih0e43aty7.com^
||cyijr.com^
||cyilxkpkf.com^
||cylindermonastery.com^
||cylindrical-form.com^
||cylnkee.com^
||cylsszrrfbkgjf.com^
||cymqhqxuchas.com^
||cymtiadhurrie.com^
||cyneburg-yam.com^
||cynicalspireheroism.com^
||cyprecaccia.guru^
||cypressreel.com^
||cyprie.com^
||cyrigh.com^
||cyrxvpnu.com^
||cystisolor.com^
||cythat.com^
||cytock.com^
||cyvjmnu.com^
||cyyhkeknmbe.com^
||cyyjhkhgt.com^
||czarhonoraryrunning.com^
||czboox.xyz^
||czechose.com^
||czedgingtenges.com^
||czfpgkujv.com^
||czfyaemtweo.com^
||czh5aa.xyz^
||czvdyzt.com^
||czyoxhxufpm.com^
||d-agency.net^
||d05571f85f.com^
||d0870e04a5.com^
||d0efb7d9aeb478d.com^
||d0main.ru^
||d13babd868.com^
||d1cg2aopojxanm.cloudfront.net^
||d238ff9a45.com^
||d24ak3f2b.top^
||d26e83b697.com^
||d28dc30335.com^
||d29gqcij.com^
||d2af63b326.com^
||d2d7bba154.com^
||d2nin2iqst0txp.cloudfront.net^
||d2ship.com^
||d33gmheck9s2xl.cloudfront.net^
||d36f31688a.com^
||d37914770f.com^
||d3befd5a11.com^
||d3c.site^
||d3d98dc11c.com^
||d3da127b69.com^
||d3qxd84135kurx.cloudfront.net^
||d483501b04.com^
||d4b138a7aa.com^
||d4c7df9561.com^
||d4d48974197052ea.com^
||d5390684c4.com^
||d56cfcfcab.com^
||d592971f36.com^
||d59936b940.com^
||d65a1fbe58.com^
||d6a206cf07.com^
||d6f8c08166.com^
||d6jfiirio372.com^
||d71022cc68.com^
||d72gb9oukw3j.com^
||d78eee025b.com^
||d7c01d241b.com^
||d7c6491da0.com^
||d7e13aeb98.com^
||d871f74395.com^
||d8b805b9a9.com^
||d90be87e47.com^
||d95d5c2239.com^
||d9kvn70l4ogn.com^
||da-ads.com^
||da066d9560.com^
||da77842b9c.com^
||daailynews.com^
||dabbyfather.com^
||dabletoverdid.space^
||daccroi.com^
||dacmaiss.com^
||dacmursaiz.xyz^
||dacnmevunbtu.com^
||dacronblanchi.guru^
||dadhuhram.com^
||dadsats.com^
||dadsimz.com^
||dadslimz.com^
||dadsoks.com^
||dadzidmisbmja.com^
||daedaelousscri.com^
||daejyre.com^
||daemonshymens.com^
||daero.pw^
||daethana.pw^
||daffaite.com^
||daggapartley.life^
||daggerwantedliterally.com^
||daiboit.com^
||daichoho.com^
||daicoaky.net^
||daikeethoo.com^
||daikersscrim.website^
||daikorm.com^
||dailyalienate.com^
||dailyc24.com^
||dailychronicles2.xyz^
||dailyenoplan.website^
||dailyvids.space^
||daimfkgotytcqld.com^
||daimioswhimper.com^
||daipsaut.com^
||dairebougee.com^
||dairouzy.net^
||dairyworkjourney.com^
||daistii.com^
||daiteshu.net^
||daiwheew.com^
||daizoode.com^
||dakjddjerdrct.online^
||dalecigarexcepting.com^
||dalecta.com^
||dalethsfanout.com^
||daliapama.com^
||dallavel.com^
||daluxmurwthhk.com^
||dalyai.com^
||dalyio.com^
||dalymix.com^
||dalysb.com^
||dalysh.com^
||dalysv.com^
||damaged-fix.pro^
||damagedmissionaryadmonish.com^
||dameadept.com^
||damedamehoy.xyz^
||damianafulani.com^
||damnightmareleery.com^
||damozelmikvahs.com^
||dampapproach.com^
||dampwarabi.com^
||dana123.com^
||danaineirrupt.top^
||danaineuveas.com^
||dancefordamazed.com^
||dandilysterna.com^
||dandyblondewinding.com^
||dandylowestpalsy.com^
||danesuffocate.com^
||dangerfiddlesticks.com^
||dangerinsignificantinvent.com^
||dangerousfight.com^
||dangerouslyblemishsweater.com^
||dangerouslyeragruff.com^
||dangerouslygluttony.com^
||dangerouslyprudent.com^
||dangerswitty.com^
||dangingspuggy.top^
||danitemalus.life^
||dankestass.com^
||danmounttablets.com^
||dansanttina.com^
||dantasg.com^
||dantbritingd.club^
||danzhallfes.com^
||danzigtitoism.guru^
||daphnews.com^
||dappaa.site^
||dappab.site^
||dappac.site^
||dapper.net^
||dapperaside.pro^
||dapperdeal.pro^
||dapsotsares.com^
||daptault.com^
||daqpmkraxkwnny.com^
||darcycapacious.com^
||daredcoil.com^
||darghinruskin.com^
||daringcooper.com^
||daringsupport.com^
||dariolunus.com^
||darkandlight.ru^
||darkdepthdriller.top^
||darkercoincidentsword.com^
||darkerillegimateillegimateshade.com^
||darkerprimevaldiffer.com^
||darkestfertil.com^
||darkledopining.uno^
||darknesschamberslobster.com^
||darksumgaults.com^
||darlingfrightenunit.com^
||darnvigour.com^
||darrylfuranes.top^
||dartonim.com^
||darvorn.com^
||darwinpoems.com^
||darzeegobble.com^
||dasensiblem.org^
||dasesiumworkhovdimi.info^
||dasfelynsaterr.win^
||dashbida.com^
||dashbo15myapp.com^
||dashboardartistauthorized.com^
||dashedclownstubble.com^
||dashersbatfish.guru^
||dashgreen.online^
||dashingdaredmeeting.com^
||dasperdolus.com^
||data-data-vac.com^
||data-jsext.com^
||data-px.services^
||datajsext.com^
||datakitschelm.com^
||datatechone.com^
||datatechonert.com^
||date-5-c.com^
||date2day.pro^
||date4sex.pro^
||dateddeed.com^
||datemeup.top^
||datesviewsticker.com^
||dateszone.net^
||datetrackservice.com^
||datherap.xyz^
||dating-banners.com^
||dating-roo3.site^
||dating2cloud.org^
||dating2you.net^
||dating2you.org^
||dating4you.org^
||datingcentral.top^
||datingkoen.site^
||datingpush.space^
||datingsphere.top^
||datingstyle.top^
||datingtoday.top^
||datingtopgirls.com^
||datingvr.ru^
||datlelrzvge.com^
||dattoswitches.com^
||daubierbatties.uno^
||daubingweekday.com^
||daughterbump.com^
||daughterinlawrib.com^
||daughterstinyprevailed.com^
||daugloon.net^
||daukshewing.com^
||dauntgolfconfiscate.com^
||dauntlessamusingcomrade.com^
||dauntslip.com^
||dauptoawhi.com^
||dausoofo.net^
||dautegoa.xyz^
||davctinijon.com^
||davjdaauvlp.com^
||daweneath.com^
||dawirax.com^
||dawmal.com^
||dawplm.com^
||dawtsboosted.com^
||daxwfrbocaaau.com^
||daybreakarchitecture.com^
||daysmenformat.top^
||daysstone.com^
||daytimeentreatyalternate.com^
||dayznews.biz^
||daz3rw5a5k4h.com^
||dazeactionabet.com^
||dazedengage.com^
||dazeoffhandskip.com^
||dazhantai.com^
||db20da1532.com^
||db5f3a82ab.com^
||db72c26349.com^
||dbahkymhcdmkbc.com^
||dbaomgnsahy.com^
||dbbsrv.com^
||dbclix.com^
||dbdcrkebvwwtegd.com^
||dberthformttete.com^
||dbf36eaddd.com^
||dbgqgmqqc.com^
||dbgsfyxtfyh.xyz^
||dbhhvmoq.com^
||dbizrrslifc.com^
||dblbkinsuswpr.com^
||dbplygoi.com^
||dbqlghadltookjo.xyz^
||dbtbfsf.com^
||dbvault.net^
||dbw7j2q14is6l.cloudfront.net^
||dc29186682.com^
||dc3b671cce.com^
||dc564d181f.com^
||dc8a004603.com^
||dcayljcvr.com^
||dcdxpdxbp.com^
||dcebmbsnmcs.com^
||dcekppuv.xyz^
||dcf438349c.com^
||dcfnihzg81pa.com^
||dcjaefrbn.xyz^
||dclakbrifusivy.com^
||dclfuniv.com^
||dcsv33.com^
||dcuonsugikrma.com^
||dcybyvmtwgnp.com^
||dd0122893e.com^
||dd9l0474.de^
||ddagyoyucaqay.com^
||dddashasledopyt.com^
||ddddynf.com^
||dddomainccc.com^
||ddedfearingl.com^
||ddhjxakewpp.com^
||ddjagedfbifdfejagaca.world^
||ddpvnqtpdqid.xyz^
||ddqfgamwnhp.com^
||ddrsemxv.com^
||ddtvskish.com^
||ddxfhpuhfroier.com^
||ddylxccl.xyz^
||deadly-variety.pro^
||deadlyheart.pro^
||deadlyrelationship.com^
||deadlysafe.pro^
||deadrafflewildest.com^
||dealbuzznews.com^
||dealcurrent.com^
||deallyighabove.info^
||dealsfor.life^
||dealtbroodconstitutional.com^
||deansoorawn.com^
||deanvividsquall.com^
||dearestimmortality.com^
||dearfiring.com^
||dearlyseedsad.com^
||dearlystoop.com^
||deathssm.com^
||debatableslippers.com^
||debateconsentvisitation.com^
||debatminkish.uno^
||debauchavailable.com^
||debauchinteract.com^
||debism.com^
||debitslopenoncommittal.com^
||debonairseashore.com^
||debsis.com^
||debtminusmaternal.com^
||debtsbosom.com^
||debtsevolve.com^
||debtslooselavatory.com^
||debutpanelquizmaster.com^
||decadeheroism.com^
||decademical.com^
||decbusi.com^
||deceittoured.com^
||deceivedbulbawelessaweless.com^
||deceivedmisunderstand.com^
||decemberaccordingly.com^
||decencyjessiebloom.com^
||decencysoothe.com^
||decenthat.com^
||deceptionhastyejection.com^
||decibaraglare.com^
||decide.dev^
||decidedlylipstick.com^
||decidedmonsterfarrier.com^
||decisionmark.com^
||decisionnews.com^
||decisivebottledhappen.com^
||deckdistant.com^
||deckedsi.com^
||deckeeps.xyz^
||deckmanbrid.com^
||decknetwork.net^
||declarationfascinatedrace.com^
||declarcercket.org^
||declareave.com^
||declaredjuvenile.com^
||declaredtraumatic.com^
||declarefollowersuspected.com^
||declinebladdersbed.com^
||declinedmaniacminister.com^
||declinedmildlyreckon.com^
||declinelotterymitten.com^
||declinewretchretain.com^
||declk.com^
||decoctionembedded.com^
||decodesnaevoid.life^
||decomposedismantle.com^
||decoraterepaired.com^
||decorationguinea.com^
||decorationhailstone.com^
||decorationproducer.com^
||decordingaudied.site^
||decordingholo.org^
||decossee.com^
||decpo.xyz^
||decreasetome.com^
||decreertenet.website^
||decrepitgulpedformation.com^
||decswci.com^
||dedfearingles.info^
||dedicatedmedia.com^
||dedicatedsummarythrone.com^
||dedicatenecessarilydowry.com^
||dedicationflamecork.com^
||deductionadjacentwatchful.com^
||deductionkeepingbabysitter.com^
||deebcards-themier.com^
||deebwcnanjmegdv.com^
||deecqem892bg5er.com^
||deedeedthowel.top^
||deedeedwinos.com^
||deedtampertease.com^
||deefauph.com^
||deeginews.com^
||deehalig.net^
||deejehicha.xyz^
||deemcompatibility.com^
||deemfriday.com^
||deemievache.com^
||deemwidowdiscourage.com^
||deepboxervivacious.com^
||deepdelver.top^
||deeperhundredpassion.com^
||deepermagnes.com^
||deephicy.net^
||deepirresistible.com^
||deepmetrix.com^
||deepnewsjuly.com^
||deeprootedpasswordfurtively.com^
||deethout.net^
||deewansturacin.com^
||deezusty.net^
||defacebunny.com^
||defeatedadmirabledivision.com^
||defeatpercharges.com^
||defeature.xyz^
||defectpayslips.com^
||defenceblake.com^
||defencelessrancorous.com^
||defendantlucrative.com^
||defendsrecche.top^
||defenselessweather.com^
||defenseneckpresent.com^
||defensive-bad.com^
||defensiveevidence.pro^
||deferapproximately.com^
||deferjobfeels.com^
||deferrenewdisciple.com^
||defiancebelow.com^
||defiantsniffbitterly.com^
||deficiencyluckrapt.com^
||deficiencypiecelark.com^
||deficitsilverdisability.com^
||definedbootnervous.com^
||definedchampion.com^
||definedlaunching.com^
||definedrequiredchurchyard.com^
||definitial.com^
||defiye.xyz^
||deformconversionorthodox.com^
||deformunkid.space^
||defpush.com^
||defrostjudica.com^
||defutohy.pro^
||defybrick.com^
||defyraspypuke.com^
||degenerateabackjaguar.com^
||degeneratecontinued.com^
||degeronium.com^
||deghooda.net^
||degradationrethink.com^
||degreebristlesaved.com^
||degrew.com^
||degutu.xyz^
||dehimalowbowohe.info^
||deisdtigfds.com^
||deitynosebleed.com^
||dekanser.com^
||deksoolr.net^
||del-del-ete.com^
||delaterfons.com^
||delayeddisembroildisembroil.com^
||deletedjohnny.com^
||delicatereliancegodmother.com^
||delicious-slip.pro^
||delightacheless.com^
||delightedintention.com^
||delightedprawn.com^
||delightful-page.pro^
||delightspiritedtroop.com^
||deligrassdull.com^
||deline-sunction.com^
||deliquencydeliquencygangenemies.com^
||deliriousglowing.com^
||deliriumabatecarefully.com^
||delivereddecisiverattle.com^
||delivery.momentummedia.com.au^
||delivery45.com^
||delivery47.com^
||delivery49.com^
||delivery51.com^
||deliverydom.com^
||deliverymod.com^
||deliverymodo.com^
||deliverytrafficnews.com^
||deliverytraffico.com^
||deliverytraffnews.com^
||delmarviato.com^
||delnapb.com^
||delookiinasfier.cc^
||deloplen.com^
||deloton.com^
||deltoidviragin.com^
||deltraff.com^
||deludemesh.com^
||deludereflexunderwater.com^
||delulu.uno^
||delusionfirmly.com^
||delusionpenal.com^
||delutza.com^
||deluxeconge.digital^
||demand.supply^$script
||demandedhalfmoon.com^
||demeanourgrade.com^
||dementeddug.com^
||dementedstalesimultaneous.com^
||demersefiques.com^
||demiseskill.com^
||demned.com^
||democracyherebyinapptitudeinapptitude.com^
||democracyseriously.com^
||democracysuperintend.com^
||democracyunworthystraight.com^
||democrattransportationirrational.com^
||demolishskyscrapersharp.com^
||demonryinlaced.com^
||demonstrationbeth.com^
||demonstrationtimer.com^
||demoteexplanation.com^
||demountglinted.life^
||demureanklesecond.com^
||demurerbewary.live^
||denarocepa.com^
||denayphlox.top^
||denbeigemark.com^
||denbsd.com^
||dencejvlq.com^
||dendranthe4edm7um.com^
||dendrito.name^
||deneorphan.com^
||denetsuk.com^
||dengelmeg.com^
||denialrefreshments.com^
||denoughtanot.info^
||denounceburialbrow.com^
||denouncecomerpioneer.com^
||densityprideincentive.com^
||densouls.com^
||dental-drawer.pro^
||dentalillegally.com^
||dentfonttechnology.com^
||dentwithought.com^
||denunciationsights.com^
||denycrayon.com^
||deostr.com^
||deotarevalue.com^
||deparn.com^
||departgross.com^
||departtrouble.com^
||departurealtar.com^
||dependablepumpkinlonger.com^
||dependablestaredpollution.com^
||dependentwent.com^
||dephasevittate.com^
||depids.com^
||depigs.com^
||depirsmandk5.com^
||depitfondues.top^
||depleteappetizinguniverse.com^
||deploremythsound.com^
||deployads.com^
||deploymentblessedheir.com^
||depositgreetingscommotion.com^
||depositnostrilverge.com^
||depositpastel.com^
||depreciatelovers.com^
||depressionfemaledane.com^
||depriveretirement.com^
||depsougnefta.com^
||deptem.com^
||deptigud.xyz^
||depucelgalera.com^
||depurestole.guru^
||deqkmzurltovbk.com^
||deraterbelamy.com^
||derelictfascinatinginmate.com^
||dereunsin.uno^
||derevya2sh8ka09.com^
||deridebleatacheless.com^
||derisiveheartburnpasswords.com^
||derivativelined.com^
||deriveddeductionguess.com^
||dermswraist.top^
||derowalius.com^
||derriregliss.top^
||derrybonedry.com^
||dersouds.com^
||desabrator.com^
||desalthuns.com^
||descargarpartidosnba.com^
||descendantdevotion.com^
||descendedcelebrity.com^
||descendentwringthou.com^
||descentsafestvanity.com^
||descrepush.com^
||described.work^
||descriptionheels.com^
||descriptionhoney.com^
||descriptionhoroscope.com^
||descz.ovh^
||desekansr.com^
||deserterstrugglingdistil.com^
||desertsquiverinspiration.com^
||desertsutilizetopless.com^
||deservedbreast.com^
||deservesjoke.com^
||deservessafety.com^
||desgolurkom.com^
||deshourty.com^
||desigactinific.org^
||designatejay.com^
||designerdeclinedfrail.com^
||desireddelayaspirin.com^
||desiregig.com^
||desiremolecule.com^
||deskfrontfreely.com^
||desktopnotificationshub.com^
||deslatiosan.com^
||deslimepitier.top^
||desorbtarrify.com^
||despairrim.com^
||despanpouran.com^
||despectclogwyn.com^
||desperateambient.com^
||desperationembassy.com^
||despicablereporthusband.com^
||despik.com^
||despitethriftmartial.com^
||desponddietist.com^
||despotbenignitybluish.com^
||despotfifteen.com^
||dessertgermdimness.com^
||dessly.ru^
||destinationoralairliner.com^
||destinedsponsornominate.com^
||destroyedspear.com^
||desugeng.xyz^
||desvibravaom.com^
||detachedbates.com^
||detachedknot.com^
||detachmentoccasionedarena.com^
||detailedshuffleshadow.com^
||detainstockingskaleidoscope.com^
||detars.com^
||detecteddesigningspirited.com^
||detectedpectoral.com^
||detectiveestrange.com^
||detectmus.com^
||detectscoset.com^
||detectvid.com^
||detectys.digital^
||detergenthazardousgranddaughter.com^
||detergentkindlyrandom.com^
||deterioratebinheadphone.com^
||deterioratesadly.com^
||determineworse.com^
||deterrentpainscodliver.com^
||detestgaspdowny.com^
||detinetcallant.com^
||detour.click^
||deturbcordies.com^
||deupfpxwdzxs.com^
||devdelto.info^
||deveincyanids.com^
||developedse.info^
||developerfriendsdisappoint.com^
||developmentbulletinglorious.com^
||developmentgoat.com^
||developmentnewestrising.com^
||devilnonamaze.com^
||devilwholehorse.com^
||deviseoats.com^
||deviseundress.com^
||devofei.xyz^
||devolutiondiffident.com^
||devolutionrove.com^
||devoterornis.com^
||devotionhundredth.com^
||devoutdoubtfulsample.com^
||devoutprinter.com^
||dewcommode.space^
||dewierhagger.com^
||dewiestsards.com^
||dewincubiatoll.com^
||dewlessjacobin.com^
||dewreseptivereseptiveought.com^
||dexchangeinc.com^
||deximedia.com^
||dexplatform.com^
||dexpredict.com^
||deyubo.uno^
||dfchevbeuydwq.com^
||dfciiiafweiag.com^
||dfdgfruitie.xyz^
||dfearinglestp.info^
||dfearinglestpeople.com^
||dfepsqnbje.com^
||dffhhqka.com^
||dffhncwicaqm.com^
||dfgbalon.com^
||dfhajyevxmposa.xyz^
||dfidhqoaunepq.cloudfront.net^
||dfionytxsva.com^
||dfkoqeunyv.com^
||dflewibj.com^
||dfnetwork.link^
||dfpstitialtag.com^
||dfsdkkka.com^
||dftckxqklqe.xyz^
||dftjcofe.com^
||dfvlaoi.com^
||dgafgadsgkjg.top^
||dggwqknub.com^
||dgjyqdkxmxq.com^
||dgkajwnbrazepe.com^
||dglerduxehr.com^
||dgmaustralia.com^
||dgmmosrcgoh.com^
||dgo43.xyz^
||dgodkrsmuilnqk.com^
||dgojzjdb.com^
||dgpcdn.org^
||dgpecqdwsk.com^
||dgptxzz.com^
||dgqdcetwbq.xyz^
||dgthcfiwa.com^
||dgtklmbypacjq.com^
||dgttkthhgjm.com^
||dguhjlbefeuf.com^
||dh956.com^
||dhfhxqdu.com^
||dhfkavse.com^
||dhgssctbhkigy.com^
||dhhuakggx.xyz^
||dhiqatrinx.com^
||dhkecbu.com^
||dhkrftpc.xyz^
||dhobieslocater.uno^
||dhobybailli.com^
||dhodskwqmwafkn.com^
||dhoma.xyz^
||dhrbgwqljdgw.com^
||dhuimjkivb.com^
||dhundora.com^
||dhyanaquintes.digital^
||di7stero.com^
||diaepoxy.guru^
||diagramcetyl.digital^
||diagramgeneration.com^
||diagramtermwarrant.com^
||dialedbollox.com^
||dialling-abutory.com^
||dialoguemarvellouswound.com^
||dialogueshipwreck.com^
||diametercurl.com^
||diametersunglassesbranch.com^
||diamondmodapk.com^
||diamondtraff.com^
||dianomioffers.co.uk^
||diaperrealter.com^
||diapirsblanker.com^
||diapsidwigwag.top^
||diated.com^
||dibrachndoderm.com^
||dibsemey.com^
||diceunacceptable.com^
||dicheeph.com^
||dichoabs.net^
||dicinging.co.in^
||dicknearbyaircraft.com^
||diclotrans.com^
||dicotrebill.digital^
||dicouksa.com^
||dicreativeideas.org^
||dictatepantry.com^
||dictaterepublicbog.com^
||dictationtense.com^
||dictatormiserablealec.com^
||dictionarycoefficientapparently.com^
||dictumstortil.com^
||dictysoph.website^
||dicyiish.com^
||diddylinable.top^
||didiessyrt.com^
||didinejaspoid.com^
||didthere.com^
||didwuxdpojkaxxk.com^
||diedpractitionerplug.com^
||diedstubbornforge.com^
||dieged.com^
||diench.com^
||dieriresowed.guru^
||dietarydecreewilful.com^
||dietaryexpanded.com^
||dietarygroomchar.com^
||dietschoolvirtually.com^
||dietslawine.com^
||diettttoglf.com^
||dieved.com^
||differencedisinheritpass.com^
||differencenaturalistfoam.com^
||differenchi.pro^
||differentevidence.com^
||differentlydiscussed.com^
||differfundamental.com^
||differpurifymustard.com^
||difficultydilapidationsodium.com^
||difficultyearliestclerk.com^
||difficultyefforlessefforlessthump.com^
||difficultyhobblefrown.com^
||diffidentniecesflourish.com^
||difice-milton.com^
||difiel.com^
||difies.com^
||digadser.com^
||digestionethicalcognomen.com^
||digestionheartlesslid.com^
||dighojatho.com^
||digital2cloud.com^
||digitaldsp.com^
||digitalmediapp.com^
||dignifiedclipbum.com^
||dignityhourmulticultural.com^
||dignityprop.com^
||dignityunattractivefungus.com^
||digqvvtb.com^
||diguver.com^
||digyniahuffle.com^
||diicpuhi.com^
||diidgtmupyls.com^
||diingsinspiri.com^
||diiodidasmear.com^
||dijapu.xyz^
||dikkoplida.cam^
||diktatsdeprint.space^
||diktatslopseed.com^
||dikypkxancrqrn.xyz^
||dilatenine.com^
||dilateriotcosmetic.com^
||dilatesdubbers.com^
||diligentrefrigerator.pro^
||dilip-xko.com^
||dilrouthoab.com^
||dilruwha.net^
||diluterwearers.com^
||dilutionavailstoker.com^
||dimcarnie.com^
||dimedoncywydd.com^
||dimeearnestness.com^
||dimeeghoo.com^
||dimessing-parker.com^
||dimfarlow.com^
||diminutioneconomy.com^
||dimlmhowvkrag.xyz^
||dimlyconfidential.com^
||dimlyelusive.com^
||dimnatriazin.com^
||dimnessslick.com^
||dimpawlam.com^
||dimpleclassconquer.com^
||dimpuxoh.net^
||dimreproofjumped.com^
||dimseeje.com^
||dinahmerfolk.life^
||dinerinvite.com^
||dinerpropagandatoothbrush.com^
||dinghologyden.org^
||dingswonden.info^
||diningconsonanthope.com^
||diningjumbofocused.com^
||diningprefixmyself.com^
||diningroombutt.com^
||diningsovereign.com^
||dinnedgidjee.top^
||dinnercreekawkward.com^
||dinomicrummies.com^
||dionympoalike.website^
||diorismmotes.website^
||dioxidtoluyls.com^
||diplic.com^
||diplnk.com^
||diplomasewerivory.com^
||diplomatomorrow.com^
||dippingearlier.com^
||dipseypurism.com^
||diptaich.com^
||diptersowar.website^
||diqnioryshzpge.com^
||dirdumsthetch.com^
||direct-specific.com^
||directaclick.com^
||directcpmfwr.com^
||directcpmrev.com^
||directdexchange.com^
||directflowlink.com^
||directleads.com^
||directmahalla.top^
||directnavbt.com^
||directoryexertion.com^
||directorym.com^
||directoutside.pro^
||directpaper.name^
||directrankcl.com^
||directresulto.org^
||directrev.com^
||directtaafwr.com^
||directtrack.com^
||directtrck.com^
||directuklyecon.pics^
||direplaywrightphysical.com^
||dirgywhacks.com^
||dirhamsleered.com^
||dirtinessboiled.com^
||dirtrecurrentinapptitudeinapptitude.com^
||dirtyasmr.com^
||dirtysuspension.com^
||disaaf.com^
||disableadblock.com^
||disabledincomprehensiblecitizens.com^
||disabledmembership.com^
||disabledsurpassrecollection.com^
||disabr.com^
||disadvantagenaturalistrole.com^
||disagreeableallen.com^
||disagreeadjourn.com^
||disagreeopinionemphasize.com^
||disappearanceinspiredscan.com^
||disappearancetickfilth.com^
||disappearfatigueroyal.com^
||disappearingassertive.com^
||disappearingassurance.com^
||disappearterriblewalked.com^
||disappointedquickershack.com^
||disappointingbeef.com^
||disappointingcharter.com^
||disappointingupdatependulum.com^
||disapprovalpulpdiscourteous.com^
||disarmbookkeeper.com^
||disastrous-change.pro^
||disastrousdetestablegoody.com^
||disastrousfinal.pro^
||disaul.com^
||disavowhers.com^
||disbarpensy.com^
||disbeliefenvelopemeow.com^
||disbeliefplaysgiddiness.com^
||disbendcrumby.com^
||dischargecompound.com^
||dischargedcomponent.com^
||dischargeinsularbroadly.com^
||dischargemakerfringe.com^
||disciplineagonywashing.com^
||discloseprogramwednesday.com^
||discodjxkqya.com^
||discomforttruant.com^
||disconnectedponder.com^
||discontenteddiagnosefascinating.com^
||discontentedliar.com^
||discostcarafon.website^
||discounts4shops.com^
||discourteousbeaming.com^
||discoverethelwaiter.com^
||discoverybarricaderuse.com^
||discoveryreedpiano.com^
||discreditgutter.com^
||discreetchurch.com^
||discreetmotortribe.com^
||discrepancyabsolution.com^
||discussedfacultative.com^
||discussedirrelevant.com^
||discussingmaze.com^
||disdainkindle.com^
||disean.com^
||diseaseexternal.com^
||diseaseplaitrye.com^
||disembarkappendix.com^
||disembroildisembroilassuredwitchcraft.com^
||disfigured-state.pro^
||disfiguredrough.pro^
||disfigurestokerlikelihood.com^
||disgraceannihilate.com^
||disgracefulforeword.com^
||disguised-dad.com^
||disgustassembledarctic.com^
||disgustinghindsight.com^
||disgustingscuffleaching.com^
||disheartensunstroketeen.com^
||dishesha.net^
||dishfulbantus.uno^
||dishoneststuff.pro^
||dishwaterfloodinginvisible.com^
||disillusionromeearlobe.com^
||disingenuousdismissed.com^
||disingenuousfortunately.com^
||disingenuousmeasuredere.com^
||disingenuoussuccessfulformal.com^
||disinheritbottomwealthy.com^
||disintegratenose.com^
||dislikequality.com^
||dislovebroody.com^
||disloyalmeddling.com^
||dismalcompassionateadherence.com^
||dismalthroat.pro^
||dismantlepenantiterrorist.com^
||dismaybrave.com^
||dismissabuse.com^
||dismountpoint.com^
||dismountroute.com^
||dismountthreateningoutline.com^
||disobediencecalculatormaiden.com^
||disorderbenign.com^
||disovrfc.xyz^
||disowp.info^
||disparityconquer.com^
||disparitydegenerateconstrict.com^
||dispatchfeed.com^
||dispatchoffenderbleat.com^
||dispbaktun.com^
||dispelhighest.com^
||dispersecottage.com^
||disperserepeatedly.com^
||dispersereversewanderer.com^
||displacecanes.com^
||displaceprivacydemocratic.com^
||displaycontentnetwork.com^
||displaycontentprofit.com^
||displayedfoot.com^
||displayfly.com^
||displayformatcontent.com^
||displayformatrevenue.com^
||displayinterads.com^
||displaynetworkcontent.com^
||displaynetworkprofit.com^
||displayvertising.com^
||displeaseddietstair.com^
||displeasedwetabridge.com^
||displeasurepigeons.com^
||disploot.com^
||dispop.com^
||disposableearnestlywrangle.com^
||disposalangrily.com^
||disposalsirbloodless.com^
||dispositiondata.com^
||disputeretorted.com^
||disputetrot.com^
||disqualifygirlcork.com^
||disquietstumpreducing.com^
||disreputabletravelparson.com^
||disrespectpreceding.com^
||disrootaffa.com^
||dissatisfactiondoze.com^
||dissatisfactionparliament.com^
||dissatisfactionrespiration.com^
||disshipbikinis.com^
||dissimilarskinner.com^
||dissipatebackyarduncle.com^
||dissipatecombinedcolon.com^
||dissipatedifficulty.com^
||dissipateetiquetteheavenly.com^
||dissolvedessential.com^
||dissolveretinue.com^
||dissolvetimesuspicions.com^
||distancefilmingamateur.com^
||distancemedicalchristian.com^
||distant-session.pro^
||distantbelly.com^
||distantsoil.com^
||distilinborn.com^
||distiljunctioninstallation.com^
||distilled.ie^
||distinct-bicycle.com^
||distinguishedshrug.com^
||distinguishtendhypothesis.com^
||distorteddead.pro^
||distortunfitunacceptable.com^
||distractedavail.com^
||distractfragment.com^
||distractiontradingamass.com^
||distressamusement.com^
||distressedsoultabloid.com^
||distributionfray.com^
||distributionrealmoth.com^
||districtacrid.com^
||districtm.ca^
||districtm.io^
||districtshortmetal.com^
||distrustawhile.com^
||distrustuldistrustulshakencavalry.com^
||disturbancecoldlilac.com^
||disturbanceinventoryshiver.com^
||disturbedaccruesurfaces.com^
||disturbedincidentallysleazy.com^
||disturbingacceptabledisorganized.com^
||disturboverwhelmdome.com^
||dit-dit-dot.com^
||ditasmaced.com^
||ditchbillionrosebud.com^
||ditchesteenish.com^
||ditdotsol.com^
||dithhdwwvqm.com^
||dittyinsects.com^
||ditwrite.com^
||divaduolite.com^
||divedfaraway.com^
||divedresign.com^
||divergeimperfect.com^
||diversecrashconcern.com^
||diversityspaceship.com^
||divertbywordinjustice.com^
||dividedbecameinquisitive.com^
||dividedching.com^
||dividedkidblur.com^
||dividedscientific.com^
||divideinch.com^
||divinitygoggle.com^
||divorcebelievable.com^
||divorceseed.com^
||divotsleucyl.space^
||dixhqjgbatpg.com^
||diyusa.xyz^
||dizainejerrie.top^
||dizipal223.com^
||dizzyporno.com^
||dizzyrebozo.website^
||dizzyshe.pro^
||dj-updates.com^
||djadoc.com^
||djefosbx.com^
||djfiln.com^
||djfuieotdlo.com^
||djfwtdwiybiq.com^
||djldrhxb.com^
||djmaza.in^
||djmwwdrznntss.com^
||djphnuhkbjf.com^
||djqacscl.com^
||djqitgfjfu.com^
||djsdmdbwlpbab.com^
||djssdvbo.com^
||djsxyvgrkyl.com^
||djxfar6.com^
||djytaswabirm.xyz^
||dkagiqnjsdoqli.com^
||dkbgcxltwljdua.com^
||dkesqebismkqec.com^
||dkihlqwmd.com^
||dkrbus.com^
||dkrely.com^
||dkrqyly.com^
||dkrxtdnlg.com^
||dkswptmwowowp.xyz^
||dkztrcfxisw.com^
||dl-rms.com^
||dle-news.xyz^
||dledthebarrowb.com^
||dlfvgndsdfsn.com^
||dlgoliqqxpegmyw.xyz^
||dlhqffirehv.com^
||dljuejfp.com^
||dlkdfuun.com^
||dlpwuggxxifidgd.com^
||dlqfkzykxqicn.com^
||dlqxdonofwsfes.xyz^
||dlski.space^
||dlwcjcbwst.com^
||dlxodggxduh.xyz^
||dlxohfxenojlpb.com^
||dmayindallmypi.com^
||dmehoamo.com^
||dmemndrjim.com^
||dmetherearlyinhes.info^
||dmeukeuktyoue.info^
||dmiredindeed.com^
||dmlkzmg.com^
||dmm-video.online^
||dmmgjsymlrfp.com^
||dmnprx.com^
||dmoldsusvkpa.xyz^
||dmovyttqiu.com^
||dmowvblljmkqx.com^
||dmpgfbkxa.xyz^
||dmrdnujvzo.com^
||dmrtx.com^
||dmvbdfblevxvx.com^
||dmvporebntt.com^
||dmxswwrregww.com^
||dmzjmp.com^
||dn9.biz^
||dnavexch.com^
||dnavtbt.com^
||dncnudcrjprotiy.xyz^
||dndvgeemcpgpp.com^
||dnemkhkbsdbl.com^
||dnfqqucdsdb.com^
||dnfs24.com^
||dnjsiye.com^
||dnnwebuxps.com^
||dnoicciekfm.xyz^
||dnswinq.com^
||dntaiiifdbwno.com^
||dnvgecz.com^
||doaboowa.com^
||doaipomer.com^
||doaltariaer.com^
||doappcloud.com^
||doastaib.xyz^
||doblazikena.com^
||dobnor.com^
||dochouts.net^
||docityhoatzin.com^
||dockaround.com^
||dockboulevardshoes.com^
||dockdeity.com^
||doctorenticeflashlights.com^
||doctorhousing.com^
||doctorpost.net^
||doctoryoungster.com^
||documentaryextraction.com^
||documentaryselfless.com^
||doddiesteaey.guru^
||doddymetaled.space^
||dodgefondness.com^
||dodgyvertical.com^
||dodouhoa.com^
||doerscharre.com^
||doesbitesizeadvantages.com^
||doespinolin.cfd^
||dof9zd9l290mz.cloudfront.net^
||doflygonan.com^
||dofrogadiera.com^
||dog-realtimebid.org^
||dogcollarfavourbluff.com^
||dogconcurrencesauce.com^
||dogdomsflensed.com^
||doggerycantlet.website^
||doggessmumped.com^
||doggyunderline.com^
||doghasta.com^
||dogiedimepupae.com^
||dogolurkr.com^
||dogprocure.com^
||dogt.xyz^
||dogwrite.com^
||doidbymr.com^
||doigtepyramid.com^
||doingporteddispose.com^
||dokaboka.com^
||dokauzob.top^
||dokhmacoining.com^
||dokondigit.quest^
||dokseptaufa.com^
||dolatiaschan.com^
||dolefulitaly.com^
||dolefulwelcoming.com^
||dolemeasuringscratched.com^
||dolentbahisti.com^
||doleplasticimpending.com^
||doleyorpinc.website^
||dollarade.com^
||dollargrimlytommy.com^
||dollartopsail.top^
||dollsdeclare.com^
||dolohen.com^
||doloroj.com^
||dolphinabberantleaflet.com^
||dolphincdn.xyz^
||domainanalyticsapi.com^
||domainbuyingservices.com^
||domaincaptured.com^
||domaincntrol.com^
||domakuhitaor.com^
||domankeyan.com^
||dombnrs.com^
||dombocostomy.website^
||domccktop.com^
||domdex.com^
||domeclosureassert.com^
||domenictests.top^
||domicileperil.com^
||dominaepleck.top^
||dominantcodes.com^
||dominantroute.com^
||dominatebacon.com^
||dominatedisintegratemarinade.com^
||domineeyoks.com^
||dominikpers.ru^
||dominoeds.com^
||domith.com^
||domnlk.com^
||dompeterapp.com^
||domslc.com^
||domyroundel.guru^
||donatecanuck.com^
||donecooler.com^
||donecperficiam.net^
||donemagbuy.live^
||doneoftheow.com^
||donescaffold.com^
||doninjaskr.com^
||donkstar1.online^
||donkstar2.online^
||donneesskilder.top^
||donnotbipeds.com^
||donorenvy.com^
||donttbeevils.de^
||donutfulfilherd.com^
||donyandmark.xyz^
||doobaupu.xyz^
||doochoor.xyz^
||doodlelegitimatebracelet.com^
||doodoaru.net^
||doogroum.xyz^
||dooloust.net^
||doomail.org^
||doomcelebritystarch.com^
||doomna.com^
||doopimim.net^
||doormanbafflemetal.com^
||doormantdoormantbumpyinvincible.com^
||doormantdoormantunfaithful.com^
||doorstepexcepting.com^
||doostauge.com^
||doostozoa.net^
||dopansearor.com^
||dope.autos^
||dopecurldizzy.com^
||dopfumeuse.top^
||dopiesttrotter.com^
||dopmmzn.com^
||dopor.info^
||doprinplupr.com^
||doptik.ru^
||doraikouor.com^
||dorasuther.top^
||dorbanise.pw^
||dordaumt.com^
||dorimnews.com^
||dorkingvoust.com^
||dormitoryreverend.com^
||dorothydrawing.com^
||dortmark.net^
||dortoursever.digital^
||doruffleton.com^
||doruffletr.com^
||dosagebreakfast.com^
||dosagedrearypursuit.com^
||dosamurottom.com^
||doseadraa.com^
||dosiswether.com^
||dositsil.net^
||dosliggooor.com^
||dosnoyhkd.com^
||dossmanaventre.top^
||dossouwe.net^
||dostophog.com^
||dotaillowan.com^
||dotandads.com^
||dotappendixrooms.com^
||dotariefroggy.guru^
||dotchaudou.com^
||dotcom10.info^
||dotdealingfilling.com^
||dotedsuccula.top^
||dotercouther.uno^
||doteshelloed.website^
||dotgxcnq.com^
||dothaish.net^
||dothepashandelthingwebrouhgtfromfrance.top^
||dotmatrixops.com^
||dotobjection.com^
||dotsenhanced.com^
||dotsrv.com^
||dottierspeeds.website^
||double-check.com^
||double.net^
||doubleadserve.com^
||doubledeepclick.com^
||doublemax.net^
||doubleonclick.com^
||doublepimp.com^
||doublepimpssl.com^
||doublerecall.com^
||doubleview.online^
||doubtcigardug.com^
||doubtlesshealthydocument.com^
||doubtmeasure.com^
||doucheraisiny.com^
||doufoacu.net^
||dougale.com^
||douglaug.net^
||douhooke.net^
||doukoula.com^
||doumuleet.net^
||douoblelimpup.com^
||doupseejog.com^
||doupsout.xyz^
||douthosh.net^
||doveexperttactical.com^
||dovenedouthorn.com^
||dovictinian.com^
||doweralrostra.com^
||doweryacreak.website^
||down1oads.com^
||downladingsite.com^
||download-adblock-zen.com^
||download-ready.net^
||downloadboutique.com^
||downloadmobile.pro^
||downloadwiselyfaintest.com^
||downloadyt.com^
||downlon.com^
||downstairsnegotiatebarren.com^
||downtowndisapproval.com^
||downtransmitter.com^
||dowrylatest.com^
||dowtyler.com^
||doydplivplr.com^
||doyngspern.com^
||dozard.com^
||dozeelsy.xyz^
||dozenactually.com^
||dozubatan.com^
||dozzlegram-duj-i-280.site^
||dpahlsm.com^
||dpdcinlfynhg.xyz^
||dpdnav.com^
||dpfchqsiksjuyjc.xyz^
||dphpycbr.com^
||dphunjimnkyadh.com^
||dpipel.com^
||dpmsrv.com^
||dpnwqokx.com^
||dpoevnml.com^
||dprograp.online^
||dprtb.com^
||dpseympatijgpaw.com^
||dpstack.com^
||dpuz3hexyabm1.cloudfront.net^
||dqbukuvuy.com^
||dqdrsgankrum.org^
||dqfhudpnwdk.com^
||dqgmtzo.com^
||dqhezw.com^
||dqhoikghxts.com^
||dqjkzrx.com^
||dqjlhidethq.com^
||dqjouawswgmchn.com^
||dqnvcjcyx.com^
||dqnxkfbhreaas.com^
||dqsdpdofibwsjjg.xyz^
||dqsvzptpd.com^
||dqvnpbs.com^
||dqxbqubsknfc.com^
||dqxifbm.com^
||dr0.biz^
||dr22.biz^
||dr6.biz^
||dr7.biz^
||drabimprovement.com^
||draftyreview.pro^
||dragbarinsuper.top^
||dragdisrespectmeddling.com^
||dragfault.com^
||draggedeffectuallyhelicopter.com^
||draggedgram.com^
||draggedindicationconsiderable.com^
||dragnag.com^
||drainlot.com^
||drako2sha8de09.com^
||dralintheirbr.com^
||dramasoloist.com^
||dramaticagreementsalt.com^
||dramipmsxyutc.xyz^
||drankpool.com^
||dranktonsil.com^
||drapefabric.com^
||drasticdrama.com^
||dratingmaject.com^
||drauda.com^
||draughtpoisonous.com^
||drawbackcaptiverusty.com^
||drawbacksubdue.com^
||draweesjabbers.com^
||drawerenter.com^
||drawerfontactual.com^
||drawergypsyavalanche.com^
||drawingsingmexican.com^
||drawingsugarnegative.com^
||drawingwaved.com^
||drawingwheels.com^
||drawnperink.com^
||drawx.xyz^
||draymanbaroni.uno^
||draystownet.com^
||drctcldfbfwr.com^
||drctcldfe.com^
||drctcldfefwr.com^
||drctcldff.com^
||drctcldfffwr.com^
||dreadbreakupsomeone.com^
||dreadfullyclarifynails.com^
||dreadshavingmammal.com^
||dreambooknews.com^
||dreamintim.net^
||dreamnews.biz^
||dreamsaukn.org^
||dreamskilometre.com^
||dreamsofcryingf.com^
||dreamsoppressive.com^
||dreamteamaffiliates.com^
||dreamvids.pro^
||drearlyknifes.com^
||dreary-east.pro^
||drearypassport.com^
||dreesfootler.uno^
||drepanevealy.uno^
||dressceaseadapt.com^
||dressedfund.com^
||dresserbirth.com^
||dresserderange.com^
||dressingdedicatedmeeting.com^
||dressmakerdecisivesuburban.com^
||dressmakerdisturb.com^
||dresul.com^
||drewfoolery.com^
||dreyeli.info^
||drfaultlessplays.com^
||dribbleads.com^
||dribletbogled.com^
||drided.com^
||driedcollisionshrub.com^
||drific.com^
||drifor.com^
||driftfranchise.com^
||driftstupidityopponent.com^
||drillcompensate.com^
||drinkscormac.website^
||drinksinvoluntary.com^
||dripgleamborrowing.com^
||driskfleeted.com^
||driveestablishmentarmed.com^
||drivenicysecretive.com^
||drivewayilluminatedconstitute.com^
||drivewayperrydrought.com^
||drivingfoot.website^
||drivingkeas.top^
||drizzleexperimentdysentery.com^
||drizzlefirework.com^
||drizzlepose.com^
||drizzlerules.com^
||drjgjngf.com^
||drjkwbfqcvr.com^
||drkglnrwqomg.com^
||drkness.net^
||drlhprjldsgjxa.com^
||drlxpmqemsh.com^
||droahgsdb.com^
||dronedgentile.com^
||dronediscussed.com^
||dronelskipper.com^
||droopingfur.com^
||droopingrage.com^
||dropdoneraining.com^
||droppalpateraft.com^
||droppingforests.com^
||drownbossy.com^
||drsmediaexchange.com^
||drubbersestia.com^
||drubgyrinid.com^
||drublylamboy.top^
||druggedsilurid.com^
||drugue.com^
||druguniverseinfected.com^
||drummerconvention.com^
||drummercorruptprime.com^
||drummercrouchdelegate.com^
||drumusherhat.com^
||drunkardashamethicket.com^
||drunkarddecentmeals.com^
||drust-gnf.com^
||druttlelimbec.digital^
||drvkypkfm.com^
||drwornspinster.com^
||dryerslegatos.com^
||dryinfestinsight.com^
||dryingaefauld.com^
||drylotsimbil.website^
||drystervernile.life^
||ds3.biz^
||ds7hds92.de^
||dsethimdownthmo.com^
||dsfjhfhyry2hh8jo09.com^
||dsgvlrcjcmfrr.xyz^
||dsixipuj.com^
||dslsgbrckqshuep.com^
||dsmrnsngvnrc.xyz^
||dsnextgen.com^
||dsnfeddmxnsfq.com^
||dsnkkjmxogwtpju.com^
||dsnr-affiliates.com^
||dsoodbye.xyz^
||dsp.wtf^
||dspmega.com^
||dspmulti.com^
||dspultra.com^
||dssdv.com^
||dsstrk.com^
||dsultra.com^
||dswqtkpk.com^
||dsxwcas.com^
||dsygubntxgvxo.com^
||dt4ever.com^
||dt51.net^
||dtadnetwork.com^
||dtbfpygjdxuxfbs.xyz^
||dtcpdvnojquf.com^
||dtedpypskgbdap.com^
||dthablbrl.com^
||dthechildren.org^
||dthepeoplewhoc.org^
||dtkhbsictxpu.com^
||dtmpub.com^
||dtmvpkn.com^
||dtnacqswcieufy.com^
||dtobyiiuktxvp.com^
||dtprofit.com^
||dtqbqmzzbeck.com^
||dtscdn.com^
||dtscout.com^
||dtsedge.com^
||dtssrv.com^
||dtsuqeneaipu.com^
||dtsxqguwovhg.com^
||dttaupjvj.com^
||dtwobrightsap.info^
||dtx.click^
||dtybyfo.com^
||dualityflaming.space^
||dualmarket.info^
||duamilsyr.com^
||dubbylxutstyn.com^
||dubdetectioniceberg.com^
||dubggge.com^
||dubiopintles.com^
||dubnoughtheadquarter.com^
||dubshub.com^
||dubunwiseobjections.com^
||dubvacasept.com^
||dubzenom.com^
||ducallydamar.com^
||duckannihilatemulticultural.com^
||duckiecaesura.com^
||duckletnervous.uno^
||ducksintroduce.com^
||duckswillsmoochyou.com^
||ductclickjl.com^
||ductquest.com^
||ducubchooa.com^
||dudair.com^
||dudaixou.com^
||dudialgator.com^
||dudleyjoyful.com^
||dudragonitean.com^
||dudslubesviol.com^
||duefulnuntius.com^
||dueisqteiwn.com^
||duellosheliced.com^
||duesdoand.com^
||duetads.com^
||duf1ql28oaxcm3x6baf7wxvo6n29hrozqxbd13emc3na96i64j.xyz^
||dufjgdjeyo.com^
||dufrom.com^
||duftoagn.com^
||dugapiece.com^
||dugentocentury.com^
||duggreat.com^
||duginamis.com^
||dugothitachan.com^
||duhstbyl.com^
||duili-mtp.com^
||duimspruer.life^
||dukesubsequent.com^
||dukicationan.org^
||dukingdraon.com^
||dukirliaon.com^
||dukkxpf.com^
||dulativergs.com^
||dulcormutated.com^
||duldxuonx.com^
||dulillipupan.com^
||dulladaptationcontemplate.com^
||dullstory.pro^
||dulojet.com^
||dulsesglueing.com^
||dulwajdpoqcu.com^
||dumbacademyradiation.com^
||dumbpop.com^
||dummiedkhodja.com^
||dummieseardrum.com^
||dumpaudible.com^
||dumplingclubhousecompliments.com^
||dumplingdirewomen.com^
||dunceryquant.com^
||duncip.com^
||dunct.com^
||dunderaffiliates.com^
||dunefu.uno^
||dunemanslaughter.com^
||dungmamma.com^
||dunlopfermi.com^
||dunnedemicant.com^
||dunowmymmexmd.com^
||duosdecene.uno^
||dupelipperan.com^
||duplicateallycomics.com^
||duplicatebecame.com^
||duplicatepokeheavy.com^
||duponytator.com^
||durableordinarilyadministrator.com^
||durationzodiacdetermined.com^
||durhamoryssus.com^
||durike.com^
||duriot.com^
||durisk.com^
||durith.com^
||duroomtoa.com^
||dursocoa.com^
||durzihearten.com^
||duscleouphes.com^
||dusiospires.com^
||dust-0001.delorazahnow.workers.dev^
||dustedmullion.com^
||dusterrubberfarmer.com^
||dustersee.com^
||dustratebilate.com^
||dustymural.com^
||dustytownsplatitude.com^
||dustywrenchdesigned.com^
||dusunfloraer.com^
||dutalonflameer.com^
||dutcherlamb.life^
||dutorterraom.com^
||dutyabilityneed.com^
||dutygoddess.com^
||dutythursday.com^
||duwabchhdgkqc.com^
||duwtkigcyxh.com^
||duwvinarma.com^
||duxqonqkcaum.com^
||duzbhonizsk.com^
||duzmevl.com^
||dvaminusodin.net^
||dvbhretuebm.com^
||dvcgzygp.com^
||dvdpzpjoipwkmm.com^
||dvfmdgdk.com^
||dvigutying.top^
||dvjkmskks.xyz^
||dvmludkami.com^
||dvypar.com^
||dvzkkug.com^
||dwddvpmiqis.xyz^
||dwelc.com^
||dwellingmerrimentrecorder.com^
||dwellingsensationalthere.com^
||dwetwdstom1020.com^
||dwglkwpyuwbd.com^
||dwiden.com^
||dwightadjoining.com^
||dwightbridesmaid.com^
||dwithmefeyauknal.info^
||dwlgdzzltdekr.com^
||dwlmjxf.com^
||dwvbfnqrbif.com^
||dwwboxlnrlek.xyz^
||dwwpofwebdwm.com^
||dxabebtsgsg.com^
||dxajhcdz.com^
||dxbsdetipqzbp.com^
||dxdboroipcvo.com^
||dxfovuqib.com^
||dxhbdttlvchrgsh.com^
||dxmgyqxweyutwdm.com^
||dxmjyxksvc.com^
||dxryshpgyeu.com^
||dxtsqgnwn.com^
||dxuuvxweynac.com^
||dxvgvbaqzgeb.com^
||dybvjiclmsbpxq.com^
||dyetqkaxmlnqlqe.xyz^
||dyfynmnglqq.com^
||dyhxduicfngnumo.xyz^
||dyingconjunction.com^
||dylwqfrdb.com^
||dymfodqwwtrw.xyz^
||dynamicadx.com^
||dynamicapl.com^
||dynamicjsconfig.com^
||dynamitedata.com^
||dynepectora.com^
||dynpaa.com^
||dynspt.com^
||dynsrvbaa.com^
||dynsrvdea.com^
||dynsrvtbg.com^
||dynsrvtyu.com^
||dynssp.com^
||dyoiqojlyntvy.com^
||dyptanaza.com^
||dytabqo.com^
||dyuscbmabg.xyz^
||dyygsgxhfrlo.xyz^
||dyysxwjeyfiysrs.com^
||dz4ad.com^
||dzeoiizhixuyvg.com^
||dzhjmp.com^
||dzienkudrow.com^
||dzjnejsffqqih.com^
||dzjv9gbu8a.com^
||dzkpopetrf.com^
||dzliege.com^
||dzoavjjfet.com^
||dzprcdskxn.com^
||dzsorpf.com^
||dzubavstal.com^
||dzuowpapvcu.com^
||e-cougar.fr^
||e007499ca9.com^
||e0a79821ec.com^
||e0e5bc8f81.com^
||e1cd662960.com^
||e1eacb6f88.com^
||e2078be122.com^
||e21b1642db801b2a.com^
||e2e113a506.com^
||e2ertt.com^
||e335udnv6drg78b7.com^
||e36e2058e8.com^
||e437040a9a.com^
||e46271be93.com^
||e499799158.com^
||e4nglis56hcoo5nhou6nd.com^
||e51710f24a.com^
||e55629740f.com^
||e55b290040.com^
||e59f087ae4.com^
||e5asyhilodice.com^
||e5bb7a50f5.com^
||e6400a77fa.com^
||e67repidwnfu7gcha.com^
||e6wwd.top^
||e702fa7de9d35c37.com^
||e732bfae2a.com^
||e739c4d82b.com^
||e78426c787.com^
||e8100325bc.com^
||e822e00470.com^
||e89dafb480.com^
||e8f6c9133b.com^
||e91c222079.com^
||e98c4a21c0.com^
||e9c1khhwn4uf.com^
||ea6353e47e0ab3f78.com^
||eabids.com^
||eabithecon.xyz^
||eabrgisajgzahx.com^
||eac0823ca94e3c07.com^
||eacdn.com^
||eacfiii.com^
||eachiv.com^
||eachnykmucntt.com^
||eachuit.uno^
||eachunwilling.com^
||eadaqfkkrprf.com^
||eafb9d5abc.com^
||eagazi.com^
||eagleapi.io^
||eaglebout.com^
||eaglestats.com^
||eaglic.com^
||eaglid.com^
||eaglingauslaut.com^
||eajpryc.com^
||eajqezprowiuy.com^
||eakelandorders.org^
||ealeo.com^
||eallywasnothy.com^
||eallywasnothyca.info^
||eamqbaqzaerzb.top^
||eamsanswer.com^
||eanangelsa.info^
||eanddescri.com^
||eanlingtumfie.com^
||eanrzzvvmjkl.top^
||eanrzzvvmjqm.top^
||eanwhitepinafor.com^
||earact.com^
||eardepth-prisists.com^
||eargentssep.one^
||eariod.com^
||earlapspur.com^
||earlapssmalm.com^
||earlierdimrepresentative.com^
||earlierindians.com^
||earliesthuntingtransgress.com^
||earlinessone.xyz^
||earlishcoevals.com^
||earnallgainsurvey.top^
||earnbigo.com^
||earnestadornment.com^
||earnestnessmodifiedsealed.com^
||earnify.com^
||earningsgrandpa.com^
||earningstwigrider.com^
||earnobnoxious.com^
||earplugmolka.com^
||earsanagep.com^
||earthenicings.com^
||earthlyyowe.com^
||earthquakehomesinsulation.com^
||earthshaper.top^
||easazi.com^
||easeavailandpro.info^
||easegoes.com^
||easelegbike.com^
||easelgivedolly.com^
||easerefrain.com^
||eashasvsucoc.info^
||easilysafety.com^
||easkedasensibl.com^
||eastergurgle.com^
||easterstrengthenbranches.com^
||eastfeukufu.info^
||eastfeukufunde.com^
||eastrk-dn.com^
||eastrk-lg.com^
||easurg.com^
||easy-dating.org^
||easyaccess.mobi^
||easyad.com^
||easyads28.info^
||easyads28.mobi^
||easyads28.pro^
||easyads29.mobi^
||easyads29.pro^
||easyfag.com^
||easyflirt-partners.biz^
||easygoingamaze.com^
||easygoingasperitydisconnect.com^
||easygoinglengthen.com^
||easygoingparticular.pro^
||easygoingtouchybribe.com^
||easymrkt.com^
||easypics.info^
||easypics.space^
||easysemblyjusti.info^
||easyvids.info^
||easyvids.online^
||easyvids.space^
||eatasesetitoefanyo.info^
||eatencurvature.com^
||eatengossipyautomobile.com^
||eaterdrewduchess.com^
||eatssetaria.top^
||eaudigonal.top^
||eautifulasawea.com^
||eavailandproc.info^
||eavesofefinegoldf.info^
||eavfrhpnqbpkdqb.com^
||eawp2ra7.top^
||eaxhsjrlq.com^
||eayeewlvmeqel.top^
||eazyleads.com^
||eb5232b35d.com^
||ebannertraffic.com^
||ebb174824f.com^
||ebbetsgourded.com^
||ebbqytgrtcotb.com^
||ebcfjgnjw.com^
||ebd.cda-hd.co^
||ebdlthbijshfj.com^
||ebdokvydrvqvrak.xyz^
||ebdrxqox.com^
||ebe29efc2c.com^
||ebefseuetqjyg.com^
||ebetoni.com^
||ebhgnulpctws.com^
||ebimdeibbtw.com^
||ebkthjkvp.com^
||eblastengine.com^
||ebnarnf.com^
||ebolat.xyz^
||ebonyrecognize.com^
||ebooks.dental^
||ebqqiakyhsn.com^
||ebsbqexdgb.xyz^
||ebuzzing.com^
||ebwvjkvd.com^
||ebz.io^
||ec1e2c92b3.com^
||ec2867edc4.com^
||ecaursedeegh.com^
||ecchhelios.top^
||ecffmhajfgxw.com^
||echehalids.guru^
||echevintrunnel.top^
||echiovlhu.com^
||echnic.com^
||echoachy.xyz^
||echocultdanger.com^
||echoeshamauls.com^
||echoizepheeal.uno^
||echskbpghlc.com^
||eciivxqtur.com^
||ecipientconcertain.info^
||ecityonatallcol.info^
||eclatedpewy.com^
||eclatssaic.guru^
||eclebgjz.com^
||eclkmpbn.com^
||eclkmpsa.com^
||ecoastandhei.org^
||ecodemitter.website^
||econenectedith.info^
||economicalgobetween.com^
||economyhave.com^
||econth.com^
||econtinuedidg.com^
||ecortb.com^
||ecoulsou.xyz^
||ecpms.net^
||ecrwqu.com^
||ecslkbpb.com^
||ecstatic-rope.pro^
||ecsxtrhfgvs.com^
||ecuebovjrnn.com^
||ecusemis.com^
||ecyxbhvnntj.com^
||eczemagrison.uno^
||ed028aa9c4.com^
||ed11f01827.com^
||ed82f015f8.com^
||eda153603c.com^
||edaciousedaciousflaxalso.com^
||edaciousedaciousindexesbrief.com^
||edacityedacitycorrespondence.com^
||edacityedacityhandicraft.com^
||edacityedacitystrawcrook.com^
||edalloverwiththinl.info^
||edassiumw.xyz^
||edbehindforhewa.info^
||edbritingsynt.info^
||eddffea7e1.com^
||eddieunamply.com^
||eddmciqkvq.com^
||eddmfazptxl.com^
||edeybivah.com^
||edgar2al2larngpoer.com^
||edgbas.com^
||edgeads.org^
||edgevertise.com^
||edgiercooley.guru^
||edgychancymisuse.com^
||edgyconnaterag.com^
||edifiedpristaw.top^
||edindeedeisas.com^
||edingrigoguter.com^
||edioca.com^
||edirectuklyeco.info^
||editalcaulked.top^
||edition25.com^
||editionoverlookadvocate.com^
||editneed.com^
||editorpilotlimbs.com^
||edjnkones.com^
||edkgdruoreys.com^
||edkjpwvfy.com^
||edkwgbxgn.com^
||edlilu.com^
||edncewvfadqrkr.com^
||ednewsbd.com^
||edodtfnyfpf.com^
||edonorprog.biz^
||edoumeph.com^
||edoumoosseg.com^
||edqbparlheuj.com^
||edrevenuedur.xyz^
||edrubyglo.buzz^
||edshhhfsawod.com^
||edstevermotorie.com^
||edsvqciwxxqd.com^
||edthechildrenandthe.info^
||edtheparllase.com^
||edttfiou.com^
||edu-lib.com^
||edua29146y.com^
||educatedcoercive.com^
||educationalapricot.com^
||educationalroot.com^
||educedsteeped.com^
||edutechlearners.com^
||edverys.buzz^
||edvfwlacluo.com^
||edvjvadg.com^
||edvrfjrrxk.com^
||edvruqmrjvlg.com^
||edvxygh.com^
||edwate.com^
||edwfdhkgnx.com^
||edxfquupejhbrey.com^
||ee43ed4973.com^
||ee625e4b1d.com^
||ee6a35c1eeee.com^
||eeab79bf10.com^
||eeafcgmpk.com^
||eeaxtnurmuxylb.com^
||eeb54c6bc8.com^
||eebouroo.net^
||eebqeceysaakco.com^
||eecd.xyz^
||eecd179r3b.com^
||eecewaim.xyz^
||eecf8c2edf.com^
||eecheweegru.com^
||eechicha.com^
||eecjolaceig.com^
||eecjrmd.com^
||eeco.xyz^
||eedsaung.net^
||eeevxvon.com^
||eefa308edc.com^
||eeftooms.net^
||eegamaub.net^
||eegeeglou.com^
||eeghadse.com^
||eeglauftoo.com^
||eegnacou.com^
||eegookiz.com^
||eegroosoad.com^
||eehimeer.xyz^
||eehuzaih.com^
||eeinhyfb.com^
||eejordar.net^
||eekeeghoolsy.com^
||eekmbamyvkenb.top^
||eekreeng.com^
||eeksidro.com^
||eeksoabo.com^
||eeleekso.com^
||eelempee.xyz^
||eelipaus.net^
||eellikeconcio.top^
||eelxljos.com^
||eemauroo.com^
||eemmlhcuydso.com^
||eemreyrwkqwnv.top^
||eemreyrwkqwyj.top^
||eemsoods.com^
||eenbies.com^
||eengange.com^
||eengilee.xyz^
||eensoans.com^
||eephaunou.com^
||eephaush.com^
||eepoawhe.xyz^
||eepsoumt.com^
||eepsukso.com^
||eeptempy.xyz^
||eeptushe.xyz^
||eeqzrllnzkbkb.top^
||eergaroa.com^
||eergithi.com^
||eerjrekklw.com^
||eeroawug.com^
||eersutoo.net^
||eertogro.net^
||eeshemto.com^
||eesihighlyrec.xyz^
||eespekw.com^
||eessoong.com^
||eessoost.net^
||eetchaid.net^
||eethilsi.com^
||eetsegeb.net^
||eetsooso.net^
||eevaitou.xyz^
||eewhaukr.xyz^
||eewhocmi.com^
||eexaitie.net^
||eeycumpmwy.com^
||eeywmvwebqarl.top^
||eeywmvwebqblq.top^
||eeywmvwebqqrj.top^
||eezavops.net^
||eezegrip.net^
||ef2aecba6f.com^
||ef9i0f3oev47.com^
||efanyorgagetni.info^
||effacedefend.com^
||effaceecho.com^
||effacerevealing.com^
||effateuncrisp.com^
||effectedscorch.com^
||effectivecpmcontent.com^
||effectivecpmgate.com^
||effectivecreativeformat.com^
||effectivecreativeformats.com^
||effectivedisplaycontent.com^
||effectivedisplayformat.com^
||effectivedisplayformats.com^
||effectivegatetocontent.com^
||effectivemeasure.net^
||effectiveperformanceformat.com^
||effectiveperformancenetwork.com^
||effectsglancefirmly.com^
||effectslacybulb.com^
||effectuallyaudition.com^
||effectuallydeliriumparalysis.com^
||effectuallyimitation.com^
||effectuallylazy.com^
||effectuallyrefrigerator.com^
||effeminatecementsold.com^
||efficiencybate.com^
||effide.com^
||effixtile-inceive.com^
||effumeaccupy.website^
||effusedprankle.com^
||efinauknceiwou.info^
||efklkkkvkukf.com^
||efmrxqjngyc.xyz^
||eforhedidnota.com^
||efptjivneg.com^
||eftsaudian.website^
||efumesok.xyz^
||efvheaepmbgicx.xyz^
||efvpufdjd.com^
||efwmpduvgedai.com^
||egafopmtv.xyz^
||egallsylvate.com^
||egazedatthe.xyz^
||egbesnfzdfg.com^
||egcqohrksmlmu.xyz^
||egczvoopdo.com^
||egerssarcel.com^
||eggcupsfriends.com^
||egglessunfrees.uno^
||eggsiswensa.com^
||eggsreunitedpainful.com^
||egjubfeteywvi.com^
||egknjiycidfj.com^
||egldvmz.com^
||eglimoumy.net^
||egllhcnwro.com^
||egloochy.com^
||egmfjmhffbarsxd.xyz^
||egoaxdyp.com^
||egoisminfinite.com^
||egoismundonefifth.com^
||egotizeoxgall.com^
||egouages.site^
||egpdbp6e.de^
||egpovsl.com^
||egreephu.com^
||egretswamper.com^
||egridstaidly.com^
||egrogree.xyz^
||egrousoawhie.com^
||egrvkoqigygqk.com^
||egxxlvyguirt.com^
||egyifdjrbrwyj.com^
||egykofo.com^
||egynvnnlhywq.com^
||egyptchwas.com^
||egyptianintegration.com^
||ehadmethe.xyz^
||ehadtwobright.com^
||ehakpsvdt.com^
||ehcrmpbrfyrq.com^
||ehcstrp.com^
||eheiwhacdsnc.com^
||ehgavvcqj.xyz^
||ehliswxnrx.com^
||ehoqtjfazgxzee.com^
||ehpcqqxlde.com^
||ehpnkugmfatoyhg.com^
||ehpvvxyp.com^
||ehpxmsqghx.xyz^
||ehqdzqi.com^
||ehqnheqa.com^
||eicbgbnbvjf.com^
||eichdoyqf.com^
||eicxlvkek.com^
||eiderswergelt.com^
||eidosrebegin.com^
||eiewwepb.com^
||eighly.com^
||eighteenderived.com^
||eighteenprofit.com^
||eighthwaspish.com^
||eightuntrue.com^
||eightygermanywaterproof.com^
||eignan.com^
||eigned.com^
||eiimvmchepssb.xyz^
||eiistillstayh.com^
||eikegolehem.com^
||eingajoytow.org^
||eintheworldwh.com^
||eioseklxw.com^
||eipsxuknmhigap.com^
||eiteribesshaints.com^
||eitfromtheothe.org^
||eitful.com^
||eitgun.com^
||eitish.com^
||eitka.com^
||eitney.com^
||eiwojaavyvc.com^
||eiwyhwha.xyz^
||eiyjkwmredryb.com^
||eizwbefbtxxt.com^
||ejcet5y9ag.com^
||ejdkqclkzq.com^
||ejectionthoughtful.com^
||ejeemino.net^
||ejipaifaurga.com^
||ejpzqnqwcszfsz.com^
||ejrigxesvg.com^
||ejsgxapv.xyz^
||ejuiashsateampl.info^
||ejvdfssdj.com^
||ekareqif.xyz^
||ekaurord.com^
||ekb-tv.ru^
||ekgloczbsblg.com^
||ekkpaxli.xyz^
||eklfuctjbwddgn.com^
||ekmas.com^
||eknrctah.com^
||ekovfgtgcjqg.com^
||ekpecfetvved.xyz^
||ekrnhbmrbbvwdro.com^
||ektobedirectuklyec.info^
||ekwpqoql.xyz^
||ekwzxay.com^
||elacapivi.com^
||elaifmeauswvlki.xyz^
||elajowser.com^
||elasticad.net^
||elasticdestruct.com^
||elaterconditin.info^
||elaterconditing.info^
||elatorfatback.com^
||elbowfixes.com^
||elbowrevolutionary.com^
||elbowsmouldoral.com^
||elcfdhbxyb.com^
||eldestcasualelements.com^
||eldestcontribution.com^
||elearl.com^
||eleavers.com^
||electnext.com^
||electosake.com^
||electranowel.com^
||electric-contest.pro^
||electricalbicyclelistnonfiction.com^
||electricalsedate.com^
||electricalyellincreasing.com^
||electrodirect.click^
||electronicconsensus.com^
||elecur.com^
||eleeghod.xyz^
||elegant-feedback.com^
||elegantkhamsin.life^
||elegiachalo.website^
||elementalantecedent.com^
||elementarydrypoverty.com^
||elementcircumscriberotten.com^
||elemincaiman.website^
||elepaioboylas.digital^
||elepocial.pro^
||elevateamongstelitist.com^
||elevatedidentify.com^
||elevatedperimeter.com^
||elfcoexistbird.com^
||elfinsande.website^
||elfnxscnmtao.com^
||elgotakpgo.xyz^
||elgust.com^
||elhdxexnra.xyz^
||elianicben.com^
||eliaoutbawl.com^
||elicaowl.com^
||eligiblebraceelitist.com^
||eligiblecompetitive.com^
||eliminatedordered.com^
||elinvarpayola.com^
||eliondolularhene.info^
||eliss-vas.com^
||elitedatingexperience.top^
||elitedistasteful.com^
||elitistcompensationstretched.com^
||elitistrawirresistible.com^
||elizabethobjectedgarlic.com^
||elizaguarapo.com^
||elizaloosebosom.com^
||elizapanelairplane.com^
||elizathings.com^
||elkbahtax.com^
||elkejneqbkrrl.top^
||elkejneqbkvlq.top^
||elkhornreddens.com^
||elkjufuj.xyz^
||ellaysad.live^
||ellcurvth.com^
||ellemgvooadmlnk.com^
||ellicecaesura.com^
||elliotannouncing.com^
||ellmtlvlpihr.com^
||elltheprecise.org^
||elmiestkanuri.top^
||elmkrljayamrb.top^
||elmonopolicycr.info^
||elogiumtagmeme.com^
||eloinedcanasta.com^
||elonreptiloid.com^
||elooksjustlikea.info^
||eloquencer.com^
||elrfqgvvljkvxg.com^
||elrhieujvi.com^
||elrkovhhyfkor.com^
||elsewherebuckle.com^
||eltbbvcqgnkc.com^
||eltxarqgwngybfi.com^
||elubvhmdwtcq.com^
||elugnoasargo.com^
||elwcchbwtnohia.com^
||elyvbqkmlqkqw.top^
||emailflyfunny.com^
||emailon.top^
||emaitsakraug.com^
||embaleobelia.life^
||embalmswrights.com^
||embarkdisrupt.com^
||embarrasschill.com^
||embarrassmentcupcake.com^
||embassykeg.com^
||embeamratline.top^
||embeddednonsilence.com^
||embezzlementteddy.com^
||embodimentpronounrunway.com^
||embogsoarers.com^
||embrailcamino.top^
||embtrk.com^
||embwmpt.com^
||emcpsrwufnn.com^
||emediate.dk^
||emeecmou.com^
||emeralddead.com^
||emeraldhecticteapot.com^
||emerickveilers.space^
||emgthropositeas.info^
||emicalcove.xyz^
||emigrantblunder.com^
||emigrantfirearmcaliber.com^
||emigrenanas.com^
||emitinspect.com^
||emitlabelreproduction.com^
||emitmagnitude.com^
||emjpbua.com^
||emkarto.fun^
||emkyrzrjnjrmw.top^
||emlifok.info^
||emmapigeonlean.com^
||emmermyotic.com^
||emnucmhhyjjgoy.xyz^
||emodinlighten.com^
||emolapnay.com^
||emoticappfriends.com^
||emoticfriends.com^
||emotionalfriendship.com^
||emotionaljudgment.pro^
||emotionallycosmeticshardly.com^
||emotionallyhemisphere.com^
||empafnyfiexpectt.info^
||empairscarp.com^
||empdat.com^
||empeoarmet.top^
||emperm.com^
||emperorsmall.com^
||empirecdn.io^
||empireexhibited.com^
||empirelayer.club^
||empiremassacre.com^
||empiremoney.com^
||employeelorddifferently.com^
||employermopengland.com^
||employindulgenceafraid.com^
||employmentcreekgrouping.com^
||employmentsuppressedbeautiful.com^
||empond.com^
||empowertranslatingalloy.com^
||emptem.com^
||emptorrevalue.digital^
||emqomxdwrhol.com^
||emqrjjveqnjab.top^
||emqrjjveqnnav.top^
||emqrjjveqnnjw.top^
||emqrjjveqnznl.top^
||emqvwujfjknkbg.com^
||emsservice.de^
||emukentsiwo.org^
||emulationeveningscompel.com^
||emumuendaku.info^
||emxdgt.com^
||emyfueuktureukwor.info^
||emzlbqqnnbmzj.top^
||enablerubbingjab.com^
||enactedshimmy.website^
||enacttournamentcute.com^
||enaenasiftage.com^
||enamelcourage.com^
||enarmuokzo.com^
||enastamo.info^
||enbclpbyi.com^
||encampmentgeologydetective.com^
||encaseauditorycolourful.com^
||encesprincipledecl.info^
||enchainwalker.com^
||enchanted-stretch.pro^
||enchroe.com^
||encirclehumanityarea.com^
||encirclesheriffemit.com^
||enclearmooch.com^
||enclforlane.com^
||enclosedsponge.com^
||encloseprecious.com^
||encodehelped.com^
||encodeinflected.com^
||encounterboastful.com^
||encounterfidelityarable.com^
||encouragedrealityirresponsible.com^
||encouragedunrulyriddle.com^
||encouragingpistolassemble.com^
||encroachexaggerate.com^
||encroachfragile.com^
||encroachsnortvarnish.com^
||encumberglowingcamera.com^
||encumbranceunderlineheadmaster.com^
||encyclopediaaimless.com^
||encyclopediacriminalleads.com^
||encyclopediaresemblancerecant.com^
||endangersquarereducing.com^
||endeavourcounter.com^
||endingdespond.uno^
||endinglocksassume.com^
||endingmedication.com^
||endingrude.com^
||endjigsur.com^
||endlessvow.com^
||endorsementgrasshopper.com^
||endorsementmart.com^
||endorsesmelly.com^
||endowverb.com^
||endream.buzz^
||endurancetransmitted.com^
||endurecorpulent.com^
||enduresopens.com^
||enebyq.com^
||enenles.com^
||enenlyb.com^
||enerab.com^
||enerativearea.org^
||energeticdryeyebrows.com^
||energeticrecognisepostcard.com^
||eneverals.biz^
||eneverseen.org^
||enftvgnkylijcp.xyz^
||engagedsmuggle.com^
||engagefurnishedfasten.com^
||engagementdepressingseem.com^
||engagementpolicelick.com^
||enginedriverbathroomfaithfully.com^
||engineseeker.com^
||engkqlckjri.com^
||englandhogmane.com^
||enguis.com^
||enhalosecurer.digital^
||enhancedweapon.com^
||enhanceinterestinghasten.com^
||enhancenephew.com^
||enharaa.com^
||enharau.com^
||enhdgciogijq.com^
||enherappedo.cc^
||enhwy.com^
||eniesdzgowy.com^
||enisleslonely.com^
||enjehdch.xyz^
||enjoyedestrangeapplication.com^
||enjoyedsexualpromising.com^
||enjoyedtool.com^
||enjrzhkf.com^
||enkijanuary.digital^
||enkluojvftrvr.com^
||enkvmrkwrnzel.top^
||enlales.com^
||enlargementerroronerous.com^
||enlargementillegal.com^
||enlargementwolf.com^
||enlightencentury.com^
||enlivengeometry.com^
||enlnks.com^
||enmassstraits.com^
||enmewdrafter.top^
||enmiser.com^
||enmitystudent.com^
||ennedrasawali.guru^
||enniced.com^
||enodiarahnthedon.com^
||enolizekibsey.uno^
||enoneahbu.com^
||enoneahbut.org^
||enormous-society.pro^
||enormous-use.pro^
||enormouslysubsequentlypolitics.com^
||enormouswar.pro^
||enoskees.space^
||enoughglide.com^
||enoughts.info^
||enoughturtlecontrol.com^
||enqkeynmmnazl.top^
||enqkeynmmnbzb.top^
||enqpjgdbvf.com^
||enquiryinsight.com^
||enquirysavagely.com^
||enragesundular.guru^
||enrichdressedprecursor.com^
||enrichstudentroast.com^
||enrichyummy.com^
||enrilov.info^
||enrobeskaithy.top^
||enroes.com^
||enrolloriner.uno^
||ensban.com^
||ensetepoggies.com^
||ensignconfinedspurt.com^
||ensignpancreasrun.com^
||ensinthetertaning.com^
||ensoattractedby.info^
||ensosignal.com^
||ensuebusinessman.com^
||entachbanker.top^
||entaildollar.com^
||entailgossipwrap.com^
||entailofficeveneering.com^
||entasesfrette.top^
||enteredcocktruthful.com^
||entereddebt.com^
||enteringimposter.com^
||enterpriseinclinedvandalism.com^
||entertaininauguratecontest.com^
||enthronesacrifice.com^
||enticeobjecteddo.com^
||entirelyapplicationseeing.com^
||entirelyhonorary.com^
||entirelysacrament.com^
||entitledbalcony.com^
||entjgcr.com^
||entjryftqwmsus.com^
||entrailsintentionsbrace.com^
||entreatyfungusgaily.com^
||entrecard.s3.amazonaws.com^
||entreeselegist.com^
||entrerscab.com^
||entterto.com^
||entuvmcdcedli.com^
||enueduringhere.info^
||enuewasadirectres.info^
||enuresdairi.com^
||enviabledilate.com^
||enviablesavouropinion.com^
||envious-low.com^
||enviouscredentialdependant.com^
||enviousforegroundboldly.com^
||enviouspipe.com^
||environmentalanalogous.com^
||environmentalchangingnative.com^
||environmentaltallrender.com^
||envisageasks.com^
||envoyauthorityregularly.com^
||envoystormy.com^
||envylavish.com^
||enwerzaqqbbnb.top^
||enwerzaqqbqnj.top^
||enwombjounced.space^
||enxqkbsqlh.com^
||enyjonakhjo.com^
||enyunle.com^
||enyunme.com^
||enzajjbrrbbvw.top^
||enzav.xyz^
||enzymsucuuba.com^
||eo62cocntx.com^
||eoafgbgyebbcy.com^
||eoasxirquewfyn.com^
||eobvppi.com^
||eofripvanwin.org^
||eofst.com^
||eogaeapolaric.com^
||eondunpea.com^
||eonsmedia.com^
||eontappetito.com^
||eonwayaha.com^
||eooslfyhziubo.com^
||eopleshouldt.info^
||eopogliguemvf.com^
||eopudxnabotrlsx.com^
||eoqctcsvskqlz.com^
||eoredi.com^
||eorganizatio.com^
||eosads.com^
||eoveukrnme.info^
||eoweridus.com^
||eownouncillors.info^
||eoxaxdglxecvguh.xyz^
||eoygypdoeumir.com^
||ep5banners.com^
||epacash.com^
||epagogerepines.com^
||epailseptox.com^
||eparil.com^
||epcpbbqi.xyz^
||epctwfwy.com^
||epewvpvddaxtv.com^
||ephebedori.life^
||ephedrasebait.digital^
||ephpqyjqyj.com^
||epicgameads.com^
||epigaeatoasty.com^
||epigeicnarthex.com^
||epigyneleonora.digital^
||epiloiawhilter.com^
||epimacevseirm.com^
||epimerbeep.top^
||epipialbeheira.com^
||epists.com^
||epitokealraun.top^
||epjwugocpvan.xyz^
||epmfjjabhfwgkun.com^
||epnredirect.ru^
||epochexr.website^
||epochlookout.com^
||epocvwthrvaxos.com^
||epotaidhdbg.com^
||epoxideouttop.com^
||epqlidgerrnwyv.com^
||epsauthoup.com^
||epsuphoa.xyz^
||eptanecgntm.com^
||eptepcaiydxlk.com^
||eptobeemeeps.com^
||eptougry.net^
||epu.sh^
||epushclick.com^
||eputysolomon.com^
||epxmxnhjqknsuql.com^
||epynkklzkvnvs.com^
||eqads.com^
||eqcilkii.com^
||eqdudaj.com^
||eqepeqrfaijsx.com^
||eqewdxnkex.com^
||eqhegcbxmsgwil.com^
||eqkjmvkkmvrvw.top^
||eqkjmvkkmvvkj.top^
||eqktmnuojibw.com^
||eqmyjnyjzqzkl.top^
||eqngcxaaw.com^
||eqpbskmjcfoj.com^
||eqrjuxvhvclqxw.xyz^
||equabilityassortshrubs.com^
||equabilityspirepretty.com^
||equablehowker.com^
||equanimitymortifyminds.com^
||equatorabash.com^
||equatorroom.com^
||equilibriumindifferentsoak.com^
||equiptbrotula.com^
||equirekeither.xyz^
||equitydefault.com^
||eqvudqracrhalsg.com^
||eqyarlabvqjnl.top^
||era67hfo92w.com^
||erafterabigyellow.info^
||eramass.com^
||eraseficins.website^
||eravprvvqqc.xyz^
||erbiscusys.info^
||erbiscusysexbu.info^
||ercabxkngkbnuj.com^
||ercockremarkedo.info^
||ercoeteasacom.com^
||erconditingde.info^
||erdeallyighab.com^
||erdecisesgeorg.info^
||erders.com^
||ereallywasnoth.com^
||eredthechildre.info^
||ereerdepi.com^
||erehzj.xyz^
||erelongoilmen.com^
||eremuribleak.com^
||erenchinterried.pro^
||erereauksofthe.info^
||eresultedinncre.info^
||ergadx.com^
||ergjohl.com^
||erhousouokopeu.com^
||erhtaruxxxfg.com^
||eriawea.com^
||eringosdye.com^
||erizoricher.life^
||erkeincepts.website^
||erlvjjyk.com^
||erm5aranwt7hucs.com^
||ernesseitenean.com^
||erniphiq.com^
||ernstdirecly.guru^
||ero-advertising.com^
||erofherlittleboy.com^
||erosyndc.com^
||erovation.com^
||errbandsillumination.com^
||errely.com^
||erringstartdelinquent.com^
||errorpalpatesake.com^
||errorparasol.com^
||errors.house^
||errorssmoked.com^
||erseducationinin.info^
||ershniff.com^
||ersislaqands.com^
||erssqstdjnn.com^
||erstonordersityex.info^
||ertainoutweileds.info^
||ertewqas.net^
||ertewqas.org^
||ertistsldahehu.com^
||eru5tdmbuwxm.com^
||erucbaillie.top^
||erumen.com^
||erusenbspnty.com^
||eruthoxup.com^
||ervqqtdjdxvgh.com^
||erygdsudgkyu.com^
||erylhxttodh.xyz^
||erysilenitmanb.com^
||erytheadestrer.digital^
||esaidees.com^
||esandalargere.com^
||esathyasesume.info^
||esbeginnyweakel.org^
||esbqetmmejjtksa.xyz^
||escaatwite.com^
||escalatenetwork.com^
||escarsboughed.top^
||escers.com^
||escharatheins.com^
||escthermae.com^
||escy55gxubl6.com^
||esdcubited.uno^
||eseecmoa.com^
||esescvyjtqoda.xyz^
||eshaumit.com^
||eshedofiga.tech^
||eshkol.io^
||eshoohasteeg.com^
||eshouloo.net^
||esisfulylydev.com^
||esjvrfq.com^
||eskimi.com^
||esmyinteuk.info^
||esmystem.com^
||esnlynotquiteso.com^
||esodnbhzdpl.com^
||esopertyva.shop^
||esorandhewa.com^
||esosfultrbriolena.info^
||especiallyblareparasol.com^
||especiallyspawn.com^
||espierbatz.digital^
||espinotyponym.com^
||espionagegardenerthicket.com^
||espritpenned.top^
||esqarqiqwulytqy.xyz^
||esrbkneqve.com^
||esrpkd.com^
||essaycosigninvite.com^
||essaypresidential.com^
||essential-trash.com^
||essentialblunder.com^
||essentiallyitemoutrageous.com^
||essentialshookmight.com^
||essentialsicklyinane.com^
||estableyarthen.com^
||estafair.com^
||estainuptee.com^
||estaterenderwalking.com^
||estatestitch.com^
||estatueofthea.info^
||esteemtalented.com^
||estkewasa.com^
||estoopsi.com^
||estouca.com^
||estrinuprise.guru^
||estuousopalish.guru^
||esumeformo.info^
||eswsentatives.info^
||esxjpnkgyaeiu.xyz^
||etapescaisse.com^
||etbelpoyes.xyz^
||etbnbvlnhvr.com^
||etccdvfodthhc.com^
||etcodes.com^
||ethalojo.com^
||etheappyrince.com^
||etheappyrincea.info^
||etheappyrincerta.info^
||ethecityonata.com^
||ethecountryw.org^
||ethelbrimtoe.com^
||ethicalpastime.com^
||ethicaltattva.com^
||ethicel.com^
||ethichats.com^
||ethikuma.link^
||ethnicmovescrupulous.com^
||ethoamee.xyz^
||ethophipek.com^
||ethoxyblindly.com^
||etiamangola.com^
||etingplansfo.buzz^
||etingplansfor.org^
||etjxkvdorypmppp.com^
||etnacsqssv.com^
||etobepartoukfare.info^
||etougais.net^
||etphoneme.com^
||etretantothis.com^
||ettilt.com^
||ettjvrjujt.xyz^
||etuvehackly.com^
||etxahpe.com^
||etyequiremu.org^
||etymonsibycter.com^
||etystoass.com^
||euavokhqrxhteot.com^
||eucing.com^
||eucleidclarty.cfd^
||eucli-czt.com^
||eucosiaepeiric.com^
||eudoxia-myr.com^
||eudstudio.com^
||eugenearsonmeanwhile.com^
||euizhltcd6ih.com^
||eukova.com^
||eulal-cnr.com^
||eulogiafilial.com^
||eunzkvf.com^
||euonymcalvous.com^
||euosicjxjv.com^
||eupxokccpc.xyz^
||euro-referer.click^
||europacash.com^
||europe-discounts.com^
||europeanurinebanana.com^
||europefreeze.com^
||europertsticke.site^
||euros4click.de^
||eurse.com^
||eusbhnpyhty.com^
||eusmadhlyjn.xyz^
||euugbutvb.com^
||euvtoaw.com^
||euz.net^
||ev-dating.com^
||evaluationacutegrandpa.com^
||evaluationfixedlygoat.com^
||evangelrhyton.digital^
||evanpcf.uno^
||evaporateahead.com^
||evaporatehorizontally.com^
||evarjrsowtfakk.com^
||evasiondemandedlearning.com^
||evasionseptemberbee.com^
||evcnxaiisqqfqfe.xyz^
||evcwihysdnptpjm.xyz^
||evcxssxyncyh.com^
||evdebdvwnzlyyz.com^
||evdxiecmmpics.com^
||eveald.com^
||evecticvocoder.life^
||eveenaiftoa.com^
||evemasoil.com^
||evencontinuallyclaim.com^
||eveneraw.digital^
||evenghiougher.com^
||eveningsfleawhatsoever.com^
||eventbr.xyz^
||eventrhina.com^
||eventsbands.com^
||eventucker.com^
||evenuewasadi.xyz^
||ever8trk.com^
||everalmefarketing.info^
||everausterity.com^
||everdreamsofc.info^
||evergreentroutpitiful.com^
||everlastinghighlight.com^
||everprobation.com^
||everymark.xyz^
||everyoneawokeparable.com^
||everyoneglamorous.com^
||everypilaus.com^
||everythingtoknows.com^
||everywheresavourblouse.com^
||eveteaemo.com^
||evfisahy.xyz^
||evfrnqvextppij.com^
||evgywgur.com^
||eviclick.pro^
||evidenceguidance.com^
||evidencestunundermine.com^
||evidentlysoup.com^
||evidentoppositepea.com^
||evidhjksdtgyxrh.xyz^
||evifokcrmhdmai.com^
||evilshortcut.com^
||evitinghabnab.guru^
||evivuwhoa.com^
||evjroovrujr.xyz^
||evkikdzbdg.com^
||evlutvsyfegi.com^
||evoign.com^
||evours.com^
||evoutouk.com^
||evouxoup.com^
||evqpawhucyrdhu.com^
||evqqhgqy.com^
||evtkugaoxhwegi.com^
||evtwkkh.com^
||evushuco.com^
||evvykulupl.com^
||evwmwnd.com^
||evxiwpbzxzanlx.com^
||evyeuytacm.com^
||evzhzppj5kel.com^
||evzonesglowfly.cfd^
||evzxlgstwcai.com^
||ewaglongoo.com^
||ewaighee.xyz^
||ewallowi.buzz^
||ewasgilded.info^
||ewasverymuchad.info^
||ewbmrwzmbkzv.top^
||ewbmrwzmbvzb.top^
||ewdxisdrc.com^
||eweiwykaruwvbi.com^
||ewerhodub.com^
||ewesmedia.com^
||ewhareey.com^
||ewikajs.com^
||ewkjfwwld.xyz^
||ewlfcpnqlylef.com^
||ewoodandwaveo.com^
||ewoutosh.com^
||ewoverth.buzz^
||ewpauvfnhfkqux.xyz^
||ewpktjvfmet.com^
||ewqkrfjkqz.com^
||ewrerew29w09.com^
||ewrjjqflq.com^
||ewrolidenratrigh.info^
||ewruuqe5p8ca.com^
||ewrwpqqd.xyz^
||ewsinungniuj.com^
||ewtdzpwufzsnc.com^
||ewtgmfajrdhsyn.xyz^
||exacdn.com^
||exactconfigurationhasten.com^
||exaggeratekindnessvocal.com^
||exaggeratestamppost.com^
||exaltationinsufficientintentional.com^
||exaltbelow.com^
||exaltflatterrequested.com^
||exaltprizers.top^
||examensmott.top^
||examinationevolutionmingle.com^
||examineroverprotectiveproof.com^
||examinerplodbuild.com^
||examplesusagefeedback.com^
||exampulsate.com^
||exasperationdashed.com^
||exasperationplotincarnate.com^
||exbuggishbe.info^
||excavatorglide.com^
||exceedinglydiscovered.com^
||excelelernody.info^
||excelfriendsdistracting.com^
||excellenceads.com^
||excellent-vids.online^
||excellentafternoon.com^
||excellentinvolved.com^
||excellentpics.space^
||excellentsponsor.com^
||excellentvids.online^
||excellentvids.space^
||excellingvista.com^
||excelrepulseclaimed.com^
||excelwrinkletwisted.com^
||exceph.com^
||exceptinggapslightest.com^
||exceptionalharshbeast.com^
||exceptionweakerboring.com^
||exceptscasease.website^
||excessivesinner.com^
||exchange-traffic.com^
||exchangedbeadannually.com^
||exchangediscreditmast.com^
||excitablefew.pro^
||excitead.com^
||excitementoppressive.com^
||excitingattritionmineral.com^
||excitinginstitute.com^
||excitonharpers.space^
||exclaimrefund.com^
||exclaimwhirlpoolcredential.com^
||exclamationresound.com^
||excretekings.com^
||excuseparen.com^
||excusepuncture.com^
||excusewalkeramusing.com^
||excuum.com^
||excwaaclqshxyh.com^
||exdimkvfbku.com^
||exdynsrv.com^
||executecomicswhale.com^
||executiontoothache.com^
||exefprtna.com^
||exemplarif.com^
||exemplarsensor.com^
||exemplary-range.pro^
||exemplarychemistry.com^
||exemptrequest.com^
||exercisefeeling.com^
||exertheadlight.com^
||exertionbesiege.com^
||exhalejuxtapose.com^
||exhaleveteranbasketball.com^
||exhausted-use.pro^
||exhaustfirstlytearing.com^
||exhauststreak.com^
||exhcloykalx.com^
||exhhdwlgvvygc.xyz^
||exhibitapology.com^
||exhibitedderivedremarkable.com^
||exhibitedpermanentstoop.com^
||exhibitionunattractive.com^
||exhno.com^
||exi8ef83z9.com^
||exiledatomise.com^
||exinepenname.top^
||existenceassociationvoice.com^
||existencethrough.com^
||existingcraziness.com^
||exists-mazard.icu^
||existsdesist.com^
||existsvolatile.com^
||existteapotstarter.com^
||exitenmitynotwithstanding.com^
||exlusepolly.com^
||exmrwwt.com^
||exnesstrack.com^
||exoads.click^
||exobafrgdf.com^
||exoclick.com^
||exoclsodaqs.com^
||exodsp.com^
||exofrwe.com^
||exomonyf.com^
||exoprsdds.com^
||exorateairing.guru^
||exosiignvye.xyz^
||exosrv.com^
||exotismuntrill.com^
||expdirclk.com^
||expectationtragicpreview.com^
||expectedballpaul.com^
||expectthatmyeduc.info^
||expedientabnormaldeceased.com^
||expendhattwo.com^
||expensedebeak.com^
||expensepurpose.com^
||expensewardrobecivil.com^
||expensivepillowwatches.com^
||experimentalconcerningsuck.com^
||experimentmelting.com^
||expertisefall.com^
||expertnifg.com^
||explainpompeywistful.com^
||explodemedicine.com^
||exploderunway.com^
||exploitdevoid.com^
||exploitingenious.com^
||exploittonlets.com^
||exploreannihilationquicker.com^
||explorecomparison.com^
||exploredefinitely.com^
||explorefast-1.com^
||explorefast-2.com^
||explosionsubdueguidance.com^
||explosivegleameddesigner.com^
||expmediadirect.com^
||expocrack.com^
||exporder-patuility.com^
||exportfan.com^
||exportleggy.com^
||exportspring.com^
||exposestomnoup.space^
||exposureawelessawelessladle.com^
||exposuremixed.com^
||expressalike.com^
||expressingblossomjudicious.com^
||expressproducer.com^
||expuge.com^
||expugi.com^
||expulsionfluffysea.com^
||exquisitefundlocations.com^
||exquisiteseptember.com^
||exrtbsrv.com^
||extanalytics.com^
||extend.tv^
||extendingboundsbehave.com^
||extension-install.com^
||extensions-media.com^
||extensionworthwhile.com^
||extensivemusseldiscernible.com^
||extensivenegotiation.com^
||extentaccreditedinsensitive.com^
||extentacquire.com^
||extentresentment.com^
||exterminateantique.com^
||exterminatearch.com^
||exterminatestreet.com^
||exterminatesuitcasedefenceless.com^
||externalfavlink.com^
||externalwidelycompany.com^
||extincttravelled.com^
||extinguishtogethertoad.com^
||extra33.com^
||extraconventional.com^
||extractdissolve.com^
||extractforgiveness.com^
||extractionatticpillowcase.com^
||extractsupperpigs.com^
||extralarge-proposal.pro^
||extraneedlesshoneycomb.com^
||extremegoggle.com^
||extremereach.io^
||extremeshredcharm.com^
||extremitybagpipechallenge.com^
||extremiu.top^
||extrer.com^
||exuharpxs.com^
||exurbdaimiel.com^
||exwotics6heomrthaoi4r.com^
||eyauknalyticafra.info^
||eycameoutoft.info^
||eychroi.com^
||eyeballceorl.guru^
||eyeballcorruption.com^
||eyeballdisk.com^
||eyebrowfaciliate.com^
||eyebrowsasperitygarret.com^
||eyebrowscrambledlater.com^
||eyebrowsneardual.com^
||eyebrowsprocurator.com^
||eyefuneve.com^
||eyenider.com^
||eyeota.net^
||eyere.com^
||eyereturn.com^
||eyeshadowclayindulgence.com^
||eyeviewads.com^
||eyfivnokubyhmy.xyz^
||eyharae.com^
||eyjouer.com^
||eylepgswsnyyd.com^
||eymaume.com^
||eymised.com^
||eymprvikdld.xyz^
||eynicit.com^
||eyomusbsxrib.com^
||eypeole.com^
||eyquvllh.com^
||eyrarbuggers.com^
||eyrshwjvam.com^
||eyrvfxwrogfslk.com^
||eytheed.com^
||eyyicbskhglf.com^
||ezaicmee.xyz^
||ezatrvzfe.com^
||ezcgojaamg.com^
||ezdgmtsaeu.com^
||ezexfzek.com^
||ezhefg9gbhgh10.com^
||ezidygd.com^
||ezijyfiq.xyz^
||ezjhhapcoe.com^
||ezmob.com^
||eznoz.xyz^
||ezoufdpeyqaain.com^
||ezqbbqybwjbvm.top^
||ezsbhlpchu.com^
||ezulqzssxnu.com^
||ezwnjnnkjaamw.top^
||ezyebrbaymnb.top^
||ezyenrwcmo.com^
||ezzmmvzleawab.top^
||ezzmmvzleawjq.top^
||ezzmmvzleayjm.top^
||f0657e4fd5.com^
||f07neg4p.de^
||f092680893.com^
||f0eba64ba6.com^
||f145794b22.com^
||f14b0e6b0b.com^
||f19bcc893b.com^
||f27386cec2.com^
||f28bb1a86f.com^
||f2c4410d2a.com^
||f2fc0fce65.com^
||f2svgmvts.com^
||f3551539d6565853.com^
||f3663618ff.com^
||f3abc0d1b3.com^
||f3f202565b.com^
||f3udfa7nfguhni.com^
||f4235693e4.com^
||f4823894ba.com^
||f48d1c06e4.com^
||f4961f1b2e.com^
||f5v1x3kgv5.com^
||f773a03dcb.com^
||f794d2f9d9.com^
||f7e5bf5ed8.com^
||f8260adbf8558d6.com^
||f83d8a9867.com^
||f84add7c62.com^
||f853150605ccb.com^
||f8be4be498.com^
||f8e36bb73c.com^
||f95nkry2nf8o.com^
||f9d38526cd.com^
||fa9b667e4e.com^
||fabriczigzagpercentage.com^
||fabrkrup.com^
||facebarclarty.com^
||facersmangles.com^
||facesnotebook.com^
||facetclimax.com^
||faciledegree.com^
||faciliatefightpierre.com^
||facilitatevoluntarily.com^
||facilitycompetition.com^
||facilityearlyimminent.com^
||facilitypestilent.com^
||fackeyess.com^
||fackinsismal.com^
||factoruser.com^
||factquicker.com^
||facyptythu.com^
||fadbell.com^
||fadegranted.com^
||fademployedtransactions.com^
||fadf617f13.com^
||fadfussequipment.com^
||fadraiph.xyz^
||fadrovoo.xyz^
||fadsims.com^
||fadsimz.com^
||fadsipz.com^
||fadskis.com^
||fadskiz.com^
||fadslimz.com^
||fadssystems.com^
||fadszone.com^
||fae46gussylvatica.com^
||faefibdom.top^
||faejowvqdmnjwib.xyz^
||faestara.com^
||faffwut.com^
||faffylunk.space^
||faggapmunost.com^
||faggotsnulled.com^
||faggrim.com^
||fagovwnavab.com^
||fagywalu.pro^
||faidoud.com^
||faifojee.xyz^
||faigna.com^
||faihiwhe.com^
||failedmengodless.com^
||failingaroused.com^
||failingrainful.website^
||failuremaistry.com^
||failureyardjoking.com^
||faintbedub.life^
||faintdefrost.com^
||faintedtwistedlocate.com^
||faintstates.com^
||faintsuperintend.com^
||fainziphius.guru^
||fairadsnetwork.com^
||fairfaxdepresseddisguise.com^
||fairfaxhousemaid.com^
||fairieflame.com^
||fairiesresorts.com^
||fairnesscrashedshy.com^
||fairnessels.com^
||fairnessmolebedtime.com^
||fairoaja.net^
||fairytaleundergoneopenly.com^
||faised.com^
||faithaiy.com^
||faithfulfacultativeladder.com^
||faithfullyprotectionundo.com^
||faithiqs.com^
||faiverty-station.com^
||faiwastauk.com^
||fajukc.com^
||fakeerupriser.com^
||fakesorange.com^
||falcatayamalka.com^
||falkag.net^
||falkwo.com^
||fallalentered.com^
||fallhadintense.com^
||fallingseveral.com^
||fallinsolence.com^
||falloutbraidengaged.com^
||falloutmariasauce.com^
||falsarywaybung.com^
||falsechasingdefine.com^
||falsewrist.com^
||falsifybrightly.com^
||falsifylilac.com^
||fameailmentcircumstantial.com^
||familyborn.com^
||famobmf.com^
||famoot.com^
||famous-line.pro^
||famousremainedshaft.com^
||fampfage.com^
||famularshun.com^
||famulustaille.space^
||fanagentmu.pics^
||fanbyepee.com^
||fanciedproduced.com^
||fanciedrealizewarning.com^
||fancifylucific.guru^
||fancilybates.uno^
||fancycrab.net^
||fancydoctrinepermanently.com^
||fancywhim.com^
||fandelcot.com^
||fandmo.com^
||fangatrocious.com^
||fangsblotinstantly.com^
||fangsswissmeddling.com^
||fanklelaiser.com^
||fanleaffalter.com^
||fannierbedumb.guru^
||fannyindex.com^
||fansang.xyz^
||fantasticaubergine.com^
||fantasticdiet.pro^
||fantasticgap.pro^
||fanydourer.com^
||fanza.cc^
||fapmeth.com^
||fappwopyaw.com^
||faptdsway.ru^
||faquirrelot.com^
||faracoon.com^
||faramkaqxoh.com^
||farasiverived.org^
||farawayreel.com^
||fardasub.xyz^
||fardelbungo.com^
||fardemanjack.com^
||fardingsoiling.com^
||farflungwelcome.pro^
||fargoodgarotes.digital^
||fargwyn.com^
||farinassurbase.uno^
||farmagegaudful.com^
||farmhumor.host^
||farmmandatehaggard.com^
||faroff-age.pro^
||farrierbalmy.com^
||farteniuson.com^
||fartherpensionerassure.com^
||farthersuspicious.com^
||fartmoda.com^
||fartris.pw^
||fasciaekatcina.com^
||fascinateddashboard.com^
||fashionablegangsterexplosion.com^
||fashionacreak.life^
||fassknolls.top^
||fastapi.net^
||fastcdn.info^
||fastclick.net^
||fastdld.com^
||fastdlr.com^
||fastdmr.com^
||fastdntrk.com^
||fastenchange.com^
||fastennonsenseworm.com^
||fastenpaganhelm.com^
||faster-trk.com^
||fasthypenews.com^
||fastincognitomode.com^
||fastlnd.com^
||fastnativead.com^
||fastpsh.top^
||fatalboy.pro^
||fatalityadministrator.com^
||fatalitycharitablemoment.com^
||fatalityplatinumthing.com^
||fatalityreel.com^
||fatalloved.com^
||fatbkiwcizk.com^
||fatchilli.media^
||fatebbc.pro^
||fatheemt.com^
||fathmurcurable.com^
||fatimacapos.com^
||fatlossremedies.com^
||fatotdaqsb.com^
||fatsosjogs.com^
||fatstepn.click^
||fatuoidmunify.com^
||fatwalkinger.club^
||fatzuclmihih.com^
||faudouglaitu.com^
||faujdarunrake.top^
||faukoocifaly.com^
||faulterdeplume.com^
||faultlessmilleranthill.com^
||faultspiano.com^
||faunaldipsas.digital^
||fauneeptoaso.com^
||fausothaur.com^
||faustbootery.com^
||fauwhoocoa.com^
||favaqo.xyz^
||favorable-sample.com^
||favorite-option.pro^
||favorite-tonight.pro^
||favoritenought.com^
||favoritetonic.com^
||favorskhivan.com^
||favourablerecenthazardous.com^
||favpqrlawfqst.com^
||favzzmeziy.com^
||fawningforegut.life^
||faxqaaawyb.com^
||fayijxrs.com^
||fayzrtqszkcb.com^
||fazanppq.com^
||fazinghomelet.top^
||fazthmut.com^
||fb-plus.com^
||fb99ef9239.com^
||fbcdn2.com^
||fbebmgbiou.com^
||fbffdfproxwqi.com^
||fbgdc.com^
||fbgwruetfgbhp.com^
||fbkzqnyyga.com^
||fbmedia-bls.com^
||fbmedia-ckl.com^
||fbmedia-dhs.com^
||fbnztqwlirf.com^
||fbrheofkccovs.xyz^
||fbroxaiityhkz.com^
||fbtinlxy.com^
||fbxyuleyktun.com^
||fc0a58af2e.com^
||fc7c8be451.com^
||fc9115d2c7.com^
||fcaijpwzvj.com^
||fccinteractive.com^
||fcharacaena.com^
||fciyckhlpdxou.xyz^
||fckmedate.com^
||fclwqrglxgyye.com^
||fclypuqnbykp.xyz^
||fcpfth.xyz^
||fcprst.xyz^
||fcpygacbjukjdvr.com^
||fcqbjjcvohqo.com^
||fcswhwglli.com^
||fcudlfqupglxynu.xyz^
||fcxsodjsrqp.xyz^
||fczaifik.com^
||fd2a9dd918.com^
||fd2cd5c351.com^
||fd39024d2a.com^
||fd5orie8e.com^
||fd7qz88ckd.com^
||fddfqxxxqbuhss.xyz^
||fdelphaswcealifornica.com^
||fdghedgpj.com^
||fdheincvdbp.com^
||fdiirjong.com^
||fdjcuxxgmrye.com^
||fdjigxyxstiu.xyz^
||fdjnusmqs.com^
||fdmfbxvsthr.xyz^
||fdorxsat.com^
||fdovswgdj.com^
||fdpfkdnpvpmb.com^
||fdrgtt9edmej010.com^
||fdtikenfxgkie.com^
||fdubbogbean.guru^
||fe7qygqi2p2h.com^
||fe95a992e6afb.com^
||feadbe5b97.com^
||feadrope.net^
||fearplausible.com^
||feastoffortuna.com^
||featbooksterile.com^
||featue.com^
||featurelink.com^
||featureslounge.com^
||featuresscanner.com^
||featuresthrone.com^
||feazingtrans.com^
||feb6262526.com^
||febadu.com^
||febatigr.com^
||febrah.com^
||febran.com^
||februarybogus.com^
||februarynip.com^
||fecerismasker.com^
||fedapush.net^
||fedassuagecompare.com^
||federalcertainty.com^
||fedlee.com^
||fednunvckcsx.com^
||fedrocou.net^
||fedsit.com^
||fedykr.com^
||feed-ads.com^
||feed-xml.com^
||feedbackslingnonpareil.com^
||feedfinder23.info^
||feedgist.com^
||feedinburgmands.site^
||feedingminder.com^
||feedisbeliefheadmaster.com^
||feedlottumasha.guru^
||feedyourheadmag.com^
||feefoamo.net^
||feefouga.com^
||feegoust.xyz^
||feegozoa.com^
||feegreep.xyz^
||feelfereetoc.top^
||feelingsmixed.com^
||feelingssignedforgot.com^
||feelingstoriesplumb.com^
||feeloshu.com^
||feelresolve.com^
||feelseveryone.com^
||feelsjet.com^
||feeohmchi.com^
||feeseeho.com^
||feeshoul.xyz^
||feetdonsub.live^
||feethach.com^
||feetheho.com^
||feevabeglee.com^
||feewoajy.net^
||feewuvoo.net^
||fefoasoa.xyz^
||fegsbatak.uno^
||fehaishu.com^
||feignoccasionedmound.com^
||feignthat.com^
||feiriegershon.com^
||feistyhelicopter.com^
||feistyswim.com^
||fejla.com^
||fejvqtmgwfohb.com^
||fejwcnbsu.com^
||fekybctoozk.com^
||felidaeyojuane.com^
||felied.com^
||feliev.com^
||felingual.com^
||felipby.live^
||fellap.com^
||fellerbeeline.top^
||fellowsargean.com^
||felonauditoriumdistant.com^
||felonlosel.com^
||feluccahoit.com^
||femald.com^
||femalehasslegloss.com^
||femalesunderpantstrapes.com^
||femefaih.com^
||femin.online^
||femininetextmessageseducing.com^
||femoafoo.com^
||femsoahe.com^
||femsurgo.com^
||fenacheaverage.com^
||fenaglebecuna.guru^
||fencerecollect.com^
||fencerscoelho.com^
||fenchylsoonish.com^
||fenddiscourse.com^
||feneverybodypsychological.com^
||fenixm.com^
||fepaddxacwfo.xyz^
||fepgdpebyr.com^
||fepseqdkfyfjc.com^
||feqvfgfqe.com^
||fer2oxheou4nd.com^
||feralopponentplum.com^
||ferelatedmothes.com^
||ferialcommixt.com^
||ferict.com^
||feript.com^
||ferisonledger.com^
||ferlingbelayed.com^
||fermolo.info^
||fernsnerves.uno^
||feroaptu.xyz^
||feroffer.com^
||feroxnestor.space^
||ferrycontinually.com^
||fertilecalfawelessaweless.com^
||fertilestared.com^
||fertilisedforesee.com^
||fertilisedignoringdeceive.com^
||fertilisedsled.com^
||fertilizerpairsuperserver.com^
||fertilizerpokerelations.com^
||ferukentaspect.info^
||ferventhoaxresearch.com^
||ferventvague.com^
||feshekubsurvey.space^
||fessoovy.com^
||festinsages.website^
||festivalflabbergasteddeliquencydeliquency.com^
||festivityratfun.com^
||festtube.com^
||festusthedrag.com^
||fetchedhighlight.com^
||fethungi.com^
||fetidbelow.com^
||fetidgossipleaflets.com^
||fetinhapinhedt.com^
||feuageepitoke.com^
||feudistchub.uno^
||feuilleoutwake.top^
||feuingcrche.com^
||fewcupboard.com^
||fewergkit.com^
||fewrfie.com^
||fexyop.com^
||fezacoox.net^
||fezzanminyans.com^
||ff00c90f6a.com^
||ff07fda5aa.com^
||ff42fd5ec6.com^
||ff4eaea9ba.com^
||ffbvhlc.com^
||ffcclqkmmlmecf.xyz^
||ffesutnkrvy.com^
||ffffff0000ff.com^
||ffffffdcdcdc.name^
||ffqtjwwhupcg.com^
||ffrxlhuwvyldpk.com^
||ffrywcxaewmpp.com^
||ffsewzk.com^
||ffuzila.com^
||ffwbzklcszdk.com^
||ffxpfkbro.xyz^
||ffxxdjucvk.com^
||fgdxwpht.com^
||fgijincfktbguv.xyz^
||fgislklsqqytr.com^
||fgisstdudch.com^
||fgkoxeqjpal.com^
||fgpmxwbxnpww.xyz^
||fgpvxxbsickfm.xyz^
||fgrvbkquwurttn.com^
||fgtnyfuk.xyz^
||fgxfnkiojgs.com^
||fh259by01r25.com^
||fhahujwafaf.com^
||fhajhezinl.com^
||fhdwtku.com^
||fhepiqajsdap.com^
||fhgh9sd.com^
||fhhtjomnapvgupg.xyz^
||fhhwsvtl.com^
||fhisladyloveh.xyz^
||fhjvhupv.com^
||fhlceugidb.xyz^
||fhrptbwtcmdibr.com^
||fhsmtrnsfnt.com^
||fhsvyfoadsbo.com^
||fhuafkxvrzgmyn.com^
||fhuldusmtyenuf.com^
||fhuvfdycagmkhr.com^
||fhvabdiebmxxok.xyz^
||fhzgeqk.com^
||fiatgrabbed.com^
||fiauntnewing.digital^
||fibberpuddingstature.com^
||fibdistrust.com^
||fibfgfptaeci.com^
||fibmaths.com^
||fibodjuxbxd.xyz^
||fibrehighness.com^
||ficinhubcap.com^
||fickle-brush.com^
||fictionauspice.com^
||fictionfittinglad.com^
||fictiongroin.com^
||fictionmineralladder.com^
||ficusoid.xyz^
||fiddleweaselloom.com^
||fidelity-media.com^
||fidelitybarge.com^
||fidelitybearer.com^
||fidgetcoolinggadget.com^
||fidnkwuqmaknlwr.com^
||fieldofbachus.com^
||fiendinsist.com^
||fiendrhythm.com^
||fienttestor.guru^
||fieoefbvsu.com^
||fiercefacetwidely.com^
||fiercequips.com^
||fierymint.com^
||fierysolemncow.com^
||fieslobwg.com^
||fifteenthhardboiledbanker.com^
||fifthjournalisminadequate.com^
||fighes.com^
||fighla.com^
||fightingleatherconspicuous.com^
||fightmallowfiasco.com^
||figuan.com^
||figuredreconsiderinvest.com^
||fihsgqbif.com^
||fiinann.com^
||fiinnancesur.com^
||fiisscqwokt.com^
||fijekone.com^
||fikedaquabib.com^
||filasseseeder.com^
||filchmadeirahotel.com^
||filesdots.com^
||filese.me^
||filetarget.com^
||filetarget.net^
||filhibohwowm.com^
||filiatefinbone.uno^
||filletdose.com^
||filletnails.com^
||fillingimpregnable.com^
||filmesonlinegratis.com^
||filmreorganizeford.com^
||filterexchangecage.com^
||filtertopplescream.com^
||filthybudget.com^
||fimsauxy.com^
||fimserve.com^
||fin.ovh^
||finalice.net^
||finallysuburblaunching.com^
||finance-hot-news.com^
||finance2you.org^
||finbiznews.com^
||fincbiqavgoe.com^
||findanonymous.com^
||findbetterresults.com^
||findicaterperty.site^
||findingattending.com^
||findingexchange.com^
||findnewline.com^
||findromanticdates.com^
||findswiftresults.com^
||fine-wealth.pro^
||finedintersection.com^
||finednothue.com^
||fineporno.com^
||finesseboisterous.com^
||fingahvf.top^
||fingerprevious.com^
||fingerprintoysters.com^
||fingertipsquintinclusion.com^
||finishcomplicate.com^
||finishdancingwildest.com^
||finisheddaysflamboyant.com^
||finishedvistaquickly.com^
||finishingracial.com^
||finized.co^
||finkelbursula.space^
||finkyepbows.com^
||finnackavys.cfd^
||finnan2you.com^
||finnan2you.net^
||finnan2you.org^
||finnanpunched.top^
||finnnann.com^
||finreporter.net^
||finsoafo.xyz^
||finsoogn.xyz^
||finxxak.com^
||fiorenetwork.com^
||fipkcakk.com^
||fiprst.xyz^
||firearminvoluntary.com^
||firearmtire.com^
||fireboxarborer.com^
||firefeeder.com^
||fireflydagomba.com^
||firelnk.com^
||fireplaceroundabout.com^
||firesinfamous.com^
||fireventcooperate.com^
||firewoodgaietyshipment.com^
||firewoodpeerlessuphill.com^
||fireworksane.com^
||fireworksattendingsordid.com^
||fireworksjowrote.com^
||firine.com^
||firkedpace.life^
||firkhmirhlohfyr.com^
||firmlylowest.com^
||firmsossa.guru^
||firnebmike.live^
||first-pollution.pro^
||first-rate.com^
||firsthandtie.com^
||firstlightera.com^
||firstlyliquidstereotype.com^
||firstverifyemigrant.com^
||firtaips.com^
||firtorent-yult-i-274.site^
||firumuti.xyz^
||fishedtopple.com^
||fishermanslush.com^
||fishingtouching.com^
||fishmanmurph.com^
||fishybackgroundmarried.com^
||fishyoverallsupplement.com^
||fishyscalpelweight.com^
||fishyshortdeed.com^
||fisikcbsosqet.com^
||fissay.com^
||fistdoggie.com^
||fistevasionjoint.com^
||fistofzeus.com^
||fistsurprising.com^
||fitcenterz.com^
||fitchedjimmy.guru^
||fitfuldemolitionbilliards.com^
||fitsazx.xyz^
||fitsjamescommunicated.com^
||fitssheashasvs.info^
||fitthings.info^
||fittingcentermonday.com^
||fittitfucose.com^
||fivelegant.com^
||fivetrafficroads.com^
||fivulsou.xyz^
||fivulu.uno^
||fiwhibse.com^
||fiwjupsaeltx.com^
||fixbreakthrough.com^
||fixchidie.com^
||fixedencampment.com^
||fixedgodmother.com^
||fixedlowraid.com^
||fixedlygrown.com^
||fixespreoccupation.com^
||fixpass.net^
||fixsirrod.site^
||fiyqnlqyu.com^
||fizawhwpyda.com^
||fjdpdcdndc.com^
||fjhfruuhmgnrt.com^
||fjjctsabpdjhge.com^
||fjmgnfoedmsjj.xyz^
||fjmksbwxb.com^
||fjwymafkgqfq.xyz^
||fjxowepqiwrdao.com^
||fkbkun.com^
||fkbwtoopwg.com^
||fkcubmmpn.xyz^
||fkcvtiqbbgedb.com^
||fkecheotlf.com^
||fkexeijtqstuh.xyz^
||fkllodaa.com^
||fkovjfx.com^
||fkpklrphfw.com^
||fkpsqdzr.com^
||fkrdybcqxlytvs.xyz^
||fksnk.com^
||fktbwntpfoh.com^
||fkugzbngtla.com^
||fkwkzlb.com^
||fkyhqtfiopfit.com^
||fkyujept.com^
||fkzgfsddr.com^
||fla4n6ne7r8ydcohcojnnor.com^
||flabbyyolkinfection.com^
||flagads.net^
||flagmantensity.com^
||flagresponsive.com^
||flagros2sii8fdbrh09.com^
||flagunforgivablewaver.com^
||flairadscpc.com^
||flakecontainsgrill.com^
||flakesaridphysical.com^
||flakeschopped.com^
||flakesyet.com^
||flamboyant-great.pro^
||flamebeard.top^
||flannelbeforehand.com^
||flannellegendary.com^
||flapgroundless.com^
||flapicyconquered.com^
||flapsoonerpester.com^
||flarby.com^
||flarebania.com^
||flarytapuyan.com^
||flashb.id^
||flashclicks.com^
||flashingmeansfond.com^
||flashingnicer.com^
||flashlightstypewriterparquet.com^
||flashnetic.com^
||flashycontagiouspulverize.com^
||flashymass.com^
||flasklimbearlier.com^
||flaskstationsubsequent.com^
||flatbarberarrangements.com^
||flatepicbats.com^
||flatgatherresource.com^
||flatlyforensics.com^
||flatteringbabble.com^
||flatteringscanty.com^
||flatterscandal.com^
||flattoppugmill.uno^
||flauchtponzite.com^
||flaviusemulsor.com^
||flavorylenvoi.com^
||flavourdinerinadmissible.com^
||flavourforgave.com^
||flavoursomewherefertilised.com^
||flawenormouslyattractive.com^
||flaweyesight.com^
||flawinterestinggranite.com^
||flaxdoorbell.com^
||flaxierfilmset.com^
||flaxlistedleague.com^
||flaxseedssoenrh4372ojd.com^
||flbpplqrvzopon.com^
||flbvmgxpgnblod.com^
||flcrcyj.com^
||fldes6fq.de^
||fldkakjccxhgw.com^
||flecur.com^
||fleddatabaseclothing.com^
||fleddaughter.com^
||fleenaive.com^
||fleeoutspoken.com^
||fleeredkeg.com^
||fleetingretiredsafe.com^
||fleetsbromian.top^
||fleeunleashangel.com^
||flelgwe.site^
||flenchnenes.top^
||fleraprt.com^
||fleshlyzombis.com^
||fleuronsnore.com^
||flewke.com^
||flexlinks.com^
||flhdqtto.com^
||flickerbridge.com^
||flickeringintention.pro^
||flickerworlds.com^
||fliddercharm.space^
||fliedridgin.com^
||fligha.com^
||flimmerscabish.com^
||flimsymarch.pro^
||flinchasksmain.com^
||flinttovaria.com^
||flipendangered.com^
||flipool.com^
||flippantguilt.com^
||flirtatiousconsultyoung.com^
||flixcontentshop.com^
||flixdot.com^
||flixtrial.com^
||flmfcox.com^
||flnfgdkq.com^
||flnxcveswar.com^
||floatingbile.com^
||floatingdrake.com^
||floatingfolly.com^
||floccischlump.com^
||flockinjim.com^
||flocooncuprum.top^
||flogunethicalexceedingly.com^
||flomigo.com^
||floodeighty.com^
||floodingdaredsanctuary.com^
||floodingonion.com^
||floodtender.com^
||flopaugustserpent.com^
||floralrichardapprentice.com^
||floraopinionsome.com^
||floristgathering.com^
||flossyarrayal.life^
||flotsanrantan.com^
||flounderhomemade.com^
||flounderpillowspooky.com^
||flouralmighty.com^
||flourishbriefing.com^
||flourishingcollaboration.com^
||flourishinghardwareinhibit.com^
||flowerasunder.com^
||flowln.com^
||flowsearch.info^
||flowwiththetide.xyz^
||floyme.com^
||flpfsqgjsarghs.com^
||flrdra.com^
||fluemantappall.guru^
||fluencyinhabited.com^
||fluencythingy.com^
||fluentlydeadlineski.com^
||fluese.com^
||fluffychair.pro^
||fluffynickname.com^
||fluffynyasquirell.com^
||fluid-company.pro^
||fluidallobar.com^
||fluiddisaster.pro^
||fluidicmarrams.com^
||fluidintolerablespectacular.com^
||fluingdulotic.com^
||flukepopped.com^
||flumesheroes.top^
||flumesrookie.com^
||flunkeycaptor.guru^
||fluqualificationlarge.com^
||flurrylimmu.com^
||flushafterwardinteger.com^
||flushconventional.com^
||flushedheartedcollect.com^
||flushgenuinelydominion.com^
||flushoriginring.com^
||fluttermotorway.com^
||fluvioalkyl.uno^
||fluxads.com^
||fluxtowed.com^
||flvvcqfmw.com^
||flyerseminarmaintenance.com^
||flyingadvert.com^
||flyingsexul.space^
||flyingsquirellsmooch.com^
||flylikeaguy.com^
||flymob.com^
||flytechb.com^
||fmapiosb.xyz^
||fmbsknwpvxlhqim.com^
||fmbyqmu.com^
||fmgcdgnousrww.com^
||fmheoodt.com^
||fmhyysk.com^
||fmkoyjqnxdj.com^
||fmkqhwrfvs.com^
||fmorugnmnihrcv.com^
||fmpub.net^
||fmsads.com^
||fmsde0dv2j54.com^
||fmstigat.online^
||fmuvczdhurcu.com^
||fmv9kweoe06r.com^
||fmwzfwzxztu.com^
||fmxfboibrmbf.xyz^
||fmzjinez.com^
||fnbauniukvi.com^
||fnmfaoac.xyz^
||fnnmnupevx.com^
||fnofnbdkfwnvguu.com^
||fnqcbxqvodj.com^
||fnrbulqws.com^
||fnrrm2fn1njl1.com^
||fntphihy.com^
||fnuvsfyylouxwu.com^
||fnwbaepsbf.com^
||fnxkntusnd.com^
||fnzuymy.com^
||foadeeph.xyz^
||foaglaid.xyz^
||foagreen.xyz^
||foakiwhazoja.com^
||foalwoollenwolves.com^
||foalyraisins.com^
||foamidsputt.com^
||foamlifeboatriddance.com^
||foamsomethingrobots.com^
||foapsovi.net^
||fobeetch.net^
||focalex.com^
||focath.com^
||focoidsatt.uno^
||focumu.com^
||focusedunethicalerring.com^
||fodderripeskyscraper.com^
||fodifhvg.com^
||fodsoack.com^
||foetusconductfold.com^
||foflib.org^
||fogayeown.com^
||foggilysyling.top^
||foggydefy.com^
||foggytube.com^
||foghug.site^
||fognvcteac.com^
||fogpurply.website^
||fogtweybq.com^
||foguroli.pro^
||fogvnoq.com^
||foheltou.com^
||fohvutgi.com^
||fokvgxuomu.com^
||folbwkw.com^
||foldedabstinenceconsole.com^
||foldercamouflage.com^
||foldertopichoot.com^
||foldingclassified.com^
||foldinginstallation.com^
||foldingsuppressedhastily.com^
||foliosedunlin.guru^
||foliumumu.com^
||folkscombine.com^
||folksordinarilyindoors.com^
||followedsurvey.com^
||followeraggregationtraumatize.com^
||followingexhaustedmicrowave.com^
||followingtrusted.com^
||followmalnutritionjeanne.com^
||followtrusted.com^
||follyeffacegrieve.com^
||fomentirrite.top^
||fomfwrpfklckhr.com^
||fompouta.xyz^
||fomulex.com^
||fondfelonybowl.com^
||fondlescany.top^
||fondnessbrokestreet.com^
||fonnishcranked.com^
||fontainsuny.club^
||fontdeterminer.com^
||fontenlargemonopoly.com^
||fontsocketsleepover.com^
||foodieblogroll.com^
||foodme.info^
||foodowingweapon.com^
||foogpdywvrswrxl.com^
||foojimie.net^
||foolerybonded.com^
||foolish-devil.pro^
||foolishcounty.pro^
||foolproofanatomy.com^
||foomaque.net^
||fooptoat.com^
||footageaccomplishment.com^
||footagegift.com^
||footar.com^
||footcomefully.com^
||foothoupaufa.com^
||footnote.com^
||footprintssoda.com^
||footprintswarming.com^
||footstepnoneappetite.com^
||footwearrehearsehouse.com^
||foourwfuuq.com^
||foozledslimsy.guru^
||fopxivtbk.com^
||for-j.com^
||for-joiyvid.site^
||for-joiyvids.site^
||for-joiyvidspics.online^
||for-joiyvidspics.site^
||for4mobiles.com^
||forads.pro^
||foramendowve.com^
||foramoongussor.com^
||forarchenchan.com^
||forasmum.live^
||foraxewan.com^
||forazelftor.com^
||forbeautiflyr.com^
||forbeginnerbedside.com^
||forbidcrenels.com^
||forbledpukras.top^
||forcealetell.com^
||forcedbedmagnificent.com^
||forceddenial.com^
||forcelessgooseberry.com^
||forcelessgreetingbust.com^
||forcetwice.com^
||forciblelad.com^
||forciblepolicyinner.com^
||forearmrejection.com^
||forearmsunny.com^
||forearmthrobjanuary.com^
||forebypageant.com^
||foreelementarydome.com^
||foreflucertainty.com^
||foregroundmisguideddejection.com^
||foreignmistakecurrent.com^
||forenteion.com^
||foresawmartins.com^
||foreseegigglepartially.com^
||forestcremate.com^
||forestsbotherdoubted.com^
||forestsshampoograduate.com^
||forewordmoneychange.com^
||forexclub.ru^
||foreyeshehadtw.com^
||forfeitsubscribe.com^
||forflygonom.com^
||forfrogadiertor.com^
||forgekeeper.top^
||forgerylimit.com^
||forgeryweave.com^
||forgetinnumerablelag.com^
||forgivenesscourtesy.com^
||forgivenessdeportdearly.com^
||forgivenessimpact.com^
||forgivenesspeltanalyse.com^
||forgivenesssweptsupervision.com^
||forgivepuzzled.com^
||forgoesthalli.uno^
||forgoodplay.com^
||forgotingolstono.com^
||forjoiyvid.online^
||forjoiyvid.site^
||forjoiyvid.space^
||forjoiyvids.online^
||forjoiyvids.pics^
||forjoiyvids.site^
||forjoiyvids.space^
||forjoiyvidspics.online^
||forjoiyvidspics.site^
||forjoiyvidspics.space^
||forjoyvidspics.online^
||forklacy.com^
||forlumineoner.com^
||forlumineontor.com^
||formalcabinet.com^
||formalitydetached.com^
||formarshtompchan.com^
||formatebackus.website^
||formatinfo.top^
||formationwallet.com^
||formedwrapped.com^
||formerdrearybiopsy.com^
||formerlyerotic.com^
||formerlyhorribly.com^
||formerlyparsleysuccess.com^
||formerlyrelationshipserver.com^
||formidableprovidingdisguised.com^
||formingantecedent.com^
||formsassistanceclassy.com^
||formsmir.com^
||formulacountess.com^
||formulamuseconnected.com^
||fornvjvi.com^
||forooqso.tv^
||foroorso.com^
||forprimeapeon.com^
||forsawka.com^
||forseekvalouwe.com^
||forseisemelo.top^
||forsphealan.com^
||forsungprosode.com^
||forsungstoolie.com^
||fortaillowon.com^
||fortaiwy.xyz^
||fortatoneterrow.com^
||fortcratesubsequently.com^
||fortdaukthw.hair^
||forthdestiny.com^
||forthdigestive.com^
||forthemoonh.com^
||fortorterrar.com^
||fortpavilioncamomile.com^
||fortpush.com^
||fortunateconvenientlyoverdone.com^
||fortunegossipyattentive.com^
||fortyflattenrosebud.com^
||fortyphlosiona.com^
||forumpatronage.com^
||forumtendency.com^
||forunfezanttor.com^
||forwardkonradsincerely.com^
||forworksyconus.com^
||forwrdnow.com^
||foryanmachan.com^
||forzubatr.com^
||fosiecajeta.com^
||fositeth.com^
||fossagetentie.top^
||fossensy.net^
||fossilascension.com^
||fossilreservoirincorrect.com^
||fostereminent.com^
||fotoompi.com^
||fotsaulr.net^
||foughtboothunrest.com^
||foughtcirculation.com^
||fougoalops.net^
||fouharoa.com^
||foulageyamshik.life^
||fouleewu.net^
||foullypellate.space^
||foundationhorny.com^
||foundedoaksouthern.com^
||fountaingreat.com^
||foupeethaija.com^
||fouptebu.net^
||fourteenthcongratulate.com^
||fourwhenstatistics.com^
||foutoanaugab.com^
||foutyoxyaena.website^
||fouwiphy.net^
||fovdvoz.com^
||foviyii.com^
||foxmeywkh.xyz^
||foxpush.io^
||foxqck.com^
||fpalarezuxj.com^
||fpdbccngiujp.com^
||fpgedsewst.com^
||fphbwyonnk.com^
||fphjeyqs.com^
||fpiljsxrchc.com^
||fpmleqdb.com^
||fpnakbanlt.com^
||fpnpmcdn.net^
||fpokdodfcpd.com^
||fpukxcinlf.com^
||fpwncdgqsnq.xyz^
||fpwpvchbwckbg.com^
||fpybtxqfywreqhb.xyz^
||fqanulluixeis.com^
||fqdwrgbbkmlbh.com^
||fqeqbpacetlols.com^
||fqewxjjgfb.com^
||fqfjmojnjslr.com^
||fqhsolrj.com^
||fqjelyhrbrmyvte.com^
||fqkwn.com^
||fqngowvebfr.xyz^
||fqnyvwyplel.com^
||fqohigimw.com^
||fqpxjydyj.com^
||fqskuzqwpgu.com^
||fqtfwulmcdw.com^
||fqxjrbepn.com^
||fqybolmt.com^
||fqygyfvmz.com^
||fqyxbvuefdlt.com^
||fqzibqtjwfzp.com^
||fractureboyishherring.com^
||fragmenteasygoingmass.com^
||fragmentexpertisegoods.com^
||fragrancepneumoniatinker.com^
||frailcockroachconfiguration.com^
||frailshootingexamination.com^
||framentyder.pro^
||frameworkdeserve.com^
||frameworkjaw.com^
||francetobaccotrading.com^
||franciatirribi.com^
||francisunbeget.com^
||francoistsjacqu.info^
||franecki.net^
||franeski.net^
||frangh.com^
||franklyatmosphericanniversary.com^
||franticimpenetrableflourishing.com^
||frap.site^
||frapsguardo.com^
||frarybjrbnlfd.com^
||frarychazan.com^
||fratchyaeolist.com^
||frauck.com^
||fraudholdingpeas.com^
||frayed-common.pro^
||frayvehemently.com^
||frbyvuxzvmqpb.com^
||frcpth.xyz^
||frdjs-2.co^
||freakisharithmetic.com^
||freakishdaughter.com^
||freakishextinct.com^
||freakishmartyr.com^
||frecklessfrecklesscommercialeighth.com^
||fredblclronvyt.com^
||fredmoresco.com^
||free-datings.com^
||free-domain.net^
||freebiesurveys.com^
||freeconverter.io^
||freecounter.ovh^
||freecounterstat.ovh^
||freedatinghookup.com^
||freeevpn.info^
||freefrog.site^
||freefromads.com^
||freefromads.pro^
||freelancebeheld.com^
||freelancepicketpeople.com^
||freeskreen.com^
||freesoftwarelive.com^
||freespsprugs.com^
||freestar.io^
||freetrckr.com^
||freewayadventureexactly.com^
||freezeanything.com^
||freezedispense.com^
||freezereraserelated.com^
||freezerlarking.top^
||freezerpiledoperational.com^
||freezescrackly.com^
||freezeskaikara.com^
||freezinghogreproach.com^
||fregtrsatnt.com^
||freightopen.com^
||freing.com^
||freiodablazer.com^
||frenchequal.pro^
||frencheruptionshelter.com^
||frenchhypotheticallysubquery.com^
||frenth.com^
||frequencyadvocateadding.com^
||frequentanalyst.com^
||frequentbarrenparenting.com^
||frequentimpatient.com^
||frequentstocking.com^
||fresh8.co^
||freshannouncement.com^
||freshendueshealth.com^
||freshenrubpan.com^
||freshleads.pro^
||freshpops.net^
||fresnobench.com^
||fretsawlekanai.com^
||freutz.com^
||freychang.fun^
||frfetchme.com^
||frfhhcxeqkubk.xyz^
||frhbrkjgerikm2f8mjek09.com^
||frhjqdgtfeb.com^
||fri4esianewheywr90itrage.com^
||fricacedisgulf.uno^
||frictionliteral.com^
||frictionterritoryvacancy.com^
||frictiontypicalsecure.com^
||fridayaffectionately.com^
||fridayarched.com^
||fridaylazy.com^
||fridaypatnod.com^
||fridgejakepreposition.com^
||fridgestretched.com^
||fridw-isa.com^
||friedretrieve.com^
||friendshipconcerning.com^
||friendshipmale.com^
||friendshipposterity.com^
||frightening-crack.pro^
||frightening-lesson.pro^
||frighteningship.com^
||frightysever.org^
||frilly-number.pro^
||fringeforkgrade.com^
||fringesdurocs.com^
||fripth.xyz^
||friskbiscuit.com^
||fristminyas.com^
||fritdugs.com^
||frittercommittee.com^
||fritue.com^
||frivolous-copy.pro^
||frizingbarnful.com^
||frkvlntwbyayt.com^
||frkyeaoowaurvqt.com^
||frmpbwotg.com^
||frockritequell.com^
||frockswatpelt.com^
||frocogue.store^
||frogmenislets.uno^
||frogrugby.com^
||frokbsuagevsy.com^
||frolicaugmentcreeper.com^
||frolicbrook.com^
||frolnk.com^
||fromjoytohappiness.com^
||fromoffspringcaliber.com^
||frondewame.com^
||fronthlpr.com^
||fronthlpric.com^
||frookshop-winsive.com^
||frosty-cigarette.com^
||frosty-criticism.pro^
||frostyonce.com^
||frothadditions.com^
||frothsubmarine.com^
||frownfirsthand.com^
||frstlead.com^
||frtrqkeei.com^
||frtya.com^
||frtyd.com^
||frtyl.com^
||frugalitymassiveoldest.com^
||frugalrevenge.com^
||frugalrushcap.com^
||fruitfulpot.com^
||fruitfulthinnersuspicion.com^
||fruitnotability.com^
||frulednulx.com^
||frustrationfungus.com^
||frustrationtrek.com^
||frxuqdho.com^
||frxwattywgcnsgw.xyz^
||fryawlauk.com^
||fsalfrwdr.com^
||fsccafstr.com^
||fscfbfrof.com^
||fseotgcigbrq.com^
||fsfwetubfgd.com^
||fsihfhjt.com^
||fsksvtvhxtyqp.com^
||fsobjvtkew.com^
||fsotrmshy.com^
||fsrtqexvtshh.com^
||fstsrv1.com^
||fstsrv2.com^
||fstsrv3.com^
||fstsrv4.com^
||fstsrv5.com^
||fstsrv8.com^
||fstsrv9.com^
||fsxemowhrx.com^
||fsznjdg.com^
||ftatpfqffc.xyz^
||ftblltrck.com^
||ftd.agency^
||ftdvpextzx.com^
||ftfssuhryrcmip.com^
||ftgygshutxlpey.com^
||ftheownounci.com^
||fthkmwrkqg.com^
||fthubeakohhiia.com^
||fthyvbyedeypqy.com^
||ftigholm.site^
||ftjcfx.com^
||ftklr.com^
||ftkywqcphlqh.com^
||ftltbijc.com^
||ftmcofsmfoebui.xyz^
||ftmhsrrk.com^
||ftncfjwfokiqrnr.com^
||ftnrhdekbt.com^
||ftqfrkwdj.com^
||ftqygccvexbxpb.com^
||ftrakdnp.xyz^
||ftte.fun^
||ftte.xyz^
||fttjyji.com^
||ftuaxqokbxow.com^
||ftv-publicite.fr^
||ftvszarpfvecjf.com^
||ftwpcn.com^
||ftxaonydrmajhvv.com^
||ftxolfex.xyz^
||fuboraimoo.com^
||fuchsinthough.website^
||fuckmehd.pro^
||fuckthat.xyz^
||fucmoadsoako.com^
||fucoustittup.uno^
||fucsarhyhlci.com^
||fudginghoners.com^
||fuelcathine.top^
||fugcgfilma.com^
||fugleparges.top^
||fugreefy.top^
||fuidsbzqlhud.com^
||fujigar.com^
||fulabachu.com^
||fulbe-whs.com^
||fulfilleddetrimentpot.com^
||fulgidbirls.life^
||fulhamscaboose.website^
||fulheaddedfea.com^
||fullseleatic.top^
||fulltraffic.net^
||fullvids.online^
||fullvids.space^
||fullycoordinatecarbonate.com^
||fullypoignantcave.com^
||fulmenbosser.com^
||fulvenebocca.com^
||fumarinpest.com^
||fumecarbohydrate.com^
||fumersoctoon.com^
||fumeuprising.com^
||fummkxa.com^
||funcats.info^
||functionfreaklacerate.com^
||functionsprecision.com^
||fundatingquest.fun^
||fundingexceptingarraignment.com^
||fundsbe.com^
||fungianjaggier.digital^
||fungus.online^
||funiooboqifnku.com^
||funkiaswheep.website^
||funklicks.com^
||funkydeplane.com^
||funlife.info^
||funnelgloveaffable.com^
||funneltourdreams.com^
||funnwphcfijvmd.xyz^
||funnysack.com^
||funnyvacant.com^
||funoriblithe.space^
||funsoups.com^
||funtoday.info^
||fuphugccgowp.com^
||furazanacopic.life^
||furded.com^
||furivaedangler.digital^
||furlsstealbilk.com^
||furnacecubbuoyancy.com^
||furnacemanagerstates.com^
||furnishedrely.com^
||furnishedsalonherring.com^
||furoicmargot.com^
||furorshahdon.com^
||furrowparabledisplay.com^
||furryjoseph.com^
||fursfeeblegloria.com^
||furstraitsbrowse.com^
||furtheradmittedsickness.com^
||furtherencouragingvocational.com^
||furtherestimatebereave.com^
||furtivelybleedlyrics.com^
||fusainswheeled.com^
||fuse-cloud.com^
||fuseamazementavow.com^
||fuseplatform.net^
||fusilpiglike.com^
||fusionads.net^
||fusionwishful.com^
||fuskoqvoaprjr.com^
||fusoidactuate.com^
||fussy-highway.pro^
||fussytarbet.space^
||futileharrystephen.com^
||futilepreposterous.com^
||futilereposerefreshments.com^
||futill.com^
||future-hawk-content.co.uk^
||futureads.io^
||futuredistracting.com^
||futureresiduals.com^
||futureus.com^
||fuvmtqiwhaffnc.com^
||fuwkovroemigtb.com^
||fuwkpghpln.com^
||fuxcmbo.com^
||fuyytjuopkikl.com^
||fuzakumpaks.com^
||fuzeelamby.com^
||fuzinghummaul.com^
||fuzzydinnerbedtime.com^
||fuzzywardshoplifting.com^
||fvcdduqg.com^
||fvckeip.com^
||fvcwqkkqmuv.com^
||fvebixpgtxm.com^
||fvgxfupisy.com^
||fvloumuvcbve.com^
||fvmcyvapsn.com^
||fvzhenljkw.com^
||fwabhrptdns.com^
||fwbntw.com^
||fwealjdmeptu.com^
||fwftmuxxeh.com^
||fwmrm.net^
||fwnowvgk.com^
||fwnxbcogqcjj.com^
||fwqmwyuokcyvom.xyz^
||fwrnmmvxsfcrcqk.com^
||fwskotewexa.xyz^
||fwsoviw.com^
||fwukoulnhdlukik.info^
||fwwxanjyjlu.xyz^
||fwyhyryyqvs.com^
||fxdepo.com^
||fxggbfjfi.com^
||fxgoaeplst.com^
||fxiuuaa.com^
||fxluaijchj.com^
||fxmnba.com^
||fxqsxxvfgderjdf.com^
||fxrbsadtui.com^
||fxroflypm.com^
||fxrwmhbbxfcpb.com^
||fxwykuxh.com^
||fybkhsfntvuyat.com^
||fydczmk.com^
||fyglovilo.pro^
||fyhgvfmryxprn.xyz^
||fykjhzjyjvx.com^
||fymgkjtee.com^
||fyszjsybkgnwn.com^
||fytaopeurb.com^
||fyvdxqufaxkli.com^
||fzdpvjatkwpg.com^
||fzfcrqlwph.com^
||fzipipalkri.com^
||fzszuvb.com^
||fztmn.top^
||g-statistic.com^
||g0-g3t-msg.com^
||g0-g3t-som3.com^
||g0-get-msg.net^
||g0awayu.com^
||g0gr67p.de^
||g0wow.net^
||g2440001011.com^
||g2546417787.com^
||g2921554487.com^
||g2afse.com^
||g33ktr4ck.com^
||g33tr4c3r.com^
||g5fzq2l.com^
||g5rillh2awn8.com^
||g91games.com^
||ga-ads.com^
||gabblecongestionhelpful.com^
||gabsailr.com^
||gacoufti.com^
||gadbytyhmybnir.com^
||gadgetnews.one^
||gadqsrxurvtd.com^
||gadsabs.com^
||gadsatz.com^
||gadsims.com^
||gadskis.com^
||gadskiz.com^
||gadslife.com^
||gadslimz.com^
||gadspms.com^
||gadspmz.com^
||gadssystems.com^
||gadzwhglnxhbjs.com^
||gaeebjednl.xyz^
||gaegwdkirfcgp.com^
||gaelsdaniele.website^
||gaesataigal.uno^
||gafmajosxog.com^
||gafnkozzuk.com^
||gaghygienetheir.com^
||gagpetwet.com^
||gagxyauszaght.com^
||gagytxjgcs.com^
||gahonnlsh.com^
||gaibakur.net^
||gaibjhicxrkng.xyz^
||gaietyexhalerucksack.com^
||gaigroak.com^
||gaijiglo.net^
||gaimofup.com^
||gaimoupy.net^
||gaiphaud.xyz^
||gaishaisteth.com^
||gaisteem.net^
||gaitheed.com^
||gaitoath.com^
||gaizoopi.net^
||gakairohekoa.com^
||galaare.com^
||galachr.com^
||galairo.com^
||galajou.com^
||galamis.com^
||galanasorra.com^
||galaxypush.com^
||galeaeevovae.com^
||galepush.net^
||galereseikones.com^
||galibicalvous.guru^
||galileesubvii.digital^
||galiowen.com^
||galjwnhotubfg.com^
||galleyssleeps.top^
||galliestorpify.com^
||gallonranchwhining.com^
||gallopextensive.com^
||gallopsalmon.com^
||galopelikeantelope.com^
||galoreshoodlum.com^
||galotop1.com^
||galpkthjpeoe.com^
||galsajoo.xyz^
||gam3ah.com^
||gamadsnews.com^
||gamadspro.com^
||gambar123.com^
||gamblingliquidate.com^
||gameads.io^
||gameengagedthen.com^
||gamersad.com^
||gamescarousel.com^
||gamescdnfor.com^
||gamesims.ru^
||gamesrevenu24.com^
||gamesrevenue.com^
||gamesyour.com^
||gamez4tops.com^
||gamgladthereis.com^
||gamglossae.com^
||gaminesmuletta.com^
||gaming-adult.com^
||gamingadlt.com^
||gamingonline.top^
||gammabendlet.website^
||gammae.com^
||gammamkt.com^
||gammaplatform.com^
||gamondcaingin.guru^
||gamvbfdrybtkug.com^
||gandmotivatin.info^
||gandrad.org^
||gangedapneal.digital^
||gangsterflyerillegimateillegimate.com^
||gangsterstillcollective.com^
||gangstervideoethnic.com^
||gangueswipes.top^
||ganismpro.com^
||ganizationsuc.info^
||gannett.gcion.com^
||gaooawffc.com^
||gapcask.com^
||gappiertransfd.top^
||gapscult.com^
||gaqscipubhi.com^
||gaquxe8.site^
||garagesewe.com^
||garbagereef.com^
||gardeningraritysometime.com^
||gardeningreact.com^
||gardeningseparatedudley.com^
||gardoult.com^
||gardourd.com^
||gargantuan-menu.pro^
||garglingcorny.com^
||gargocmy.com^
||garibamarmose.com^
||garlandcheese.com^
||garlandshark.com^
||garmentfootage.com^
||garmentsdraught.com^
||garosesia.com^
||garotas.info^
||garretassociate.com^
||garretram.com^
||garricketiam.website^
||garrisonparttimemount.com^
||garthitalici.top^
||garumkachin.com^
||gasasphrad.com^
||gaseous-power.com^
||gasolinerent.com^
||gassingunspicy.guru^
||gastersliddry.com^
||gastingitea.com^
||gatecitizenswindy.com^
||gateimmenselyprolific.com^
||gatetocontent.com^
||gatetodisplaycontent.com^
||gatetotrustednetwork.com^
||gatewaydissolvedexemplify.com^
||gatewayimpossibilitypursue.com^
||gatherjames.com^
||gatols.com^
||gatprnam.com^
||gatrmbvfm.com^
||gaucysalamo.life^
||gaudetehoazin.com^
||gaudfulthrum.website^
||gaufaine.com^
||gaufferlarry.com^
||gaufoosa.xyz^
||gaugeadroitself.com^
||gaujephi.xyz^
||gaukluthern.website^
||gaulshiite.life^
||gaumishhipshot.com^
||gaumoata.com^
||gaunchdelimes.com^
||gauntletjanitorjail.com^
||gaupingjaguar.com^
||gaupsaur.xyz^
||gaushaih.xyz^
||gausic.com^
||gaustele.xyz^
||gautaree.com^
||gauvaiho.net^
||gauwoocoasik.com^
||gauzedecoratedcomplimentary.com^
||gauzon.com^
||gavnogeeygaika.com^
||gawainshirty.com^
||gayadpros.com^
||gayalgenipa.digital^
||gayuxhswva.com^
||gazati.com^
||gazeesoter.com^
||gbbdkrkvn.xyz^
||gbddeyjekkixrn.com^
||gbfgvzfcjfs.com^
||gblcdn.com^
||gbpkmltxpcsj.xyz
||gbstobpvhhosqsr.com^
||gbullgmqfsgf.com^
||gcbtbruxslwoc.xyz^
||gcfabtyir.com^
||gcfynlyvab.com^
||gckkxvpbhhlx.com^
||gcomfbzrsa.com^
||gctnkqjelwnwlcx.com^
||gcyabjsl.com^
||gcyzgld.com^
||gdasaasnt.com^
||gdbjurnxxhnro.com^
||gdbtlmsihonev.xyz^
||gdbyxgjbkgv.com^
||gdecordingholo.info^
||gdjejefdqthxmy.xyz^
||gdkixpmakvrpm.com^
||gdlxtjk.com^
||gdmconvtrck.com^
||gdmdigital.com^
||gdmgsecure.com^
||gdpgwtwby.com^
||gdwfhelbww.com^
||gdwqrnjpjlt.com^
||gearedftnerr.com^
||geasefloria.com^
||geazjxqwbr.com^
||gebadu.com^
||geckad.com^
||geckibou.com^
||geckoesdeport.top^
||gecl.xyz^
||geddshippy.com^
||geechaid.xyz^
||geedoovu.net^
||geeksundigne.com^
||geerairu.net^
||geetaury.net^
||geethaihoa.com^
||geethaiw.xyz^
||geethoap.com^
||gegbeiaojmfgnkw.com^
||geiouifksh.xyz^
||geiozdtpssgt.com^
||geiybze.com^
||gejeegho.net^
||gejusherstertithap.info^
||geknzqfx.com^
||gekroome.com^
||gelhp.com^
||gelidoctans.digital^
||gelofrebromes.top^
||gemorul.com^
||gempeety.com^
||gempoussee.com^
||gen-ref.com^
||genaumsa.net^
||genbalar.com^
||generalebad.xyz^
||generalizebusinessman.com^
||generalizeruffleembroidery.com^
||generallyrefinelollipop.com^
||generateplunderstrew.com^
||generatorgenuinelyupcoming.com^
||genericlink.com^
||generosityfrozecosmic.com^
||generousclickmillennium.com^
||genesismedia.com^
||geneticesteemreasonable.com^
||geneticocuby.com^
||genetorhebe.website^
||genfpm.com^
||geniad.net^
||genialsleptworldwide.com^
||genieedmp.com^
||genieessp.com^
||genishury.pro^
||geniusbanners.com^
||geniusdexchange.com^
||geniusonclick.com^
||geniusunkirk.space^
||genomicincises.digital^
||genreobrien.digital^
||gentlecountries.com^
||gentlementoplessrest.com^
||gentlynudegranny.com^
||genuinechancellor.com^
||genuinelybruises.com^
||genuinesuperman.com^
||genystopiary.com^
||geoaddicted.net^
||geodaljoyless.com^
||geodator.com^
||geodesyhoptree.com^
||geoffreyquitimpression.com^
||geographicaltruth.com^
||geoidsskift.guru^
||geoinventory.com^
||geolsoul.life^
||geometryworstaugust.com^
||geompzr.com^
||georgianabamboorehearse.com^
||geotrkclknow.com^
||geraflows.com^
||geratedbawled.com^
||gereacumina.com^
||germanplumpcries.com^
||germanyretorteddonate.com^
||germinatecascade.com^
||germinateensue.com^
||germmasonportfolio.com^
||geruksom.net^
||gervasdonatee.guru^
||gerybeeper.guru^
||gessoesbeavers.uno^
||get-browseprotection.com^
||get-here-click.xyz^
||get-me-wow.
||get-partner.life^
||get-statics.live^
||getadx.com^
||getadzuki.com^
||getallt1.com^
||getalltraffic.com^
||getarrectlive.com^
||getbestpolojpob.org^
||getbiggainsurvey.top^
||getbrowbeatgroup.com^
||getcdnpix.name^
||getconatyclub.com^
||getgx.net^
||getinstant.website^
||getjad.io^
||getmygateway.com^
||getnee.com^
||getnewsfirst.com^
||getnomadtblog.com^
||getoptad360.com^
||getoverenergy.com^
||getpdaiddaily.com^
||getpopunder.com^
||getrunbestlovemy.info^
||getscriptjs.com^
||getsharedstore.com^
||getshowads.com^
||getsmartyapp.com^
||getsomespecials.com^
||getstart3d12.monster^
||getsthis.com^
||getsurv2you.net^
||getsurv2you.org^
||getsurv4you.org^
||getter.cfd^
||gettine.com^
||gettingcleaveassure.com^
||gettingtoe.com^
||gettjohytn.com^
||gettraffnews.com^
||getupwoleai.com^
||getvideoz.click^
||getxml.org^
||getyourbitco.in^
||getyoursoft.ru^
||getyourtool.co^
||gevauwaudsem.com^
||gevmrjok.com^
||gewbafkw.com^
||gexvcalvbhxl.com^
||gfbpijvtoxpit.com^
||gfbxgrfnljmxs.com^
||gfhkcfdqaongo.com^
||gfkefmmnludbkj.com^
||gfkhapiuxjkspbq.xyz^
||gfnfzleduflvkt.com^
||gforanythingam.com^
||gfprtdrgcyuxc.com^
||gfrixpclujxjnlq.com^
||gfsdloocn.com^
||gfstrck.com^
||gftasruowjnsc.xyz^
||gftkofhnz.com^
||gfuaveumtb.xyz^
||gfunwoakvgwo.com^
||gfzbdtwtlw.com^
||ggeaqltgasbcysu.com^
||ggetsurv4youu.com^
||ggftwafd.xyz^
||gggetsurveey.com^
||gghmyocmyl.com^
||ggjcswb4rln4.com^
||ggkk.xyz^
||ggknkowmh.com^
||gglx.me^
||ggqppaiglthoq.com^
||ggqygkaunot.com^
||ggrawwbi.xyz^
||ggsbjzyo.com^
||ggsfq.com^
||ggvhbnkfc.com^
||ggxcoez.com^
||ggxyyalrj.com^
||ggzckmlts.com^
||ggzkgfe.com^
||ghastlyoffer.com^
||ghastlyrejectionrest.com^
||ghattiwongsky.com^
||ghavjknuitkmh.com^
||ghbktboutfibvt.com^
||ghejrcvslombjse.com^
||ghentmidweek.com^
||gheraosonger.com^
||ghethe.com^
||ghettoschanse.com^
||ghfnlorkormcmr.com^
||ghisiva.top^
||ghjhucekiywqrk.com^
||ghnvfncbleiu.xyz^
||ghostchisel.com^
||ghostnewz.com^
||ghosttardy.com^
||ghrain.com^
||ghsheukwasana.info^
||ghtry.amateurswild.com^
||ghyhwiscizax.com^
||ghyjajvriaf.com^
||giantaffiliates.com^
||gianwho.com^
||gibaivoa.com^
||gibeleftyeuro.com^
||giblithakur.website^
||giboxdwwevu.com^
||gibsonorly.life^
||gicoxxmeostnxw.xyz^
||gidakcalgbc.com^
||giddinessrefusal.com^
||giddysystemrefers.com^
||gidmikipluoju.com^
||gidoulie.com^
||giftedbrevityinjured.com^
||giftedhazelsecond.com^
||gifthandymanshortage.com^
||gifttopsurvey.top^
||gigaads.xyz^
||gigabitadex.com^
||gigacpmserv.com^
||giganticlived.com^
||giggedguddle.com^
||giggledgingle.com^
||giggleostentatious.com^
||gigjjgb.com^
||gigmantomjohn.guru^
||gihehazfdm.com^
||gijxsthpuqdwcn.com^
||gikefa.uno^
||gilarditus.com^
||gilcxqgcbebbo.xyz^
||giliakmisdaub.com^
||gilinstruggle.org^
||gilledwebeye.life^
||gillsapp.com^
||gillsisabellaunarmed.com^
||gillstaught.com^
||gillynn.com^
||gilrauci.net^
||gimavpojtqa.com^
||gimme-promo.com^
||gimohhfzvmpdt.com^
||gimpingurubu.life^
||gimwcpketr.com^
||ginchoirblessed.com^
||ginfohpg.com^
||gingercompute.com^
||ginkscarnal.top^
||ginningsteri.com^
||ginnyclairvoyantapp.com^
||ginnycleanedfeud.com^
||ginnymulberryincompetent.com^
||ginnytors.top^
||ginnyweakeland.info^
||ginsicih.xyz^
||gioismfcpjhjm.com^
||giotumvotlcbdqc.com^
||gipeucn.icu^
||gipostart-1.co^
||gippingrefont.com^
||gipsiesthyrsi.com^
||gipsouglow.com^
||gipsytrumpet.com^
||giqaanwmqwowemt.com^
||giraffedestitutegigantic.com^
||girdedmays.life^
||girdleunfamiliartraffic.com^
||girl-51-w.com^
||girl7y.com^
||girlbuffalo.com^
||girlsflirthere.life^
||girlsglowdate.life^
||girseesoa.net^
||gishejuy.com^
||gistblemishparking.com^
||gitajwl.com^
||gitoku.com^
||gittithmartial.com^
||giufjcfjdv.com^
||givaphofklu.com^
||givedressed.com^
||giveesqtnq.com^
||givemysoft.ru^
||givenconserve.com^
||givesboranes.com^
||givide.com^
||givill.com^
||giving-weird.pro^
||givingcareer.com^
||givingsol.com^
||giwkclu.com^
||gixiluros.com^
||gixjtofnjpgxstg.com^
||gixpoosh.com^
||giyqjkph.com^
||gjfeblixctsojx.xyz^
||gjffrtfkhf.xyz^
||gjhksxthokyjlm.com^
||gjigle.com^
||gjjvjbe.com^
||gjkame6.com^
||gjknyqmvrluao.com^
||gjnrtzqz.com^
||gjonfartyb.com^
||gjpcwjzzc.com^
||gjrhqyc.com^
||gjwluizt.com^
||gjwos.org^
||gjzbcvatvn.com^
||gk79a2oup.com^
||gkbvnyk.com^
||gkcltxp.com^
||gkdafpdmiwwd.xyz^
||gkencyarcoc.com^
||gkfehrdhbm.com^
||gkkchmjdndovu.xyz^
||gkoutpips.com^
||gkpblxyup.xyz^
||gkpfuoyapoprvln.com^
||gkpuqpewgxjso.com^
||gkpvuyrgbbzu.com^
||gkrtmc.com^
||gl-cash.com^
||gla63a4l.de^
||glacierglorifybeetroot.com^
||glaciergrimly.com^
||gladiol9us10.com^
||gladthereis.org^
||glaickoxaksy.com^
||glaidsurteeg.com^
||glaijauk.xyz^
||glaimtug.com^
||glaingoo.xyz^
||glainsee.com^
||glaivoun.net^
||glaiweer.xyz^
||glaiwhee.net^
||glaixich.net^
||glaksads.net^
||glamorousmixture.com^
||glamtina.com^
||glancedforgave.com^
||glancingambulance.com^
||glareart.com^
||glaringregister.com^
||glassesoftruth.com^
||glassmilheart.com^
||glasssmash.site^
||glaubuph.com^
||glaughoa.xyz^
||glaultoa.com^
||glaunsil.xyz^
||glaurtas.com^
||glauvoob.com^
||glauxoaw.xyz^
||glaxaukr.net^
||glazegha.com^
||glazepalette.com^
||glbtrk.com^
||gleagainedam.info^
||gleamcalumnygeneralize.com^
||gleamcoupgently.com^
||gleaminsist.com^
||glecmaim.net^
||gledycedule.life^
||gleebsoa.xyz^
||gleeglis.net^
||gleegloo.net^
||gleejoad.net^
||gleemsomto.com^
||gleemsub.com^
||gleeneep.com^
||gleetchisurvey.top^
||gleetedbunged.uno^
||glegreel.xyz^
||glekrush.com^
||glelroum.com^
||gleneditor.com^
||glenmexican.com^
||glenprejudice.com^
||glenseized.com^
||glepteel.xyz^
||glersakr.com^
||glersooy.net^
||glerteeb.com^
||glestoab.com^
||glevoloo.com^
||gleydegulled.com^
||glibsols.net^
||gliceebe.xyz^
||glidelamppost.com^
||gliderpured.com^
||gliffyfreaked.com^
||gligheew.xyz^
||gliksekr.net^
||glimpsedrastic.com^
||glimpsemankind.com^
||glimtaul.xyz^
||glimtors.net^
||glirsoss.com^
||glisteningproject.pro^
||glitteringinextricabledemise.com^
||glitteringinsertsupervise.com^
||glitteringobsessionchanges.com^
||glitteringstress.pro^
||gliufwcsjq.com^
||glivupegn.com^
||glixaing.com^
||glizauvo.net^
||glleadflxvn.com^
||gllgqjxog.com^
||glo-glo-oom.com^
||gloacmie.com^
||gloacmug.net^
||gloacmug.xyz^
||gloaftil.com^
||gloagaus.xyz^
||gloaghouph.com^
||gloalrie.com^
||gloamucm.xyz^
||gloansad.com^
||gloaphoo.net^
||gloavets.xyz^
||globaladblocker.com^
||globaladmedia.com^
||globaladmedia.net^
||globaladsales.com^
||globaladv.net^
||globalinteractive.com^
||globaloffers.link^
||globalsuccessclub.com^
||globaltakeoff.net^
||globaltraffico.com^
||globeofnews.com^
||globeshyso.com^
||globwo.online^
||globxaxqp.com^
||glochatuji.com^
||glochisprp.com^
||glocmauy.xyz^
||glogoowo.net^
||glogroap.net^
||glokta.info^
||gloltaiz.xyz^
||glomocon.xyz^
||glonsophe.com^
||gloodain.net^
||gloodsie.com^
||gloogeed.xyz^
||gloognoogrix.com^
||gloogruk.com^
||gloolrey.com^
||gloomfabricgravy.com^
||gloomilychristian.com^
||gloomseb.net^
||gloonoorsygamer.com^
||gloonseetaih.com^
||gloophoa.net^
||gloorsie.com^
||glootang.net^
||gloovids.com^
||gloppyveers.top^
||gloriacheeseattacks.com^
||gloriahell.com^
||glorialoft.com^
||gloriarefreshsuspected.com^
||gloriespiuri.com^
||glorifyfactor.com^
||glorifyraytreasurer.com^
||glorifytravelling.com^
||gloriousboileldest.com^
||glorsugn.net^
||glouckeexoo.net^
||gloufteglouw.com^
||gloumsee.net^
||gloumsie.net^
||glouseer.net^
||gloushekra.com^
||gloustoa.net^
||gloutchi.com^
||glouxaih.net^
||gloveroadmap.com^
||glovesusage.com^
||glovet.xyz^
||glowdittay.uno^
||glowdot.com^
||glowedhyalins.com^
||glowingnews.com^
||gloxeept.com^
||gloytrkb.com^
||gloywin04.com^
||glozesmimer.top^
||glpeaoauwevlns.com^
||glquynodiflhw.com^
||glsfreeads.com^
||glssp.net^
||gltjtkqoxhbgvlx.com^
||glueluthern.digital^
||gluenasal.com^
||glugherg.net^
||glugreez.com^
||glukropi.com^
||glum-bake.pro^
||glumdrawer.com^
||glumtitu.net^
||glungakra.com^
||gluondockize.digital^
||glurdoat.com^
||glursihi.net^
||gluteinavarch.com^
||gluttonybrand.com^
||gluttonybuzzingtroubled.com^
||gluwhoas.com^
||gluxouvauque.com^
||gluxouvauure.com^
||glvhvesvnp.com^
||glwcxdq.com^
||glxrubskce.com^
||glxtest.site^
||glycylsrapped.com^
||glyphsmahajan.com^
||gmaakjrmpc.com^
||gmads.net^
||gmawlljasi.com^
||gmbopxcfbwg.com^
||gmcdxivnqegrnl.com^
||gmcoanceqoymws.com^
||gme-trking.com^
||gmelinalegua.top^
||gmgllod.com^
||gmihupgkozf.com^
||gmixiwowford.com^
||gmkflsdaa.com^
||gml-grp.com^
||gmlebdifvxzzl.com^
||gmltiiu.com^
||gmmcerkkja.com^
||gmnagxbisjn.com^
||gmogccmnp.com^
||gmpfruktfatpi.com^
||gmuinujsn.com^
||gmuskkvfophohqn.xyz^
||gmuuiqcfcb.com^
||gmxtrqkshsaqu.com^
||gmxvmvptfm.com^
||gmyze.com^
||gmzdaily.com^
||gnashedmaypops.digital^
||gnathicrugal.top^
||gnatterjingall.com^
||gnditiklas.com^
||gndkcpwowxnc.com^
||gndyowk.com^
||gnemxcfermkpp.com^
||gnfavfqifukyyl.com^
||gngsrgaza.com^
||gngtvwjo.com^
||gnjlnvlqjmdedul.com^
||gnjxesyfensbh.com^
||gnkgvjxunmwc.com^
||gnkljnfbd.com^
||gnksplbu.com^
||gnosticwinks.com^
||gnqtageoyy.com^
||gnuppbsxa.xyz^
||gnvpmftcgp.com^
||go-cpa.click^
||go-g3t-som3.com^
||go-rillatrack.com^
||go-srv.com^
||go2.global^
||go2affise.com^
||go2app.org^
||go2jump.org^
||go2media.org^
||go2offer-1.com^
||go2oh.net^
||go2rph.com^
||go2speed.org^
||go6shde9nj2itle.com^
||goaboomy.com^
||goaciptu.net^
||goads.pro^
||goadserver.com^
||goadx.com^
||goaffmy.com^
||goagloow.xyz^
||goahoubesho.com^
||goajuzey.com^
||goalebim.com^
||goaleedeary.com^
||goaloozy.xyz^
||goalperusevicinity.com^
||goaodaj.com^
||goaserv.com^
||goasrv.com^
||goatpoxbutters.top^
||goavoafu.com^
||gobacktothefuture.biz^
||gobanspagodas.com^
||gobetweengroan.com^
||gobetweensmartlyattic.com^
||gobiaesker.uno^
||gobicyice.com^
||gobitta.info^
||gobletclosed.com^
||goblocker.xyz^
||gobmodfoe.com^
||gocolow.com^
||gocomparisongarrison.com^
||godacepic.com^
||goddesslevityark.com^
||godlessabberant.com^
||godmotherelectricity.com^
||godpvqnszo.com^
||godshiptubing.top^
||godspeaks.net^
||godwitescrol.com^
||goelbotony.com^
||goelismidryl.com^
||goesdeedinsensitive.com^
||goeticviola.com^
||goevyqdlo.xyz^
||gofecuhxltcqj.xyz^
||gofenews.com^
||gogglemessenger.com^
||gogglerespite.com^
||goghen.com^
||gogord.com^
||gogucbuojg.com^
||gohere.pl^
||gohillgo.com^
||gohupsou.com^
||gohznbe.com^
||goinformer.com^
||goingbicyclepolitically.com^
||goingsbluffed.top^
||goingtoothachemagician.com^
||goiojjgyvdhfdm.com^
||goksuxauks.com^
||golbxjhofipyv.com^
||gold-line.click^
||gold2762.com^
||golden-gateway.com^
||goldensmith.top^
||goldfishsewbruise.com^
||goldforeyesh.org^
||goldm9.com^
||goldtroopsdetached.com^
||golfchapah.space^
||golfmidwife.top^
||golochmenacer.com^
||goloshyacal.space^
||golpnkgkndw.com^
||gomain.pro^
||gomain2.pro^
||gomastabrat.com^
||gombointill.com^
||gomnlt.com^
||gondwrists.life^
||goneryacked.top^
||gonews2.com^
||gonzalodaemon.top^
||gooblesdd.com^
||goodadvert.ru^
||goodappforyou.com^
||goodbusinesspark.com^
||goodgamesmanship.com^
||goodnesshumiliationtransform.com^
||goodnesslocusemphasize.com^
||goodnightrunaway.com^
||goods2you.net^
||goodsscoop.com^
||goodstriangle.com^
||goodweet.xyz^
||goodyhitherto.com^
||googleapi.club^
||googleseo.life^
||googletagservices.com^
||goohimom.net^
||goolaptaugab.com^
||goomaphy.com^
||gooods4you.com^
||goosebomb.com^
||goosetension.com^
||goosimes.com^
||goostist.com^
||goourl.me^
||goozabooz.com^
||gophykopta.com^
||goplayhere.com^
||gopushka1.com^
||gopushmajor1.com^
||goraccodisobey.com^
||goralogplumach.com^
||goraps.com^
||gordiustouse.website^
||goredi.com^
||gorgeousremoveplead.com^
||gorgestartermembership.com^
||gorgetmobiles.com^
||gorgetooth.com^
||gorillasneer.com^
||gorillatraffic.xyz^
||gorillatrk.com^
||gorillatrking.com^
||gorkt.com^
||gorskprof2it8og09.com^
||goseyfpmyfhmhdd.com^
||goshbiopsy.com^
||gositego.live^
||gosoftwarenow.com^
||gospelsaneared.top^
||gossipcase.com^
||gossipfinestanalogy.com^
||gossipprotectioncredentials.com^
||gossipsize.com^
||gossipylard.com^
||gostoamt.com^
||got-to-be.com^
||gotchaih.com^
||goteat.xyz^
||gotherresethat.com^
||gotibetho.pro^
||gotjobbs.com^
||gotohouse1.club^
||gotrackier.com^
||goucejugra.com^
||goudgctjcgan.com^
||goufldsbktds.com^
||gougersorrier.top^
||gouheethsurvey.space^
||goulbap287evenost.com^
||gouloupt.com^
||goundouskirty.com^
||gourdeunquote.website^
||gourgoldpieceso.com^
||gousauhu.xyz^
||gousouse.com^
||goutee.top^
||goutylumpier.top^
||gouzaich.com^
||govbusi.info^
||governessmagnituderecoil.com^
||governessstrengthen.com^
||governorpicklestraight.com^
||governorretired.com^
||goverua.com^
||govyygegtgofm.xyz^
||gowgycwrfbukst.com^
||gownletcarny.top^
||gownletinfamy.com^
||gowpengagster.com^
||gowspow.com^
||gpcrn.com^
||gpfaquowxnaum.xyz^
||gpiyzwt.com^
||gplgqqg.com^
||gporkecpyttu.com^
||gppsusbb.com^
||gpsecureads.com^
||gpwpaqnxpwhqufz.sbs^
||gpylmwtjiy.com^
||gpynepb.com^
||gqaecrxbj.com^
||gqcmqihonrx.com^
||gqdvbkmnkox.com^
||gqhrflhprg.com^
||gqilaywrqy.com^
||gqmidnsolcc.com^
||gqtnjdflx.com^
||gqubkbuinx.com^
||gqusbheifyoqubu.com^
||gr8y7z1xaq30.com^
||grabhastened.com^
||graboverhead.com^
||gracedschelly.com^
||gracefulbayonetlukewarm.com^
||gracelessaffected.com^
||graceofnoon.com^
||gracesmallerland.com^
||grackoceesto.com^
||gradecastlecanadian.com^
||gradecomposuresanctify.com^
||graduallyassist.com^
||graduatedgroan.com^
||graduatedspaghettiauthorize.com^
||graduatewonderentreaty.com^
||grafzen.com^
||gragaiwhebo.com^
||gragleek.com^
||grahamsbandbox.com^
||graibsah.xyz^
||grailtie.xyz^
||grainlyricalamend.com^
||grainsprogenymonarchy.com^
||grainsslaughter.com^
||grairgos.net^
||grairsoa.com^
||grairtoorgey.com^
||graithos.net^
||graivaik.com^
||graizoah.com^
||graizout.net^
||grajag.com^
||grajoazy.com^
||grakroup.com^
||graksaid.net^
||gralliczenana.top^
||gramasheludes.com^
||grammarselfish.com^
||gramotherwise.com^
||granatelocknut.top^
||granct.com^
||grandclemencydirt.com^
||granddadfindsponderous.com^
||granddaughterrepresentationintroduce.com^
||grandeursway.com^
||grandfathercancelling.com^
||grandmotherfoetussadly.com^
||grandnerve.pro^
||grandocasino.com^
||grandpagrandmotherhumility.com^
||grandsupple.com^
||grangilo.net^
||grannyaudiblypriceless.com^
||grannyblowdos.com^
||grannysteer.com^
||grannytelevision.com^
||grantatomic.com^
||grantedpigsunborn.com^
||grantinsanemerriment.com^
||granular-picture.pro^
||grapefruitprecipitationfolded.com^
||graphicskiddingdesire.com^
||graphnitriot.com^
||grapiercaproyl.com^
||grappamacram.com^
||grapsaidsee.net^
||grapseex.com^
||grapselu.com^
||grartoag.xyz^
||graspfungoes.com^
||grasshopperprudencecondiment.com^
||grasutie.net^
||grataeraghu.digital^
||gratchit.com^
||graterpatent.com^
||gratertwentieth.com^
||gratificationdesperate.com^
||gratificationopenlyseeds.com^
||gratifiedmatrix.com^
||gratifiedsacrificetransformation.com^
||gratifiedshoot.com^
||gratitudeobservestayed.com^
||gratunsung.life^
||graucoay.net^
||grauglak.com^
||grauhoat.xyz^
||graukaigh.com^
||graungig.xyz^
||grauroocm.com^
||grauwaiw.com^
||grauxouzair.com^
||grave-orange.pro^
||graveshakyscoot.com^
||graveuniversalapologies.com^
||gravicmessiah.space^
||gravityharryexperienced.com^
||grawhoonrdr.com^
||grayishkabard.uno^
||greaserenderelk.com^
||great-spring.pro^
||greatappland.com^
||greataseset.org^
||greatbonushere.top^
||greatcpm.com^
||greatdexchange.com^
||greatedo.com^
||greatlifebargains2024.com^
||greatlyclip.com^
||greatvpnoffers.com^
||grecemfouhjtxw.com^
||grecheer.com^
||grecmaru.com^
||gredraus.net^
||greebomtie.com^
||greececountryfurious.com^
||greeckoangux.com^
||greedevolution.com^
||greedrum.net^
||greeftougivy.com^
||greekbelievablesplit.com^
||greekomythpo.com^
||greekroo.xyz^
||greemeek.net^
||green-red.com^
||green-resultsbid.com^
||green-search-engine.com^
||green4762.com^
||greenabysselaborate.com^
||greenads.org^
||greenfox.ink^
||greenlinknow.com^
||greenpaperlist.com^
||greenplasticdua.com^
||greensfallingperceive.com^
||greeter.me^
||greetpanda.org^
||greewaih.xyz^
||greewepi.net^
||greezoob.net^
||grefutiwhe.com^
||gregariousflower.pro^
||gregauunaided.com^
||grehtrsan.com^
||greithlinener.space^
||grelrairg.com^
||greltoat.xyz^
||gremsaup.net^
||grenkolgav.com^
||grepeiros.com^
||greptump.com^
||grerdoop.net^
||greroaso.com^
||grersomp.xyz^
||greshipsah.com^
||gretaith.com^
||gretnsassn.com^
||greworganizer.com^
||grewquartersupporting.com^
||greyersuppl.guru^
||greystripe.com^
||gribsastiw.com^
||griddedwarling.top^
||grievedclaimed.com^
||grievethereafter.com^
||griffintardant.guru^
||grifictuberal.site^
||grigrees.xyz^
||grigsreshown.top^
||griksoud.net^
||grillcheekunfinished.com^
||grilledcolmars.top^
||grimacecalumny.com^
||grimdeplorable.com^
||grimsecretary.com^
||grimytax.pro^
||grincircus.com^
||grinnymohels.com^
||griotsspeos.com^
||gripehealth.com^
||grippertureen.space^
||gripping-bread.com^
||grirault.net^
||gristleupanaya.com^
||gritaware.com^
||grivupie.net^
||grixaghe.xyz^
||grizzled-cover.com^
||grkuikqvpmqnla.com^
||grmtas.com^
||groabopith.xyz^
||groacmaz.com^
||groacoaz.com^
||groagnoaque.com^
||groameeb.com^
||groansnoosed.space^
||grobido.info^
||grocerysurveyingentrails.com^
||grocmaish.com^
||groglezapto.pro^
||groguzoo.net^
||groininsightclaimed.com^
||gronsoad.com^
||grooksom.com^
||groomoub.com^
||groomtoo.com^
||groorsoa.net^
||grooseem.net^
||groosoum.xyz^
||grootcho.com^
||grooveoperate.com^
||grooverend.com^
||grooveworship.space^
||gropecemetery.com^
||gropefore.com^
||grortalt.xyz^
||grossedoicks.com^
||groudrup.xyz^
||grouisamrehr.com^
||groumaux.net^
||groumtie.com^
||groumtou.net^
||groundlesscrown.com^
||groundlesstightsitself.com^
||grounolrou.com^
||groupcohabitphoto.com^
||groupian.io^
||groupsrider.com^
||grourded.net^
||groutf.com^
||groutsfaham.top^
||grova.buzz^
||grova.xyz^
||growebads.com^
||growledavenuejill.com^
||growlingopportunity.com^
||grown-inpp-code.com^
||grownbake.pro^
||growngame.life^
||growthbuddy.app^
||grqjpukbyvypq.xyz^
||grrngjxqno.com^
||grsm.io^
||grt02.com^
||grtaanmdu.com^
||grtexch.com^
||grtyj.com^
||grubhenriettaannihilation.com^
||grubpremonitionultimately.com^
||grubrebukevenus.com^
||grubsnuchale.com^
||grudgewallet.com^
||grudreeb.com^
||gruesome-comfortable.pro^
||gruffermail.com^
||grumbletonight.com^
||grumpybreakingsalad.com^
||grumrionzgu.com^
||grunoaph.net^
||grupkxfhi.com^
||gruponn.com^
||grurawho.com^
||grussreenter.com^
||gruvirxita.com^
||gruwalom.xyz^
||grwp3.com^
||grxiqsqota.xyz^
||grygrothapi.pro^
||gsclvurjec.xyz^
||gscontxt.net^
||gsecumwgxthon.com^
||gseyldgnl.com^
||gsfoipmh.xyz^
||gsjln04hd.com^
||gsrfkrnkeaanc.xyz^
||gssicidctdklvs.com^
||gsurihy.com^
||gswinnodf.com^
||gsybhchttmopb.com^
||gsziafjjgeq.com^
||gtbdhr.com^
||gtcpsvyirosieug.com^
||gtgkbkbwpqyhvq.com^
||gtiqmsbpor.com^
||gtitcah.com^
||gtkimwuyvqfb.com^
||gtoonfd.com^
||gtosmdjgn.xyz^
||gtrmshgbw.com^
||gtsads.com^
||gtudkfe.com^
||gtwimkngw.com^
||gtxlouky.xyz^
||gtxyaiihuwkdbk.com^
||guadam.com^
||guanaoutfawn.life^
||guanscleeks.com^
||guanylcaused.website^
||guaranteefume.com^
||guardeddummysoothing.com^
||guardedrook.cc^
||guardeebepaste.top^
||guardiandigitalcomparison.co.uk^
||guardianinvadecrept.com^
||guardsslate.com^
||guasarestant.com^
||guchihyfa.pro^
||guddledarride.com^
||gudouzov.com^
||guemalgist.com^
||guerrilla-links.com^
||guessstartlethrive.com^
||guesswhatnews.com^
||guestblackmail.com^
||guesteaten.com^
||guestsfingertipchristian.com^
||guestssum.com^
||guftaujug.com^
||guidonsfeeing.com^
||guigebichir.website^
||guiletoad.com^
||guiltjadechances.com^
||guilty-bear.com^
||guinsters286nedril.com^
||guitarfelicityraw.com^
||gujakqludcuk.com^
||gujojbavdoh.com^
||gulfimply.com^
||gullible-hope.com^
||gullible-lawyer.pro^
||gullibleanimated.com^
||gulperstaunted.website^
||gulsachpyrexia.uno^
||gulsyangtao.guru^
||gumbolersgthb.com^
||gumcongest.com^
||gumlahdeprint.com^
||gummageshrieks.top^
||gummierhedera.life^
||gungpurre.com^
||gunksjalapic.com^
||gunnersriser.guru^
||gunreset.com^
||gunsaidi.xyz^
||gunwaleneedsly.com^
||gunzblazingpromo.com^
||gurgledgymnure.space^
||gurimix.com^
||gurjaraganger.com^
||guro2.com^
||gurumoppet.digital^
||gurynyce.com^
||gushfaculty.com^
||gushswarthy.com^
||gussame.com^
||gussbkpr.website^
||gussimsosurvey.space^
||gustdertrum.com^
||gustilyoblate.uno^
||gutchauzaugh.com^
||gutobtdagruw.com^
||gutrnesak.com^
||gutsnights.com^
||gutterscaldlandslide.com^
||gutteryrhachi.com^
||guttiequashey.digital^
||gutwn.info^
||guuewhkwtrvab.com^
||guvnsusr.com^
||guvsxiex.xyz^
||guwait.com^
||guxdjfuuhey.xyz^
||guxedsuba.com^
||guyabe.xyz^
||guybaafvpv.com^
||guywireincorp.com^
||gvdetxlwcm.com^
||gvfkzyq.com^
||gvhderjd.com^
||gvkmifcvr.com^
||gvkqpogjqvni.com^
||gvkzvgm.com^
||gvmojhugkiud.com^
||gvpged.com^
||gvt2.com^
||gvyyhjyyfdgxij.xyz^
||gvzsrqp.com^
||gwallet.com^
||gwbgqrxlelrjsi.com^
||gwcpdvojom.com^
||gweducelne.com^
||gwemwyqugg.com^
||gwfcpecnwwtgn.xyz^
||gwhllcipky.com^
||gwjdaazribz.com^
||gwjfwrzoevwt.com^
||gwogbic.com^
||gwpcomqsyflewv.com^
||gwrgoaunieybo.com^
||gwtylvvexe.xyz^
||gwurinylw.com^
||gwvjcrtucd.com^
||gwvuasdnddxlsp.com^
||gx101.com^
||gxcvxdeda.com^
||gxeireojvtfoq.com^
||gxgrrrovnlgjcv.xyz^
||gxgu9gktreso.com^
||gxhbsapkkdni.xyz^
||gxikmksjuz.com^
||gxmlkgraj.com^
||gxnedqaxm.com^
||gxordgtvjr.com^
||gxoymwfwex.com^
||gxpiypxnjwtclv.com^
||gxpvnveyqowm.com^
||gxqjvuhsk.com^
||gxuhoeynwghjd.com^
||gxvaunase.com^
||gxvpfppyktgaeo.com^
||gxymlqcnu.com^
||gxzabkagrlb.com^
||gyenhpl.com^
||gyfumobo.com^
||gygibjzjtq.com^
||gyhfmvfhfgqg.com^
||gyjwkknwanbug.xyz^
||gymdeserves.com^
||gymellionize.com^
||gymsgranth.com^
||gynicsperdy.top^
||gynnjgjljbqix.xyz^
||gypsiedjilt.com^
||gypufahuyhov.xyz^
||gyratesequal.website^
||gyudlffoisng.com^
||gzcxtuxgqjrhz.com^
||gzifhovadhf.com^
||gzigudxidz.com^
||gzkkbuvz.com^
||gzpphnbvqj.com^
||gzqsxbgnggnho.com^
||h0w-t0-watch.net^
||h12-media.com^
||h15maincat.com^
||h2aek6rv0ard.com^
||h45oldforgames.com^
||h52ek3i.de^
||h5r2dzdwqk.com^
||h74v6kerf.com^
||h8brccv4zf5h.com^
||h98s.com^
||habdjbbkq.com^
||habeglee.net^
||habhudvimli.com^
||habitualivoryashes.com^
||habitueflasque.com^
||hablvsmnr.com^
||habovethecity.info^
||habovethecityon.info^
||habusima.uno^
||hadabqhbewcrt.com^
||hadajvqpha.com^
||hadesleta.com^
||hadeti.xyz^
||hadfrizzprofitable.com^
||hadmvmqe.com^
||hadsans.com^
||hadsanz.com^
||hadseaside.com^
||hadsecz.com^
||hadsimz.com^
||hadskiz.com^
||hadsokz.com^
||haffnetworkmm.com^
||hafisfunnier.guru^
||haflinforms.top^
||haftathoa.com^
||hagboatdismast.com^
||hagdispleased.com^
||haggeisgael.com^
||haghalra.com^
||haglance.com^
||hagnaudsate.com^
||hagridestupose.space^
||hagweedtoytown.com^
||hahscalusar.guru^
||haihaime.net^
||haikcarlage.com^
||haiksbogier.top^
||hailstonenerve.com^
||hailstoneprodigious.com^
||hailtighterwonderfully.com^
||haimagla.com^
||haimimie.xyz^
||hainoruz.com^
||haircutmercifulbamboo.com^
||hairdresserbayonet.com^
||hairoak.com^
||hairpintacticalartsy.com^
||hairy-level.pro^
||hairyapplication.com^
||haithoaz.net^
||haitingshospi.info^
||haiwoubo.com^
||hajoopteg.com^
||haksaigho.com^
||halachadivvers.com^
||halerugeogeny.com^
||halfhaled.com^
||halflyfiscal.com^
||halfpriceozarks.com^
||halftimestarring.com^
||halfwayoverreact.com^
||halfwayscratchcoupon.com^
||halibiuslicing.com^
||halileo.com^
||halleyperson.pro^
||hallothoulap.top^
||hallucinatebotany.com^
||hallucinatecompute.com^
||hallucinatediploma.com^
||hallucinatepromise.com^
||halogennetwork.com^
||halteddropped.com^
||halthomosexual.com^
||haltough.net^
||halveimpendinggig.com^
||hambul.com^
||hamestoyman.website^
||hamfatbuxeous.guru^
||haminu.space^
||hamletuponcontribute.com^
||hammaidentomb.guru^
||hammalorphans.com^
||hammamfehmic.com^
||hammerhewer.top^
||hammockpublisherillumination.com^
||hamoumpa.xyz^
||hampersolarwings.com^
||hamperstirringoats.com^
||hamsterginger.com^
||handbagadequate.com^
||handbaggather.com^
||handfuljoggingpatent.com^
||handfulnobodytextbook.com^
||handfulsobcollections.com^
||handgripvegetationhols.com^
||handkerchiefpeeks.com^
||handkerchiefpersonnel.com^
||handkerchiefstapleconsole.com^
||handlegoatsperiod.com^
||handlesgrugrus.top^
||handlingattic.com^
||handlingblare.com^
||handsenvious.com^
||handshakesexyconquer.com^
||handsomepinchingconsultation.com^
||handtub.com^
||handwritingdigestion.com^
||handwritingdoorbellglum.com^
||handwritingnomad.com^
||handy-tab.com^
||handymanprivately.com^
||handymansurrender.com^
||hangdogferfel.com^
||hangfly.net^
||hangiesues.top^
||hangnailamplify.com^
||hangoveratomeventually.com^
||hangtagcomonte.com^
||hankrivuletperjury.com^
||hanqpwl.com^
||hansetwangy.com^
||hantlesberith.com^
||hapbtualkfi.com^
||hapdkvyhchw.com^
||haphazardbleeding.com^
||haplic.com^
||happeningdeliverancenorth.com^
||happeningurinepomposity.com^
||happy-davinci-53144f.netlify.com^
||happymuttere.org^
||happypasteheat.com^
||happypavilion.com^
||haprjb.com^
||haptenspopean.com^
||hapticswasher.com^
||harassinganticipation.com^
||harayun.com^
||hardabbuy.live^
||hardaque.xyz^
||hardboileddearlyaccomplish.com^
||hardboiledraspexisting.com^
||harderdaubpetty.com^
||hardilyshook.com^
||hardwaretakeoutintimidate.com^
||hardynarrow.com^
||hardynylon.com^
||hareeditoriallinked.com^
||harelipwelshes.digital^
||haresmodus.com^
||harhtwb.com^
||haribdathesea.com^
||hariblockairline.com^
||hariheadacheasperity.com^
||harkingskulp.digital^
||harlequinsleepyfrog.xyz^
||harmalpilotry.com^
||harmfulresolution.com^
||harmless-sample.pro^
||harmlessepic.com^
||harmlesstacticalhonorable.com^
||harmoniousfamiliar.pro^
||harmonypix.com^
||harmvaluesrestriction.com^
||harnessabreastpilotage.com^
||haronfitanheck.com^
||harpinhaster.top^
||harrenmedianetwork.com^
||harretrips.digital^
||harrymercurydynasty.com^
||harsh-hello.pro^
||harshlygiraffediscover.com^
||harshplant.com^
||harshtoreexpression.com^
||hartattenuate.com^
||hartbasketenviable.com^
||hartlyengland.com^
||harvardunions.com^
||harvesttheory.com^
||harzpzbsr.com^
||hasdrs.com^
||hash-hash-tag.com^
||hashbitewarfare.com^
||hashpreside.com^
||hasricewaterh.info^
||hasteshearses.com^
||hastifuhllo.top^
||hastyarmistice.com^
||hatagashira.com^
||hatapybbwxkbs.com^
||hatbenchmajestic.com^
||hatchetrenaissance.com^
||hatchetsummit.com^
||hatchord.com^
||hatedgeographical.com^
||hatedhazeflutter.com^
||hatefulgirlfriend.com^
||hatredsmell.uno^
||hats-47b.com^
||hatsamevill.org^
||hatwasallo.com^
||hatwasallokmv.info^
||hatzhq.net^
||hauboisphenols.com^
||hauchiwu.com^
||hauganes.net^
||haughtysafety.com^
||haukrgukep.org^
||haulme.info^
||haulmserinys.com^
||haulmyiodins.top^
||haulstugging.com^
||haunchbelongings.com^
||haunigre.net^
||haunowho.net^
||haunteddishwatermortal.com^
||hauphoak.xyz^
||hauphuchaum.com^
||haupsoag.xyz^
||hausoumu.net^
||haustoam.com^
||hauthoun.xyz^
||hautoust.com^
||hauufhgezl.com^
||havagedhyana.com^
||havamedia.net^
||havanese.top^
||havegrosho.com^
||havenadverb.com^
||havenalcoholantiquity.com^
||havenwrite.com^
||haveproceeding.com^
||haveralupbeat.website^
||haveredsiren.space^
||havils.com^
||havingsreward.com^
||haviorshydnoid.com^
||haviouseulom.club^
||havoccasualtypersistent.com^
||havocsbilaan.com^
||hawhuxee.com^
||hawkyeye5ssnd.com^
||hawsquallgenerate.com^
||hawsuffer.com^
||haxbyq.com^
||hayfatduh.com^
||hayjvhirir.com^
||haymishlytta.com^
||haywarn.com^
||hayyad.com^
||hazairgo.net^
||hazansent.com^
||hazelbeseech.com^
||hazelhannahfruit.com^
||hazelhideous.com^
||hazelmutenessorchard.com^
||hazelnutshighs.com^
||hazelocomotive.com^
||hazicu.hothomefuck.com^
||hazoopso.net^
||hazymarvellous.com^
||hb-247.com^
||hb94dnbe.de^
||hbbvykwoiqhjpah.xyz^
||hbcrnvtpyfegpws.com^
||hbeipcdntijpb.com^
||hbfqcy.com^
||hbhood.com^
||hbkpcwdxite.com^
||hbloveinfo.com^
||hbmode.com^
||hbozuumx.com^
||hbpcjmegtll.com^
||hbrphusgbhpjpi.com^
||hbxbiwgdjervee.com^
||hbzikbe.com^
||hcdmhyq.com^
||hcitgdljlrfw.com^
||hcndrrodt.com^
||hcnxeqjc.com^
||hcrwvno.com^
||hcsiquau.com^
||hctiqywqshbpjcc.com^
||hcuukwgpjiykapf.xyz^
||hcwmnryoyf.com^
||hcxbokndbhw.com^
||hczkldokoiycq.com^
||hd100546c.com^
||hdacode.com^
||hdapdyme.xyz^
||hdat.xyz^
||hdbcdn.com^
||hdbcoat.com^
||hdbcode.com^
||hdbcome.com^
||hdbkell.com^
||hdbkome.com^
||hdbtop.com^
||hddworqbkmsavvh.com^
||hdexvocfvtox.com^
||hdfoweey.com^
||hdjfeed.top^
||hdpreview.com^
||hdshapvscudndgy.xyz^
||hdsqvypdt.com^
||hdtqyckdijxmtuc.com^
||hdvcode.com^
||hdwibtrw.com^
||hdwvhgnisi.com^
||he3mero6calli4s.com^
||he7ll.com^
||headclutterdialogue.com^
||headerdisorientedcub.com^
||headlightgranulatedflee.com^
||headlightinfinitelyhusband.com^
||headphonedecomposeexcess.com^
||headquarterinsufficientmaniac.com^
||headquarterscrackle.com^
||headquartersexually.com^
||headsroutestocking.com^
||headstonerinse.com^
||headup.com^
||headyblueberry.com^
||healthsmd.com^
||heapbonestee.com^
||heappyrinceas.info^
||heardsoppy.com^
||hearingdoughnut.com^
||heartacheeasellikeness.com^
||heartbrokenbarrellive.com^
||heartedshapelessforbes.com^
||hearthinfuriate.com^
||heartilyscales.com^
||heartlessrigid.com^
||heartperopus.top^
||heartsawpeat.com^
||heartynail.pro^
||heartyten.com^
||heaterpealarouse.com^
||heaterrobotscompute.com^
||heatertried.com^
||heathertravelledpast.com^
||heatpracticallyease.com^
||heatprecipitation.com^
||heavenexceed.com^
||heavenfull.com^
||heavengenerate.com^
||heavenly-landscape.com^
||heavenproxy.com^
||heavespectaclescoefficient.com^
||heavinessnudgemystical.com^
||heavycomposedkerb.com^
||heavyconsciousnesspanties.com^
||heavyrnews.name^
||heavyuniversecandy.com^
||hebenefitssheasht.info^
||hebiichigo.com^
||hebraicwain.website^
||hectorfeminine.com^
||hecxtunmw.com^
||hedgebedengue.website^
||hedgehoghugsyou.com^
||hedmisreputys.info^
||heebauch.com^
||heedlessplanallusion.com^
||heedsbedeaf.guru^
||heerosha.com^
||heeteefu.com^
||heethout.xyz^
||heezylaura.com^
||heftedbeatify.cfd^
||heftygift.pro^
||heftymynah.com^
||hegazedatthe.info^
||hegazedatthewo.com^
||hegumensemite.com^
||hehighursoo.com^
||heiressplane.com^
||heiresstolerance.com^
||heirforslow.com^
||heirloomreasoning.com^
||heixidor.com^
||hejrspjwu.com^
||hekowutus.com^
||helaid.com^
||heldciviliandeface.com^
||heleric.com^
||helesandoral.com^
||helic3oniusrcharithonia.com^
||helign.com^
||heliumwinebluff.com^
||hellmade.top^
||hellnebsh.live^
||helltraffic.com^
||helmethopeinscription.com^
||helmetregent.com^
||helmfireworkssauce.com^
||helmregardiso.com^
||helpedhandwritingintestine.com^
||helperinadmissible.com^
||helphauntboxer.com^
||helpingnauseous.com^
||helplessdanpavilion.com^
||hemaglnkrvdcgxe.com^
||hembrandsteppe.com^
||hemhiveoccasion.com^
||hemineedunks.com^
||hemisphereilliterate.com^
||hemtatch.net^
||hemworm.com^
||hencefusionbuiltin.com^
||hencemakesheavy.com^
||hencoopfiestas.life^
||henfskbbk.xyz^
||hengepessary.com^
||heniypgtlw.com^
||henoticpipi.com^
||henriettaproducesdecide.com^
||hentaibiz.com^
||hentaigold.net^
||hentaionline.net^
||henwilethysen.com^
||hepani.com^
||hepare.com^
||heparlorne.org^
||hepekdxt.xyz^
||hepsaign.com^
||heptix.net^
||herac-stm.com^
||heraldet.com^
||heratheacle.com^
||herbalbreedphase.com^
||herbamplesolve.com^
||herbiernohow.top^
||herbwheelsobscure.com^
||herdintwillelitt.com^
||herdmenrations.com^
||herdruler.com^
||hereaftercostphilip.com^
||herebybrotherinlawlibrarian.com^
||hereditaryplead.com^
||hereincigarettesdean.com^
||heremployeesihi.info^
||heresanothernicemess.com^
||heresjokey.com^
||herew-lmq.com^
||herhomeou.xyz^
||heritorclysmic.com^
||herlittleboywhow.info^
||hermichermicbroadcastinglifting.com^
||hermichermicfurnished.com^
||hernialbriefer.com^
||heroadmissionfinalize.com^
||heroblastgeoff.com^
||herodiessujed.org^
||herofherlittleboyw.info^
||heroiddepress.com^
||herolaumbrous.website^
||heronspire.com^
||herringlife.com^
||herslenderw.info^
||herynore.com^
||hesatinaco.com^
||hesatinacorne.org^
||hesoorda.com^
||hespe-bmq.com^
||hestatueoftheap.com^
||hesterinoc.info^
||hestutche.com^
||hetadinh.com^
||hetaer.xyz^
||hetahien.com^
||hetaint.com^
||hetapugs.com^
||hetapus.com^
||hetartwg.com^
||hetaruvg.com^
||hetaruwg.com^
||hethis.com^
||hetsclaxqke.com^
||heucoucjrwno.com^
||heukwasanasosett.info^
||heusysianedu.com^
||hevc.site^
||hevinauw.net^
||hewalleges.guru^
||hewawkward.com^
||hewdisobedienceliveliness.com^
||hewhimaulols.com^
||hewiseryoun.com^
||hewmjifrn4gway.com^
||hewokhn.com^
||hexerpabalum.com^
||hexovythi.pro^
||heycompassion.com^
||heycrktc.xyz^
||hf5rbejvpwds.com^
||hfeoveukrn.info^
||hffxc.com^
||hfggttxptxwdmb.com^
||hfib5s-sdds-248d.xyz^
||hfjoksuriyy.com^
||hfjvuxuwasf.com^
||hfk128dfs-dsfbheuoys.xyz^
||hfnrvmkqtqyudxt.com^
||hfnzhczqgdp.com^
||hfqjfnswctf.xyz^
||hfufkifmeni.com^
||hfugukhcea.com^
||hfvqqbwverxy.xyz^
||hfxgxzmik.com^
||hg-bn.com^
||hgbn.rocks^
||hgcbvpjswabie.xyz^
||hgcmnews.pro^
||hgdpllko.com^
||hgearlpfbm.top^
||hghit.com^
||hghm4u7b61.com^
||hgijycxp.com^
||hgirsxsgetv.com^
||hgjxjis.com^
||hgpmbfkxmrw.xyz^
||hgqpbscai.com^
||hgsosrgldtgmyb.xyz^
||hgub2polye.com^
||hgubxzfpolbf.com^
||hgx1.online^
||hgx1.site^
||hgx1.space^
||hgzxmxwzgdbud.com^
||hhbypdoecp.com^
||hhcktiucw.xyz^
||hhhcsywtuiif.com^
||hhiswingsandm.info^
||hhit.xyz^
||hhjow.com^
||hhklc.com^
||hhkld.com^
||hhoxwxfxgb.com^
||hhrsecure.com^
||hhtxjoa.com^
||hhvbdeewfgpnb.xyz^
||hhvivsbiip.com^
||hhyajwolmq.com^
||hiadone.com^
||hialstrfkctx.com^
||hiasor.com^
||hiatecudgel.website^
||hibezu.xyz^
||hibids10.com^
||hibitomonach.com^
||hibssqnitlsgcm.com^
||hiccupcotman.com^
||hickclamour.com^
||hickunwilling.com^
||hickytarp.space^
||hicovjpufo.com^
||hicpm10.com^
||hiddenbucks.com^
||hiddenseet.com^
||hidemembershipprofane.com^
||hideousactivelyparked.com^
||hidist.com^
||hiedflashed.com^
||hiemsunsweat.com^
||hieramuriel.com^
||hierarchymicrophonerandom.com^
||hierarchytotal.com^
||hievel.com^
||hifakritsimt.com^
||higgiens23c5l8asfrk.com^
||highconvertingformats.com^
||highcpmcreativeformat.com^
||highcpmrevenuegate.com^
||highcpmrevenuenetwork.com^
||highdirtysubsided.com^
||highercldfrev.com^
||highercldfrevb.com^
||higherlargerdate.com^
||highestfollowing.com^
||highestgaugers.com^
||higheurest.com^
||highjackclients.com^
||highjournalistbargain.com^
||highlypersevereenrapture.com^
||highlyrecomemu.info^
||highmaidfhr.com^
||highnets.com^
||highperformancecpm.com^
||highperformancecpmgate.com^
||highperformancecpmnetwork.com^
||highperformancedformats.com^
||highperformancedisplaycontent.com^
||highperformancedisplayformat.com^
||highperformancegate.com^
||highprofitnetwork.com^
||highrevenuecpm.com^
||highrevenuecpmnetrok.com^
||highrevenuecpmnetwork.com^
||highrevenuegate.com^
||hightech24h.com^
||hightles.com^
||hightopnews.com^
||hightopnewstoday.com^
||highwaycpmrevenue.com^
||highwaydizzy.com^
||higylflsnlmfk.com^
||hijpdcvwb.com^
||hikestale.com^
||hikrfneh.xyz^
||hikvar.ru^
||hilariouscongestionpackage.com^
||hilarlymcken.info^
||hilaroryssus.guru^
||hilded.com^
||hildly.com^
||hildrenasth.info^
||hildrenastheyc.info^
||hilerant.site^
||hillbackserve.com^
||hillhousehomes.co^
||hillsarab.com^
||hillsidejustificationstitch.com^
||hilltopads.com^
||hilltopads.net^
||hilltopgo.com^
||hillyhaeres.website^
||hiloss.com^
||hilove.life^
||hiltingcid.com^
||himediads.com^
||himediadx.com^
||himekingrow.com^
||himhedrankslo.xyz^
||himpumbilic.cfd^
||himrebelliontemperature.com^
||himselfthoughtless.com^
||himselves.com^
||himselvesobr.club^
||hinaprecent.info^
||hinavvogha.com^
||hindsightchampagne.com^
||hingamgladt.org^
||hingamgladther.com^
||hingfruitiesma.info^
||hinkhimunpra.info^
||hinkhimunpractical.com^
||hinoglauk.com^
||hinoidczarist.com^
||hinowlfuhrz.com^
||hip-97166b.com^
||hipals.com^
||hipersushiads.com^
||hipintimacy.com^
||hippusanglist.com^
||hiprofitnetworks.com^
||hipstertinta.space^
||hipunaux.com^
||hipvaeciaqqtrhy.xyz^
||hircinnative.guru^
||hiringairport.com^
||hirted.com^
||hirurdou.net^
||hisismoyche.com^
||hissedapostle.com^
||hissedassessmentmistake.com^
||hissoverout.com^
||hissshortsadvisedly.com^
||hisstrappedperpetual.com^
||histhkwcyzxzu.com^
||histi.co^
||historicalcarawayammonia.com^
||historicalcargo.com^
||historicalcompetentconquered.com^
||historicalsenseasterisk.com^
||historicgraduallyrow.com^
||hisurnhuh.com^
||hitbip.com^
||hitchbuildingeccentric.com^
||hitchrational.com^
||hitcpm.com^
||hitlnk.com^
||hiug862dj0.com^
||hixapalg.com^
||hiyaxgkemtiad.com^
||hizanpwhexw.com^
||hizlireklam.com^
||hjalma.com^
||hjfonyiuo.com^
||hjhwjphsryi.com^
||hjiwoazeigefn.com^
||hjklq.com^
||hjmjmywncskyt.com^
||hjprhubzqgw.com^
||hjqdwmekhur.com^
||hjrvsw.info^
||hjrwwwlqcovom.com^
||hjxajf.com^
||hjyovlwtevwdjy.com^
||hkeibmpspxn.com^
||hkfgsxpnaga.xyz^
||hkgcthphxttqkqf.com^
||hkifcxblsu.com^
||hkilops.com^
||hkilyflawp.com^
||hkiztcykfb.com^
||hkjjfpkghxec.xyz^
||hkjmjxttwaxmui.com^
||hkkpfcnqoajtsu.com^
||hkmvirkwqnscx.xyz^
||hkngacxry.com^
||hkowhqtenjfud.com^
||hksmstpzsnlj.com^
||hkuuopuhl.xyz^
||hkuypnhpafbuyy.com^
||hlbelbblmc.com^
||hlcvjaqjckgrwb.com^
||hldxvloxsxqqg.com^
||hlerseomcb.com^
||hleuindnjcixxep.com^
||hlftbsgj.com^
||hligh.com^
||hljmdaz.com^
||hlmiq.com^
||hloxhxodk.xyz^
||hlprqavqtlkin.com^
||hlrvfycqtlfjd.com^
||hlserve.com^
||hlumjujtkmgzmf.com^
||hlunlean.com^
||hlusfkredm.com^
||hlyrecomemum.info^
||hmafhczsos.com^
||hmcjrijsmvk.com^
||hmerapfifpf.com^
||hmigeivcdojf.com^
||hmndkdan.com^
||hmngpkkvri.com^
||hmrixaskoqtw.com^
||hmrxsxvl.com^
||hmsykhbqvesopt.xyz^
||hmutggsidcnhj.com^
||hmxogeovdbotm.com^
||hmyuokltxplqwfa.com^
||hn1l.online^
||hn1l.site^
||hnjkcnntdg.com^
||hnkyxyknp.com^
||hnrgmc.com^
||hntkeiupbnoaeha.xyz^
||hnudnorbpdcd.com^
||hnxhksg.com^
||hnyswepsc.com^
||hoa44trk.com^
||hoabinoo.net^
||hoacauch.net^
||hoagiesmowed.com^
||hoakz.xyz^
||hoanaijo.com^
||hoanoola.net^
||hoardglitterjeanne.com^
||hoareddepulse.com^
||hoaredsavates.com^
||hoatebilaterdea.info^
||hoaxcookingdemocratic.com^
||hoaxedpassay.space^
||hoaxresearchingathletics.com^
||hoaxviableadherence.com^
||hobfadbig.com^
||hobftcfdrm.com^
||hoboka.com^
||hockeyhavoc.com^
||hockeysacredbond.com^
||hockicmaidso.com^
||hocoas.com^
||hoctor-pharity.xyz^
||hoddinsmused.uno^
||hoelikeotc.top^
||hoemasfat.site^
||hofxxlhfq.com^
||hoggeepilies.digital^
||hoggersundue.com^
||hoggetforfend.com^
||hoglinsu.com^
||hogmc.net^
||hognaivee.com^
||hogqmd.com^
||hohamsie.net^
||hohese.com^
||hoickedfoamer.top^
||hoickpinyons.com^
||hoiiodacdsmro.com^
||hoisquit.buzz^
||hojecynwe.com^
||hokarsoud.com^
||hokierloopy.digital^
||holdenthusiastichalt.com^
||holdingwager.com^
||holdsbracketsherry.com^
||holdsoutset.com^
||holduporatory.com^
||holemanwasco.com^
||holenhw.com^
||holict.com^
||holidaycoconutconsciousness.com^
||hollekeamboina.com^
||hollowcharacter.com^
||hollowgleamed.com^
||holmiumundried.com^
||holond.com^
||holptimawa.com^
||holspostcardhat.com^
||holyskier.com^
||homecomingrespectedpastime.com^
||homepig4.xyz^
||homesickheron.com^
||homespotaudience.com^
||homeycommemorate.com^
||homicidelumpforensic.com^
||homicidewoodenbladder.com^
||homierceston.top^
||hommmaq.com^
||homncjrgbref.com^
||hompouka.com^
||honestlyapparentlycoil.com^
||honestlydeploy.com^
||honestlyfosterchild.com^
||honestlygipsy.com^
||honestlystalk.com^
||honestlyvicinityscene.com^
||honestpeaceable.com^
||honeycombastrayabound.com^
||honeycombprefecture.com^
||honeycshfferufrew.com^
||honeymoonregular.com^
||honorablehalt.com^
||honorarybreakclank.com^
||honorbustlepersist.com^
||honourcunninglowest.com^
||honoursdashed.com^
||honoursimmoderate.com^
||hoo1luha.com^
||hoodentangle.com^
||hoodoesvector.top^
||hoodoosdonsky.com^
||hoodypledget.top^
||hoofexcessively.com^
||hoogajee.net^
||hooglidi.net^
||hoojique.xyz^
||hookawep.net^
||hookersecus.com^
||hookpurgery.top^
||hookupfowlspredestination.com^
||hooliganmedia.com^
||hoonaptecun.com^
||hoood.info^
||hoopbeingsmigraine.com^
||hoopersnonpoet.com^
||hoophaub.com^
||hoophejod.com^
||hooplejubus.uno^
||hooptaik.net^
||hoosgowhandbow.com^
||hootravinedeface.com^
||hoowooze.net^
||hoowuliz.com^
||hopbeduhzbm.com^
||hopdream.com^
||hopedpluckcuisine.com^
||hopedwishfulpercent.com^
||hopefullyactively.com^
||hopefullyapricot.com^
||hopesteapot.com^
||hopghpfa.com^
||hophcomeysw.com^
||hopilos.com^
||hopliteracy.com^
||hopperbanespirits.com^
||hopperimprobableclotted.com^
||hoppershortercultivate.com^
||hoppersill.com^
||hopsackmoth.com^
||hopsigna.com^
||hoptopboy.com^
||horaceprestige.com^
||horaebanca.life^
||hordeumtooken.com^
||horedi.com^
||horgoals.com^
||horizontallyclenchretro.com^
||horizontallycourtyard.com^
||hormosdebris.com^
||hornierxenium.com^
||hornspageantsincere.com^
||horny.su^
||horriblecatching.com^
||horribledecorated.com^
||horriblygeneratortwinkle.com^
||horriblysparkling.com^
||horridbinding.com^
||horrifieddespair.com^
||horrifyclausum.com^
||horse-bidforreal.org^
||horsebackbeatingangular.com^
||horsebackcastle.com^
||horsilyoxydase.com^
||hortestoz.com^
||hortitedigress.com^
||hoseitfromtheot.com^
||hosenewspapersdepths.com^
||hosentombe.top^
||hosieryplum.com^
||hosierypressed.com^
||hosity.com^
||hospitabletradition.pro^
||hospitalitydisorder.com^
||hospitalityjunctioninset.com^
||hostave.net^
||hostave4.net^
||hostingcloud.racing^
||hostlyacus.digital^
||hosupshunk.com^
||hot-clips.space^
||hot4k.org^
||hotclips.mom^
||hotclips.online^
||hotclips.space^
||hotelbowfeast.com^
||hotelintimacybananas.com^
||hotfootpriers.com^
||hotgvibe.com^
||hothkwrdnoevg.com^
||hothoodimur.xyz^
||hothta.com^
||hotiapjla.com^
||hotkabachok.com^
||hotlinemultiply.com^
||hotnews1.me^
||hotpics.mom^
||hotstretchdove.com^
||hottercensorbeaker.com^
||hotterenvisage.com^
||hotvids.online^
||hotvids.space^
||hotwildadult.com^
||hotwords.com^
||houdodoo.net^
||houfopsichoa.com^
||houlb.com^
||houndcost.com^
||hounddramatic.com^
||houndtriumphalsorry.com^
||houpeera.net^
||hourglasssealedstraightforward.com^
||housejomadkc.com^
||housekeepergamesmeeting.com^
||housemaiddevolution.com^
||housemalt.com^
||housewifecheeky.com^
||housewifehaunted.com^
||houthaub.xyz^
||houtouchekan.space^
||hoverr.co^
||hoverr.media^
||hovide.com^
||hovpxxqpyy.com^
||how-t0-wtch.com^
||howberthchirp.com^
||howboxmab.site^
||howdoyou.org^
||howeasteeler.website^
||howeverdipping.com^
||howfingbrakes.com^
||howledmintier.com^
||howlexhaust.com^
||howls.cloud^
||howoverlapsuspicious.com^
||howploymope.com^
||howtubray.com^
||hozoaxan.com^
||hpaakmsumarzy.com^
||hpbeenbmsspvh.com^
||hpbmyojwqpewaw.com^
||hpcfdhvwjwlt.com^
||hpepeepce.com^
||hpilhooxcjh.com^
||hpiuyyxdbmzykh.com^
||hpjnixtyjnl.com^
||hpk42r7a.de^
||hpkfcywyxbn.com^
||hpmarzhnny.com^
||hpmlrpbrwezloi.com^
||hpmstr.com^
||hpnbvfiixnen.com^
||hppvkbfcuq.com^
||hprmbmtegydcwc.com^
||hprmnfctkj.com^
||hpsvgbrlqa.com^
||hptcwtmzuj.com^
||hpuxrycfvo.com^
||hpychofen.com^
||hpyjmp.com^
||hpyrdr.com^
||hq3x.com^
||hqduejsycx.com^
||hqhwiwcahavywie.com^
||hqmwuvdf.xyz^
||hqpass.com^
||hqpgfxt.com^
||hqqqqwcdxvjbd.com^
||hqscene.com^
||hqsimfxiwyb.com^
||hqsrvwfk.xyz^
||hqtfjugceattb.com^
||hqtwyhampwu.xyz^
||hqwa.xyz^
||hqykvshuj.com^
||hraawjaaaluqboj.com^
||hrahdmon.com^
||hrczhdv.com^
||hrenbjkdas.com^
||hrfdulynyo.xyz^
||hrgpdiuf.com^
||hrhufhhay.com^
||hribmjvvmuk.com^
||hrkplkgjs.com^
||hrnhmral.com^
||hrnpiyimmgdfjn.xyz^
||hrogrpee.de^
||hrotonafk.xyz^
||hrrlyfdnxlzxe.com^
||hrscompetepickles.com^
||hrscouchoutbreak.com^
||hrsqttgdctyun.com^
||hrtennaarn.com^
||hrtvluy.com^
||hrtyc.com^
||hrtye.com^
||hrxjqyxvdqidpv.com^
||hsateamplayeranydw.info^
||hsdaknd.com^
||hskywgpickh.com^
||hsmrabnj.com^
||hsrvv.com^
||hsrvz.com^
||hssitplsoq.com^
||hstpnetwork.com^
||hsumeaevly.com^
||hsyaoyutmz.com^
||htalizer.com^
||htdvt.com^
||htevoo.xyz^
||htfgmojisulelt.com^
||hthinleavesofefi.info^
||htihvgpmna.xyz^
||htintpa.tech^
||htjuxdkjppm.com^
||htkcm.com^
||htl.bid^
||htlbid.com^
||htlcywxrft.com^
||htmass.com^
||htmonster.com^
||htoptracker11072023.com^
||htoycpsxljkqrp.com^
||htsysxlupdqe.com^
||httpsecurity.org^
||htufhvsglyoy.com^
||hturnshal.com^
||htwrildnk.xyz^
||htyrmacanbty.com^
||huafivdvnyycfxv.com^
||huanez.xyz^
||hubbabu2bb8anys09.com^
||hubbubtheol.com^
||hubbysyndoc.com^
||hubhubhub.name^
||hublosk.com^
||hubristambacs.com^
||hubturn.info^
||huckauhy.com^
||huddha.com^
||hudrftcspuf.com^
||hue2a.com^
||hueadsxml.com^
||huehinge.com^
||hugelyantony.com^
||hugelyimmovable.com^
||hugenicholas.com^
||hugfromoctopus.com^
||huggerrailly.top^
||hughester.com^
||hughjonah.com^
||hugoinexperiencedsat.com^
||hugregregy.pro^
||hugsgnome.com^
||hugysoral.digital^
||hulabipptemux.com^
||hulsairtid.com^
||humaffableconsulate.com^
||humandiminutionengaged.com^
||humanjeep.com^
||humblecooperate.com^
||humbledleelang.com^
||humifyporteno.digital^
||humiliatedvolumepore.com^
||humiliatemoot.com^
||humiliating-risk.pro^
||hummertulwar.guru^
||hummingexam.com^
||humoralpurline.com^
||humordecomposebreathtaking.com^
||humpdecompose.com^
||humpdubious.com^
||humplollipopsalts.com^
||humsoolt.net^
||humusesphren.com^
||hunbtupbbanyg.com^
||hunchmotherhooddefine.com^
||hundredpercentmargin.com^
||hundredproductaffections.com^
||hundredscultureenjoyed.com^
||hundredshands.com^
||hundredthmeal.com^
||hundredthtvthorny.com^
||hungersavingwiring.com^
||hungoversleepconcourse.com^
||hungrylongingtile.com^
||hungryproductionsmalnutrition.com^
||hungryrise.com^
||hunkbother.com^
||hunter-hub.com^
||hunterlead.com^
||huntingtroll.com^
||hupiru.uno^
||huppahshoras.com^
||huradisbud.com^
||hurced.com^
||hurdlesmuchel.com^
||hurgusou.com^
||hurkarubypaths.com^
||hurlaxiscame.com^
||hurlmedia.design^
||huronews.com^
||hurricaneabjection.com^
||hurricaneforciblesorrow.com^
||hurriedpiano.com^
||hurstplants.com^
||hurtfulden.com^
||husbandnights.com^
||huselomboy.website^
||husezo.uno^
||husfly.com^
||hushpub.com^
||hushta.com^
||husky-chain.pro^
||huskydesigner.pro^
||huskypartydance.com^
||huskytrustworthy.com^
||hussartootle.website^
||husuko.xyz^
||huszawnuqad.com^
||hutanz.xyz^
||hutremindbond.com^
||huvohjvpaog.com^
||huwkiycoup.com^
||huwuftie.com^
||huylki.com^
||hvcrfatojmh.com^
||hvdmwhnawvhbejv.com^
||hvikgqco.com^
||hvkwmvpxvjo.xyz
||hvmsmoiejaqb.com^
||hvmuqhywjpym.com^
||hvooyieoei.com^
||hvpguevleand.com^
||hvrnjftl.com^
||hwaagkmiitos.com^
||hwbekhxxihvdoue.com^
||hwderdk.com^
||hwfmynim.com^
||hwfnlmmqn.com^
||hwicliktt.com^
||hwmlmcbwpbkwas.com^
||hwof.info^
||hwosl.cloud^
||hwpnocpctu.com^
||hwpyfcxahv.com^
||hwqybdkniptwm.com^
||hwrcxpfzmfxg.com^
||hwvvvuwpvu.com^
||hwydfevh.com^
||hwyjfhdjgoorb.com^
||hwyrtegwvyjvbim.com^
||hxatkjygdpar.com^
||hxaubnrfgxke.xyz^
||hxbtqwquroke.com^
||hxcdyx.com^
||hxcovhhin.com^
||hxctmaismdcqnso.com^
||hxeukcmkuswifr.com^
||hxficbb.com^
||hxfjbdgjscufctm.xyz^
||hxghalcrv.com^
||hxgrdgrgjktw.xyz^
||hxitiioub.com^
||hxknfrtfj.xyz^
||hxlkytqpinnqeo.com^
||hxoewq.com^
||hxpyrgqycgreyy.xyz^
||hxtvrydyhi.xyz^
||hxwjmeveeb.com^
||hyaenajitneys.top^
||hybridgermandespicable.com^
||hycantyoubelik.com^
||hydragrouge.com^
||hydraulzonure.com^
||hydrogendeadflatten.com^
||hyelgehg.xyz^
||hyfvlxm.com^
||hyibpgaa.com^
||hylicfrothi.uno^
||hylomysslipper.digital^
||hymenicpirn.com^
||hymnarypoking.com^
||hynteroforion.com^
||hyofteraq.com^
||hyoicxstpfvgwz.com^
||hype-ads.com^
||hypeads.org^
||hypemakers.net^
||hyperbanner.net^
||hyperlinksecure.com^
||hyperoi.com^
||hyperpromote.com^
||hypertrackeraff.com^
||hypervre.com^
||hyphenatedion.com^
||hyphenion.com^
||hyphentriedpiano.com^
||hypnotizebladdersdictate.com^
||hypnotizedespiterelinquish.com^
||hypnotizetransfervideotape.com^
||hypocrisypreliminary.com^
||hypocrisysmallestbelieving.com^
||hypogeeinial.com^
||hypothesisoarsoutskirts.com^
||hypots.com^
||hypozoabytes.life^
||hyrcanquittor.com^
||hyrcycmtckbcpyf.xyz^
||hyrewusha.pro^
||hysonsregrown.top^
||hystericalarraignment.com^
||hystericalpotprecede.com^
||hytxg2.com^
||hyvmflsclweae.xyz^
||hz9x6ka2t5gka7wa6c0wp0shmkaw7xj5x8vaydg0aqp6gjat5x.com^
||hzdfziaydqawar.com^
||hzkachqd.com^
||hzogncbobfb.com^
||hzoywchsp.com^
||hzr0dm28m17c.com^
||i-afk.com^
||i010b048d3e4a1e4b70aba72b169e70c90971f9.xyz^
||i0xz2.top^
||i4rsrcj6.top^
||i7ece0xrg4nx.com^
||i99i.org^
||iabjksixpvperd.com^
||iadoremakingpics.com^
||iaihdexme.com^
||iairkldocd.com^
||iaisbsspay.xyz^
||iajmewpagfvhg.com^
||iakjiamqg.com^
||iamadssystems.com^
||iamsfyar.com^
||iangakwvtjrpbew.xyz^
||ianjgmpat.com^
||ianjumb.com^
||iarreowsca.com^
||iasbetaffiliates.com^
||iasrv.com^
||iaufffdnocodbr.com^
||iaxwnffhikiac.com^
||ibatom.com^
||ibaxdpwaceyha.xyz^
||ibdjdtmkq.xyz^
||ibeelten.net^
||iberiavihuela.guru^
||iberitepremate.top^
||ibexesblithen.com^
||ibicrxnap.com^
||ibidemkorari.com^
||ibikini.cyou^
||ibjdmthqkz.com^
||ibniyqbkk.com^
||ibonmfvcwb.xyz^
||ibortvgbkvpmes.com^
||ibptutlgoloqy.com^
||ibpxnkwstvqcon.com^
||ibqjduiipukerj.com^
||ibrapush.com^
||ibryte.com^
||ibugreeza.com^
||ibukommfple.xyz^
||ibutheptesitrew.com^
||ibxckpvttgkat.com^
||icalnormaticalacyc.info^
||icdirect.com^
||icdns.net^
||icebergreptilefury.com^
||icelessbogles.com^
||icfjair.com^
||ichairaivi.com^
||ichauphy.com^
||ichimaip.net^
||icicleapplicationinvestigator.com^
||icicleriskfence.com^
||iciftiwe.com^
||icilyassertiveindoors.com^
||icilytired.com^
||iciynrkldrhmk.com^
||ickyrustle.com^
||iclickcdn.com^
||icllmnimmmvrc.com^
||iclnxqe.com^
||icmlfqdb.com^
||icmssjinq.com^
||icnwkduxnwl.com^
||iconcardinal.com^
||iconcnd.net^
||icpadv.com^
||icrxbetigcdjz.com^
||icxcrnciutiltaf.com^
||icy-location.com^
||icycreatmentr.info^
||icyreprimandlined.com^
||icyxbdxvhqswvxg.com^
||idahoanpavies.com^
||idantglyoxim.top^
||iddeyrdpgq.com^
||iddjpop.com^
||iddpop.com^
||ideahealkeeper.com^
||idealintruder.com^
||idealmedia.io^
||idelv.net^
||identifiernancy.com^
||identifierslionessproof.com^
||identifierssadlypreferred.com^
||identitymansfield.com^
||idescargarapk.com^
||idiafix.com^
||idiocyosmotic.life^
||idiothungryensue.com^
||idioticdeprint.com^
||idioticskinner.com^
||idioticstoop.com^
||idiotminority.com^
||idiotproprietary.com^
||iditolshewn.com^
||idjcymxwbjqxum.com^
||idkmgzkdhanmz.com^
||idlccpuom.com^
||idledifficulty.pro^
||idnbckbknxurmf.xyz^
||idohethisisathllea.com^
||idolizeduse.pro^
||idolsainsie.com^
||idownloadgalore.com^
||idrsklar.com^
||idswinpole.casa^
||idthecharityc.info^
||idvdtxixmmaiyv.xyz^
||idydlesswale.info^
||ie3wisa4.com^
||ie8eamus.com^
||ieamsbpzu.com^
||iebsmqevw.com^
||iecjqkiawvifx.com^
||ieicbkjmmqkcmgq.com^
||ieiukkwfqhwuvwy.com^
||ielmzzm.com^
||iemufbuvehrjo.xyz^
||iendoo.com^
||ieo8qjp3x9jn.pro^
||ieoyptnech.com^
||ietbwrkg.com^
||ietyofedinj89yewtburgh.com^
||ievjylvqfjry.com^
||iewhonhdvryu.com^
||iezptsoc.com^
||iezxmddndn.com^
||ifcpmukburktd.com^
||ifdbdp.com^
||ifdilptsw.com^
||ifdividemeasuring.com^
||ifdmuggdky.com^
||ifdnzact.com^
||ifdyifowri.com^
||ifefashionismscold.com^
||ifigent.com^
||ifjbtjf.com^
||ifjhkbmewdny.com^
||ifkgdxhpt.com^
||ifknittedhurtful.com^
||iflgybyab.com^
||ifllwfs.com^
||ifmjzbdyk.com^
||ifodyafshael.com^
||ifpartyingpile.com^
||ifplumhggkz.com^
||ifrjnpv.com^
||ifsmatbeg.site^
||ifsnickshriek.click^
||ifsnickshriek.com^
||ifsussdehkgr.com^
||ifvxoluyhof.com^
||ifzpvnrjp.com^
||ig0nr8hhhb.com^
||igameunion.com^
||igaming-warp-service.io^
||igbiraintsv.com^
||igbkvuxgwxmh.com^
||ightdecipientconc.info^
||igjptqlywyvfveq.com^
||iglephoo.xyz^
||igloohq.com^
||iglooprin.com^
||igmcsvrgxpebh.xyz^
||ignamentswit.com^
||ignitesvaurien.com^
||ignitioninstaller.com^
||ignobleordinalembargo.com^
||ignorantmethod.pro^
||ignorantrigidpreferred.com^
||ignorerationalize.com^
||ignoresphlorol.com^
||ignoringinconvenience.com^
||ignvgalrbowjbo.com^
||igoamtaimp.com^
||igoognou.xyz^
||igppkehwycrr.com^
||iguran.com^
||igxmoaulj.com^
||igylwxvxgsuvcs.xyz^
||ihafiwuxeu.com^
||ihappymuttered.info^
||ihauvogh.com^
||ihavelearnat.xyz^
||ihcyscnkogx.com^
||ihdcnwbcmw.com^
||ihehgqawkybbqi.com^
||iheuuivitgj.com^
||ihgmsdypohtg.com^
||ihhqwaurke.com^
||ihjtrncfoha.com^
||ihnhnpz.com^
||ihoolrun.net^
||ihqnckvpfx.com^
||ihtckcitkr.com^
||ihttscqovzzb.com^
||ihzuephjxb.com^
||iibhytvj.com^
||iicheewi.com^
||iidohheneuda.com^
||iifvcfwiqi.com^
||iigmlx.com^
||iihcjcil.com^
||iinzwyd.com^
||iiowokorfr.com^
||iiqradydqohuqg.com^
||iirshhywdahij.com^
||iistillstayherea.com^
||iiuvgfhqldb.xyz^
||iivzdmqgyyiw.com^
||iiwm70qvjmee.com^
||iiydmrr.com^
||ijafmqpmnxs.com^
||ijajgnqelnn.xyz^
||ijatsapphiresanda.com^
||ijbgqlf.com^
||ijchefkkmlrqx.xyz^
||ijdprmdriueyq.com^
||ijebtcgu.com^
||ijeetsie.com^
||ijhfqqne.com^
||ijhilvbu.com^
||ijhpdtiij.com^
||ijlnbonvfr.com^
||ijmrburud.com^
||ijorecepous.com^
||ijrmafzydeieuo.com^
||ijukwkxpek.xyz^
||ijynarif.xyz^
||ijyoguyv.com^
||ikahnruntx.com^
||ikaiznmpapdlv.com^
||ikaqwwsmlk.com^
||ikbwkovwbwkpit.com^
||ikcaru.com^
||ikcieontapp.com^
||ikdvwsuprr.com^
||ikengoti.com^
||ikevinwfc.com^
||ikeymutilla.space^
||ikholm.com^
||ikjzwgcg.com^
||ikonatozee.top^
||ikouthaupi.com^
||ikrail.com^
||ikrauteri.life^
||ikunselt.com^
||ikwiwnnofgpzq.com^
||ikwzrix.com^
||ikxxgkpymja.com^
||ikyobwrswacki.xyz^
||ilaterdeallyi.info^
||ilaterdeallyig.info^
||ilathetchit.com^
||ilawitrototlet.com^
||ilbuqwjwzw.com^
||ilcdamnqtpem.com^
||ileacfaretta.digital^
||ilealscathes.com^
||ileeckut.com^
||ileesidesu.hair^
||iletterismyper.info^
||ilhaqqkt.com^
||iliketomakingpics.com^
||illallwoe.com^
||illegaleaglewhistling.com^
||illegallyshoulder.com^
||illegalprotected.com^
||illegibledismiss.com^
||illfriendship.com^
||illfvowjayo.com^
||illicitdandily.cam^
||illinformednative.com^
||illishrastus.com^
||illiterate-estate.pro^
||illiticguiding.com^
||illnessentirely.com^
||illocalvetoes.com^
||illuminatedharrowpartnership.com^
||illuminatedusing.com^
||illuminateinconveniencenutrient.com^
||illuminatelocks.com^
||illuminateslydeliberate.com^
||illuminationdangeroushero.com^
||illuminous.xyz^
||illusiveremarkstreat.com^
||illustcutesy.com^
||illustrateartery.com^
||illustrationapplausespotlight.com^
||illustriousmind.pro^
||ilmtudcgmqxa.com^
||ilo134ulih.com^
||iloacmoam.com^
||iloptrex.com^
||ilovemakingpics.com^
||iloxvxenlwsv.com^
||ilumtoux.net^
||ilvpbrvrpzrys.com^
||ilxhsgd.com^
||ilxkwlhqo.com^
||ilyf4amifh.com^
||ilygtgexvlvmqao.com^
||imageadvantage.net^
||imagiflex.com^
||imaginableblushsensor.com^
||imaginaryspooky.com^
||imaginestandingharvest.com^
||imagoluchuan.com^
||imalug.com^
||imasdk.googleapis.com^
||imathematica.org^
||imatrk.net^
||imatue.com^
||imblic.com^
||imbolexabc.top^
||imcdn.pro^
||imcod.net^
||imemediates.org^
||imemediatesuper.info^
||imerinabitypic.top^
||imgfeedget.com^
||imghst-de.com^
||imgint1.com^
||imglnkd.com^
||imglnke.com^
||imgot.info^
||imgsdn.com^
||imgsniper.com^
||imgspics.com^
||imgwebfeed.com^
||imiclk.com^
||imiddleagedspacious.com^
||imidicsecular.com^
||iminsoux.com^
||imitationname.com^
||imith.com^
||imitrck.net^
||imitrk.com^
||imkbgfcnd.com^
||immaculategirdlewade.com^
||immaculaterepair.pro^
||immaculatewars.com^
||immediatebedroom.pro^
||immediateknowledge.com^
||immedlinkum.info^
||immenseatrociousrested.com^
||immenselytoken.com^
||immenseprivilegelibel.com^
||immerseweariness.com^
||immigrantpavement.com^
||immigraterend.com^
||immigrateskating.com^
||immigrationcrayon.com^
||immigrationspiralprosecution.com^
||imminentadulthoodpresumptuous.com^
||immortalhostess.com^
||immortalityfaintedobjections.com^
||immortalityinformedmay.com^
||immortalityrewardintersection.com^
||immortalradiomet.com^
||immoxdzdke.com^
||immuneincompetentcontemporary.com^
||imnpkbxrf.xyz^
||imobljkhqw.com^
||imoniummusicry.com^
||imoughtcallmeoc.com^
||imp2aff.com^
||impact-betegy.com^
||impactcutleryrecollect.com^
||impactify.media^
||impactradius-go.com^
||impactradius.com^
||impactserving.com^
||impactslam.com^
||impartial-steal.pro^
||impartialnettle.com^
||impartialpath.com^
||impassabletitanicjunction.com^
||impatientbowpersecution.com^
||impatientlyastonishing.com^
||impatienttidy.com^
||impavidcircean.com^
||impavidmarsian.com^
||impeccablewriter.com^
||impededhaeing.com^
||impelsgorcock.com^
||impendingaggregated.com^
||impendingboisterousastray.com^
||impendscouxio.com^
||impenetrableauthorslimbs.com^
||imperativecapitaltraitor.com^
||imperativetheirs.com^
||imperialbattervideo.com^
||imperialtense.com^
||impertinentwishing.com^
||imperturbableawesome.com^
||imperturbableclothes.com^
||imperturbableresponsive.com^
||impishelizabethjumper.com^
||implementedinstalled.com^
||implementtransmitted.com^
||implix.com^
||impolitefreakish.com^
||imponedbilsh.top^
||impore.com^
||importanceexhibitedamiable.com^
||importantcheapen.com^
||imposecalm.com^
||imposi.com^
||impossibilityfighter.com^
||impossibilityutilities.com^
||impossiblemountain.pro^
||impossiblepeerless.com^
||impostorconfused.com^
||impostorhazy.com^
||impostorjoketeaching.com^
||impregnablehunt.com^
||impregpresaw.top^
||impresasct.com^
||impresseastsolo.com^
||impressivecontinuous.com^
||impressiveporchcooler.com^
||impressivewhoop.com^
||imprintmake.com^
||improvebeams.com^
||improvebin.com^
||improvedcolumnist.com^
||improvementscakepunctual.com^
||improvementscaptivatevenus.com^
||improviseprofane.com^
||impulsefelicity.com^
||impulselikeness.com^
||impulsiveenabled.com^
||impunekotoite.com^
||imputesmere.top^
||imrmmbnlc.com^
||imstks.com^
||imugjnniij.com^
||imvjcds.com^
||imxhirrqagtjwd.com^
||in-appadvertising.com^
||in-page-push.com^
||in-page-push.net^
||inabilityovaloccasional.com^
||inabilitytraditional.com^
||inabsolor.com^
||inaccessiblefebruaryimmunity.com^
||inaccuratetreasure.com^
||inadequateinadmissibleoblige.com^
||inadmissibleinsensitive.com^
||inaickoo.com^
||inaltariaon.com^
||inancukan.xyz^
||inaneamenvote.com^
||inanityacromia.life^
||inanitystorken.com^
||inappropriateoutdoorsconfiguration.com^
||inareputaonforha.com^
||inasmedia.com^
||inaudiblesattruthfully.com^
||inauguratehiddennegligence.com^
||inauknceiwouldlikuk.info^
||inbbredraxing.com^
||inbdmaza.com^
||inbdorenda.com^
||inboldoreer.com^
||inbornsodcharms.com^
||inbowedkittled.top^
||inbrowserplay.com^
||inbudewr.com^
||incapableenormously.com^
||incarnategrannystem.com^
||incarnatepicturesque.com^
||incaskmeldrop.com^
||incaveprobeer.digital^
||incentivefray.com^
||incessantfinishdedicated.com^
||inchestverts.guru^
||inchexplicitwindfall.com^
||inchrepay.com^
||incidentbunchludicrous.com^
||incidentenglandtattoo.com^
||inclineexchange.com^
||inclineflaming.com^
||inclk.com^
||incloak.com^
||incloseoverprotective.com^
||includemodal.com^
||includeoutgoingangry.com^
||inclusacharmed.com^
||inclusadeicer.com^
||incomebreatherpartner.com^
||incomejumpycurtains.com^
||incompatible-singer.pro^
||incompleteplacingmontleymontley.com^
||incompleteshock.pro^
||incompletethong.com^
||incomprehensibleacrid.com^
||incomptstress.uno^
||inconceivableascertained.com^
||inconveniencepretendboost.com^
||incorphishor.com^
||increaseplanneddoubtful.com^
||increaseprincipal.com^
||increasingdeceased.com^
||increasinglycockroachpolicy.com^
||indebtedatrocious.com^
||indefinitelytonsil.com^
||indefinitelyunlikelyplease.com^
||indelicatecanvas.com^
||indelicatepokedoes.com^
||indelphoxom.com^
||independencelunchtime.com^
||indexeslaughter.com^
||indexww.com^
||indicatemellowlotion.com^
||indicesvestigetruck.com^
||indigenousvarious.com^
||indigenouswhoinformed.com^
||indigestioninadmissible.com^
||indigestionmarried.com^
||indignationmapprohibited.com^
||indignationstripesseal.com^
||indiiarsines.space^
||indirectbronzecompany.com^
||indirectlinkoxbow.com^
||indiscreetless.com^
||indispensablerespectable.com^
||individualdavid.com^
||indney.com^
||indodrioor.com^
||indolentleader.com^
||indooritalian.com^
||indraftcoft.digital^
||induceresistbrotherinlaw.com^
||indulgeperformance.com^
||industrialforemanmovements.com^
||industriouswounded.com^
||inedibleendless.com^
||inedibleproductiveunbelievable.com^
||inediblewiderchuckled.com^
||ineffectivebrieflyarchitect.com^
||ineffectivepest.com^
||ineptsaw.com^
||ineriweism.top^
||inertimpuredeadlock.com^
||inestimableloiteringextortion.com^
||ineuntkilnman.digital^
||inevitablestanddisplayed.com^
||inexorablehopper.com^
||inexpedientdatagourmet.com^
||inexpedienttributereschedule.com^
||inexperiencedmingle.com^
||ineyvugpkej.com^
||infamouslimit.pro^
||infantrycutting.com^
||infantrywarden.com^
||infaustsecond.com^
||infectedably.com^
||infectedrepentearl.com^
||infeofhobbit.com^
||inferiorfreedom.com^
||inferiorkate.com^
||infesthazardous.com^
||infestpaddle.com^
||infindiasernment.com^
||infinitelyrainmultiple.com^
||infirmaryboss.com^
||inflameemanent.cam^
||inflateimpediment.com^
||inflationabstinence.com^
||inflationbreedinghoax.com^
||inflationmileage.com^
||inflectedminimalbits.com^
||inflectionquake.com^
||infles.com^
||inflictgive.com^
||inflictmistycarlos.com^
||inflictrind.com^
||influencedbox.com^
||influencedfable.com^
||influencedsmell.com^
||influencer2020.com^
||influxtabloidkid.com^
||infodonorbranch.com^
||infopagleey.com^
||infopicked.com^
||informalequipment.pro^
||informantbartonharass.com^
||informcheck.net^
||informcheck.uno^
||informereng.com^
||informeresapp.com^
||infra.systems^
||infractructurebiopsycircumstances.com^
||infractructurelegislation.com^
||infrashift.com^
||infringementpeanut.com^
||infringementseason.com^
||ingablorkmetion.com^
||ingasideline.com^
||ingeniousestateinvolving.com^
||ingforanythinga.com^
||ingforthemoonheap.com^
||ingjymcmsqloxw.com^
||inglunewly.com^
||ingramony.com^
||ingratitudemisty.com^
||ingredientwritten.com^
||ingseriegentsf.info^
||inhabitantquestions.com^
||inhabitantsherry.com^
||inhabitkosha.com^
||inhabitsensationdeadline.com^
||inhabitsurpassvia.com^
||inhabityoungenter.com^
||inhalebrinkrush.com^
||inhaletroubledgentle.com^
||inheresunlying.guru^
||inheretherme.com^
||inheritancepillar.com^
||inheritedgeneralrailroad.com^
||inheritedgravysuspected.com^
||inheritedunstable.com^
||inhonedgean.com^
||inhospitablededucefairness.com^
||inhumanswancondo.com^
||initialbanisters.com^
||initiallycoffee.com^
||initiallycompetitionunderwear.com^
||initiallydoze.com^
||initiateadvancedhighlyinfo-program.info^
||initiatebuffetstump.com^
||initiateheavilycurrentinfo-product.info^
||initue.com^
||inized.com^
||injectentreat.com^
||injectlocum.com^
||injectreunionshorter.com^
||injuredjazz.com^
||injuredripplegentleman.com^
||injurg.com^
||injuryglidejovial.com^
||injurytomatoesputrefy.com^
||injusticeamend.com^
||inkestyle.net^
||inkfeedmausoleum.com^
||inkingleran.com^
||inklestutted.com^
||inklinkor.com^
||inkornesto.com^
||inkstorylikeness.com^
||inktad.com^
||inlandpiereel.com^
||inlardbroigne.top^
||inlugiar.com^
||inmdcwkx.com^
||inmespritr.com^
||inminuner.com^
||innardskhats.top^
||inncreasukedrev.info^
||inneonan.com^
||innessabigeat.space^
||innity.net^
||innocenceexpeditionsensation.com^
||innocencescarcelymoreover.com^
||innovationlizard.com^
||innpnrafl.com^
||innyweakela.co^
||inoculateconsessionconsessioneuropean.com^
||inoculateexplosionpostman.com^
||inoffensivefitnessrancid.com^
||inoradde.com^
||inorseph.xyz^
||inourdreamsa.org^
||inpage-push.com^
||inpage-push.net^
||inpagepush.com^
||inpgrxxksvdsm.com^
||inpoursmorinda.website^
||inputbarbing.life^
||inputsrameous.life^
||inputunstable.com^
||inquiredcriticalprosecution.com^
||inquiriesdishonest.com^
||inquiryblue.com^
||inquiryclank.com^
||inrhyhorntor.com^
||inrqqddrnqkk.xyz^
||insanityquietlyviolent.com^
||inscriptionharm.com^
||insectclothe.com^
||insectearly.com^
||insectsaw.com^
||insectsmanners.com^
||insecurepaint.pro^
||insensibleconjecturefirm.com^
||insensitivedramaaudience.com^
||insensitiveintegertransactions.com^
||insertfend.com^
||insertludicrousintimidating.com^
||inservinea.com^
||inshelmetan.com^
||insideconnectionsprinting.com^
||insideofnews.com^
||insidious-glove.pro^
||insightexpress.com^
||insightexpressai.com^
||insigit.com^
||insignificantretained.com^
||insistent-worker.com^
||insistinestimable.com^
||insitepromotion.com^
||insnative.com^
||insolencemanipulative.com^
||insolentviolation.com^
||insomniacultural.com^
||insomniadetrimentalneutral.com^
||inspectmergersharpen.com^
||inspectorstrongerpill.com^
||inspikon.com^
||inspirationstarednope.com^
||inspirecarriermagnetic.com^
||inspiringperiods.com^
||inspxtrc.com^
||insrvicigquj.com^
||insta-cash.net^
||instaflrt.com^
||install-check.com^
||installationconsiderableunaccustomed.com^
||installlnow.com^
||installscolumnist.com^
||installscrayfishpenal.com^
||instalmentshowernovice.com^
||instancesflushedslander.com^
||instant-adblock.xyz^
||instantdollarz.com^
||instantlyharmony.com^
||instantlyshrillblink.com^
||instantlyurged.com^
||instantnewzz.com^
||instantrefused.com^
||instantresp.com^
||instantshingle.com^
||instaruptilt.com^
||insteadprincipleshearted.com^
||instinctcringe.com^
||instinctiveads.com^
||instinctivecooler.com^
||instinctivetheeexemplify.com^
||institutehopelessbeck.com^
||institutepigeonsfinger.com^
||instituteplump.com^
||institutionenrapturebags.com^
||instraffic.com^
||instructionluxuriant.com^
||instructionwantsflew.com^
||instructiveengine.pro^
||instructoralphabetoverreact.com^
||instructorconfoundstayed.com^
||instructorloneliness.com^
||instructscornfulshoes.com^
||instrumenttactics.com^
||insultoccupyamazed.com^
||insumber.com^
||insurewaltz.com^
||inswebt.com^
||intcircue.digital^
||intechads.com^
||integralfashionable.com^
||integralpickleatrocious.com^
||integrationproducerbeing.com^
||integritydeceptive.com^
||integrityprinciplesthorough.com^
||intellectualhide.com^
||intellectualintellect.com^
||intellibanners.com^
||intelligenceadx.com^
||intelligenceretarget.com^
||intelligentcombined.com^
||intellipopup.com^
||intellitxt.com^
||intelstqkt.com^
||intendedeasiestlost.com^
||intendedoutput.com^
||intendrebend.top^
||intentanalysis.com^
||intentbinary.com^
||intentionallyathwart.com^
||intentionsarson.com^
||intentionsplacingextraordinary.com^
||inter1ads.com^
||interads1.com^
||interbasegrapefruit.com^
||interbasevideopregnant.com^
||interbuzznews.com^
||interclics.com^
||interd1.com^
||interdependentpredestine.com^
||interdfp.com^
||interestalonginsensitive.com^
||interestededit.com^
||interestingvids.space^
||interestmoments.com^
||interestsubsidereason.com^
||interfacemotleyharden.com^
||interfereparagraphinterrogate.com^
||interferepenetrate.com^
||intergient.com^
||interimmemory.com^
||intermediarymarkswe.com^
||intermediatelattice.com^
||internal-heart.pro^
||internalemotionincomprehensible.com^
||internalpound.com^
||internewsweb.com^
||internodeid.com^
||interpersonalskillse.info^
||interposedflickhip.com^
||interpretprogrammesmap.com^
||inters1img.com^
||intersads.com^
||intersd2k.com^
||intersectionboth.com^
||intersectiondejectedfaraway.com^
||intersectionweigh.com^
||interstitial-07.com^
||interstitial-08.com^
||interviewearnestlyseized.com^
||interviewidiomantidote.com^
||interviewsore.com^
||intimacyextinct.com^
||intimateexhibitedcontempt.com^
||intimatestraightharrow.com^
||intimg1k.com^
||intimidatekerneljames.com^
||intimidatingsinewhamper.com^
||intnative.com^
||intnotif.club^
||intorterraon.com^
||intrafic22.com^
||intriguingsuede.com^
||intrinechymous.com^
||intro4ads.com^
||introphin.com^
||intruderalreadypromising.com^
||intrudesome.com^
||intrusgride.com^
||intuitionguffaw.com^
||intuitiontrenchproduces.com^
||intuitspisan.com^
||inuedidgmapla.com^
||inumbreonr.com^
||inupnae.com^
||inurneddoggish.com^
||invadedwormmillionaire.com^
||invaderimmenseimplication.com^
||invaluablebuildroam.com^
||invariablyunpredictable.com^
||invass.com^
||invast.site^
||inventdebosh.com^
||inventionwere.com^
||inventorypikepockets.com^
||inventoryproducedjustice.com^
||investcoma.com^
||investmentstar.org^
||investorequalityfrog.com^
||investortirelimetree.com^
||invibravaa.com^
||invisiblepine.com^
||invitearrange.com^
||invitewingorphan.com^
||involuntarypity.com^
||involuntarysteadyartsy.com^
||involveddone.com^
||involvewalkingthick.com^
||involvingsorrowful.com^
||invordones.com^
||invplpghc.com^
||invraisemblable.com^
||inwardinjustice.com^
||inwrapsabina.top^
||inwraptsekane.com^
||ioaalobqpc.com^
||ioach.com^
||ioadserve.com^
||iociley.com^
||iodideeyebath.cam^
||iodidindued.top^
||iodinedulylisten.com^
||iodineshine.com^
||ioffddnfllcqb.com^
||ioffers.icu^
||iogjhbnoypg.com^
||ioiefyw.com^
||ioiubby73b1n.com^
||iojsqcbxoykb.com^
||iokqtntsuwshtjh.com^
||ionakasulba.info^
||ionakasulba.xyz^
||ioniamcurr.info^
||ionicsshelyak.com^
||ionigravida.com^
||ioniserpinones.com^
||ionisesproclei.top^
||ionismscoldn.info^
||ionistkhaya.website^
||ioniumentomic.com^
||iononetravoy.com^
||ionscormationwind.info^
||ionwindonpetropic.info^
||iopiopiop.net^
||iopiopiop.org^
||ioredi.com^
||iornsfyhueev.com^
||iorwe-qmf.com^
||iosqmookf.com^
||iovxhfavijyu.com^
||ioxffew.com^
||ipales.com^
||ipecacdecime.uno^
||ipecacsafely.uno^
||ipedeisasbeautif.com^
||ipgbcmfagij.com^
||iphaigra.xyz^
||iphisslurbow.com^
||iphumiki.com^
||ipjouefgjog.com^
||ipkqfkzsmme.com^
||ipmathematical.org^
||ipmuvtmonjdwuf.xyz^
||ipmzpxne.com^
||ipnkkmxo.com^
||ipodreevess.com^
||ipomeamiching.com^
||ipouvoog.com^
||ippaxapccehjt.com^
||ipredictive.com^
||iprom.net^
||ipromcloud.com^
||iprpldsefjq.com^
||ipsowrite.com^
||ipsvptuxn.com^
||iptautup.com^
||ipurseeh.xyz^
||ipzolkgn.com^
||iqcjuetaudtj.com^
||iqfmvj.com^
||iqhvhdryglkmw.com^
||iqimwsctvgbvqx.xyz^
||iqkjrwf.com^
||iqkufkxovbh.com^
||iqlpkca.com^
||iqmlcia.com^
||iqnevmje.com^
||iqpkee.com^
||iqtest365.online^
||iqwfauzxumyk.com^
||iqxsncsregcxu.xyz^
||iqxuuski.com^
||iranicoloner.top^
||irbout.com^
||irbtwjy.com^
||ireced.com^
||iredirect.net^
||irgvfdwicqerqfy.com^
||irisaffectioneducate.com^
||irishorridamount.com^
||irisingjonquil.life^
||irizin.com^
||irkantyip.com^
||irkerecue.com^
||irkilgw.com^
||irksomefiery.com^
||irmmamksywbwt.com^
||irmyoexrjcb.xyz^
||ironboe.com^
||ironcladtrouble.com^
||irondai.com^
||ironena.com^
||ironforgemaster.top^
||ironicnickraspberry.com^
||ironjou.com^
||ironmis.com^
||ironthro5man.com^
||ironymisterdisk.com^
||iroufteg.net^
||irousbisayan.com^
||irousspreeuw.life^
||irradiateher.com^
||irradiatestartle.com^
||irrain.com^
||irrationalcontagiousbean.com^
||irrationaldistress.com^
||irrationalsternstormy.com^
||irresistiblecommotion.com^
||irresolutesewkin.com^
||irries.com^
||irrisortcheka.com^
||irritableironymeltdown.com^
||irritateinformantmeddle.com^
||irritating-standard.pro^
||irritationcrayonchord.com^
||irsnylnjgcfytxq.com^
||irtya.com^
||irtyf.com^
||irufgmdewshgx.com^
||irvato.com^
||iryslpno.com^
||isaacsolanum.top^
||isaicham.com^
||isawthenews.com^
||isbnrs.com^
||isbnyzpunkx.com^
||isboost.co.jp^
||iseatheadline.com^
||isegeowrvnxorj.com^
||iseoiknnqckto.xyz^
||isftdmoj.com^
||isgost.com^
||ishedtotigai.info^
||ishibeesoany.com^
||ishoapty.net^
||ishoawew.net^
||ishousumo.com^
||isingtolstoy.top^
||isiyyhghu.com^
||isjratdcaanm.com^
||islandgeneric.com^
||islandracistreleased.com^
||islerobserpent.com^
||isletachoisya.cam^
||ismlks.com^
||ismscoldnesfspl.info^
||isoamidlaicism.com^
||isobaresoffit.com^
||isobelheartburntips.com^
||isobelincidentally.com^
||isogenylingel.guru^
||isohits.com^
||isolatedransom.com^
||isopodalionne.com^
||isopticluckier.com^
||isortflorent.com^
||isparkmedia.com^
||isqogumsuadas.com^
||issomeoneinth.info^
||issqlpjubm.xyz^
||istlnkbn.com^
||istoanaugrub.xyz^
||istsldaheh.com^
||isuqbqvxhj.com^
||isvnwxpoqgsgyy.com^
||iswhatappyouneed.net^
||isymybwvzl.com^
||isywjrtn.com^
||itaisabirs.com^
||italianextended.com^
||italianforesee.com^
||italicssifting.top^
||italyfeedingclimax.com^
||itblisseyer.com^
||itcameruptr.com^
||itchinglikely.com^
||itchydesignate.com^
||itchytidying.com^
||itcleffaom.com^
||itczebimbos.com^
||itdise.info^
||itemdangerously.com^
||itemolgaer.com^
||itemperrycreek.com^
||iteneanrhina.com^
||itespurrom.com^
||itgiblean.com^
||itguvmlnyhfa.com^
||itheatmora.com^
||itheatmoran.com^
||ithergrouter.website^
||ithlmmwluh.com^
||itineraryborn.com^
||itinerarymonarchy.com^
||itineraryupper.com^
||itjhnclotfwnem.com^
||itlitleoan.com^
||itmamoswineer.com^
||itmkfbjmqp.com^
||itnijtcvjb.xyz^
||itnuzleafan.com^
||itpatratr.com^
||itphanpytor.club^
||itponytaa.com^
||itpqdzs.com^
||itpuqgloekujg.com^
||itroggenrolaa.com^
||itrustzone.site^
||itseedotor.com^
||itselfheater.com^
||itselforder.com^
||itskiddien.club^
||itskiddoan.club^
||itsparedhonor.com^
||itsvfputpvsqnb.com^
||itswabluon.com^
||ittaxklbddvfcw.xyz^
||ittontrinevengre.info^
||ittorchicer.com^
||ittoxicroakon.club^
||itundermineoperative.com^
||itupjhlxjyxacl.com^
||itupnjqqjbxxqt.com^
||itvalleynews.com^
||itvwnehwnxkdld.com^
||itweedler.com^
||itweepinbelltor.com^
||itwkuouldhuke.info^
||itwoheflewround.info^
||ityonatallco.info^
||itzekromom.com^
||iuc1.online^
||iuc1.space^
||iudgoufuvzjf.com^
||iuhmydixxk.xyz^
||iunnrqcmup.com^
||iuodgmcfaa.com^
||iupot.com^
||iusxjykqehwdx.com^
||iutur-ixp.com^
||iuudbgnvgyswen.com^
||iuvbjnzy.com^
||iuwzdf.com^
||ivanvillager.com^
||ivedmanyyea.org^
||ivesofefinegold.info^
||ivfvfosaes.xyz^
||ivhbtikwpr.com^
||ivjkdyrjjgxhch.com^
||ivorcs.com^
||ivoryvestigeminus.com^
||ivstracker.net^
||ivurtdymntb.com^
||ivvedcoh.com^
||ivvyusvh.com^
||ivycarryingpillar.com^
||iwantuonly.com^
||iwantusingle.com^
||iwdapjojrylh.xyz^
||iwearthbharal.com^
||iwevxujxzdpb.com^
||iwfxgkixsoma.com^
||iwhejirurage.com^
||iwhlzcevugtqy.com^
||iwhngteekjixo.com^
||iwhoosty.com^
||iwistracks.com^
||iwjbybnaitog.com^
||iwjerwaxjblelve.com^
||iwkeoxtaoi.com^
||iwmqbimuaibsvr.com^
||iwoiclbfxkxgd.com^
||iwouhoft.com^
||iwpswvi.com^
||iwqensejhdzfq.com^
||iwrkhphl.xyz^
||iwrvrbklotfp.xyz^
||iwuh.org^
||iwwdcglj.com^
||iwxtbaoqgcxfdd.xyz^
||ixbwwwv.com^
||ixgrvdfktpm.com^
||ixhbroslylgz.com^
||ixhvdktusdklt.xyz^
||ixihxnnkewc.com^
||ixinst.com^
||ixkhaxpubqf.com^
||ixkofjcwzlz.com^
||ixmbkxthnj.xyz^
||ixnow.xyz^
||ixnp.com^
||ixqthii.com^
||ixtlesamorist.guru^
||ixtqrdiwd.com^
||ixwloxw.com^
||ixxljgh.com^
||iy8yhpmgrcpwkcvh.pro^
||iyaixmbpaqc.com^
||iybulnmpgpodbxc.com^
||iydppgpcz.com^
||iyfbodn.com^
||iyfnz.com^
||iyfnzgb.com^
||iymbywma.com^
||iyqaosd.com^
||iyvxqckadbplaa.com^
||iyyuvkd.com^
||izanzjtuvpp.com^
||izapteensuls.com^
||izavugne.com^
||izbmbmt.com^
||izitrckr.com^
||izjzkye.com^
||izlunwgx.com^
||izlutev.com^
||izlzunewumqgg.com^
||izrnvo.com^
||izrvuofcrrhsm.com^
||izzzlfrzmwtter.com^
||j45.webringporn.com^
||j4a73n7v5k.com^
||j6mn99mr0m2n.com^
||j6rudlybdy.com^
||j8ff09dbyo.com^
||ja2n2u30a6rgyd.com^
||jaadms.com^
||jaaraypdsr.xyz^
||jaavnacsdw.com^
||jabddcgqjrvk.com^
||jackalvindictive.com^
||jackao.net^
||jacketexpedient.com^
||jacketzerobelieved.com^
||jackpotbeautifulsulky.com^
||jackpotpresents.com^
||jacksonduct.com^
||jacksonours.com^
||jaclottens.live^
||jacmolta.com^
||jacqsojijukj.xyz^
||jacsmuvkymw.com^
||jactantsplodgy.com^
||jadcenter.com^
||jadedhide.pro^
||jadqoc.xyz^
||jads.co^
||jaftouja.net^
||jafzkymimxz.com^
||jaggedthronelaxative.com^
||jaggedunaccustomeddime.com^
||jaggedunique.pro^
||jaggiertridii.com^
||jagice.uno^
||jagnoans.com^
||jagqrhvcvoqjw.com^
||jaigaivi.xyz^
||jainapse.com^
||jainbagong.com^
||jaipheeph.com^
||jajrlsaiboswdab.xyz^
||jakescribble.com^
||jakeycorkage.digital^
||jaletemetia.com^
||jalewaads.com^
||jalwhftxnl.com^
||jambelegate.casa^
||jambiyaputtied.digital^
||jamchew.com^
||jamdomn.pro^
||jame3s67jo9yc4e.com^
||jamepgnu.com^
||jamminds.com^
||jamokeuntress.com^
||jamsoulsfriday.com^
||jamstech.store^
||janapancoroun.top^
||jandaqwe.com^
||jangiddywashed.com^
||jangleccoya.com^
||jangonetwork.com^
||janitoraccrue.com^
||janokroo.net^
||januahotdogs.com^
||januarydeliverywarfare.com^
||januaryprinter.com^
||januarysundayurgently.com^
||janute.com^
||janzmuarcst.com^
||japact.com^
||japanbros.com^
||japanesereaphot.com^
||jaqwtyajwp.com^
||jarguvie.xyz^
||jarldomtemplar.top^
||jarquizslash.com^
||jarsools.xyz^
||jarteerteen.com^
||jarvispopsu.com^
||jashautchord.com^
||jasheest.xyz^
||jaspercrozes.com^
||jassidpanne.com^
||jatdticl.com^
||jatfugios.com^
||jatomayfair.life^
||jatsekse.net^
||jattepush.com^
||jaubaibil.com^
||jaubeebe.net^
||jauchube.com^
||jauchuwa.net^
||jaudoaty.com^
||jaufwxqg.com^
||jaumevie.com^
||jaundergemmule.top^
||jaunty-cancel.pro^
||jauntycrystal.com^
||jaurouth.xyz^
||java8.xyz^
||javascriptcdnlive.com^
||javgg.eu^
||javmilk.org^
||jawlookingchapter.com^
||jawsspecific.com^
||jaxxenpro.com^
||jazzlowness.com^
||jazzmoist.com^
||jazzspeechlessarena.com^
||jb7hvckszone.com^
||jbalrqvennvka.top^
||jbalrqvennvrl.top^
||jbaqavqrkoroz.top^
||jbbyyryezqbwj.top^
||jbirahiifj.com^
||jbkelaamjanar.top^
||jbkelaamjawnv.top^
||jbkmskjeaevkne.xyz^
||jblxcqsga.com^
||jbm6c54upkui.com^
||jbnmppupawyil.com^
||jbnznvnylnkyr.top^
||jbnznvnylnqqy.top^
||jbnznvnylnyjl.top^
||jbrlsr.com^
||jbrnmlmvnakej.top^
||jbrnmlmvnazey.top^
||jbtul.com^
||jbtwyppdfppmgq.com^
||jbvoejzamqokq.top^
||jbvoejzamqzkb.top^
||jbwiujl.com^
||jbzmwqmqwojjl.top^
||jbzmwqmqwojlw.top^
||jbzmwqmqwokkq.top^
||jc32arlvqpv8.com^
||jcbyeqvstf.xyz^
||jcedzifarqa.com^
||jchklt.com^
||jcigoiimudrzow.com^
||jcovfmnlolsdsaa.com^
||jcpcfopwcae.com^
||jcqueawk.xyz^
||jcrnbnw.com^
||jctxsjtgedii.com^
||jcuojcpgtqemx.xyz^
||jcvasagimxyzd.com^
||jcviltucsmowx.com^
||jcyunk2.com^
||jczhjpollvc.com^
||jczilospvsniq.com^
||jd3j7g5z1fqs.com^
||jdbavspkhxqw.com^
||jdhgswknl.com^
||jdhpfnfc.com^
||jdjckugsvlrmhnp.com^
||jdjxjelhrxy.com^
||jdkmbvbyy.com^
||jdlmjessy.com^
||jdmodr.com^
||jdnveiwl.com^
||jdoeknc.com^
||jdoguxtbovjngbg.com^
||jdoqocy.com^
||jdt8.net^
||jdwaegarlqjw.com^
||jdwhlqb.com^
||jdxisgqcg.com^
||jdxpaoojg.com^
||jdygobphcbh.com^
||jdzqdcpkbh.com^
||jealouschallenge.pro^
||jealousyimpostersophia.com^
||jealousyingeniouspaths.com^
||jealousyscreamrepaired.com^
||jeannenoises.com^
||jeannesurvival.com^
||jeannezenith.com^
||jeannvalmvvvr.top^
||jeannvalmvvzv.top^
||jeannvalmvwza.top^
||jeansalterne.top^
||jeanspurrcleopatra.com^
||jechusou.com^
||jeckear.com^
||jecoglegru.com^
||jecromaha.info^
||jeczxxq.com^
||jedotsad.xyz^
||jedrixurykpjl.com^
||jedsoute.net^
||jeehathu.com^
||jeejeetauz.com^
||jeejujou.net^
||jeekomih.com^
||jeerinfluencemedical.com^
||jeerouse.xyz^
||jeersoddisprove.com^
||jeeryounger.com^
||jeeryzest.com^
||jeeteo.com^
||jeetyetmedia.com^
||jefweev.com^
||jehobsee.com^
||jekmmlwnyzyjr.top^
||jekzyyowqwmwl.top^
||jekzyyowqwwrz.top^
||jellifygummier.top^
||jellifytayer.com^
||jelllearnedhungry.com^
||jellyhelpless.com^
||jellyhopeless.com^
||jellyprehistoricpersevere.com^
||jelokeryevezw.top^
||jelqr4dqeep7.com^
||jeltoocm.xyz^
||jemdexat.xyz^
||jemonews.com^
||jenkincraved.com^
||jennyunfit.com^
||jennyvisits.com^
||jenonaw.com^
||jenwyrjbvvlrl.top^
||jeoawamjbrvkb.top^
||jeopardizeflirting.com^
||jeopardizegovernor.com^
||jeopardyselfservice.com^
||jeperdee.net^
||jeqjawqoeraab.top^
||jergocast.com^
||jerjrqqzmzkzy.top^
||jerkarmlesspuppy.com^
||jerkisle.com^
||jerkytaste.com^
||jersit.com^
||jerusalemcurve.com^
||jerusalemstatedstill.com^
||jerust.com^
||jervinglycyls.com^
||jesaifie.com^
||jescyeet.xyz^
||jessamyimprovementdepression.com^
||jestbiases.com^
||jestinquire.com^
||jestinvaderspeedometer.com^
||jestthankfulcaption.com^
||jesulf.com^
||jesupe.com^
||jetordinarilysouvenirs.com^
||jetpgnebpwm.com^
||jetsdulce.com^
||jetsowilk.com^
||jettrujole.com^
||jetx.info^
||jewelbeeperinflection.com^
||jewelcampaign.com^
||jewelstastesrecovery.com^
||jewgn8une.com^
||jewhouca.net^
||jewisk.com^
||jewlhtrutgomh.com^
||jewscane.digital^
||jewspa.com^
||jeyiibuoy.com^
||jezailmasking.com^
||jeziaodqmy.com^
||jf71qh5v14.com^
||jfbrkbgvxwib.com^
||jfcclfaiawiga.com^
||jfdjrmyzkck.com^
||jfdvjpksdqhdhjo.com^
||jfedgbskofck.com^
||jfixhuovpa.com^
||jfjle4g5l.com^
||jfjlfah.com^
||jfjnyepxppqb.com^
||jfjpgufkaecvs.com^
||jfknowifcewd.com^
||jfmbkffcxg.com^
||jfmpafthtwuo.com^
||jfnjgiq.com^
||jfoaxwbatlic.com^
||jfoowqditdf.com^
||jfsocqmvvqt.com^
||jfssblglhreubu.com^
||jfthhbvpryrvbs.com^
||jfvoewyifwed.com^
||jfzernkwdqgxn.com^
||jgamjkwsgn.com^
||jgbggrtrofiw.com^
||jgdipcsviur.com^
||jgdtnxkapkso.com^
||jgevncmrhewpf.xyz^
||jgfcgqivdpd.com^
||jgfwbpquillzpw.com^
||jggvkisg.com^
||jghjhtz.com^
||jgpvgjtldgocob.com^
||jgqaoipkohsln.com^
||jgqflgggex.com^
||jgrjldc.com^
||jgszymcphwcege.com^
||jgwzicuxjuckd.com^
||jgxavkopotthxj.xyz^
||jgydqhp.com^
||jhcsccodbtuw.com^
||jhfhdkhkh.site^
||jhgtffvf.com^
||jhiekkjeyyfbj.com^
||jhkfd.com^
||jhoncj.com^
||jhrfemourkojc.com^
||jhsfwutqvnf.xyz^
||jhtiyfioidhvl.com^
||jhulubwidas.com^
||jhwo.info^
||jhxqfgbj.com^
||jibaeolia.com^
||jickodsa.com^
||jieaxwgwnydl.com^
||jiefsgsjkefespe.com^
||jigdigtry.com^
||jigffltdbcdjq.com^
||jighucme.com^
||jignairy.com^
||jigsawthirsty.com^
||jiiglogwdkcqwou.xyz^
||jijhkclur.com^
||jikbwoozvci.com^
||jikclwxavkanym.com^
||jikicotho.pro^
||jikvcrikdvng.com^
||jikzudkkispi.com^
||jillbuildertuck.com^
||jimpysinters.top^
||jimzryxbsgjs.com^
||jingalbundles.com^
||jingenfirm.com^
||jinglehalfbakedparticle.com^
||jinjililanius.top^
||jinterests-1.com^
||jinxrussian.com^
||jiokhvnqchnt.com^
||jiordgxkpglzm.com^
||jipo.io^
||jipsegoasho.com^
||jirtesee.net^
||jissingirgoa.com^
||jitanvlw.com^
||jitigkvqf.com^
||jitynncs.com^
||jiuswcpdwgpwetf.com^
||jivskpprocrkv.com^
||jiwire.com^
||jizzarchives.com^
||jizzensirrah.com^
||jjaaybqjbnlaw.top^
||jjaaybqjbnzny.top^
||jjahvmjatfpj.com^
||jjansomvfv.com^
||jjcwq.site^
||jjhobovwtxarem.com^
||jjkwrqjklaaqa.top^
||jjldhuci.com^
||jjmbmkklzwvbv.top^
||jjmxksqyfagljmg.com^
||jjobuyratjc.com^
||jjolbaew.com^
||jjpgbisdg.xyz^
||jjqbvqoyo.com^
||jjqsdll.com^
||jjrhriavdyyp.com^
||jjrvlrslb.com^
||jjsocpeg.com^
||jjtnadbcbovqarv.xyz^
||jjvafukltxk.com^
||jjvnlfpywgbxgt.com^
||jjwmlaynwwbll.top^
||jjwmlaynwwjlw.top^
||jjygptw.com^
||jk4lmrf2.de^
||jkajyrkbvzmez.top^
||jkajyrkjmzmkz.top^
||jkbewmezjawqj.top^
||jkckmuiajldj.com^
||jkdzimao.com^
||jkha742.xyz^
||jklpy.com^
||jkls.life^
||jknjyfabc.com^
||jkohlxvodiwrjnt.xyz^
||jkthlsrdhni.com^
||jkwxaryiaoof.com^
||jkyokdfjbhcuc.xyz^
||jkyybewqmnll.top^
||jkzakzjwyolbl.top^
||jkzlillsss.com^
||jlbgyksbvdqj.com^
||jlcvoastmbsk.com^
||jldbnjghezv.com^
||jlegmmdcoo.com^
||jlfqyjbkea.com^
||jlhchjsy.com^
||jljejxvgnk.com^
||jljrllijyuoinx.com^
||jlkhaohgew.xyz^
||jlmokzndbiafs.com^
||jlmprtgl.com^
||jlodgings.com^
||jlsohnennmmygvc.com^
||jltjgujdnyp.com^
||jluaaqwn.com^
||jlufbcef.com^
||jlvowalle.xyz^
||jlxmuvjltnqttj.com^
||jlyyvpvnigpi.xyz^
||jmaomkosxfi.com^
||jmbluyxkl.xyz^
||jmeeersdkmoir.xyz^
||jmghfyieixqw.com^
||jmiqbfhoar.com^
||jmopproojsc.xyz^
||jmpmedia.club^
||jmqrogtmvfo.com^
||jmrnews.pro^
||jmtbmqchgpw.xyz^
||jmtbyiohpgugcsk.com^
||jmvscgd.com^
||jmxiwcjx.com^
||jnaixbgd.com^
||jnhdmksj.top^
||jnlldyq.com^
||jnnbzmyqaekzj.top^
||jnovoksjreeyrpm.xyz^
||jnqkvgkm.com^
||jnrgcwf.com^
||jnrtavp2x66u.com^
||jnsgdaqsiqcumg.xyz^
||jntytpjraglxtf.com^
||jnxm2.com^
||jnyyryjarlyyl.top^
||joachoag.xyz^
||joaglouwulin.com^
||joaphoad.com^
||joaqaylueycfqw.xyz^
||joasoagly.com^
||joastaca.com^
||joastoom.xyz^
||joastoopsu.xyz^
||joastous.com^
||joathaji.xyz^
||joathath.com^
||jobfilletfortitude.com^
||joblouder.com^
||jobmkewrymmvb.top^
||jobsngeilvxm.com^
||jobsonationsing.com^
||jobsyndicate.com^
||jocauzee.net^
||jocelynrace.com^
||jocmeedran.com^
||jodhpurrarish.digital^
||jodroacm.com^
||joemythsomething.com^
||joereisp.xyz^
||jogdied.com^
||joggingavenge.com^
||jogytuuey.com^
||johamp.com^
||johannesburg.top^
||joilbmtlxlm.com^
||join-admaven.com^
||joinelegancetitanic.com^
||joiningcriminal.com^
||joiningslogan.com^
||joinpropeller.com^
||joinsportsnow.com^
||joint-bad.com^
||jointmixture.pro^
||jokcnycabhdvbwg.com^
||jokebided.space^
||jokingzealotgossipy.com^
||jokrauda.com^
||jolecyclist.com^
||jollyfloat.com^
||jollykeg.com^
||jollyslendersquare.com^
||joloanosinless.com^
||joltidiotichighest.com^
||joltouch.net^
||joltperforming.com^
||joluw.net^
||jomtingi.net^
||jonaspair.com^
||jonaswhiskeyheartbeat.com^
||joodoush.com^
||joodugropup.com^
||joogivestou.com^
||jookaureate.com^
||jookouky.net^
||joomgartiumnyih.com^
||joomxer.fun^
||joopaish.com^
||jooptibi.net^
||joorekbelyvjw.top^
||jootizud.net^
||joowkijejv.com^
||jorbfstarn.com^
||jorttiuyng.com^
||josephineravine.com^
||josfrvq.com^
||josiebreathing.com^
||josiehopeless.com^
||josieunethical.com^
||josulu.xyz^
||jotqmmf.com^
||jotskuffieh.website^
||jouaboe.com^
||joudotee.com^
||joukaglie.com^
||joukidles.life^
||joupteni.xyz^
||journeyembankmentsubjects.com^
||jourohun.xyz^
||jouteetu.net^
||jouthee.com^
||jouzoapi.com^
||jovialwoman.com^
||jovqyyqvvmjjj.top^
||jowelcabbala.com^
||jowliercollude.com^
||jowlishdiviner.com^
||jowvwrmccakiy.com^
||joxaviri.com^
||joycreatorheader.com^
||joydirtinessremark.com^
||joyfulassistant.pro^
||joyfulfearsome.com^
||joygaskin.com^
||joylessstarted.com^
||joyorators.website^
||joyous-concentrate.pro^
||joyous-north.pro^
||joyous-sensitive.com^
||joyous-storage.pro^
||joyouscreedweasel.com^
||joyousruthwest.com^
||joyrodethyme.digital^
||joyvowdig.com^
||jozvmvxi.com^
||jozyqkzqp.com^
||jpbfwdtejwoewas.xyz^
||jpcuthdkmuonwc.com^
||jpdqpxoenctqbl.com^
||jpduibqcyfxtwpp.xyz^
||jpeoldex.com^
||jpfwbamawhkus.xyz^
||jpgtrk.com^
||jpkukgeturqi.com^
||jpljnmen.com^
||jplkmeguj.xyz^
||jpmdwnhazw.com^
||jpmldwvjqd.xyz^
||jppvgnbib.com^
||jpsthqhvxynfdx.com^
||jpzvrsuwdavpjw.com^
||jqafetxoermhue.com^
||jqcyacoxrvada.com^
||jqgqrsvcaos.xyz^
||jqitetsk.com^
||jqlqmeveax.com^
||jqluhrwlfwsgdd.com^
||jqlumzbdtet.com^
||jqmebwvmbzrz.top^
||jqmebwvmbzwy.top^
||jqtnbitlqxidh.com^
||jqtree.com^
||jquerycdn.host^
||jqueryoi.com^
||jqueryserve.org^
||jqueryserver.com^
||jqwsldso.com^
||jrbbavbmwqwjl.top^
||jrbhnmqwemw.xyz^
||jrdupvtgubvja.xyz^
||jrfkurohvql.xyz^
||jrfwfwk.com^
||jrhsjmwtrwiam.com^
||jrilbcd.com^
||jrilkvjehrjlri.com^
||jrkbnvkrvamky.top^
||jrkkcssob.com^
||jrkkmpeqtlsawgf.com^
||jrklavzamkby.top^
||jrlxrrwgcszo.com^
||jrnkmlrajnbnj.top^
||jrofvedr.xyz^
||jrpkizae.com^
||jrqmkrggfwd.xyz^
||jrqwfdkksamx.com^
||jrrryblqkaejw.top^
||jrrryblqkarqv.top^
||jrrryblqkavqa.top^
||jrsmnddakpce.com^
||jrtqaliyucgpaes.com^
||jrvrkzrbkqaoz.top^
||jrvrkzrbkqqob.top^
||jryymvudjqlraa.com^
||js.j8jp.com^
||js.manga1000.top^
||js2json.com^
||js7k.com^
||jsadapi.com^
||jscdn.online^
||jscloud.org^
||jscount.com^
||jsdelvr.com^
||jsefrmwji.com^
||jseuprrsedc.com^
||jsfeedadsget.com^
||jsfrfeuubna.com^
||jsftfmegwcyhsed.com^
||jsftzha.com^
||jsfuz.com^
||jsgmsoapx.com^
||jsjocrwmcg.com^
||jsmcrpu.com^
||jsmcrt.com^
||jsmentry.com^
||jsmjmp.com^
||jsmpsi.com^
||jsmpus.com^
||jsnncgz.com^
||jsoctn9.com^
||jsontdsexit.com^
||jsontdsexit2.com^
||jsretra.com^
||jssearch.net^
||jssiiamvbuqqkb.com^
||jssufsqeisye.com^
||jstclphsy.com^
||jsukefgwjvbsue.com^
||jswww.net^
||jsyrynq.com^
||jtbmwwejrvbhul.com^
||jtdqxsfzi.com^
||jtdujjsk.com^
||jteatfaqvwqf.com^
||jtgdssrlha.com^
||jtiqpdqofdlwam.com^
||jtjtqar.com^
||jtolkiamnax.com^
||jtpgjihhix.com^
||jttowoxlomde.com^
||jtwlvpux.com^
||ju427bv7an9n.com^
||juajmrpo.com^
||juaqmic.com^
||jubileeirresponsibilityforfeit.com^
||jubnaadserve.com^
||jubsaugn.com^
||jubsouth.com^
||juchartintime.space^
||jucysh.com^
||juddhi.com^
||judgementcleftlocksmith.com^
||judgementhavocexcitement.com^
||judicated.com^
||judicialfizzysoftball.com^
||judicialleadingquiz.com^
||judicialleasthandful.com^
||judicious-feed.pro^
||judicious-lay.pro^
||judied.com^
||judium.com^
||judjetheminos.com^
||judosllyn.com^
||judruwough.com^
||jufjpwpmcc.com^
||jugerfowells.com^
||juggleeducationfirearm.com^
||jugixgjqx.xyz^
||jugnepha.xyz^
||jugsmithecology.com^
||juhece.uno^
||juiceadv.com^
||juiceadv.net^
||juicyads.com^
||juicyads.me^
||juicycash.net^
||jujaufur.net^
||jukseeng.net^
||jukxmvmaiiy.com^
||julbhzbwhcivj.com^
||julia-liz.com^
||julidanroebuck.com^
||jullyambery.net^
||julolecalve.website^
||julrdr.com^
||julymedian2022news.com^
||julynut.com^
||jumbalslunched.com^
||jumbitr.com^
||jumbln.com^
||jumboaffiliates.com^
||jumkiyhjx.xyz^
||jummashpt.com^
||jumotic.com^
||jump-path1.com^
||jumperfundingjog.com^
||jumptap.com^
||jungianoxamide.space^
||junglehikingfence.com^
||juniorapplesconsonant.com^
||juniorluteum.top^
||juniorsalloquy.guru^
||junipe3rus4virginiana.com^
||junivmr.com^
||junkeach.com^
||junkieenthusiasm.com^
||junkieswudge.com^
||junkmenpolt.com^
||junmediadirect.com^
||junmediadirect1.com^
||junotherome.com^
||juntfemoral.com^
||juntre.com^
||junverwkpnl.com^
||jupabwmocgqxeo.com^
||juratoroutsees.uno^
||jurced.com^
||juricts.xyz^
||jurisdictionasundercurls.com^
||jurorstalar.uno^
||jursoateed.com^
||jursp.com^
||jurtaith.net^
||juryinvolving.com^
||jusbertimla4ke2.com^
||juslsp.info^
||juslxp.com^
||jussiwhauds.com^
||just-news.pro^
||justey.com^
||justgetitfaster.com^
||justificationevidentpensive.com^
||justifiedatrociousretinue.com^
||justinstubborn.com^
||justonemorenews.com^
||justpremium.com^
||justrelevant.com^
||justservingfiles.net^
||jutprolificlax.com^
||jutreconsiderhot.com^
||juttiedstrath.top^
||jutyledu.pro^
||juvenilearmature.com^
||juvuqsdxjfk.com^
||juyafctq.xyz^
||juyvatnil.com^
||juzzclftcseca.com^
||jvaemllmeezyw.top^
||jvbzzmnjezeba.top^
||jvbzzmnjeznrw.top^
||jvgsjchrxrf.xyz^
||jvjxkcsiktxgigo.com^
||jvnvrqzvyvbmv.top^
||jvnvrqzvyvbww.top^
||jvnvrqzvyveqj.top^
||jvnydntynmru.com^
||jvrawodh.com^
||jvsffrjutsax.com^
||jvswyxxyrrh.com^
||jvtxuvfgiien.xyz^
||jvvyucvkkfj.com^
||jvydtutqrmdx.com^
||jvylyreyazmea.top^
||jvzoupeh.com^
||jwalf.com^
||jweqtiikcx.com^
||jwfobgoeobehy.com^
||jwjxjuvrnkv.com^
||jwlfduco.com^
||jwnmnnnzrebqa.top^
||jwnmnnnzreeyw.top^
||jwqtuyjqxvsxy.com^
||jwrrwzrrwqmj.top^
||jwrrwzrrwqwr.top^
||jwt8e5vzc1.com^
||jwuhtogg.com^
||jwxfjlsodffj.com^
||jxaiyxvjtczykq.com^
||jxhgcitcqmvv.com^
||jxkayopaij.com^
||jxlpafdxbnhak.com^
||jxlxeeo.com^
||jxofoyftjdo.xyz^
||jxpjltwdeu.com^
||jxpqjztcprvvb.com^
||jxvilsjyrh.com^
||jxybgyu.com^
||jybaekajjmroq.top^
||jydydmctzxcea.com^
||jyfirjqojg.xyz^
||jygkylltb.com^
||jygotubvpyguak.com^
||jyhxhsdgxbvcnj.com^
||jyjhjopmq.com^
||jyjmpatmgk.com^
||jylgvkxgfy.com^
||jynginedoddle.top^
||jynp9m209p.com^
||jyozavoyyykby.top^
||jypugepha.pro^
||jyqekzewvyojy.top^
||jyrfbtmbuqeaeo.com^
||jytbxzil.com^
||jyuirxswk.com^
||jywczbx.com^
||jyzkut.com^
||jzbvpyvhus.com^
||jzbvwqezlwrzy.top^
||jzbvwqezlwyaz.top^
||jzeamuow.com^
||jzeapwlruols.com^
||jzleekzkrwjll.top^
||jzokkejmqrbmq.top^
||jzokkejmqrbyj.top^
||jzokkejmqrkyw.top^
||jzpdjbpusgcbr.com^
||jzqbyykbrryll.top^
||jzqbyykbrrzvq.top^
||jzqgyccwefd.com^
||jztchllgpcrwu.com^
||jztucbb.com^
||jzvwawvqawemb.top^
||jzycnlq.com^
||k-09mobiles.com^
||k28maingeneral.com^
||k4umr0wuc.com^
||k55p9ka2.de^
||k5zoom.com^
||k68tkg.com^
||kaascypher.com^
||kaayqbkwnbqja.top^
||kabarnaira.com^
||kablic.com^
||kabscarbide.com^
||kabuut.com^
||kadggriffshoyv.com^
||kafugo.xyz^
||kagnejule.xyz^
||kagrooxa.net^
||kagvypdkrfd.com^
||kaicaica.com^
||kaifiluk.com^
||kaigaidoujin.com^
||kailsfrot.com^
||kaisaimy.net^
||kaishepe.xyz^
||kaiu-marketing.com^
||kaizzz.xyz^
||kakdgmn.com^
||kalauxet.com^
||kaleidoscopepincers.com^
||kalganautographeater.com^
||kalganpuppycensor.com^
||kalpaksaffect.top^
||kalseech.xyz^
||kamachilinins.com^
||kamalafooner.space^
||kamamwvzmmzmy.top^
||kaminari.space^
||kaminari.systems^
||kamnebo.info^
||kamost.com^
||kanatventose.com^
||kangaroohiccups.com^
||kanoodle.com^
||kantiwl.com^
||kaoelsng.com^
||kappalinks.com^
||kaqhfijxlkbfa.xyz^
||kaqpnobbjzdwi.com^
||karafutem.com^
||karandacotised.com^
||karayarillock.cam^
||karlhalved.com^
||karoon.xyz^
||karoup.com^
||karpasbeamer.com^
||karstsburnut.com^
||karwobeton.com^
||kashacodeina.com^
||kaslcuin.com^
||kastafor.com^
||katchouh.com^
||katecontraction.com^
||katecrochetvanity.com^
||katerigordas.pro^
||kathesygri.com^
||katlcqwmrkx.com^
||katodaf.com^
||katukaunamiss.com^
||kaubapsy.com^
||kaujouphosta.com^
||kauleeci.com^
||kaushoag.net^
||kauvoaph.xyz^
||kauzishy.com^
||kavanga.ru^
||kaxnoyxs.com^
||kayoesfervor.com^
||kazanbossterrifying.com^
||kbadguhvqig.xyz^
||kbao7755.de^
||kbevcidiiqwa.com^
||kbkewkjlqjqzr.top^
||kbknujjtpnqq.com^
||kbmcpatd.com^
||kbqebfcubeiaa.com^
||kbqtuwoxgvth.xyz^
||kbugxeslbjc8.com^
||kbyjxhnweoi.com^
||kbywyjnqrjaaa.top^
||kcaamcduwwu.com^
||kcdn.xyz^
||kcigvmdkwda.com^
||kckullrxagokk.com^
||kcnfrqincdlf.xyz^
||kcwtugkvnq.xyz^
||kdfjabv.com^
||kdkatxfkxmgmbhu.xyz^
||kdmjvnk.com^
||kdnutwrx.com^
||kdokgcf.com^
||kdosimp.com^
||kdpnmlygyagyx.com^
||kdwuiulga.com^
||kdyxxkcd.com^
||keajs.com^
||keapeiros.xyz^
||keapgypsite.website^
||kecwhlsr.com^
||kedasensiblem.info^
||kedasensiblemot.com^
||kedasensiblemot.info^
||keechavy.com^
||keedaipa.xyz^
||keefeezo.net^
||keegesta.com^
||keegleedaphi.com^
||keekeeps.com^
||keelagemantels.com^
||keeliethalweg.top^
||keen-slip.com^
||keenmosquitosadly.com^
||keenyear.pro^
||keepinfit.net^
||keepingconcerned.com^
||keepsosto.com^
||keepsouh.com^
||keeptaza.com^
||keewoach.net^
||keezoupe.net^
||keezuptoo.com^
||kefdihfke.com^
||kefeagreatase.info^
||kegnupha.com^
||kegsandremembrance.com^
||kehalim.com^
||keidvetanda.com^
||keidweneth.com^
||keihel.com^
||keijiepvv.com^
||keikh.com^
||kejiksay.net^
||kekrouwi.xyz^
||kektds.com^
||kekw.website^
||kelekkraits.com^
||kelephoodmen.com^
||kelliontemiak.com^
||kelopronto.com^
||kelreesh.xyz^
||keltomental.cfd^
||kempitepterin.com^
||kendosliny.com^
||kenduktur.com^
||kenirqmfxniekeb.com^
||kennethemergedishearten.com^
||kenomal.com^
||kenoscoulee.com^
||kenskitscurt.com^
||kentonproxied.com^
||kentorjose.com^
||kepersaonwho.org^
||keppendragoon.top^
||keraclya.com^
||kerbayarugate.com^
||kergaukr.com^
||kernelindiscreet.com^
||keroajum.xyz^
||kerryfluence.com^
||kertzmann.com^
||kerumal.com^
||kervcufrblawcog.com^
||kesevitamus.com^
||kesmatic.com^
||kessagames.com^
||kesseolluck.com^
||ketaquoted.com^
||ketgetoexukpr.info^
||ketheappyrin.com^
||ketiverdisof.com^
||ketlpsmt.com^
||ketodis.com^
||ketogenopsins.uno^
||ketoo.com^
||kettakihome.com^
||kettleheedless.com^
||kettlewharves.com^
||keughwsfhltvc.com^
||keuktyouexpe.info^
||kewhulawi.com^
||kewnemhpbmzkm.com^
||kexojito.com^
||keyboardvaluesinvoke.com^
||keydawnawe.com^
||keyimaginarycomprise.com^
||keypush.net^
||keyrolan.com^
||keyrunmodel.com^
||keywordblocks.com^
||keywordsconnect.com^
||kfareputfeab.org^
||kfebxhjlco.com^
||kffawlmqdahowhr.com^
||kffxyakqgbprk.xyz^
||kfhninhokutn.com^
||kfiupggnofpqs.com^
||kfjhd.com^
||kfjkgfgr.com^
||kfkclxbmdptmehv.com^
||kfngvuu.com^
||kfxkxyb.com^
||kgdvs9ov3l2aasw4nuts.com^
||kgfjrb711.com^
||kggiqfmeafi.com^
||kglqjacmqmns.com^
||kgouzrranqt.com^
||kgqipyttin.com^
||kgroundandinte.net^
||kgsehayyvhk.com^
||kgua0o66bcw8.com^
||kgussjxttd.com^
||kgwlfrdtf.com^
||kgxpbxhigq.com^
||kgyhxdh.com^
||khandragthresh.com^
||khanjeeyapness.website^
||khatexcepeded.info^
||khayatarai.com^
||khbdskme.com^
||khbvxhwwqckmo.com^
||khdsrrwdvbgd.com^
||khekwufgwbl.com^
||khfpcxqwrauj.com^
||khgacoucr.com^
||khgctmxl.com^
||khhkfcf.com^
||khment.com^
||khnwnqmwmdttsd.com^
||khoslo.com^
||khuanynodefado.com^
||khvphqpsl.com^
||kiaughsviner.com^
||kiblahsbuenas.com^
||kicationandas.info^
||kickchecking.com^
||kickoutpawky.com^
||kiczrqo.com^
||kidsboilingbeech.com^
||kidslinecover.com^
||kidwrkts.xyz^
||kifaunsu.com^
||kifdngi.com^
||kiftajojuy.xyz^
||kihmnulxt.com^
||kihonrhvkkgdiav.com^
||kihudevo.pro^
||kihwmtvzvi.com^
||kiisvpby.xyz^
||kikbqkhghh.xyz^
||kikibobo.top^
||kikoosso.net^
||kikoucuy.net^
||kiksajex.com^
||kileysgreeney.com^
||killernineteenthjoyous.com^
||killingscramblego.com^
||kilobelion.com^
||kilometrealcoholhello.com^
||kiltyyoginis.com^
||kimbcxs.com^
||kimberlite.io^
||kimsacka.net^
||kinbashful.com^
||kindhearted-winter.pro^
||kindjalquale.uno^
||kindjalvitalic.com^
||kindleantiquarian.com^
||kindlebaldjoe.com^
||kindledownstairsskeleton.com^
||kindledrummerhitch.com^
||kindleinstance.com^
||kindlelegalizebreaking.com^
||kineckekyu.com^
||king3rsc7ol9e3ge.com^
||kingads.mobi^
||kingads.space^
||kingcobmoe.top^
||kingrecommendation.com^
||kingtrck1.com^
||kingucoelect.website^
||kingyonlendir.link^
||kinitstar.com^
||kinkledunendly.com^
||kinkywhoopfilm.com^
||kinley.com^
||kinoneeloign.com^
||kinootwibil.top^
||kinozo.xyz^
||kinripen.com^
||kioeasodamid.com^
||kioskopts.top^
||kipapjhs.com^
||kipeir.com^
||kipweootro.com^
||kiretafly.com^
||kirkifyapache.website^
||kirstyslape.uno^
||kirteexe.net^
||kirteexe.tv^
||kirujh.com^
||kirverfurious.life^
||kiss88.top^
||kistfulmafiosi.space^
||kistfulmapach.life^
||kistutch.net^
||kistversets.com^
||kitchencafeso.com^
||kitharaearmuff.top^
||kithoasou.com^
||kithudru.xyz^
||kitnmedia.com^
||kitrigthy.com^
||kittledtwang.top^
||kittlesoceania.com^
||kitwkuouldhukel.xyz^
||kitwwuowjv.com^
||kityamurlika.com^
||kityour.com^
||kiweftours.com^
||kiwsiftuvac.com^
||kiynew.com^
||kiyyrilqb.com^
||kizklqqj.com^
||kizxixktimur.com^
||kjanynlnwqqqy.top^
||kjcafatfgwpggu.xyz^
||kjfhenoqfyfljo.com^
||kjgqsrejwsthwiw.com^
||kjgzctn.com^
||kjisypvbsanmlem.xyz^
||kjjbgclciiay.xyz^
||kjjvpwvyon.com^
||kjklisbcab.com^
||kjlmoxpnst.com^
||kjmfjwhlrhmmtq.com^
||kjotkqyzxe.com^
||kjqlmeaykennr.top^
||kjqqtivd.com^
||kjrlulmt.com^
||kjrnmkfwqp.com^
||kjsckwjvdxju.xyz^
||kjsvvnzcto.com^
||kjuftmdofmsrhq.com^
||kjvaqbyebqkzy.top^
||kjyouhp.com^
||kkghcdvxdfvsq.com^
||kkixbfuihbhhrj.com^
||kkjjgban.com^
||kkjrwxs.com^
||kkjuu.xyz^
||kkkpydfok.com^
||kkkqdgeejtxo.com^
||kkmacsqsbf.info^
||kkpbisoyan.com^
||kksapygupdp.com^
||kktxgytr.com^
||kkuabdkharhi.com^
||kkualfvtaot.com^
||kkuokpakbz.com^
||kkusridasp.com^
||kkuztcsx.com^
||kkwfvwpyswjmvi.com^
||kkyqrxqd.com^
||klcpcsdoaelyjeh.com^
||klcuxykjrfto.xyz^
||klehewasades.org^
||klenhosnc.com^
||klihldyjzrjouh.com^
||klikadvertising.com^
||kliksaya.com^
||klipmart.com^
||kliqz.com^
||klisejrwgir.com^
||klixfeed.com^
||klkus.xyz^
||klmrgtvjeiea.com^
||klonedaset.org^
||kloperd.com^
||kloshgriffe.com^
||kloynfsag.com^
||klrnhhzh.com^
||klsdee.com^
||kmeqdnmgdkpn.com^
||kmgzyug.com^
||kmhfsrwqdu.com^
||kmkixuha.com^
||kmkthnyd.com^
||kmlvdhequlpli.com^
||kmmsfoqbhc.xyz^
||kmmtxfwntcnyd.com^
||kmnkiuqfo.com^
||kmodukuleqasfo.info^
||kmxwygco.com^
||kmyaklgcik.com^
||kmyunderthf.info^
||knackseafood.com^
||knaplpdmbrbi.com^
||knaveavo.guru^
||knawelgrx.com^
||kncecafvdeu.info^
||kncrnjspoxd.com^
||kndaspiratioty.org^
||kndvqgmfwrdyf.com^
||kneadcomplicate.com^
||kneeansweras.com^
||kneeletromero.com^
||kneescarbohydrate.com^
||kneescountdownenforcement.com^
||kneesettingflashing.com^
||knewfeisty.com^
||knewsportingappreciate.com^
||knewwholesomecharming.com^
||knifeimmoderateshovel.com^
||knightcharleyloudly.com^
||knigna.com^
||knittedcourthouse.com^
||knittedplus.com^
||knittingupidiotic.com^
||knivesdrunkard.com^
||knivesprincessbitterness.com^
||knlrfijhvch.com^
||knobpredestinecontradiction.com^
||knobsomebodycheery.com^
||knocia.com^
||knockedstub.com^
||knockknockads.com^
||knockoutantipathy.com^
||knocksdriddle.website^
||knockupchiniks.com^
||knotprovided.com^
||knottyactive.pro^
||know-whos-spying.com^
||know-whos-watch.com^
||knowd.com^
||knowfloor.com^
||knowledgepretend.com^
||knownconsider.com^
||knownwarn.com^
||knowsdcollet.com^
||knqpyaholceobc.com^
||knsnyfpnbyakn.xyz^
||kntswafuos.com^
||knubbyripens.uno^
||knudsenunmast.top^
||knurryaikuchi.guru^
||knutenegros.pro^
||knvjwrwvaqvll.top^
||knziesxepvaina.com^
||koabapeed.com^
||koabouch.net^
||koabukedosi.com^
||koadoasi.net^
||koafaupesurvey.space^
||koahoocom.com^
||koakoucaisho.com^
||koalaups.com^
||koaneeto.xyz^
||koapsout.com^
||koapsuha.net^
||koasinoup.com^
||koathool.xyz^
||koauanmfuamsjb.xyz^
||kobeden.com^
||kocairdo.net^
||kocaisin.xyz^
||kochov.com^
||kockaiho.com^
||kodagupinkoes.com^
||kofirusy.pro^
||kognoaka.net^
||kogutcho.net^
||kohempcaseins.guru^
||koindut.com^
||koipatolipper.com^
||kojlgwliewan.xyz^
||kojmrbun.com^
||kokotrokot.com^
||kokuoccurs.top^
||kolanx.com^
||kolhozyhallo.com^
||kolkwi4tzicraamabilis.com^
||kollnkjxtg.xyz^
||kolobusbeseam.space^
||kolqhaaxhk.com^
||komarchlupoid.com^
||kongabsa.xyz^
||kongocohorts.top^
||kongry.com^
||konradsheriff.com^
||kontextua.com^
||konupucy.net^
||kooboaphe.com^
||koocash.com^
||koochooy.net^
||koocoofy.com^
||koogreep.com^
||koojaiba.net^
||koojaith.xyz^
||kookarek.com^
||koolawet.net^
||koophaip.net^
||koosaipiph.com^
||kootovouz.com^
||kootzjkz.com^
||koovaubi.xyz^
||koowhoos.com^
||kopehngtragen.com^
||kopeukasrsiha.com^
||kopsooli.com^
||koraboe.com^
||koradu.com^
||koranicseimas.com^
||korarea.com^
||korenle.com^
||korexo.com^
||korgala.com^
||korgiejoinyou.com^
||kormisl.com^
||kornbulk1.com^
||koronaararao.guru^
||koronacineole.life^
||korpeoe.com^
||korporatefinau.org^
||korrelate.net^
||korunabevy.com^
||korununkept.digital^
||kostprice.com^
||kotikinar2ko8tiki09.com^
||kotnvzp.com^
||kotokoaedeagi.com^
||koublxdh.com^
||kouceeptait.com^
||koucerie.com^
||kougloar.com^
||koujaups.xyz^
||kouptufezi.com^
||koureptu.xyz^
||koustouk.net^
||koutobey.net^
||koxcsmmcealss.com^
||koxqdviupg.xyz^
||kpcjwjdvlh.com^
||kpdqdbyi.com^
||kpdwueshr.com^
||kpebuazc.com^
||kpeppgifggwws.com^
||kphnncpx.xyz^
||kpkgkkbs.xyz^
||kpougoavtxkrew.com^
||kqhi97lf.de^
||kqjpipl.com^
||kqpdnmkkvuu.com^
||kqpisbvnmtkgahq.xyz^
||kqqwutgln.com^
||kqqzyjmwqweze.top^
||kqrcijq.com^
||kqtvdljwv.com^
||kquptfjubrbp.xyz^
||kquzgqf.com^
||kqvrmebkljleb.top^
||kqwtnuybueae.com^
||kqyywvok.xyz^
||kqzyfj.com^
||krankenwagenmotor.com^
||krazil.com^
||krclyfkitjyvlls.com^
||krcuoujleerrun.com^
||krcykddubkrsjm.xyz^
||kremarkedone.com^
||kreud.com^
||krful.com^
||krgukepers.org^
||krilor.com^
||krisydark.com^
||krivo.buzz^
||krixyncbsyhju.com^
||krjxhvyyzp.com^
||krkmkvxneig.com^
||krmlsuhicaapha.com^
||krnishwktki.com^
||krnmayzjvzqve.top^
||kronentriduo.top^
||kronosspell.com^
||krqjfirm.com^
||krqmfmh.com^
||krqttfeq.com^
||krrtxbfbeey.top^
||krsvpobbneyj.com^
||krtinonqtp.com^
||ksandtheirclean.org^
||kscmqmrlrepwim.com^
||ksehinkitw.hair^
||kshzlyvbaaa.com^
||ksnbiepnvjdi.com^
||kssvsjfhxpzwfd.com^
||kstjqjuaw.xyz^
||kstvhknmhfppbf.com^
||ksuoodqeiuupey.com^
||ksurpiwdayc.com^
||ksvtdifdlqyrv.com^
||ksykbucea.com^
||ksyompbwor.xyz^
||kt5850pjz0.com^
||ktbktludhhq.com^
||ktbpasfiqmqdni.com^
||ktcgqqoo.com^
||ktfgfdjea.com^
||ktfodkqypn.xyz^
||ktkjmp.com^
||ktlrhudvlsu.com^
||ktlrqfxcskympvu.xyz^
||ktmayxvea.com^
||ktnukmtsbfko.com^
||ktobedirectu.xyz^
||ktqiyjojiya.com^
||ktrfzka.com^
||ktrmmxocabjd.com^
||ktxvbcbfs.xyz^
||ku2d3a7pa8mdi.com^
||ku42hjr2e.com^
||kubhwrkpycngbwl.com^
||kubicadza.xyz^
||kubicserves.icu^
||kuboohee.xyz^
||kubrea.com^
||kueezrtb.com^
||kuesjmznhhid.com^
||kuezfqvztt.com^
||kughouft.net^
||kuglouhaize.com^
||kugoucko.com^
||kujugu.xyz^
||kukrosti.com^
||kulakiayme.com^
||kultingecauyuksehi.info^
||kultingecauyuksehinkitw.info^
||kumparso.com^
||kumpulblogger.com^
||kumteerg.com^
||kumtibsa.com^
||kunidaotno.xyz^
||kunvertads.com^
||kupharlutetia.com^
||kuqekpfj.com^
||kuqgrelpiamw.com^
||kurlipush.com^
||kursatarak.com^
||kusciwaqfkaw.com^
||kusidcfbb.com^
||kuskiteblets.top^
||kussoscliffy.com^
||kustaucu.com^
||kutdbbfy.xyz^
||kutjilsi.com^
||kuvbyhnotmwm.com^
||kuvoansub.com^
||kuwhetsa.net^
||kuwooque.com^
||kuwoucaxoad.com^
||kuyncvkntfke.com^
||kvaaa.com^
||kvclwfrsvi.com^
||kvdmuxy.com^
||kvecc.com^
||kvemm.com^
||kveww.com^
||kvexx.com^
||kvezz.com^
||kvfdpbad.com^
||kvgotkbufvxc.com^
||kviojoglr.com^
||kvjjhwkqhehkv.com^
||kvkfxrrdjgq.xyz^
||kvovs.xyz^
||kvtllnttauq.com^
||kvxxkbmby.com^
||kvymlsb.com^
||kw3y5otoeuniv7e9rsi.com^
||kwbmkwej.com^
||kwedzcq.com^
||kwhhdwyuvi.com^
||kwiydaw.com^
||kwjjpphbsuuoe.com^
||kwkkxztnjbr.com^
||kwncbljexuc.com^
||kwnmhplnqnfxh.xyz^
||kwqelx.com^
||kwqgprdmmwxyhb.com^
||kwtnhdrmbx.com^
||kwxpsdywhybmhp.com^
||kwxvjrhijacw.com^
||kxadykuwmllrn.com^
||kxccibbnktplbtl.com^
||kxemrjbvsrd.com^
||kxeredrhsummac.xyz^
||kxfwgqkuojcq.com^
||kxhbyjljkmyp.xyz^
||kxhmyeedwkbgrh.xyz^
||kxkqqycs.xyz^
||kxnaaxml.com^
||kxnggkh2nj.com^
||kxowmbwprnck.com^
||kxrglnpolgofvr.xyz^
||kxshyo.com^
||kxuattexg.com^
||kxvxonkymcnm.com^
||kxwhiogrswx.com^
||kychajuza.com^
||kygfocnbvlaa.com^
||kygftx.xyz^
||kyjhuflgtl.xyz^
||kykenies.com^
||kykfiyin.com^
||kymagachu.pro^
||kymirasite.pro^
||kymllnoudhkiht.com^
||kymnelboloman.com^
||kyteblowzed.com^
||kytesconge.com^
||kytoonburlies.website^
||kywtndbtqldbvp.com^
||kz2oq0xm6ie7gn5dkswlpv6mfgci8yoe3xlqp12gjotp5fdjxs5ckztb8rzn.codes^
||kzcdgja.com^
||kzdxpcn.com^
||kzkmmbrrzn.com^
||kzknjdlalls.com^
||l-iw.de^
||l1native.com^
||l1vec4ms.com^
||l3g3media.com^
||l44mobileinter.com^
||l45fciti2kxi.com^
||l5games2fan.com^
||la-la-moon.com^
||la-la-sf.com^
||la3c05lr3o.com^
||labadena.com^
||labeldollars.com^
||laborrend.com^
||labourcucumberarena.com^
||labourerlavender.com^
||labourermarmotgodmother.com^
||labourmuttering.com^
||labporno.com^
||labsappland.com^
||labsoacu.com^
||lacecoming.com^
||lacerateinventorwaspish.com^
||lacertfeedlot.com^
||lackeysstouty.com^
||lacquerpreponderantconsist.com^
||lacquerreddeform.com^
||ladbrokesaffiliates.com.au^
||ladnet.co^
||ladnova.info^
||ladrecaidroo.com^
||ladsabs.com^
||ladsans.com^
||ladsats.com^
||ladsatz.com^
||ladsdown.com^
||ladsecs.com^
||ladsecz.com^
||ladsims.com^
||ladsips.com^
||ladsipz.com^
||ladskiz.com^
||ladsmoney.com^
||ladsp.com^
||ladthereisysom.com^
||laeiwbkt.com^
||laf1ma3eban85ana.com^
||lafakevideo.com^
||lafastnews.com^
||laggerozonid.website^
||lagqmwyvqr.com^
||lagrys.xyz^
||laharal.com^
||lahemal.com^
||laichook.net^
||laidapproximatelylacerate.com^
||lailoasaiho.com^
||laimroll.ru^
||lainaumi.com^
||laitushous.com^
||laivue.com^
||laiwhost.net^
||laizuwhy.com^
||lajouly.com^
||lakequincy.com^
||lakfbvoskxlc.com^
||lakmus.xyz^
||lakvandula.com^
||lalalkamwsz.com^
||lalaping.com^
||lalapush.com^
||lalerent.site^
||lalqyyxorytp.com^
||lambedbarbal.website^
||lamberslucina.website^
||lambersoultre.website^
||lambingsyddir.com^
||lamburnsay.live^
||lamdanorelin.life^
||lame7bsqu8barters.com^
||lamellaweevily.com^
||lamesinging.com^
||laminarrailage.com^
||lammasbananas.com^
||lamppostharmoniousunaware.com^
||lanaisgoll.com^
||lanatesourock.uno^
||lanceforthwith.com^
||landelcut.com^
||landforgreatapp.com^
||landitmounttheworld.com^
||landmarkfootnotary.com^
||landnewseasy.com^
||landscapeuproar.com^
||landwaycru.com^
||lanentablelanentablefantasy.com^
||languewauchts.com^
||languishnervousroe.com^
||lanistaads.com^
||lanksnail.com^
||lanopoon.net^
||lanoqhji.com^
||lanqbzawvmwe.top^
||lanqbzawvymy.top^
||lansukse.xyz^
||lantodomirus.com^
||laoosmesis.com^
||laoxsgal.com^
||lapblra5do4j7rfit7e.com^
||lapbscpgazh.com^
||lapowed.com^
||lapre28rmcat2.com^
||lapseboomacid.com^
||lapsebreak.com^
||lapsephototroop.com^
||laptweakbriefly.com^
||lapypushistyye.com^
||laqixtkqpfax.com^
||laqsvgmjrw.com^
||laquearhokan.com^
||laqwnrazvywaz.top^
||larasub.conxxx.pro^
||larchesleatman.guru^
||larchesrotates.com^
||lardapplications.com^
||lardonsmein.top^
||lardpersecuteunskilled.com^
||lardspropugn.com^
||lardyirreproachabledeserve.com^
||larentisol.com^
||largedoubly.com^
||largeharass.com^
||largepeering.com^
||larkyabandum.com^
||larontale.com^
||larrenpicture.pro^
||larsepso.xyz^
||larundadozily.com^
||larvpydqmwvt.com^
||las4srv.com^
||lascivioushelpfulstool.com^
||laserdandelionhelp.com^
||laserdrivepreview.com^
||laserharasslined.com^
||lasosignament.com^
||lasqnpjwuaoiqr.xyz^
||lassampy.com^
||lastermannose.top^
||lasubqueries.com^
||latchwaitress.com^
||latelypillar.com^
||lateralexamination.com^
||lateralphonesecurity.xyz^
||lateranfigs.top^
||laterincessant.com^
||latest-news.pro^
||latestgrace.com^
||latestsocial.com^
||latheendsmoo.com^
||lathilusted.top^
||latinchiniks.digital^
||latkelotong.top^
||latonaheyday.space^
||latrinehelves.com^
||lattermailmandumbest.com^
||latternarcoticbullet.com^
||laudianauchlet.com^
||laudulut.com^
||laughbuckle.com^
||laughedaffront.com^
||laughedrevealedpears.com^
||laughteroccasionallywarp.com^
||lauglaph.net^
||laugoust.com^
||laugus.com^
||lauhefoo.com^
||lauhoosh.net^
||laukaivi.net^
||laulme.info^
||launchbit.com^
||laundrydesert.com^
||lauriestatuestroll.com^
||laushoar.xyz^
||lausoudu.net^
||laustiboo.com^
||lauthana.net^
||lavando2scas1hh1.com^
||lavatorybrandnew.com^
||lavatorydownybasket.com^
||lavatoryhitschoolmaster.com^
||lavenderhierarchy.com^
||laversleopold.guru^
||lavish-brilliant.pro^
||lavishnessoverboard.com^
||lavtaexvpxnms.com^
||lavufa.uno^
||lawcmabfoqal.com^
||lawishkukri.com^
||lawsaddthoroughfare.com^
||lawsbuffet.com^
||lawsuniversitywarning.com^
||lawunfriendlyknives.com^
||laxallenopposed.com^
||laxativepermissiblesensation.com^
||laxecnef.com^
||laxoaksi.net^
||laydcilck.com^
||layer-ad.org^
||layerloop.com^
||layermutual.com^
||layerpearls.com^
||layoutsdaydawn.top^
||layzvgxgodnv.com^
||lazmblmywqjyb.top^
||lbabpxobwjkobef.com^
||lbbvyupbdq.com^
||lbbzxarfoukaf.com^
||lbexhowxemwo.com^
||lbjxsort.xyz^
||lbkezllkewevy.top^
||lbswotkkpry.com^
||lbwjqrtxeeriap.com^
||lbxcnbrczmmp.com^
||lbxetynjwqyrw.com^
||lby2kd27c.com^
||lbylqeravmowq.top^
||lbypewrshxl.com^
||lcdqtakgispg.xyz^
||lcdtilth.uno^
||lcentntel.com^
||lcfooiqhro.com^
||lcjiusbyqfpdo.com^
||lcloperoxeo.xyz^
||lcmbppikwtxujc.xyz^
||lcmevashrxfh.com^
||lcncbusdg.com^
||lcrhtauvic.com^
||lcswbwinvhzm.com^
||lcvdvyqpewwhllt.com^
||lcwoewvvmhj.com^
||lcwogxmmukoe.com^
||ld.myrciawaapa.com^
||ldcadfuway.com^
||ldclxgkcy.xyz^
||ldcrfkvy.com^
||ldedallover.info^
||ldehffofpeqr.com^
||ldexhnvqcyaio.com^
||ldfeqvkunqawgru.com^
||ldforeyesheha.info^
||ldimnveryldgitwe.xyz^
||ldisgmftfxanwb.com^
||ldklkdkxoqs.com^
||ldlikukemyfueuk.info^
||ldmlnhfnly.com^
||ldrenandthe.org^
||ldrsvmkajnzx.com^
||ldthinkhimun.com^
||ldtscklwyxc.com^
||lduhtrp.net^
||lead1.pl^
||leadadvert.info^
||leadbolt.net^
||leadcola.com^
||leadenabsolution.com^
||leadenretain.com^
||leadensought.com^
||leadingindication.pro^
||leadingservicesintimate.com^
||leadmediapartners.com^
||leadscorehub-view.info^
||leadsecnow.com^
||leadsleap.net^
||leadzu.com^
||leadzupc.com^
||leadzutw.com^
||leafletcensorrescue.com^
||leafminefield.com^
||leafpear.com^
||leaguedispleasedjut.com^
||leakcocoonfooting.com^
||leakervassar.top^
||leakfestive.com^
||leansometime.com^
||leanunderstatement.com^
||leanwhitepinafo.org^
||leapretrieval.com^
||learningproportion.com^
||learntinga.com^
||leaseholderbarbcompact.com^
||leasemiracle.com^
||leashextendposh.com^
||leashmotto.com^
||leashrationaldived.com^
||leathbowling.top^
||leatmansures.com^
||leavelicencetoenail.com^
||leavenstogated.cfd^
||leaveoverwork.com^
||leaveundo.com^
||leavil.com^
||leavilysover.site^
||leavingboth.com^
||leavingenteredoxide.com^
||leavingsuper.com^
||lebinaphy.com^
||lebpeqroqqvtf.com^
||lebsigry.com^
||lecapush.net^
||lecdhuq.com^
||lecticashaptan.com^
||lecythleche.website^
||ledaoutrush.com^
||ledgesprimely.com^
||ledhatbet.com^
||ledrapti.net^
||ledslevier.com^
||leebisuk.xyz^
||leechdesperatelymidterm.com^
||leechiza.net^
||leedoash.com^
||leefosto.com^
||leegaroo.xyz^
||leesecobourg.com^
||leesymvlvck.xyz^
||leetaipt.net^
||leetmedia.com^
||leewayjazzist.com^
||leezeemu.com^
||leezeept.com^
||leezoama.net^
||leforgotteddisg.info^
||left-world.com^
||leftempower.com^
||leftshoemakerexpecting.com^
||legal-weight.pro^
||legalavouch.com^
||legalchained.com^
||legcatastrophetransmitted.com^
||legely.com^
||legendadmiration.com^
||legendaryremarkwiser.com^
||legendbrowsprelude.com^
||legendeducationalprojects.com^
||legerikath.com^
||leggraduate.com^
||leggygagbighearted.com^
||leginsi2leopard1oviy1hf.com^
||legitimatemess.pro^
||legmcwfok.com^
||legpullbetorn.com^
||legrah.com^
||legreeft.xyz^
||legxrhrrb.xyz^
||lehechapunevent.com^
||lehephubu.com^
||lehoacku.net^
||lehtymns.com^
||lehvxwciysoac.com^
||leisengr.com^
||leisurebrain.com^
||leisureinhibitdepartment.com^
||leisurelyeaglepestilent.com^
||leisurelyparoleexcitedly.com^
||leisurelypizzascarlet.com^
||lelesidesukbeing.info^
||lemelstrikes.cfd^
||lementwrencespri.info^
||lemetri.info^
||lemitsuz.net^
||lemmaheralds.com^
||lemmataoutsoar.com^
||lemondependedadminister.com^
||lemonicecold.org^
||lemotherofhe.com^
||lemouwee.com^
||lempeehu.xyz^
||lengtikto.xyz^
||lenkmio.com^
||lenmit.com^
||lenopoteretol.com^
||lenscupcakeproperty.com^
||lentculturalstudied.com^
||lenthyblent.com^
||leonbetvouum.com^
||leonidwolvers.com^
||leonodikeu9sj10.com^
||leoohpwquexxoyt.com^
||leoojlxbcvnmpbe.com^
||leoparddisappearcrumble.com^
||leopardenhance.com^
||leoyard.com^
||lepetitdiary.com^
||lephaush.net^
||lepiotaspectry.com^
||leptidunhaunt.com^
||leqjnmmyqtb.com^
||lerrdoriak.com^
||leskdywzbfk.com^
||lesoocma.net^
||lessencontraceptive.com^
||lessite.pro^
||letaikay.net^
||letchymendole.website^
||leteer.com^
||letinclusionbone.com^
||letitnews.com^
||letitredir.com^
||letopreseynatc.org^
||letqejcjo.xyz^
||letsbegin.online^
||letstry69.xyz^
||letterslamp.online^
||letterwolves.com^
||leucan3thegm6um.com^
||leukemianarrow.com^
||levajarool.com^
||levan-rqw.com^
||levccyvth.com^
||levelbraid.com^
||levellinkedgrant.com^
||leveragebestow.com^
||leveragetypicalreflections.com^
||leverseriouslyremarks.com^
||levityprogramming.com^
||levityquestionshandcuff.com^
||levulicbenday.digital^
||levyteenagercrushing.com^
||lewdlygrips.top^
||lexemeowhere.digital^
||lexicoggeegaw.website^
||lfeaqcozlbki.com^
||lfewvebxzt.com^
||lffsnhwhxnqn.com^
||lfkxjcrlrrar.com^
||lflcbcb.com^
||lfngqrtheim.com^
||lfnwqrghxqrqb.com^
||lfooldjzuyfhae.com^
||lfpmtibqwqre.com^
||lfstmedia.com^
||lfsuigdrtsszog.com^
||lfufujhxmy.com^
||lfwujowkcf.com^
||lfxkgdvf.com^
||lfywxgpkev.com^
||lgcssusa.com^
||lgepbups.xyz^
||lgfiufyaycsh.com^
||lghqdjhilj.com^
||lgmvmfywd.com^
||lgqffscxfqv.com^
||lgqqhbnvfywo.com^
||lgqwdzexjo.com^
||lgse.com^
||lgtdkpfnor.com^
||lgviqkrimvmy.xyz^
||lgwddyouxxwd.com^
||lgwwcnrifdurpho.com^
||lhamjcpnpqb.xyz^
||lhbrkotf.xyz^
||lhdmihaby.xyz^
||lhecbmq.com^
||lheoutn.com^
||lhgwyrecj.com^
||lhgzfnxyhq.com^
||lhhnykntxgb.com^
||lhioqxkralmy.com^
||lhiswrkt.com^
||lhmos.com^
||li.blogtrottr.com^
||li2meh6eni3tis.com^
||liabilityspend.com^
||liablematches.com^
||liabletablesoviet.com^
||liadinfqfjmc.xyz^
||liadm.com^
||liaisondegreedaughters.com^
||liambafaying.com^
||liaoptse.net^
||liarcram.com^
||libcdn.xyz^
||libedgolart.com^
||libelloushopedlearned.com^
||libelpreferred.com^
||libeph.com^
||liberalthrustwhilst.com^
||liberaumil.com^
||libertycdn.com^
||libertystmedia.com^
||libihimu.com^
||librariandemocrattoss.com^
||libsloppier.guru^
||libyansdulled.com^
||licantrum.com^
||licenseelegance.com^
||licereason.space^
||lickinggetting.com^
||lickingimprovementpropulsion.com^
||licmiwot.com^
||licted.com^
||liddenlywilli.org^
||liddingremorse.digital^
||lidlesscowedly.com^
||lidsaich.net^
||lie2anyone.com^
||liedebris.com^
||lieforepawsado.com^
||liegelygosport.com^
||liegesyn.top^
||lieutenantfurther.com^
||lievel.com^
||lievhbbqbapjkh.com^
||lifeimpressions.net^
||lifemoodmichelle.com^
||lifeporn.net^
||lifesoonersoar.org^
||lifestyleheartrobust.com^
||lifetds.com^
||lifetimeroyaltybestial.com^
||liffic.com^
||lifiads.com^
||lifict.com^
||lifoll.com^
||lifootsouft.com^
||liftdna.com^
||liftedd.net^
||liftmenpartes.com^
||ligatessuspend.top^
||ligatus.com^
||lighes.com^
||lightenintimacy.com^
||lightfoot.top^
||lightlybreathlesspronunciation.com^
||lightningbarrelwretch.com^
||lightningcast.net^
||lightningly.co^
||lightningobstinacy.com^
||lightsriot.com^
||lightssyrupdecree.com^
||ligninsorra.website^
||lihhxayjmr.com^
||lihuwvokhonsni.com^
||liivhntsu.com^
||likeads.com^
||likecontrol.com^
||likedpatpresent.com^
||likedstring.com^
||likelihoodrevolution.com^
||likenedfondles.life^
||likenesscollecting.com^
||likenewvids.mom^
||likenewvids.online^
||likidn.com^
||liktufmruav.com^
||lilacbalak.top^
||lilacdefencelessroyal.com^
||lilacsloppy.com^
||lilcybu.com^
||lilialconcoct.top^
||lilureem.com^
||lilysuffocateacademy.com^
||lilysummoned.com^
||limbcoastlineimpetuous.com^
||limberkilnman.cam^
||limboduty.com^
||limbrooms.com^
||limeaboriginal.com^
||limeclassycaption.com^
||liminechests.com^
||limineshucks.com^
||limitagesdidjet.site^
||limitationvolleyballdejected.com^
||limitbrillianceads.com^
||limitedkettlemathematical.com^
||limitesrifer.com^
||limitlessascertain.com^
||limitlessexterminator.com^
||limitssimultaneous.com^
||limoners.com^
||limorev.com^
||limosiwooable.com^
||limpattemptnoose.com^
||limpedanychia.com^
||limpingpick.com^
||limpomut.com^
||limurol.com^
||lin01.bid^
||lindasmensagens.online^
||linearmummy.com^
||linearsubdued.com^
||linedprocurator.com^
||linedpuzzle.com^
||linendamns.top^
||linendoubtful.com^
||linendrink.com^
||linensephraim.com^
||linerslutrine.guru^
||lingamretene.com^
||lingerdisquietcute.com^
||lingerincle.com^
||lingoumboylike.website^
||lingrethertantin.com^
||lingyknubby.com^
||linhacitoyen.com^
||liningreduction.com^
||linkbuddies.com^
||linkchangesnow.com^
||linkedassassin.com^
||linkedprepenseprepense.com^
||linkedrethink.com^
||linkeinvitable.site^
||linkelevator.com^
||linkev.com^
||linkexchange.com^
||linkhaitao.com^
||linkmanglazers.com^
||linkmepu.com^
||linkoffers.net^
||linkonclick.com^
||linkredirect.biz^
||linkreferral.com^
||linksecurecd.com^
||lintensciurid.top^
||lintfeintshindig.com^
||lintgallondissipate.com^
||linygamone.top^
||liondolularhene.info^
||lionelimburse.com^
||lionesssupercatering.com^
||lionporcelain.com^
||lipidicchaoush.com^
||lipmswonv.com^
||lipsate.com^
||liqenoftcgfqw.com^
||liquidapprovaltar.com^
||liquidfire.mobi^
||liquorelectric.com^
||liquorsref.com^
||lirateblister.com^
||lirdooch.xyz^
||list-ads.com^
||listbrandnew.com^
||listeraislatory.site^
||listfulhymnals.website^
||listguineaelementary.com^
||listlessoftenkernel.com^
||liteappmagazin.com^
||literacyneedle.com^
||literacysufficientlymicroscope.com^
||literalbackseatabroad.com^
||literalcorpulent.com^
||literallisten.com^
||literalpraisepassengers.com^
||literalseedsamnesty.com^
||literaryfledlitter.com^
||literaryonboard.com^
||literatureheartburnwilling.com^
||literaturehogwhack.com^
||literaturerehearsesteal.com^
||literatureunderstatement.com^
||literpeore.com^
||littlecdn.com^
||littlecutecats.com^
||littlecutedogs.com^
||littlecutelions.com^
||littleearthquakeprivacy.com^
||littleneptunenews.com^
||littleworthjuvenile.com^
||littlmarsnews22.com^
||litvp.com^
||liupoaa.com^
||live-a-live.com^
||liveleadtracking.com^
||livelihoodpracticaloperating.com^
||livelycontributorvariations.com^
||livelyfemales.com^
||livelytusk.com^
||liverbarrelrustle.com^
||livesexbar.com^
||livestockfeaturenecessary.com^
||livestormy.com^
||livezombymil.com^
||livid-inspector.com^
||lividn.com^
||livingshedhowever.com^
||livrfufzios.com^
||livyersremoval.com^
||liwnffsxdhn.com^
||lixihyrwpgh.com^
||lixnirokjqp.com^
||lixsbdifa.com^
||lixuhwuwychupbd.com^
||lizapaisan.com^
||lizebruisiaculi.info^
||lizziefullrounded.com^
||ljbwzlmzlzbkm.top^
||ljcsrrrhvu.com^
||ljdlgunextreyk.xyz^
||ljfncdojjuorjxu.com^
||ljlbzdqznogl.com^
||ljldpvos.com^
||ljlmzblvzerj.top^
||ljntxsmdcvemlh.com^
||ljokijpwtkwib.com^
||ljoyjuis.com^
||ljtodywdhx.xyz^
||ljubleasyu.com^
||ljyajgjvuv.com^
||ljykyxgp.com^
||ljzxdranhsf.com^
||lkbnneknzkjw.top^
||lkbnneknzrne.top^
||lkcoffe.com^
||lkdazrtkame.com^
||lkdvvxvtsq6o.com^
||lketpgwauan.com^
||lkeurotpmiz.com^
||lkhmkmhlqst.xyz^
||lkjgdyhtdrnau.com^
||lkjjhrwrcmvtl.com^
||lkjkbjnalnqnb.top^
||lkjoncgixi.com^
||lkkemywlsyxsq.xyz^
||lkkhedpqeduyukj.com^
||lkkmnudvvx.com^
||lkkrmarvynlqz.top^
||lkkrmarvynlyn.top^
||lklaiwqnk.com^
||lklhwrqrcbsxdn.com^
||lklofubgk.com^
||lkmedcjyh.xyz^
||lkoqoxgkntjv.com^
||lkoulntogv.com^
||lkoxbiwi.com^
||lkpmprksau.com^
||lkqd.net^
||lkqpxhw.com^
||lksbnrs.com^
||lksoghgm.xyz^
||lkyrxsfsust.com^
||lkzlambkzljee.top^
||lkzlambkzllaz.top^
||llalo.click^
||llboqevyazylr.top^
||llcbcqfwxyhgyda.com^
||lldkgppuwi.com^
||llggttiz.com^
||llmeocaptainh.com^
||llmvycxvfbalxa.xyz^
||llohkcllkalodrb.xyz^
||llpnrfplbkoalts.com^
||llq9q2lacr.com^
||llqqhwfjtdtvnt.com^
||llqrhggvwra.com^
||llthwkoqlxwajb.com^
||lltyfiqsdgsvnr.xyz^
||lludd-ize.com^
||lluwrenwsfh.xyz^
||llvlzvrwkoaqm.top^
||llwcfovpl.com^
||llyighaboveth.com^
||llykcdqkbl.xyz^
||llykjmzqkzkbr.top^
||llynbooming.top^
||llyyxmav.xyz^
||lmalyjywqlwvk.top^
||lmaynnkjbbjbb.top^
||lmaynnkjbbqrz.top^
||lmekamrykbbjn.top^
||lmekamrykbbky.top^
||lmfxnooteslq.xyz^
||lmjwqbjmkrzyw.top^
||lmmpjhvli.com^
||lmn-pou-win.com^
||lmnrorgeummvsqe.com^
||lmp3.org^
||lmqbjsuocpyo.com^
||lmqowtvu.com^
||lmqysxpwytiknqe.com^
||lmuondxclws.com^
||lmvkxaadihu.com^
||lmvrjajerrbwv.top^
||lmysqwll.com^
||lnabew.com^
||lnbcfjkld.com^
||lnbdbdo.com^
||lncfuqbgpnmxm.xyz^
||lnhamforma.info^
||lnhdlukiketg.info^
||lnjaccwtdwdsntd.com^
||lnjdmsbyytwl.com^
||lnjdtbpx.com^
||lnjmaymlmnkyn.top^
||lnk8j7.com^
||lnkfrsgrt.xyz^
||lnkrdr.com^
||lnkvv.com^
||lnkyqvkyznkvz.top^
||lnlxhsjjqfjs.com^
||lnonsoygtt.com^
||lnqdtbcrilhrdye.com^
||lntrigulngdates.com^
||lnupunlmewv.com^
||lnvabjwmrlmzb.top^
||lnyajvutvvirw.xyz^
||lnzqmaqzjlnnw.top^
||lo8ve6ygour3pea4cee.com^
||loadercdn.com^
||loading-resource.com^
||loadingscripts.com^
||loadingwait.com^
||loadlatestoverlyinfo-program.info^
||loaducaup.xyz^
||loafplaceunchanged.com^
||loafsmash.com^
||loaire.com^
||loajawun.com^
||loaksandtheir.info^
||loastees.net^
||loathecurvedrepress.com^
||loathederava.uno^
||loathepimpery.com^
||loatherelevens.top^
||loatheskeletonethic.com^
||loaubriqie.com^
||lobby-x.eu^
||lobfrbrlx.com^
||lobipedholw.space^
||loboclick.com^
||lobosahispa.digital^
||lobsterbusily.com^
||lobsterpopcorn.com^
||lobsterredress.com^
||local-hot-dates.com^
||localadbuy.com^
||localedgemedia.com^
||locallyhastefowl.com^
||localsnaughty.com^
||locandalorries.com^
||locationaircondition.com^
||lockdowncautionmentally.com^
||locked-link.com^
||lockedcozyflour.com^
||lockerdomecdn.com^
||lockersatelic.cam^
||lockerstagger.com^
||locketarloup.com^
||locketthose.com^
||lockingadmitted.com^
||lockingcooperationoverprotective.com^
||lockingvesselbaseless.com^
||lockperseverancebertram.com^
||locksstruck.com^
||locomotiveconvenientriddle.com^
||locomotivetroutliquidate.com^
||locooler-ageneral.com^
||locoscrayons.cfd^
||loculusgerara.digital^
||locusflourishgarlic.com^
||locustmartperiodic.com^
||locusupsetting.com^
||lodder6.biz^
||lodgedynamitebook.com^
||lodroe.com^
||lofkxokqkf.com^
||loftsbaacad.com^
||loftychord.com^
||loganfeels.com^
||loggyareolas.top^
||logicconfinement.com^
||logicdate.com^
||logicdripping.com^
||logicorganized.com^
||loglabitrufly.top^
||loglaupt.com^
||logsgroupknew.com^
||logystowtencon.info^
||loinpriestinfected.com^
||loiteringcoaltuesday.com^
||loivpcn.com^
||loivpdbzx.com^
||loketsaucy.com^
||lokinatoer5.com^
||lokqfjbpryua.com^
||loktrk.com^
||lolco.net^
||loliumpruigo.com^
||lologhfd.com^
||lolsefti.com^
||loneextreme.pro^
||lonfilliongin.com^
||longeargloving.com^
||longerbuttonamendment.com^
||longerhorns.com^
||longestwaileddeadlock.com^
||longingarsonistexemplify.com^
||longlakeweb.com^
||loniil.com^
||lonits.com^
||lonreddone.com^
||looceemu.net^
||loodauni.com^
||loogreem.xyz^
||loohiwez.net^
||lookandfind.me^
||lookinews.com^
||lookingnull.com^
||lookoutabjectinterfere.com^
||lookruler.com^
||looksblazeconfidentiality.com^
||looksthrilled.com^
||lookujie.net^
||lookypeacing.uno^
||loolausufouw.com^
||loolowhy.com^
||looluchu.com^
||loomlarynx.com^
||loomplyer.com^
||loomscald.com^
||loomspreadingnamely.com^
||loopanews.com^
||loopfulescalop.top^
||loopme.me^
||loopoohy.com^
||loopr.co^
||loorydewdrop.com^
||looscreech.com^
||loose-chemistry.pro^
||looseclassroomfairfax.com^
||loosehandcuff.com^
||loosematuritycloudless.com^
||loosenoutfit.com^
||loosishunproud.top^
||lootexhausted.com^
||lootexport.com^
||loothoko.net^
||lootynews.com^
||looverfamose.top^
||lopqrx.xyz^
||lopsidedmine.pro^
||lopslascars.com^
||lopzitpup.com^
||loqhpdkx.com^
||loquatbethump.top^
||lorageiros.com^
||loralana.com^
||lorcgnziipstq.com^
||lordhelpuswithssl.com^
||lorgnonanvils.top^
||lormeryacarari.website^
||lorrylips.com^
||lorsreatas.guru^
||lorumotwnkkkk.com^
||lorybnfh.com^
||losercurt.com^
||loserwentsignify.com^
||loshaubs.com^
||loshrhaphae.com^
||losingninth.com^
||losingoldfry.com^
||losingsplowter.com^
||lositz.com^
||lossactivity.com^
||lostdormitory.com^
||lostinfuture.com^
||lotclergyman.com^
||lotionfortunate.com^
||lotosmarkkaa.com^
||lotreal.com^
||lotteryaffiliates.com^
||lotteryhibernateauthorized.com^
||lottingjacks.top^
||lotusesheaper.com^
||loucegle.net^
||louchaug.com^
||louchees.net^
||loudmemory.pro^
||louisaprocedureegoism.com^
||loukoost.net^
||louloapi.com^
||loulouly.net^
||loungetackle.com^
||lounooch.net^
||lourdoueisienne.website^
||lousedsomal.com^
||louseflippantsettle.com^
||lousefodgel.com^
||louses.net^
||loustagu.com^
||loustoanee.com^
||loustran288gek.com^
||lousyfastened.com^
||loutishsilents.com^
||louxoxo.com^
||love-world.me^
||lovedcorrectionsuffix.com^
||lovehiccuppurple.com^
||lovely-sing.pro^
||lovelybingo.com^
||lovemateforyou.com^
||loverevenue.com^
||loverfellow.com^
||loversarrivaladventurer.com^
||loverssloppy.com^
||lovesgoner.com^
||lovesparkle.space^
||lovewellat.guru^
||loveyousaid.info^
||low-sad.com^
||lowdodrioon.com^
||lowereasygoing.com^
||loweredexaggeratemeasures.com^
||loweredinflammable.com^
||lowestportedexams.com^
||lowgraveleron.com^
||lowlatiasan.com^
||lowleafeontor.com^
||lowlifeimprovedproxy.com^
||lowlifesalad.com^
||lownoc.org^
||lowpedalhumidity.com^
||lowrance.top^
||lowremoraidon.com^
||lowrihouston.pro^
||lowseelan.com^
||lowsmoochumom.com^
||lowsteelixor.com^
||lowtyroguer.com^
||lowtyruntor.com^
||lowuybgxsekr.com^
||loxalrauch.com^
||loxbeelid.com^
||loxgodpus.com^
||loxitdat.com^
||loxtk.com^
||loyalracingelder.com^
||loyeesihighlyreco.info^
||lozengevandalismexaminer.com^
||lp-preview.net^
||lp247p.com^
||lpaqjnfmxftqfx.com^
||lparket.com^
||lpawakkabpho.com^
||lpeqztx.com^
||lpetooopz.com^
||lpfmeavbcqbmy.com^
||lpfulinotaherere.info^
||lpmetorealiuk.info^
||lpnjcnigcfuk.com^
||lpnljafoaklewbt.xyz^
||lppexpgt.com^
||lpravybegqv.com^
||lptcfrgq.com^
||lptiljy.com^
||lptrak.com^
||lptrck.com^
||lpzhlqrrcvpnzj.com^
||lqammdjflcecau.com^
||lqbvjmkwemboq.top^
||lqbzuny.com^
||lqcaznzllnrfh.com^
||lqcdn.com^
||lqclick.com^
||lqertautw.com^
||lqjnjelmmya.com^
||lqmrxmavv.com^
||lqmvvsgusod.com^
||lqpmulou.com^
||lqriubyebqo.top^
||lqwswjwpmaih.com^
||lqxuwqhh.com^
||lqynkwkxstb.com^
||lr-in.com^
||lraonxdikxi.com^
||lrcdjqw.com^
||lreqmoonpjka.com^
||lrkenrerjkbly.top^
||lrkenrerjkljb.top^
||lrqknpk.com^
||lrqvmaverkabb.top^
||lrqvmaverkjzw.top^
||lrvrayrnqjzjw.top^
||lrvrayrnqjzkz.top^
||lrwksobdw.com^
||lrzzqvzjejjmz.top^
||lrzzqvzjejqwn.top^
||lsafrdxtih.com^
||lsandothesaber.org^
||lsckongo.website^
||lsgktcuajpifxg.xyz^
||lsgwkbk.com^
||lsjne.com^
||lsjvqovgx.com^
||lsnghcma.com^
||lsqggflcsm.com^
||lsqzxexvphk.com^
||lstonorallantyne.com^
||lsubalhqkg.com^
||lsuoaeqmubc.xyz^
||lsvblpynuezkbf.com^
||ltassrv.com.s3.amazonaws.com^
||ltassrv.com^
||ltedinncreasuke.org^
||ltengronsa.com^
||lteyrcwpoh.xyz^
||ltingcoempa.info^
||ltmlsehfqikh.xyz^
||ltmywtp.com^
||ltnyzlrqggx.com^
||ltohnghngrfeg.xyz^
||ltyscmtia.xyz^
||lubbardstrouds.com^
||lubbreton.com^
||lubowitz.biz^
||lubrazati.com^
||lucentfreer.com^
||lucentposition.com^
||luciditycuddle.com^
||lucidityhormone.com^
||lucidlydiscretion.com^
||lucidlymutualnauseous.com^
||lucidmedia.com^
||luckilyewe.com^
||luckterrifying.com^
||luckyads.pro^
||luckyforbet.com^
||luckypapa.xyz^
||luckypushh.com^
||luckyz.xyz^
||lucrativeemotionallypromised.com^
||lucrumvirga.life^
||lucvhrdlywvnwh.com^
||ludabmanros.com^
||luddismwebworn.life^
||ludied.com^
||ludxivsakalg.com^
||luffic.com^
||lugai-jbl.com^
||lugajxy.com^
||luggageflinchdew.com^
||lugjdylyqc.xyz^
||luhjdiomy.com^
||luhkbsyx.com^
||luiingiho.com^
||lujkkxgrbs.com^
||lujvwjsiqhne.com^
||lukdliketobepa.info^
||lukeaccesspopped.com^
||lukeexposure.com^
||lukpush.com^
||lulachu.com^
||lulavsepoxy.guru^
||lulgpmdmbtedzl.com^
||lullxkwwu.com^
||lumaktoys.com^
||luminosoocchio.com^
||lumnstoodthe.info^
||lumpilap.net^
||lumpmainly.com^
||lumpmancommos.guru^
||lumptaxmen.com^
||lumpy-skirt.pro^
||lumpyactive.com^
||lumupu.xyz^
||lumxts.com^
||lunchpaybackdarcy.com^
||lunchtimehermione.com^
||lunchvenomous.com^
||lunio.net^
||lunyfallace.com^
||lunylarynx.uno^
||luofinality.com^
||lupininulster.com^
||lupvaqvfeka.com^
||lupyjpkuykoc.com^
||luqlgnxfkgub.com^
||luqqlylvh.com^
||luracancamus.com^
||luracanestrus.com^
||lurchesheroine.life^
||lurcicdhevi.com^
||lurdoocu.com^
||lureillegimateillegimate.com^
||lurgaimt.net^
||lurgimte.com^
||luronews.com^
||lurrynumud.com^
||lusaisso.com^
||luscioussensitivenesssavour.com^
||lusciouswrittenthat.com^
||lushcrush.com^
||lusinlepading.com^
||lussadretchy.com^
||lustickmiasmic.com^
||lustrous-cheek.com^
||lutachechu.pro^
||luuming.com^
||luvaihoo.com^
||luwiansurmit.space^
||luwsebstwpc.com^
||luxadv.com^
||luxbetaffiliates.com.au^
||luxins.net^
||luxlnk.com^
||luxope.com^
||luxup.ru^
||luxup2.ru^
||luxupadva.com^
||luxupcdna.com^
||luxupcdnb.com^
||luxupcdnc.com^
||luxuriousannotation.com^
||luxuriouscomplicatedsink.com^
||luxuryfluencylength.com^
||luxusbowboy.com^
||luymtmiku.com^
||luyten-98c.com^
||luzulabeguile.com^
||lv5hj.top^
||lvaazvwmmvwev.top^
||lvbeybbkovbaq.top^
||lvbngvy.com^
||lvecygampj.com^
||lvjptld.com^
||lvlmhyjzdan.com^
||lvnnqdgxdlhj.com^
||lvntekpejrmtb.com^
||lvodomo.info^
||lvojjayaaovry.top^
||lvomenbxbyl.com^
||lvpcxqcoohcviks.com^
||lvsnmgg.com^
||lvwdrsrerso.com^
||lvwuuehkvitwn.com^
||lvyowwkqealv.top^
||lwgadm.com^
||lwghtbqqmbxiet.com^
||lwjdefxsrithve.com^
||lwjvyd.com^
||lwlagvxxyyuha.xyz^
||lwmheajc.com^
||lwojitro.top^
||lwonclbench.com^
||lwwdvshhbj.com^
||lwxuo.com^
||lx2rv.com^
||lxlncklnikihc.com^
||lxmwfqqvyvmsxlw.com^
||lxmyfbscsllxl.com^
||lxstat.com^
||lxudshpck.com^
||lybgzqbuopv.com^
||lycheenews.com^
||lychinset.space^
||lycnxmfecctutt.com^
||lycopuscris.com^
||lycoty.com^
||lydebbqcuam.com^
||lydiacorneredreflect.com^
||lyemmayrabawe.top^
||lyemmayrabzew.top^
||lyfhkyneq.com^
||lyfoldqwyihiv.xyz^
||lygbbkgykzcr.com^
||lygvtmeaekuv.com^
||lyingdownt.xyz^
||lyingshayride.com^
||lyjegushe.pro^
||lyjuylutjnu.com^
||lyjznnanareay.top^
||lyjznnanarmen.top^
||lyjznnanaryaj.top^
||lylufhuxqwi.com^
||lylydevelope.com^
||lympin.com^
||lynotquitesou.info^
||lyoak.com^
||lyouncmakvucir.com^
||lypxbwub.com^
||lyricalattorneyexplorer.com^
||lyricalbarb.com^
||lyricaldefy.com^
||lyricsgrand.com^
||lyricslocusvaried.com^
||lyricsneighbour.com^
||lyricspartnerindecent.com^
||lyrtyvqnbkknt.xyz^
||lysim-lre.com^
||lyssapebble.com^
||lythonefa.com^
||lythrumnoetics.website^
||lyvbqbvwlbery.top^
||lyvbqbvwllblj.top^
||lyvbqbvwllvnb.top^
||lywasnothycant.info^
||lywasnothycanty.info^
||lyzenoti.pro^
||lyzvbjmeybyqj.top^
||lzeld.com^
||lzjl.com^
||lzqjqvjkqkkkj.top^
||lzqkofsfbympt.com^
||lzvkmwyavjeeb.top^
||lzxdx24yib.com^
||lzylbjlqeknwe.top^
||m-rtb.com^
||m.xrum.info^
||m0hcppadsnq8.com^
||m0rsq075u.com^
||m2.ai^
||m2pub.com^
||m2track.co^
||m32.media^
||m3cads.com^
||m4clicks.com^
||m73lae5cpmgrv38.com^
||m8ppac2on0xy.com^
||ma2gs3wne3gfej70osium.com^
||ma3ion.com^
||maaivkgdulv.com^
||maaphdiwuoetl.com^
||mabelasateens.com^
||maboazolsamp.com^
||mabolmvcuo.com^
||mabtcaraqdho.com^
||macacosmarline.top^
||macan-native.com^
||macaronibackachebeautify.com^
||macaroniwalletmeddling.com^
||machairbren.com^
||macherazizzle.top^
||machineryincuroutput.com^
||machineryvegetable.com^
||machodongon.com^
||machogodynamis.com^
||macouwou.com^
||macro.adnami.io^
||mactraklutzes.com^
||madadsmedia.com^
||madampassenger.com^
||madbridalmomentum.com^
||madchemical.pro^
||madcpms.com^
||maddenbusy.com^
||maddencloset.com^
||maddenparrots.com^
||maddenword.com^
||madebabysittingimperturbable.com^
||madeevacuatecrane.com^
||madehugeai.live^
||mademadelavish.com^
||madesout.com^
||madeupadoption.com^
||madeupdependant.com^
||madlegendlawsuit.com^
||madlyexcavate.com^
||madnessindians.com^
||madratesforall.com^
||madriyelowd.com^
||madrogueindulge.com^
||mads-fe.amazon.com^
||madsabs.com^
||madsans.com^
||madsecs.com^
||madsecz.com^
||madserving.com^
||madsims.com^
||madsips.com^
||madskis.com^
||madslimz.com^
||madsokz.com^
||madsone.com^
||madspmz.com^
||madurird.com^
||maebtjn.com^
||maestroconfederate.com^
||mafon.xyz^
||mafrarc3e9h.com^
||mafroad.com^
||maftirtagetol.website^
||mafyak.com^
||magapab.com^
||magazinesfluentlymercury.com^
||magclotty.top^
||mage98rquewz.com^
||magetrigla.com^
||maggotpolity.com^
||maghoutwell.com^
||magicalbending.com^
||magicallyitalian.com^
||magicianboundary.com^
||magiciancleopatramagnetic.com^
||magicianguideours.com^
||magicianoptimisticbeard.com^
||magicignoresoil.com^
||magistratehumorousjeep.com^
||magmasudaller.com^
||magmbb.com^
||magniffic-strean.com^
||magnificent-listen.com^
||magnificentflametemperature.com^
||magnificentmanlyyeast.com^
||magnounousa.com^
||magotschnell.uno^
||magsrv.com^
||mahaidroagra.com^
||mahaplinths.com^
||mahdicrofter.com^
||mahonetranvia.com^
||mahourup.xyz^
||mahuangperosis.cfd^
||maibaume.com^
||maidendeprivation.com^
||maidsiowan.com^
||maiglair.net^
||maihigre.net^
||maihikuh.com^
||maijauta.xyz^
||maikashu.net^
||mailboxdoablebasically.com^
||mailboxleadsphone.com^
||mailboxmileageattendants.com^
||mailerrobands.website^
||mailfdf.com^
||mailieungka.com^
||mailmanuptown.com^
||mailwithcash.com^
||maimeehu.com^
||maimspeller.com^
||main-ti-cod.com^
||mainad-codpp.com^
||mainadv.com^
||mainapiary.com^
||mainchargenews.com^
||mainnewsfuse.com^
||mainroll.com^
||mainsmrtnews.pro^
||maintenancewinning.com^
||maintopmakes.website^
||maioux.xyz^
||maipofok.net^
||maiptica.com^
||mairbeets.com^
||mairedined.space^
||mairunoa.xyz^
||maisoope.xyz^
||maithooh.net^
||maiuschaco.com^
||majasgaol.com^
||majesticinsensitive.com^
||majesticrepresentative.pro^
||majestyafterwardprudent.com^
||majestybrightennext.com^
||majomalonic.com^
||major-video.click^
||major.dvanadva.ru^
||majordistinguishedguide.com^
||majorhalfmoon.com^
||majoriklink.com^
||majoritycrackairport.com^
||majorityevaluatewiped.com^
||majorlinker.biz^
||majorpusher1.com^
||majorpushme1.com^
||majorpushme3.com^
||majorsmi.com^
||majortoplink.com^
||majorworkertop.com^
||makeencampmentamoral.com^
||makemehappy.mom^
||makemehappy.pro^
||makemehappy.space^
||makemyvids.com^
||makesembezzlementconsume.com^
||makethebusiness.com^
||makingbookworm.com^
||makingdevil.com^
||makingnude.com^
||malastasho.pro^
||malay.buzz^
||maldini.xyz^
||maleliteral.com^
||malief.com^
||malignantbriefcaseleading.com^
||malinesmanses.com^
||malletaskewbrittle.com^
||malleteighteen.com^
||mallettraumatize.com^
||malleusvialed.com^
||mallinitially.com^
||malljazz.com^
||malnutritionbedroomtruly.com^
||malnutritionvisibilitybailiff.com^
||malowbowohefle.info^
||maltcontaining.com^
||maltohoo.xyz^
||maltunfaithfulpredominant.com^
||mamaapparent.com^
||mamblubamblua.com^
||mameyesmulemen.digital^
||mamluksburion.com^
||mammaclassesofficer.com^
||mammalbuy.com^
||mammaldealbustle.com^
||mammalsidewaysthankful.com^
||mammeysterrae.com^
||mammocksambos.com^
||mammothdumbest.com^
||mamotyauxesis.space^
||mamrydoina.top^
||mamydirect.com^
||man2ch5836dester.com^
||managementhans.com^
||manageoriginalmostinfo-product.info^
||managesborerecords.com^
||manboo.xyz^
||manbycus.com^
||manbycustom.org^
||manconohoch.guru^
||manconsider.com^
||mandantnutter.top^
||mandatorycaptaincountless.com^
||mandatscrate.com^
||manduzo.xyz^
||manentsysh.info^
||manesscrass.com^
||manetgauzily.life^
||maneuptown.com^
||mangensaud.net^
||mangoalmahs.com^
||mangzoi.xyz^
||maniconclavis.com^
||manicurereprimand.com^
||manifefashiona.info^
||mankindcopiesrichest.com^
||manlytribute.com^
||mannerconflict.com^
||mannwn.com^
||manoirshrine.com^
||manorfunctions.com^
||manpowersets.com^
||manrootarbota.com^
||mansernema.com^
||mansfieldeffects.com^
||manslaughterhallucinateenjoyment.com^
||mantapareseat.com^
||manualbleedingand.com^
||manualcasketlousy.com^
||manualdin.com^
||manufacturerscenery.com^
||manufacturerscornful.com^
||manurepungentfew.com^
||manuretravelingaroma.com^
||manzosui.xyz^
||mapakrogngi.com^
||mapamnni.com^
||mapbovdpdy.com^
||maquiags.com^
||maraewid.com^
||marantaarmures.guru^
||marapcana.online^
||maraudscowboy.space^
||marazma.com^
||marbct.xyz^
||marbil24.co.za^
||marbleapplicationsblushing.com^
||marbleborrowedours.com^
||marblecaution.com^
||marblemerises.guru^
||marchedrevolution.com^
||marcherfilippo.com^
||marchgrinwimp.com^
||marcoscrupulousmarks.com^
||marecreateddew.com^
||marenfu11.cn^
||marepuffy.com^
||mareswimming.com^
||margaritaimmense.com^
||marial.pro^
||marianneflog.com^
||mariannestanding.com^
||mariaretiredave.com^
||marimedia.com^
||marinalculter.com^
||marinegruffexpecting.com^
||marineingredientinevitably.com^
||maritaltrousersidle.com^
||marketcreatedwry.com^
||marketgid.com^
||marketingabsentremembered.com^
||marketingenhanced.com^
||marketinghinder.com^
||marketland.me^
||markkasgrosses.com^
||markofathenaluk.com^
||markreptiloid.com^
||markshospitalitymoist.com^
||marktworks.com^
||markxa.xyz^
||marlpitbucku.com^
||marormesole.com^
||marphezis.com^
||marquegoosey.space^
||marreerouens.com^
||marriervertep.digital^
||marrowopener.com^
||marryclamour.com^
||marshagalea.com^
||marshwhisper.com^
||marspearelct.com^
||martafatass.pro^
||martcubic.com^
||martenconstellation.com^
||marti-cqh.com^
||martinvitations.com^
||martuconfuse.com^
||martugnem.com^
||martyrcontrol.com^
||martyrvindictive.com^
||marvedesderef.info^
||marvelhuntcountry.com^
||marvellouspeaches.com^
||marvellousperforming.com^
||marvelous-studio.com^
||marvelrespectableinset.com^
||masakeku.com^
||masaxe.xyz^
||masbpi.com^
||masculineillness.com^
||mashsuicidal.com^
||masklink.org^
||masontotally.com^
||masqueradeflashy.com^
||massacreintentionalmemorize.com^
||massacresurrogate.com^
||massariuscdn.com^
||massecephid.uno^
||mastercodepink.com^
||masterfrowne.org^
||masterpieceplainlythird.com^
||mastexpelledsink.com^
||masturbaseinvegas.com^
||matchaix.net^
||matchingundertake.com^
||matchjunkie.com^
||matchuph.com^
||matecatenae.com^
||materialfirearm.com^
||materialisticinformal.com^
||maternaltypicalattendance.com^
||maternityiticy.com^
||mathads.com^
||mathematicalma.info^
||mathneedle.com^
||mathssyrupword.com^
||maticalmasterouh.info^
||matildawu.online^
||matiro.com^
||matokeassyria.com^
||matreedknifes.com^
||matrix-news.org^
||matswhyask.cam^
||matterlanguidmidnight.com^
||mattressstumpcomplement.com^
||matzohshoey.com^
||mauchopt.net^
||maudau.com^
||maugoops.xyz^
||mauhara.com^
||maulupoa.com^
||mauptaub.com^
||maurejee.com^
||mauricesignors.website^
||mavenlohi.com^
||mavq.net^
||maw5r7y9s9helley.com^
||mawhhjoastprrd.com^
||mawlaybob.com^
||mawmishtrior.com^
||mawsewtow.com^
||mawstroca.top^
||maxbounty.com^
||maxhold.xyz^
||maxigamma.com^
||maxim.pub^
||maximherein.com^
||maximtoaster.com^
||maximumductpictorial.com^
||maximumimmortality.com^
||maximus-time.net^
||maxonclick.com^
||maxprofitcontrol.com^
||maxserving.com^
||maxytrk.com^
||maybejanuarycosmetics.com^
||mayberesemble.com^
||maydoubloonsrelative.com^
||mayhemabjure.com^
||mayhemreconcileneutral.com^
||mayhemsixtydeserves.com^
||mayhemsurroundingstwins.com^
||maylnk.com^
||maymooth-stopic.com^
||mayonnaiseplumbingpinprick.com^
||mayorfound.com^
||mayorleap.com^
||maypacklighthouse.com^
||maypreposition.com^
||maysunown.live^
||mayule.xyz^
||mazamadryest.com^
||mazdeansteres.digital^
||mb-npltfpro.com^
||mb01.com^
||mb102.com^
||mb103.com^
||mb104.com^
||mb38.com^
||mb57.com^
||mbdfidszzlo.com^
||mbdippex.com^
||mbgbomrshrecpwj.xyz^
||mbgufryceqkoap.com^
||mbidadm.com^
||mbidinp.com^
||mbidpsh.com^
||mbindu.com^
||mbjrkm2.com^
||mbledeparatea.com^
||mblhzlqkhukry.com^
||mblink.in^
||mbnot.com^
||mboriviragin.com^
||mbphiclx.com^
||mbreviews.info^
||mbstrk.com^
||mbtennu.com^
||mbtgcagioorcw.com^
||mbuncha.com^
||mbvfawgcsnukb.com^
||mbvlmx.com^
||mbvlmz.com^
||mbvsm.com^
||mbxudcghfy.com^
||mc7clurd09pla4nrtat7ion.com^
||mcahjwf.com^
||mcdote.com^
||mcinyaqeaeyrhf.com^
||mcizas.com^
||mckensecuryr.info^
||mclude.com^
||mcpdqfnvluhpwt.com^
||mcppqgaqci.com^
||mcppsh.com^
||mcpuwpsh.com^
||mcpuwpush.com^
||mcqgfoc.com^
||mcrfncrswbeka.com^
||mctailqwjke.com^
||mcurrentlyse.shop^
||mcurrentlysea.info^
||mcvwjzj.com^
||mcxmke.com^
||mcycity.com^
||mczbf.com^
||mdadx.com^
||mdcytqwnbr.com^
||mdfbrsfkufamsr.com^
||mdghnrtegwuqar.com^
||mdglpgjp.com^
||mdkkbrbhlji.com^
||mdkycodubgvms.com^
||mdoirsw.com^
||mdpycygel.com^
||mdwmrmfsimtabb.com^
||me4track.com^
||me6q8.top^
||meadowdocumentcaprizecaprize.com^
||meager-object.com^
||meagerdrawing.pro^
||meagplin.com^
||mealierbani.digital^
||mealplanningideas.com^
||meandiminutionhit.com^
||meanieichnite.com^
||meaningfullandfallbleat.com^
||meantscarlet.com^
||meaofscnjt.com^
||meases.com^
||measts.com^
||measuredlikelihoodperfume.com^
||measuredsanctify.com^
||measuredshared.com^
||measurementaz.com^
||measurementpond.com^
||measuringrules.com^
||meatytell.pro^
||meawo.cloud^
||mebeptxj.com^
||mechaelpaceway.com^
||mechanicsforgave.com^
||meckvpiey.com^
||meconicoutfish.com^
||mecurs.com^
||meddleachievehat.com^
||meddlekilled.com^
||medfoodsafety.com^
||medfoodspace.com^
||medfoodtech.com^
||medgoodfood.com^
||media-412.com^
||media-general.com^
||media-sapiens.com^
||media-servers.net^
||media6degrees.com^
||media970.com^
||mediaappletree.com^
||mediabelongkilling.com^
||mediaclick.com^
||mediacpm.com^
||mediaf.media^
||mediaforge.com^
||mediagridwork.com^
||medianmuftis.com^
||mediaoaktree.com^
||mediaonenetwork.net^
||mediapalmtree.com^
||mediapeartree.com^
||mediapush1.com^
||mediasama.com^
||mediaserf.net^
||mediaspineadmirable.com^
||mediasprucetree.com^
||mediatebrazenmanufacturer.com^
||mediategenericburden.com^
||mediative.ca^
||mediative.com^
||mediatraks.com^
||mediaver.com^
||mediaxchange.co^
||medical-aid.net^
||medicalcandid.com^
||medicalpossessionlint.com^
||medicationlearneddensity.com^
||medicationneglectedshared.com^
||medicflippers.com^
||medicineflogaccumulate.com^
||medimnbream.top^
||mediocrecount.com^
||mediuln.com^
||medleyads.com^
||medoofty.com^
||medusasglance.com^
||medyanetads.com^
||meedaihaiy.com^
||meeewms.com^
||meekcomplaint.pro^
||meelaque.com^
||meemichob.com^
||meenetiy.com^
||meepsaph.xyz^
||meepwrite.com^
||meerihoh.net^
||meestuch.com^
||meet4you.net^
||meet4youu.com^
||meet4youu.net^
||meetic-partners.com^
||meetingcoffeenostrils.com^
||meetingcupule.com^
||meetwebclub.com^
||meewireg.com^
||meezauch.net^
||mefestivalbout.com^
||megaad.nz^
||megabookline.com^
||megadeliveryn.com^
||megae-aqn.com^
||megapodacutest.digital^
||megdexchange.com^
||meghis.com^
||megmobpoi.club^
||megnotch.xyz^
||meharisgrabs.com^
||mehebborc.com^
||mekiroki.com^
||mekiroki.org^
||meksicie.net^
||mekstolande.com^
||melancholygreedyhonour.com^
||melche.com^
||melderspyurias.website^
||meleguetre.com^
||melhvsfwueuvx.com^
||meligh.com^
||melit-zoy.com^
||mellodur.net^
||mellonidolon.com^
||mellsrecta.com^
||melodramaticlaughingbrandy.com^
||melodyplans.com^
||melongetplume.com^
||melonransomhigh.com^
||meltaigh.net^
||meltedacrid.com^
||meltembrace.com^
||meltyoungmarijuana.com^
||melyapons.top^
||membai.com^
||memberscrisis.com^
||membershipimmunitysport.com^
||memia.xyz^
||memney.com^
||memorableanticruel.com^
||memorablecutletbet.com^
||memorableeditor.com^
||memoriagamine.com^
||memorizeaestheticspiders.com^
||memorizematch.com^
||memuiynuldyoh.com^
||memunjcvfv.xyz^
||menacing-awareness.pro^
||mendationforca.info^
||mendedrefuel.com^
||mendress.icu^
||mendslaughter.com^
||meniscigox.digital^
||menlithium.com^
||mentalincomprehensiblealien.com^
||mentallyissue.com^
||mentionedpretentious.com^
||mentionedrubbing.com^
||mentiopportal.org^
||mentorconform.com^
||mentoremotionapril.com^
||mentrandi.com^
||mentswithde.com^
||mentxviewsinte.info^
||menui.xyz^
||menuoverridemotherhood.com^
||menyiesekos.digital^
||meo257na3rch.com^
||meobibby.com^
||meoem.lol^
||meofmukindwoul.info^
||meoneinthew.com^
||meowpushnot.com^
||meowthon.com^
||meqjdrrrxhdtgj.xyz^
||merchenta.com^
||mercialtaver.club^
||merciselyancies.site^
||mercuras.com^
||mercuryprettyapplication.com^
||mercurysugarconsulting.com^
||mercurywindscreencane.com^
||merelysqueak.com^
||mergaksi.net^
||mergedlava.com^
||mergeindigenous.com^
||mergerecoil.com^
||mergessidi.com^
||mergussoy.com^
||merig.xyz^
||meritabroadauthor.com^
||meritedgasser.com^
||merligopotlid.com^
||mermenmanzil.life^
||merryindecisionremained.com^
||merterpazar.com^
||merzostueru2hu8jr09.com^
||mesallyrewoke.com^
||meshpetrols.com^
||mesilswwroiu.com^
||meslameighty.com^
||mesmerizebeasts.com^
||mesmerizemutinousleukemia.com^
||mesozoabandh.com^
||mesqwrte.net^
||messagereceiver.com^
||messenger-notify.digital^
||messenger-notify.xyz^
||messiahspoot.com^
||messy-concentrate.com^
||messymeter.com^
||mestoaxo.net^
||mestreqa.com^
||mestupidity.com^
||metaeatage.life^
||metahv.xyz^
||metalbow.com^
||metasterisk.com^
||metatestruck.com^
||metavertising.com^
||metavertizer.com^
||meteorclashbailey.com^
||metesmaculae.com^
||metfoetushandicraft.com^
||methodfluyts.top^
||methoxyunpaled.com^
||metingsaeta.com^
||metinkuba.com^
||metonicthought.com^
||metorealiukz.org^
||metosk.com^
||metotreatwithdify.info^
||metrebeggary.digital^
||metredesculic.com^
||metrica-yandex.com^
||metricfast.com^
||metrics.io^
||metricswpsh.com^
||metsaubs.net^
||mettlecrating.com^
||metumpscageful.com^
||mevarabon.com^
||mewgzllnsp.com^
||meyopuae.com^
||meyximegrgypnv.com^
||mfabxfb.com^
||mfadsrvr.com^
||mfbjifwyieopx.com^
||mfceqvxjdownjm.xyz^
||mfcewkrob.com^
||mfhlsdd.com^
||mfk-cpm.com^
||mflztgubvfo.com^
||mfneepajrqn.com^
||mfofgdhtv.com^
||mfthkdj.com^
||mftracking.com^
||mfuginehls.com^
||mfypxtfqngxw.com^
||mgalreveal.guru^
||mgbid.net^
||mgcash.com^
||mgcashgate.com^
||mgdbtjwc.com^
||mgdjmp.com^
||mgdtnwnjwewlph.com^
||mghkpg.com^
||mgjgqztw.com^
||mgjnmfhyis.xyz^
||mglfhedrib.com^
||mglvfetiub.com^
||mgsgxjgpgumhdu.xyz^
||mgtrgjwmwuirx.com^
||mgxacxiua.com^
||mgxphjfsf.com^
||mgxqqtrdse.com^
||mgxxuqp.com^
||mgyccfrshz.com^
||mh9dskj8jg.com^
||mhadsd.com^
||mhboxleky.com^
||mhdiaok.com^
||mhdprkwje.com^
||mheniwwacl.com^
||mhgshawy.guru^
||mhkvktz.com^
||mhqjiaxpenfw.com^
||mhrpusbstm.com^
||mhtgdirbo.com^
||mhvllvgrefplg.com^
||mi82ltk3veb7.com^
||miaeglaring.uno^
||miamiahokums.com^
||miamribud.com^
||miaouedcrevass.com^
||miayarus.com^
||miboundwhiffet.com^
||micastskangli.com^
||micechillyorchard.com^
||micghiga2n7ahjnnsar0fbor.com^
||michealmoyite.com^
||micmacsortes.com^
||microad.net^
||microadinc.com^
||micronsecho.com^
||microscopeattorney.com^
||microwavedisguises.com^
||microwavemay.com^
||midastouchrt.com^
||middaypredicamentnephew.com^
||middestkarsha.com^
||middleagedlogineveryone.com^
||midgetdeliveringsmartly.com^
||midgetincidentally.com^
||midistortrix.com^
||midlandfeisty.com^
||midmaintee.com^
||midmornsarinda.website^
||midnightconsessionconsession.com^
||midootib.net^
||midouwhi.com^
||midpopedge.com^
||midstconductcanned.com^
||midstdropped.com^
||midstpoor.com^
||midsummerinoculate.com^
||midtermbuildsrobot.com^
||midtermconcordalight.com^
||midwifelangurs.com^
||midwiferider.com^
||miggslxuqlowz.com^
||mighes.com^
||mighly.com^
||mightyhulsjdk.com^
||mightylottrembling.com^
||mightytshirtsnitch.com^
||migimsas.net^
||mignished-sility.com^
||migopwrajhca.com^
||migrantacknowledged.com^
||migrantspiteconnecting.com^
||migrationscale.com^
||migrationscarletquick.com^
||migric.com^
||mikhrmpwbtrip.com^
||milasktic.com^
||mildarmorynodding.com^
||mildexperimentsfeatures.com^
||mildlyrambleadroit.com^
||mildoverridecarbonate.com^
||mildredsnareinsolent.com^
||mileesidesu.org^
||milesdrone.com^
||milestoneinvitedflutter.com^
||milfunsource.com^
||milfur.com^
||militiatillers.top^
||milkejusd.website^
||milkygoodness.xyz^
||milkywaynewspaper.com^
||millennialmedia.com^
||millierinlaces.com^
||millionsskinny.com^
||millsurfaces.com^
||millustry.top^
||miltlametta.com^
||miluwo.com^
||mimicbeeralb.com^
||mimicdisperse.com^
||mimilcnf.pro^
||mimosaavior.top
||mimosaavior.top^
||mimxdsqiativb.com^
||mincesecondaryinset.com^
||mincethingsmarch.com^
||mindamender.com^
||mindedcarious.com^
||minderalasselfemployed.com^
||mindless-fruit.pro^
||mindlessindignantlimbs.com^
||mindlessnight.com^
||mindlessslogan.com^
||mindlessswim.pro^
||mindssometimes.com^
||mindtonwore.live^
||minehighs.com^
||minently.com^
||mineralscreamrobes.com^
||mineraltip.com^
||mingleabstainsuccessor.com^
||minglebookwormdecency.com^
||mingledcommit.com^
||minglefrostgrasp.com^
||mingonnigh.com^
||miniaturechain.pro^
||miniatureoffer.pro^
||miniglobalcitizens.com^
||minimizetommyunleash.com^
||minimumacquitteam.com^
||minimumonwardfertilised.com^
||minimumpay.info^
||minimviolone.life^
||ministryensuetribute.com^
||minotaur107.com^
||minsaith.xyz^
||mintclick.xyz^
||mintmanunmanly.com^
||mintybug.com^
||minutessongportly.com^
||minyascannat.com^
||miracslubs.com^
||miraculousregimentabbreviate.com^
||miredindeedeisas.info^
||miresrefile.website^
||mirfakpersei.top^
||mirroraddictedpat.com^
||mirtacku.xyz^
||mirthbail.com^
||mirthnonpar.com^
||mirthrehearsal.com^
||misaboi.com^
||misacttaruma.com^
||misaglam.com^
||misarea.com^
||miscalculatesuccessiverelish.com^
||miscellaneousdietary.com^
||mischiefwishes.com^
||misctool.xyz^
||miscur.com^
||misdeemnormal.uno^
||misear.com^
||misenab.com^
||miserable-discount.com^
||miserablefocus.com^
||miseryclevernessusage.com^
||misfields.com^
||misfortunedelirium.com^
||misfortunemerrimentmouth.com^
||misgala.com^
||misguidedfriend.pro^
||misguidednourishing.com^
||mishandlemole.com^
||mishapideal.com^
||mishapsummonmonster.com^
||miskoru.com^
||mislaer.com^
||mismaum.com^
||mismeancohosh.com^
||misnes.com^
||misosaloud.com^
||missilesocalled.com^
||missilesurvive.com^
||missingweighnapkin.com^
||missionaryhypocrisypeachy.com^
||missioncontinuallywarp.com^
||missiondues.com^
||missitzantiot.com^
||misslinkvocation.com^
||misslk.com^
||misspkl.com^
||misstaycedule.com^
||mistakeadministrationgentlemen.com^
||mistakeidentical.com^
||misterbangingfancied.com^
||mistletoebookwormgigantic.com^
||mistletoeethicleak.com^
||mistletoeforensics.com^
||mistrustconservation.com^
||misunderstandrough.com^
||misusefreeze.com^
||misuseoyster.com^
||misyuni.com^
||mitowdcagos.com^
||mittenheatdied.com^
||miveci.uno^
||miwhethi.xyz^
||miwllmo.com^
||mixandfun.com^
||mixclckchat.net^
||mixeavocat.com^
||mixedknitting.com^
||mixedpianist.com^
||mixerssouagga.com^
||mixescineols.uno^
||mixhillhuskies.com^
||mixhillvedism.com^
||mixnewsbest.com^
||mixpo.com^
||mizensdisney.com^
||mjdauebjosbtcsb.xyz^
||mjehvuwgy.com^
||mjeltachv.com^
||mjgvrxbu.com^
||mjjjhfgqqpt.com^
||mjnomtahm.com^
||mjqsjsaex.com^
||mjsytjw.com^
||mjterajvyil.com^
||mjtfbpsvhuuqi.com^
||mjtwoqupix.com^
||mjxvufetukfrav.com^
||mjzrebrjty.com^
||mkcurches.com^
||mkeliihb.com^
||mkgiiijigxwwn.com^
||mkhoj.com^
||mkihakfuzv.com^
||mkjsqrpmxqdf.com^
||mkkvprwskq.com^
||mklllwakbplp.com^
||mkwioruxtpop.com^
||mkxfbiwcet.com^
||ml0z14azlflr.com^
||ml314.com^
||mlatrmae.net^
||mldxqrntd.xyz^
||mlhdmotenu.com^
||mlhlqbdl.xyz^
||mljcfymfve.com^
||mlkpbktmqrsry.com^
||mllatydz.com^
||mlmyobhn.com^
||mlnadvertising.com^
||mlnsetyxcut.com^
||mlnybwnbwzhiy.com^
||mloxcnrt.com^
||mlpeqwkruffs.com^
||mlrrvusoiebaox.com^
||mlsys.xyz^
||mltunxdmrv.com^
||mluptwapaj.com^
||mlvlesvw.com^
||mlwstbdnwdfyng.com^
||mlzxfwvonky.com^
||mm-cgnews.com^
||mm-syringe.com^
||mmadsgadget.com^
||mmctsvc.com^
||mmczmfgpq.com^
||mmdpkdyd.xyz^
||mmdyvkndcsiw.com^
||mmentorapp.com^
||mmfudtmtjx.com^
||mmgads.com^
||mmismm.com^
||mmjfnxx.com^
||mmjjnufyaadr.com^
||mmjoxlxv.com^
||mmliwvbw.com^
||mmmdn.net^
||mmmkwhktalcvvpg.com^
||mmmutajbpalv.com^
||mmmytckae.com^
||mmoddkdn.com^
||mmondi.com^
||mmotraffic.com^
||mmphijndajxiui.com^
||mmpxrajwrbpcylq.com^
||mmqvujl.com^
||mmsmpjtksdnjqw.com^
||mmtnat.com^
||mmutpubcaegu.com^
||mmvideocdn.com^
||mmxshltodupdlr.xyz^
||mn1nm.com^
||mn230126pb.com^
||mnaspm.com^
||mnaujmo.com^
||mnbvjhg.com^
||mncvjhg.com^
||mndjcojpsdcr.com^
||mndsrv.com^
||mndvjhg.com^
||mnekumtrssln.com^
||mneljcvkiwe.xyz^
||mnetads.com^
||mnevjhg.com^
||mnevunthkyb.com^
||mng-ads.com^
||mnhjk.com^
||mnhjkl.com^
||mniumlapsers.com^
||mnjhrleahonkq.com^
||mnjxvtknnlai.com^
||mnnuhtvnubdg.xyz^
||mnodtbmmomqo.com^
||mnoglcfv.com^
||mnribbbn.xyz^
||mntzr11.net^
||mntzrlt.net^
||mnvgvhksif.com^
||mnwjgegruq.com^
||mnwjxqwt.xyz^
||mnzznvpktnqtmm.com^
||mo3i5n46.de^
||mo9jr8ie6sier3an.com^
||moaglail.xyz^
||moagroal.com^
||moaihkbrogywwiw.xyz^
||moakaumo.com^
||moanhaul.com^
||moaningtread.com^
||moanomoa.xyz^
||moapevuwtv.com^
||moapuwhe.com^
||moartraffic.com^
||moastizi.xyz^
||moatads.com^
||moatshoal.digital^
||moawhoumahow.com^
||mob1ledev1ces.com^
||mobalert.net^
||mobbahjug.com^
||mobdel2.com^
||mobexpectationofficially.com^
||mobgold.com^
||mobibiobi.com^
||mobicont.com^
||mobicow.com^
||mobidevdom.com^
||mobiflyc.com^
||mobiflyd.com^
||mobiflys.com^
||mobifobi.com^
||mobifoth.com^
||mobile5shop.com^
||mobiledevel.com^
||mobileoffers-ep-download.com^
||mobilepreviouswicked.com^
||mobiletracking.ru^
||mobipromote.com^
||mobiright.com^
||mobisla.com^
||mobitracker.info^
||mobiyield.com^
||mobmsgs.com^
||mobnotices.com^
||mobpartner.mobi^
||mobpushup.com^
||mobreach.com^
||mobshark.net^
||mobstitial.com^
||mobstrks.com^
||mobtrendinsanity.com^
||mobtrks.com^
||mobtyb.com^
||mobytrks.com^
||mocean.mobi^
||mockingcard.com^
||mockingchuckled.com^
||mockingcolloquial.com^
||mockingsubtlecrimpycrimpy.com^
||mocmubse.net^
||moddersithen.com^
||modelingfraudulent.com^
||modents-diance.com^
||modepatheticms.com^
||moderategermmaria.com^
||modescrips.info^
||modestsoftware.pro^
||modificationdispatch.com^
||modifymaintenance.com^
||modifywilliamgravy.com^
||modoro360.com^
||modtrnxsmf.com^
||modulecooper.com^
||moduledescendantlos.com^
||modulepush.com^
||moedgapers.com^
||moera.xyz^
||moggedexterne.com^
||mogointeractive.com^
||mohaqu.xyz^
||mohiwhaileed.com^
||mohyafckgatre.com^
||moilizoi.com^
||moistblank.com^
||moistcargo.com^
||moistentrailed.top^
||mojoaffiliates.com^
||mojogike.net^
||mokibill.com^
||mokrqhjjcaeipf.xyz^
||moksoxos.com^
||moldingruching.com^
||moleconcern.com^
||molemarshy.com^
||moligh.com^
||mollandgleam.top^
||molseelr.xyz^
||moltenforger.top^
||molttenglobins.casa^
||molypsigry.pro^
||momdljpsn.com^
||momentarilyhalt.com^
||momentumgreenhouseexpert.com^
||momhomicidalspa.com^
||momhseym.com^
||momijoy.ru^
||mommygravelyslime.com^
||monacharabbler.website^
||monadplug.com^
||monadvs.com^
||monamudden.digital^
||monarchoysterbureau.com^
||monarchracistsparkle.com^
||monasterymedication.com^
||moncoerbb.com^
||mondaydeliciousrevulsion.com^
||mondayscan.com^
||mondseecolonus.space^
||monetag.com^
||monetheulogic.com^
||monetizer101.com^
||moneycosmos.com^
||moneymak3rstrack.com^
||moneymakercdn.com^
||moneytatorone.com^
||mongbo.com^
||monhax.com^
||monismartlink.com^
||monitormilletstray.com^
||monitorpeachy.com^
||monkeybroker.net^
||monkeysloveyou.com^
||monkeyunseen.com^
||monkquestion.com^
||monksfoodcremate.com^
||monksmilestonewill.com^
||monnionyusdrum.com^
||monopolydecreaserelationship.com^
||monsoonlassi.com^
||monsterofnews.com^
||monstrous-boyfriend.pro^
||monstrousrowandays.com^
||montafp.top^
||montangop.top^
||montebassy.com^
||monthcurrencybeam.com^
||monthlyindirectelsewhere.com^
||monthsappear.com^
||monthsshefacility.com^
||montkpl.top^
||montkyodo.top^
||montlusa.top^
||montnotimex.top^
||montpdp.top^
||montwam.top^
||monumentcountless.com^
||monumentsmaterialeasel.com^
||monutroco.com^
||monxserver.com^
||mooantink.com^
||moocaicaico.com^
||moocauby.com^
||moochbeacher.com^
||moochescramper.com^
||moodokay.com^
||moodtypewriterjug.com^
||moodunitsmusic.com^
||mookie1.com^
||moonads.net^
||mooncklick.com^
||moonheappyr.com^
||moonicorn.network^
||moonjahaphodal.com^
||moonovernegril.com^
||moonrocketaffiliates.com^
||moontuftboy.com^
||moonveto.com^
||moonvids.online^
||moonvids.space^
||mooroore.xyz^
||moorscliv.life^
||mootermedia.com^
||mootingunwist.com^
||mootingureic.com^
||moovaush.com^
||mooxar.com^
||mopedisods.com^
||mopefrequent.com^
||mopeia.xyz^
||mopemodelingfrown.com^
||mopnixhem.com^
||moracy.com^
||moradu.com^
||moral-enthusiasm.pro^
||moralitylameinviting.com^
||moratlefty.com^
||morbidproblem.com^
||morbitempus.com^
||morclicks.com^
||mordoops.com^
||moregamers.com^
||morenonfictiondiscontent.com^
||moreoverwheelbarrow.com^
||morgdm.ru^
||morgendervish.cfd^
||morguebattle.com^
||morgueflabbergasted.com^
||morict.com^
||morionsluigini.digital^
||morningglory101.io^
||moronesphotos.com^
||mororvaginas.com^
||morrowfreezer.com^
||mortgagelunchtimedistrustuldistrustul.com^
||mortifiedkind.pro^
||mortifyfelony.com^
||mortypush.com^
||moscowautopsyregarding.com^
||mosquesituated.com^
||mosqueworking.com^
||mosquitofelicity.com^
||mosquitosubjectsimportantly.com^
||mosrtaek.net^
||mossgaietyhumiliation.com^
||mosswhinepanther.com^
||mostauthor.com^
||mostdeport.com^
||mostlysolecounsellor.com^
||mostlytreasure.com^
||motelproficientsmartly.com^
||mothandhad.info^
||mothandhadbe.info^
||motherehoom.pro^
||motherhoodlimiteddetest.com^
||mothifta.xyz^
||mothima.com^
||mothwetcheater.com^
||motionless-range.pro^
||motionretire.com^
||motionsablehostess.com^
||motionsaucermentioned.com^
||motionspots.com^
||motiveblizzardstiffen.com^
||motivedtheatre.cfd^
||motivefantee.top^
||motivessuggest.com^
||motleyanybody.com^
||motosal.net^
||motsardi.net^
||moultedpiroot.space^
||moumstetjk.com^
||mounaiwu.net^
||mounct.com^
||mountainbender.xyz^
||mountaincaller.top^
||mountaingaiety.com^
||mountainous-substance.com^
||mountainwavingequability.com^
||mountedgrasshomesick.com^
||mountlanentablelanentable.com^
||mouraipoucuk.com^
||mourndaledisobedience.com^
||mourningmillsignificant.com^
||mourningonionthing.com^
||mouseespendle.top^
||mousmeetrike.com^
||moustite.com^
||mouthaipee.xyz^
||mouthinvincibleexpecting.com^
||movad.de^
||movad.net^
||movcpm.com^
||movemeforward.co^
||movementdespise.com^
||movementgang.com^
||movementpoison.com^
||movementxvi.info^
||movemybackup.co^
||moverenvironmentalludicrous.com^
||moverl.com^
||movesickly.com^
||moveyouforward.co^
||moveyourbackup.co^
||moveyourdesk.co^
||movfull.com^
||movie-pass.club^
||movie-pass.live^
||moviead55.ru^
||moviemediahub.com^
||moviesflix4k.info^
||moviesflix4k.xyz^
||moviesprofit.com^
||moviesring.com^
||mowdzgbusbqug.com^
||mowhamsterradiator.com^
||moxuthoo.net^
||moycheiistill.com^
||moylfustics.com^
||moynba.com^
||mozamy.com^
||mozgvya.com^
||mozoo.com^
||mp-pop.barryto.one^
||mp3bars.com^
||mp3dance.today^
||mp3pro.xyz^
||mp3vizor.com^
||mpabqjdlyfec.xyz^
||mpafnyfiexpe.net^
||mpanythathav.info^
||mpanythathaveresultet.info^
||mpay69.com^
||mpbohwtqqnw.com^
||mpbpuctr.com^
||mpecehfd.xyz^
||mpfofpynoououe.xyz^
||mpfqphqf.com^
||mphhqaw.com^
||mphkwlt.com^
||mpk01.com^
||mplayeranyd.info^
||mploymehnthejuias.info^
||mpmant.com^
||mpnrs.com^
||mppqellliovkuqi.com^
||mppwqimwfkrkpx.com^
||mpression.net^
||mprhrvnxppdxci.com^
||mpsqvsylctp.com^
||mpsuadv.ru^
||mptentry.com^
||mptgate.com^
||mpvvjpsdgvkpd.com^
||mpzwsvueph.com^
||mqabjtgli.xyz^
||mqaqtwkbwcqty.xyz^
||mqcjqjhy.com^
||mqdeeisghdpd.xyz^
||mqkuzy.com^
||mqldskirbp.com^
||mqnrrawj.com^
||mqqxkkenfws.com^
||mraozo.xyz^
||mrareljqr.com^
||mraza2dosa.com^
||mrdzuibek.com^
||mrflvyizjrkytj.com^
||mrgrekeroad.com^
||mrhkproryel.com^
||mrjb7hvcks.com^
||mrlscr.com^
||mrmlxqck.com^
||mroehtuy.com^
||mrpihtwtoprvw.com^
||mrpsptpspesyg.com^
||mrpztdpe.com^
||mrqtxghhbykcjx.com^
||mrrhmjuve.com^
||mrstpnyxlbd.com^
||mrtbbnr.com^
||mrtbbnrdip.com^
||mrtnsvr.com^
||mrvio.com^
||mrwdgugoie.com^
||mryinerg.com^
||mrykkulwenw.com^
||mrywvxuf.com^
||mrzikj.com^
||ms3t.club^
||msads.net^
||msdiouc.com^
||msensuedcounteract.com^
||msgose.com^
||mshago.com^
||msnvqfjg.com^
||msotdipkjtata.com^
||mspnvrkthtvcpl.com^
||msrehcmpeme.com^
||msrejection.com^
||msrvt.net^
||mstlewdhec.com^
||mswhrfvfnbpqg.xyz^
||mt34iofvjay.com^
||mtbbsewhceqgv.com^
||mtburn.com^
||mtgzlnugxej.com^
||mthvjim.com^
||mtrdxnmqaikbcx.com^
||mttjepfakwch.com^
||mtwdmk9ic.com^
||mtypitea.net^
||mtytfjijgsfoy.com^
||mtzenhigqg.com^
||muchotrust.com^
||mucinyak.com^
||muckilywayback.top^
||mucopussamkhya.com^
||mudbankoxfords.top^
||muddiedbubales.com^
||muddychronicstuffed.com^
||muddytransplantinsert.com^
||mudsishaiboo.com^
||mudwortlithog.website^
||muendakutyfore.info^
||mufcrkk.com^
||mufflealiases.com^
||muffled-apartment.com^
||mufflercypress.com^
||mufflerlamia.com^
||mufflerlightsgroups.com^
||mugabedsock.website^
||mugantlerfloral.com^
||mugleafly.com^
||mugpothop.com^
||mugrikees.com^
||mugweedafloat.guru^
||mugwumprelume.top^
||muipe.xyz^
||muirpekvl.com^
||mujilora.com^
||mukhtarproving.com^
||mulberryay.com^
||mulberrydoubloons.com^
||mulberryresistoverwork.com^
||mulberrytoss.com^
||mulesto.com^
||muletatyphic.com^
||mulserebush.digital^
||multicoloredsteak.pro^
||multimater.com^
||multipletrustedpc.com^
||multiplydiscourage.com^
||multiplyinvisible.com^
||multiwall-ads.shop^
||multstorage.com^
||mumblesmisrun.space^
||mumcreator.com^
||mumgenericcourt.com^
||mumintend.com^
||mumiti.xyz^
||mummydiverseprovided.com^
||mumpingwomerah.top^
||mungfali.com^
||munilf.com^
||munsterduke.com^
||muntiglesia.com^
||mupufktvziob.com^
||mupyfpimgnvqdgy.com^
||muqoxfnwyz.com^
||muragetunnel.com^
||muralattentive.com^
||murallyhuashi.casa^
||muralshelvesdeposition.com^
||muraovvfovbh.com^
||muraubse.com^
||murderassuredness.com^
||muricidmartins.com^
||muriheem.net^
||murkilyergots.com^
||murkybrashly.com^
||murkymouse.online^
||murreyequate.com^
||muscledarcysilly.com^
||musclehaulse.top^
||muscleomnipresent.com^
||musclesadmonishment.com^
||muscleserrandrotund.com^
||musclesprefacelie.com^
||musclyskeely.top^
||muscularcopiedgulp.com^
||museumimpenetrablerepose.com^
||museummargin.com^
||mushroomplainsbroadly.com^
||musicalbilateral.com^
||musicalglutton.com^
||musicianabrasiveorganism.com^
||musicnote.info^
||muskatarsenal.com^
||musmentportal.com^
||musselchangeableskier.com^
||musselregimentcharles.com^
||mussybebrave.com^
||mustardeveningobvious.com^
||mustbehand.com^
||mustdealingfrustration.com^
||mutaseharpers.casa^
||mutcheng.net^
||mutecrane.com^
||mutenessdollyheadlong.com^
||mutinousconductdisk.com^
||mutinydisgraceeject.com^
||mutinygrannyhenceforward.com^
||mutjrvxlldyrbyg.xyz^
||mutomb.com^
||mutsjeamenism.com^
||mutteredadis.org^
||mutteredadisa.com^
||muttergrew.com^
||muttermathematical.com^
||muttersedatetransmitted.com^
||muttonperiltower.com^
||mutualreviveably.com^
||mutux.cfd^
||muyoozrkkyr.com^
||muzarabeponym.website^
||muzoohat.net^
||muzzlematrix.com^
||muzzlepairhysteria.com^
||mvbvvwfkhbtfpn.xyz^
||mvcqerddcnyfx.com^
||mvcwfqntrnatng.com^
||mvdchrelnqt.com^
||mveigehekwhq.com^
||mvfaubcuqqk.com^
||mvgzwamfvkw.com^
||mvhiyha.com^
||mvjlsdqd.com^
||mvkjeglvbbfvm.xyz^
||mvlvxzhxjci.com^
||mvlyimxovnsw.xyz^
||mvnmkbixlvb.com^
||mvntaalwjvk.com^
||mvnznqp.com^
||mvubzqaowhhgii.com^
||mvujvxc.com^
||mvuvjalhykrxhj.xyz^
||mvvhwabeshu.xyz^
||mvwslulukdlux.xyz^
||mwazhey.com^
||mwbrnpmixxtu.com^
||mwcxljdywq.com^
||mwfdaciicqhyrj.com^
||mwifcugxihhpwm.com^
||mwjkteucypb.com^
||mwmqtisxndbjdr.com^
||mwmxyurgupy.com^
||mworkhovdimin.info^
||mworkhovdiminat.info^
||mwprotected.com^
||mwquick.com^
||mwrgi.com^
||mwtnnfseoiernjx.xyz^
||mwxopip.com^
||mxgboxq.com^
||mxgjgvoazhit.com^
||mxipwcyo.xyz^
||mxmkhyrmup.com^
||mxplwkgqfvln.com^
||mxptint.net^
||mxsuikhqaggf.com^
||mxtads.com^
||mxtqenvjpwj.com^
||mxuiso.com^
||mxzluxet.com^
||my-hanson.com^
||my.shymilftube.com^
||my1elitclub.com^
||myabsconds.com^
||myactualblog.com^
||myadcash.com^
||myadsserver.com^
||myaliamusties.top^
||mybdrttnqbrh.com^
||mybestdc.com^
||mybestnewz.com^
||mybetterck.com^
||mybetterdl.com^
||mybettermb.com^
||mybmrtrg.com^
||mycamlover.com^
||mycasinoaccounts.com^
||mycdn.co^
||mycdn2.co^
||mycelesterno.com^
||myckdom.com^
||myclickpush.com^
||mycoolfeed.com^
||mycoolnewz.com^
||mycrdhtv.xyz^
||mydailynewz.com^
||myeasetrack.com^
||myeasyvpn.com^
||myemdwtjqkwvlmw.xyz^
||myfastcdn.com^
||myfcvvacftdam.com^
||myfreshposts.com^
||myfreshspot.com^
||mygoodlives.com^
||mygsyv.com^
||mygtmn.com^
||myhappy-news.com^
||myhjlprux.com^
||myhugewords.com^
||myhypeposts.com^
||myhypestories.com^
||myhzndxsndppx.com^
||myimagetracking.com^
||myjdhmoiiwgise.com^
||mykiger.com^
||mykneads24.com^
||mykofyridhsoss.xyz^
||mylarrhoding.top^
||mylinkbox.com^
||myliveforyoudreder.com^
||mylives.xyz^
||mylorswtubw.com^
||mylot.com^
||mynativeads.com^
||mynewdatings.life^
||myniceposts.com^
||myolnyr5bsk18.com^
||myomasocager.com^
||myopybaldwin.com^
||myopyrum.digital^
||myperfect2give.com^
||mypopads.com^
||myraqcajwkeyqd.com^
||myselfkneelsmoulder.com^
||mysleepds.com^
||mysticaldespiseelongated.com^
||mystnock.digital^
||mysweetteam.com^
||myteamdev.com^
||mythings.com^
||mytnlkjib.com^
||myudkrefaiygs.com^
||myunderthfe.info^
||mywondertrip.com^
||myxlyajuhsjiwsp.com^
||myyhvsekloyvul.com^
||mziso.xyz^
||mznbrazfty.com^
||mzodalowsh.com^
||mzol7lbm.com^
||mzotuklkorr.com^
||mzpbvvxv.com^
||mzteishamp.com^
||mztqgmr.com^
||mzuspejtuodc.com^
||mzxfrok.com^
||mzzxfib.com^
||n0299.com^
||n0355.com^
||n0400.com^
||n0433.com^
||n0gge40o.de^
||n0v1cdn.com^
||n19.biz^
||n1pusher.com^
||n2major.com^
||n33d0nem0re.com^
||n49seircas7r.com^
||n4pusher.com^
||n6kux3ys3lhv.com^
||n7e4t5trg0u3yegn8szj9c8xjz5wf8szcj2a5h9dzxjs50salczs8azls0zm.com^
||n9s74npl.de^
||naambonder.com^
||naampone.com^
||naawurkshdhs.com^
||nabaldeed.top^
||nabalpal.com^
||nabauxou.net^
||nabbr.com^
||nabgrocercrescent.com^
||nabicbh.com^
||nableemblems.com^
||nableriptide.com^
||nablesasmetotrea.info^
||nacfuns.com^
||nachusfarced.top^
||nacontent.pro^
||nads.io^
||naewynn.com^
||nafaec.com^
||naffor.com^
||naforeshow.org^
||nafrebnkxlmgos.com^
||nagarh.com^
||naggingirresponsible.com^
||nagrainoughu.com^
||nagrande.com^
||nagues.com^
||nagwrotedetain.com^
||naicoapt.com^
||naifason.xyz^
||naifshinnied.top^
||naiglipu.xyz^
||naigristoa.com^
||naimoate.xyz^
||naipatouz.com^
||naipsouz.net^
||naiptouy.com^
||nairapp.com^
||naiskosungueal.top^
||naisoops.net^
||naive-skin.pro^
||naivegirlie.com^
||naivescorries.com^
||naiyoz.lol^
||nakamasweb.com^
||nakedfulfilhairy.com^
||nalhedgelnhamf.info^
||naloblwidg.com^
||nameads.com^
||namel.net^
||namelessably.com^
||namelymagnanimitycube.com^
||namelymutiny.com^
||namesakecapricorntotally.com^
||namesakedisappointmentpulverize.com^
||namesakeoscilloscopemarquis.com^
||namesexual.com^
||namol.xyz^
||nan0cns.com^
||nan46ysangt28eec.com^
||nanborderrocket.com^
||nancontrast.com^
||nandasmile.org^
||nandinzouaves.uno^
||nandtheathema.info^
||nandweandthe.org^
||naneducate.com^
||nanesbewail.com^
||nanfleshturtle.com^
||nangelsaidthe.info^
||nangkasec.com^
||nanhermione.com^
||nannot.com^
||nanouwho.com^
||nanrumandbac.com^
||naolemkkg.com^
||naomicasuist.top^
||naonoupm.com^
||naoprj.com^
||napainsi.net^
||napallergy.com^
||napererelysian.com^
||napesropes.com^
||napkinaunts.com^
||napkinlucent.com^
||naplesspeisage.com^
||napony.com^
||napoof.com^
||nappespatois.com^
||naprecental.com^
||napsut.com^
||narenrosrow.com^
||narepuewrwq.info^
||narineware.com^
||narkalignevil.com^
||narkwhelmed.digital^
||narrateharmala.com^
||narrucp.com^
||narwbaqtct.xyz^
||nasalburglarthomas.com^
||nasaldares.com^
||nastycognateladen.com^
||nastycomfort.pro^
||nastymankinddefective.com^
||nastymetus.com^
||natapea.com^
||natare.xyz^
||natcreativeide.info^
||nathanaeldan.pro^
||nationalityblizzard.com^
||nationhandbook.com^
||nationsencodecordial.com^
||nationssalvation.com^
||nativclick.com^
||native-adserver.com^
||nativeadmatch.com^
||nativeadsfeed.com^
||nativepu.sh^
||nativewpsh.com^
||nativewpshep.com^
||natorm.com^
||natregs.com^
||natsdk.com^
||natseegirde.net^
||nattepush.com^
||nattierariosi.space^
||naturalhealthsource.club^
||naturalistsbumpmystic.com^
||naturallyedaciousedacious.com^
||naubme.info^
||naucaips.com^
||naucaish.net^
||naufistuwha.com^
||naughtynotice.pro^
||nauhlkupj.com^
||naulme.info^
||naumkamebian.com^
||naupouch.xyz^
||naupseko.com^
||nauseacomplimentary.com^
||nauseousonto.com^
||naustoch.net^
||nauthait.com^
||nauwheer.net^
||navaidaosmic.top^
||navalreasonablynearby.com^
||navelasylumcook.com^
||navelfletch.com^
||naveljutmistress.com^
||navigablepiercing.com^
||navigatecrudeoutlaw.com^
||navigationconcept.com^
||navywilyoccur.com^
||nawbusdf.com^
||nawcgetfwpbff.com^
||nawpush.com^
||naxadrug.com^
||naybreath.com^
||naysaywinless.guru^
||naywordumiaks.website^
||nazakxodbz.com^
||nazallhtjfh.com^
||nazyepfnko.com^
||nbhywngpk.xyz^
||nbidqsoy.xyz^
||nbinhcfnyegxxrv.com^
||nbixccixserbuy.xyz^
||nbmramf.de^
||nbmuesyi.com^
||nboclympics.com^
||nboedfpto.com^
||nbottkauyy.com^
||nbr9.xyz^
||nbrsoqcwgmif.com^
||nbstatic.com^
||nbucvfymvkyv.com^
||nbuztmmcv.com^
||nbwvxfqpfonnqi.xyz^
||ncaavvcssf.com^
||ncbrmfqeiudfxx.com^
||nceaskedasensi.com^
||ncejhltxobrl.com^
||nceqpmxyhqo.com^
||nceteventuryrem.com^
||ncevipdjsuoln.com^
||ncgvowqfolon.com^
||ncoadbwagfvsdya.com^
||ncovebrwyronpg.com^
||ncpgxioelrp.com^
||ncpnth.xyz^
||ncpvxltfbsrcavo.com^
||ncpxhrurirscgsd.com^
||ncraxcvibg.com^
||ncukgqjfaxjv.com^
||ncvvfhex.com^
||nczxuga.com^
||ndandinter.hair^
||ndccouuyotn.com^
||ndcomemuni.com^
||nddnvliv.com^
||ndds0001.com^
||ndds0002.com^
||ndedaphon.com^
||ndegj3peoh.com^
||ndejhe73jslaw093.com^
||ndentofinau.info^
||nderthfeo.info^
||ndha4sding6gf.com^
||ndhfywacw.com^
||nditingdecord.org^
||ndjelsefd.com^
||ndocfwuyhvlr.com^
||ndpugkr.com^
||ndqdwykc.com^
||ndqkxjo.com^
||ndroip.com^
||ndryqdqwtnn.com^
||ndthensome.com^
||ndtsusmqnuslkqx.com^
||ndwouldmeu.info^
||ndxdcbgwxwqhre.com^
||neads.delivery^
||neahbutwehavein.info^
||neapsberne.digital^
||nearestaxe.com^
||nearestmicrowavespends.com^
||nearestsweaty.com^
||nearvictorydame.com^
||neat-excuse.pro^
||neateclipsevehemence.com^
||neatenmikra.life^
||neathygienesmash.com^
||neatsafety.com^
||neawaytogyptsix.info^
||nebackextol.top^
||nebsefte.net^
||nebulouslostpremium.com^
||neburn.com^
||neceme.com^
||necessaryclassroom.pro^
||necessaryescort.com^
||necessaryinborn.com^
||necessarysticks.com^
||necheadirtlse.org^
||nechupsu.com^
||neckloveham.live^
||necmah.com^
||nedamericantpas.info^
||nedandlooked.org^
||nedaughablelead.info^
||nedouseso.com^
||neebeech.com^
||neechube.net^
||neechuce.net^
||needeevo.xyz^
||needierstraits.website^
||needleworkemmaapostrophe.com^
||needleworkhearingnorm.com^
||neednguarded.space^
||needspuffer.website^
||needydepart.com^
||needyscarcasserole.com^
||neegreez.com^
||neehoose.com^
||neejisee.xyz^
||neepsolufab.com^
||neerecah.xyz^
||neetoutoo.com^
||neewhoum.net^
||neexzbibw.com^
||neezausu.net^
||nefdcnmvbt.com^
||negatesupervisor.com^
||negationsome.com^
||negative-might.pro^
||negbxdfn.xyz^
||neglectblessing.com^
||neglectdrivingalertness.com^
||negligible-pension.pro^
||negolist.com^
||negotiationmajestic.com^
||negyuk.com^
||nehree.com^
||neigh11.xyz^
||neigna.com^
||neilbl.com^
||neintheworld.org^
||neitherpennylack.com^
||neitherpossessedset.com^
||nekaujoa.net^
||nekcakexk.com^
||nektonsrutate.com^
||nelhon.com^
||nellads.com^
||nellmeeten.com^
||nemewagro.com^
||nenectedithcon.info^
||neoftheownouncillo.info^
||neonedfilmier.com^
||neopowerlab.com^
||nereserv.com^
||nereu-gdr.com^
||nerfctv.com^
||nergyflexibilit.pics^
||nervous-touch.pro^
||nervousclangprobable.com^
||nervoustolsel.com^
||nesefurthere.info^
||nesfspublicate.info^
||nesiotcusses.space^
||neslaveswedge.guru^
||nesokiahld.com^
||nessainy.net^
||nestedcoppras.com^
||nestledmph.com^
||nestledoubtlog.com^
||netcatx.com^
||netflopin.com^
||nethebravero.com^
||netherinertia.life^
||nethosta.com^
||netjtgcbe.xyz^
||netpatas.com^
||netstam.com^
||nettlyphosis.com^
||nettube.top^
||netund.com^
||neumasham.space^
||neurinacyesis.com^
||neutralturbulentassist.com^
||neuwiti.com^
||nevail.com^
||nevbbl.com^
||never2never.com^
||neverforgettab.com^
||neverheartache.com^
||neverthelessdamagingmakes.com^
||neverthelessdepression.com^
||nevhfrxaadmv.xyz^
||nevillepreserved.com^
||new-incoming.email^
||new-new-years.com^
||new-programmatic.com^
||new17write.com^
||newadflow.com^
||newadflown.com^
||newadflows.com^
||newadsfit.com^
||newaprads.com^
||newbiquge.org^
||newbluetrue.xyz^
||newbornleasetypes.com^
||newcomerbenchlilac.com^
||newdisplayformats.com^
||newdomain.center^
||newestchalk.com^
||newhigee.net^
||newir3ltyug79aiman.com^
||newjulads.com^
||newlifezen.com^
||newlywedexperiments.com^
||newmayads.com^
||newoctads.com^
||newprofitcontrol.com^
||newrtbbid.com^
||news-back.org^
||news-balica.com^
||news-bigefu.com^
||news-bizowa.com^
||news-bobeho.com^
||news-butoto.com^
||news-buzz.cc^
||news-capufu.com^
||news-central.org^
||news-fadubi.com^
||news-getogo.com^
||news-headlines.co^
||news-host.net^
||news-jivera.com^
||news-losaji.com^
||news-mefuba.cc^
||news-muheji.com^
||news-nerahu.cc^
||news-paxacu.com^
||news-place1.xyz^
||news-portals1.xyz^
||news-rarore.cc^
||news-rojaxa.com^
||news-site1.xyz^
||news-tamumu.cc^
||news-universe1.xyz^
||news-weekend1.xyz^
||news-wew.click^
||news-xehola.com^
||newsaboutsugar.com^
||newsadst.com^
||newsatads.com^
||newscadence.com^
||newsfeedscroller.com^
||newsfeedzscrollz.com^
||newsformuse.com^
||newsfortoday2.xyz^
||newsforyourmood.com^
||newsfrompluto.com^
||newsignites.com^
||newsinform.net^
||newslettergermantreason.com^
||newslikemeds.com^
||newsmaxfeednetwork.com^
||newsnourish.com^
||newssale.info^
||newstarads.com^
||newstemptation.com^
||newsunads.com^
||newswhose.com^
||newsyour.net^
||newthbvttskt.xyz^
||newthuads.com^
||newtits.name^
||newvideoapp.pro^
||newzilla.name^
||newzmaker.me^
||nexdunaw.xyz^
||next-pops.top^
||nextpsh.top^
||neylwuhxhaek.com^
||nezuel.com^
||nezygmobha.com^
||nfctoroxi.xyz^
||nfeblwlatpnbjs.com^
||nfgkdudjetcss.com^
||nfjpykkvvqet.com^
||nfkd2ug8d9.com^
||nfkq8jy5db0b.com^
||nfoxlyvassg.com^
||nftfyvbfbonpe.com^
||nfupxwsdzbqen.com^
||nfuwpyx.com^
||nfwivxk.com^
||nfxlrsxwvofi.com^
||ngcies.com^
||ngdxvnkovnrv.xyz^
||ngegas.files.im^
||ngeoziadiyc4hi2e.com^
||ngforanoppor.info^
||ngfruitiesmatc.info^
||ngineet.cfd^
||nglestpeoplesho.com^
||nglmedia.com^
||ngokohorsing.top^
||ngpgjfojxyvgcp.com^
||ngplansforourco.info^
||ngponhtot.xyz^
||ngsinspiringtga.info^
||ngtktfwvyqf.com^
||nguad.com^
||ngujaqm.com^
||ngukmodukule.info^
||ngxpprnv.com^
||nhamformane.com^
||nhanziohqat.com^
||nharghiooudi.xyz^
||nhckxyxaiwqnssh.com^
||nheappyrincen.info^
||nheappyrincenev.info^
||nhjnkis.com^
||nhjsuchlliioi.com^
||nhkokkrr.com^
||nhksyoei.com^
||nhopaepzrh.com^
||nhphkweyx.xyz^
||nhqxzqvkj.com^
||nhsmmxtfut.xyz^
||nhspndjqoehzf.com^
||nhuzqnpnbjm.com^
||nhwvxjpjn.com^
||niaisimpreg.website^
||niaisrbound.digital^
||nianstarvards.info^
||niauuslsoxwte.com^
||nibvtxyofd.com^
||nibyqlfurrafjx.com^
||nibzitgas.com^
||nicatethebene.info^
||nicatethebenefi.com^
||nicboab.com^
||nice-mw.com^
||nicebigheartedgargle.com^
||niceelitdating.top^
||nicelocaldates.com^
||nicelyporeengine.com^
||nicerisle.com^
||nicesthoarfrostsooner.com^
||nicestsame.com^
||nicheads.com^
||nichedlinks.com^
||nicheevaderesidential.com^
||nichegreatunemployment.com^
||nicholassemicircledomesticated.com^
||nichools.com^
||nichtfaeroe.top^
||nickeeha.net^
||nicknameuntie.com^
||nicksstevmark.com^
||nicmaui.com^
||nicmisa.com^
||nicthei.com^
||nidqvgsubt.com^
||nidredra.net^
||nidudihideout.com^
||niececordthrone.com^
||niecesregisteredhorrid.com^
||nielledhaling.digital^
||nieveni.com^
||nievetacunjer.top^
||niftiesrotonde.com^
||nifty-drive.pro^
||nifty-transportation.com^
||nifvikfakt.com^
||nigerm.com^
||niggedpacaya.com^
||niggeusakebvkb.xyz^
||nigglerimprove.top^
||nightclubconceivedmanuscript.com^
||nighter.club^
||nightfallforestallbookkeeper.com^
||nightfallroad.com^
||nightingaletasting.com^
||nightsboostam.com^
||nightspickcough.com^
||nigion.com^
||nigmen.com^
||nigooshe.net^
||nigure.com^
||nihiy.com^
||nikkiexxxads.com^
||nilreels.com^
||niltibse.net^
||nimhuemark.com^
||nimpookrou.com^
||nimrute.com^
||nimxfbepwldtso.com^
||ninanceenab.com^
||ninancukanking.info^
||nindscity.com^
||nindsstudio.com^
||nineanguish.com^
||nineteenlevy.com^
||nineteenthdipper.com^
||ninetyninesec.com^
||ninetypastime.com^
||ninetyreguli.com^
||ninkorant.online^
||ninnycoastal.com^
||ninoglostoay.com^
||ninsinsu.com^
||ninsu-tmc.com^
||ninthfad.com^
||nipmucktwicer.com^
||nipoughtnt.guru^
||nipperathymy.life^
||nippona7n2theum.com^
||nippytelephone.pro^
||nirashoawe.com^
||nisdnwiug.com^
||nishoagn.com^
||nitonsbanc.com^
||nitqbanrbcv.xyz^
||nitriotgillian.digital^
||nitrogendetestable.com^
||nitrogeneligible.com^
||nittaleucoma.guru^
||niwooghu.com^
||nizarstream.xyz^
||nization.com^
||nizvimq.com^
||njejgoscqmcqn.com^
||njfwjnpuq.com^
||njfxmqvonppwq.com^
||njjebgkvrniwmr.com^
||njkewubccvt.com^
||njlcmkzfex.com^
||njlgwpardzl.com^
||njlzougyfjo.com^
||njpaqnkhaxpwg.xyz^
||njplpnoxgnbpid.com^
||njprfviomemec.com^
||njsbccyenjyq.com^
||njufnhkmqpk.xyz^
||njvacw.xyz^
||nkbhsbteuu.com^
||nkbobsj.com^
||nkbpmxdubcd.com^
||nkcsycwf.com^
||nkewdzp.com^
||nkfinsdg.com^
||nkieuulsvvjrfh.com^
||nkjhcmlf.com^
||nkljaxdeoygatfw.xyz^
||nkmsite.com^
||nkotpweuxq.xyz^
||nkredir.com^
||nkrvqmvlyryzn.com^
||nktbcnkdxhqniwx.com^
||nlargeconsu.info^
||nlbdrwydovuq.xyz^
||nlbgkaesfhf.com^
||nlblzmn.com^
||nld0jsg9s9p8.com^
||nlfqqjvyfr.com^
||nlkli.com^
||nlmthxjgjhg.com^
||nlnmfkr.com^
||nlntrk.com^
||nlop.xyz^
||nlrhfomyjfhkcv.xyz^
||nlyxqpeo.com^
||nlzxclfg.com^
||nmanateex.top^
||nmcdn.us^
||nmcpmjreuswnzs.com^
||nmcsqihltjdnheq.com^
||nmersju.com^
||nmhcroxspro.com^
||nmkhvtnypwykfh.xyz^
||nmkli.com^
||nmqwdmtwjleb.com^
||nmrjnqiwocfyi.com^
||nmsedhkcd.com^
||nmxcadosdrcbd.com^
||nmxqtuyyojgm.com^
||nmybyxnjscf.com^
||nncvwymtn.com^
||nnetvsvxrxhkai.com^
||nnhxyjugm.com^
||nnitejdvebpqa.com^
||nnjisvdxaoet.com^
||nnkqkvqk.com^
||nnmtjmkae.xyz^
||nnncrox.com^
||nnnfqegwes.xyz^
||nnoyigqsvjud.com^
||nnsnniklov.xyz^
||nnthewdnez.com^
||nntzjgzvbzz.com^
||nnxijkdigwywla.com^
||no2veeamggaseber.com^
||noaderir.com^
||noafoaji.xyz^
||noahilum.net^
||noaiaft.com^
||noanawie.com^
||noanrzfdt.com^
||noapai.name^
||noapsamoo.com^
||noaptauw.com^
||noazauro.net^
||nobbutaaru.com^
||nobilitybefore.com^
||noblelevityconcrete.com^
||nobost.com^
||nobrrjpxbpmus.com^
||nocaudsomt.xyz^
||noclef.com^
||nocuousbestir.com^
||nodcaterercrochet.com^
||noddinglavish.com^
||nodouslover.com^
||nodreewy.net^
||noearon.click^
||noelsdoc.cam^
||noerwe5gianfor19e4st.com^
||nofashot.com^
||nofidroa.xyz^
||nogxlplmx.xyz^
||nohezu.xyz^
||noiselessvegetables.com^
||noiseslaveoutfit.com^
||noisesuperserver.com^
||noisyassistance.pro^
||noisybeforemorton.com^
||noisyjoke.pro^
||noisytariff.com^
||nojhhsg.com^
||nollolofgulmof.com^
||nolrougn.com^
||noltaudi.com^
||nomadodiouscherry.com^
||nomadsbrand.com^
||nomadsdata.com^
||nomadsfit.com^
||nomathoo.net^
||nomeetit.net^
||nomeuspagrus.com^
||nominalclck.name^
||nominalreverend.com^
||nominateallegation.com^
||nominatecambridgetwins.com^
||nomorepecans.com^
||nonbasekick.com^
||noncepter.com^
||nondescriptelapse.com^
||nondescriptlet.com^
||nondescriptmaterial.com^
||nondescripttuxedo.com^
||nonecoffeehousesuspicious.com^
||nonerr.com^
||nonesgue.space^
||nonesleepbridle.com^
||nonestolesantes.com^
||nonewnews.name^
||nonfattoplike.com^
||nonfatwhorage.life^
||nonfictionrobustchastise.com^
||nonfictiontickle.com^
||nongamemealman.guru^
||nonimoomi.com^
||nonotro.name^
||nonremid.com^
||nonsensethingresult.com^
||nonspewpa.com^
||nonstoppartner.de^
||noobilubi.com^
||noodledesperately.com^
||noodokod.xyz^
||noofigat.net^
||noojoomo.com^
||nooloqfzdta.com^
||nooncommentary.com^
||noondaylingers.com^
||noonsderider.com^
||noonuproarincompetence.com^
||noopaipo.com^
||nooraunod.com^
||nooroapo.com^
||noosersturtles.com^
||noosingimmask.com^
||noozjifbn.com^
||nopalryyipped.com^
||nope.xn--mgbkt9eckr.net^
||nope.xn--ngbcrg3b.com^
||nope.xn--ygba1c.wtf^
||nopolicycrea.info^
||nopoloferewer.com^
||noproblfr.com^
||noptog.com^
||norentisol.com^
||noretia.com^
||noritesazotes.com^
||normalfurthermoreairliner.com^
||normalheart.pro^
||normallydirtenterprising.com^
||normalrepublicemulate.com^
||normkela.com^
||normugtog.com^
||norrissoundinghometown.com^
||northleaderpayback.com^
||northmay.com^
||northwestdiddived.com^
||norymo.com^
||nosebleedlonerdays.com^
||nosedetriment.com^
||nossairt.net^
||nosselaune.space^
||nostocsfermery.life^
||nostrilquarryprecursor.com^
||nostrilsdisappearedconceited.com^
||nostrilsunwanted.com^
||notablyassn.digital^
||notadsworld.com^
||notaloneathome.com^
||notchcollectormuffin.com^
||notcotal.com^
||notdyedfinance.com^
||notebookbesiege.com^
||notebookmedicine.com^
||notesbook.in^
||nothiermonicg.com^
||nothingnightingalejuly.com^
||nothingpetwring.com^
||nothycantyo.com^
||noticebroughtcloud.com^
||notifcationpushnow.com^
||notification-list.com^
||notificationallow.com^
||notifications.website^
||notiflist.com^
||notifpushnext.net^
||notifpushnow.com^
||notifsendback.com^
||notify-monad.com^
||notify-service.com^
||notify.rocks^
||notify6.com^
||notifydisparage.com^
||notifyerr.com^
||notifyoutspoken.com^
||notifypicture.info^
||notifysrv.com^
||notifzone.com^
||notionsshrivelcustomer.com^
||notonthebedsheets.com^
||notorietycheerypositively.com^
||notorietynoblemanproposition.com^
||notorietyobservation.com^
||notoriouscount.com^
||notoriousentice.com^
||notos-yty.com^
||notwithstandingjuicystories.com^
||notwithstandingpeel.com^
||noucoush.net^
||nougacoush.com^
||noughtefface.com^
||noughttrustthreshold.com^
||noumekiz.net^
||noumohur.com^
||nounaswarm.com^
||nounct.com^
||nounooch.com^
||nounpasswordangles.com^
||nounrespectively.com^
||noupsube.xyz^
||noureewo.com^
||nourishinghorny.com^
||nourishmentrespective.com^
||nouveaulain.com^
||nouvhidtxryveg.com^
||novadune.com^
||novel-inevitable.com^
||novelcompliance.com^
||novelty.media^
||noveltyensue.com^
||novemberadventures.com^
||novemberadventures.name^
||novemberseatsuccession.com^
||novembersightsoverhear.com^
||novemberslantwilfrid.com^
||novibet.partners^
||novicetattooshotgun.com^
||novidash.com^
||novitrk1.com^
||novitrk4.com^
||novitrk7.com^
||novitrk8.com^
||novostisporta.info^
||nowadaysgrin.com^
||nowaynoconvs.net^
||nowlooking.net^
||nowspots.com^
||nowsubmission.com^
||nowtrk.com^
||noxbfmatyavxl.com^
||noxdgqcm.com^
||noxiousinvestor.com^
||noxiousrecklesssuspected.com^
||nozzorli.com^
||npaqfubekak.com^
||npbkhsarqzp.com^
||npcad.com^
||npcta.xyz^
||npddlguxzrem.com^
||npdnnsgg.com^
||npdocxjt.com^
||npdyxhvefuqkj.xyz^
||npehvrjmf.com^
||nphtakjpw.com^
||npjhdunxxfhwgtv.com^
||npkzqlhtecxx.com^
||npnbwfpftjpqwc.com^
||npoqyrxjmphdo.com^
||npprvby.com^
||npracticalwhic.buzz^
||npracticalwhich.com^
||nptauiw.com^
||npugpilraku.com^
||npulchj.com^
||npvos.com^
||npytbfqwamyxkdp.xyz^
||nqccynlnmmumt.com^
||nqcdenlfuvuoqj.com^
||nqftyfn.com^
||nqgdljechyyska.com^
||nqhataamn.xyz^
||nqisabwtfbm.com^
||nqmfmnmqysei.com^
||nqn7la7.de^
||nqoxrsrf.com^
||nqpdhoxgtrxa.xyz^
||nqrkzcd7ixwr.com^
||nqslmtuswqdz.com^
||nqtufgmgmjnwlj.com^
||nqvlkmmti.com^
||nrcqqpjx.xyz^
||nreg.world^
||nretholas.com^
||nrmlewvayj.com^
||nrnma.com^
||nrqppdgnhaagjq.com^
||nrrdxyauavkdrc.com^
||nrvbadypy.com^
||nryanocytqc.com^
||nryceuula.com^
||nrztjbpish.com^
||ns003.com^
||nsaascp.com^
||nsaimplemuke.info^
||nsdsvc.com^
||nservantasrela.info^
||nsexfxwcvro.xyz^
||nsfwadds.com^
||nshio.com^
||nsjczjnrravfcj.com^
||nsjyfpo.com^
||nskwqto.com^
||nslokxweviwqbg.com^
||nsmartad.com^
||nsoimtgmnnbvi.com^
||nspmotion.com^
||nspot.co^
||nssoahlyadvb.xyz^
||nstoodthestatu.com^
||nsuchasricew.com^
||nsultingcoe.net^
||nsyywkq.com^
||ntanaerc.cyou^
||ntbyfjcnwiqfhx.com^
||ntcqmdif.com^
||ntdvjlvau.com^
||ntedbycathyhou.info^
||ntgetjpqk.com^
||ntiaxofk.xyz^
||ntjmnyzwkpb.com^
||ntlysearchingf.info^
||ntmastsault.info^
||ntmatchwithy.info^
||ntmemns.com^
||ntoftheusysia.info^
||ntoftheusysianedt.info^
||ntoftheusysih.info^
||ntrfr.leovegas.com^
||ntsiwoulukdli.org^
||ntsujfrvvabs.com^
||ntswithde.autos^
||ntuplay.xyz^
||nturnwpqyqup.com^
||nturyremovem.com^
||ntv.io^
||ntvk1.ru^
||ntvpevents.com^
||ntvpever.com^
||ntvpforever.com^
||ntvpinp.com^
||ntvpwpush.com^
||ntvsw.com^
||ntxviewsinterfu.info^
||nubseech.com^
||nuclav.com^
||nucleo.online^
||nuculetirl.com^
||nudczusipbu.com^
||nudebenzoyl.digital^
||nudgedfardel.com^
||nudgercoptine.life^
||nudgeworry.com^
||nudistuncurst.com^
||nueduringher.org^
||nuerprwm.xyz^
||nuevonoelmid.com^
||nugejuhx.com^
||nuggetschou.com^
||nuglegdkyjlaye.com^
||nugrudsu.xyz^
||nugxmtkydv.com^
||nui.media^
||nuisancehi.com^
||nukeluck.net^
||nukxwyyhuinwf.com^
||nuleedsa.net^
||nulez.xyz^
||null-point.com^
||nullboatloo.com^
||nullscateringinforms.com^
||nullsglitter.com^
||nulpailou.com^
||nultoaly.net^
||nulwhbbyfdxy.com^
||numberium.com^
||numbertrck.com^
||numbninth.com^
||numbswing.pro^
||numeralembody.com^
||numeralstoast.com^
||numsodsi.com^
||nunailsum.com^
||nunciosmegasse.website^
||nunhoefey.com^
||nuniceberg.com^
||nunnifybalize.website^
||nupdhyzetb.com^
||nuphizarrafw.com^
||nupjzylhequ.com^
||nuqwe.com^
||nuraghireels.com^
||nurewsawan.org^
||nurewsawaninc.info^
||nurno.com^
||nurobi.info^
||nuroflem.com^
||nursecompellingsmother.com^
||nurserysurvivortogether.com^
||nuseek.com^
||nutattorneyjack.com^
||nutgxfwechkcuf.com^
||nutletcorvees.com^
||nutrientassumptionclaims.com^
||nutrientexceptingreplica.com^
||nutrientmole.com^
||nutritionshooterinstructor.com^
||nutritious-hang.pro^
||nutshellcellularfibber.com^
||nutshellwhipunderstood.com^
||nutsmargaret.com^
||nuttyanger.pro^
||nuvedu.xyz^
||nuxdwjicbg.com^
||nuyhvoshqnbkrg.com^
||nuzuki.com^
||nvaepsns.com^
||nvane.com^
||nvchhzg.com^
||nvgelwnecuw.com^
||nvjgmugfqmffbgk.xyz^
||nvlalpfft.com^
||nvloulsfonqpfwm.com^
||nvougpk.com^
||nvudvvaecq.com^
||nvvmslfqowhkkv.com^
||nvxcvyfedg.com^
||nvzcoggh.com^
||nwbndajssvjpuw.com^
||nwejuljibczi.com^
||nwhuomqmuym.com^
||nwkhgldkgejw.xyz^
||nwwais.com^
||nxbxxnpb.com^
||nxdcyhmwxlqc.com^
||nxexydg.com^
||nxikijn.com^
||nxiqvhhm.com^
||nxladsrj.com^
||nxlreuwdto.com^
||nxpdotflwcmrcfh.com^
||nxqolxelijv.com^
||nxt-psh.com^
||nxtck.com^
||nxthost-1.info^
||nxthost-2.info^
||nxtpsh.com^
||nxtpsh.top^
||nxumrjvebxr.com^
||nxupsmvol.com^
||nxutavor.com^
||nxwpxtaik.xyz^
||nxwrgrymkfp.com^
||nyadmcncserve-05y06a.com^
||nyadra.com^
||nybblesbarotse.com^
||nycixrayvbowpue.com^
||nyetm2mkch.com^
||nygwcwsvnu.com^
||nyhrgss.com^
||nykcksdpo.com^
||nylonnickel.com^
||nylonnickel.xyz^
||nynjiahyewoji.com^
||nyqpgzohhllvx.com^
||nyrunxlffpy.com^
||nythathavere.org^
||nytrng.com^
||nyutkikha.info^
||nzfhloo.com^
||nzgldfeqvocgb.com^
||nzhfk.com^
||nzimmoadxfa.com^
||nzme-ads.co.nz^
||nzrzgorm.com^
||nzuebfy.com^
||nzvlpvgqsa.com^
||o-oo.ooo^
||o18.click^
||o18.link^
||o2c7dks4.de^
||o313o.com^
||o333o.com^
||o4nofsh6.de^
||o4uxrk33.com^
||o626b32etkg6.com^
||o911o.com^
||oacaighy.com^
||oacfxrqghamyaq.com^
||oachailo.net^
||oackoubs.com^
||oadaheba.net^
||oadrojoa.net^
||oadsaurs.net^
||oadsouzi.net^
||oaftaijo.net^
||oagleeju.xyz^
||oagnatch.com^
||oagnolti.net^
||oagoalee.xyz^
||oagoofoo.net^
||oagreess.net^
||oahaurti.com^
||oahosaisaign.com^
||oainternetservices.com^
||oaiweznjo.com^
||oajagroax.com^
||oakaumou.xyz^
||oakbustrp.com^
||oakchokerfumes.com^
||oakenboubous.com^
||oaklesy.com^
||oakletquerela.website^
||oakmostlyaccounting.com^
||oaksafta.com^
||oaksandtheircle.info^
||oalitoug.com^
||oalsauwy.net^
||oalselry.com^
||oamoatch.com^
||oamtorsa.net^
||oanimsen.net^
||oansaifo.net^
||oaphoace.net^
||oaphooftaus.com^
||oapnqyxkjxmpet.com^
||oarcompartmentexaggerate.com^
||oardilin.com^
||oargaung.com^
||oarsmenmytilid.uno^
||oarsmorsel.com^
||oarsoocm.com^
||oarsouss.net^
||oarssamgrandparents.com^
||oartoogree.com^
||oasazedy.com^
||oasishonestydemented.com^
||oasqrthubiub.com^
||oataltaul.com^
||oatbcxnhacfjnc.com^
||oatchelt.com^
||oatmealaspectpulp.com^
||oatmeallump.com^
||oatmealstickyflax.com^
||oatscheapen.com^
||oatsouje.net^
||oaujswgofu.com^
||oawacmeen.com^
||oawhaursaith.com^
||oaxoulro.com^
||oaxpcohp.com^
||oaxuroaw.net^
||oaykswyxtbn.com^
||oaysdumjrpoq.xyz^
||oazartie.com^
||oazoorse.com^
||obadluhjxnsnfv.com^
||obanmafn.com^
||obbkucbipw.com^
||obcmpxqmrwn.com^
||obdoboli.xyz^
||obdtawpwyr.com^
||obduratecommence.com^
||obduratedroppingmagnitude.com^
||obduratesettingbeetle.com^
||obduratewiggle.com^
||obeajvasfvj.xyz^
||obediencepulse.com^
||obedientrock.com^
||obedirectukly.info^
||obeus.com^
||obeyedortostr.cc^
||obeyersshewn.com^
||obeyfreelanceloan.com^
||obeysatman.com^
||obgdk.top^
||obhggjchjkpb.xyz^
||obituaryfuneral.com^
||objectbrilliance.com^
||objectdressed.com^
||objectedinward.com^
||objectionportedseaside.com^
||objectionsdomesticatednagging.com^
||objective-wright-961fed.netlify.com^
||objectlesscowerfuzzy.com^
||objectsentrust.com^
||obkgavorztij.com^
||obligemadeuprough.com^
||obliterateminingarise.com^
||oblivionthreatjeopardy.com^
||oblivionwatcherrebellious.com^
||oblong-pool.pro^
||oblongcondition.com^
||oblongravenousgosh.com^
||obnarium.com^
||obnoxiouspatrolassault.com^
||obnoxiousstackderide.com^
||oboistbasify.com^
||obolaryramees.space^
||oboletcart.com^
||oboletcystin.website^
||obolic.com^
||obolxietnquosyr.com^
||obouckie.com^
||obovoidfidgets.com^
||obputpnbtdoy.com^
||obraioewm.com^
||obrans.com^
||obrightsapphir.com^
||obrom.xyz^
||obsanluvx.com^
||obscenityaccordinglyrest.com^
||obscenityimplacable.com^
||obscenitymama.com^
||obscurejury.com^
||observanceafterthrew.com^
||observationtable.com^
||observativus.com^
||observedbrainpowerweb.com^
||observedlily.com^
||observerdispleasejune.com^
||obsessiondiscourteous.com^
||obsessionseparation.com^
||obsessivepetsbean.com^
||obsessivepossibilityminimize.com^
||obsessthank.com^
||obsidiancutter.top^
||obsignphippe.com^
||obsors.com^
||obstaclebornevastly.com^
||obstaclemuzzlepitfall.com^
||obstanceder.pro^
||obstre.com^
||obstructcrucialcommander.com^
||obstructdogcollarblockade.com^
||obstry.com^
||obtainedcredentials.com^
||obtainedoraltreat.com^
||obtrol.com^
||obtrusivecrisispure.com^
||obtrusiveflatlymoth.com^
||obtrusiveperhaps.com^
||obtundmassier.com^
||obviatemuscoid.guru^
||obynefeigvk.com^
||oc2tdxocb3ae0r.com^
||ocalqoiw.com^
||ocasosfjpbf.com^
||ocbyxycdl.xyz^
||occame.com^
||occarv.com^
||occasionallyregionsadverb.com^
||occasionalstatusbella.com^
||occdmioqlo.com^
||occqnaaepflqxw.com^
||occultshout.com^
||occums.com^
||occupationcomplimentsenjoyment.com^
||occurclaimed.com^
||occust.com^
||ocddolmggjc.com^
||ocean-trk.com^
||oceanfilmingexperience.com^
||oceanvids.space^
||ocejcnlebgkfd.com^
||ocfhdcmwekmjf.com^
||ocflkcgwjem.com^
||ochaugly.net^
||ocheebou.xyz^
||ochredhistory.com^
||ochringtensor.com^
||ocjmbhy.com^
||oclaserver.com^
||oclasrv.com^
||oclpegogoccxlw.com^
||ocmhood.com^
||ocmtag.com^
||ocoaksib.com^
||ocogmhqo.com^
||oconner.link^
||ocrppeqevqihdi.com^
||octanmystes.com^
||octavdtabacco.top^
||octavianflingpod.com^
||octavianimmaculate.com^
||octoatesamhain.com^
||octobergypsydeny.com^
||octobermindless.com^
||octopod.cc^
||octopusiron.com^
||octopuspop.com^
||octrol.com^
||ocumes.com^
||ocumknxm.com^
||ocuuqdqupbpvp.com^
||ocuwyfarlvbq.com^
||ocygacror.com^
||oczqhythihhu.com^
||odbayigjoagd.com^
||oddauthorscreative.com^
||oddlyogeed.com^
||oddsfana.space^
||oddsserve.com^
||odegumsane.com^
||odfvtgyptmd.com^
||odipjwipwwyus.xyz^
||odlyccugg.com^
||odnaknopka.ru^
||odnaturedfe.org^
||odologyelicit.com^
||odonticmetae.top^
||odorantpilkins.top^
||odouanmhndwipg.com^
||odoucessu.com^
||odpfujlimjuk.com^
||odqicviub.com^
||odrgacvbl.com^
||odwpjjevssepja.com^
||odylespiacle.com^
||oeaubbhajhkaav.xyz^
||oeavjktqqpkntgq.com^
||oeckey.com^
||oedprntsyfrl.com^
||oeggofabhhob.com^
||oehfvrpeleg.com^
||oelwojattkd.xyz^
||oemifaobrxe.com^
||oeokfmroaiuwo.xyz^
||oepnccxasww.com^
||oestpq.com^
||oetkwahrsdvrnn.com^
||oeufvkymknbie.com^
||oeuvresvexable.com^
||oevkkqrar.com^
||of-bo.com^
||ofashgonfcwp.com^
||ofbgqtkl.xyz^
||ofcamerupta.com^
||ofchildr.buzz^
||ofclaydolr.com^
||ofcvrpxsx.com^
||ofdittor.com^
||ofdrapiona.com^
||ofdxfsho.com^
||ofedupub.com^
||offalakazaman.com^
||offarmiesupward.com^
||offchatotor.com^
||offendedcontributorfour.com^
||offendedtwine.com^
||offendselfportrait.com^
||offenseholdrestriction.com^
||offensivepitcherultimately.com^
||offercookerychildhood.com^
||offergate-apps-pubrel.com^
||offergate-games-download1.com^
||offerimage.com^
||offerlink.co^
||offersapp.in^
||offersbid.com^
||offersbid.net^
||offershub.net^
||offerstrackingnow.com^
||offerwall.site^
||offfurreton.com^
||offhandclubhouse.com^
||offhandpump.com^
||offhdgatyooum.com^
||officeroey.top^
||officetablntry.org^
||officialbanisters.com^
||officiallyflabbyperch.com^
||officialraising.com^
||officialstovethemselves.com^
||offloadingsite.com^
||offmachopor.com^
||offmantiner.com^
||offoonguser.com^
||offpathgenuinely.com^
||offpaycrinet.life^
||offpichuan.com^
||offshoredependant.com^
||offshoredutchencouraging.com^
||offshorenonfictionbriefing.com^
||offshuppetchan.com^
||offsigilyphor.com^
||offxkeapbvwe.com^
||ofgogoatan.com^
||ofhappinyer.com^
||ofhypnoer.com^
||ofitstefukste.org^
||ofkvdwqimwxnm.com^
||ofleafeona.com^
||ofoockoo.com^
||ofphanpytor.com^
||ofpiplupon.com^
||ofqopmnpia.com^
||ofseedotom.com^
||ofslakotha.com^
||oftencostbegan.com^
||oftenparttimebeen.com^
||oftheappyri.org^
||oftheseveryh.org^
||ofthinkfutile.com^
||ofwqqwrugi.com^
||ogaewcqgj.com^
||ogblanchi.com^
||ogdbqljceatnjal.com^
||ogeesuropod.digital^
||ogeeztf.com^
||ogercron.com^
||ogetherefwukoul.info^
||ogghpaoxwv.com^
||oghqvffmnt.com^
||ogicatius.com^
||ogle-0740lb.com^
||oglooque.com^
||ogmvulgumhk.xyz^
||ogniicbnb.ru^
||ognimyjm.com^
||ognsotmhjx.com^
||ografazu.xyz^
||ograuwih.com^
||ogrrmasukq.com^
||ogtakvkpoaxt.com^
||ogvkyxx.com^
||ogwmubfnjbzyo.com^
||ogwnjcumfbgm.com^
||ogwqkgtboxol.com^
||ogygialuther.top^
||ogygotcchh.com^
||ohaijoub.com^
||ohdjswkuaym.xyz^
||ohdrgrpfyvughty.xyz^
||ohfowsawvgig.com^
||ohgmnmgrd.xyz^
||ohibal.com^
||ohjhsopp.com^
||ohkahfwumd.com^
||ohkdsplu.com^
||ohkvifgino.com^
||ohkyxnjj.com^
||ohlattice.com^
||ohldsplu.com^
||ohmcasting.com^
||ohmwrite.com^
||ohmwweulu.com^
||ohndsplu.com^
||ohnwmjnsvijdrgx.xyz^
||ohoycaline.com^
||ohpgamsojj.com^
||ohqcrifmugat.com^
||ohrdsplu.com^
||ohrkihivhtz.com^
||ohsatum.info^
||ohsruxbixgzu.com^
||ohswmojunbmo.com^
||ohtctjiuow.com^
||ohudkrjhxmf.com^
||ohvcuqjqmjcfiys.com^
||ohwhdspj.com^
||oiarske.com^
||oiavdib.com^
||oijorfkfwtdswv.xyz^
||oilskinvulvar.digital^
||oinkedbowls.com^
||ointmentaloofpincers.com^
||ointmentapathetic.com^
||ointmentfloatingsaucepan.com^
||ointmenthind.com^
||oisqckeiqwyg.com^
||oixohmve.com^
||oiycak.com^
||ojafexcbndql.com^
||ojapanelm.xyz^
||ojbrtkrvew.com^
||ojfkftiv.xyz^
||ojguesirvxwgiog.xyz^
||ojgvteduhsko.com^
||ojmvywz.com^
||ojomrgmhbbpkpz.com^
||ojoodoaptouz.com^
||ojpem.com^
||ojtarsdukk.com^
||ojtatygrl.xyz^
||ojuhfoa.com^
||ojuhjcmhemvs.com^
||ojwapnolwa.com^
||ojwplnqmctys.com^
||ojyggbl.com^
||ojygidujyn.com^
||ojzghaawlf.com^
||okaks.com^
||okapiropp.top^
||okapisail.com^
||okayarab.com^
||okayfreemanknot.com^
||okdigital.me^
||okehsominous.com^
||okfgsbtmcnh.com^
||okienamare.com^
||okjxihboesueh.com^
||oklahi.com^
||oklzdmdhqgxsu.com^
||oko.net^
||okqdjbywcnqov.com^
||okqwvoknauoab.com^
||oksooem.com^
||okstqhbyoh.com^
||okt5mpi4u570pygje5v9zy.com^
||oktachimble.com^
||oktpage.com^
||okueroskynt.com^
||okunyox.com^
||okupvueal.com^
||okvatbotgacv.com^
||okvovqrfuc.com^
||okxhjbpfxqp.com^
||okxqmiagltpe.com^
||olakoudos.xyz^
||olatumal.com^
||olaxcandela.top^
||olayomad.com^
||old-go.pro^
||oldassist.pro^
||olderdeserved.com^
||oldersfeuars.top^
||oldership.com^
||oldeststrickenambulance.com^
||oldfashionedcity.pro^
||oldgyhogola.com^
||oldied.com^
||oldmilram.com^
||oldndalltheold.org^
||oldpiecesontheth.com^
||oldrdiedebog.xyz^
||oldsia.xyz^
||oleinironed.top^
||oleoshaves.top^
||olep.xyz^
||olgknseruf.com^
||olibes.com^
||olineman.pro^
||olitoedr.com^
||olivedinflats.space^
||olivednitrils.com^
||olivefail.com^
||olivefamine.com^
||olkyskawui.com^
||ollsukztoo.com^
||olmsoneenh.info^
||olnjitvizo.com^
||olnkpexujhuw.com^
||olnoklmuxo.com^
||ololenopoteretol.info^
||olomonautcatho.info^
||olpaeclary.top^
||olpfeere.com^
||olpxupvisl.com^
||olqkudodsrix.com^
||olrbbwxkm.top^
||oltcneutwheoioo.xyz^
||oltptelifmal.com^
||olularhenewrev.info^
||olxcvfwfej.com^
||olxtqlyefo.xyz^
||olympicsappointment.com^
||olzatpafwo.com^
||omanala.com^
||omandersingly.com^
||omarcheopson.com^
||omareeper.com^
||omasatra.com^
||omatbkygxo.xyz^
||omatri.info^
||omazeiros.com^
||ombtkqikm.com^
||omchanseyr.com^
||omchimcharchan.com^
||omciecoa37tw4.com^
||omclacrv.com^
||omclyzyapf.com^
||omcrobata.com^
||omdittoa.com^
||omegatrak.com^
||omelettecrippledemployee.com^
||omenrandomoverlive.com^
||omenreprimanddesigner.com^
||omentadido.com^
||omfiydlbmy.com^
||omg2.com^
||omgkdhysxlaj.com^
||omgpm.com^
||omgranbulltor.com^
||omgrdrodobidu.com^
||omgt4.com^
||omgt5.com^
||omhpyhwv.com^
||ominateamt.com^
||omitbailey.com^
||omitpollenending.com^
||omjigrivrccwcn.xyz^
||omkitww.com^
||omkxadadsh.com^
||ommatearittock.digital^
||ommopxpfuofm.com^
||omnatuor.com^
||omni-ads.com^
||omnidokingon.com^
||omnipotentglobalbeer.com^
||omnipresentstream.com^
||omniscrienttow.com^
||omnitagjs.com^
||omoahope.net^
||omoonsih.net^
||omopeemt.net^
||omouswoma.info^
||ompanythat.org^
||omphantumpom.com^
||omruihaeaf.com^
||omshedinjaor.com^
||omvcilk.com^
||omvenusaurchan.com^
||omzoroarkan.com^
||omzylhvhwp.com^
||onad.eu^
||onads.com^
||onaged.com^
||onagriflocoon.com^
||onakasulback.autos^
||onameketathar.com^
||onandeggsis.com^
||onasider.top/tc
||onasider.top^
||onatallcolumn.com^
||onatsoas.net^
||onaugan.com^
||onautcatholi.xyz^
||onboardhairy.com^
||oncdiranwrus.com^
||onclarck.com^
||onclasrv.com^
||onclickads.net^
||onclickalgo.com^
||onclickclear.com^
||onclickgenius.com^
||onclickmax.com^
||onclickmega.com^
||onclickperformance.com^
||onclickprediction.com^
||onclickpredictiv.com^
||onclickpulse.com^
||onclickrev.com^
||onclickserver.com^
||onclicksuper.com^
||onclkds.com^
||onclklnd.com^
||oncomeannuals.com^
||ondajqfaqolmq.xyz^
||ondatrakrafts.com^
||ondeerlingan.com^
||ondewottom.com^
||ondpjzusmncg.com^
||ondybazars.guru^
||oneadvupfordesign.com^
||oneclck.net^
||oneclickpic.net^
||onedmp.com^
||onedragon.win^
||oneegrou.net^
||onefoldonefoldadaptedvampire.com^
||onefoldonefoldpitched.com^
||onegalact.com^
||onegamespicshere.com^
||onegoropsintold.com^
||onelivetra.com^
||onemacusa.net^
||onemboaran.com^
||onemileliond.info^
||onenectedithconsu.info^
||onenetworkdirect.com^
||onenetworkdirect.net^
||onenomadtstore.com^
||oneotheacon.cc^
||onepstr.com^
||oneqanatclub.com^
||onerousgreeted.com^
||oneselfindicaterequest.com^
||onesocailse.com^
||onespot.com^
||onestoreblog.com^
||onesuns.com^
||onetag4you.com^
||onetouch12.com^
||onetouch17.info^
||onetouch18.info^
||onetouch19.com^
||onetouch20.com^
||onetouch22.com^
||onetouch26.com^
||onetouch4.com^
||onetouch6.com^
||onetouch8.info^
||onetrackesolution.com^
||onevenadvnow.com^
||onfcwaif.xyz^
||ongastlya.com^
||ongoingstool.com^
||ongoingverdictparalyzed.com^
||ongrpdwwnvliao.xyz^
||oninewsful.life^
||onkavst.com^
||online-adnetwork.com^
||online-protection-now.com^
||onlinedeltazone.online^
||onlinepromousa.com^
||onlineuserprotector.com^
||onlombreor.com^
||onlyfansrips.com^
||onlypleaseopposition.com^
||onlyry.net^
||onlyyourbiglove.com^
||onmantineer.com^
||onmarshtompor.com^
||onnasvmatrma.com^
||onnkloshwrh.xyz^
||onogxwatipyevf.com^
||onpluslean.com^
||onpsrrejx.com^
||onrbsceloko.com^
||onseleauks.org^
||onservantas.org^
||onsetknives.com^
||onsetours.com^
||onseviperon.com^
||onshowit.com^
||onshucklea.com^
||onsolrockon.com^
||onstunkyr.com^
||ontariobeak.guru^
||ontinuedidgm.com^
||ontj.com^
||ontodirection.com^
||ontosocietyweary.com^
||onverforrinho.com^
||onvictinitor.com^
||onwardrespirationcommandment.com^
||onwasrv.com^
||onwekdebd.xyz^
||onznwiocrrim.com^
||oo00.biz^
||oobitsou.net^
||oobuwjnlljbah.com^
||oocxefrgn.com^
||oodrampi.com^
||oodsauns.net^
||oodsoobe.com^
||oodsotso.com^
||ooeciumpokable.com^
||ooftauph.com^
||ooftounu.com^
||oofycyur.com^
||oofyjigsaw.com^
||oogleaamentum.com^
||ooglootch.com^
||ooglouth.xyz^
||oogneenu.net^
||oogroopt.com^
||ooivkrkudanjrpk.com^
||oojitsoo.net^
||ookresit.net^
||ookroulsaurd.com^
||ookroush.com^
||oolassouwa.com^
||ooloptou.net^
||ooltutoo.net^
||oomgnwdmzwnxn.com^
||oomphcorker.top^
||oomsijahail.com^
||oomsoapt.net^
||oomtexoa.com^
||oonasuhghjmzyw.com^
||oongouha.xyz^
||oonsaigu.xyz^
||oopatet.com^
||oophoame.xyz^
||oophuvum.net^
||oopoawee.xyz^
||oopodmomenta.website^
||oopsauwa.xyz^
||oopukrecku.com^
||oopursie.com^
||oorbfdycj.com^
||oordeevum.com^
||ooredi.com^
||oossautsid.com^
||oosthvayk.com^
||oostotsu.com^
||ooswxraxqm.com^
||ootchaig.xyz^
||ootchoft.com^
||ootibsay.xyz^
||ootsoobs.net^
||oourmarketingefifor.info^
||oovaufty.com^
||ooxobsaupta.com^
||ooxookrekaun.com^
||oozawvoizsdal.com^
||oozewhup.xyz^
||oozoaseric.guru^
||op00.biz^
||op01.biz^
||op02.biz^
||opaleyeacarol.com^
||opalmetely.com^
||opatacarnal.top^
||opcharizardon.com^
||opchikoritar.com^
||opclauncheran.com^
||opdavplcufic.com^
||opdowvamjv.com^
||opeanresultanc.com^
||opefaq.com^
||opencan.net^
||openerkey.com^
||openingdreamsspinster.com^
||openinggloryfin.com^
||openingmetabound.com^
||openlyprematurerates.com^
||openlysideline.com^
||openmindter.com^
||opensdeiseal.com^
||openslowlypoignant.com^
||opentecs.com^
||openx.net^
||openxadexchange.com^
||openxenterprise.com^
||openxmarket.asia^
||operaharvestrevision.com^
||operaserver.com^
||operatepreciseheavilyinfo-product.info^
||operationalsuchimperfect.com^
||operativeperemptory.com^
||operch.com^
||operms.com^
||opgolan.com^
||ophisrebrown.top^
||ophiticprevail.life^
||ophoacit.com^
||ophophil.net^
||ophophiz.xyz^
||ophqmhser.com^
||ophvkau.com^
||opificelitoral.com^
||opinionatedprovide.com^
||opjfqakvi.xyz^
||opkfijuifbuyynyny.com^
||opkinglerr.com^
||oplo.org^
||oplpectation.xyz^
||opmuudn.com^
||oponixa.com^
||opootsoa.net^
||opoxv.com^
||oppedtoalktoherh.info^
||oppersianor.com^
||opportunitybrokenprint.com^
||opportunitygrandchildrenbadge.com^
||opportunitysearch.net^
||opposedunconscioustherapist.com^
||opposesmartadvertising.com^
||oppositevarietiesdepict.com^
||oppressionhopefully.com^
||oppressiveconnoisseur.com^
||oppressiveoversightnight.com^
||oprill.com^
||oprlursg.com^
||opsaupsa.com^
||opshuckleor.com^
||opsivesh.net^
||opsookiz.net^
||opsoomet.net^
||opsoudaw.xyz^
||optad360.io^
||optad360.net^
||optaivuy.net^
||optaroag.com^
||opteama.com^
||optedprebend.top^
||opter.co^
||opthushbeginning.com^
||opticalwornshampoo.com^
||opticlygremio.com^
||optidownloader.com^
||optimagrasp.guru^
||optimalscreen1.online^
||optimatic.com^
||optimisticminiaturizationdowry.com^
||optimizesocial.com^
||optimizesrv.com^
||optnx.com^
||optouhou.xyz^
||optraising.com^
||optvx.com^
||optyruntchan.com^
||optzsrv.com^
||opuluswanton.top^
||opvanillishan.com^
||opxogkbiqkti.com^
||oqcrqirncna.xyz^
||oqdawpvwcuj.xyz^
||oqeazohx.com^
||oqelpqoyyz.com^
||oqfgpdnwdbirpc.com^
||oqfvsgfj.com^
||oqhbykhlt.com^
||oqkedrojyy.xyz^
||oqnabsatfn.com^
||oqnfsivlp.com^
||oqsdospfd.xyz^
||oqsttfy.com^
||oqxehynxtckgha.com^
||orabsola.com^
||oralistnations.com^
||oralmaliciousmonday.com^
||oranegfodnd.com^
||orangeads.fr^
||orangeconsoleclairvoyant.com^
||oraporn.com^
||oratefinauknceiwo.com^
||orbednubby.com^
||orbengine.com^
||orbitcarrot.com^
||orblikevigonia.com^
||orbsclawand.com^
||orbsrv.com^
||orchardmaltregiment.com^
||orchestraanticipation.com^
||orchidreducedbleak.com^
||orcinolroomthy.com^
||orcinsjewish.com^
||orcjagpox.com^
||ordbzeokdxku.com^
||ordealsreannoy.top^
||orderfritter.com^
||orderlymall.pro^
||orderlyregister.pro^
||ordinalexclusively.com^
||ordinardeuton.com^
||ordinarilyinstead.com^
||ordinaryleaving.com^
||ordinaryspyimpassable.com^
||ordisposableado.com^
||ordounireme.website^
||ordzimwtaa.com^
||orecticconchae.com^
||oreiletfortify.top^
||oremaneths.com^
||oremuspolynoe.digital^
||oreoverseer.top^
||orest-vlv.com^
||oretracker.top^
||orfa1st5.de^
||orgagetnization.org^
||organizecoldness.com^
||organsthud.com^
||orgassme.com^
||orgerm.com^
||orgned.com^
||orgyqxtboakh.com^
||orhlfmshhsvs.xyz^
||oriberphomes.com^
||orientaldumbest.com^
||orientaljoyful.com^
||orientalrazor.com^
||originalblow.pro^
||originaldivide.pro^
||originatelamenttedious.com^
||originateposturecubicle.com^
||originatepromotebetrayal.com^
||origincrayonremained.com^
||originedreting.site^
||originjargon.com^
||origintube.com^
||origunix.com^
||orisow.com^
||orjfun.com^
||orldwhoisquite.com^
||orldwhoisquite.org^
||orldwhoisquiteh.info^
||orlowedonhisdhilt.info^
||ormolustuke.top^
||ornismolal.top^
||oroodsee.xyz^
||orpoobj.com^
||orqaxjj.com^
||orqrdm.com^
||orquideassp.com^
||orrisesdepute.com^
||orrmmdsdc.com^
||orrvucstaxip.com^
||orthitepetrous.com^
||orthronsmatter.com^
||ortontotlejohn.com^
||orxbqsvibjxqvai.com^
||osangauh.net^
||osarmapa.net^
||osaud.com^
||osaunsot.net^
||osbpcosnfgo.com^
||osciet.com^
||oscism.com^
||osdoshcwyaev.xyz^
||osekwacuoxt.xyz^
||osesuntent.top^
||osgqretnpoqsubt.com^
||oshaista.xyz^
||oshunooy.xyz^
||osjhvtxsyiuyjv.com^
||oskiwood.com^
||oskxpvmnalfb.com^
||osmanlikaraite.com^
||osmosewatch.top^
||osmost.com^
||osmoticchalah.com^
||osmousavosets.com^
||osoirux.com^
||osotirukurwyo.com^
||osptjkslmy.com^
||osqbfakufafv.com^
||osrhdsoeqhos.com^
||ossealatvia.com^
||ossgogoaton.com^
||osshydreigonan.com^
||ossifygenial.com^
||osskanger.com^
||osskugvirs.com^
||ossmightyenar.net^
||ossnidorinoom.com^
||osspalkiaom.com^
||osspwamuhn.com^
||ossrhydonr.com^
||ossshucklean.com^
||ossswannaa.com^
||ossyfirecpo.com^
||ostazvtx.com^
||ostensiblecompetitive.com^
||ostensibledressmaker.com^
||ostentatiousmystery.com^
||osteriawoold.space^
||ostilllookinga.cc^
||ostlon.com^
||ostrichrockychaos.com^
||oswegomiting.com^
||oszzxhqhfh.com^
||otabciukwurojh.xyz^
||otarbadvnmrap.com^
||otbuzvqq8fm5.com^
||othbhe2.com^
||othbor.com^
||othdgemanow.com^
||otherofherlittl.com^
||otherofherlittle.info^
||otherwiseassurednessloaf.com^
||otherwiseparticipate.com^
||othiijwtgcmjmj.com^
||otiatrygetable.uno^
||otigainareput.info^
||otingolston.com^
||otisephie.com^
||otjawzdugg.com^
||otjccfldytgkkox.xyz^
||otkqhtmbvolte.com^
||otlopudpvfq.com^
||otnolabttmup.com^
||otnolatrnup.com^
||otoliteaerides.com^
||otomacotelugu.com^
||otorwardsoffhdgat.com^
||otqxvqzdgl.com^
||otrwaram.com^
||otrzcixradze.com^
||ottack.com^
||ottdhysral.com^
||otterwoodlandobedient.com^
||otvlehf.com^
||otween.com^
||otydtuebaluf.xyz^
||ouaker.com^
||oucaibie.net^
||ouchruse.com^
||oudistit.com^
||oudoanoofoms.com^
||oudseroa.com^
||oufauthy.net^
||oufteens.com^
||ouftukoo.net^
||ougnultoo.com^
||ougrauty.com^
||ougribot.net^
||ouhastay.net^
||ouhnvkjhpajeob.com^
||oujouniw.com^
||oukdpbystipe.com^
||oukiacryst.com^
||oukoushu.xyz^
||ouldhukelpm.org^
||ouleegneeje.com^
||oulrarta.net^
||oulrukry.xyz^
||oulsools.com^
||oulsools.com^$popup
||oulukdliketo.shop^
||oumpashy.net^
||oumtirsu.com^
||ouncillorswhow.info^
||oungimuk.net^
||oungoowe.xyz^
||ounigaugsurvey.space^
||ounojushyxb.xyz^
||ounsamie.xyz^
||ounsoopt.xyz^
||oupastah.com^
||oupaumul.net^
||oupe71eiun.com^
||ouphoarg.com^
||ouphouch.com^
||oupushee.com^
||ouranosmoyener.com^
||ourbestnews.com^
||ourcommonnews.com^
||ourcommonstories.com^
||ourcoolposts.com^
||ourcoolspot.com^
||ourcoolstories.com^
||ourdadaikri.com^
||ourdailystories.com^
||ourdesperate.com^
||ourdreamsanswer.info^
||ourebifie.com^
||ourgumpu.xyz^
||ourhotfeed.com^
||ourhotstories.com^
||ourhypewords.com^
||ouricsexja.com^
||ourietwyers.uno^
||ourl.link^
||ourmumble.com^
||ourscience.info^
||ourselvesoak.com^
||ourselvessuperintendent.com^
||oursexasperationwatchful.com^
||ourtecads.com^
||ourteeko.com^
||ourtopstories.com^
||ourtshipanditlas.info^
||ouryretyequire.info^
||ouryretyequirem.info^
||ouseoyopersed.info^
||ouseswhichtot.org^
||ousinouk.xyz^
||ousouzay.net^
||oussaute.net^
||ousseghu.net^
||oustoope.com^
||outabsola.com^
||outaipoma.com^
||outarcaninean.com^
||outbalanceleverage.com^
||outblewmorga.com^
||outburststudying.com^
||outchops.xyz^
||outclaydola.com^
||outdilateinterrupt.com^
||outdoeslegacy.uno^
||outelectrodean.com^
||outflednailbin.com^
||outfortbogwort.guru^
||outfoxnapalms.com^
||outgateniceish.com^
||outglowkeysets.guru^
||outgrinuntold.com^
||outherunrid.digital^
||outhulem.net^
||outlawchillpropose.com^
||outlieazafran.com^
||outlineappearbar.com^
||outlinesweatraces.com^
||outloginequity.com^
||outlookabsorb.com^
||outlookreservebennet.com^
||outmatchurgent.com^
||outnumberminded.com^
||outnumberpickyprofessor.com^
||outoctillerytor.com^
||outofthecath.org^
||outpartaims.com^
||outplodbunty.com^
||outpun.com^
||outrageous-mine.pro^
||outrotomr.com^
||outseeltor.com^
||outseenconfirm.com^
||outsetnormalwaited.com^
||outseylor.com^
||outshowfrat.uno^
||outsiftfictor.top^
||outsimfat.site^
||outsimiseara.com^
||outsliggooa.com^
||outsmoke-niyaxabura.com^
||outstanding-tie.pro^
||outstandingspread.com^
||outstandingsubconsciousaudience.com^
||outsudoo.net^
||outtaskhautein.guru^
||outtimburrtor.com^
||outtunova.com^
||outwhirlipedeer.com^
||outwitridiculousresume.com^
||outwoodeuropa.com^
||outyanmegaom.com^
||ouveelsa.xyz^
||ouvrestance.com^
||ouxvgihpkjfkhs.xyz^
||ouyoqudevfal.com^
||ouzavamt.com^
||ouzeelre.net^
||ouzosbuddh.com^
||ouzrqrzktv.com^
||ovaosgukck.com^
||ovardu.com^
||ovariesutopia.com^
||ovauthalrim.com^
||ovdimin.buzz^
||oveechoops.xyz^
||ovembi.com^
||ovemes.com^
||ovenbifaces.cam^
||ovenge.com^
||overallalreadyregistry.com^
||overallfetchheight.com^
||overboardbilingual.com^
||overboardlocumout.com^
||overcacneaan.com^
||overcomecheck.com^
||overcooked-addition.pro^
||overcooked-construction.com^
||overcrummythrift.com^
||overdates.com^
||overdonealthough.com^
||overduerebukeloyal.com^
||overestimateyearly.com^
||overgalladean.com^
||overheadnell.com^
||overheadplough.com^
||overheatusa.com^
||overjoyedwithinthin.com^
||overkirliaan.com^
||overlapflintsidenote.com^
||overlapparians.com^
||overlettolt.com^
||overlivedub.com^
||overlook.fun^
||overlooked-cup.pro^
||overlookrapt.com^
||overlyindelicatehoard.com^
||overmewer.com^
||overnumeler.com^
||overonixa.com^
||overpetleersia.com^
||overponyfollower.com^
||overprotectiveskilled.com^
||overratedlively.com^
||overratedtransmissiontwenty.com^
||overreactsewershaped.com^
||overseasjune.com^
||oversightantiquarianintervention.com^
||oversightbullet.com^
||oversleepcommercerepeat.com^
||overswaloton.com^
||overswirling.sbs^
||overthetopexad.com^
||overtimeequation.com^
||overture.com^
||overturnotherall.com^
||overwhelmcontractorlibraries.com^
||overwhelmfarrier.com^
||overwhelmhavingbulky.com^
||overwhelmingconclusionlogin.com^
||overwhelmingdarncalumny.com^
||overwiththinlea.info^
||overzoruaon.com^
||overzubatan.com^
||ovfjiktdr.com^
||ovhacmobpval.com^
||ovibospeseta.com^
||ovjrqycdrwqh.com^
||ovkamwvdof.com^
||ovmqwnnu.xyz^
||ovoordie.xyz^
||ovplnxsq.com^
||ovqds.com^
||ovsdnhpigmtd.xyz^
||ovsiicni.com^
||ovsrhikuma.com^
||ovuvmdoty.com^
||ovvmptgnrskmmkr.com^
||ovvmrrufvhclxf.com^
||ovyondkggnqhmt.xyz^
||ow5a.net^
||owascryingforthem.info^
||owbroinothiermol.xyz^
||oweltysegnos.website^
||owenexposure.com^
||oweoumoughtcal.com^
||owesdgagvkclmi.xyz^
||owevel.com^
||oweven.com^
||owewary.com^
||owhoogryinfo.com^
||owingsorthealthy.com^
||owingsucceeding.com^
||owithlerendu.com^
||owkeyiuxindchj.com^
||owlcongratulate.com^
||owlerydominos.cam^
||owletbox.com^
||owlinggnomist.com^
||owlsalqrarab.com^
||owlunimmvn.com^
||owncutone.com^
||owndata.network^
||owoxauky.com^
||owqrtaodb.com^
||owrddzml.com^
||owrkwilxbw.com^
||owtvhrydewc.com^
||owwafgaqdapg.com^
||owwczycust.com^
||owwogmlidz.com^
||owxanjxlxtfbjw.com^
||ox4h1dk85.com^
||oxado.com^
||oxbowfog.com^
||oxbowmentaldraught.com^
||oxenturftrot.com^
||oxfoadv.store^
||oxghhbxz.com^
||oxhdtgmlryv.com^
||oxhfalnniu.com^
||oxhojtapzbwa.com^
||oxidemustard.com^
||oxkgcefteo.com^
||oxkhifobfkky.com^
||oxkpbuv.com^
||oxkxuvoecktrv.com^
||oxlandvoicing.digital^
||oxllyobna.com^
||oxmqzeszyo.com^
||oxnhhswdzwam.com^
||oxrqdkfftw.com^
||oxthrilled.com^
||oxtracking.com^
||oxtsale1.com^
||oxwtihtvdwgdaq.com^
||oxxvikappo.com^
||oxybe.com^
||oxydaserucked.com^
||oxydend2r5umarb8oreum.com^
||oxygenblobsglass.com^
||oxygenpermissionenviable.com^
||oxynticarkab.com^
||oybcobkru.xyz^
||oyen3zmvd.com^
||oyi9f1kbaj.com^
||oyihoxw.com^
||oylbnuvbw.com^
||oyopersed.info^
||oyoperseduca.com^
||oypucuqsuwabnxy.com^
||oysterexhalereview.com^
||oyxctgotabvk.com^
||oyyihttyklfwcgy.xyz^
||ozationsuchasric.org^
||ozayvgkqpymt.com^
||ozectynptd.com^
||ozesrbglrp.com^
||ozgqwv.xyz^
||ozhhujt.com^
||ozihechzlcsgs.com^
||ozlofsviborc.com^
||oznhkuilvrsdf.com^
||ozobsaib.com^
||ozonemedia.com^
||ozongees.com^
||ozooltik.com^
||ozsoekwgy.com^
||ozsturgeonafford.com^
||ozwwawcaxoxh.com^
||ozzruxazcoxc.com^
||p-analytics.life^
||p123p.com^
||p2e9r4n9.stackpathcdn.com^
||p59othersq.com^
||p64gk2yhba0p.com^
||pa5ka.com^
||pacekami.com^
||pachakliq.top^
||pacificvernonoutskirts.com^
||pacifoos.net^
||pacijwarnfrtq.com^
||packmenappui.top^
||pacoaniy.net^
||paddlediscovery.com^
||paddleniecehandicraft.com^
||paddrgfoeht.com^
||padfungusunless.com^
||padma-fed.com^
||padp5arja8dgsd9cha.com^
||padpitnon.site^
||padsabs.com^
||padsans.com^
||padsanz.com^
||padsats.com^
||padsatz.com^
||padsbrown.com^
||padsdel.com^
||padsdel2.com^
||padsdelivery.com^
||padsimz.com^
||padskis.com^
||padslims.com^
||padspms.com^
||padsreds.com^
||padstm.com^
||padujeph.xyz^
||paeastei.net^
||paekicz.com^
||paeonicgrunter.com^
||pafteejox.com^
||pageantbagauspice.com^
||pageantcause.com^
||pageantcountrysideostentatious.com^
||pagejunky.com^
||pageswork.guru^
||paghai.com^
||pagnehmfxah.xyz^
||pagodascaly.uno^
||pagtvmcbfjafj.com^
||pahbasqibpih.com^
||pahccuafbom.com^
||pahjkmbtnkdc.com^
||paht.tech^
||pahtef.tech^
||pahtfi.tech^
||pahtgq.tech^
||pahthf.tech^
||pahtky.tech^
||pahtwt.tech^
||pahtzh.tech^
||paibopse.com^
||paicepte.xyz^
||paichaus.com^
||paid.outbrain.com^
||paigna.com^
||paikaufy.com^
||paikoasa.tv^
||paikoaza.net^
||paikshueless.com^
||painfullyconfession.com^
||painfulpropaganda.com^
||painfultransport.com^
||painharmlesscommence.com^
||painlessassumedbeing.com^
||painsdire.com^
||paintednarra.top^
||paintifiercute.club^
||paintwandering.com^
||paiphaseze.com^
||paipsuto.com^
||pairplayed.com^
||pairschorus.com^
||paiwaupseto.com^
||paiwhisep.com^
||paiwhoki.com^
||pajamasgnat.com^
||pajamasguests.com^
||pajons.live^
||pakenta.xyz^
||palabrapiquero.website^
||palakahone.com^
||palama2.co^
||palama2.com^
||palaroleg.guru^
||palasidesdoor.com^
||palatedaylight.com^
||palatesovarium.digital^
||palaverpageboy.com^
||paleexamsletters.com^
||paletotpankin.website^
||paletteoverjoyed.com^
||palibs.tech^
||paliglaiks.life^
||pallaliven.com^
||pallonenuda.top^
||palmcodliverblown.com^
||palmmalice.com^
||palpablefungussome.com^
||palroudi.xyz^
||paltryheadline.com^
||palvanquish.com^
||palycaid.life^
||palzscurou.com^
||pamphletredhead.com^
||pamphletthump.com^
||pampimty.com^
||pamtuea.xyz^
||pamury.xyz^
||pamwrymm.live^
||panagiapivots.com^
||panaservers.com^
||panattain.com^
||panchaxcorylet.com^
||panchaxumbilic.com^
||pandanaequian.life^
||pandasincl.top^
||pandasloveforlife.com^
||panduraoestrum.com^
||panelmono.com^
||pangintrigueliquidate.com^
||pangoha.xyz^
||pangtues.xyz^
||pangwealjama.com^
||panicmiserableeligible.com^
||panisicelectre.top^
||panjabicocklet.website^
||pannamdashee.com^
||pannumregnal.com^
||panoz.xyz^
||panpant.xyz^
||pansymerbaby.com^
||pantafives.com^
||pantdentaldonate.com^
||pantiesattemptslant.com^
||pantomimemistystammer.com^
||pantrydivergegene.com^
||pantslayerboxoffice.com^
||pantsurplus.com^
||panuelobriard.com^
||panyarspan.com^
||paoukgnssmkeys.com^
||papaneecorche.com^
||papawrefits.com^
||paphoolred.com^
||papilio3glauecus.com^
||papiostanner.top^
||papmeatidigbo.com^
||pappeajalapa.digital^
||papposeclingy.com^
||paqcpeotbx.com^
||parableconverted.com^
||parachuteeffectedotter.com^
||parachutegustheory.com^
||parachutelacquer.com^
||paradiseannouncingnow.com^
||paradisenookminutes.com^
||paragraphopera.com^
||parallelgds.store^
||paralyzedepisodetiny.com^
||paranoiaantiquarianstraightened.com^
||paranoiaidiompatron.com^
||parasitegoddess.com^
||paraterinchest.site^
||paravaprese.com^
||parcbegulf.com^
||parcookgitano.top^
||pardonsentencegeneral.com^
||parecyrclame.com^
||parentingcalculated.com^
||parentlargevia.com^
||parentpensionvolunteer.com^
||paripartners.ru^
||paris-lno.com^
||parishconfinedmule.com^
||parishintoxicate.com^
||parishleft.com^
||parisjeroleinpg.com^
||paritywarninglargest.com^
||parkautomaticallyinfallible.com^
||parkcircularpearl.com^
||parkdues.com^
||parkdumbest.com^
||parkedcheerful.com^
||parkedcountdownallows.com^
||parkingridiculous.com^
||parkraffia.com^
||parkurl.com^
||parliamentarypublicationfruitful.com^
||parlorbagseconomy.com^
||parlorsuperhero.com^
||parlourinvulnerablerighteous.com^
||paroasse.xyz^
||parrecleftne.xyz^
||parrotlamista.top^
||parrotstrim.com^
||parrotwrapped.com^
||parsedgirnie.com^
||parsimoniousinvincible.net^
||parsleyagencyoutnumber.com^
||parsleybunwalnut.com^
||parsonhimaircraft.com^
||parsonyquicken.com^
||partagedefichiers.com^
||partedexpensive.com^
||partef.com^
||parthanonstatue.com^
||partial-pair.pro^
||partiallyguardedascension.com^
||partiallyrunnerproductive.com^
||partialpreachground.com^
||participateconsequences.com^
||participatemop.com^
||participateoppositedifferent.com^
||participationimpediment.com^
||partieseclipse.com^
||partiesinches.com^
||partion-ricism.xyz^
||partitedene.top^
||partlytrouble.com^
||partnerentry.com^
||partnerlinks.io^
||partpedestal.com^
||partridgehostcrumb.com^
||partsbury.com^
||partsfroveil.com^
||parttimeobdurate.com^
||parttimesupremeretard.com^
||partyingdisastrouskitty.com^
||partypartners.com^
||parumal.com^
||parwiderunder.com^
||pas-rahav.com^
||pasaltair.com^
||pasbstbovc.com^
||pascualpecked.top^
||pasenhlbot.com^
||paservices.tech^
||paslsa.com^
||pasoleex.com^
||pasoshardy.com^
||passablecoalitionvarious.com^
||passablejeepparliament.com^
||passannouncing.com^
||passeura.com^
||passfixx.com^
||passingpact.com^
||passionacidderisive.com^
||passionatephilosophical.com^
||passiondimlyhorrified.com^
||passionfruitads.com^
||passtechusa.com^
||passwayquintin.space^
||passwordsjawsticking.com^
||passwordslayoutvest.com^
||passwordssaturatepebble.com^
||pasteldevaluation.com^
||pastfrolicpackage.com^
||pastoupt.com^
||pasxfixs.com^
||patakaendymal.top^
||patalogs.com^
||patapatdidymis.space^
||patarinmangers.top^
||patchassignmildness.com^
||patchedcyamoid.com^
||patefysouari.com^
||patentdestructive.com^
||paternalcostumefaithless.com^
||paternityfourth.com^
||patgsrv.com^
||pathloaded.com^
||pathosacetals.com^
||pathsectorostentatious.com^
||pathswreaths.guru^
||patibe.com^
||patienceboostboss.com^
||patientlyperkgarment.com^
||patinesgaulin.com^
||patioeasternopera.com^
||patiomistake.com^
||patmianhillock.com^
||patoionanrumand.com^
||patrickcodens.life^
||patronageausterity.com^
||patronageunlock.com^
||patrondescendantprecursor.com^
||patronimproveyourselves.com^
||patroposalun.pro^
||patsincerelyswing.com^
||patsyendless.com^
||pattyheadlong.com^
||paubaulo.com^
||paucityirido.space^
||pauewr4cw2xs5q.com^
||paughtyrostrum.com^
||paujudih.xyz^
||paulastroid.com^
||paulcorrectfluid.com^
||paulinruntime.digital^
||paulusacor.uno^
||paunaupa.com^
||paurozel.net^
||paushaisie.com^
||paushoow.net^
||paussidsipage.com^
||pauwhajo.xyz^
||pauzooty.xyz^
||pavfazbwiap.com^
||paviestrewel.top^
||pavymoieter.com^
||pawderstream.com^
||pawheatyous.com^
||pawhybkpqgqw.com^
||pawkilycurvous.com^
||pawmaudwaterfront.com^
||pawnoutletprimary.com^
||pawschancesponsor.com^
||paxmedia.net^
||paxsfiss.com^
||paxxfiss.com^
||paxyued.com^
||pay-click.ru^
||payae8moon9.com^
||paybackmodified.com^
||paybackvocal.com^
||payfertilisedtint.com^
||paygmlaudwl.com^
||paymentsweb.org^
||paymistrustflake.com^
||payoffdisastrous.com^
||payslipselderly.com^
||paysqueak.com^
||pazashevy.com^
||pazzfun.com^
||pbacijttzozq.com^
||pbamjgga.com^
||pbbqzqi.com^
||pbcde.com^
||pbcohtm.com^
||pbdjtlghawpiuoq.com^
||pbdo.net^
||pbfnyvl.com^
||pbgormggma.com^
||pbhjohrx.xyz^
||pbhrwhehnyibit.com^
||pblcpush.com^
||pblinq.com^
||pblmppbnu.com^
||pbnjzwjsy.com^
||pboddnqjobuf.com^
||pbqokjxln.com^
||pbqqzibusu.com^
||pbquhwsx.xyz^
||pbsawkue.com^
||pbterra.com^
||pbxai.com^
||pbxopblttvorhd.com^
||pbyvehcz.com^
||pc-ads.com^
||pc180101.com^
||pc1ads.com^
||pc20160301.com^
||pc2ads.com^
||pc2ads.ru^
||pc5ads.com^
||pcbuqpdytqanufu.xyz^
||pccasia.xyz^
||pcdgninekvch.com^
||pchbhiuthja.com^
||pchcwqsfaqpw.com^
||pcheahrdnfktvhs.xyz^
||pcirurrkeazm.com^
||pclk.name^
||pcmaddwoxex.com^
||pcmclks.com^
||pcpednygt.com^
||pcpqqnlvw.xyz^
||pcruwbk.com^
||pctlwm.com^
||pctsrv.com^
||pcvlpotybnd.com^
||pcyprkoqednl.xyz^
||pd-news.com^
||pdbqyzi.com^
||pdcnxobcv.com^
||pdfsearchhq.com^
||pdfurqok.com^
||pdiyluhfttb.xyz^
||pdjmarxsne.com^
||pdjurmfxvebbaoq.xyz^
||pdn-1.com^
||pdn-2.com^
||pdn-3.com^
||pdn-5.com^
||pdnyxyqoihia.xyz^
||pdqdovmsynelej.com^
||pdridjiviq.com^
||pdrqubl.com^
||pdsrnxdwimme.com^
||pdsybkhsdjvog.xyz^
||pdsyibwlxd.xyz^
||pdvacde.com^
||pdygfdtghcyh.com^
||peacebanana.com^
||peacefulactivity.com^
||peacefullyclenchnoun.com^
||peacefullyundergroundsubsided.com^
||peachesevaporateearlap.com^
||peachessummoned.com^
||peachrecess.com^
||peachsquat.com^
||peachybeautifulplenitude.com^
||peachywaspish.com^
||peacinggreyed.com^
||peacockcorridor.com^
||peacockshudder.com^
||peacto.com^
||peakchewing.com^
||peakclick.com^
||peakluckily.com^
||peakpushedancestor.com^
||pealia.com^
||pealmeditate.com^
||peanutsfuscin.com^
||peanutsurrogatesurrogate.com^
||pearledbolo.life^
||pearlhereby.com^
||pearlrip.com^
||pearlsdevotionnative.com^
||pearsissuedboob.com^
||pebadu.com^
||pebansokes.uno^
||pebbleoutgoing.com^
||pecdfzy.com^
||pecialukizeias.info^
||pecism.com^
||peckbattledrop.com^
||peckrespectfully.com^
||pectasefrisker.com^
||pectsofcukorporatef.info^
||peculiaritiesdiarrhoeareproduce.com^
||peculiaritiesimaginationembankment.com^
||peculiaritiessevermaestro.com^
||peculiarityrevengeinternet.com^
||peculiarpug.com^
||pedestalturner.com^
||pedestrianneighbourly.com^
||pedlujvcfd.com^
||peecoubo.net^
||peefeehu.com^
||peekaure.xyz^
||peekipaiw.com^
||peeksdragoncontinually.com^
||peelaipu.xyz^
||peelismsenoras.com^
||peemee.com^
||peepacquisitionavalanche.com^
||peepholelandreed.com^
||peer39.net^
||peeredfoggy.com^
||peeredgerman.com^
||peeredstates.com^
||peeredwalkingcloud.com^
||peeringgrandflashing.com^
||peesopit.net^
||peethach.com^
||peethobo.com^
||peevishchasingstir.com^
||peevishchosen.com^
||peevishforceless.com^
||peevishrace.com^
||pegablackjal.com^
||pegasuson.com^
||pegirs.com^
||pegloang.com^
||peirs5tbakchios.com^
||pejzeexukxo.com^
||pekroace.net^
||pelagictanjib.com^
||pelamydlours.com^
||pelargiunmelt.top^
||pelfsgarote.com^
||peliomaafb.com^
||pelisrev.live^
||pelliancalmato.com^
||pelurepumple.space^
||pemsecuy.net^
||pemsrv.com^
||penaltyoutmatch.com^
||penapne.xyz^
||pendulumwhack.com^
||pengobyzant.com^
||penguest.xyz^
||penheiressfundamental.com^
||penholderlossfrontage.com^
||penitentarduous.com^
||penitentiaryoverdosetumble.com^
||penitentpeepinsulation.com^
||penkhkqkbyt.com^
||penmaneffluve.com^
||penniedtache.com^
||pennilesscomingall.com^
||pennilesspictorial.com^
||pennilessrobber.com^
||pennilesstestangrily.com^
||pennillratti.com^
||pennyotcstock.com^
||penrake.com^
||penromanceadmittance.com^
||pensionerbrightencountess.com^
||pensiveblindlytwin.com^
||pentalime.com^
||pentodetaffy.top^
||penuchefirms.com^
||peohara.com^
||peopleshouldthin.com^
||peoric.com^
||pepapigg.xyz^
||pepbuhcnfxd.com^
||pepepush.net^
||peppaping.xyz^
||pepperbufferacid.com^
||peppereggsfriends.com^
||peppermintinstructdumbest.com^
||pepperthusadventure.com^
||pepperyforeign.com^
||pepperysergeantrisky.com^
||peppinaegina.com^
||peppincalmy.top^
||peppy2lon1g1stalk.com^
||pepserump.life^
||pepyyzqqgciv.com^
||peracy.com^
||perceivedagrarian.com^
||perceivedundesirable.com^
||percentageartistic.com^
||percentagethinkstasting.com^
||perceptionatomicmicrowave.com^
||perceptiongrandparents.com^
||percidaffects.com^
||percussivecloakfortunes.com^
||percussiverefrigeratorunderstandable.com^
||percynaturalist.com^
||perechsupors.com^
||pereliaastroid.com^
||perfb.com^
||perfdrive.com^
||perfectlywent.com^
||perfectmarket.com^
||perfectplanned.com^
||perfinburge.com^
||performance-based.com^
||performance-check.b-cdn.net^
||performanceadexchange.com^
||performanceonclick.com^
||performancetrustednetwork.com^
||performanteads.com^
||performedlifestyleburial.com^
||performinggushorseman.com^
||performingwhosegride.com^
||performit.club^
||performtechnique.com^
||perfumeantecedent.com^
||perfunctoryfrugal.com^
||perhangeflets.site^
||perhiptid.com^
||perhui.com^
||perics.com^
||perift.com^
||perigshfnon.com^
||perilousalonetrout.com^
||perimeterridesnatch.com^
||periodicjotrickle.com^
||periodicmassageate.com^
||periodicprodigal.com^
||periodpennavigation.com^
||periodscirculation.com^
||perishcraft.com^
||perjurycelsiussenses.com^
||perksthawers.com^
||permanentadvertisebytes.com^
||permanentlymission.com^
||permanentlyvulture.com^
||permissdevours.space^
||permissionarriveinsert.com^
||permissionfence.com^
||permissivegrimlychore.com^
||permitwarmer.com^
||peropusparmese.com^
||perperarenail.com^
||perpetrateabsolute.com^
||perpetratoralienglory.com^
||perpetualprovoke.com^
||perryflealowest.com^
||perryvolleyball.com^
||persecutionmachinery.com^
||perseducatiuca.com^
||perseverancekaleidoscopefinance.com^
||perseverancewash.com^
||perseverehang.com^
||persevereindirect.com^
||perseverevoice.com^
||persistbrittle.com^
||persistentadequate.com^
||personalityhamlet.com^
||personalityleftoverwhiskers.com^
||personalityvillainlots.com^
||personifyallege.com^
||personthirtycoldness.com^
||perspectiveunderstandingslammed.com^
||perspectivevaluation.com^
||perspirationauntpickup.com^
||perspirationfraction.com^
||persuadepointed.com^
||persuasivepenitentiary.com^
||pertawee.net^
||pertersacstyli.com^
||pertov.com^
||perttogahoot.com^
||pertyvaluationia.monster^
||perusebulging.com^
||peruseinvitation.com^
||perversecozy.com^
||perverseunsuccessful.com^
||pervertmine.com^
||pervertscarreceipt.com^
||pervialinagile.com^
||perviv.com^
||peskyclarifysuitcases.com^
||peskycrash.com^
||peskylock.com^
||peskyresistamaze.com^
||pesoaniz.com^
||pessimisticconductiveworrying.com^
||pessimisticextra.com^
||pestequitch.com^
||pesterclinkaltogether.com^
||pesterdisarm.com^
||pesteroverwork.com^
||pesterunusual.com^
||pestilenttidefilth.org^
||petalycnida.com^
||petasmaupbore.website^
||petasusawber.com^
||petchesa.net^
||petchoub.com^
||petemenleban.uno^
||petendereruk.com^
||petfoppew.com^
||petideadeference.com^
||petkinsartiste.space^
||petrelbeheira.website^
||petrifacius.com^
||petristoker.website^
||petrolbuck.com^
||petsavoury.com^
||pettedcres.com^
||pettishprecopy.com^
||pettledsupper.space^
||petyntrx.com^
||peuhlcamaile.space^
||peuyktnnxqnu.com^
||pevlntoxhatih.com^
||pewageconcile.com^
||pexkmaebfy.xyz^
||pexoenne.site^
||pexuvais.net^
||pezuhdhzrmb.com^
||pf34zdjoeycr.com^
||pfactgmb.xyz^
||pfdclqlitxypve.com^
||pfddniedc.com^
||pfeite.com^
||pfewuzbtkr.com^
||pfeydosrrmymsrj.xyz^
||pfiuyt.com^
||pfjfrxayglyouj.com^
||pfjrusskan.com^
||pflmikjx.com^
||pflvyqvpiwdnl.com^
||pfnmryfxnds.com^
||pfompiorkla.com^
||pfuettchk.com^
||pfulhwxjeoi.com^
||pfyscjwxjcqdsqc.com^
||pgbmjuhwiej.xyz^
||pgdmon.com^
||pgiudyuixnxh.com^
||pgiyadmvk.com^
||pgjlctmswgnwf.com^
||pglcyeawb.com^
||pglxiyiylgjpy.com^
||pgmcdn.com^
||pgmediaserve.com^
||pgmfuffwfl.com^
||pgmpsqoq.xyz^
||pgonews.pro^
||pgpartner.com^
||pgssjxz.com^
||pgssl.com^
||pgtabxxmb.com^
||pgwcrtobrdjx.com^
||pgwlzodsll.com^
||phaarnsvqzlr.com^
||phabycebe.com^
||phaeismcurtal.top^
||phaglalt.com^
||phague.com^
||phaibimoa.xyz^
||phaighoosie.com^
||phaignux.xyz^
||phaikroo.net^
||phaiksul.net^
||phaimseksa.com^
||phaipaun.net^
||phaiseen.com^
||phaisoaz.com^
||phaithoo.xyz^
||phaivais.net^
||phaixurd.com^
||phalingy.net^
||phamsacm.net^
||phanoaftapt.com^
||phantomattestationzillion.com^
||phantomtheft.com^
||pharmcash.com^
||phartemt.xyz^
||phasecrance.com^
||phaseunleden.top^
||phastoag.com^
||phatchoa.net^
||phauckoo.xyz^
||phaucmoa.net^
||phaudree.com^
||phauftee.xyz^
||phauraur.com^
||phaurtuh.net^
||phause.com^
||phdwxsui.xyz^
||pheasantarmpitswallow.com^
||pheasantdestinydisrespect.com^
||phee1oci.com^
||pheeghie.net^
||pheegoab.click^
||pheepudo.net^
||pheerdoudeem.com^
||pheersie.com^
||pheftoud.com^
||pheghoug.net^
||phempoabsoun.com^
||pheneobdure.digital^
||phenomenonwhilstsleek.com^
||phenotypebest.com^
||phepofte.net^
||pheptoam.com^
||pheselta.net^
||phesheet.net^
||phewhouhopse.com^
||phexetos.com^
||phftcml.com^
||phglobk.com^
||phhovaafvjhdku.com^
||phhxlhdjw.xyz^
||phialedamende.com^
||phicmune.net^
||phidianbesmut.com^
||phiduvuka.pro^
||philadelphiadip.com^
||philosophicalurgegreece.com^
||philosophydictation.com^
||phimtofu.xyz^
||phiresandalarg.info^
||phirgese.com^
||phirozeon.com^
||phkwimm.com^
||phkyhiohh.com^
||phlomisthuluth.digital^
||phloxsub73ulata.com^
||phmqqbm.com^
||phoackoangu.com^
||phoaglee.com^
||phoalard.net^
||phoamsoa.xyz^
||phoaphoxsurvey.space^
||phoapsoo.com^
||phoaptee.net^
||phoaraut.com^
||phoawevie.com^
||phoawhap.net^
||phoebb.com^
||phohagyli.com^
||phokruhefeki.com^
||phokukse.com^
||pholrock.net^
||phomoach.net^
||phoneraisedconstituent.com^
||phoobsoalrie.com^
||phoobsoo.net^
||phooghoo.com^
||phoognol.com^
||phoojeex.xyz^
||phooreew.net^
||phoossax.net^
||phoosuss.net^
||phortaub.com^
||phosphateawaittease.com^
||phosphatepossible.com^
||photofuturecrappy.com^
||photographerinopportune.com^
||photographingreliant.com^
||photographingstirinput.com^
||photographyprovincelivestock.com^
||phoulade.xyz^
||phourdee.com^
||phoutchounse.com^
||phouvemp.net^
||phouwims.net^
||phpkxtwuibv.com^
||phraa-lby.com^
||phrasespokesmansurmise.com^
||phrygiakodak.top^
||phsism.com^
||phtgkqdj.com^
||phts.io^
||phubsorg.xyz^
||phudreez.com^
||phukienthoitranggiare.com^
||phulaque.com^
||phultems.net^
||phultids.com^
||phumpauk.com^
||phupours.com^
||phuteheglu.com^
||phuzeeksub.com^
||phvhnxebmrzf.com^
||phyllinvoluta.com^
||phymasfacks.com^
||physical-flow-i-255.site^
||physicalaverage.com^
||physicalblueberry.com^
||physicaldetermine.com^
||physicalnecessitymonth.com^
||physicianurge.com^
||physiquefourth.com^
||physiqueusualconsulting.com^
||phytasedemerge.digital^
||phywifupta.com^
||piaigyyigyghjmi.xyz^
||pianistcampingroom.com^
||pianoassort.com^
||piarecdn.com^
||piaroankenyte.store^
||pibgornspooks.top^
||picadmedia.com^
||picath.com^
||picbucks.com^
||piccid.com^
||piccoloerucin.com^
||pickaflick.co^
||pickedincome.com^
||pickedlawhandshake.com^
||picketsubmission.com^
||picklesdumb.com^
||picklespealwanderer.com^
||pickupnationalityinexhaustible.com^
||pickuppestsyndrome.com^
||pickupracist.com^
||pickvideolink.com^
||picnicnorthernincompetent.com^
||picolinfloe.com^
||pics-city.space^
||pics-services.online^
||picscaps.info^
||picscity.info^
||picscity.space^
||picsfun.info^
||picsfun.online^
||picsfun.space^
||picshouse.online^
||picsofdream.info^
||picsofdream.net^
||picsofdream.space^
||picsofdream.today^
||picsservices.info^
||picsservices.online^
||picsservices.space^
||picsti.com^
||pictela.net^
||pictorialtraverse.com^
||picturecorrespond.com^
||pieceresponsepamphlet.com^
||piecreatefragment.com^
||pieproficientcurve.com^
||piercedlugs.com^
||pierchestnut.com^
||piercing-employment.pro^
||pierisrapgae.com^
||pierlinks.com^
||pietondoozy.uno^
||pietyharmoniousablebodied.com^
||pifudfxoopd.com^
||pigcomprisegruff.com^
||pigistles.com^
||pigletinerm.com^
||pigletsmunsee.top^
||pigmydocent.com^
||pignuwoa.com^
||pigrewartos.com^
||pigroldgdednc.com^
||pigsflintconfidentiality.com^
||pigstrustmarijuana.com^
||pigtre.com^
||pihmvhv.com^
||pihu.xxxpornhd.pro^
||pihzhhn.com^
||pikecentreconfederate.com^
||pikedhelloed.com^
||pikepreviousi.com^
||pikrumsi.net^
||pilaffskoniga.com^
||pilaryhurrah.com^
||pilgrimarduouscorruption.com^
||pilgrimgrass.com^
||pillerycetin.website^
||pilliondridder.life^
||pillsofecho.com^
||pillthingy.com^
||pilltransgress.com^
||piloteegazy.com^
||piloteraser.com^
||pilpulbagmen.com^
||pilsarde.net^
||piltockcurt.top^
||pimenttoryfy.top^
||pimpleinterference.com^
||pimtauns.com^
||pinballpublishernetwork.com^
||pinchbarren.com^
||pinchingoverridemargin.com^
||pinefluencydiffuse.com^
||pinetq.com^
||ping-traffic.info^
||pinionscdf.com^
||pinitolshouldn.com^
||pinkleo.pro^
||pinkpig2le8tt09.com^
||pinlockasellus.top^
||pinoffence.com^
||pinprickmerry.com^
||pinremembrance.com^
||pintoutcryplays.com^
||pinttalewag.com^
||pinwalerompers.com^
||pioneercomparatively.com^
||pioneerhardshipfarewell.com^
||pioneersuspectedjury.com^
||pioneerusual.com^
||pionwaney.com^
||piouscheers.com^
||piouspoemgoodnight.com^
||pip-pip-pop.com^
||pipaffiliates.com^
||pipeaota.com^
||pipeofferear.com^
||pipeoverwhelm.com^
||pipeschannels.com^
||pipetsungross.com^
||piplavwci.com^
||pipprfvhpykpvk.com^
||pipsol.net^
||piqueendogen.com^
||piquperkin.com^
||piratedivide.com^
||pirist.com^
||pirniemagi.com^
||pirnirok.top^
||pirogidecnet.com^
||pirouque.com^
||pirtecho.net^
||pisanguttate.com^
||pisism.com^
||pistolstumbled.com^
||pistolterrificsuspend.com^
||pitadt.com^
||pitarahlordy.top^
||pitasevpk.com^
||pitchedfurs.com^
||pitchedgenuinevillain.com^
||pitchedvalleyspageant.com^
||pitcherprobable.com^
||piteevoo.com^
||pithgregor.com^
||pitomievectors.com^
||pitonlocmna.com^
||pitors.com^
||pitteddilemma.top^
||pittinekunai.com^
||piturisieged.com^
||pitycultural.com^
||pityneedsdads.com^
||pitypericu.com^
||pitysuffix.com^
||piupiucreed.life^
||piuyt.com^
||pivotrunner.com^
||piwhbfgyj.com^
||piwixesu.pro^
||piwxzsuewln.com^
||pixazza.com^
||pixel-eu.s0q260-rtbix.top^
||pixelhere.com^
||pixelplay.pro^
||pixelspivot.com^
||pixfuture.net^
||pixinform.com^
||pixxur.com^
||piybineqejjswp.com^
||piz7ohhujogi.com^
||pizzasocalled.com^
||pjhbyaaadlw.com^
||pjivapiumeb.com^
||pjjpp.com^
||pjlufuwtxv.com^
||pjnwmbz.com^
||pjoaeeajjxsc.com^
||pjoibbc.com^
||pjoqkmks.com^
||pjqchcfwtw.com^
||pjslwort.com^
||pjvartonsbewand.info^
||pjvunkjgh.com^
||pjwshrlhyjyhqu.xyz^
||pjyvgdpvjp.com^
||pjzgggywd.com^
||pk910324e.com^
||pkhhyool.com^
||pkhntvfvkho.com^
||pkjekjmzfiuvi.com^
||pkjouzfyf.com^
||pkpibupbbuvbgwh.xyz^
||pkthyp.uno^
||pkudawbkcl.com^
||pkxseoxojrg.com^
||placingcompany.com^
||placingfinally.com^
||placingsolemnlyinexpedient.com^
||placingtraditionalhobble.com^
||placodegnawers.guru^
||plaguealacritytwitter.com^
||plaicecaught.com^
||plain-deep.pro^
||plainanyways.top^
||plainphilosophy.pro^
||plainscashmereperceive.com^
||plainsnudge.com^
||plaintiveaccount.pro^
||plaintorch.com^
||plainwrk.name^
||plaitseeds.com^
||plaittest.com^
||plaitvaccination.com^
||plandappsb.com^
||plane-pusherbidder.org^
||planesforce.website^
||planet-vids.online^
||planet7links.com^
||planetarium-planet.com^
||planetconstituent.com^
||planetvids.online^
||planetvids.space^
||plankbritish.com^
||planktab.com^
||planmybackup.co^
||plannedcappuccino.com^
||planningbullyingquoted.com^
||planningunavoidablenull.com^
||plannto.com^
||planscul.com^
||plantapizzazz.com^
||plantationthrillednoncommittal.com^
||plantsrancorous.com^
||plantswindscreen.com^
||planyourbackup.co^
||plaqt.com^
||plasmidsnark.website^
||plastercreatedexpansion.com^
||plasticskilledlogs.com^
||plastleislike.com^
||platebhmwfndajq.com^
||platelosingshameless.com^
||platenssitient.com^
||platesworked.com^
||platform-hetcash.com^
||platformsbrotherhoodreticence.com^
||platformsrespected.com^
||platinumbother.com^
||platitudecontinental.com^
||platitudefivesnack.com^
||platitudewildest.com^
||platitudezeal.com^
||play5play1.com^
||playairplanerighty.com^
||playbook88a2.com^
||playboyconformhusband.com^
||playboywere.com^
||playeranyd.org^
||playerseo.club^
||playerstrivefascinated.com^
||playertraffic.com^
||playgroundordinarilymess.com^
||playinglanding.com^
||playingoutfitprofile.com^
||playoverlyspeedyinfo-product.info^
||playrdkf.com^
||playsdonkey.com^
||playspeculationnumerals.com^
||playstream.media^
||playukinternet.com^
||playvideoclub.com^
||playvideodirect.com^
||playwrightgrant.com^
||playwrightsovietcommentary.com^
||pleadsbox.com^
||pleasantlyknives.com^
||pleasantlyrevenge.com^
||pleasedexample.com^
||pleasenudgemillions.com^
||pleasetrack.com^
||pleasureflatteringmoonlight.com^
||pledgeincludingsteer.com^
||pledgezoology.com^
||plenitudeagency.com^
||plenitudedevoidlag.com^
||plenitudesellerministry.com^
||plenomedia.com^
||plentifulexposed.com^
||plentifulqueen.com^
||plentifulwilling.com^
||plex4rtb.com^
||plexop.net^
||plexureturp.com^
||plfncoqj.top^
||plgeauctecc.com^
||plianteditdisembark.com^
||pliantleft.com^
||plierifykvyc.com^
||plinksplanet.com^
||plirkep.com^
||plkoxaypcmzkus.com^
||pllah.com^
||plmhezvbcjcywo.com^
||plmwsl.com^
||plntxgh.com^
||plocap.com^
||plodpicture.com^
||plodrat.com^
||plosaztduojwbe.com^
||plotafb.com^
||plotlibyodler.top^
||ploughbrushed.com^
||ploygunline.com^
||plpuybpodusgb.xyz^
||plqbxvnjxq92.com^
||plrjs.org^
||plrst.com^
||plsrcmp.com^
||pltamaxr.com^
||pluckfigburst.com^
||pluckyhit.com^
||pluckymausoleum.com^
||pluckysups.com^
||plufdsa.com^
||plufdsb.com^
||pluffdoodah.com^
||plugerr.com^
||plugs.co^
||plumbfullybeehive.com^
||plumpcontrol.pro^
||plumpdianafraud.com^
||plumpdisobeyastronomy.com^
||plumpgrabbedseventy.com^
||plumposterity.com^
||plumsbusiness.com^
||plumsscientific.com^
||plumssponsor.com^
||plunderhoaxed.digital^
||plundertentative.com^
||plunderthetics.digital^
||plungecarbon.com^
||plungedcandourbleach.com^
||plungeideals.life^
||pluralpeachy.com^
||pluralsoc.uno^
||plusclick.biz^
||plusungratefulinstruction.com^
||plutothejewel.com^
||plvfzatxvpfki.com^
||plvhsycor.com^
||plxserve.com^
||plyfoni.ru^
||plywoodenchant.com^
||plywoodfact.com^
||pmaosrgeieft.com^
||pmc1201.com^
||pmdnditvte.com^
||pmetorealiukze.xyz^
||pmeuehivfps.com^
||pmieprlpq.com^
||pmimdcjx.com^
||pmmojatx.com^
||pmpubs.com^
||pmsrvr.com^
||pmtkhcr.com^
||pmxyzqm.com^
||pmzbrfpijoa.com^
||pmzer.com^
||pncloudfl.com^
||pnd.gs^
||pndbseeqrbrfdss.xyz^
||pneral.com^
||pneumoniaelderlysceptical.com^
||pnlsgvlgujav.com^
||pnlwbcxphfhgqp.com^
||pnperf.com^
||pnpmreuwqv.xyz^
||pnrblholty.com^
||pnsqsv.com^
||pnufzbzzomt.com^
||pnuhondppw.com^
||pnxtsauba.com^
||pnyjzdtirvufft.com^
||pnymwcnihpyvpun.com^
||poacauceecoz.com^
||poacawhe.net^
||poachfirewoodboast.com^
||poanouwy.net^
||poaptapuwhu.com^
||poaptoug.net^
||poapustu.net^
||poasotha.com^
||poastoaz.com^
||poavoabe.net^
||pobliba.info^
||pocli.click^
||poclorcobxo.com^
||pocrd.cc^
||pocrowpush.com^
||pocuswagner.com^
||podalichoorays.life^
||podefr.net^
||podlersabir.com^
||podosupsurge.com^
||podsolnu9hi10.com^
||podtiachining.space^
||podunksewless.com^
||poemherbal.com^
||poemswrestlingstrategy.com^
||poetrydeteriorate.com^
||poflix.com^
||poghaurs.com^
||pognamta.net^
||pogothere.xyz^
||pohlbe.com^
||poi3d.space^
||poignantsensitivenessforming.com^
||poinct.com^
||poined.com^
||pointed-deal.pro^
||pointeddifference.com^
||pointedmana.info^
||pointinginexperiencedbodyguard.com^
||pointlesseventuallydesignate.com^
||pointlessmorselgemini.com^
||pointlimitedzen.online^
||pointroll.com^
||pointyenrapturetheological.com^
||poiseacacialaw.com^
||poisebullan.com^
||poiseplato.com^
||poisism.com^
||poisonencouragement.com^
||pokaroad.net^
||pokerobjet.com^
||poketraff.com^
||pokiespedule.guru^
||pokingtrainswriter.com^
||pokreess.com^
||polacrereacts.top^
||polanders.com^
||polarbearyulia.com^
||polarcdn-terrax.com^
||polardemeanour.com^
||polaritypresentimentasterisk.com^
||polarlootstairwell.com^
||polarmobile.com^
||poleaxefoamers.com^
||policeair.com^
||policecaravanallure.com^
||policemanspectrum.com^
||policityseriod.info^
||poliesgoral.com^
||polishsimilarlybutcher.com^
||politemischievous.com^
||politesewer.com^
||politicallyautograph.com^
||politicallypotentgentle.com^
||politicalname.com^
||politicianbusplate.com^
||politiciancuckoo.com^
||pollingpephonourable.com^
||pollpublicly.com^
||pollstover.guru^
||pollutefurryapproximate.com^
||polluxnetwork.com^
||poloptrex.com^
||poloud.com^
||polredsy.com^
||polrimsi.xyz^
||poltarimus.com^
||polyad.net^
||polydarth.com^
||polygraphpretenceraw.com^
||polyh-nce.com^
||pomegranateheroin.com^
||pomeroyhagdown.com^
||pompadawe.com^
||pompeydesigning.com^
||pompeywantinggetaway.com^
||pompomsshock.com^
||pompousdescended.com^
||pompoussqueal.com^
||pompreflected.com^
||pomptame.com^
||pon-prairie.com^
||ponchowafesargb.com^
||ponderousmuffled.com^
||ponderriding.com^
||pondinternet.com^
||pondov.cfd^
||poneycurnies.com^
||pongidsrunback.com^
||ponierpeewees.digital^
||ponk.pro^
||ponosenvy.top^
||pontistcaseum.com^
||pontonsdoeth.top^
||ponyresentment.com^
||ponysuggested.com^
||pooboqxoh.xyz^
||poodledopas.cam^
||poogriry.click^
||pookaipssurvey.space^
||pookawnratbite.com^
||poolgmsd.com^
||pooloccurrence.com^
||poopsmussy.space^
||pooptoom.net^
||poorlyorchidrepute.com^
||poorlystepmotherresolute.com^
||poorlytanrubbing.com^
||poorstress.pro^
||poosoahe.com^
||poostith.net^
||poosugap.com^
||pop.dojo.cc^
||pop5sjhspear.com^
||popadon.com^
||popads.media^
||popads.net^
||popadscdn.net^
||popbounty.com^
||popbutler.com^
||popcash.net^
||popclck.net^
||popcpm.com^
||poperm.com^
||pophahwot.com^
||pophandler.net^
||popland.info^
||poplarcolonistgreatest.com^
||popmansion.com^
||popmarker.com^
||popmonetizer.com^
||popmonetizer.net^
||popmyads.com^
||popnc.com^
||poppycancer.com^
||poppysol.com^
||poprtb.com^
||popruexo.com^
||popsads.com^
||popsads.net^
||popsoffer.com^
||poptm.com^
||poptoll.com^
||popularcldfa.co^
||popularinnumerable.com^
||popularitydecoctioncalled.com^
||popularlucrous.com^
||popularmedia.net^
||popularpillcolumns.com^
||populationencouragingunsuccessful.com^
||populationgrapes.com^
||populationrind.com^
||populis.com^
||populisengage.com^
||popult.com^
||popunder.bid^
||popunder.ru^
||popunderstar.com^
||popunderz.com^
||popupblocker-download.com^
||popupchat-live.com^
||popupgoldblocker.net^
||popuptraffic.com^
||popuzothe.com^
||popwin.net^
||popxperts.com^
||popxyz.com^
||porailbond.com^
||porcatenonform.com^
||porcelainfurtherties.com^
||porcelainprivatelybrush.com^
||porcelainviolationshe.com^
||poredii.com^
||porepoise.com^
||porkinconceivable.com^
||pornhyip.com^
||pornoegg.com^
||pornoheat.com^
||pornoio.com^
||pornomixfree.com^
||pornvideos.casa^
||porojo.net^
||portalisimmo.com^
||portalregionstip.com^
||portatoleprid.uno^
||portcigarettesstudent.com^
||portkingric.net^
||portlychurchyard.com^
||portlywhereveralfred.com^
||portoteamo.com^
||portsspat.com^
||portugueseletting.com^
||portuguesetoil.com^
||posaul.com^
||posawaj.com^
||poseconsumeelliot.com^
||poseurtwicet.digital^
||posf.xyz^
||posfhnalwxdcaxb.com^
||poshhateful.com^
||poshsenseless.com^
||poshsplitdr.com^
||positionavailreproach.com^
||positiveaveinsist.com^
||positivedistantstale.com^
||positivejudge.com^
||positivelyoverall.com^
||positivewillingsubqueries.com^
||posjnewbgjg.com^
||possessdisconnectfetch.com^
||possessdolejest.com^
||possessedbrute.com^
||possessionaddictedflight.com^
||possessionregimentunborn.com^
||possiblebasket.pro^
||possiblepencil.com^
||post-redirecting.com^
||postalfranticallyfriendship.com^
||postalusersneatly.com^
||postback.info^
||postbacks.net^
||postcardhazard.com^
||postlnk.com^
||postrelease.com^
||postureunlikeagile.com^
||potablefilled.top^
||potailservoed.com^
||potawe.com^
||potchampalea.website^
||potclumsy.com^
||potentialapplicationgrate.com^
||potentiallyinnocent.com^
||potentingaknt.club^
||potheenoillet.com^
||pothutepu.com^
||potionnowhere.com^
||potionutilize.com^
||potlegcodeins.com^
||potnormal.com^
||potnormandy.com^
||potomactatted.life^
||potoospincher.com^
||potsaglu.net^
||potshumiliationremnant.com^
||potskolu.net^
||potslascivious.com^
||pottercaprizecaprizearena.com^
||potterdullmanpower.com^
||potterystabilityassassination.com^
||potwm.com^
||pouanz.xyz^
||pouchadjoinmama.com^
||pouchaffection.com^
||pouchclockwise.com^
||poufaini.com^
||poufsgausses.top^
||poumouja.xyz^
||pounceintention.com^
||poundabbreviation.com^
||poundplanprecarious.com^
||pounti.com^
||pourdear.com^
||pouredbatting.website^
||pouredshortseconomic.com^
||pourersdammer.guru^
||pourorator.com^
||pourpressedcling.com^
||poushoza.net^
||poutdecimal.com^
||povlnlq.com^
||povoarge.com^
||powchro.com^
||powdermealfilth.com^
||powenin.com^
||powerad.ai^
||poweradblocker.com^
||powerain.biz^
||powerfulfreelance.com^
||powerpsychopathcounsel.com^
||powerpushsell.site^
||powerswinkshoplifting.com^
||powerusefullyjinx.com^
||poweyus.com^
||powferads.com^
||powjoui.com^
||powrpvuruejv.com^
||poxaharap.com^
||poxcgxylozny.com^
||poxykhakis.com^
||poyqmngbxwsvnav.xyz^
||poyusww.com^
||pp2ppsch1hount1hf.com^
||pp98trk.com^
||ppaiyfox.xyz^
||ppbihtwyapucgkg.xyz^
||ppbircmylnnm.xyz^
||ppcashpop.com^
||ppcgqjehtuik.xyz^
||ppcjxidves.xyz^
||ppclinking.com^
||ppcnt.pro^
||ppctraffic.co^
||ppdiatk.com^
||ppedtoalktoherha.info^
||ppgjebhcyu.com^
||pphauantic.com^
||ppixufsalgm.com^
||ppizmuablx.com^
||ppjdfki.com^
||ppjqgbz.com^
||pplferio.com^
||pplgwic.com^
||ppoommhizazn.com^
||ppovysmcycmwvv.com^
||pppbr.com^
||ppqyrngjwdq.com^
||pprq7.com^
||pprvllibaogtsj.com^
||ppvmhhpxuomjwo.xyz^
||ppxkknbkpekjbvb.com^
||pqaz.xyz^
||pqgtywjj.com^
||pqidjvomaowiww.com^
||pqsymknliiwzlr.com^
||pqulqqpmx.com^
||pqxbcydpv.xyz^
||practicalframingfiddle.com^
||practicallyfire.com^
||practicallysacrificestock.com^
||practicallyutmost.com^
||practicallyvision.com^
||practicalwhich.info^
||practiceddrummerballast.com^
||practicedeaf.com^
||practicedearest.com^
||practicepeter.com^
||practiseseafood.com^
||practthreat.club^
||praght.tech^
||prahfoleruna.com^
||prankdishevelledhurdle.com^
||prascfaf.com^
||praterswhally.com^
||prawnsimply.com^
||prawntimetableinflux.com^
||praycompanion.com^
||prayercertificatecompletion.com^
||prayersnationsunglasses.com^
||prayersobsoletededuce.com^
||prayfortnight.com^
||prbpqlpqko.com^
||prdmjzogryvhhz.com^
||prdredir.com^
||prdyilhhwqh.com^
||pre4sentre8dhf.com^
||preacherscarecautiously.com^
||preachribbonsummoned.com^
||preampribbony.com^
||prearmscachet.uno^
||precedechampion.com^
||precedenowadaysbarbecue.com^
||precedentadministrator.com^
||precedentbasepicky.com^
||precedingdippingtune.com^
||precequiv.com^
||precious-type.pro^
||preciousbearer.com^
||preciousdoctor.pro^
||preciousentangledjustified.com^
||precipitationepisodevanished.com^
||precipitationglittering.com^
||precipitationsloganhazard.com^
||precipitationsquall.com^
||preciselysolitaryallegation.com^
||precisethrobbingsentinel.com^
||precisionclick.com^
||precisionnight.com^
||precislooed.com^
||precursorinclinationbruised.com^
||predatoryfilament.com^
||predatorymould.com^
||predestineprohibitionmassive.com^
||predicamentdisconnect.com^
||predicamentprestige.com^
||predicateblizzard.com^
||predictablelipswailed.com^
||predictad.com^
||predictiondexchange.com^
||predictiondisplay.com^
||predictionds.com^
||predictivadnetwork.com^
||predictivadvertising.com^
||predictivdisplay.com^
||preensosiery.com^
||prefaceanything.com^
||prefecturecagesgraphic.com^
||prefecturesolelysadness.com^
||preferablyducks.com^
||preferencedrank.com^
||preferenceforfeit.com^
||preferredsaltshift.com^
||preferunhair.com^
||prefleks.com^
||pregamepluteal.com^
||pregnancyreproducepalace.com^
||prehealpaster.guru^
||prehem.com^
||prejudiceinsure.com^
||prelandcleanerlp.com^
||prelandtest01.com^
||prelandtest02.com^
||prelandtopz.com^
||preliminaryinclusioninvitation.com^
||preloanflubs.com^
||preludefgn.website^
||prematurebowelcompared.com^
||prematuregrumpyunhappy.com^
||prematuresam.com^
||premiereblinkconfessed.com^
||premium-members.com^
||premium4kflix.club^
||premium4kflix.top^
||premium4kflix.website^
||premiumads.net^
||premiumredir.ru^
||premiumvertising.com^
||premonitioneuropeanstems.com^
||premonitioninventdisagree.com^
||premovenonda.com^
||preoccupationjames.com^
||preoccupycommittee.com^
||preoccupycorrecttalented.com^
||preonesetro.com^
||preparationcampaignfoul.com^
||preparationstube.com^
||preparationtrialholding.com^
||preparemethod.com^
||preparingbodiesfamiliar.com^
||preponderanttemple.com^
||prepositioncamouflage.com^
||prepositioncontributorwring.com^
||prepositiondiscourteous.com^
||prepositionrumour.com^
||preposterousstation.com^
||prerogativedifference.com^
||prerogativeproblems.com^
||prerogativeslob.com^
||presentationathletefoundation.com^
||presentationbishop.com^
||presentimentcongruousactively.com^
||presentimentguestmetaphor.com^
||presentlymumblespin.com^
||presentlypacifyforests.com^
||preserveadapt.com^
||preservealso.com^
||presidentialcheaper.com^
||presidentialprism.com^
||presidentialtumble.com^
||presideproreassure.com^
||prespurmaness.com^
||pressedbackfireseason.com^
||pressingequation.com^
||pressize.com^
||pressyour.com^
||prestadsng.com^
||prestigefunction.com^
||prestlyamylan.com^
||prestoris.com^
||presumablyconfound.com^
||presumeinstalmentbust.com^
||presumptuousfunnelinsight.com^
||presumptuouslavish.com^
||pretencepeppermint.com^
||pretendresentfulamid.com^
||pretendturk.com^
||pretentiouspastelaccuser.com^
||pretextunfinished.com^
||pretrackings.com^
||pretty-size.pro^
||prettypasttime.com^
||prettypermission.pro^
||prettytypicalimpatience.com^
||prevailinsolence.com^
||prevalentpotsrice.com^
||prevalentprincess.com^
||preventionhoot.com^
||prevostslakier.top^
||prevuesthurl.com^
||preyersbowe.top^
||prfctmney.com^
||prftonnes.com^
||prhbdkmdtobn.com^
||prhdvhx.com^
||prhzxq.com^
||priceyaspect.pro^
||priestboundsay.com^
||priestsuede.com^
||primalredfish.com^
||primaryads.com^
||primaryderidemileage.com^
||primarystoppedballot.com^
||prime-vpnet.com^
||primerclicks.com^
||primevalstork.com^
||primitiveposterappeal.com^
||primroselegitimate.com^
||princefruitlessfencing.com^
||princesinistervirus.com^
||princessallotgather.com^
||princessmodern.com^
||principaldingdecadence.com^
||principlede.info^
||principledecliner.info^
||principlessilas.com^
||pringed.space^
||printaugment.com^
||printergarretskirt.com^
||printerswear.com^
||printgrownuphail.com^
||printsmull.com^
||priorityblockinghopped.com^
||priselapse.com^
||prisonfirmlyswallow.com^
||prisoninvolvingremaining.com^
||prisonrecollectionecstasy.com^
||prisonretiringcommemorate.com^
||pristine-dark.pro^
||pritchgobble.life^
||pritesol.com^
||privacycounter.com^
||privacynicerresumed.com^
||privacysearching.com^
||privacywithholdrepose.com^
||privateappealingsymphony.com^
||privatediamond.pro^
||privatedqualizebrui.info^
||privateleaflet.com^
||privatelookhack.com^
||privatrac.com^
||privilegeinjurefidelity.com^
||privilegest.com^
||prizeimpertinentforbidden.com^
||prizel.com^
||prizes-topwin.life^
||prksism.com^
||prm-native.com^
||prmtracking3.com^
||prmtracks.com^
||pro-advert.de^
||pro-market.net^
||pro-pro-go.com^
||pro-suprport-act.com^
||pro-web.net^
||pro119marketing.com^
||proadscdn.com^
||probablebeeper.com^
||probableliving.com^
||probablyimmatureresentment.com^
||probablyrespectivelyadhere.com^
||probangavatara.top^
||probationpresented.com^
||probationtoll.com^
||probersnobles.com^
||probestrike.com^
||probitystuck.com^
||probtn.com^
||procedurepurposeassurance.com^
||proceduresjeer.com^
||proceedingmusic.com^
||procesosfultry.info^
||processingcomprehension.com^
||processionhardly.com^
||processpardon.com^
||proclamationgumadvocate.com^
||proclean.club^
||procneterming.top^
||procristhimber.cfd^
||procuratorpresumecoal.com^
||prod.untd.com^
||prodaddkarl.com^
||prodigiousarticulateruffian.com^
||prodmp.ru^
||prodresell.com^
||producebreed.com^
||produceduniversitydire.com^
||producerdoughnut.com^
||producerplot.com^
||producesdiminishhardworking.com^
||producingdisciplecampus.com^
||producthub.info^
||proeroclips.pro^
||proetusbramble.com^
||profbigo.com^
||professionalbusinesstoday.xyz^
||professionallyjazzotter.com^
||professionallytear.com^
||professionallywealthy.com^
||professionalsly.com^
||professionalswebcheck.com^
||professmeeting.com^
||professtrespass.com^
||proffering.xyz
||proffering.xyz^
||profi-para.com^
||proficientfly.com^
||profilebecomingtrain.com^
||profilecrave.com^
||profileimpunity.com^
||profileoffencewithdraw.com^
||profitable-sleep.pro^
||profitablecpmgate.com^
||profitablecpmnetwork.com^
||profitablecreativeformat.com^
||profitabledisplaycontent.com^
||profitabledisplayformat.com^
||profitabledisplaynetwork.com^
||profitablegate.com^
||profitablegatecpm.com^
||profitablegatetocontent.com^
||profitabletrustednetwork.com^
||profitcustomersnuff.com^
||profitpeelers.com^
||profitredirect.com^
||profitstefukhatex.info^
||profoundtwist.com^
||profrebecca.com^
||proftrafficcounter.com^
||profuse-it.pro^
||progenyoverhear.com^
||progenyproduced.com^
||prognebottier.com^
||programinsightplastic.com^
||programmeframeworkpractically.com^
||programwrest.com^
||progressproceeding.com^
||prohibitedhalfway.com^
||projectagora.net^
||projectagora.tech^
||projectagoralibs.com^
||projectagoraservices.com^
||projectagoratech.com^
||projectwonderful.com^
||projetmildful.com^
||prolatecyclus.com^
||prolificdoerconcur.com^
||prologuetwinsmolecule.com^
||prolongdoadaptation.com^
||promiseyuri.com^
||promisingcigar.com^
||promissmatax.top^
||promisspacay.space^
||promo-bc.com^
||promobenef.com^
||promotionnecessity.com^
||promptsgod.com^
||promsaviour.com^
||pronedynastyimpertinence.com^
||pronouncedgetawayetiquette.com^
||pronounconsternationspotlight.com^
||pronunciationlegacy.com^
||pronunciationspecimens.com^
||proofnaive.com^
||propbigo.com^
||propeller-tracking.com^
||propellerads.com^
||propellerads.tech^
||propellerclick.com^
||propellerpops.com^
||propeltuition.com^
||properlycrumple.com^
||properlyleash.com^
||propersuitcase.com^
||propertyofnews.com^
||propertyprintervice.com^
||properyielder.com^
||propgoservice.com^
||propomarom.com^
||proponylisten.com^
||proposalpearlpleasantly.com^
||proposeado.com^
||proposedfelonoxide.com^
||proposedpartly.com^
||propositiondisinterested.com^
||propositionfadedplague.com^
||proprietorgrit.com^
||propu.sh^
||propulsionreproduceresult.com^
||propulsionstatute.com^
||propvideo.net^
||prorentisol.com^
||proscontaining.com^
||prosecutionsocktrap.com^
||prosecutorcassettedying.com^
||prosecutorcommaeligible.com^
||prosecutorkettle.com^
||proseoverlook.com^
||prositzapas.com^
||prosocrawm.com^
||prospercognomenoptional.com^
||prosperent.com^
||prosperousdreary.com^
||prosperousprobe.com^
||prosperousunnecessarymanipulate.com^
||prosthong.com^
||prosumsit.com^
||protagcdn.com^
||protally.net^
||protawe.com^
||proteavoices.com^
||protectedfolkssomebody.com^
||protectedpeat.com^
||protectorincorporatehush.com^
||protectorparsleybrisk.com^
||protectorworstquake.com^
||protectyourdevices.com^
||proteinairn.top^
||protestgrove.com^
||protoawe.com^
||protocolburlap.com^
||protocolgroupgroups.com^
||prototypehungryinsist.com^
||prototypewailrubber.com^
||protrckit.com^
||protypesestets.cfd^
||proudlysurly.com^
||prouoxsacqi.com^
||proveattractionplays.com^
||provedonefoldonefoldhastily.com^
||provenancedelegatecipher.com^
||provenshoutmidst.com^
||proverbcarpersuasive.com^
||proverbnoncommittalvault.com^
||proverbrecent.com^
||provider-direct.com^
||providingcrechepartnership.com^
||provincebarely.com^
||provingavidity.com^
||provisionpointingpincers.com^
||provlimbus.com^
||provocativeprivate.com^
||provokeobnoxious.com^
||prowertarre.uno^
||prowesscourtsouth.com^
||prowesshearing.com^
||prowesstense.com^
||prowlenthusiasticcongest.com^
||prowlfertilisedkeeping.com^
||prowsunawned.space^
||proximic.com^
||proximitywars.com^
||prplad.com^
||prplads.com^
||prpops.com^
||prre.ru^
||prtord.com^
||prtrackings.com^
||prtydqs.com^
||pruare.com^
||prudah.com^
||prudentfailingcomplicate.com^
||pruderyrotche.com^
||prulruyaoq.com^
||prunesderelicttug.com^
||prunestownpostman.com^
||prutosom.com^
||prxeceafdxdlc.xyz^
||prxy.online^
||prydrains.top^
||pryrhoohs.site^
||psaighid.com^
||psaiglursurvey.space^
||psairees.net^
||psairtoo.com^
||psaizeemit.com^
||psaksegh.xyz^
||psalmichogcote.guru^
||psalrausoa.com^
||psaltard.net^
||psaltauw.net^
||psapsiph.net^
||psardaub.net^
||psarecommendas.com^
||psatorsi.com^
||psaudous.com^
||psaugourtauy.com^
||psaukaux.net^
||psaurdoofy.com^
||psaurteepo.com^
||psausuck.net^
||psauwush.net^
||psclicks.com^
||psdn.xyz^
||psedregn.net^
||pseeckotees.com^
||pseeghud.com^
||pseegroah.com^
||pseekree.com^
||pseekseecm.com^
||pseemsee.com^
||pseensooh.com^
||pseepsie.com^
||pseepsoo.com^
||pseerdab.com^
||pseergoa.net^
||pseghauw.com^
||pseidpmubwu.com^
||psensuds.net^
||psfgobbet.com^
||pshb.me^
||pshmetrk.com^
||pshtrk.com^
||psiftaugads.com^
||psikoofack.com^
||psiksais.com^
||psirdain.com^
||psirsoor.com^
||psirsugn.net^
||psistaugli.com^
||psitchoo.xyz^
||psithich.com^
||psixoahi.xyz^
||psma02.com^
||psoackaw.net^
||psoaftob.xyz^
||psoageeb.com^
||psoageph.com^
||psoanufi.com^
||psockapa.net^
||psognaih.xyz^
||psojeeng.com^
||psoogaix.net^
||psoompou.xyz^
||psoopirdifty.xyz^
||psoopoakihou.com^
||psoorgou.com^
||psoorsen.com^
||psootchu.net^
||psothoms.com^
||psougnoa.net^
||psougoar.com^
||psougrie.com^
||psoumoalt.com^
||psounsoo.xyz^
||psouphoz.com^
||psouthee.xyz^
||psouzoub.com^
||psozoult.net^
||pssy.xyz^
||pstnmhftix.xyz^
||pstreetma.com^
||psubooth.com^
||psuftoum.com^
||psugkfqmys.com^
||psumainy.xyz^
||psungaum.com^
||psuphuns.net^
||psurdoak.com^
||psurigrabi.com^
||psurouptoa.com^
||psvgnczo.com^
||pswagjx.com^
||psychicbowel.com^
||psycholjicaque.com^
||psychologicalpaperworkimplant.com^
||psychologyairport.com^
||psychologycircumvent.com^
||psychologydistinguishnest.com^
||psychologywoman.com^
||psyqwlqrff.xyz^
||pt-xb.xyz^
||ptadrony.xyz^
||ptaickug.com^
||ptaicoamt.com^
||ptaicoul.xyz^
||ptaiksah.com^
||ptaimpeerte.com^
||ptaissud.com^
||ptaixout.net^
||ptalribs.xyz^
||ptanguth.com^
||ptapjmp.com^
||ptarepjx.com^
||ptaughar.com^
||ptaujoot.net^
||ptaulratch.com^
||ptaumoadsovu.com^
||ptaunsoova.com^
||ptaupsom.com^
||ptauxofi.net^
||ptawe.com^
||ptawehex.net^
||ptawhood.net^
||ptbrdg.com^
||ptcdwm.com^
||ptdinxchgxu.com^
||ptechait.com^
||ptecmooz.net^
||ptecmuny.com^
||ptedreer.com^
||ptedroab.xyz^
||pteevaih.xyz^
||pteftagu.com^
||pteghoglapir.com^
||pterealcorylus.website^
||pteroangud.com^
||ptersudisurvey.top^
||ptetchie.net^
||ptewarin.net^
||ptewauta.net^
||ptexognouh.xyz^
||ptffvpjhhb.com^
||pthzqqvrjyou.com^
||pticmootoat.com^
||ptidfrvqxpucy.com^
||ptidsezi.com^
||ptiftols.net^
||ptinouth.com^
||ptipsixo.com^
||ptipsout.net^
||ptirgaux.com^
||ptirtika.com^
||ptistyvymi.com^
||ptlwm.com^
||ptlwmstc.com^
||ptmzr.com^
||ptoafauz.net^
||ptoafteewhu.com^
||ptoagnin.xyz^
||ptoahaistais.com^
||ptoajait.net^
||ptoaltie.com^
||ptoangir.com^
||ptoapouk.com^
||ptobsagn.com^
||ptochair.xyz^
||ptoftaupsift.com^
||ptoksoaksi.com^
||ptompeer.net^
||ptonauls.net^
||ptongouh.net^
||ptonsofteed.com^
||ptoockex.xyz^
||ptookaih.net^
||ptookoar.net^
||ptoomtoum.com^
||ptooshos.net^
||ptotchie.xyz^
||ptoubeeh.net^
||ptoujaix.xyz^
||ptoumsid.net^
||ptoushoa.com^
||ptousteg.net^
||ptoutsexe.com^
||ptowouse.xyz^
||ptp22.com^
||ptp24.com^
||ptpoeyc.com^
||ptstnews.pro^
||pttsite.com^
||ptufihie.net^
||ptuglupyli.com^
||ptugnins.net^
||ptugnoaw.net^
||ptulepti.net^
||ptulsauts.com^
||ptumtaip.com^
||ptuphotookr.com^
||ptupoobs.com^
||ptutchiz.com^
||ptvfranfbdaq.xyz^
||ptwmemd.com^
||ptwmjmp.com^
||ptyalinbrattie.com^
||ptyomtzjpdlcf.com^
||pu1.biz^
||pu3.biz^
||pu5hk1n2020.com^
||pub.network^
||pubacca5mc.com^
||pubaka5.com^
||pubceremony.com^
||pubdisturbance.com^
||pubertysung.digital^
||pubeshogback.uno^
||pubfruitlesswording.com^
||pubfuture-ad.com^
||pubfutureads.com^
||pubgalaxy.com^
||pubguru.net^
||pubhotmax.com^
||pubianmending.space^
||pubimageboard.com^
||publicityparrots.com^
||publiclyemployeronerous.com^
||publiclyphasecategory.com^
||publicsparedpen.com^
||publicunloadbags.com^
||publisherads.click^
||publishercounting.com^
||publisherperformancewatery.com^
||publisherride.com^
||publited.com^
||publpush.com^
||pubmaner5.com^
||pubmatic.com^
||pubmine.com^
||pubnation.com^
||pubovore.com^
||pubpowerplatform.io^
||pubtm.com^
||pubtrky.com^
||puczuxqijadg.com^
||puddingdefeated.com^
||puddleincidentally.com^
||pudencygletty.com^
||pudrardu.net^
||pueber.com^
||pueral.com^
||puerq.com^
||puerty.com^
||pugdisguise.com^
||pugehjjxdr.xyz^
||pughoomo.xyz^
||pugmilldurgan.com^
||pugmillmuspike.life^
||pugmilltoluid.com^
||pugsgivehugs.com^
||puhtml.com^
||puitaexb.com^
||pujuco.uno^
||pulayanyet.com^
||puldhukelpmet.com^
||pulfrnaewqrkuqg.com^
||pulpdeeplydrank.com^
||pulpix.com^
||pulpreferred.com^
||pulpyads.com^
||pulpybizarre.com^
||pulseadnetwork.com^
||pulsemgr.com^
||pulseonclick.com^
||pulsercrypto.com^
||pulserviral.com^
||pulsesmaraged.com^
||pulxpljpsqri.com^
||pumdfferpkin5hs454r43eeds.com^
||pumjkngivq.com^
||pumpbead.com^
||pumpmulticultural.com^
||puncol.com^
||punctualflopsubquery.com^
||punctuationceiling.com^
||pungentsmartlyhoarse.com^
||punishgrantedvirus.com^
||punkahskayles.com^
||punkfigured.com^
||punkhonouredrole.com^
||punkiecrudded.digital^
||punoocke.com^
||punosy.best^
||punosy.com^
||punpzyvwao.com^
||punystudio.pro^
||punyvamos.com^
||puoxpytcblqrti.xyz^
||pupilexpressionscent.com^
||pupilmudwort.com^
||pupilorgansmad.com^
||puppyderisiverear.com^
||puppytestament.com^
||pupspu.com^
||pupur.net^
||pupur.pro^
||puqobfkghmyb.com^
||purchaserdisgustingwrestle.com^
||purchaserteddy.com^
||purchasertormentscoundrel.com^
||purgescholars.com^
||purgoaho.xyz^
||purifybaptism.guru^
||purinscauter.top^
||purlieudinette.uno^
||purpleads.io^
||purpleflag.net^
||purplepatch.online^
||purplewinds.xyz^
||purposelyharp.com^
||purposelynextbinary.com^
||purposeolivebathtub.com^
||purposeparking.com^
||purrbackground.com^
||pursedistraught.com^
||purseneighbourlyseal.com^
||pursuedfourteenth.com^
||pursuesananite.com^
||pursuingconjunction.com^
||pursuingnamesaketub.com^
||pursuitbelieved.com^
||pursuitcharlesbaker.com^
||pursuitgrasp.com^
||pursuitperceptionforest.com^
||purtymells.top^
||puserving.com^
||push-news.click^
||push-news.org^
||push-notifications.top^
||push-sdk.com^
||push-sdk.net^
||push-subservice.com^
||push.house^
||push1000.com^
||push1001.com^
||push2check.com^
||pushads.biz^
||pushads.io^
||pushaffiliate.net^
||pushagim.com^
||pushails.com^
||pushalk.com^
||pushame.com^
||pushamir.com^
||pushance.com^
||pushanert.com^
||pushanishe.com^
||pushanya.net^
||pusharest.com^
||pushazam.com^
||pushazer.com^
||pushbaddy.com^
||pushbasic.com^
||pushbizapi.com^
||pushcampaign.club^
||pushcentric.com^
||pushckick.click^
||pushclk.com^
||pushdelone.com^
||pushdom.co^
||pushdrop.club^
||pushdusk.com^
||pushebrod.com^
||pushedgraceful.com^
||pushedwebnews.com^
||pushego.com^
||pusheify.com^
||pushell.info^
||pushelp.pro^
||pusherism.com^
||pusheshourly.com^
||pushflow.net^
||pushflow.org^
||pushgaga.com^
||pushimer.com^
||pushimg.com^
||pushingwatchfulturf.com^
||pushinpage.com^
||pushkav.com^
||pushking.net^
||pushlapush.com^
||pushlaram.com^
||pushlarr.com^
||pushlat.com^
||pushlemm.com^
||pushlinck.com^
||pushlnk.com^
||pushlommy.com^
||pushlum.com^
||pushmajor1.com^
||pushmashine.com^
||pushmaster-in.xyz^
||pushmejs.com^
||pushmenews.com^
||pushmobilenews.com^
||pushmono.com^
||pushnami.com^
||pushnative.com^
||pushnest.com^
||pushnevis.com^
||pushnews.org^
||pushnice.com^
||pushno.com^
||pushnotice.xyz^
||pushochenk.com^
||pushokey.com^
||pushomir.com^
||pushorg.com^
||pushort.com^
||pushosub.com^
||pushosubk.com^
||pushpong.net^
||pushprofit.net^
||pushpropeller.com^
||pushpush.net^
||pushqwer.com^
||pushrase.com^
||pushsansoa.com^
||pushsar.com^
||pushserve.xyz^
||pushsight.com^
||pushssp.top^
||pushtorm.net^
||pushub.net^
||pushup.wtf^
||pushwelcome.com^
||pushwhy.com^
||pushworldtool.com^
||pushynations.com^
||pushzolo.com^
||pusishegre.com^
||pussesmoile.com^
||pussl3.com^
||pussl48.com^
||pusvfedhsxwj.com^
||putainalen.com^
||putbid.net^
||putchumt.com^
||putfeablean.org^
||putfeableand.info^
||putfeepea.site^
||putrefyvarioushumorous.com^
||putrescentheadstoneyoungest.com^
||putrid-experience.pro^
||putridchart.pro^
||putrr16.com^
||putrr18.com^
||putrr7.com^
||puwpush.com^
||puyjjq.com^
||puysis.com^
||puzzio.xyz^
||puzzlementangrily.com^
||puzzlepursued.com^
||puzzoa.xyz^
||pvawydmmj.com^
||pvbgzjwyncthhl.com^
||pvclouds.com^
||pvdblrthktmtlc.com^
||pvdrtiy.com^
||pvjiqmryv.com^
||pvlcbsynxsabti.com^
||pvqzggfkuxum.com^
||pvsxzlb.com^
||pvtypsgueyqey.com^
||pvxvazbehd.com^
||pwbmdalngizhz.com^
||pwdxawuedjjj.com^
||pweabzcatoh.com^
||pwmctl.com^
||pwrgrowthapi.com^
||pwwqkppwqkezqer.site^
||pwxerujvl.com^
||pwxmwmoyuobgku.com^
||pwxtock.com^
||pwxueuocf.com^
||px3792.com^
||pxdghffadlhpbw.com^
||pxfindone.com^
||pxgovbsjsh.com^
||pxltrck.com^
||pxmqdhcvpcsra.xyz^
||pxnmkmqxmqe.com^
||pxsscerwyeiucg.com^
||pxsunbsd.com^
||pxtrkr.com^
||pxx23jkd.com^
||pxyrmsodhctqifm.com^
||pycvlnu.com^
||pyhdvvimr.com^
||pympbhxyhnd.xyz^
||pyract.com^
||pyrexikon.com^
||pyrict.com^
||pyrily.com^
||pyrincelewasg.com^
||pyrincelewasgild.info^
||pyrroylceriums.com^
||pyxdajs.com^
||pyxiscablese.com^
||pyxzealot.com^
||pyzwxkb.com^
||pzawclkyxuno.com^
||pzeazgmwem.com^
||pzgbqbk.com^
||pzoynkxexnx.com^
||pzqfmhy.com^
||pzwdtz.com^
||q1-tdsge.com^
||q15homgeneral.com^
||q1mediahydraplatform.com^
||q2i8kd5n.de^
||q6idnawboy7g.com^
||q8ntfhfngm.com^
||q99i1qi6.de^
||qa24ljic4i.com^
||qads.io^
||qadserve.com^
||qadservice.com^
||qaebaywbvqqez.top^
||qagkyeqxv.xyz^
||qajgarohwobh.com^
||qajwizsifaj.com^
||qakmlfdseuzfkz.com^
||qalscihrolwu.com^
||qaltulohrol.com^
||qambywkmlvyj.top^
||qandfmfgdmfogw.com^
||qarewien.com^
||qasrae.com^
||qatsbesagne.com^
||qatttuluhog.com^
||qawzwkvlebzaw.top^
||qaydqvuzmu.com^
||qaylocbaxunnav.com^
||qbjqpopv.com^
||qbkvksakslhgek.com^
||qbkzvophvva.com^
||qblcyqgn.com^
||qbnyeqylvynzy.top^
||qbomomlavkksh.xyz^
||qbpchpcuglu.com^
||qbqzbzbzzzjjb.top^
||qbrrrlawwrvbv.top^
||qbsvafnpgfwpca.com^
||qcbfiytngupv.com^
||qceyyxauc.xyz^
||qcffrrsyaxcccx.xyz^
||qcfkvespkj.com^
||qchfbnjagbdst.com^
||qciefclnx.com^
||qcigbljyenh.com^
||qckeumrwft.xyz^
||qclgcdtv.com^
||qcmjdptyikwf.xyz^
||qcotzalsettiv.com^
||qcsjmidihe.com^
||qctzwkrczwjw.com^
||qcvbtrtlmjdhvxe.xyz^
||qcxhwrm.com^
||qdagihwi.xyz^
||qdlbdpsctalt.com^
||qdlesuneeqoglp.com^
||qdlyqbpzfkl.com^
||qdmil.com^
||qdogpcfgejgc.com^
||qdotzfy.com^
||qdprapwflpvxpyl.com^
||qdvducltjswp.com^
||qdxzpcytii.com^
||qe0ckm024b.com^
||qedeczzdt.com^
||qehwgbwjmjvq.xyz^
||qeildfuznofnlq.com^
||qekbmjyzwewvj.top^
||qekgygdkyewbzv.com^
||qel-qel-fie.com^
||qelqlunebz.com^
||qemyetwxfcwhtyy.com^
||qeqaqnvwmbkyj.top^
||qerkbejqwzvyw.top^
||qetdpyialxousr.com^
||qewylqmaqezzj.top^
||qfdn3gyfbs.com^
||qfgkixvmwgaf.com^
||qfhatlntjtpyit.com^
||qfisatztut.com^
||qfjherc.com^
||qfnkzytwzfftnw.com^
||qfnvqalpgiriub.com^
||qfoodskfubk.com^
||qfqdcyzai.com^
||qfwjgivatds.com^
||qfzsghhvu.com^
||qgerr.com^
||qgevavwyafjf.com^
||qgexkmi.com^
||qgisjfmwhhsmfe.com^
||qgnlbjkxrzb.com^
||qgoqkcpw.xyz^
||qgsgnqhqgjw.com^
||qgsjtgvjz.com^
||qgtastuxjdrrmc.com^
||qgxbluhsgad.com^
||qhdwjjhvgqa.com^
||qhiqlwcwguv.com^
||qhlegkjlnmg.com^
||qhnwj.com^
||qhskskb.com^
||qhsqrtva.com^
||qhttxwlecujjfc.com^
||qhuguzodbd.com^
||qhxukowjgl.com^
||qianaecrus.top^
||qibkkioqqw.com^
||qickazzmoaxv.com^
||qifxwiruhrr.com^
||qimwsxukxwnhba.xyz^
||qinvaris.com^
||qiossrwine.xyz^
||qipawjyjcukenb.com^
||qiqdpeovkobj.com^
||qiqgvcrnhwc.com^
||qirkgwfpspt.com^
||qituduwios.com^
||qiuaiea.com^
||qiuobuixthzcc.com^
||qivaiw.com^
||qiviutsdextran.com^
||qivolcgcemi.com^
||qizjkwx9klim.com^
||qjdlivr.com^
||qjpotvwljgw.xyz^
||qjsknpxwlesvou.com^
||qjukphe.com^
||qjvtofw.com^
||qjwglnuwqvr.com^
||qjyoanpkf.com^
||qjyvvxjmqirvbl.com^
||qkalpmwsvfwqqy.com^
||qkdhstfyx.com^
||qkepevhlton.xyz^
||qkfwiylmib.com^
||qkhvongctffugm.com^
||qkjjuhs.com^
||qkodjvdsm.com^
||qkouawnjejedvno.xyz^
||qkqlqjjobvkr.top^
||qksrv.cc^
||qksrv.net^
||qksrv1.com^
||qksz.net^
||qkyliljavzci.com^
||qlfqkjluvz.com^
||qlmwgibhbhar.com^
||qlnccjattetsoq.com^
||qlrpbdhwebzpf.com^
||qlspx.com^
||qlvlaqcd.com^
||qlyunjqcyvx.xyz^
||qmaacxajsovk.com^
||qmaobrsasck.com^
||qmbpmdeq.xyz^
||qmhffrogjeca.com^
||qmqjvreqwywbk.top^
||qmqjvreqwywla.top^
||qmrelvezookoo.top^
||qmrwbzwalrmry.top^
||qmtqzsczx.com^
||qmvnrvjeyyzna.top^
||qmxgkgykaex.com^
||qmykwjryyrrjj.top^
||qmzakpdewlelv.com^
||qn-5.com^
||qnartpbxjaxep.com^
||qnbiiygyrox.com^
||qnhvvrpkus.com^
||qnjyeyc.com^
||qnkqurpyntrs.xyz^
||qnlranvabaqk.top^
||qnlranvabrnq.top^
||qnqzbfgg.com^
||qnrscbotmsj.com^
||qnsr.com^
||qnucoorpe.com^
||qoaaa.com^
||qobarmbghaiv.xyz^
||qodyldusxloinpn.com^
||qofowyki.xyz^
||qogearh.com^
||qogilljcxwvrhj.com^
||qokesjxpbds.com^
||qokira.uno^
||qomate.xyz^
||qooanabj.com^
||qootvuedh.com^
||qoppwwjxjrmhdt.com^
||qopzmao.com^
||qoqv.com^
||qoqxnuxneo.xyz^
||qoredi.com^
||qorlxle.com^
||qovwrntfxpilyt.com^
||qowncyf.com^
||qowqnnhf.com^
||qoytmrsfvu.com^
||qozveo.com^
||qpixxezhwwoc.com^
||qpkdnupzke.com^
||qppq166n.de^
||qpqemyfscj.com^
||qprthjab.com^
||qpvbsekwtwsoe.com^
||qqdxtmllptdlz.com^
||qqfelxqmhoc.com^
||qqgfubewassi.com^
||qqguvmf.com^
||qqkzjpupluv.com^
||qqlnvwjtjhve.com^
||qqmhh.com^
||qqmvwjvrlyery.top^
||qqmvwjvrlyyrq.top^
||qqohtssdp.com^
||qqqqbdma.com^
||qqqwes.com^
||qqurzfi.com^
||qquubyoknj.com^
||qqvlbzlbqenbk.top^
||qqvvkebebnbb.top^
||qqvvkebebnlq.top^
||qqyqeqqmqrybb.top^
||qr-captcha.com^
||qrawitobfm.com^
||qrbaeaoflil.com^
||qrdnpjxic.com^
||qrealqeorqyar.top^
||qrlsx.com^
||qroagwadndwy.com^
||qrpenodnn.com^
||qrprobopassor.com^
||qrrqysjnwctp.xyz^
||qrtrsucg.com^
||qrwkkcyih.xyz^
||qrwoaylvmbeyz.top^
||qrzlaatf.xyz^
||qsbeclwuayvaekd.com^
||qservz.com^
||qsghdoiywu.com^
||qsgsnyvmoetur.com^
||qsiuiwnh.com^
||qsjrovphsiybxc.com^
||qslkthj.com^
||qsmsmahlrhop.com^
||qsorirgzqw.com^
||qsoxiekkfjl.com^
||qsthtbjljqfuo.com^
||qsxptjxruxrttu.xyz^
||qtbb6.com^
||qtdopwuau.xyz^
||qtejflbrrtesvk.com^
||qtspkqzn.com^
||qtuopsqmunzo.com^
||qtuxulczymu.com^
||quadrupleclick.com^
||quaewit.com^
||quagfa.com^
||quailnude.com^
||quaint-escape.pro^
||quakesalamat.com^
||qualificationsomehow.com^
||qualifiedhead.pro^
||qualifycleaveinduced.com^
||qualitiesstopsallegiance.com^
||qualitiesyoung.com^
||qualitydestructionhouse.com^
||qualitysquashwin.com^
||quallyrimers.com^
||quanta-wave.com^
||quantoz.xyz^
||quarantinedisappearhive.com^
||quarrelrelative.com^
||quartaherbist.com^
||quarterbackanimateappointed.com^
||quasiblamelesshazy.com^
||quasimanagespreparation.com^
||quaternnerka.com^
||quatersgnast.com^
||quatrefeuillepolonaise.xyz^
||quatxio.xyz^
||quavercivil.com^
||quaverlonersloppy.com^
||quayolderinstance.com^
||queasyclasts.life^
||queasydashed.top^
||quedo.buzz^
||queergatewayeasier.com^
||queersodadults.com^
||queersynonymlunatic.com^
||queiajowan.com^
||quellaplentyresolute.com^
||quellbustle.com^
||quellunskilfulimmersed.com^
||quemequayful.com^
||quenchskirmishcohere.com^
||quensillo.com^
||querlfurcal.com^
||querulous-type.com^
||queryhookczar.com^
||querylead.com^
||querysteer.com^
||quesid.com^
||questionable-dead.com^
||questioningsanctifypuberty.com^
||questioningtosscontradiction.com^
||questionsconnected.com^
||quiaresp.com^
||quiazo.xyz^
||quibbleremints.top^
||quickads.net^
||quickcontrolpc.com^
||quickieboilingplayground.com^
||quickielatepolitician.com^
||quicklisti.com^
||quickorange.com^
||quidclueless.com^
||quietannouncementdove.com^
||quietlybananasmarvel.com^
||quikgzfisiodk.com^
||quiltscaudata.com^
||quinatedating.top^
||quitelyhabitat.com^
||quitenolakatan.com^
||quitepoet.com^
||quitesousefu.com^
||quittalmacaque.top^
||quiveringgland.com^
||quiveringriddance.com^
||quizmastersnappy.com^
||quizsupportedchapel.com^
||qumagee.com^
||qummafsivff.com^
||qumnpavuvw.com^
||quodartily.com^
||quoisy.com^
||quokkacheeks.com^
||quoo.eu^
||quotationcovetoustractor.com^
||quotationindolent.com^
||quoteprocesses.com^
||quotes.com^
||quqcasuxuytehkw.com^
||qusfmaxgfa.xyz^
||qutejo.xyz^
||quxegtegmvlfln.com^
||quxsiraqxla.com^
||quxuejhcaz.com^
||quxwpwcwmmx.xyz^
||qvikar.com^
||qvjpjsglmvhcbv.xyz^
||qvlczhitbsqpl.com^
||qvol.tv^
||qvtcigr.com^
||qwa3ldhn9u0t.com^
||qwaapgxfahce.com^
||qwbaiftlbfbnt.com^
||qwerfdx.com^
||qwertytracks.com^
||qwhyldakamv.com^
||qwiarjayuffn.xyz^
||qwkmiot.com^
||qwlbvlyaklrkw.top^
||qwmaeqrneewny.top^
||qwmdnlzitsys.com^
||qwrwawwmblwbb.top^
||qwrwawwmblybj.top^
||qwtag.com^
||qwvqbeqwbrabj.top^
||qwvvoaykyrbj.top^
||qwyonzatjoq.com^
||qwyoxrmhep.com^
||qwyvmjvqlrbov.top^
||qwzfsjdyecefdn.com^
||qxdownload.com^
||qxeemdpaerfjer.xyz^
||qxgbgixnzcoen.com^
||qxhspimg.com^
||qxiabfmmtjhyv.com^
||qxjlqqknkzr.com^
||qxjohabnsheyt.com^
||qxknktdbftc.com^
||qxlwpaxlwg.com^
||qxpwiqydg.com^
||qxqtycvrm.com^
||qxrbu.com^
||qxuelcdfvgecwpb.com^
||qxyam.com^
||qxycdoexyj.com^
||qyajwjyjnavzq.top^
||qybloikdmd.com^
||qybriakrlcyow.com^
||qydgdko.com^
||qydrwhhk.xyz^
||qyenlspei.com^
||qykvrcqk.com^
||qykxyax.com^
||qylgfuikc.com^
||qylmbemvllllr.top^
||qylmbemvlloov.top^
||qylrihck.xyz^
||qymdcuco.com^
||qynpfyvxkyv.com^
||qynqvkkmbzvkk.top^
||qyowjhyyckraps.com^
||qyqkemrarznvv.top^
||qyvklvjejrmkz.top^
||qyvklvjejrmwo.top^
||qywjvlaoyrzqw.top^
||qz496amxfh87mst.com^
||qzcjehp.com^
||qzdmvwewzxzzze.com^
||qzesmjv.com^
||qzkjkiexmsyv.com^
||qzqmrlqnnzwab.top^
||qzsgudj.com^
||qzyllgqficyd.com^
||qzynbzjrkarma.top^
||r-tb.com^
||r023m83skv5v.com^
||r3oodleaw5au4ssir.com^
||r5apiliopolyxenes.com^
||r66net.com^
||r66net.net^
||r932o.com^
||raadth.com^
||rabbitsverification.com^
||rabblefang.com^
||rabblelobbyfry.com^
||rabblespidersrenaissance.com^
||rabbre.com^
||rabfakfolksey.digital^
||rabidamoral.com^
||rabidjim.com^
||rablic.com^
||racepaddlesomewhere.com^
||racesundermine.com^
||racewhisperingsnow.com^
||racismremoveveteran.com^
||racktidyingunderground.com^
||racticalwhich.com^
||ractors291wicklay.com^
||radarconsultation.com^
||radargoats.com^
||radarwitch.com^
||radeant.com^
||radiancethedevice.com^
||radiantextension.com^
||radicalovertime.com^
||radicalverdictreview.com^
||radied.com^
||radiodogcollaroctober.com^
||radiusfellowship.com^
||radiusmarketing.com^
||radiusthorny.com^
||radshedmisrepu.info^
||raeoaxqxhvtxe.xyz^
||raffleinsanity.com^
||rag3ca7t5amubr8eedffin.com^
||ragapa.com^
||ragbagsporcine.com^
||rageagainstthesoap.com^
||ragerystenchy.com^
||ragged-weakness.pro^
||raggledordures.com^
||ragita.uno^
||raglassofrum.cc^
||ragsbxhchr.xyz^
||ragwviw.com^
||rahmagtgingleaga.info^
||rahxfus.com^
||raijoolu.xyz^
||railingconveniencesabattoir.com^
||railinghighbachelor.com^
||raillimp.com^
||railroadfatherenlargement.com^
||railroadmanytwitch.com^
||railwayboringnasal.com^
||rainchangedquaver.com^
||raincoatbowedstubborn.com^
||raincoatnonstopsquall.com^
||rainerspooked.live^
||rainwealth.com^
||rainyautumnnews.com^
||rainyfreshen.com^
||raiphoos.com^
||raisentotic.uno^
||raiserefreshmentgoods.com^
||raisingsupportive.com^
||raisinmanagelivestock.com^
||raivoufe.xyz^
||rajabets.xyz^
||rakamu.com^
||rakhen.com^
||rakiblinger.com^
||rakkuntwex.com^
||rallantynethebra.com^
||rallydisprove.com^
||rallyexpirehide.com^
||ralphscrupulouscard.com^
||ramblecursormaths.com^
||rameejour.com^
||rammagepatagia.com^
||rammersdarvon.com^
||rammishruinous.com^
||rampirepubis.uno^
||rampmention.com^
||ramtakeout.com^
||ramusiauk.digital^
||ramusiproxied.com^
||ranabreast.com^
||ranchsatin.com^
||rancidstrait.com^
||rancorousjustin.com^
||rancorousnoncommittalsomewhat.com^
||randiul.com^
||randomadsrv.com^
||randomamongst.com^
||randomassertiveacacia.com^
||randomignitiondentist.com^
||raneeptaid.net^
||rangbellowreflex.com^
||rangercessation.com^
||rangformer.com^
||ranggallop.com^
||ranhealthy.com^
||rankestmowers.com^
||rankinegaumish.com^
||rankpeers.com^
||rankstarvation.com^
||ranksubquery.com^
||ranmistaken.com^
||ranopportunit.info^
||ranselpugmark.com^
||ranythingamgladt.com^
||raogjkrgjtrml.xyz^
||raosmeac.net^
||rapaneaphoma.com^
||rapanearozzer.cfd^
||rapemineral.com^
||rapepush.net^
||rapesensual.com^
||raphanyleman.top^
||raphanysteers.com^
||raphidewakener.com^
||rapidhits.net^
||rapidlybeaver.com^
||rapidlypierredictum.com^
||rapidshookdecide.com^
||rapolok.com^
||raptapee.com^
||raptingy.net^
||raptorspheres.top^
||raptorssplurge.com^
||rapttransaction.com^
||rapturemeddle.com^
||rareghoa.net^
||rasahick.space^
||rashlyblowfly.com^
||rashtiprimomo.com^
||raspedexsculp.com^
||ratcovertlicence.com^
||ratebilaterdea.com^
||ratemytop.app^
||ratesatrociousplans.com^
||rathelycornett.com^
||ratimsub.net^
||rationalan.pro^
||rationalizedalton.com^
||ratioregarding.com^
||rattoninsects.top^
||ratury.com^
||rauceesh.com^
||raudoabe.com^
||raudoufoay.com^
||raufoomoochi.com^
||raujurum.net^
||raukaury.com^
||raunowhy.xyz^
||raupothrepe.com^
||raupsica.net^
||rausfml.com^
||rausougo.net^
||rauvoaty.net^
||rauwoukauku.com^
||ravalads.com^
||ravalamin.com^
||ravaquinal.com^
||ravaynore.com^
||ravenchewrainbow.com^
||ravenousdrawers.com^
||ravenpearls.com^
||raverduhat.top^
||ravingsquilted.top^
||ravqaroffn.com^
||raw-co.com^
||raw-move.pro^
||rawasy.com^
||rawconstitutionnan.com^
||rawjeansadvertising.com^
||rawoarsy.com^
||raxfracid.com^
||raylnk.com^
||rayshopsshabby.com^
||razdvabm.com^
||razeupmount.digital^
||razzedlabras.com^
||razzlebuyer.com^
||rbcfecxs.com^
||rbcxttd.com^
||rbgrckaysvrp.com^
||rblgfyvwse.com^
||rbljoyvsvtj.xyz^
||rblrekay.com^
||rbnt.org^
||rbrightscarletcl.info^
||rbrvifibj.com^
||rbthre.work^
||rbtwo.bid^
||rbuirpyptplp.com^
||rbxycnnesqsjc.com^
||rbzqarqlyzamj.top^
||rcaobxvagv.com^
||rcaqaogrcjukkg.com^
||rcblkkhfvrxyn.com^
||rcerrohatfad.com^
||rcesigojtwh.com^
||rcf3occ8.de^
||rcpadatlgn.com^
||rcpttankert.com^
||rcvlink.com^
||rcvlinks.com^
||rcvsmbawwqodqt.com^
||rcwuzudjcsjmr.com^
||rddywd.com^
||rderstartirrelea.info^
||rdgdjmgll.com^
||rdghnhu.com^
||rdjbhghljkrca.com^
||rdrceting.com^
||rdrctgoweb.com^
||rdreamsofcryin.info^
||rdrhmxyitc.com^
||rdrm1.click^
||rdroot.com^
||rdrsec.com^
||rdrtrk.com^
||rdsb2.club^
||rdsncyndhj.com^
||rdtk.io^
||rdtrck2.com^
||rdwmct.com^
||rdxfdpmmco.com^
||rdximaudovydtk.com^
||rdxmjgp.com^
||re-captha-version-3-29.top^
||re-captha-version-3-33.top^
||reabitheconti.com^
||reachmode.com^
||reachpane.com^
||readinghailstone.com^
||readiong.net^
||readly-renterval.icu^
||readserv.com^
||readserver.net^
||readyblossomsuccesses.com^
||reaffixteaey.com^
||reagend.com^
||reager30.com^
||reaginsroset.com^
||reajyu.net^
||realescowbell.com^
||realevalbs.com^
||realisecheerfuljockey.com^
||realiseequanimityliteracy.com^
||realityamorphous.com^
||realiukzem.org^
||realizesensitivenessflashlight.com^
||reallifeforyouandme.com^
||reallyindependencehated.com^
||reallyworkplacesnitch.com^
||realmatch.com^
||realmdescribe.com^
||realmsham.com^
||realnewslongdays.pro^
||realpopbid.com^
||realsh.xyz^
||realsrv.com^
||realsrvcdn.com^
||realtime-bid.com^
||realvids.online^
||realvids.space^
||realvu.net^
||realxavounow.com^
||reamageplutus.com^
||reamsanswere.org^
||reaoryhuluios.com^
||reapinject.com^
||rearedexpensive.com^
||reariikosin.com^
||rearjapanese.com^
||rearmhoulet.uno^
||rearomenlion.com^
||reaseinprofitstefu.info^
||reasonablelandmark.com^
||reasonableoakdejection.com^
||reasoncharmsin.com^
||reasoningarcherassuage.com^
||reasus.com^
||reatasfibro.uno^
||reate.info^
||reautecryable.life^
||rebagsabeing.top^
||rebakeassets.com^
||rebaterremass.com^
||rebelfarewe.org^
||rebelhaggard.com^
||rebelliousdesertaffront.com^
||rebillsegomism.com^
||rebindskayoes.com^
||rebrea.com^
||rebrew-foofteen.com^
||rebursteaseful.com^
||rebuxoos.xyz^
||recableuprear.com^
||recalledcosmeticostentatious.com^
||recalledmesnarl.com^
||recalledriddle.com^
||recanesjurel.com^
||recastdeclare.com^
||recastnavy.com^
||recedewell.com^
||recentalsindu.com^
||recentlydelegate.com^
||recentlywishes.com^
||recentrecentboomsettlement.com^
||recentrecentturf.com^
||receptionnausea.com^
||recessgrimp.space^
||recessionhumiliate.com^
||recesslikeness.com^
||recesslotdisappointed.com^
||recessqh.life^
||recesssignary.com^
||rechannelapi.com^
||rechanque.com^
||recholta.net^
||recipeominouscrest.com^
||recipientmuseumdismissed.com^
||reciprocaldowntownabout.com^
||reciteassemble.com^
||reciteimplacablepotato.com^
||recklessaffluent.com^
||recklessliver.com^
||recklessmarine.com^
||reckonpretax.com^
||reclaairyygz.com^
||reclaimhorridaltitude.com^
||reclearsaulge.com^
||reclod.com^
||recloseclouty.com^
||recognisepeaceful.com^
||recognisetorchfreeway.com^
||recoiltravellingbreach.com^
||recollectionchicken.com^
||recomendedsite.com^
||recommendedforyou.xyz^
||recommendedlab.com^
||recommendedseizedbewildered.com^
||recommendessencerole.com^
||recompensechevyconnoisseur.com^
||recompensecombinedlooks.com^
||reconcilewaste.com^
||reconciliationmallwed.com^
||reconnectjealousyunited.com^
||reconsiderenmity.com^
||reconstructalliance.com^
||record.guts.com^
||record.rizk.com^
||recordervesttasting.com^
||recordingfilessuperintend.com^
||recordingperky.com^
||recordingshipping.com^
||recordstunradioactive.com^
||recoupsamakebe.com^
||recoverystrait.com^
||recrihertrettons.com^
||recruitburp.com^
||recruitresidebitterness.com^
||rectangular-hook.pro^
||rectificationchurchill.com^
||rectresultofthepla.info^
||recurseagin.com^
||recurvegowland.top^
||recyclinganewupdated.com^
||recyclinganticipated.com^
||recyclingbees.com^
||recyclingproverbintroduce.com^
||red-getresult.com^
||red-track.xyz^
||redadisappoi.info^
||redads.biz^
||redansediles.com^
||redbillecphory.com^
||reddenjerusalem.com^
||redderspsiloi.guru^
||reddsdainful.com^
||redealstonage.com^
||redecayspoach.life^
||redeemlesson.com^
||redetaailsh.info^
||redewdit.pro^
||redi.teengirl-pics.com^
||redic.net^
||redic2.net^
||redic3.com^
||redic4.com^
||redic5.xyz^
||redic6.site^
||redij.online^
||redir4.net^
||redir9.net^
||redirect-path1.com^
||redirectflowsite.com^
||redirecting7.eu^
||redirection.one^
||redirectlinker.com^
||redistedi.com^
||redlele.com^
||rednegationswoop.com^
||rednewly.com^
||redonetype.com^
||redoutcomecomfort.com^
||redri.net^
||redriesoxyaena.com^
||redrootprotyle.uno^
||redrotou.net^
||redtopcliquy.com^
||reducebakers.com^
||reducediscord.com^
||reducinglousynauseous.com^
||redwingmagazine.com^
||reechegraih.com^
||reedbritingsynt.info^
||reedpraised.com^
||reedsbullyingpastel.com^
||reedsinterfering.com^
||reedsonceoxbow.com^
||reedthatm.biz^
||reefingcolures.com^
||reelnk.com^
||reemoume.com^
||reenakun.com^
||reenginee.club^
||reephaus.com^
||reepteen.com^
||reeqqkewerzrj.top^
||reerfdfgourgoldpie.com^
||reeshiebotfly.top^
||reesounoay.com^
||reesterzeniths.guru^
||reevoopt.com^
||refban.com^
||refbanners.com^
||refbanners.website^
||refdomain3.xyz^
||refdzhz.com^
||referencepronounce.com^
||referredholesmankind.com^
||refershaunting.com^
||referwhimperceasless.com^
||refia.xyz^
||refilednisi.com^
||reflectingscoopcourse.com^
||reflectionsidewalk.com^
||refleebelaud.uno^
||reflexcolin.com^
||reflushneuma.com^
||refnippod.com^
||refoortowatch.com^
||refpa.top^
||refpabuyoj.top^
||refpaikgai.top^
||refpaiozdg.top^
||refpaiwqkk.top^
||refpamjeql.top^
||refpanglbvyd.top^
||refpasrasw.world^
||refraintupaiid.com^
||refreshinghike.com^
||refreshingtold.com^
||refreshmentdistrustinstalled.com^
||refreshmentprivilegedaspen.com^
||refreshmentsdefect.com^
||refreshmentswilfulswollen.com^
||refreshmentwaltzimmoderate.com^
||refrigeratemaimbrunette.com^
||refrigeratespinsterreins.com^
||refugedcuber.com^
||refugeintermediate.com^
||refugepoplars.top^
||refulgecomsat.com^
||refundsreisner.life^
||refusedfellow.com^
||refusemovie.com^
||refuserates.com^
||refutationtiptoe.com^
||regadsacademy.com^
||regadspro.com^
||regadsworld.com^
||regainthong.com^
||regardedcontentdigest.com^
||regardianpleast.site^
||regardingpectoralcollapse.com^
||regardlydiaoddly.com^
||regardsperformedgreens.com^
||regath.com^
||regaveskeo.com^
||regionads.ru^
||regionaladversarylight.com^
||regionalanglemoon.com^
||regionalaplentysome.com^
||regionalsurveying.com^
||regionalyesterdayreign.com^
||regioncolonel.com^
||regioninaudibleafforded.com^
||registercanoeinvaded.com^
||registercherryheadquarter.com^
||reglazetentie.com^
||reglowsupbar.com^
||regnumyelp.digital^
||regott.com^
||regretfactor.com^
||regretfulfaultsabound.com^
||regrettablemorallycommitment.com^
||regrettabletoken.com^
||regretuneasy.com^
||regrupontihe.com^
||reguid.com^
||regularinstructgorilla.com^
||regulationexpenditure.com^
||regulationprivilegescan.top^
||regulushamal.top^
||regume.com^
||rehanggepoun.space^
||rehealfilao.com^
||rehearsepouredhysteria.com^
||rehonorflyoff.com^
||rehvbghwe.cc^
||rei9jc56oyqux0rcpcquqmm7jc5freirpsquqkope3n3axrjacg8ipolxvbm.codes^
||reichelcormier.bid^
||reignprofessionally.com^
||reindaks.com^
||reinduealders.com^
||reinstandpointdumbest.com^
||reitbokgona.com^
||reivereme.com^
||rejco2.store^
||rejco3.site^
||rejdfa.com^
||rejectionbackache.com^
||rejectionfundetc.com^
||rejoineddivertoverwork.com^
||rejoinedproof.com^
||rejslaq.com^
||rekfubzli.com^
||rekipion.com^
||reklamko.pro^
||reklamz.com^
||reknowfirbolg.com^
||relappro.com^
||relateimpulse.com^
||relatelocateapology.com^
||relationsquiver.com^
||relativeballoons.com^
||relativefraudulentprop.com^
||relativelyweptcurls.com^
||relativewheneverhoe.com^
||relatumrorid.com^
||relaxespawner.space^
||relaxtime24.biz^
||relaycommodity.com^
||releasedrespiration.com^
||releasedverge.com^
||releivovires.com^
||releph.com^
||relestar.com^
||relevanti.com^
||reliableceaseswat.com^
||reliablemiraculouscaleb.com^
||reliablemore.com^
||reliableorientdelirium.com^
||reliantstacklaugh.com^
||relicsheer.com^
||reliefindividual.com^
||relievedgeoff.com^
||religiousmischievousskyscraper.com^
||relinquishbragcarpenter.com^
||relishcoincidencehandbag.com^
||relistinfo.com^
||relivesternar.com^
||relkconka.com^
||reloadsusa.com^
||reluctancefleck.com^
||reluctanceghastlysquid.com^
||reluctanceleatheroptional.com^
||reluctantconfuse.com^
||reluctantlysolve.com^
||reluctantyankpairs.com^
||relumedbiaxial.com^
||reluraun.com^
||remaincall.com^
||remainnovicei.com^
||remainsuggested.com^
||remainttalenty.site^
||remarkable-assistant.pro^
||remarkableflashseptember.com^
||remarkablehorizontallywaiter.com^
||remarkinspector.com^
||remaysky.com^
||remedyabruptness.com^
||remembercompetitioninexplicable.com^
||rememberdeterminedmerger.com^
||remembermaterialistic.com^
||remennoam.top^
||remfcekactfad.com^
||remher.com^
||reminderdate.com^
||remindleftoverpod.com^
||reminews.com^
||remintrex.com^
||remipedembosk.com^
||remnas.com^
||remorsefulindependence.com^
||remotelyoccasionallyfacing.com^
||remotequeen.pro^
||remouldpruta.top^
||removedispel.com^
||remploymehnt.info^
||renablycagier.com^
||renadomsey.com^
||renailgourmet.space^
||renaissancewednesday.com^
||renamedhourstub.com^
||renamedineffective.com^
||rencontreadultere.club^
||rencontresparis2015.com^
||rendchewed.com^
||rendflying.com^
||rendfy.com^
||rendimportinaugurate.com^
||rendreamingonnight.info^
||renewalsuspiciousrattle.com^
||renewedinexorablepermit.com^
||renewmodificationflashing.com^
||renomeeguze.com^
||renormaliseras.xyz^
||renovatefairfaxmope.com^
||renownsimultaneouslyunresolved.com^
||rentalrebuild.com^
||rentherifiskin.com^
||rentingimmoderatereflecting.com^
||reoiebco.com^
||reople.co.kr^
||reoreexpresi.com^
||reotiedygrf.xyz^
||repairedentrailstangle.com^
||repayrotten.com^
||repeatloin.com^
||repeatresolve.com^
||repellentamorousrefutation.com^
||repellentcenturiespersevere.com^
||repellentremainingsly.com^
||repentant-plant.pro^
||repentantsympathy.com^
||repercussionspoonsbuiltin.com^
||repetitioustaint.com^
||rephaseeg.com^
||replacebarhandkerchief.com^
||replacementdispleased.com^
||replacementreluctance.com^
||replacestuntissue.com^
||replicafixedly.com^
||replif.com^
||replptlp.com^
||replynasal.com^
||repointdunlap.website^
||reporo.net^
||report1.biz^
||reporthenveri.com^
||reposefearful.com^
||reposegranulatedcontinually.com^
||reposemarshknot.com^
||reprak.com^
||reprenebritical.org^
||representrollerpurposely.com^
||reprimandhick.com^
||reprintforensicjesus.com^
||reprintvariousecho.com^
||reproachfeistypassing.com^
||reproductiontape.com^
||reprovems.com^
||repruggob.com^
||repsrowedpay.com^
||reptfe.com^
||reptileineffectivebackup.com^
||reptileseller.com^
||republichuntprimary.com^
||republicunableappellation.com^
||republicusefulclothe.com^
||repulsefinish.com^
||repulsehandbagperspective.com^
||reputationsheriffkenneth.com^
||reqdfit.com^
||reqdleucine.com^
||requac.com^
||requentlyfths.club^
||requestsrearrange.com^
||requestvillagedeplorable.com^
||requinabby.guru^
||requirespig.com^
||requirestwine.com^
||requizmispled.com^
||requotehocker.com^
||rereddit.com^
||reroplittrewheck.pro^
||rerpartmentm.info^
||reryn2ce.com^
||resailsgyse.com^
||resalag.com^
||resaypyche.top^
||rescuephrase.com^
||researchingcompromiseuncertain.com^
||researchingintentbilliards.com^
||resemblanceilluminatedcigarettes.com^
||resentfulelsewherethoroughfare.com^
||reservedwantrealistic.com^
||reservehearingmissing.com^
||reservesagacious.com^
||resesmyinteukr.info^
||resetamobil.com^
||resetenhancementsillegal.com^
||resetoccultkeeper.com^
||resetselected.com^
||resharekobolds.top^
||reshuntyanan.com^
||residelikingminister.com^
||residenceseeingstanding.com^
||residentialinspur.com^
||residentshove.com^
||residetransactionsuperiority.com^
||resigndictationhorns.com^
||resignedsauna.com^
||resilesfuriant.guru^
||resinherjecling.com^
||resinyanthdia.com^
||resistanceouter.com^
||resistcorrectly.com^
||resistpajamas.com^
||resistsarcasm.com^
||resistshy.com^
||resniks.pro^
||resnikscdn.pro^
||resnubdreich.com^
||resoilaldea.digital^
||resolutionmilestone.com^
||resolvedalarmmelodramatic.com^
||reson8.com^
||resonance.pk^
||resourcebumper.com^
||resourcechasing.com^
||resourcefulauthorizeelevate.com^
||resourceisabellareligious.com^
||resourcesnotorietydr.com^
||resourcesswallow.com^
||respectablecharacteristicrider.com^
||respectableinjurefortunate.com^
||respectfullyarena.com^
||respectfulpleaabsolve.com^
||respectivewalrus.com^
||respectlodgingfoil.com^
||respectseizure.com^
||respirationbruteremotely.com^
||respireyowl.digital^
||respondedkinkysofa.com^
||responservbzh.icu^
||responserver.com^
||responsible-proposal.pro^
||responsibleprohibition.com^
||responsidejo.xyz^
||responsiveproportion.com^
||responsiverender.com^
||restadrenaline.com^
||restartburgerremembrance.com^
||restauranthedwig.com^
||restedsoonerfountain.com^
||restights.pro^
||restlessconsequence.com^
||restlessfreelance.com^
||restlesssunshine.com^
||restorationpencil.com^
||restorehealingflee.com^
||restoretwenty.com^
||restrictguttense.com^
||restrictioncheekgarlic.com^
||restroomcalf.com^
||resultlinks.com^
||resultsz.com^
||resumeconcurrence.com^
||resuncouncil.com^
||retagro.com^
||retaineraerialcommonly.com^
||retardpreparationsalways.com^
||retardstocks.com^
||retarearabica.life^
||retarget2core.com^
||retargetcore.com^
||retargeter.com^
||retenuepelopid.com^
||reth45dq.de^
||rethinkwrinkle.com^
||reticencecarefully.com^
||retillbicycle.top^
||retinaebiaxal.guru^
||retinaspealer.com^
||retinueabash.com^
||retinuedisposablerecuperate.com^
||retinuegigoh.com^
||retipwrested.com^
||retiredfermentgenuine.com^
||retiremely.com^
||retiringmartialaunt.com^
||retiringspamformed.com^
||retoldcocama.com^
||retono42.us^
||retoxo.com^
||retreatregular.com^
||retrievalterminalcourse.com^
||retrievalvariedbudge.com^
||retrievebuoyancy.com^
||retrosshowily.com^
||retryngs.com^
||rettornrhema.com^
||retuckisobars.com^
||returnautomaticallyrock.com^
||returt.com^
||retvjdkolpdals.com^
||reuded.com^
||reudoh.com^
||reunitedglossybewildered.com^
||rev-stripe.com^
||rev2pub.com^
||rev4rtb.com^
||revampcdn.com^
||revcontent.com^
||revdepo.com^
||revelationneighbourly.com^
||revenue.com^
||revenuebosom.com^
||revenueclamp.com^
||revenuecpmnetwork.com^
||revenuehits.com^
||revenuemantra.com^
||revenuenetwork.com^
||revenuenetworkcpm.com^
||revenuestripe.com^
||revenuevids.com^
||reverbstuffing.com^
||revertterm.com^
||revetothummin.website^
||revfusion.net^
||reviewunjust.com^
||revimedia.com^
||revisionplatoonhusband.com^
||revivestar.com^
||revlt.be^
||revmob.com^
||revoirdyingly.digital^
||revokejoin.com^
||revokepolygraph.com^
||revolutionbeseech.com^
||revolutionpersuasive.com^
||revolvemockerycopper.com^
||revolveoppress.com^
||revopush.com^
||revresponse.com^
||revrtb.com^
||revrtb.net^
||revsci.net^
||revsolder.com^
||revstripe.com^
||revulsiondeportvague.com^
||revulsionwash.com^
||revupads.com^
||rewardingindependentvisit.shop^
||rewardrush.life^
||rewardsaffiliates.com^
||rewashwudu.com^
||rewetgreeter.top^
||rewindgranulatedspatter.com^
||rewordsbrogh.life^
||rewwlzjmj.com^
||rexadvert.xyz^
||rexbucks.com^
||rexendynamos.guru^
||rexsrv.com^
||reykijnoac.com^
||reymvmqvkrooj.top^
||reynoldcotutor.com^
||reypelis.tv^
||reyswrloef.xyz^
||reyungojas.com^
||rfaatlrdr.com^
||rfeablduda.com^
||rfhddwa.com^
||rfihub.com^
||rfihub.net^
||rfimzurarqk.com^
||rfity.com^
||rfixitrwa.com^
||rfmjcnramsw.com^
||rftodidsrel.com^
||rftslb.com^
||rfxxjpuh.com^
||rgbvgxfcp.xyz^
||rgbvncnqzlvwr.com^
||rgcxmzrmcvbxem.com^
||rgentssep.xyz^
||rgjlpgkzagf.com^
||rglxzqlqcp.com^
||rgpqgasbmqere.com^
||rgqhamkhnoex.xyz^
||rgqllsbt.com^
||rgrd.xyz^
||rgsnktxhe.com^
||rgtcqif.com^
||rgtqgsgwkopgnf.com^
||rguxbwbj.xyz^
||rgvqcsxqge.com^
||rhagitetawery.top^
||rhdhdmxeqx.com^
||rhendam.com^
||rhesusvitrite.com^
||rhinocerosobtrusive.com^
||rhjcnfypo.com^
||rhjqirhsue.com^
||rhkaljxsxlxn.xyz^
||rhldcmsheqhci.com^
||rhoecusteased.life^
||rhombicsomeday.com^
||rhombosdupe.top^
||rhpjzjqhgz.com^
||rhsorga.com^
||rhtysfkaqle.com^
||rhubarbraise.com^
||rhubarbsuccessesshaft.com^
||rhudsplm.com^
||rhufmdelxa.com^
||rhungs.com^
||rhvdsplm.com^
||rhvsujcakbmdpkh.com^
||rhwvpab.com^
||rhxdsplm.com^
||rhymerhaysel.guru^
||rhymeryamebas.top^
||rhythmmassacre.com^
||rhythmxchange.com^
||rhytic.com^
||ribbondoorbell.com^
||ribqpiocnzc.com^
||ribrimmano.com^
||ribsaiji.com^
||ribsegment.com^
||ribumpin.com^
||ribunews.com^
||ric-ric-rum.com^
||ricead.com^
||ricerets.top^
||ricettadellanonna.com^
||ricewaterhou.xyz^
||richensapient.top^
||richerprudes.top^
||richersitfast.life^
||richinfo.co^
||richtwist.com^
||richwebmedia.com^
||rickerrotal.com^
||ricted.com^
||ridfunnyassuredness.com^
||ridgephysique.com^
||ridgescrapstadium.com^
||ridiculousatta.xyz^
||ridingdisguisessuffix.com^
||ridseechiph.com^
||ridwmorfitu.com^
||riffsablaze.uno^
||riftharp.com^
||riftskinah.digital^
||rigelbetelgeuse.top^
||rigembassyleaving.com^
||rigfoxcup.site^
||rightcomparativelyincomparable.com^
||rightenedetu.site^
||rightfuldisintegrate.com^
||rightfulheadstone.com^
||rightfullybulldog.com^
||rightfullyrosyvalve.com^
||rightlydunggive.com^
||rightlytendertrack.com^
||rightsapphiresand.info^
||rightyhugelywatch.com^
||rightypulverizetea.com^
||rigiddepth.com^
||rigidpenholderintelligence.com^
||rigies.com^
||rigill.com^
||rigorousoxidenovelty.com^
||rigourbackward.com^
||rigourpreludefelon.com^
||rigryvusfyu.xyz^
||riiciuy.com^
||rileclothingtweak.com^
||rilelogicbuy.com^
||riletechnicality.com^
||riluaneth.com^
||rimediapush.com^
||rimefatling.com^
||rimersarcler.life^
||rimeseized.com^
||rimfranklyscaffold.com^
||riminghoggoofy.com^
||rimwigckagz.com^
||rinceaskedase.com^
||ringexpressbeach.com^
||ringsempty.com^
||ringtonepartner.com^
||rinserbefore.com^
||rinsermouton.space^
||rinsouxy.com^
||rioqjqqqbahrs.com^
||riotousgrit.com^
||riotousunspeakablestreet.com^
||riowrite.com^
||ripelyhanif.top^
||ripencompatiblefreezing.com^
||ripenstreet.com^
||riperfienwa.com^
||riponztulc.com^
||ripplead.com^
||rippleretardfellowship.com^
||ripsawssalud.life^
||risausso.com^
||riscati.com^
||risebeigehelium.com^
||riskelaborate.com^
||riskymuzzlebiopsy.com^
||risode.com^
||ritechimerasanctify.com^
||rivalthratch.com^
||rivatedqualizebruisi.info^
||riverhit.com^
||riverhita.com^
||riverpush.com^
||riversingratitudestifle.com^
||rivetrearrange.com^
||rivne.space^
||riweeboo.com^
||rixaka.com^
||rjaddfbzxzu.com^
||rjhiomohthqr.com^
||rjkezyfcpxffc.com^
||rjvfxxrsepwch.xyz^
||rjw4obbw.com^
||rjwhuxgjjm.com^
||rjykqcrnz.com^
||rkajleihgyidsu.com^
||rkalbwupipuow.xyz^
||rkapghq.com^
||rkfodhkxmf.com^
||rkgwzfwjgk.com^
||rkjnazpgfihz.com^
||rknwwtg.com^
||rkomf.com^
||rkvyhuyab.com^
||rkwithcatuk.org^
||rkyynuthufhutew.xyz^
||rlaa.xyz^
||rlcdn.com^
||rldfgcehgh.com^
||rldwideorgani.org^
||rldwideorganizat.org^
||rletcloaksandth.com^
||rlfqwlstxhq.xyz^
||rliksgcixgf.com^
||rlittleboywhowas.com^
||rlivhtenqapsew.com^
||rliwkyil.com^
||rljybcormiv.com^
||rlomivunesqal.com^
||rlornextthefirean.com^
||rlrekuaonqt.com^
||rlsspiuyx.com^
||rlvvakyuipqbl.com^
||rlwiupbqn.com^
||rlxw.info^
||rmagugarmk.com^
||rmaiksacouuo.xyz^
||rmanentsyshru.com^
||rmaticalacycurated.info^
||rmbmsqtryo.com^
||rmervvazoakba.top^
||rmervvazoakky.top^
||rmgfulosqmlcly.com^
||rmgserving.com^
||rmhfrtnd.com^
||rmhptjwikttv.com^
||rmixfgusqoc.com^
||rmmyqc.com^
||rmndme.com^
||rmrtgsheui.com^
||rmuuspy.com^
||rmvvawqobqvaq.top^
||rmvvawqobqvmv.top^
||rmwzbomjvmlej.top^
||rmxads.com^
||rnanlxfa.com^
||rndchandelureon.com^
||rndhaunteran.com^
||rndmusharnar.com^
||rndnoibattor.com^
||rndskittytor.com^
||rnfwyvgoxu.com^
||rnldustal.com^
||rnmd.net^
||rnmentsecon.xyz^
||rnnkubyvk.com^
||rnoddenkn.asia^
||rnotraff.com^
||rnqjfeuwrvd.com^
||rnv.life^
||rnvlkhahv.com^
||roabmyrevngqqk.com^
||roachoavi.com^
||roacourife.com^
||roadformedomission.com^
||roadmappenal.com^
||roadoati.xyz^
||roakicat.net^
||roamapheejub.com^
||roambedroom.com^
||roamparadeexpel.com^
||roarasha.com^
||roarcontrivanceuseful.com^
||roastoup.com^
||roataisa.net^
||robberyinscription.com^
||robberysordid.com^
||robbindoer.digital^
||roberehearsal.com^
||robertavivific.top^
||robescampus.com^
||robflea.com^
||robindefensivedancing.com^
||robotadserver.com^
||robsbogsrouse.com^
||robspabah.com^
||robunderstanding.com^
||rocco-fvo.com^
||rocept.com^
||rochesterbreedpersuade.com^
||rockabykeened.top^
||rockdriller.top^
||rocketme.top^
||rocketplaintiff.com^
||rocketyield.com^
||rockfellertest.com^
||rockmostbet.com^
||rockpicky.com^
||rockyou.net^
||rocobo.uno^
||rocoloagrotis.fun^
||rodecommercial.com^
||rodejessie.com^
||rodentscommise.life^
||rodirgix.com^
||rodisons.site^
||rodplayed.com^
||rodrergi.com^
||rodroord.net^
||rodunwelcome.com^
||roduster.com^
||roebuckwagged.com^
||roelikewimpler.com^
||roemoss.com^
||rof77skt5zo0.com^
||rofant.com^
||rog4.com^
||rogbhbxvqe.com^
||rogueschedule.com^
||rohvyftxssn.com^
||roiapp.net^
||roikingdom.com^
||roilsnadirink.com^
||roinduk.com^
||rokafeg.com^
||rokreeza.com^
||rollads.live^
||rollbackhear.com^
||rollbaralit.com^
||rollerdisrespect.com^
||rollerstrayprawn.com^
||rollingkiddisgrace.com^
||rollmeout.xyz^
||rollobscurewoke.com^
||rollserver.xyz^
||rolltrafficroll.com^
||romance-net.com^
||romancemind.com^
||romaninformcompensate.com^
||romanlicdate.com^
||romansatma.com^
||romanticmanufacture.com^
||romanticwait.com^
||romanunhedge.com^
||romashk9arfk10.com^
||romauntmirker.com^
||romepoptahul.com^
||romivapsi.com^
||rompercava.com^
||rompishvariola.com^
||rompuwit.net^
||ronatorda.com^
||ronionbiretta.space^
||roofprison.com^
||rooglomitaiy.com^
||roohoozy.net^
||rookiewhiskey.com^
||rookinews.com^
||rookretired.com^
||rooksreused.website^
||roolgage.com^
||roommateskinner.com^
||roompowerfulprophet.com^
||roomrentpast.com^
||roonanon.space^
||rooofkhtgiaog.com^
||rooptawu.net^
||rooptuph.xyz^
||rootzaffiliates.com^
||roovs.xyz^
||ropeanresu.com^
||ropedm.com^
||ropedsawwort.com^
||ropemoon.com^
||ropesunfamiliar.com^
||ropwilv.com^
||roqiwno.com^
||rordukinarilyhuke.info^
||roredi.com^
||roriba.uno^
||roripagrolier.com^
||rorserdy.com^
||rosafun.com^
||roscoehanafi.com^
||rosebrandy.com^
||rosebudemphasizelesson.com^
||rosebudspurarmies.com^
||rosellarecover.website^
||rosemessengeryuri.com^
||rosilysavages.com^
||rosolicdalapon.com^
||rosterphyllin.guru^
||rosymap.pro^
||rosyruffian.com^
||rotabol.com^
||rotapsey.net^
||rotarb.bid^
||rotarysporid.life^
||rotate1t.com^
||rotate4all.com^
||rotateme.ru^
||rotateportion.com^
||rotchspiv.com^
||rotdie.com^
||rotdubboy.com^
||rothermophony.com^
||rotondagud.com^
||rotondelibya.com^
||rotumal.com^
||rotundfetch.com^
||roucoutaivers.com^
||roudoduor.com^
||rouduranter.com^
||rough-requirement.pro^
||rougharmless.com^
||roughseaside.com^
||rouhavenever.com^
||rouinfernapean.com^
||roujonoa.net^
||roukoopo.net^
||roulediana.com^
||rouloawhu.com^
||roumachopa.com^
||roumakie.com^
||rounca.com^
||rouncepreyful.com^
||round-highlight.pro^
||roundflow.net^
||roundlytrabal.cfd^
||roundspaniardindefinitely.com^
||rounsh.com^
||rouonixon.com^
||roupedaldea.com^
||rousantkarel.website^
||rouseindecentworth.com^
||roushath.xyz^
||route66.quest^
||routeit.one^
||routeme.one^
||routemob.com^
||routemomentarilydiscovering.com^
||routerhydrula.com^
||routes.name^
||routeserve.info^
||routierbefit.space^
||routingcalyces.top^
||rouvoute.net^
||rouwhapt.com^
||rovion.com^
||rovno.xyz^
||rowansportstriped.com^
||rowdiersnary.uno^
||rowdyrope.pro^
||rowingzipper.com^
||rowlnk.com^
||rowoardog.com^
||rowplates.com^
||rowthsti.com^
||roxby.org^
||roxot-panel.com^
||roxyaffiliates.com^
||royalcactus.com^
||royallycuprene.com^
||royvdkxga.com^
||rozamimo9za10.com^
||rpawarcnm.com^
||rpeoehkaferf.com^
||rpllrsbmhahj.com^
||rpmwhoop.com^
||rprapjc.com^
||rprinc6etodn9kunjiv.com^
||rpsoybm.com^
||rptdbyvychrfap.com^
||rpts.org^
||rpzbfftekjdz.com^
||rqakljxbs.com^
||rqbugumvsprr.com^
||rqctubqtcbgeug.com^
||rqdcusltmryapg.com^
||rqejawwqzawev.top^
||rqfedjzveel.com^
||rqhere.com^
||rqnomljdot.xyz^
||rqnvci.com^
||rqtrk.eu^
||rqwel.com^
||rreauksofthecom.xyz^
||rrentlysearchi.info^
||rrhscsdlwufu.xyz^
||rrjnjnioxfbqaj.com^
||rrmlejvyqebk.top^
||rrobbybvvbybj.top^
||rrolqae.com^
||rronsep.com^
||rrqpajlyvtpqst.com^
||rrqwarwbbwvyw.top^
||rrtwda9.com^
||rruvbtb.com^
||rrvwvcgnsu.xyz^
||rrwmyijgm.com^
||rs-stripe.com^
||rsalcau.com^
||rsalcch.com^
||rsaltsjt.com^
||rscilx49h.com^
||rsgouhlbhfl.com^
||rsnjmocfenkewq.com^
||rsodmwkxkioj.xyz^
||rssrqecohagbk.xyz^
||rsthwwqhxef.xyz^
||rsxocgqnu.com^
||rszimg.com^
||rtb-media.me^
||rtb.com.ru^
||rtb1bid.com^
||rtbadsmenetwork.com^
||rtbadsmya.com^
||rtbadsmylive.com^
||rtbbnr.com^
||rtbbnrdip.com^
||rtbbpowaq.com^
||rtbdnav.com^
||rtbfit.com^
||rtbfradhome.com^
||rtbfradnow.com^
||rtbget.com^
||rtbidder.net^
||rtbinternet.com^
||rtbix.com^
||rtbix.xyz^
||rtblmh.com^
||rtbnowads.com^
||rtbpop.com^
||rtbpopd.com^
||rtbrenab.com^
||rtbrennab.com^
||rtbstream.com^
||rtbsuperhub.com^
||rtbsystem.com^
||rtbsystem.org^
||rtbterra.com^
||rtbtracking.com^
||rtbtraffic.com^
||rtbtrail.com^
||rtbxnmhub.com^
||rtbxnmlive.com^
||rtclx.com^
||rtdqhjiqf.com^
||rtfmakw.com^
||rthmhocfdb.com^
||rtistictastes.info^
||rtk.io^
||rtmark.net^
||rtmladcenter.com^
||rtmladnew.com^
||rtncskottpfwb.com^
||rtnews.pro^
||rtoadlavcam.com^
||rtorvhhdru.xyz^
||rtoukfareputfe.info^
||rtpdn11.com^
||rtphit.com^
||rtpnt.xyz^
||rtqdgro.com^
||rtrgt.com^
||rtrgt2.com^
||rtrhit.com^
||rtty.in^
||rtwdzxstpanmn.com^
||rtxbdugpeumpmye.xyz^
||rtxjvbqpr.com^
||rtxrtb.com^
||rtyfdsaaan.com^
||rtylsixqrhqmou.com^
||rtyufo.com^
||rtyznd.com^
||rtzblzfgzqw.com^
||ru6sapasgs8tror.com^
||ruamupr.com^
||rubatowooer.digital^
||rubbishher.com^
||rubfastened.com^
||rubiconproject.com^
||rubstove.com^
||rubyblu.com^
||rubyforcedprovidence.com^
||rubymillsnpro.com^
||rudderaxis.com^
||ruddledcrucian.uno^
||ruddy-option.pro^
||ruddyred.pro^
||rudemembership.pro^
||rudemend.com^
||rudimentarydelay.com^
||rudzz.com^
||rufadses.net^
||rufflycouncil.com^
||ruftodru.net^
||rugcrucial.com^
||rugiomyh2vmr.com^
||ruineddefectivecurb.com^
||ruinedpenal.com^
||ruinedpersonnel.com^
||ruinedtolerance.com^
||ruinjan.com^
||ruinnorthern.com^
||rukanw.com^
||rukoval.com^
||rulahglsnzsx.com^
||rulingcaviarreliance.com^
||rulovar.com^
||rulroagh.xyz^
||rumimorigu.com^
||rumlesswithing.com^
||rummagemason.com^
||rummentaltheme.com^
||rummilycavils.com^
||rummovehell.live^
||rummyaffiliates.com^
||run-syndicate.com^
||runadtag.com^
||runative-syndicate.com^
||runative.com^
||runawayaccomplishment.com^
||runawaycrayfishcosmetics.com^
||runazmakqja.com^
||runbornto.com^
||runecrispin.com^
||runesmith.top^
||runetki.co^
||rungoverjoyed.com^
||runicforgecrafter.com^
||runicmaster.top^
||runmixed.com^
||runningangular.com^
||runningdestructioncleanliness.com^
||runnyestablishment.pro^
||runsclothingpig.com^
||runtedforcut.com^
||runtnc.net^
||runwaff.com^
||ruozukk.xyz^
||ruptionverst.space^
||rural-patience.com^
||rural-report.pro^
||rurber.com^
||rurbie.com^
||rurdauth.net^
||ruruluteoma.space^
||rusenov.com^
||rushpeeredlocate.com^
||rushpushy.com^
||russellseemslept.com^
||russianballoons.com^
||russiangalacticcharming.com^
||russianwithincheerleader.com^
||russif.com^
||rusticaula.com^
||rusticsnoop.com^
||rusticswollenbelonged.com^
||rustlesimulator.com^
||rustydeceasedwe.com^
||rustypassportbarbecue.com^
||rustyretails.com^
||rustysauna.com^
||rustytableclearance.com^
||ruswutjacko.guru^
||rutebuxe.xyz^
||ruthibsaik.com^
||ruthproudlyquest.com^
||ruthrequire.com^
||rutpunishsnitch.com^
||ruutjhlmv.com^
||ruuwkftrtegqj.com^
||ruwertur.com^
||ruwfempxgwry.xyz^
||ruwookri.xyz^
||ruxgqemwywx.com^
||ruykjvdtutselj.com^
||ruzxzebrupa.com^
||rvddfchkj.xyz^
||rvibgboy.com^
||rvioyjme.com^
||rvltckxibcmlt.com^
||rvmessages.top^
||rvrpushserv.com^
||rvrpushsrv.com^
||rvshjxsbohimgb.com^
||rvuoghivbylqlr.com^
||rvxqnjsczubld.com^
||rwated.com^
||rweltlwphtkbd.com^
||rwfnpayyn.xyz^
||rwhgpxvoqfvv.com^
||rwixkibchujwgh.com^
||rwjqdbimphvg.com^
||rwqovmoqmwrwq.top^
||rwtujypxp.xyz^
||rwuannaxztux.com^
||rwusvej.com^
||rwwoqcjefc.com^
||rwxgorjgvcfirtx.com^
||rwzzeivpakyxql.com^
||rxatodtvt.com^
||rxeosevsso.com^
||rxglvcowb.com^
||rxgvwht.com^
||rxodrcqa.com^
||rxtazhr.com^
||rxtgbihqbs99.com^
||rxthdr.com^
||ryanfrqxjl.com^
||rybnmxlatu.com^
||rydpsqdsaja.com^
||rydresa.info^
||ryeffwlcleer.com^
||ryepublisher.com^
||rykwyoaeaamhykw.com^
||ryminos.com^
||rympsxilkdqywd.com^
||rypqxxsx.com^
||ryqlbqdj.com^
||ryremovement.com^
||ryretyequiremuke.info^
||rysheatlengthanl.xyz^
||rysjkulq.xyz^
||ryyyyjfrawo.com^
||rzaxroziwozq.com^
||rzkphskfifmo.com^
||rzneekilff.com^
||rzwhlgvzny.com^
||rzyosrlajku.com^
||rzzlhfx.com^
||rzzqhhoim.com^
||s-adzone.com^
||s0cool.net^
||s0q260-rtbix.top^
||s19mediabq.com^
||s1cta.com^
||s1m4nohq.de^
||s1t2uuenhsfs.com^
||s20dh7e9dh.com^
||s24hc8xzag.com^
||s2blosh.com^
||s2d6.com^
||s2sterra.com^
||s3cp.xyz^
||s3g6.com^
||s4cp.xyz^
||s5ikadi.fun^
||s7feh.top^
||s83ovp6qyhco.com^
||s99i.org^
||sa.entireweb.com^
||sa2m4buc5us.com^
||sabbedgurly.com^
||sabergood.com^
||sabianic.com^
||sabotageharass.com^
||sabotedrecedes.com^
||sabredbegulf.top^
||sabredwillble.com^
||sabrinacaulked.com^
||sacquebenzine.com^
||sacredperpetratorbasketball.com^
||sacrificeaffliction.com^
||sacrip.com^
||sacsshela.com^
||sadbasindinner.com^
||saddlecooperation.com^
||sadflannel.com^
||sadjklq.com^
||sadrettinnow.com^
||sadsecs.com^
||sadsoulo.net^
||saemmvhnn.xyz^
||safarlysins.com^
||safe-connection21.com^
||safeart.pro^
||safeattributeexcept.com^
||safebrowsdv.com^
||safeclatter.com^
||safeconspiracy.com^
||safeglimmerlongitude.com^
||safeguardoperating.com^
||safelinkconverter.com^
||safelistextreme.com^
||safelyaffirminexperienced.com^
||safelyawake.com^
||safenick.com^
||safeporno.com^
||safereboundmiracle.com^
||safestcontentgate.com^
||safestfinestdisgusting.com^
||safestgatetocontent.com^
||safestsniffingconfessed.com^
||safesync.com^
||safetypcchain.com^
||safetytds.com^
||safewarns.com^
||saffiantaily.com^
||saffianxenian.com^
||safprotection.com^
||safsdvc.com^
||sagaciouslikedfireextinguisher.com^
||sagaciouspredicatemajesty.com^
||sagbutsbhotia.com^
||sagearmamentthump.com^
||sagedeportflorist.com^
||saggarmammon.com^
||saggrowledetc.com^
||sagrew.com^
||sagumnlx.com^
||sahandkeightg.xyz^
||saheckas.xyz^
||saiceezu.xyz^
||saikeela.net^
||sailcovertend.com^
||sailif.com^
||sailingmineral.com^
||sailorandmoist.com^
||sailundu.xyz^
||sainingnuggar.guru^
||saintselfish.com^
||saipeevit.net^
||saishait.net^
||saiwecee.com^
||saiwhoal.xyz^
||saiwhute.com^
||sajewhee.xyz^
||sakeoxidelunch.com^
||saktismberakes.space^
||sakura-traffic.com^
||salablyjagless.uno^
||salamus1.lol^
||salaxe.com^
||salemcowbyre.com^
||salepsthiever.digital^
||sales1sales.com^
||salesoonerfurnace.com^
||salestingoner.org^
||salettamein.com^
||salivamenupremise.com^
||salivanmobster.com^
||salleeairings.life^
||sallespaid.com^
||salletspluvian.com^
||sallyfundamental.com^
||sallyoxenstops.com^
||salolthins.top^
||salsadistune.digital^
||salshissed.com^
||saltateblit.com^
||saltcardiacprotective.com^
||salterstickie.com^
||saltpairwoo.live^
||salutationcheerlessdemote.com^
||salvingrolls.com^
||samage-bility.icu^
||samaniclucked.com^
||samealliedgunfire.com^
||samelagura.uno^
||samepeqmz.com^
||samghasps.com^
||samhitareviser.com^
||samogonmarvy.com^
||sampalsyneatly.com^
||samplecomfy.com^
||samplerenamed.com^
||samplerpouch.com^
||sampoang.xyz^
||samsienshrivel.com^
||samsungads.com^
||samvaulter.com^
||samvinva.info^
||sanableschuss.top^
||sancontr.com^
||sanctifylensimperfect.com^
||sanctiontaste.com^
||sanctuarylivestockcousins.com^
||sanctuaryparticularly.com^
||sandcomemunicat.info^
||sandelf.com^
||sandflyligules.com^
||sandhiswiggish.top^
||sandmakingsilver.info^
||sandtheircle.com^
||sandwichdeliveringswine.com^
||sandyconference.com^
||sanfordcessor.space^
||sangeiunzen.com^
||sanggilregard.com^
||sangogne.com^
||sanhitaamerce.uno^
||sanitarysustain.com^
||sanjay44.xyz^
||sanjibbraggy.uno^
||sankaudacityrefine.com^
||sankjerusalemflabbergasted.com^
||sanseemp.com^
||sanseislydite.com^
||sansuni.xyz^
||santonpardal.com^
||santoscologne.com^
||santosfeltmanager.com^
||santosmiddle.com^
||sapdealtsalary.com^
||sapfollower.com^
||saplvvogahhc.xyz^
||saptiledispatch.com^
||saptorge.com^
||saracsoxcpa.com^
||sarcasmidentifiers.com^
||sarcasticdismalconstrue.com^
||sarcinedewlike.com^
||sarcodrix.com^
||sardaursaz.com^
||sardineforgiven.com^
||sardoindkm.top^
||sargosvalgus.com^
||sarinfalun.com^
||sarinjowel.com^
||sartolutus.com^
||sasinsetuid.com^
||sasujooceerg.com^
||saszar.com^
||satelliteexaminer.com^
||satientclypeus.com^
||satinelicheny.com^
||satirevegetableshaw.com^
||satisfactionretirechatterbox.com^
||satoripedary.com^
||sattiewitter.top^
||saturatecats.com^
||saturatedrake.com^
||saturdaymarryspill.com^
||saub27i3os.com^
||sauceheirloom.com^
||saucepanassociationscale.com^
||saucepancharms.com^
||saugeeth.net^
||saugerarcate.top^
||saulaupe.net^
||saulttrailwaysi.info^
||saumeechoa.com^
||saumonpipidae.com^
||saunafortyeasy.com^
||saunamilitarymental.com^
||saunasupposedly.com^
||saunerema.net^
||saunutha.xyz^
||saupouni.xyz^
||sauptoacoa.com^
||sauriaparpen.com^
||savagelydestroyed.com^
||savagelylizard.com^
||savaurdy.net^
||savefromad.net^
||saveourspace.co^
||savingshyleg.com^
||savingsupervisorsalvage.com^
||savinist.com^
||saviourketonic.com^
||savorydult.com^
||savourethicalmercury.com^
||savouryadolescent.com^
||savoyedpollet.life^
||savtvkdny.xyz^
||sawalinitwits.com^
||sawanincreasein.info^
||saweatherco.com^
||sawfishdiapsid.com^
||sawfluenttwine.com^
||sawmontlookups.com^
||sawmonwhomble.com^
||saworbpox.com^
||sawpokw.com^
||sawsdaggly.com^
||saxophonecharley.com^
||saxophonefrontier.com^
||saycaptain.com^
||sayelo.xyz^
||sayingdentalinternal.com^
||saylnk.com^
||sazute.uno^
||sb-stat1.com^
||sb4you1.com^
||sb89347.com^
||sbecashqjk.com^
||sbfsdvc.com^
||sbonjqsxicqfo.xyz^
||sbrakepads.com^
||sbscribeme.com^
||sbscrma.com^
||sbseunl.com^
||sbxitxnmfxzyf.com^
||sbxsdvwfabvx.com^
||sbzawawkgjt.com^
||scaakxxobpp.com^
||scabtauter.uno^
||scadsstar.com^
||scadstech.com^
||scaffoldoppresshaphazard.com^
||scaffoldsense.com^
||scalenerequin.com^
||scaleniwillowy.top^
||scalesfilamentmow.com^
||scaleshustleprice.com^
||scalesmothforget.com^
||scalesreductionkilometre.com^
||scalfebecky.digital^
||scalledzamia.com^
||scallionfib.com^
||scallionterrace.com^
||scalliontrend.com^
||scalpelvengeance.com^
||scalpmarmotproclaim.com^
||scamblefeedman.com^
||scammereating.com^
||scammersupreme.com^
||scancemontes.com^
||scannersouth.com^
||scantlyvedette.com^
||scantsditt.top^
||scantyjanitor.com^
||scantyuncertainwilfrid.com^
||scanunderstiff.com^
||scapfloored.space^
||scarabresearch.com^
||scarcelyfebruarydice.com^
||scardeviceduly.com^
||scarecrowenhancements.com^
||scared-respond.pro^
||scaredcollector.com^
||scaredimmediatelyrave.com^
||scaredplayful.com^
||scaredpreparation.pro^
||scarfcreed.com^
||scarflaremorally.com^
||scaringposterknot.com^
||scarletcashwi5.com^
||scarnvesuvin.com^
||scarofnght.com^
||scarpeweevily.top^
||scarwan.com^
||scarymarine.com^
||scashwl.com^
||scatterdisagreeabledealer.com^
||scavelbuntine.life^
||scbvydod.xyz^
||sccpnd.xyz^
||scenbe.com^
||scenerynatives.com^
||scenespathreconciliation.com^
||scenistgracy.life^
||scentbracehardship.com^
||scentedindication.com^
||scepticalchurch.com^
||scfsdvc.com^
||schemeabsolutejanuary.com^
||schgobesjqiwh.xyz^
||schizypdq.com^
||schjmp.com^
||scholarkeyboarddoom.com^
||scholarsquadronanoitmentanoitment.com^
||schoolboyblinkclove.com^
||schoolboyfingernail.com^
||schoolunmoved.com^
||schoonnonform.com^
||schqydstxtsi.com^
||schullemony.com^
||sciadopi5tysverticil1lata.com^
||sciencepoints.com^
||scientificdimly.com^
||scientificsinner.com^
||scientistgrowl.com^
||sciets.com^
||scillathemons.com^
||scipnd.xyz^
||scisselfungus.com^
||scissorsaccordancedreamt.com^
||scissorsstitchdegrade.com^
||scissorwailed.com^
||scjhnjvlyd.com^
||scl6gc5l.site^
||sclrnnp.com^
||scnd-tr.com^
||scobbypseudo.guru^
||scoggerashrams.com^
||sconceszeugite.com^
||sconvtrk.com^
||scoopauthority.com^
||scoopmaria.com^
||scootcomely.com^
||scootermonkmortify.com^
||scopefile.com^
||score-feed.com^
||scoreasleepbother.com^
||scoredconnect.com^
||scoreheadingbabysitting.com^
||scorklegucki.com^
||scornfulabsorbploy.com^
||scornphiladelphiacarla.com^
||scotianosed290noelind.com^
||scotsmaut.top^
||scousepneuma.com^
||scowmantubba.cfd^
||scowpoppanasals.com^
||scptp1.com^
||scptpx.com^
||scpxth.xyz^
||scrankysickish.life^
||scrapebust.com^
||scrapembarkarms.com^
||scratchy-kind.pro^
||scrawny-pipe.com^
||scrawnyarticle.pro^
||scrazeunwaged.com^
||screechadulthood.com^
||screechdonationshowed.com^
||screenov.site^
||scribblemidday.com^
||scriptcdn.net^
||scriptsfirework.com^
||scriptvealpatronage.com^
||scrollisolation.com^
||scrollye.com^
||scrtbhmtmplg.xyz^
||scrubheiress.com^
||scruis.com^
||sctxdmdf.com^
||scubaenterdane.com^
||scuddedsisals.com^
||scuddydecrial.digital^
||scullerropeman.digital^
||sculpturelooking.com^
||scutesneatest.com^
||scwawseh.com^
||scxurii.com^
||scythealready.com^
||scythesandwiches.com^
||sda.seesaa.jp^
||sda.seksohub.com^
||sdasasyydd.com^
||sdbvveonb1.com^
||sddan.com^
||sdeiqmltglx.com^
||sdfsdvc.com^
||sdg.desihamster.pro^
||sdg.fwtrck.com^
||sdhfbvd.com^
||sdhltncfqbu.com^
||sdjqhxmg.com^
||sdkfjxjertertry.com^
||sdkl.info^
||sdmfyqkghzedvx.com^
||sdwbmqqluxiu.com^
||sdxtxvq.com^
||sdyxesmfevby.com^
||seaboblit.com^
||seafoodclickwaited.com^
||seafooddiscouragelavishness.com^
||seafoodoutpipe.digital^
||seafoodrunnersablative.com^
||sealedsimplicitynoun.com^
||sealeryshilpit.com^
||sealerysuppler.com^
||sealinstalment.com^
||sealthatleak.com^
||seamankidding.com^
||seamanphaseoverhear.com^
||seamantiffy.top^
||seamloring.life^
||seamsuddenbanish.com^
||seanfoisons.top^
||seaofads.com^
||seapolo.com^
||search-converter.com^
||search4sports.com^
||searchdatestoday.com^
||searchenhancements.com^
||searchgear.pro^
||searchmulty.com^
||searchsecurer.com^
||seashorelikelihoodreasonably.com^
||seashoremessy.com^
||seasslinger.guru^
||seatedparanoiaenslave.com^
||seatsrehearseinitial.com^
||seaweedswanboats.com^
||seayipsex.com^
||sebeewho.xyz^
||secclhkiuj.com^
||secezo.uno^
||secludealcoholoverwhelm.com^
||secondaryabjure.com^
||secondcommander.com^
||secondlytorch.com^
||secondlyundone.com^
||secondquaver.com^
||secondtrick.com^
||secondunderminecalm.com^
||secprf.com^
||secrefurther.com^
||secretionforbearace.com^
||secruz.com^
||secthatlead.com^
||sectsenior.com^
||secure.securitetotale.fr^
||secureaddisplay.com^
||secureclickers.com^
||securecloud-dt.com^
||securecloud-smart.com^
||secureclouddt-cd.com^
||secureconv-dl.com^
||securedcdn.com^
||securedvisit.com^
||securegate.xyz^
||securegate9.com^
||securegfm.com^
||secureleadsforever.com^
||secureleadsrn.com^
||securely-send.com^
||securemoney.ru^
||securescoundrel.com^
||securesmrt-dt.com^
||securesurf.biz^
||sedatecompulsiveout.com^
||sedatenerves.com^
||sedatingnews.com^
||sedodna.com^
||seducingtemporarily.com^
||seeablywitness.com^
||seebait.com^
||seebecknighed.guru^
||seedconsistedcheerful.com^
||seedlingneurotic.com^
||seedlingpenknifecambridge.com^
||seedoupo.com^
||seegraufah.com^
||seehaucu.net^
||seekoflol.com^
||seemoraldisobey.com^
||seemreflexdisable.com^
||seemyresume.org^
||seeptoag.net^
||seethafo.xyz^
||seethisinaction.com^
||seewhatmyou.com^
||sefsdvc.com^
||sefulheadde.info^
||segmentcoax.com^
||segrbdscumdk.com^
||segrea.com^
||segreencolumn.com^
||seibertspart.com^
||seismalquinela.life^
||seisorspinkies.space^
||seitypascola.com^
||seizecrashsophia.com^
||seizedlusciousextended.com^
||seizedpenholdercranny.com^
||seizeshoot.com^
||seizuretraumatize.com^
||sekindo.com^
||seksoars.xyz^
||sel-sel-fie.com^
||selectdisgraceful.com^
||selectdissert.guru^
||selectedhoarfrost.com^
||selectedunrealsatire.com^
||selectioncarnivalrig.com^
||selectr.net^
||selectthrow.com^
||selecttopoff.com^
||selfassuredcriticism.pro^
||selfcontrolenquirytyran.com^
||selfemployedbalconycane.com^
||selfemployedreservoir.com^
||selfevidentvaccine.com^
||selfpua.com^
||selfpuc.com^
||selfswayjay.com^
||sellbleatregistry.com^
||sellerignateignate.com^
||sellingtandays.com^
||sellisteatin.com^
||selornews.com^
||selunemtr.online^
||selungdunker.website^
||selwrite.com^
||semblanceafford.com^
||semblanceindulgebellamy.com^
||semicircleanalyzerequire.com^
||semicolondeterminationfaded.com^
||semicolonrichsieve.com^
||semidapt.com^
||semifiboolongs.com^
||semigh.com^
||semiinfest.com^
||semqraso.net^
||semsicou.net^
||semupgrjbnlhi.com^
||semwtaanx.xyz^
||senagegrasper.com^
||senatescouttax.com^
||sendmepush.com^
||senecaanoles.com^
||seniorstemsdisability.com^
||senonsiatinus.com^
||sensationnominatereflect.com^
||sensefifth.com^
||senseresound.com^
||sensifyfugged.com^
||sensitivenessvalleyparasol.com^
||sensorpluck.com^
||sensualsheilas.com^
||sensualtestresume.com^
||sentbarn.com^
||sentdysfunctional.com^
||sentencefigurederide.com^
||sentenceinformedveil.com^
||sentientfog.com^
||sentimentalclient.pro^
||sentimenthypocrisy.com^
||sentimentsvarious.com^
||seo-overview.com^
||separashparyro.info^
||separatecolonist.com^
||separatelyweeping.com^
||separatepattern.pro^
||separationheadlight.com^
||separationreverttap.com^
||sephur.com^
||sepstough.com^
||septfd2em64eber.com^
||sepubl.com^
||sequelswosbird.com^
||sequencestairwellseller.com^
||serch26.biz^
||serconmp.com^
||serdaive.com^
||sereanstanza.com^
||serfdivia.com^
||sergeantmediocre.com^
||sergeantunhealthy.com^
||sergerbearing.top^
||serialembezzlementlouisa.com^
||serialwarning.com^
||seriouslygesture.com^
||seriy2sviter11o9.com^
||sermonbakery.com^
||sermonoccupied.com^
||serpentineillegal.pro^
||serpentreplica.com^
||serumalkillow.com^
||serumlisp.com^
||serv-selectmedia.com^
||serv01001.xyz^
||serv1for.pro^
||servantheadingferal.com^
||servanttowns.com^
||servboost.tech^
||serve-bidder.com^
||serve-rtb.com^
||serve-servee.com^
||serve-serving.com^
||servedbyadbutler.com^
||servedbysmart.com^
||serveforthwithtill.com^
||servehub.info^
||servenobid.com^
||serverbid.com^
||servereplacementcycle.com^
||serverfritterdisability.com^
||serversmatrixaggregation.com^
||serversoursmiling.com^
||serverssignshigher.com^
||servetag.com^
||servetraff.com^
||servg1.net^
||servicegetbook.net^
||servicesrc.org^
||servicetechtracker.com^
||serving-passthrough.com^
||serving-sys.com^
||servingcdn.net^
||servinghandy.com^
||servingserved.com^
||servtraff97.com^
||servw.bid^
||sesameebookspeedy.com^
||sesamefiddlesticks.com^
||sessionamateur.com^
||sethiteblindly.guru^
||setidlgzwc.com^
||setitoefanyor.org^
||setopsdata.com^
||setsdowntown.com^
||settledchagrinpass.com^
||settlenice.com^
||settlepineapple.com^
||settrogens.com^
||setupali.shop^
||setupdeliveredteapot.com^
||setupslum.com^
||sev4ifmxa.com^
||seveelumus.com^
||sevendaystart.com^
||sevenedgesteve.com^
||sevenerraticpulse.com^
||sevenpronounced.com^
||seventhalbines.space^
||seventybrush.com^
||severaladjustlattice.com^
||severalbagel.com^
||severaljack.com^
||severalmefa.org^
||severelywrittenapex.com^
||sevierxx.com^
||sevokop.com^
||sewersneaky.com^
||sewerysinglet.com^
||sewingunrulyshriek.com^
||sewmcqkulwxmrx.com^
||sewmerecontaining.com^
||sewussoo.xyz^
||sex-and-flirt.com^
||sex-chat.me^
||sexbuggishbecome.info^
||sexclic.com^
||sexdatingsite.pro^
||sexeecmo.xyz^
||sexfg.com^
||sexmoney.com^
||sexpieasure.com^
||sextf.com^
||sextubeweb.com^
||sexuallyminus.com^
||sexualpitfall.com^
||sexy-sluts.org^
||sexyadsrun.com^
||sexyepc.com^
||seynatcreative.com^
||sfafabztidi.com^
||sfcfssgbrhnsb.com^
||sffsdvc.com^
||sfixretarum.com^
||sfnfpddbql.com^
||sforourcompa.org^
||sfqubxdutrvpjl.xyz^
||sfrujefjswrn.xyz^
||sftapi.com^
||sfultraight.xyz^
||sfuoasztfxr.com^
||sfxjgafgs.com^
||sgeujrpxuqyzqd.com^
||sgfdfikdguqdkv.com^
||sgfsdvc.com^
||sgftrrs.com^
||sgihava.com^
||sgnetwork.co^
||sgnvuowhv.com^
||sgpuijidjc.com^
||sgunqfpjtxfndtt.com^
||sgvdqykfjuk.com^
||sgwsqcyhxkb.com^
||sgzhg.pornlovo.co^
||sh0w-me-h0w.net^
||sh0w-me-how.com^
||shabaiks.com^
||shabsaco.net^
||shackapple.com^
||shackdialectsense.com^
||shaderadioactivepoisonous.com^
||shadesentimentssquint.com^
||shadesincreasingcontents.com^
||shady-addition.com^
||shadybenefitpassed.com^
||shadyobscene.com^
||shadytourdisgusted.com^
||shaeian.xyz^
||shaftheadstonetopmost.com^
||shaggyaleswede.com^
||shahebso.com^
||shahr-kyd.com^
||shaickox.com^
||shaidolt.com^
||shaihucmesa.com^
||shailreeb.com^
||shaimsaijels.com^
||shaimsoo.net^
||shaingempee.com^
||shainsie.com^
||shaishet.xyz^
||shaisole.com^
||shakamech.com^
||shakesanitaryaffairs.com^
||shakre.com^
||shakydeploylofty.com^
||shakywinningcarnival.com^
||shaledpaidle.com^
||shallotuncord.com^
||shalomitll.top^
||shalse.com^
||shameless-sentence.pro^
||shamelesscry.pro^
||shamelessgoodwill.com^
||shamelessnullneutrality.com^
||shamelesspersonality.pro^
||shamelessspank.com^
||shamepracticegloomily.com^
||shamosmatic.com^
||shanaurg.net^
||shankarsackage.top^
||shanorin.com^
||shapedhomicidalalbert.com^
||shapelcounset.xyz^
||shapeonefoldonefoldmagistrate.com^
||share-server.com^
||sharecash.org^
||sharedmarriage.com^
||sharegods.com^
||shareitpp.com^
||shareresults.com^
||sharesceral.uno^
||shareweeknews.com^
||sharieta.com^
||sharion.xyz^
||sharkflowing.com^
||sharpofferlinks.com^
||sharpphysicallyupcoming.com^
||shartems.com^
||shasogna.com^
||shatoawussoo.com^
||shatterconceal.com^
||shattermessseedling.com^
||shaufoal.com^
||shauhacm.net^
||shauksug.com^
||shauladubhe.top^
||shaulauhuck.com^
||shaumpem.com^
||shaumtol.com^
||shaursar.net^
||shauxeel.com^
||shavetulip.com^
||shavopsi.xyz^
||shawashygy.com^
||shaxegni.com^
||shazauds.net^
||she-want-fuck.com^
||shealapish.com^
||sheardirectly.com^
||shearobserve.com^
||sheduparton.website^
||sheecmee.xyz^
||sheedsoh.com^
||sheefursoz.com^
||sheegiwo.com^
||sheemaus.net^
||sheenaup.net^
||sheengoa.com^
||sheeptie.xyz^
||sheerdaulpusher.com^
||sheerlyballute.website^
||sheeroop.com^
||sheertep.net^
||sheethoneymoon.com^
||sheetvibe.com^
||sheewoamsaun.com^
||shehikj.com^
||shelfoka.com^
||shellypartile.com^
||shemalesofhentai.com^
||shenouth.com^
||shenzo.xyz^
||shepeekr.net^
||sherryfaithfulhiring.com^
||sheschemetraitor.com^
||shexawhy.net^
||shfewojrmxpy.xyz^
||shfsdvc.com^
||shhbrjs.com^
||shhchack.digital^
||shhxyebbvy.com^
||shiaflsteaw.com^
||shidn.com^
||shieldbarbecueconcession.com^
||shieldof5adam.com^
||shiepvfjd.xyz^
||shiftclang.com^
||shifthare.com^
||shiftwholly.com^
||shihewoo.com^
||shijoorg.xyz^
||shikmousy.com^
||shikroux.net^
||shimmedlocated.com^
||shimmeringconcert.com^
||shinasi.info^
||shindyhygienic.com^
||shindyprayhrs.com^
||shindystubble.com^
||shinebliss.com^
||shineinternalindolent.com^
||shinep.xyz^
||shinglelatitude.com^
||shinyspiesyou.com^
||shippingswimsuitflog.com^
||shipseaimpish.com^
||shipsmotorw.xyz^
||shirrschalla.top^
||shitcustody.com^
||shitucka.net^
||shivateicher.com^
||shiverdepartmentclinging.com^
||shiverrenting.com^
||shlyapajhd2kle8pnc09.com^
||shmoesunbow.top^
||shoabibs.xyz^
||shoabsie.xyz^
||shoageep.com^
||shoagooy.net^
||shoaltor.com^
||shoawhom.com^
||shockadviceinsult.com^
||shocked-failure.com^
||shocking-design.pro^
||shockingrobes.com^
||shockingstrategynovelty.com^
||shodaisy.com^
||shodcryoft.com^
||shoeingneurone.com^
||shoemakerlosecommission.com^
||shoessaucepaninvoke.com^
||shokala.com^
||sholke.com^
||shomsouw.xyz^
||shoneeha.com^
||shonetimegenetic.com^
||shonetransmittedfaces.com^
||shonevegetable.com^
||shonooch.xyz^
||shoojouh.xyz^
||shookahi.xyz^
||shookssuluan.com^
||shoop4.com^
||shoopusahealth.com^
||shootbayonet.com^
||shooterconsultationcart.com^
||shootereosins.com^
||shootingsuspicionsinborn.com^
||shootoax.com^
||shootplanesgos.com^
||shootsax.xyz^
||shopboxshopping.com^
||shopfulaments.com^
||shopliftingrung.com^
||shopmonthtravel.com^
||shopuniteclosing.com^
||shorantonto.com^
||shoreaencowl.top^
||shoresmmrnews.com^
||shorlmodish.top^
||shortagefollows.com^
||shortcuteffort.com^
||shorteh.com^
||shortesthandshakeemerged.com^
||shortfailshared.com^
||shorthandsixpencemap.com^
||shortlyrecyclerelinquish.com^
||shortsgeom.com^
||shortssibilantcrept.com^
||shostobs.net^
||shotdynastyimpetuous.com^
||shouback.com^
||shoubsee.net^
||shouldmeditate.com^
||shouldscornful.com^
||shourtoa.com^
||shoutgeological.com^
||shouthisoult.com^
||shoutimmortalfluctuate.com^
||shoututtersir.com^
||shouvods.net^
||shovedhannah.com^
||shovedrailwaynurse.com^
||show-me-how.net^
||show-review.com^
||showcasethat.com^
||showdominosite.top^
||showdoyoukno.info^
||showedinburgh.com^
||showedprovisional.com^
||showerymartial.com^
||showingdoppia.guru^
||showkhussak.com^
||showmebars.com^
||showndistort.com^
||shprkdnogwqx.com^
||shredassortmentmood.com^
||shredhundredth.com^
||shredparsleydefend.com^
||shredvealdone.com^
||shrewrotl.com^
||shriekdestitute.com^
||shrillbighearted.com^
||shrillinstance.pro^
||shrillwife.pro^
||shrillyfinland.com^
||shrimpexclusive.com^
||shrinebroom.com^
||shrinersstor.com^
||shriteringle.digital^
||shrivelhorizonentrust.com^
||shriverrevery.com^
||shrojxouelny.xyz^
||shroudsacidite.com^
||shrovyrebuke.com^
||shrubsbelieve.com^
||shrubsnaturalintense.com^
||shrugartisticelder.com^
||shruggedhighwaydetached.com^
||shrupsthan.life^
||shrust.com^
||shticksconturb.com^
||shubad2u8ba09.com^
||shubadubadlskjfkf.com^
||shubasairy.life^
||shudderloverparties.com^
||shuglaursech.com^
||shugnais.net^
||shugraithou.com^
||shukriya90.com^
||shulugoo.net^
||shumsooz.net^
||shunparagraphdim.com^
||shunsbedelve.top^
||shurfhlba.com^
||shusacem.net^
||shutdownpious.com^
||shutesaroph.com^
||shuttersurveyednaive.com^
||shuttleprivileged.com^
||shutunga.com^
||shvnfhf.com^
||shweflix.com^
||shwomettleye.com^
||shydastidu.com^
||shyhuetub.site^
||si1ef.com^
||sibcjyml.com^
||siberiabecrush.com^
||sibgycqzgj.com^
||siblastid.top^
||sibylsported.com^
||sicklybates.com^
||sicknessfestivity.com^
||sickoaji.com^
||sicleclarets.com^
||sidanarchy.net^
||sidebyx.com^
||sidebyz.com^
||sidelinebodypun.com^
||sidenotestarts.com^
||sidesukbeing.org^
||sidewalkcrazinesscleaning.com^
||sidewayfrosty.com^
||sidewaysuccession.com^
||sieembarge.com^
||sielsmaats.com^
||sierrasectormacaroni.com^
||sieveallegeministry.com^
||sievynaw.space^
||sifenews.com^
||sifuglie.com^
||sighstab.com^
||sighsuspectshaped.com^
||sightercanidae.com^
||sightsskinnyintensive.com^
||sighttermportent.com^
||sightyiambs.com^
||sigilsspeiss.com^
||signalsparfum.uno^
||signalspotsharshly.com^
||signalsuedejolly.com^
||signatureoutskirts.com^
||significantnuisance.com^
||significantoperativeclearance.com^
||signingrechaos.top^
||sihokpfbv.com^
||siiwptfum.xyz^
||sikaza.com^
||sikelypleaste.site^
||sikimischultz.website^
||silagecircaea.com^
||silebu.xyz^
||silentinevitable.com^
||silklanguish.com^
||silkstuck.com^
||silkyslyness.life^
||silkytitle.com^
||sillagoalgae.website^
||silldisappoint.com^
||sillinessinterfere.com^
||sillinessmarshal.com^
||sillinessowner.com^
||sillinesssomemended.com^
||sillyflowermachine.com^
||silsautsacmo.com^
||silver-pen.pro^
||silviusfurled.com^
||simarsbisect.top^
||simblumauberge.digital^
||similarlyrelicrecovery.com^
||similarmarriage.com^
||simiousfinfish.uno^
||simkindisyoke.space^
||simpan.online^
||simperingenu.digital^
||simple-isl.com^
||simplebrutedigestive.com^
||simplemidday.com^
||simplewebanalysis.com^
||simpliftsbefore.xyz^
||simplisticwhole.pro^
||simplymiraculousurn.com^
||simplyscepticaltoad.com^
||simpunok.com^
||simrubwan.com^
||simsoque.net^
||simuld.com^
||sinatraworthy.uno^
||sincalled.com^
||sincenturypro.org^
||sindatontherrom.com^
||sinewsicklywatery.com^
||sing-tracker.com^
||singelstodate.com^
||singerrespectfuljerk.com^
||singershortestmodule.com^
||singfrthemmnt.com^
||singledsnugged.space^
||singlesgetmatched.com^
||singlesternlyshabby.com^
||singletpharo.top^
||singstout.com^
||sinisterbatchoddly.com^
||sinisterdrops.com^
||sinkagepandit.com^
||sinkboxphantic.com^
||sinkdescriptivepops.com^
||sinkingspicydemure.com^
||sinkingswap.com^
||sinlovewiththemo.info^
||sinmgaepu3or9a61w.com^
||sinmufar.com^
||sinnerscramp.top^
||sinproductors.org^
||sinwebads.com^
||sipibowartern.com^
||sippansy.com^
||sipperamomum.guru^
||siredgynics.com^
||siredonlacs.com^
||sirepisode.com^
||siresouthernpastime.com^
||siressdrawly.com^
||sireundermineoperative.com^
||sirianlucet.digital^
||siriusprocyon.top^
||sirloinspicous.com^
||sirmianow.top^
||sirossvanish.uno^
||sirsilly.com^
||sisewepod.com^
||sismoycheii.cc^
||sissum.com^
||sistercashmerebless.com^
||sistercomb.com^
||sisterlockup.com^
||siszzonelzzcy.com^
||siteforyou1d.com^
||sitegoto.com^
||sitemnk.com^
||siteoid.com^
||sitesdesbloqueados.com^
||sitewithg.com^
||sittingtransformation.com^
||situatedconventionalveto.com^
||situationfondlehindsight.com^
||situationhostilitymemorable.com^
||situbathool.com^
||siumssoftish.com^
||siversbesomer.space^
||sixassertive.com^
||sixcombatberries.com^
||sixft-apart.com^
||sixingmudland.top^
||siyaukq.com^
||sizeilksohs.com^
||sjczzdfvd.com^
||sjevdjqhdmlelo.com^
||sjhfnmfki.com^
||sjjaewodpexdcyf.com^
||sjkekxjkca.com^
||sjkzeivw.com^
||sjmbwxnqz.com^
||sjolcdkqwiybh.xyz^
||sjtactic.com^
||sjtbhdeakgsgr.com^
||sjteyeztnf.com^
||skated.co^
||skatestooped.com^
||skatingbelonged.com^
||skatingperformanceproblems.com^
||skatistlollard.com^
||skawwebless.com^
||skdzxqc.com^
||skeeingfondu.life^
||skeetads.com^
||skeezovkjgexs.com^
||skeletal-if.pro^
||skeletallake.com^
||skeletondeceiveprise.com^
||skeletonemail.com^
||skelpedwiney.website^
||skenaiaefaldy.com^
||skenedomains.digital^
||sketbhang.guru^
||sketchdroughtregional.com^
||sketchflutter.com^
||sketchinferiorunits.com^
||sketchyrecycleimpose.com^
||sketchystairwell.com^
||skfudf763-dsfew95-90fjksj.xyz^
||skiddyteapots.com^
||skidgleambrand.com^
||skierastonishedforensics.com^
||skierscarletconsensus.com^
||skiguggn.com^
||skiingclefts.life^
||skiingsettling.com^
||skilfuljealousygeoffrey.com^
||skilfulrussian.com^
||skilleadservices.com^
||skilledfixedoffers.com^
||skilletperonei.com^
||skillpropulsion.com^
||skilyake.net^
||skimgrieved.uno^
||skimmemorandum.com^
||skinkerjeez.com^
||skinnedunsame.com^
||skinnynovembertackle.com^
||skinsdefinitely.com^
||skiofficerdemote.com^
||skipdearbeautify.com^
||skipperx.net^
||skirmishbabencircle.com^
||skirretporail.digital^
||skirtimprobable.com^
||skittyan.com^
||skivesdaggles.com^
||skjrfysmve.com^
||skjwebmr.com^
||sklsnpqr.com^
||sknkwpvrkz.com^
||skogrkrfxmy.com^
||skolvortex.com^
||skuligpzifan.com^
||skulkspreppie.com^
||skullhalfway.com^
||skumcobpink.com^
||skwfupp.com^
||skymobi.agency^
||skyscraperreport.com^
||skytraf.xyz^
||skywaverocs.space^
||slabreasonablyportions.com^
||slabshookwasted.com^
||slahpxqb6wto.com^
||slakiervolost.com^
||slamscreechmilestone.com^
||slamvolcano.com^
||slanderconstantlyhew.com^
||slandernetgymnasium.com^
||slanderpe.com^
||slaneo.com^
||slangback.com^
||slangborrowedsquash.com^
||slanginsolentthus.com^
||slangscornful.com^
||slankleeways.com^
||slantdecline.com^
||slapclergymoth.com^
||slapexcitedly.com^
||slaqandsan.xyz^
||slaresolidi.com^
||slartsighter.com^
||slartwomans.com^
||slashcynical.com^
||slashstar.net^
||slatnea.com^
||slatternorito.top^
||slaverylavatoryecho.com^
||slavil.com^
||slayeyeshadow.com^
||slcsfrji.xyz^
||slearl.com^
||sledimitationsegment.com^
||sledsplenism.com^
||sleekemblemenclose.com^
||sleekextremeadmiring.com^
||sleevemisuseadvice.com^
||sleeveturbulent.com^
||slendercosts.com^
||slenderglowingcontrary.com^
||sleptornament.com^
||slfsmf.com^
||slfznewdii.com^
||slggskljoczt.com^
||slicedpickles.com^
||slickerunderdo.com^
||slickgrapes.com^
||slidbecauseemerald.com^
||sliddeceived.com^
||slidderpicoid.com^
||slidecaffeinecrown.com^
||slideff.com^
||slidekidsstair.com^
||slietap.com^
||slightcareconditions.com^
||slightlyeaglepenny.com^
||slightlyinfalliblestring.com^
||slimelump.com^
||slimentrepreneur.com^
||slimfiftywoo.com^
||slimlyeneas.com^
||slimreply.pro^
||slinkyfoliot.com^
||slippersphoto.com^
||slipperspinchingsyntax.com^
||slippery-bed.pro^
||slipperydeliverance.com^
||slipperyel.com^
||slipperyinside.pro^
||slivmux.com^
||slobgrandmadryer.com^
||sloeri.com^
||slopeac.com^
||sloppyegotistical.com^
||sloto.live^
||slotspreadingbrandy.com^
||slourenrib.top^
||slowclick.top^
||slowdn.net^
||slowinghardboiled.com^
||slowingvile.com^
||slowundergroundattentive.com^
||slowww.xyz^
||sloydcostive.top^
||sloydpev.com^
||slpmcfdljsntwp.com^
||slqyrvijxviet.com^
||sltracl.com^
||sltvhyjthx.com^
||slubbermunch.com^
||sluccju.com^
||slugskashrut.com^
||sluiceagrarianvigorous.com^
||sluicehamate.com^
||slumberloandefine.com^
||slumid.com^
||slumpyclueing.com^
||slushdevastating.com^
||sluxaaiabw.com^
||slvlrcalpodewn.com^
||slwkrruv.com^
||slychicks.com^
||smaato.net^
||smachnakittchen.com^
||smadex.com^
||smalh.com^
||smallanybody.pro^
||smallerconceivesixty.com^
||smallerfords.com^
||smallestbiological.com^
||smallestunrealilliterate.com^
||smallfunnybears.com^
||smallstrengthen.com^
||smalltiberbridge.com^
||smart-wp.com^
||smartadserver.com^
||smartapplifly.com^
||smartappsfly.com^
||smartdating.top^
||smartlnk.com^
||smartlphost.com^
||smartlymaybe.com^
||smartpicrotation.com^
||smarttds.org^
||smarttopchain.nl^
||smartytech.io^
||smasheswamefou.com^
||smashnewtab.com^
||smathe.com^
||smatr.icu^
||smearedbin.com^
||smearincur.com^
||smeartoassessment.com^
||smellysect.com^
||smenqskfmpfxnb.bid^
||smentbrads.info^
||smervyfenks.com^
||smewwuwppjbebd.com^
||smfsojvsaxbgf.com^
||smheoqlye.com^
||smibhwlmwiseq.com^
||smigdxy.com^
||smigro.info^
||smileoffennec.com^
||smilesalesmanhorrified.com^
||smiletkandol.com^
||smilewanted.com^
||smisit.com^
||smisto.com^
||smitealter.com^
||smithamenamel.com^
||smithumbewreck.com^
||smitry.com^
||smjulynews.com^
||smjxarmaflpmxj.com^
||smnkaoqyys.com^
||smnwwohzccfwcu.com^
||smoggydamage.com^
||smoggylong.pro^
||smokebookcase.com^
||smokedcards.com^
||smokedhewvalid.com^
||smokeryempall.top^
||smokerythrow.com^
||smokingspecialize.com^
||smoothenglishassent.com^
||smoothlytalking.com^
||smotherpaperwork.com^
||smoulderantler.com^
||smoulderdivedelegate.com^
||smoulderhangnail.com^
||smrt-content.com^
||smrtgs.com^
||smrtlnk.net^
||smrtlnk18tds.com^
||smsapiens.com^
||smuggledistance.com^
||smuggleturnstile.com^
||smugismanaxon.com^
||smugmuseumframe.com^
||smugturner.com^
||smuxmalamw.com^
||smyfbkk.com^
||smzcjoatnnhuhn.com^
||snadsfit.com^
||snagbaudhulas.com^
||snaglighter.com^
||snailteasesimulator.com^
||snakeselective.com^
||snakilyglebae.com^
||snakro.com^
||snammar-jumntal.com^
||snapfooted.com^
||snapmoonlightfrog.com^
||snappedanticipation.com^
||snappedelusive.com^
||snappedtesting.com^
||snaprosery.com^
||snarewholly.com^
||snarlaptly.com^
||sneaknonstopattribute.com^
||snebbubbled.com^
||sneernodaccommodating.com^
||sneestykneel.com^
||sneezeinterview.com^
||snhtvtp.com^
||snidethereto.com^
||sniejankmqq.com^
||sniffleawag.top^
||snipersex.com^
||snippystowstool.com^
||snippyteevee.com^
||snitchgutsdainty.com^
||snjlhmb.com^
||snlpclc.com^
||snnysied.xyz^
||snobdilemma.com^
||snobdomobeyeo.com^
||snoddetrude.uno^
||snodlycaccias.com^
||snoolszingano.com^
||snoopundesirable.com^
||snoopytown.pro^
||snoreempire.com^
||snorefamiliarsiege.com^
||snorkremiss.com^
||snortedbingo.com^
||snortedgradually.com^
||snortedhearth.com^
||snortsfunge.space^
||snoutcaffeinecrowded.com^
||snowdayonline.xyz^
||snowdonuncia.com^
||snowiersociete.uno^
||snowmanpenetrateditto.com^
||snowmiracles.com^
||snrcmgqe.com^
||snrtbgm.com^
||snsv.ru^
||sntjim.com^
||snuffdemisedilemma.com^
||snugglethesheep.com^
||snurpsermon.space^
||snwpqybkb.com^
||snwqvjgrjjl.com^
||so1cool.com^
||so333o.com^
||soaheeme.net^
||soakappequipment.com^
||soakrumouropposition.com^
||soalonie.com^
||soaperdeils.com^
||soapingbourgs.top^
||soavesermon.com^
||soavouca.com^
||soawhoaw.com^
||soawousa.xyz^
||sobakapi2sa8la09.com^
||sobakenchmaphk.com^
||sobbingservingcolony.com^
||sobesed.com^
||sobnineteen.com^
||socalledattestation.com^
||socalledscanty.com^
||soccercadencefridge.com^
||soccerjoyousfine.com^
||soccertakeover.com^
||socde.com^
||socdm.com^
||social-discovery.io^
||social1listnews.com^
||socialbars-web1.com^
||sociallytight.com^
||socialschanche.com^
||socialvone.com^
||societyhavocbath.com^
||societypromisedanyhow.com^
||sociocast.com^
||sociomantic.com^
||socketbuild.com^
||sockmildinherit.com^
||socksupgradeproposed.com^
||sockwardrobe.com^
||sockzoomtoothbrush.com^
||sodainquired.com^
||sodallay.com^
||sodamash.com^
||sodaprostitutetar.com^
||sodiumcupboard.com^
||sodiumrampcubic.com^
||sodreekrukiy.com^
||sodringermushy.com^
||soeverbabi.com^
||sofcryingfo.xyz^
||sofcryingforanyt.com^
||sofcukorporat.info^
||soffitsfermal.guru^
||sofinpushpile.com^
||soft-com.biz^
||softboxik1.ru^
||softenedimmortalityprocedure.com^
||softonicads.com^
||softpopads.com^
||softspace.mobi^
||softsystem.pro^
||softwa.cfd^
||softwarepastel.com^
||softwares2015.com^
||sogadetin.com^
||sogetcoupes.com^
||sohkikdnfhzgad.com^
||soholfit.com^
||soiasjgtd.top^
||soilenthusiasmshindig.com^
||soilgnaw.com^
||soilthesaurus.com^
||soilysnog.uno^
||sojourncreed.life^
||sokitosa.com^
||soksicme.com^
||solanrelict.com^
||solapoka.com^
||solaranalytics.org^
||solarmosa.com^
||solatesozzle.life^
||soldergeological.com^
||soldierreproduceadmiration.com^
||soldiershocking.com^
||soleasdaimio.website^
||solemik.com^
||solemncringle.com^
||solemnlypink.com^
||solemnvine.com^
||solestudious.com^
||solfafrate.top^
||soliads.io^
||soliads.net^
||solicitorlaptopfooting.com^
||solicitorquite.com^
||solicitorviewer.com^
||solidindexes.com^
||solidlyrotches.guru^
||solispartner.com^
||solitudearbitrary.com^
||solitudeelection.com^
||solitudepeeves.com^
||solocpm.com^
||solodar.ru^
||soloisthaulchoir.com^
||soltaixa.com^
||soltitate.site^
||solvusserosal.com^
||sombes.com^
||somehowlighter.com^
||somehowluxuriousreader.com^
||someonein.org^
||someonetop.com^
||someplacepepper.com^
||somethingalbumexasperation.com^
||somethingmanufactureinvalid.com^
||somethingprecursorfairfax.com^
||sometimesmonstrouscombined.com^
||somevermedea.com^
||somewhatwideslimy.com^
||somvprqshxr.com^
||son-in-lawmorbid.com^
||sonalrecomefuk.info^
||songtopbrand.com^
||soninlawalmighty.com^
||soninlawcontinuallyplatoon.com^
||soninlawfaceconfide.com^
||sonlgagba.com^
||sonnerie.net^
||sonnetkeltics.com^
||sonnyadvertise.com^
||sonsbrunette.com^
||sonumal.com^
||soocaips.com^
||soodihee.net^
||soogandrooped.cam^
||soonbigo.com^
||soonpersuasiveagony.com^
||soonstrongestquoted.com^
||soopsulo.xyz^
||sooreejy.xyz^
||soosooka.com^
||sootconform.com^
||sootlongermacaroni.com^
||sootpluglousy.com^
||sootproclaim.com^
||soowugoo.xyz^
||sopalk.com^
||sophiaredyed.com^
||sophisticatedemergencydryer.com^
||sophomoreadmissible.com^
||sophomoreclassicoriginally.com^
||sophomoremollymatching.com^
||sophomoreprimarilyprey.com^
||sophomorewilliam.com^
||sorbentfalsum.com^
||sorboseyatvyag.top^
||sordeexa.net^
||sordorcourtin.com^
||sorelyafric.com^
||soritespary.com^
||sorrowconstellation.com^
||sorrowfulchemical.com^
||sorrowfulclinging.com^
||sorrowfulcredit.pro^
||sorrowfulmaybe.pro^
||sorrowfulsuggestion.pro^
||sorrowgeneric.com^
||sorrycarboncolorful.com^
||sorryconstructiontrustworthy.com^
||sorryfearknockout.com^
||sorryparlor.com^
||sortiesbabhan.com^
||sortyellowapples.com^
||sosettoourmarke.info^
||soshednibbing.com^
||soshoord.com^
||soshvenal.top^
||sosigninggrudge.com^
||sotbttcqqztxq.com^
||sotchart.net^
||sotchoum.com^
||sotetahe.pro^
||soughtflaredeeper.com^
||souglaur.xyz^
||soulsglovesacid.com^
||soulslaidmale.com^
||soulterberne.top^
||soumehoo.net^
||sounct.com^
||soundelktemper.com^
||soupevents.com^
||soupteep.xyz^
||souptightswarfare.com^
||souraivo.xyz^
||sourcebloodless.com^
||sourcecodeif.com^
||sourceconvey.com^
||sourishpuler.com^
||sourne.com^
||sousefulhead.com^
||southolaitha.com^
||souvamoo.net^
||souvenirresponse.com^
||souvenirsconsist.com^
||souvenirsdisgust.com^
||souvenirsflex.com^
||sovereigngoesintended.com^
||sovereignidentificationconfirmed.com^
||sovism.com^
||soyjlnfatgxpfd.com^
||soysapslad.com^
||soytdpb.com^
||sozzlypeavies.com^
||spacelala.com^
||spaceshipads.com^
||spacetraff.com^
||spacetraveldin.com^
||spaciouslanentablelanentablepigs.com^
||spaciousnavigablehenceforward.com^
||spadeandloft.com^
||spaderonium.com^
||spadsync.com^
||spaghettiraisinalter.com^
||spancelwielded.com^
||spankdrearystroll.com^
||spannercopyright.com^
||spanworker.com^
||spaped.com^
||spapresentation.com^
||spargedunhot.website^
||sparidssimps.life^
||sparkle-industries-i-205.site^
||sparklesnoop.com^
||sparklespaghetti.com^
||sparkrainstorm.host^
||sparkstudios.com^
||sparrowfencingnumerous.com^
||sparusbewrap.space^
||spated.com^
||spathesalloxan.com^
||spatikona.com^
||spatterjointposition.com^
||spattermerge.com^
||spawngrant.com^
||spbjmpeg.com^
||spbxgjcupg.com^
||spdate.com^
||speakeugene.com^
||speakexecution.com^
||speakinchreprimand.com^
||speakinghostile.com^
||speakingimmediately.com^
||speakshandicapyourself.com^
||speakspurink.com^
||speani.com^
||special-offers.online^
||special-promotions.online^
||specialcraftbox.com^
||specialisthuge.com^
||specialistinsensitive.com^
||specialistrocky.com^
||specialityharmoniousgypsy.com^
||speciallysang.com^
||specialtaskevents.com^
||specialtymet.com^
||speciesbricksjubilee.com^
||speciespresident.com^
||specific-safe.pro^
||specificallythesisballot.com^
||specificationtoasterconsultant.com^
||specificclick.net^
||specificmedia.com^
||specificunfortunatelyultimately.com^
||specifiedbloballowance.com^
||specifiedinspector.com^
||specimenparents.com^
||specimensgrimly.com^
||spectablyheat.org^
||spectaclescirculation.com^
||spectacular-leadership.pro^
||spectaculareatablehandled.com^
||spectacularlovely.com^
||spectato.com^
||specut.com^
||spediumege.com^
||speeb.com^
||speechfountaindigestion.com^
||speechlessexpandinglaser.com^
||speechlessreservedthrust.com^
||speedilyabsolvefraudulent.com^
||speedilycartrigeglove.com^
||speedingbroadcastingportent.com^
||speedsupermarketdonut.com^
||speedybethurgently.com^
||speedysection.pro^
||speermoving.com^
||spellingboothcourthouse.com^
||spellingorganicbile.com^
||spellingunacceptable.com^
||speltzpataca.guru^
||spened.com^
||spentbennet.com^
||spentindicate.com^
||sperans-beactor.com^
||spewsserved.website^
||sphegidsephen.com^
||spheralfreres.com^
||spheredkapas.com^
||sphqiccngad.com^
||spicaladapto.info^
||spicedisobey.com^
||spicy-combination.pro^
||spicy-effect.com^
||spicybustard.com^
||spicygirlshere.life^
||spiderspresident.com^
||spidersprimary.com^
||spigotkafka.life^
||spikethat.xyz^
||spikscabrin.com^
||spillbough.com^
||spinbiased.com^
||spinbox.net^
||spinbox1.com^
||spindlyrebegin.top^
||spinna.online^
||spinna.shop^
||spinna.site^
||spinna.store^
||spinna.xyz^
||spinraised.com^
||spiralewiverns.website^
||spiralstab.com^
||spiredilution.com^
||spireprideleaf.com^
||spiritscustompreferably.com^
||spiritsflaker.com^
||spiritualinstalled.com^
||spirogoumi.top^
||spirteddvaita.com^
||spirtlekurt.digital^
||spitefulif.pro^
||spittenant.com^
||spklmis.com^
||splashfloating.com^
||splashforgodm.com^
||splashsjewels.com^
||splendidatmospheric.com^
||spleniafallows.com^
||splief.com^
||splittingpick.com^
||splodgydossing.com^
||spo-play.live^
||spoilmagicstandard.com^
||spondeetougher.guru^
||spongecell.com^
||spongemilitarydesigner.com^
||spongewoodenheroism.com^
||sponsormob.com^
||sponsorpay.com^
||spooksschedar.com^
||spooksuspicions.com^
||spookybirch.com^
||spoonpenitenceadventurous.com^
||spoonsleopard.com^
||spoonsubqueries.com^
||sporontbrushes.com^
||sport205.club^
||sportevents.news^
||sportradarserving.com^
||sports-live-streams.club^
||sports-streams-online.best^
||sports-streams-online.com^
||sportsmanmeaning.com^
||sportstreams.xyz^
||sportsyndicator.com^
||sportzflix.xyz^
||spotbeepgreenhouse.com^
||spotdimesulky.com^
||spotofspawn.com^
||spotrails.com^
||spotscenered.info^
||spotssurprise.com^
||spotted-estate.pro^
||spottedgrandfather.com^
||spottt.com^
||spotunworthycoercive.com^
||spotxcdn.com^
||spotxchange.com^
||spoutable.com^
||spoutcarbine.digital^
||spoutitchyyummy.com^
||spouttheory.com^
||sppolexrumj.com^
||spratstatters.com^
||spreebogbean.com^
||spreespoiled.com^
||sprengaivr.digital^
||sprettyruckus.com^
||spriedfines.com^
||sprigsrecon.com^
||springjaywolf.org^
||springraptureimprove.com^
||spritfrees.com^
||sprkl.io^
||sproose.com^
||spruecutworm.com^
||sprungencase.com^
||sprunghardness.com^
||spryptvqguhpwt^
||sptrkr.com^
||spuezain.com^
||spumingoxheart.top^
||spumousredefy.digital^
||spuncomplaintsapartment.com^
||spunkyuntiled.com^
||spuokstucdk.com^
||spurproteinopaque.com^
||spurtconfigurationfungus.com^
||spurttucky.website^
||spylees.com^
||spymislead.com^
||sqctkocts.com^
||sqgofqnyamo.com^
||sqhyjfbckqrxd.xyz^
||sqkrnqdb.com^
||sqlekbxp.xyz^
||sqlick.com^
||sqmhxxhpcmwwdn.com^
||sqqqabg.com^
||sqqqytzxjywx.com^
||sqrtcris.top^
||squareforensicbones.com^
||squarepicket.com^
||squashperiodicmen.com^
||squatcowarrangement.com^
||squatdisloyal.com^
||squeaknicheentangled.com^
||squeakyheart.pro^
||squealaviationrepeatedly.com^
||squeamarundo.com^
||squeezemicrowave.com^
||squeezesharedman.com^
||squhtdqggvpx.xyz^
||squintopposed.com^
||squintyouvrage.com^
||squirrelformatapologise.com^
||squirrelhissedintake.com^
||squirtburpimplore.com^
||squirtsuitablereverse.com^
||sqydhgubsy.com^
||sr7pv7n5x.com^
||srabwfqwjoc.com^
||srasylzu.com^
||srcsmrtgs.com^
||sreamyourvids.online^
||sreamyourvids.space^
||srefrukaxxa.com^
||srgev.com^
||srigbxxv.com^
||srnpochi.com^
||srodicham.com^
||srqfutavhy.com^
||srrmpfstbh.com^
||srshqnrmqs.com^
||srsotqdgln.com^
||srtlyye.com^
||srtrak.com^
||srumifuroqkuoi.com^
||sruzefwboxu.com^
||srv224.com^
||srvpcn.com^
||srvtrck.com^
||srwfwllymprt.com^
||srxy.xyz^
||srzirmlql.com^
||srzzohlms.com^
||ss0uu1lpirig.com^
||ssdipdkjqblgog.com^
||ssery.com^
||ssiapawz.com^
||ssindserving.com^
||sskzlabs.com^
||ssl-services.com^
||ssl2anyone5.com^
||sslenuh.com^
||ssllink.net^
||sslph.com^
||ssmprmp.com^
||ssooss.site^
||ssqyuvavse.com^
||ssuijiuyv.com^
||ssurvey2you.com^
||st-rdirect.com^
||st1net.com^
||stabam.com^
||stabconsiderationjournalist.com^
||stabfrizz.com^
||stabilityincarnateillegally.com^
||stabilityvatinventory.com^
||stabledkindler.com^
||stablefulfil.com^
||stacckain.com^
||stackadapt.com^
||stackattacka.com^
||staffdollar.com^
||staffsumptuouscovetous.com^
||stagepopkek.com^
||stageseshoals.com^
||staggeredquelldressed.com^
||staggeredravehospitality.com^
||stagingjobshq.com^
||stagroam.net^
||staifong.net^
||stainblocking.com^
||stainclout.com^
||stainvinegar.com^
||staircaseminoritybeeper.com^
||stairtuy.com^
||stairwellobliterateburglar.com^
||staitchu.com^
||staiwhaup.com^
||staiwiru.xyz^
||staixemo.com^
||staixooh.com^
||stalerestaurant.com^
||stallionsmile.com^
||stammerail.com^
||stammerdescriptionpoetry.com^
||stampsmindlessscrap.com^
||standgruff.com^
||standpointunfriendly.com^
||stankyrich.com^
||stansoam.com^
||staplecups.com^
||stapledsaur.top^
||star-advertising.com^
||star-clicks.com^
||starchportraypub.com^
||starchytoxifer.top^
||stardatis.com^
||starefolks.com^
||starewhupsu.pro^
||stargamesaffiliate.com^
||starkhousing.com^
||starklesalta.com^
||starkslaveconvenience.com^
||starmobmedia.com^
||starry-galaxy.com^
||starsaug.com^
||starssp.top^
||starswalker.site^
||starszoom.re^
||start-xyz.com^
||startappexchange.com^
||startd0wnload22x.com^
||startlemanipulativedamaging.com^
||startmode.biz^
||startpagea.com^
||startperfectsolutions.com^
||startservicefounds.com^
||starvardsee.xyz^
||starvationdefence.com^
||starvegingerwaist.com^
||starvybryan.com^
||stascdnuuar.com^
||stassaxouwa.com^
||stat-rock.com^
||statalvortex.com^
||statcamp.net^
||statefertilitycount.com^
||stateinformatics.com^
||statementsheep.com^
||statementsnellattenuate.com^
||statesbenediction.com^
||statesmanchosen.com^
||statesmanimpetuousforemost.com^
||statesmanmajesticcarefully.com^
||statesmanridiculousplatitude.com^
||statesmansubstance.com^
||statestockingsconfession.com^
||static-srv.com^
||stationspire.com^
||statistic-data.com^
||statisticresearch.com^
||statisticscensordilate.com^
||statisticseither.com^
||statossy.com^
||stats-best.site^
||statsforads.com^
||statsmobi.com^
||statueofthe.info^
||staturecolonialismtransition.com^
||staubsefoo.com^
||staubsuthil.com^
||staukponier.com^
||staumobu.com^
||staunchchivied.top^
||staunchfastened.com^
||staunchgenetwitch.com^
||staung.com^
||staunidrooji.com^
||staureez.net^
||staurtur.net^
||stawhoph.com^
||staydolly.com^
||stayfaxachievement.com^
||staygg.com^
||stayhereabit.com^
||stayjigsawobserved.com^
||stbeautifuleedeha.info^
||stbshzm.com^
||stbvip.net^
||stdirection.com^
||ste23allas5ri6va.com^
||steadilyparental.com^
||steadydonut.com^
||steadyscubaparachute.com^
||steakdeteriorate.com^
||steakeffort.com^
||stealcurtainsdeeprooted.com^
||stealingattentions.com^
||stealinggin.com^
||stealingprovisions.com^
||stealthlockers.com^
||steamdespicable.com^
||steamjaws.com^
||steamsorrowabbey.com^
||stedsous.xyz^
||steel-bedroom.pro^
||steeplesaturday.com^
||steepto.com^
||steeringsunshine.com^
||steessay.com^
||steetchouwu.com^
||steevout.xyz^
||steghaiwhy.com^
||stegpigbwyda.com^
||steinfqwe6782beck.com^
||stekraucmauk.com^
||stelsarg.net^
||steltilr.xyz^
||stemboastfulrattle.com^
||stemonauppoint.top^
||stemredeem.com^
||stemsshutdown.com^
||stenadewy.pro^
||stengskelped.com^
||stentorsaumont.com^
||step-step-go.com^
||stepchateautolerance.com^
||stepkeydo.com^
||stepmotherincomingpluck.com^
||steppedlashkar.com^
||stereomagiciannoun.com^
||stereosuspension.com^
||stereotypeluminous.com^
||stereotyperobe.com^
||stereotyperust.com^
||sterfrownedan.info^
||sterileaccentbite.com^
||sterilecute.com^
||sterilityvending.com^
||sterncock.com^
||sternedcharas.cfd^
||sternlythese.com^
||steropestreaks.com^
||sterouhavene.org^
||steshacm.xyz^
||stethaug.xyz^
||stethuth.xyz^
||steveirene.com^
||steveoriginate.com^
||stevoodsefta.com^
||stewomelettegrand.com^
||stewsmall.com^
||stgcdn.com^
||stgowan.com^
||sthenicrefunds.com^
||stherewerealo.org^
||sthgqhb.com^
||sthoutte.com^
||stialt.com^
||sticalsdebaticalfe.info^
||stickboiled.com^
||stickerchapelsailing.com^
||stickertable.com^
||stickervillain.com^
||stickingrepute.com^
||stickstelevisionoverdone.com^
||stickyadstv.com^
||stickygrandeur.com^
||stickyhustle.com^
||stickywhereaboutsspoons.com^
||stiffenshave.com^
||stifleadventureempire.com^
||stiflerivers.com^
||stiftood.xyz^
||stigala.com^
||stigat.com^
||stigmaicomfy.com^
||stigmuuua.xyz^
||stijzytavb.com^
||stiksaud.com^
||stilaed.com^
||stilaikr.com^
||stilbmolted.com^
||stillchemistcivilian.com^
||stimaariraco.info^
||stimtavy.net^
||stimulateartificial.com^
||stimulatemosque.com^
||stingeantonia.com^
||stinglackingrent.com^
||stingystoopedsuccession.com^
||stinicf.com^
||stinicl.com^
||stinkcomedian.com^
||stinkwrestle.com^
||stinkyloadeddoctor.com^
||stinkyrepetition.com^
||stippennothing.guru^
||stipulenibber.com^
||stirringdecoctiononly.com^
||stismiqlqj.com^
||stitchalmond.com^
||stited.com^
||stitly.com^
||stitor.com^
||stiwhugn.net^
||stixeepou.com^
||stized.com^
||stjizydpukd.com^
||stkgbjliym.com^
||stlpyypg.com^
||stluserehtem.com^
||stoachaigog.com^
||stoaphalti.com^
||stoapoothu.com^
||stoashou.net^
||stoaxugi.com^
||stockingsight.com^
||stocksinvulnerablemonday.com^
||stogerde.com^
||stokoaks.net^
||stolenforensicssausage.com^
||stollenliane.top^
||stoltassi.net^
||stoltoog.net^
||stonkphymata.com^
||stonkstime.com^
||stoobsugree.net^
||stoobsut.com^
||stookoth.com^
||stooliroori.com^
||stoolree.com^
||stoomawy.net^
||stoomoogn.com^
||stoopedcompatibility.com^
||stoopeddemandsquint.com^
||stoopedsignbookkeeper.com^
||stoophou.com^
||stoopjam.com^
||stoopsellers.com^
||stoopsystemsshoot.com^
||stoorgel.com^
||stoorgouxy.com^
||stoorsoy.com^
||stootsee.xyz^
||stootsou.net^
||stopapaumari.com^
||stopformal.com^
||stopgapdentoid.top^
||stopperlovingplough.com^
||stopscondole.com^
||stopundoer.com^
||storage-ad.com^
||storagelassitudeblend.com^
||storagewitnessotherwise.com^
||storepoundsillegal.com^
||storiesfaultszap.com^
||stormydisconnectedcarsick.com^
||storners.com^
||storyblizzard.com^
||storyquail.com^
||stossfussily.com^
||stotinggunne.uno^
||stotoowu.net^
||stougluh.net^
||stouksom.xyz^
||stouphou.net^
||stoursas.xyz^
||stoustiz.net^
||stovearmpitagreeable.com^
||stovecharacterize.com^
||stoveword.com^
||stovoori.net^
||stowamends.com^
||stowjupnkwlic.com^
||stpd.cloud^
||stpeopleshouldthi.com^
||stpmgo.com^
||stpmneaywgib.com^
||straight-equipment.com^
||straight-shift.pro^
||straightenedsleepyanalysis.com^
||strainemergency.com^
||straitmeasures.com^
||straitsdeprive.com^
||straji.com^
||stramseri.com^
||stranddecidedlydemeanour.com^
||strandedpeel.com^
||strandedprobable.com^
||strangelyfaintestgreenhouse.com^
||strangersrecantcoral.com^
||strangledisposalfox.com^
||strapnetdisk.com^
||stratebilater.com^
||strategicfollowingfeminine.com^
||stravesibship.top^
||strawguineaequanimity.com^
||straymaternitycommence.com^
||streakattempt.com^
||stream-all.com^
||streaming-illimite5.com^
||streaming-illimite6.com^
||streampsh.top^
||streamsearchclub.com^
||streamtoclick.com^
||streamvideobox.com^
||streamyourvid.com^
||streenoutrove.life^
||streetabackvegetable.com^
||streetcoddiffident.com^
||streetmilligram.com^
||streetmonumentemulate.com^
||streetuptowind.com^
||streetupwind.com^
||streitmackled.com^
||stremanp.com^
||strengk.xyz^
||strenuousfudge.com^
||strenuoustarget.com^
||stressfulproperlyrestrain.com^
||stressfulsplash.com^
||stressfulsurroundingcomeback.com^
||stretchedbarbarian.com^
||stretchedcreepy.com^
||stretchedgluttony.com^
||stretchingwicked.com^
||strettechoco.com^
||strewdirtinessnestle.com^
||strewjaunty.com^
||strewtwitchlivelihood.com^
||streynerecoded.guru^
||strickenenergetic.com^
||strictgrittwine.com^
||strident-writing.com^
||stridentbedroom.pro^
||strideovertakelargest.com^
||stringssymptomfishing.com^
||stringthumbprowl.com^
||stripedonerous.com^
||striperaised.com^
||striperewind.com^
||striperoused.com^
||strivefoetus.com^
||strjuylfrjyk.site^
||strobesfalsity.digital^
||strodeewesmug.com^
||strodemorallyhump.com^
||strodesoot.com^
||strongestboxerscrupulous.com^
||strongestconvenient.com^
||strongesthaste.com^
||stroyerunfiery.uno^
||strtgic.com^
||structurecolossal.com^
||strugglecookingtechnically.com^
||strugglingclamour.com^
||strumascarman.life^
||strungcourthouse.com^
||strungglancedrunning.com^
||strwaoz.xyz^
||stthykerewasn.com^
||stubbleupbriningbackground.com^
||stubborndreadcounterfeit.com^
||stubbornembroiderytrifling.com^
||stuchoug.com^
||stucktimeoutvexed.com^
||studads.com^
||studdepartmentwith.com^
||studiedabbey.com^
||studiorejoinedtrinity.com^
||studious-beer.com^
||studiouspassword.com^
||studsaughy.net^
||studzip.com^
||stuffedodiousmargin.com^
||stuffedprofessional.com^
||stuffedstudy.com^
||stuffserve.com^
||stugsoda.com^
||stulleratteal.top^
||stullsstud.com^
||stumbledmetropolitanpad.com^
||stumbleirritable.com^
||stumercackles.com^
||stunning-lift.com^
||stunninglover.com^
||stunningruin.com^
||stunsbarbola.website^
||stunthedge.com^
||stupendousconcept.pro^
||stupiditydecision.com^
||stupidityficklecapability.com^
||stupidityitaly.com^
||stupidspaceshipfestivity.com^
||stvbiopr.net^
||stvkr.com^
||stvsmdhfplfrcy.xyz^
||stydrumgmaringpo.info^
||styingjareed.guru^
||stylewhiskerscreepy.com^
||stylliyote.com^
||styrianauf.com^
||stzhnfcxx.com^
||suaedaormer.top^
||sualgvoi.com^
||sub.empressleak.biz^
||sub.xxx-porn-tube.com^
||sub2.avgle.com^
||subbandapodan.top^
||subdatejutties.com^
||subdo.torrentlocura.com^
||subduealec.com^
||subdued-illegal.pro^
||subgitrelais.com^
||subheroalgores.com^
||subjectamazement.com^
||subjectscooter.com^
||subjectslisted.com^
||submarinefortressacceptable.com^
||submarinestooped.com^
||submissionbrackettreacherous.com^
||submissionspurtgleamed.com^
||submissivejuice.com^
||subner.com^
||subnodeoaring.digital^
||suborecho.com^
||subpenaveinery.com^
||subquerieshenceforwardtruthfully.com^
||subqueryrewinddiscontented.com^
||subsaltracon.top^
||subscribereffectuallyversions.com^
||subscribestormyapprobation.com^
||subsectivexe.xyz^
||subserecajones.com^
||subsidedimpatienceadjective.com^
||subsidedplenitudetide.com^
||subsidehurtful.com^
||subsistgrew.com^
||subsistpartyagenda.com^
||subsor.com^
||substantialequilibrium.com^
||substantialhound.com^
||subtractrefused.com^
||suburbincriminatesubdue.com^
||subwaygirlieweasel.com^
||succeedappointedsteve.com^
||succeedingpeacefully.com^
||succeedscene.com^
||success-news.net^
||successfulpatience.com^
||successionfireextinguisher.com^
||successionflimsy.com^
||successorpredicate.com^
||successorwindscreeninstruct.com^
||suchasricew.info^
||suchbasementdarn.com^
||suchcesusar.org^
||sucocesisfulylyde.info^
||sucter.com^
||suctionautomobile.com^
||suctionspelts.com^
||suddslife.com^
||sudsguidon.com^
||sudvclh.com^
||suescollum.com^
||suesuspiciousin.com^
||sufeismmitered.digital^
||suffertreasureapproval.com^
||sufficedetentionhols.com^
||sufficientknight.com^
||sufficientmisplacecongestion.com^
||suffixconceivevegetarian.com^
||suffixinstitution.com^
||suffixreleasedvenison.com^
||sufips.com^
||sugardistanttrunk.com^
||sugary-ratio.pro^
||sugarynotice.pro^
||suggest-recipes.com^
||suggestiongettingmaggot.com^
||sugogawmg.xyz^
||sugpgeaunpet.com^
||suhelux.com^
||suicidechapterspartnership.com^
||suirtan.com^
||suitbelongingoccasion.com^
||suitcasessheriffpilgrim.com^
||suitesdyed.space^
||suiteshowedlottery.com^
||suitetattoo.com^
||sujcmsgdcyt.com^
||sukcheatppwa.com^
||sukedrevenued.org^
||sukoqgdpej.com^
||sukultingecauy.info^
||sulelysr.com^
||sulkvulnerableexpecting.com^
||sullageprofre.com^
||sullencarverdoes.com^
||sullentrump.com^
||sulrejclbehh.com^
||sulseerg.com^
||sultansamidone.top^
||sultodre.net^
||sultrycartonedward.com^
||sultrymercury.com^
||sumbreta.com^
||sumids.com^
||summaryjustlybouquet.com^
||summaryvalued.com^
||summercovert.com^
||summingricracs.uno^
||summitchafeperilous.com^
||summitdangle.com^
||summitmanner.com^
||summonedessencetrap.com^
||sumnrydp.com^
||sunbowskraal.com^
||sundayceremonytitanic.com^
||sundayscrewinsulting.com^
||sundersetrgh.site^
||sunflowerbright106.io^
||sunflowergermcaptivate.com^
||sunflowerinformed.com^
||sungarnonsane.com^
||sunglassesmentallyproficient.com^
||sunkencurledexpanded.com^
||sunkenhexapla.top^
||sunkwarriors.com^
||sunlightirrationalhearty.com^
||sunnycategoryopening.com^
||sunnyseries.com^
||sunnysubject.com^
||sunrisesharply.com^
||sunsekrious.com^
||sunsetbassan.uno^
||sunspotpitchy.website^
||sunstrokeload.com^
||sunwardamoraic.com^
||suozmtcc.com^
||supapush.net^
||superadbid.com^
||superbcallempty.com^
||superfastcdn.com^
||superfasti.co^
||superficialropes.com^
||superficialstage.pro^
||superfolder.net^
||superherogoing.com^
||superherosnout.com^
||superherosoundsshelves.com^
||superioramassoutbreak.com^
||superiorickyfreshen.com^
||superiorityfriction.com^
||superiorsufferorb.com^
||supermarketrestaurant.com^
||superqualitylink.com^
||supersedeforbes.com^
||supersedeowetraumatic.com^
||superserverwarrior.com^
||superssp.top^
||superstitiousamber.com^
||superstitiouscoherencemadame.com^
||superstriker.net^
||supertrackingz.com^
||supervisionlanguidpersonnel.com^
||supervisionprohibit.com^
||supervisorabyss.com^
||superxxxfree.com^
||suphelper.com^
||supied.com^
||suppermalignant.com^
||supperopeningturnstile.com^
||supplejog.com^
||suppliedhopelesspredestination.com^
||supportedbushesimpenetrable.com^
||supporterinsulation.com^
||supportingbasic.com^
||supportive-promise.com^
||supposereduction.com^
||supposerevenue.com^
||suppressedanalogyrain.com^
||suppressparticular.com^
||supremeden.com^
||supremeoutcome.com^
||supremewatcheslogical.com^
||supremoadblocko.com^
||suptraf.com^
||suptrkdisplay.com^
||suptur.online^
||surahsbimas.com^
||surclebodily.uno^
||surcloyalveloz.life^
||surcloyspecify.com^
||surecheapermoisture.com^
||surechieflyrepulse.com^
||surelyyap.com^
||surewashedalphabet.com^
||surfacesaroselozenge.com^
||surfacescompassionblemish.com^
||surfacesmulti.com^
||surfcuegirlfriend.com^
||surfedlattins.com^
||surfierunreel.com^
||surfingmister.com^
||surfmdia.com^
||surge.systems^
||surgicalhanging.com^
||surgicaljunctiontriumph.com^
||surgicallonely.com^
||surhaihaydn.com^
||suricatchino.space^
||surlierrevary.space^
||surmal.com^
||surmitmegbote.top^
||surmountpeel.com^
||surnamesubqueryaloft.com^
||surnapereborn.com^
||surpassconstraintsrenewal.com^
||surprisingarsonistcooperate.com^
||surprisinglycouncil.com^
||surrenderdownload.com^
||surrogatelithe.com^
||surroundingsbeggaralibi.com^
||surroundingsliftingstubborn.com^
||surroundingspuncture.com^
||surtaxraphes.top^
||surv2you.com^
||surv2you.net^
||surv2you.org^
||survey-daily-prizes.com^
||survey2you.co^
||survey2you.com^
||survey2you.net^
||survey2you.org^
||survey4you.co^
||surveyedmadame.com^
||surveyonline.top^
||surviseacmic.com^
||survivalcheersgem.com^
||survrhostngs.xyz^
||susanbabysitter.com^
||susceptiblefantasyjunction.com^
||susgrqsxo.com^
||suspectedadvisor.com^
||suspensionreconnectpig.com^
||suspicionsmutter.com^
||suspicionsrespectivelycobbler.com^
||suspicionssmartstumbled.com^
||suspirenicolo.guru^
||sutiletoroid.com^
||sutlfhpeznd.com^
||sutraf.com^
||suwotsoukry.com^
||suwytid.com^
||suxwpibumof.com^
||suzanne.pro^
||suzbcnh.com^
||svaohpdxn.xyz^
||svarajwens.com^
||sviakavgwjg.xyz^
||sviter2s1olenyami1.com^
||svkmxwssih.com^
||svntrk.com^
||svnutntmq.com^
||svrkdkopdsdj.com^
||svtlgjmqyzmwz.com^
||svyksa.info^
||sw2block.com^
||swagtraffcom.com^
||swailsbondman.com^
||swallowaccidentdrip.com^
||swallowpunctual.com^
||swamgreed.com^
||swan-swan-goose.com^
||swanbxca.com^
||swansinksnow.com^
||swarfsfitters.com^
||swarmpush.com^
||swarthymacula.com^
||swatad.com^
||swaycomplymishandle.com^
||swayersnoance.com^
||swayersrecure.digital^
||sweake.com^
||swearanalogous.com^
||sweatditch.com^
||sweaterreduce.com^
||sweaterwarmly.com^
||sweatsfeckful.com^
||sweatyailpassion.com^
||sweatybar.pro^
||sweatyequityhelicopter.com^
||sweatytraining.pro^
||swebatcnoircv.xyz^
||sweepadstoday.click^
||sweepawejasper.com^
||sweepfrequencydissolved.com^
||sweepia.com^
||sweet-marriage.pro^
||sweetmoonmonth.com^
||sweetromance.life^
||swellingconsultation.com^
||swelllagoon.com^
||swelltomatoesguess.com^
||swelteringcrazy.pro^
||swensaidohet.com^
||swepfa.com^
||sweptbroadarchly.com^
||sweptgrimace.com^
||swesomepop.com^
||swhgrsjg.com^
||swiftlylatterdilate.com^
||swigdomable.com^
||swigethinyl.top^
||swiggrazer.life^
||swimmerallege.com^
||swimsuitrustle.com^
||swimsunleisure.com^
||swimtwittercloakroom.com^
||swindlehumorfossil.com^
||swindlelaceratetorch.com^
||swinesuburbanclue.com^
||swingebudded.com^
||swingelinseys.com^
||swingtoeswinds.com^
||swishedbigha.digital^
||swisstoothpastelipstick.com^
||swivinglydite.com^
||swlkdqlcx.com^
||swmg.top^
||swoezdra.com^
||swollencompletely.com^
||swonqjzbc.com^
||swoodlander.site^
||swoopkennethsly.com^
||swordanatomy.com^
||swordbloatgranny.com^
||swordcirculation.com^
||sworddubiousagitated.com^
||swordeast.com^
||swordrelievedictum.com^
||swordshiret.net^
||swpnyrxgobtryu.com^
||swtchrules.click^
||swunge.com^
||swungencetacea.website^
||swvhwyaavewko.com^
||swwpush.com^
||swzgvmlvt.com^
||swzydgm.com^
||sxbbqlnulcmyhr.com^
||sxcbnqubygqekx.com^
||sxhivhz.com^
||sxipth.xyz^
||sxirpkuxm.com^
||sxlflt.com^
||sxlvklm.com^
||sxtpkrrvdvm.com^
||sxujfrzjmnb.com^
||sxwflxsontjwdb.com^
||sya9yncn3q.com^
||sybobuicks.com^
||sybostuff.com^
||syctwaerbln.com^
||sydneygfpink.com^
||syeniteexodoi.com^
||syetmpdktjeor.com^
||syinga.com^
||sykfmgu.com^
||sykojkqjygahl.com^
||syllableliking.com^
||syllabusimperfect.com^
||syllabuspillowcasebake.com^
||sylphschanged.life^
||sylxisys.com^
||symbolscathy.digital^
||symbolultrasound.com^
||symiwxemwgxtpj.com^
||symmorybewept.com^
||symoqecnefjj.com^
||sympatheticclue.com^
||sympatheticfling.com^
||sympathizededicated.com^
||sympathizeplumscircumstance.com^
||sympathybindinglioness.com^
||symphoneupcom.site^
||symphonyobservation.com^
||synchronizedoll.com^
||synchronizerobot.com^
||syndapop.com^
||syndicpop.com^
||syndopop.com^
||syndromeentered.com^
||syndromegarlic.com^
||synonymfeminine.com^
||synonymshutdownmoney.com^
||synsads.com^
||syntaxaboriginalsaxophone.com^
||syntaxtruckspoons.com^
||synthesissocietysplitting.com^
||synthesisvariables.com^
||syofklngqqlw.com^
||syphilohmmaging.site^
||syrianburlier.top^
||syringaburan.digital^
||syringeitch.com^
||syringewhile.com^
||syrsple2se8nyu09.com^
||syruphamster.com^
||syseinpoundaym.info^
||syshrugglefor.info^
||sysoutvariola.com^
||system-notify.app^
||systeme-business.online^
||systemengagedwisely.com^
||systemhostess.com^
||systemleadb.com^
||systemsivory.com^
||sytqxychwk.xyz^
||syvmnimluk.com^
||sywarcjmy.xyz^
||syxcwxur.com^
||syyycc.com^
||syyzbelmw.com^
||syzijqaufe.com^
||syzwiooheckxb.com^
||szbnnqyqn.com^
||szhcyxtszb.com^
||szkubfni.com^
||szkzvqs.com^
||szlipubod.com^
||szokwgcjxdt.com^
||szpabffpr.com^
||szpjpzi.com^
||szqxvo.com^
||szzhwaaxhnnrx.com^
||t.uc.cn^
||t0gju20fq34i.com^
||t0gkj99krb24.com^
||t2lgo.com^
||t58genestuff.com^
||t5lxz7dtq4iz.com^
||t7cp4fldl.com^
||ta3nfsordd.com^
||taaqhr6axacd2um.com^
||taaqxpyicjlgv.com^
||tabbingtremors.life^
||tabekeegnoo.com^
||tabfloor.com^
||tabici.com^
||tabidmelene.com^
||tablasmaximed.website^
||tableautroller.top^
||tabledownstairsprovocative.com^
||tablepeppery.com^
||tablesgrace.com^
||tableshooliganbait.com^
||tabletbragcreak.com^
||tabloidbadger.com^
||tabloidquantitycosts.com^
||tabloidsuggest.com^
||taborsfields.top^
||tabulaeokas.com^
||tabutelei.guru^
||tacklerloin.com^
||tackleyoung.com^
||tacticmuseumbed.com^
||tacticpoignantsteeple.com^
||tacticschangebabysitting.com^
||tacticsjoan.com^
||tadadamads.com^
||tadamads.com^
||tadsbelver.com^
||taembed.com^
||taetsiatomia.com^
||taexnaexgg.com^
||tagalodrome.com^
||tagassulatests.top^
||taggerumbre.uno^
||taghaugh.com^
||tagloognain.xyz^
||tagmai.xyz^
||tagoutlookignoring.com^
||tagroors.com^
||tagun.xyz^
||taheenturfdom.com^
||tahqcecads.com^
||tahwox.com^
||taibaveeshie.net^
||taicheetee.com^
||taicoobu.com^
||taidainy.net^
||taigasdoeskin.guru^
||taigathi.xyz^
||taigrooh.net^
||tailalwaysunauthorized.com^
||tailorendorsementtranslation.com^
||tailorfunctionknuckle.com^
||tainosapiece.com^
||taintvistacredulous.com^
||taipsuwa.com^
||taisteptife.com^
||taiuxljddwh.com^
||taiwhups.net^
||taizigly.net^
||take-grandincome.life^
||takeallsoft.ru^
||takecareproduct.com^
||takelnk.com^
||takemydesk.co^
||takemyorder.co^
||takeoverpushy.com^
||takeoverrings.com^
||takestruggle.com^
||takeyouforward.co^
||takingpot.com^
||takiparkrb.site^
||takychasing.com^
||talabondreary.top^
||talcoidsakis.com^
||taleinformed.com^
||talentinfatuatedrebuild.com^
||talentorganism.com^
||talentslimeequally.com^
||talerselrage.com^
||talesapricot.com^
||taliagebauxite.com^
||talipeshorst.com^
||talitolstared.website^
||talkingwinquarry.com^
||tallfriend.pro^
||tallwhilstinventory.com^
||tallyhofaggot.top^
||tallysaturatesnare.com^
||talouktaboutrice.info^
||talrahot.net^
||talsauve.com^
||tamaraoolympic.life^
||tamedilks.com^
||tamesurf.com^
||taminystopgap.com^
||tamperlaugh.com^
||tampinbecker.com^
||tampvhio.com^
||tanandatable.com^
||tanceteventu.com^
||tancommunicated.com^
||tandavaecorche.top^
||tangerinetogetherparity.com^
||tangpuax.xyz^
||tanivanprevented.com^
||tankiuz.xyz^
||tanksfright.com^
||tantohoggism.com^
||taonforhavinga.info^
||taotobuzz.xyz^
||taovgsy.com^
||taoyinbiacid.com^
||tapallpurposepantomime.com^
||tapdb.net^
||tapeabruptlypajamas.com^
||tapetalvolva.top^
||tapewherever.com^
||tapheetsat.com^
||tapingauthenticemulation.com^
||tapingdynasty.com^
||tapingfoulgos.com^
||tapinghouseworkusual.com^
||tapiocaindowed.space^
||tapioni.com^
||tapixesa.pro^
||tapjoyads.com^
||tapproveofchild.info^
||taprtopcldfa.co^
||taprtopcldfard.co^
||taprtopcldfb.co^
||tarandunlame.life^
||taraponrigodon.guru^
||tarebearpaw.top^
||tarieoctant.top^
||taroads.com^
||tarokbien.com^
||tarriesthetine.digital^
||tarrilyathenee.com^
||tarsiusbaconic.com^
||tartanaanvils.com^
||tartarsharped.com^
||tartator.com^
||tartingfirming.space^
||tarvegaudery.top^
||taryardtugged.com^
||tasesetitoefany.info^
||taskariose.com^
||tasmok.com^
||tastednavigation.com^
||tasterscaltha.com^
||tastierxyphoid.com^
||tasvagaggox.com^
||tat3ayogh6.com^
||tatdunsit.com^
||tatersbilobed.com^
||tattepush.com^
||tattoocommit.com^
||tauaddy.com^
||taughtwandamazingly.com^
||tauphaub.net^
||taurinkimonos.uno^
||taurse.com^
||tautcare.pro^
||tautenstapetta.com^
||tauthaujici.com^
||tauvoojo.net^
||tawniessmoot.com^
||taxaixkpruxj.com^
||taxedborley.com^
||taxiconsiderable.com^
||taximenmugwort.com^
||taxismaned.top^
||taxissunroom.com^
||taxitesgyal.top^
||taxiwayunmoral.com^
||taxmenredug.top^
||taxodiu2m2dis7tichum.com^
||taxpillsqueal.com^
||tazagdv.com^
||tberjonk.com^
||tbgmckdemnv.com^
||tbiwkjomju.com^
||tbm09.com^
||tbmwkwbdcryfhb.xyz^
||tbpot.com^
||tbppfktchj.com^
||tbradshedm.org^
||tbsjkaorxwuchyb.com^
||tbtqjbgrelc.xyz^
||tbudpgepadxfoch.com^
||tbudz.co.in^
||tburmyor.com^
||tbxnhnorzujvs.com^
||tcaochocskid.com^
||tcaukthwaalsoex.info^
||tcdyjyrj.com^
||tcgehkuyoblgg.xyz^
||tchinaprecenta.info^
||tcjyhblfmcl.xyz^
||tcowmrj.com^
||tcpcharms.com^
||tcpnth.xyz^
||tcppu.com^
||tcprd.xyz^
||tcwcs.com^
||tczzzlwpss.com^
||td553.com^
||td563.com^
||td583.com^
||td5xffxsx4.com^
||tdditqosnpeo.com^
||tdfkidmyynbqu.com^
||tdgtkqtluuhjcfw.com^
||tdqhlowkhxeohe.com^
||tdrtqjbifwl.com^
||tdspa.top^
||tdwbcjgaal.com^
||teachingcosmetic.com^
||teachleaseholderpractitioner.com^
||teachmewind.com^
||teads.tv^
||teaismonless.com^
||tealsgenevan.com^
||teambetaffiliates.com^
||teamsmarched.com^
||teamsperilous.com^
||teapotripencorridor.com^
||teaqrznepjv.com^
||tearingdubnought.com^
||tearingreasoningempower.com^
||tearnumeral.com^
||tearsincompetentuntidy.com^
||teasimilarman.com^
||teatycacicus.com^
||teayeoutm.com^
||teazledbyes.com^
||tebadu.com^
||tebeveck.xyz^
||tecaavdsy.com^
||techahv.com^
||techclicks.net^
||techiteration.com^
||techniciancocoon.com^
||technicianforestallproper.com^
||technologycontemplate.com^
||technoratimedia.com^
||technoshadows.com^
||techreviewtech.com^
||tecominchisel.com^
||tecuil.com^
||teddedskeich.com^
||teddynineteenthpreoccupation.com^
||tedious-weight.pro
||tediousdetective.com^
||tediouswavingwhiskey.com^
||tedtug.com^
||tedxffemqblmk.xyz^
||teedleeparchy.top^
||teedoping.com^
||teefousoju.com^
||teefuthe.com^
||teeglimu.com^
||teelconch.com^
||teemcapablespinal.com^
||teemooge.net^
||teenagerapostrophe.com^
||teensexgfs.com^
||teentitsass.com^
||teenybarnacle.com^
||teenymuteprospect.com^
||teepoomo.xyz^
||teethbatchevy.com^
||teeveetakahe.space^
||tefaighecmoa.com^
||tefuse.com^
||tegleebs.com^
||tegronews.com^
||tegrooxo.xyz^
||tehave.com^
||tehras.com^
||teicdn.com^
||teiidsfortune.com^
||teinlbw.com^
||tejwsqrso.xyz^
||teknologia.co^
||teksishe.net^
||tel-tel-fie.com^
||telechargementdirect.net^
||telegramsit.com^
||telegramspun.com^
||telegraphunreal.com^
||teleostrodmen.com^
||telescopepigs.com^
||telescopesemiprominent.com^
||telescopespinal.com^
||televeniesuc.pro^
||televisionjitter.com^
||telingabureaus.top^
||telllwrite.com^
||tellmadeirafireplace.com^
||tellseagerly.com^
||tellsringeye.com^
||tellyowingrichest.com^
||tellysetback.com^
||telwrite.com^
||tembetachasmic.guru^
||tembetanymil.com^
||temksrtd.net^
||tempbugs.com^
||tempeorek.org^
||temperacaimans.com^
||temperaturecoalitionbook.com^
||tempergleefulvariability.com^
||temperickysmelly.com^
||temperrunnersdale.com^
||templa.xyz^
||templeoffendponder.com^
||temporalirrelevant.com^
||temporarilybrancheshideous.com^
||temporarilylavenderenforce.com^
||temporarilylocate.com^
||temporarilyruinconsistent.com^
||temporarilysearchingcomputer.com^
||temporarilyunemployed.com^
||temporarytv.com^
||tempyodatos.com^
||temvbbhgmcghgbc.xyz^
||tenantbaffle.life^
||tend-new.com^
||tendencysanction.com^
||tenderlywomblink.com^
||tendernessknockout.com^
||tendongolach.uno^
||tendrestases.top^
||tendycdn.online^
||tenhousewife.com^
||tensagesic.com^
||tense-print.pro^
||tenseapprobation.com^
||tensorsbancos.com^
||tentativeroofearlap.com^
||tenthgiven.com^
||tenthsfrumpy.com^
||tentletunkept.uno^
||tentmess.com^
||tentorycomales.space^
||tentubu.xyz^
||tentyboma.top^
||teogagsmm.com^
||terabigyellowmotha.info^
||teracent.net^
||teracreative.com^
||teraiwaxing.uno^
||terbit2.com^
||tercelangary.com^
||tercetsjuza.space^
||tercinegalumph.top^
||terciogouge.com^
||terelinkman.info^
||termadodad.com^
||terminalcomrade.com^
||terminusbedsexchanged.com^
||termslimemonks.com^
||ternarymugging.top^
||terra8nb.com^
||terraceevident.com^
||terracehypnotize.com^
||terraclicks.com^
||terralink.xyz^
||terrapsps.com^
||terrapush.com^
||terrasdsdstd.com^
||terrible-angle.pro^
||terribledeliberate.com^
||terrificlukewarm.com^
||terrifyingdeveloperreschedule.com^
||tessratans.com^
||testamenttakeoutkill.com^
||testifyconvent.com^
||testisurbian.top^
||testsite34.com^
||tetfer.com^
||tetractsycon.uno^
||tetryllinkage.com^
||tetrylscullion.com^
||tettrro.info^
||teughsavour.top^
||tevdrduqq.com^
||tevermotoriesmyst.info^
||tewingrodents.uno^
||texacosimkin.com^
||texamp.com^
||textbookmudbutterfly.com^
||textspannerreptile.com^
||texturedetrimentit.com^
||textureeffacepleat.com^
||tfaln.com^
||tffkroute.com^
||tfiph.com^
||tfla.xyz^
||tfmgqdj.com^
||tfmkdrcjpcdf.xyz^
||tfosrv.com^
||tfovmbclzpekgb.com^
||tfqrqdpgarskxv.com^
||tfsqxdc.com^
||tfsxszw.com^
||tgandmotivat.com^
||tgboghbslgrkg.com^
||tgdyrtkjmbgimg.com^
||tgfqtwlwts.com^
||tgsscmaxfi.com^
||tgvlrlof.com^
||thagrals.net^
||thagroum.net^
||thaickoo.net^
||thaidrix.xyz^
||thaidsir.xyz^
||thaifteg.com^
||thaighee.xyz^
||thaignax.net^
||thaiheq.com^
||thaimoul.net^
||thairoob.com^
||thaistiboa.com^
||thaitchy.net^
||thaitingsho.info^
||thaiwhou.com^
||thakscholae.com^
||thale-ete.com^
||thalseer.xyz^
||thalto.com^
||thangetsoam.com^
||thaninncoos.com^
||thanksgivingbilliardslight.com^
||thanksgivingdelights.com^
||thanksgivingdelights.name^
||thanksthat.com^
||thanmounted.com^
||thanosofcos5.com^
||thanot.com^
||thanstruggling.com^
||tharbadir.com^
||tharenpeonize.space^
||thathechoxe.com^
||thatincidentwad.com^
||thatmonkeybites3.com^
||thatshab.website^
||thaucmozsurvey.space^
||thaudray.com^
||thauftoa.net^
||thaujauk.net^
||thaust.com^
||thautept.xyz^
||thautselr.com^
||thautsie.net^
||thauwhoxaulr.com^
||thauzauw.xyz^
||thaveksi.net^
||thawbootsamplitude.com^
||thawheek.com^
||thawpublicationplunged.com^
||thayed.com^
||thaz.xyz^
||theactualnewz.com^
||theactualstories.com^
||theadgateway.com^
||theapple.site^
||thearoids.com^
||theathematica.info^
||theatresintotales.com^
||thebestappever.app^
||thebestgame2020.com^
||thecarconnections.com^
||thechargenews.com^
||thechleads.pro^
||thechronicles2.xyz^
||theckouz.com^
||thecoolposts.com^
||thecred.info^
||thedentadsi24.com^
||theedrem.xyz^
||theehouho.xyz^
||theekedgleamed.com^
||theeksen.com^
||theelolcuffle.top^
||theelrou.net^
||theenfu.com^
||theepsie.com^
||theessoapt.com^
||theextensionexpert.com^
||thefacux.com^
||thefastpush.com^
||thefenceanddeckguys.com^
||thefreshposts.com^
||theglossonline.com^
||thegntabooed.com^
||thegoodcaster.com^
||thehotposts.com^
||thehypenewz.com^
||theihafe.com^
||theirbellsound.co^
||theirpervasivegrid.com^
||thekromp.com^
||theloungenet.com^
||thematicalastero.info^
||thembriskjumbo.com^
||themeillogical.com^
||themeulterior.com^
||themingmidland.top^
||themselphenyls.com^
||themselvesafloatmirth.com^
||themselvesbike.com^
||themselvestypewriter.com^
||thenceafeard.com^
||thenceextremeeyewitness.com^
||thencemutinyhamburger.com^
||thenceshapedrugged.com^
||thenewstreams.com^
||thenicenewz.com^
||theod-omq.com^
||theologicallimbs.com^
||theologicalpresentation.com^
||theologizerg.xyz^
||theoltoozle.com^
||theonecdn.com^
||theonesstoodtheirground.com^
||theonlins.com^
||theoriamungey.com^
||theoryexempt.com^
||theorysuspendlargest.com^
||theoverheat.com^
||thepeom.com^
||theplayadvisor.com^
||thepopads.com^
||theprizesenses.life^
||thepsimp.net^
||therapistpopulationcommentary.com^
||therapistpresumegooseberry.com^
||thercockremar.com^
||thereafterreturnriotous.com^
||therebycapablerising.com^
||theredictatortreble.com^
||therefinaldecided.com^
||therefoortowa.com^
||thereforedolemeasurement.com^
||thereforeprecipitation.com^
||thereforetreadvoluntarily.com^
||therelimitless.com^
||thereshotowner.com^
||thereuponscare.com^
||thermometertally.com^
||therubiqube.com^
||thesauruspainfully.com^
||thescads.com^
||thesekid.pro^
||theshafou.com^
||thesisadornpathetic.com^
||thesisfluctuateunkind.com^
||thestatueoftheap.info^
||thetarhaw.com^
||thetaweblink.com^
||thetchaixoo.com^
||thethateronjus.com^
||thetoptrust.com^
||thetrendytales.com^
||thetreuntalle.com^
||theusualsuspects.biz^
||theusualsuspectz.biz^
||theweblocker.net^
||thewhizmarketing.com^
||thewiercopse.website^
||thewowfeed.com^
||thewscozier.uno^
||thewulsair.com^
||thewymulto.life^
||theyeiedmadeh.info^
||theyenglory.guru^
||theythourbonusgain.life^
||theyunm.com^
||thgebtibfyry.com^
||thibwejrqrmjstt.com^
||thicackfyr.com^
||thick-ruin.pro^
||thickcharityinextricable.com^
||thicketindisputableimpeccable.com^
||thickshortwage.com^
||thickstatements.com^
||thidroam.com^
||thiefbeseech.com^
||thievesanction.com^
||thighargu.com^
||thighleopard.com^
||thighpoker.com^
||thikraik.net^
||thikreept.com^
||thillylivre.com^
||thilsaig.xyz^
||thin-hold.pro^
||thinadmitted.com^
||thingrealtape.com^
||thingsdetermine.com^
||thingsshrill.com^
||thinkingpresentimenteducational.com^
||thinkingwindfallhandkerchief.com^
||thinksuggest.org^
||thinneddarns.digital^
||thinperspectivetales.com^
||thinrabbitsrape.com^
||thinssence.top^
||thirab.com^
||thiraq.com^
||third-tracking.com^
||thirdreasoncomplex.com^
||thirteenthadjectivecleaning.com^
||thirtycabook.com^
||thirtyeducate.com^
||thirtyfellowpresumptuous.com^
||thiscdn.com^
||thiscombinationdecorated.com^
||thisiswaldo.com^
||thisisyourprize.site^
||thislaboratory.com^
||thivelunliken.com^
||thnqemehtyfe.com^
||thoaboow.xyz^
||thoaltie.net^
||thoalugoodi.com^
||thoartuw.com^
||thodon.com^
||thofandew.com^
||thofteert.com^
||thoges.com^
||tholor.com^
||thomasbarlowpro.com^
||thompaur.com^
||thompoot.com^
||thongaspredo.com^
||thonggrassdependant.com^
||thongivi.net^
||thongrooklikelihood.com^
||thongsalhagi.com^
||thongwarily.com^
||thoobsix.xyz^
||thoogleeds.com^
||thoorest.com^
||thoorgins.com^
||thooruwee.com^
||thootsuh.xyz^
||thorgeergiwi.com^
||thornfloatingbazaar.com^
||thornrancorouspeerless.com^
||thornyinitial.pro^
||thoroughfarefeudalfaster.com^
||thoroughlynightsteak.com^
||thoroughlyshave.com^
||thorpeseriouslybabysitting.com^
||thorsado.net^
||thoseads.com^
||thosecalamar.top^
||thosecandy.com^
||thosemungo.life^
||thoudroa.net^
||thouedslipped.life^
||thoughtfulcontroversy.com^
||thoughtfullyaskedscallop.com^
||thoughtgraphicshoarfrost.com^
||thoughtleadr.com^
||thoughtlessindeedopposition.com^
||thouhoom.xyz^
||thoupsuk.net^
||thoupsurtafo.com^
||thouptos.net^
||thousandfalteralbeit.com^
||thousandfixedlyyawn.com^
||thousicefall.top^
||thoved.com^
||threatdetect.org^
||threateningeleven.com^
||threatotherwise.com^
||threeinters.com^
||threerfdfgourgold.com^
||thresholdunusual.com^
||threwtestimonygrieve.com^
||thrilledroundaboutreconstruct.com^
||thrillingpairsreside.com^
||thripelbertie.website^
||thrivebubble.com^
||thrivebuisson.top^
||thrivenrewired.life^
||throatpoll.com^
||throbscalpelaffirm.com^
||throgetfd.com^
||throngsarseno.com^
||throughdazzlesponge.com^
||throughdfp.com^
||throwinterrogatetwitch.com^
||throwsceases.com^
||thrtle.com^
||thruss.com^
||thrustlumpypulse.com^
||thterras.com^
||ththinleavesofe.com^
||thtpxwnqfx.com^
||thuac.com^
||thuah.com^
||thuant.com^
||thubanoa.com^
||thuliagum.com^
||thulrlidos.com^
||thumeezy.xyz^
||thump-night-stand.com^
||thumpdrownthreat.com^
||thumpssleys.com^
||thunderdepthsforger.top^
||thunderhead.com^
||thunderous-request.pro^
||thuphedsaup.com^
||thurnflfant.com^
||thursailso.com^
||thursdaydurabledisco.com^
||thursdayoceanexasperation.com^
||thusdrink.com^
||thusenteringhypocrisy.com^
||thusqhlt.com^
||thutes.com^
||thutsish.xyz^
||thycantyoubelike.com^
||thygrepuwo.pro^
||thymomamunify.top^
||thyouglasuntilj.info^
||thyroidaketon.com^
||ti583.com^
||tiaraedmessing.uno^
||tiarasorthose.website^
||tibacta.com^
||tibcpowpiaqv.com^
||tibertannoy.com^
||tic-tic-bam.com^
||tic-tic-toc.com^
||ticaadjuk.xyz^
||ticaframeofm.xyz^
||ticalfelixstownru.info^
||ticalwhichhereal.info^
||tichoake.xyz^
||ticielongsuched.com^
||tick-tock.net^
||tickconventionaldegradation.com^
||ticketsrubbingroundabout.com^
||ticketswinning.com^
||tickleinclosetried.com^
||tickleorganizer.com^
||tickmatureparties.com^
||ticrite.com^
||tictacfrison.com^
||tictastesnlynot.com^
||tidaltv.com^
||tidalwavetrx.com^
||tideairtight.com^
||tidedfinned.top^
||tidenoiseless.com^
||tidigrated.space^
||tidint.pro^
||tidual.com^
||tidy-mark.com^
||tidyinglionesscoffee.com^
||tidyingpreludeatonement.com^
||tidyinteraction.pro^
||tidyllama.com^
||tiemerry.com^
||tierbignews.com^
||tiesmmflv.com^
||tigerpush.net^
||tightendescendantcuddle.com^
||tighterinfluenced.com^
||tightervarying.com^
||tignuget.net^
||tigraiosar.space^
||tigrisbewray.life^
||tihursoa.net^
||tiijdxto.com^
||tiksgayowqln.com^
||tiktakz.xyz^
||tiledissipatelocum.com^
||tilesmuzarab.com^
||tilpahaidance.space^
||tiltgardenheadlight.com^
||tilttrk.com^
||tiltwin.com^
||timcityinfirmary.com^
||time4news.net^
||timecrom.com^
||timedvichy.com^
||timeforagreement.com^
||timelymongol.com^
||timeone.pro^
||timesresidential.com^
||timesroadmapwed.com^
||timetablewearmatrix.com^
||timetoagree.com^
||timidtraumaticterminate.com^
||timingbitternessgreasy.com^
||timoggownduj.com^
||timot-cvk.info^
||timpanosheng.com^
||timsef.com^
||timtamti.net^
||tinbuadserv.com^
||tingedpapyrin.guru^
||tingeedy.xyz^
||tingexceleler.com^
||tingledpredy.com^
||tinkermockingmonitor.com^
||tinkerwidth.com^
||tinkhvy.uno^
||tinkletemporalbuy.com^
||tinmanernst.com^
||tinpotkyrios.life^
||tinsus.com^
||tintedparticular.com^
||tintersloggish.com^
||tiny-atmosphere.com^
||tionakasulbac.net^
||tionininanceena.info^
||tiotyuknsyen.org^
||tipcartoleron.com^
||tipcatscarola.com^
||tipcupids.com^
||tiplesstharms.top^
||tipmanperdure.com^
||tipphotographermeans.com^
||tiprd.xyz^
||tipsembankment.com^
||tipslyrev.com^
||tiptoesstbd.com^
||tipupgradejack.com^
||tiqavcjxjn.com^
||tiqjubxy.com^
||tiqkfjgafckf.com^
||tirebrevity.com^
||tirecolloquialinterest.com^
||tiredomlovered.com^
||tiresomemuggyeagerly.com^
||tiringinadmissiblehighlight.com^
||tirosagalite.com^
||tissuespectrumadulthood.com^
||titanads1.com^
||titanads2.com^
||titanads3.com^
||titanads4.com^
||titanads5.com^
||titanicimmunehomesick.com^
||titanicmaximumlaboratory.com^
||titanictooler.top^
||titaniumveinshaper.com^
||tithewtog.com^
||titlerwilhelm.com^
||titoaktop.com^
||tittyptinoid.com^
||titulionlap.top^
||titvrbob.xyz^
||tiuweaser.top^
||tivapheegnoa.com^
||tivatingotherem.info^
||tivvsaunec.com^
||tiwbgqddmz.com^
||tiwhaiph.net^
||tiwouboa.com^
||tixir.xyz^
||tizadumbed.com^
||tjaard11.xyz^
||tjavravj.com^
||tjclskcamptg.com^
||tjgpeswdkrym.com^
||tjibxzqxtl.com^
||tjnkrrygmgp.com^
||tjnvqptv.com^
||tjsicyijerce.com^
||tjuhdrm.com^
||tjwrwhcdshb.xyz^
||tjxfkmlhubh.com^
||tkaqlvqjnn.com^
||tkbo.com^
||tkhwslqsmjwingf.com^
||tkickhhylnvm.com^
||tkidcigitrte.com^
||tkifahjutoj.com^
||tkkbcwrmwfyymfo.xyz^
||tkqjiukbtjboub.com^
||tkyzzjfpiqj.com^
||tl2go.com^
||tleboywhowa.com^
||tlivgsvwkaysva.xyz^
||tllfouwvkqza.com^
||tlolaxalxdk.com^
||tlootas.org^
||tlprbzoi.com^
||tlrkcj17.de^
||tltfufoegaeupev.com^
||tluicnvqxbjdt.com^
||tlvkywwnuvgtq.com^
||tlwixvejx.xyz^
||tlxkomrhkl.com^
||tlybabet.com^
||tlyrlnyy.xyz^
||tlysearchingforanopt.info^
||tlznblypsyyr.com^
||tm5kpprikka.com^
||tmb5trk.com^
||tmematapyramid.space^
||tmesesunfound.top^
||tmfkuesmlpto.com^
||tmftsdjyahbhi.com^
||tmh4pshu0f3n.com^
||tmjhdyghjm.com^
||tmjididaqbom.com^
||tmnbocewmddu.com^
||tmnsstf.com^
||tmrjaghtledm.com^
||tmrjmp.com^
||tmulppw.com^
||tmyzer.com^
||tmztcfp.com^
||tncomg.com^
||tncred.com^
||tneca.com^
||tnhaebl.com^
||tniupjzpmb.com^
||tnjsbbt.com^
||tnmmfgilvrjivxk.xyz^
||tnpads.xyz^
||tnqsnxsdt.com^
||tnsmufijcnulqtl.com^
||tnudztz.com^
||tnwlpbxyto.com^
||toabaise.net^
||toabuck.xyz^
||toaduroo.xyz^
||toaglaun.xyz^
||toaglegi.com^
||toajephu.com^
||toapodazoay.com^
||toastcomprehensiveimperturbable.com^
||toastspinner.com^
||toateeli.net^
||toawaups.net^
||toawhulo.com^
||tobaccocentgames.com^
||tobaitsie.com^
||tobaltoyon.com^
||toboads.com^
||toccatamotific.com^
||todaysbestsellers.com^
||toddernovas.digital^
||toddlecausebeeper.com^
||toddydelayer.com^
||toeapesob.com^
||toeholdbarrack.life^
||toenaildemand.com^
||toenailmutenessalbert.com^
||toenailplaywright.com^
||toenailtrishaw.com^
||toeornbcfj.com^
||toffeeallergythrill.com^
||toffeecollationsdogcollar.com^
||toftheca.buzz^
||togataurnfuls.com^
||togenron.com^
||togetherballroom.com^
||togetherinvitation.com^
||toglooman.com^
||togranbulla.com^
||togtholism.com^
||toiletallowingrepair.com^
||toiletunlikely.com^
||toisingdubbah.top^
||toisingthecia.top^
||tojoliykywmhj.com^
||tokenads.com^
||tokenvolatilebreaker.com^
||tokofyttes.com^
||tokyokumbuk.com^
||tokyoredcirce.com^
||tolacdn.online^
||toldclassifiedhardware.com^
||tolecingula.com^
||tollcondolences.com^
||tollyeric.com^
||tolrock.com^
||tolstoyclavers.top^
||toltooth.net^
||toluenehoedown.com^
||tolyafbnjt9dedjj10.com^
||tomatoescampusslumber.com^
||tomatohackblobs.com^
||tomatoqqamber.click^
||tomawilea.com^
||tombclients.com^
||tomekas.com^
||tomeleafs.com^
||tomepermissible.com^
||tominwigan.top^
||tomladvert.com^
||tommiesuntewed.com^
||tomornpinjane.com^
||tomsjousts.life^
||tonapplaudfreak.com^
||toncooperateapologise.com^
||tondikeglasses.com^
||toneadds.com^
||toneernestport.com^
||toneincludes.com^
||tonemedia.com^
||tonesnorrisbytes.com^
||tongabanky.com^
||tonganserried.life^
||tongsgodforsaken.com^
||tongsscenesrestless.com^
||tonguedvulturn.com^
||tonicdivedfounded.com^
||tonicneighbouring.com^
||toninjaska.com^
||tonksoftie.top^
||tonqvqwtvksh.com^
||tonsilyearling.com^
||tontrinevengre.com^
||toojaipi.net^
||toolsyjejune.com^
||toolsyjejunen.com^
||toolughitilagu.com^
||toomeepi.xyz^
||toonoost.net^
||toorphanage.com^
||tooshecu.com^
||toothacheformer.com^
||toothbrushconceitedsemi.com^
||toothbrushlimbperformance.com^
||toothcauldron.com^
||toothoverdone.com^
||toothpasteginnysorrow.com^
||toothstrike.com^
||toothtranquilizerdeliverance.com^
||toovoala.net^
||top-clips.space^
||top-offers1.com^
||top-performance.best^
||top-performance.club^
||top-performance.top^
||top-performance.work^
||topadbid.com^
||topadsservices.com^
||topadvdomdesign.com^
||topatincompany.com^
||topbestscoreapp.com^
||topbetfast.com^
||topblockchainsolutions.nl^
||topcastshoran.space^
||topclips.today^
||topcreativeformat.com^
||topdailynewz.com^
||topdisplaycontent.com^
||topdisplayformat.com^
||topdisplaynetwork.com^
||topflownews.com^
||topfreenewsfeeds.com^
||topiccorruption.com^
||toplinkz.ru^
||topmostolddoor.com^
||topmoststramp.com^
||topmusicalcomedy.com^
||topnews-24.com^
||topnewsfeeds.net^
||topperformance.xyz^
||toppics.info^
||topprofitablecpm.com^
||topprofitablegate.com^
||topqualitylink.com^
||toprevenuecpmnetwork.com^
||toprevenuegate.com^
||toprevenuenetwork.com^
||topsecurity2024.com^
||topsummerapps.net^
||topswp.com^
||toptrendyinc.com^
||topvids.email^
||topvids.info^
||topvids.online^
||topvids.org^
||topvids.space^
||toquetbircher.com^
||torattatachan.com^
||torchtrifling.com^
||torioluor.com^
||toromclick.com^
||torooptudaiz.com^
||tororango.com^
||torpsol.com^
||torrango.com^
||torrent-protection.com^
||torrentprotection.com^
||torrentsafeguard.com^
||torselinly.com^
||toselfless.com^
||tosfeed.com^
||toshlygappier.guru^
||toshlypilate.com^
||toskmisway.com^
||tosolroa.xyz^
||tosspowers.com^
||tosssix.com^
||tossspecifytill.com^
||tosuicunea.com^
||totadblock.com^
||totalab.online^
||totalab.xyz^
||totalactualnewz.com^
||totaladblock.com^
||totalcoolblog.com^
||totalfreshwords.com^
||totallyplaiceaxis.com^
||totalnicefeed.com^
||totalnicenewz.com^
||totalnicestories.com^
||totalsatisfactorily.com^
||totalwowblog.com^
||totalwowfeed.com^
||totalwownews.com^
||totemcash.com^
||totentacruelor.com^
||totientyakshi.website^
||totlnkbn.com^
||totlnkcl.com^
||totogetica.com^
||totoro2011.xyz^
||totoromeeds.life^
||touaz.xyz^
||touchtamilic.com^
||touchyeccentric.com^
||toughdrizzleleftover.com^
||tougherrancor.website^
||toughtoxacid.com^
||touphaulaud.com^
||toupsonie.com^
||touptaisu.com^
||touptaiw.xyz^
||touracopilaf.com^
||touracostephe.com^
||tourismpatron.com^
||tournamentdouble.com^
||tournamentfosterchild.com^
||tournamentfraydirection.com^
||tournamentsevenhung.com^
||touroumu.com^
||toutedwaeness.guru^
||toutheesosu.com^
||toutingmatelow.com^
||touzia.xyz^
||tovanillitechan.com^
||tovespiquener.com^
||towageurson.top^
||towardsflourextremely.com^
||towardsmainlandpermissible.com^
||towardsturtle.com^
||towcoaah.com^
||towerdesire.com^
||towersalighthybrids.com^
||towerslady.com^
||townrusisedprivat.info^
||townstainpolitician.com^
||toxaminbowtell.com^
||toxemiaslier.com^
||toxicfluency.com^
||toxicrookie.com^
||toxonetwigger.com^
||toxtren.com^
||toyarableits.com^
||toyjofkkcdyr.com^
||toykifojsyufdba.xyz^
||toymancartop.top^
||toymenbenes.uno^
||toysrestrictcue.com^
||tozoruaon.com^
||tozqvor.com^
||tozuoi.xyz^
||tp1jcgl644jk.com^
||tpbsxcsa.com^
||tpcenzbgtybq.com^
||tpciqzm.com^
||tpcrfdnq.com^
||tpcserve.com^
||tpdads.com^
||tpeoplesho.info^
||tpjageoaehyir.com^
||tpmedia-reactads.com^
||tpmr.com^
||tpn134.com^
||tpopularcldfa.co^
||tpopularcldfb.co^
||tposkglvqookv.xyz^
||tpvrqkr.com^
||tpwtjya.com^
||tpydhykibbz.com^
||tpyxplkcap.top^
||tpzzdrxnp.com^
||tqgrrfssodfo.com^
||tqkfrdcwht.xyz^
||tqlkg.com^
||tqlvkfgnrsd.com^
||tqrjlqt.com^
||tqsrtyqpoeyp.com^
||tquvbfl.com^
||tqwxtglpr.com^
||tqxwilx.com^
||tr-boost.com^
||tr-bouncer.com^
||tr-monday.xyz^
||tr-rollers.xyz^
||tr-usual.xyz^
||tr563.com^
||trabinarnizies.com^
||tracepath.cc^
||tracereceiving.com^
||tracevictory.com^
||track-victoriadates.com^
||track.afrsportsbetting.com^
||track.totalav.com^
||track4ref.com^
||trackad.cz^
||trackad2.com^
||trackapi.net^
||tracker-2.com^
||tracker-sav.space^
||tracker-tds.info
||tracker-tds.info^
||tracker-tds2.site^
||tracker19875.space^
||tracker2.space^
||trackeverything.co^
||trackingmembers.com^
||trackingrouter.com^
||trackingshub.com^
||trackingtraffo.com^
||trackmundo.com^
||trackpshgoto.win^
||trackpush.com^
||tracks20.com^
||tracksfaster.com^
||trackspeeder.com^
||trackstracker.com^
||tracksystem.online^
||tracktds.com^
||tracktds.live^
||tracktilldeath.club^
||tracktraf.com^
||trackvbmobs.click^
||trackvol.com^
||trackvoluum.com^
||trackwilltrk.com^
||trackytrack02.com^
||tracot.com^
||tractorfoolproofstandard.com^
||tractusoutsum.com^
||tradbypass.com^
||trade46-q.com^
||tradeadexchange.com^
||trading21s.com^
||tradingken.com^
||tradingpancreasdevice.com^
||traditionallyobjectlessblinked.com^
||traff01traff02.site^
||traffdaq.com^
||traffic.adexprtz.com^
||traffic.club^
||traffic.name^
||trafficad-biz.com^
||trafficbass.com^
||trafficborder.com^
||trafficbottomgrains.com^
||trafficdok.com^
||trafficfactory.biz^
||traffichunt.com^
||trafficircles.com^
||trafficjunky.net^
||trafficlide.com^
||trafficmediaareus.com^
||trafficmoon.com^
||trafficmoose.com^
||trafficportsrv.com^
||trafficshop.com^
||traffictraders.com^
||traffmgnt.com^
||traffmgnt.name^
||trafget.com^
||trafogon.com^
||trafyield.com^
||tragedyhaemorrhagemama.com^
||tragency-clesburg.icu^
||tragicbeyond.com^
||tragicleftago.com^
||traglencium.com^
||trainedhomecoming.com^
||trainedpiano.com^
||trainsrolldrunken.com^
||traintravelingplacard.com^
||traiss.com^
||trakaff.net^
||traktrafficflow.com^
||tramcontact.com^
||tramplayeranyd.info^
||trampplantacre.com^
||trandlife.info^
||tranquilizerproposedattribute.com^
||transactionsparasite.com^
||transcriptcompassionacute.com^
||transcriptjeanne.com^
||transcriptobligegenerations.com^
||transferloitering.com^
||transferzenad.com^
||transformationdecline.com^
||transformationwrecking.com^
||transformignorant.com^
||transgressmeeting.com^
||transgressreasonedinburgh.com^
||transitionfrenchdowny.com^
||translationbuddy.com^
||translationerrandviolin.com^
||transmitterincarnatebastard.com^
||transmittermerchant.com^
||transportationdelight.com^
||traord.com^
||trapdoorstepsex.com^
||trapexpansionmoss.com^
||trappedpetty.com^
||trapskating.com^
||trarie.com^
||trashdisguisedextension.com^
||tratbc.com^
||traumatizedenied.com^
||traung.com^
||traveladvertising.com^
||traveldurationbrings.com^
||travelingbeggarlyregions.com^
||travelingfreshman.com^
||travelingshake.com^
||travelledelkremittance.com^
||travelledpropagandaconveniences.com^
||travellerkalgan.com^
||travelscream.com^
||traveltop.org^
||traversefloral.com^
||travescorylus.com^
||travidia.com^
||trawahdh2hd8nbvy09.com^
||trawibosxlc.com^
||trawlselymus.top^
||trazgki.com^
||trblocked.com^
||trc85.com^
||trccmpnlnk.com^
||trck.wargaming.net^
||trckswrm.com^
||trdnewsnow.net^
||trdwvyjj.xyz^
||treacherouscarefully.com^
||treasonemphasis.com^
||treasureantennadonkey.com^
||treasured-dad.pro^
||treasureralludednook.com^
||treasureravenvulgar.com^
||treatrechurn.uno^
||treatyaccuserevil.com^
||treatyintegrationornament.com^
||trebghoru.com^
||trebleheady.com^
||treblescholarfestival.com^
||trecurlik.com^
||trecut.com^
||treegreeny.org^
||treenghsas.com^
||treepullmerriment.com^
||trehtnoas.com^
||treitrehagdin.top^
||treitrejewfish.com^
||treklizard.com^
||trekstereo.com^
||trellian.com^
||trembleday.com^
||tremendous-tour.pro^
||tremendouspresentation.pro^
||tremorhub.com^
||trendmouthsable.com^
||trenhsasolc.com^
||trenhsmp.com^
||trenpyle.com^
||tretisretired.com^
||tretmumbel.com^
||trewnhiok.com^
||treyyejhcwyhn.com^
||trftopp.biz^
||tri.media^
||triadmedianetwork.com^
||trialsreticence.com^
||trianglecollector.com^
||tribalfusion.com^
||tribespiraldresser.com^
||tributesexually.com^
||trickerseasan.top^
||tricklesmartdiscourage.com^
||trickvealwagon.com^
||triedstrickenpickpocket.com^
||trienestooth.com^
||triersbed.top^
||trifaosmous.com^
||triflecardslouse.com^
||trifletonightanguish.com^
||trigami.com^
||triggerfrontagefaultless.com^
||triggersathlete.com^
||triggersinclude.com^
||triglyheiled.website^
||trigscocos.com^
||trikerboughs.com^
||trim-goal.com^
||trimpur.com^
||trimregular.com^
||trinitydiverge.com^
||trinitywishful.com^
||trionalpistler.com^
||tripledeliveryinstance.com^
||tripotbespit.digital^
||tripphloems.com^
||tripsstyle.com^
||tripsthorpelemonade.com^
||tristeacream.uno^
||triumphantplace.com^
||triviasplinty.com^
||trizonemellite.com^
||trjxehoxjcbxvuc.xyz^
||trk-aspernatur.com^
||trk-consulatu.com^
||trk-epicurei.com^
||trk-imps.com^
||trk-vod.com^
||trk.nfl-online-streams.live^
||trk023.com^
||trk3000.com^
||trk4.com^
||trkad.network^
||trkerupper.com^
||trkinator.com^
||trkings.com^
||trkk4.com^
||trklnks.com^
||trklvs.com^
||trkn1.com^
||trknext.com^
||trknk.com^
||trkr.technology^
||trkrdel.com^
||trkrspace.com^
||trks.us^
||trktcmdqko.com^
||trktnc.com^
||trkunited.com^
||trlxcf05.com^
||trmit.com^
||trmnsite.com^
||trmobc.com^
||trodpigbays.com^
||troduc.com^
||trokemar.com^
||trolleydemocratic.com^
||trolleydryerfunds.com^
||trollsvide.com^
||trollwarningpaws.com^
||trombocrack.com^
||tronads.io^
||tronmachi.com^
||troolyhonks.com^
||troopsassistedstupidity.com^
||troopseruptionfootage.com^
||troopslinecut.website^
||tropaiariskful.top^
||tropbikewall.art^
||tropinpodgily.life^
||tropylskins.com^
||trotconceivedtheological.com^
||trothko.com^
||trotolhonor.com^
||troublebarbara.com^
||troubled-stress.com^
||troubleextremityascertained.com^
||troublesomeleerycarry.com^
||troutrequires.com^
||trowingpaba.website^
||trpohkfedwway.xyz^
||trpool.org^
||trpop.xyz^
||trqwuvidegayhr.com^
||trribbup.xyz^
||trrmmxjst.com^
||trsbmiw.com^
||trskwvl.com^
||trtjigpsscmv9epe10.com^
||trtxdtigvap.com^
||truanet.com^
||truantslaughterbrew.com^
||truantsnarestrand.com^
||trubudoll.uno^
||truceforensicswaterfall.com^
||trucemallow.website^
||trulyunderestimatediscard.com^
||trumppuffy.com^
||trumpthisaccepted.com^
||truoqtqjyxes.com^
||trust.zone^
||trustaffs.com^
||trustbummler.com^
||trustedcpmrevenue.com^
||trustedgatetocontent.com^
||trustedpeach.com^
||trustedstream.life^
||trustedzone.info^
||trusterejecta.com^
||trustflayer1.online^
||trustlearningclearly.com^
||trustmaxonline.com^
||trustworthyturnstileboyfriend.com^
||trusty-research.com^
||trustyable.com^
||trustyfine.com^
||truthfulplanninggrasp.com^
||truthhascudgel.com^
||truthordarenewsmagazine.com^
||tryingacquaintance.com^
||trymynewspirit.com^
||trymysadoroh.site^
||trynhassd.com^
||trythe-letsketos.com^
||trytipemo.com^
||ts134lnki1zd5.pro^
||tsandycateup.com^
||tsapphires.buzz^
||tsaristcanapes.com^
||tsarkinds.com^
||tsbntfjyijlx.com^
||tsccqvlqjpchjcl.com^
||tseywo.com^
||tsfpvcpdpofbc.com^
||tsiwoulukdli.xyz^
||tsiwqtng8huauw30n.com^
||tslomhfys.com^
||tsml.fun^
||tsmqbyd.com^
||tspops.com^
||tsqabdrgxourg.com^
||tsrpcf.xyz^
||tsrpif.xyz^
||tsrrbok.com^
||tssandycateup.com^
||tstats-13fkh44r.com^
||tswmel.com^
||tswtwufqx.com^
||tswyxkasqago.com^
||tsyfnhd.com^
||tsyndicate.com^
||tszuhznuteoxkx.com^
||ttbm.com^
||ttdmrvck.com^
||ttgmjfgldgv9ed10.com^
||tthathehadstop.info^
||ttidstfuqhj.xyz^
||ttkhtwqi.com^
||ttney.com^
||ttnrd.com^
||ttoc8ok.com^
||ttsbtdgdo.com^
||ttzmedia.com^
||tubbeckfresher.life^
||tubberlo.com^
||tubby-delivery.pro^
||tubbyconversation.pro^
||tubeadvisor.com^
||tubecoast.com^
||tubecorp.com^
||tubecup.net^
||tubeelite.com^
||tubeformula.com^
||tubehole.com^
||tubemov.com^
||tubencyclopaediaswine.com^
||tubenest.com^
||tubepure.com^
||tuberay.com^
||tuberise.com^
||tubeskagos.life^
||tubestrap.com^
||tubeultra.com^
||tubewalk.com^
||tubroaffs.org^
||tubsougn.com^
||tucess.com^
||tuckerheiau.com^
||tucktunnelsnowman.com^
||tuddicijloxb.com^
||tuesdayfetidlit.com^
||tuffoonincaged.com^
||tufteraureous.digital^
||tugarmyindistinct.com^
||tuglikevertigo.com^
||tugust.com^
||tuhwjkesxo.com^
||tuitionpancake.com^
||tujofclqgazqa.com^
||tujourda.net^
||tukeelsy.com^
||tukulordimera.com^
||tulasitoughie.com^
||tuleceti.com^
||tulipsameedge.com^
||tumblebit.com^
||tumblebit.org^
||tumbleobjectswedding.com^
||tumbleroutlook.com^
||tumfiegoblins.life^
||tummeddomicil.space^
||tummingfass.com^
||tumri.net^
||tumultmarten.com^
||tumultuserscheek.com^
||tunatastesentertained.com^
||tundrapinjane.com^
||tunedecided.com^
||tunerschold.com^
||tuneshave.com^
||tuningsdammed.com^
||tunisiarivel.top^
||tunitytostara.info^
||tunnelbuilder.top^
||tunnelstitchfinal.com^
||tupwiwm.com^
||tuqizi.uno^
||tuquesrefuser.website^
||tur-tur-key.com^
||turbanconstituent.com^
||turbanmadman.com^
||turbansembiid.space^
||turbansour.com^
||turboadv.com^
||turbocap.net^
||turbostats.xyz^
||turbotaedile.com^
||turbulent-bedroom.pro^
||turbulentfeatherhorror.com^
||turdauch.xyz^
||turdinexylenyl.guru^
||turdsarnatta.com^
||turdwwakrh.com^
||tureukworektob.info^
||turfedtaboret.com^
||turfinggneiss.com^
||turganic.com^
||turgelrouph.com^
||turkeybegan.com^
||turkhawkswig.com^
||turkslideupward.com^
||turktransparent.com^
||turmitweir.com^
||turmoilmeddle.com^
||turmoilragcrutch.com^
||turncdn.com^
||turnhub.net^
||turnminimizeinterference.com^
||turnreview.com^
||turnstilespacious.com^
||turnstileunavailablesite.com^
||turpentinecomics.com^
||turvykingly.com^
||tuscanyaskant.com^
||tuskercampe.life^
||tusno.com^
||tutphiarcox.com^
||tutsterblanche.com^
||tutvp.com^
||tuudrwnbglqqvm.com^
||tuvlqcjff.com^
||tuvwryunm.xyz^
||tuwaqtjcood.com^
||tuwopnajwv.com^
||tuxbpnne.com^
||tuxycml.com^
||tuxzlhrwejszu.com^
||tv1s4d6klh4n.com^
||tvbsfmswrjap.com^
||tvbsjcmjndw.com^
||tvdbspojay.com^
||tvgxhvredn.xyz^
||tvkaimh.com^
||tvlaavcxdxlqan.com^
||tvprocessing.com^
||tvqqrycnutpp.com^
||tvvon.coreforger.top^
||tvwgstakdhkot.com^
||tvxrpdfgitlbsb.xyz^
||twaonhcjwoaouj.com^
||twazzyoidwlfe.com^
||twddsnvl.com^
||twelfthcomprehendgrape.com^
||twelfthdistasteful.com^
||twelvethighpostal.com^
||twentiesinquiry.com^
||twentiethparticipation.com^
||twentyaviation.com^
||twentycustomimprovement.com^
||twentydisappearance.com^
||twentydruggeddumb.com^
||twentyexaggerate.com^
||twentyqueen.com^
||twerwew.org^
||twigdose.com^
||twiggycosmoid.com^
||twigstandardexcursion.com^
||twilightsentiments.com^
||twinadsrv.com^
||twinedabider.guru^
||twinfill.com^
||twinkle-fun.net^
||twinklecourseinvade.com^
||twinnercarrat.digital^
||twinpinenetwork.com^
||twinrdack.com^
||twinrdsrv.com^
||twinrdsyn.com^
||twinrdsyte.com^
||twinrtb.com^
||twinseller.com^
||twinsoflave.com^
||twinsrv.com^
||twistads.com^
||twistconcept.com^
||twistcrevice.com^
||twistedhorriblybrainless.com^
||twisthello.com^
||twithdifyferukentas.info^
||twittad.com^
||twkcbfwam.com^
||twnrydt.com^
||twohrxbrns.com^
||twokidjay.com^
||twovqti.com^
||twpasol.com^
||twrencesprin.info^
||twtad.com^
||twtdkzg.com^
||twvybupqup.xyz^
||twwp3.top^
||twwxjqsk.com^
||txcmjo.com^
||txgeszx.com^
||txhrnluuyt.com^
||txjhmbn.com^
||txnhmdvka.com^
||txouliypi.com^
||txpwtidvgvt.com^
||txrhpjddhbal.com^
||txtcompert.com^
||txumirk.com^
||txwhfmxlmu.com^
||txzaazmdhtw.com^
||tyblecnuft.com^
||tychismfeasts.com^
||tychon.bid^
||tydevelelastic.com^
||tyhjukinimoqfgv.com^
||tyhlwigp.com^
||tyhwheveeshngi.xyz^
||tyifdiff.xyz^
||tyingentered.com^
||tylcpcikj.com^
||tylfgkf.com^
||tylocintriones.com^
||tylosischewer.com^
||tynt.com^
||typablecyclide.com^
||typerealisepredict.com^
||typescoordinate.com^
||typesluggage.com^
||typicalappleashy.com^
||typicallyapplause.com^
||typicalsecuritydevice.com^
||typiccor.com^
||typiconrices.com^
||typsxumcsjw.com^
||tyqptghilt.com^
||tyract.com^
||tyranbrashore.com^
||tyranpension.com^
||tyrds.com^
||tyresleep.com^
||tyrotation.com^
||tyserving.com^
||tystnnnrluv.com^
||tytlementwre.info^
||tytyeastfeukufun.info^
||tywdchppfgds.xyz^
||tzaho.com^
||tzaqkp.com^
||tzaristdiploma.com^
||tzegilo.com^
||tzgygfy.com^
||tzngtmzpvysh.com^
||tzrlfzwyicvj.com^
||tzugumojfm.com^
||tzuhumrwypw.com^
||tzvojcc.com^
||tzvroyuhmkvlsa.com^
||tzyjotwoocku.com^
||u-50-rbdm.com^
||u0054.com^
||u0064.com^
||u1trkqf.com^
||u21drwj6mp.com^
||u29qnuav3i6p.com^
||u595sebqih.com^
||u9axpzf50.com^
||uaaftpsy.com^
||uabpuwz.com^
||uads.cc^
||uads.digital^
||uads.info^
||uads.pw^
||uads.space^
||uads.store^
||uahpycewbx.com^
||uanbpywrumpuj.com^
||uaputgtwlhkmtr.com^
||uazwqqlt.com^
||ubadzufyfjcd.com^
||ubbfpm.com^
||ubdiysvv.com^
||ubeestis.net^
||uberouspolitei.com^
||ubiirddtnmja.com^
||ubilinkbin.com^
||ubish.com^
||uboungera.com^
||ubsjyqfek.com^
||ubthyoitrr.com^
||ubuwwswnceqmjtg.xyz^
||ubygsworlow.com^
||ubzjpnrr.com^
||ubzsvgyo.com^
||ucationinin.info^
||ucationininancee.info
||ucazgetyk.com^
||ucbedayxxqpyuo.xyz^
||ucconn.live^
||ucdbepelfi.com^
||ucgnawffqess.xyz^
||ucgxnstr.com^
||ucheephu.com^
||uchxtxel.com^
||uckbcroqkb.com^
||uclrlydjewxcl.xyz^
||ucocesisfulyly.info^
||ucqbhkrzsqpqmg.com^
||ucteqibnblrjhpb.com^
||udalmancozen.com^
||udarem.com^
||udbaa.com^
||udderexplosion.com^
||udegepq.com^
||udetqwj.com^
||udfwwbkxremv.xyz^
||udgpjfdzxrvecn.com^
||udinugoo.com^
||udlqdkqdfymq.com^
||udmserve.net^
||udookrou.com^
||udpauawx.xyz^
||udraokrou.com^
||uduhytyllobm.com^
||udxdkdirwabx.com^
||ueaynogiwgqr.com^
||uecppuciocadi.com^
||uedvxswwfub.com^
||uejntsxdffp.com^
||uejqwhabj.xyz^
||uekish.com^
||uel-uel-fie.com^
||uelllwrite.com^
||ueuodgnrhb.com^
||ufaexpert.com^
||ufbnqsfbpkmindy.com^
||ufeevhhnjilfeo.com^
||ufgkypfhervr.com^
||ufhdumnkhgk.com^
||ufinkln.com^
||ufnsyfry.com^
||ufoomals.net^
||ufpcdn.com^
||ufpfbjcwdqumph.com^
||ufptkylyfa.com^
||ufqxgccf.com^
||ufsbauge.com^
||ufzanvc.com^
||ufzqrmflbnlze.com^
||ugahutoa.com^
||ugalia.com^
||ugawnotrjj.xyz^
||ugdffrszmrapj.com^
||ugeewhee.xyz^
||ughhimtoy.com^
||ughzfjx.com^
||ugkmjojhgtqcohf.com^
||uglimontana.digital^
||ugloopie.com^
||ugloozie.xyz^
||ugly-charity.pro^
||ugly-dance.pro^
||uglylearnt.com^
||ugopkl.com^
||ugrarvy.com^
||ugricmoist.com^
||ugripaid.com^
||ugroocuw.net^
||ugroogree.com^
||uguforvfud.com^
||ugujwhwwyh.com^
||ugyeon.com^
||ugyplysh.com^
||uhdokoq5ocmk.com^
||uhedsplo.com^
||uhegarberetrof.com^
||uhfdsplo.com^
||uhhgaodcxckgvqs.xyz^
||uhllogeum.digital^
||uhodsplo.com^
||uhpdsplo.com^
||uhsmmaq4l2n5.com^
||uhxmyqyevkcvit.com^
||ui02.com^
||uidhealth.com^
||uidhome.com^
||uidsync.net^
||uilzwzx.com^
||uimserv.net^
||uingroundhe.com^
||uioubveq.com^
||uittupxr.com^
||ujasrnguqkdla.xyz^
||ujautifuleed.xyz^
||ujidhusjvmbfv.com^
||ujitmwvcyyy.com^
||ujjxwbfgpfymc.xyz^
||ujlrvzfws.com^
||ujooshog.com^
||ujscdn.com^
||ujurupa.com^
||ujznabh.com^
||ukaugesh.com^
||ukayhvbyrk.com^
||ukbcjxvaejpfdxx.com^
||ukcomparends.pro^
||ukdliketobepa.monster^
||ukdtzkc.com^
||ukekchti.com^
||ukentaspe.xyz^
||ukenthascaptureu.info^
||ukentsiwoulukdlik.info^
||ukfareputfea.xyz^
||ukidiayddbshfl.com^
||ukizeiasninan.info^
||uklgakwqy.com^
||uklvnfxvjgc.com^
||ukmlastityty.info^
||ukndaspiratioty.info^
||uknsyenergyfle.info^
||ukrait.com^
||ukrkskillsombine.info^
||uksqotykpmjtdgw.com^
||uktureukworekt.info^
||ukworlowedonh.com^
||ukzoweq.com^
||ul8seok7w5al.com^
||ulaiwhiw.xyz^
||ulalrars.net^
||ulathana.com^
||ulbackgroundandiy.info^
||ulcerextent.com^
||ulched.com^
||uldthinkhimu.info^
||uldthinkhimunpr.info^
||uleptupt.xyz^
||ulesxbo.com^
||ulexiteoutspit.com^
||ulfqakqfng.xyz^
||ulftutvlodv.com^
||ulmmmvjfbbmk.com^
||ulmoyc.com^
||ulmpyqgfqkffe.com^
||ulmujev.com^
||ulngjwvbhyyfkum.com^
||ulnhlnsw.com^
||ulnidkdlaxclpo.com^
||uloadeeksurvey.space^
||uloaludu.xyz^
||ulourgaz.net^
||ulried.com^
||ulseugnrmnrww.com^
||ulsmcdn.com^
||ulteriorprank.com^
||ultimaterequirement.com^
||ultimatumloftyharvest.com^
||ultimumflyers.uno^
||ultrabetas.com^
||ultracdn.top^
||ultraclassmate.com^
||ultrasoundrottenreluctant.com^
||ulukaris.com^
||ululubugles.website^
||ulvpdxabzuoy.com^
||umbersurf.top^
||umbretalen.com^
||umdgene.com^
||umebella.com^
||umedadelempanyi.info^
||umekana.ru^
||umentrandings.xyz^
||umexalim.com^
||umfsyvnufa.com^
||umiackscursors.com^
||ummihaqhu.xyz^
||umnstoodthe.com^
||umoughtcallm.com^
||umplmoht.com^
||umplohzn.com^
||umqiapzsc.com^
||umqqfyqkjlxrh.xyz^
||umuotov.com^
||umvibwqrumfqk.com^
||umwmwxpivtwkyo.xyz^
||unacceptableclevercapable.com^
||unacceptableironicaldrone.com^
||unaccustomedchessoldest.com^
||unaces.com^
||unactedrobbers.com^
||unafeed.com^
||unairedcushite.com^
||unanac.com^
||unaptsullens.com^
||unarbokor.com^
||unaswpzo.com^
||unattractivehastypendulum.com^
||unauthorizedblur.com^
||unavailableprocessionamazingly.com^
||unawakegaleus.com^
||unawar.com^
||unawaredisk.com^
||unawarehistory.pro^
||unawarelinkedlaid.com^
||unazumarillan.com^
||unbalterce.com^
||unbarbpoured.com^
||unbearablepulverizeinevitably.com^
||unbearzonites.com^
||unbeedrillom.com^
||unbelievableinnumerable.com^
||unblentnitric.com^
||unblock2303.xyz^
||unblock2304.xyz^
||unboltsseugh.guru^
||unbraidbrot.uno^
||unbunearyan.com^
||unbungrappee.com^
||unburstballist.com^
||unbuttonfootprintssoftened.com^
||uncannyuneaths.com^
||uncastnork.com^
||uncertainimprovementsspelling.com^
||unciat.com^
||unciet.com^
||uncipi.com^
||uncleffaan.com^
||unclehem.com^
||unclesnewspaper.com^
||uncomfortable-card.com^
||uncommonmaintainhurt.com^
||uncovereasel.com^
||uncoverherbal.com^
||uncoylyreprint.com^
||uncrampflans.top^
||uncree.com^
||uncrobator.com^
||uncroptbhutia.com^
||uncrownarmenic.com^
||uncslucanid.space^
||unctic.com^
||uncuredbotts.guru^
||undams.com^
||undeenardoo.com^
||under2given.com^
||underaccredited.com^
||undercambridgeconfusion.com^
||underclick.ru^
||undercovercinnamonluxury.com^
||undercoverdwell.com^
||underdog.media^
||undergoneentitled.com^
||undergosermon.com^
||undergroundbrows.com^
||underminesprout.com^
||underpantshomesimaginary.com^
||understandableglassfinalize.com^
||understandcomplainawestruck.com^
||understandextremityshipping.com^
||understandingspacecraftbachelor.com^
||understandingspurt.com^
||understandintimidate.com^
||understatedworking.com^
||understoodadjoiningarab.com^
||understoodeconomicgenetic.com^
||understoodreceivermisunderstand.com^
||undertakingaisle.com^
||undertakinghomeyegg.com^
||underwards.site^
||underwarming.com^
||underwaterbirch.com^
||underwearsourorb.com^
||underwilliameliza.com^
||undesirableslim.com^
||undiesthumb.com^
||undooptimisticsuction.com^
||undoubtedlyavowplanets.com^
||undressirreg.guru^
||undrininvereb.info^
||undubirprourass.com^
||uneatenhopbush.com^
||unegalalbian.uno^
||uneign.com^
||unelekidan.com^
||unelgyemom.com^
||unemploymentinstinctiverite.com^
||unemploymentmaddenmiddleaged.com^
||unemploymentnumeric.com^
||unequalbrotherhermit.com^
||unequaltravelresearch.com^
||unevenobjective.com^
||unevenregime.com^
||uneventechnology.com^
||unfainfraseirs.org^
||unfairpromritual.com^
||unfaithfulgoddess.com^
||unfaithfulmakeryearly.com^
||unfeeddizoic.com^
||unfieryneutral.com^
||unfina.com^
||unfinisheddolphin.com^
||unfolded-economics.com^
||unforgivablefrozen.com^
||unforgivablegrowl.com^
||unfymctyuuuynis.com^
||ungillhenbane.com^
||ungirthranee.com^
||ungloomnisnas.com^
||ungothoritator.com^
||ungoutylensmen.website^
||ungracebaited.com^
||ungroudonchan.com^
||ungrownrommack.com^
||unhaftcharing.com^
||unhappyswitch.com^
||unhatedprotei.com^
||unhau.com^
||unhealthyproduct.pro^
||unhedgekuchen.top^
||unhorseaa.com^
||unhrjzn.com^
||unicast.com^
||unicatethebe.org^
||unicornpride123.com^
||unifini.de^
||uniformutilitiesexpressing.com^
||uniformyeah.com^
||uninkedsamucu.guru^
||uninvitednobody.com^
||unionscircumstances.com^
||unitethecows.com^
||unitsympathetic.com^
||universalappend.com^
||universalbooklet.com^
||universaldatedimpress.com^
||universalflaskshrimp.com^
||universalsrc.com^
||universityeminenceloosen.com^
||universityofinternetscience.com^
||unjointbobbed.com^
||unkemptsodio.digital^
||unkeptspahees.com^
||unkinpigsty.com^
||unknownhormonesafeguard.com^
||unlawedimaret.top^
||unlawful-inspector.com^
||unleftbawly.uno^
||unlesscooler.com^
||unlika.com^
||unlinedcap.pro^
||unlockecstasyapparatus.com^
||unlockmaddenhooray.com^
||unloetiosal.com^
||unluciddesmids.top^
||unluckydead.pro^
||unluxioer.com^
||unmarcharthra.com^
||unmasksxyloma.uno^
||unmbxnksvtts.com^
||unmergeullaged.com^
||unmetswipy.com^
||unmightboxen.com^
||unmisdreavusom.com^
||unnamesline.com^
||unnish.com^
||unoblotto.net^
||unofficialwanderingreplica.com^
||unoldcrucify.com^
||unornlysire.com^
||unpackgreaterbulk.com^
||unpackjanuary.com^
||unpacktexture.com^
||unpackthousandmineral.com^
||unpanchamon.com^
||unpaundlagot.com^
||unphionetor.com^
||unpinsfucoids.com^
||unpleasantconcrete.com^
||unpred.com^
||unprofessionalremnantthence.com^
||unqrppiyb.com^
||unreasonabletwenties.com^
||unregisteredgrasppistol.com^
||unreshiramor.com^
||unresolveddrama.com^
||unresolvedsketchpaws.com^
||unrestlosttestify.com^
||unriq.com^
||unrotomon.com^
||unrulymedia.com^
||unrulymorning.pro^
||unrulytroll.com^
||unrulyvoice.com^
||unsaltyalemmal.com^
||unsbnvwjn.xyz^
||unseenrazorcaptain.com^
||unseenreport.com^
||unsettledfencing.com^
||unshinykerite.com^
||unsigilyphor.com^
||unskilfulknowingservers.com^
||unskilfulwalkerpolitician.com^
||unskilledexamples.com^
||unslimtugger.top^
||unsoggynek.life^
||unspeakablepurebeings.com^
||unspinaraka.com^
||unstantleran.com^
||unsteadybreakfast.pro^
||unsternrelease.com^
||unstoutgolfs.com^
||unsurlysiouan.com^
||untackreviler.com^
||untastymondos.digital^
||untelljettons.com^
||untidybrink.com^
||untidyseparatelyintroduce.com^
||untiedecide.com^
||untifa.com^
||untilpatientlyappears.com^
||untimburra.com^
||untineanunder.com^
||untineforward.com^
||untrendenam.com^
||untrk.xyz^
||untrol.com^
||untropiuson.com^
||untroy.com^
||untruesubsidedclasped.com^
||unumbonum.com^
||unurbancompony.com^
||unusualbrainlessshotgun.com^
||unusuallynonfictionconsumption.com^
||unusuallyswam.com^
||unusualwarmingloner.com^
||unvenomtoxoids.com^
||unvextcentavo.com^
||unvrlozno.com^
||unwartortlean.com^
||unwice.com^
||unwillingsnick.com^
||unwindflophousework.com^
||unwisecommence.com^
||unwitting-phrase.pro^
||unwodgtll.com^
||unwonttawpi.top^
||unwoobater.com^
||unworldfoxwood.top^
||unworthydeserts.com^
||unylgxxmrsbb.com^
||unynwld.com^
||unzipauscult.com^
||uod2quk646.com^
||uoeeiqgiib.xyz^
||uoflkjdc.com^
||uohxijnkd.com^
||uoktyggqexq.com^
||uommwhqyefutlp.com^
||uorhlwm.com^
||uorwogwlbwtk.xyz^
||uosyhthogsaavr.com^
||uosyiozyu.com^
||uotksykpmkcd.com^
||uowjsjkanqmw.com^
||up4u.me^
||upaicpa.com^
||uparceuson.com^
||uparisemaskoi.com^
||upbrininghandy.com^
||upbuoyearfuls.com^
||upchokedehort.top^
||upcurlsreid.website^
||updaight.com^
||update-it-now.com^
||updateadvancedgreatlytheproduct.vip^
||updatecompletelyfreetheproduct.vip^
||updateenow.com^
||updatefluency.com^
||updateguck.com^
||updaterecomended.pro^
||updiveufos.com^
||upeatunzone.com^
||uperizeunoiled.com^
||upflamebendell.uno^
||upgalethalers.guru^
||upglideantijam.com^
||upgliscorom.com^
||upgrownloathly.space^
||upgulpinon.com^
||uphastod.xyz^
||uphelmscowed.com^
||uphewoab.net^
||uphillgrandmaanger.com^
||uphilo.com^
||uphoveeh.xyz^
||upinu.xyz^
||upkoffingr.com^
||uplandstoat.digital^
||upleaptlistel.top^
||upleaptnavally.com^
||upliftsearch.com^
||uplinecliency.com^
||uplucarioon.com^
||upmoveatoms.com^
||uponelectabuzzor.club^
||uponge.com^
||uponhariyamar.com^
||uponminunan.com^
||uponpidgeottotor.com^
||uponsurskita.com^
||upoveqbkia.xyz^
||uppardjets.com^
||uppereugene.com^
||uppitypartie.website^
||uppons.com^
||uppsyduckan.com^
||upregisteelon.com^
||upridables.website^
||uprightmidsummer.com^
||uprightsaunagather.com^
||uprightthrough.com^
||uprimp.com^
||uprisingrecalledpeppermint.com^
||uprivaladserver.net^
||uproarglossy.com^
||upsaibou.net^
||upsajeve.com^
||upsamurottr.com^
||upseelee.xyz^
||upseepsi.xyz^
||upshroomishtor.com^
||upsidecopiedcraft.com^
||upsidesheminee.com^
||upskittyan.com^
||upspinarakor.com^
||upstagecarvers.cfd^
||upstandhurls.website^
||upstandingmoscow.com^
||upsweephalms.com^
||upswingmethyl.com^
||uptafashib.com^
||uptastou.net^
||uptearfancily.top^
||uptechnologys.com^
||uptightfirm.com^
||uptightimmigrant.com^
||uptightyear.com^
||uptimecdn.com^
||uptodateexpansionenvisage.com^
||uptodatefinishconferenceroom.com^
||uptownrecycle.com^
||uptuwhum.net^
||upupoidoutjazz.website^
||upush.co^
||upwaftssoland.digital^
||upwardbodies.com^
||upwardsbenefitmale.com^
||upwardsdecreasecommitment.com^
||upwardunderground.com^
||upzekroman.com^
||uqdoeag.com^
||uqduhelyxsov.com^
||uqmmfpr.com^
||uqnoghmubhon.com^
||uqotbpmidyewkmb.com^
||uqpvrqplyqm.com^
||urambled.com^
||uranianredrove.com^
||uranismunshore.com^
||urbard.com^
||urboja.com^
||urbund.com^
||urdant.com^
||urechar.com^
||urediumshirker.website^
||urgedhearted.com^
||urgedsuitcase.com^
||urgefranchise.com^
||urgentlyfeerobots.com^
||urgentprotections.com^
||urgingcolleen.uno^
||urimnugocfr.com^
||urimtats.com^
||urinebladdernovember.com^
||urinehere.com^
||uringherenurew.info^
||urldelivery.com^
||urlgone.com^
||urlhausa.com^
||urmavite.com^
||urmilan.info^
||urnigarted.com^
||urnkcqzu.com^
||uroceletassard.digital^
||urocyonirchin.guru^
||urogramredfins.com^
||urotoxykerch.com^
||urpctsrjilp.com^
||urptcerftud.com^
||urquqtbswaqta.com^
||urqxesau.com^
||urryjgwqjo.com^
||ursonewry.com^
||urthdtcg.com^
||urtirepor.com^
||uruftio.com^
||uruswan.com^
||urvgwij.com^
||us4post.com^
||usageultra.com^
||usailtuwhe.com^
||usainoad.net^
||usbanners.com^
||usbrowserspeed.com^
||useaptrecoil.com^
||usearch.site^
||used-particular.com^
||usedaifi.xyz^
||usefulcontentsites.com^
||usefulcourage.com^
||usefulcreatebid.com^
||usefulhall.pro^
||usefulhead.com^
||usefulpush.com^
||usehol.com^
||uselnk.com^
||usemegasales.shop^
||usenet.world^
||usenetpassport.com^
||usertag.online^
||usetalentedpunk.com^
||usheeptuthoa.com^
||usheredbruting.top^
||ushistoari.com^
||ushnjobwcvpebcj.xyz^
||ushoofop.com^
||ushzfap.com^
||usinesmycete.xyz^
||usingswhoring.com^
||usiphdtubj.com^
||usisedprivatedqu.com^
||usjbwvtqwv.com^
||uslphoctxrpwry.com^
||usnese.com^
||usnindioxime.website^
||usninicsooey.com^
||usounoul.com^
||ussckwroweoyv.com^
||ussord.com^
||ussxglczwrscla.com^
||ust-ad.com^
||ustetyerecentlyh.info^
||ustithoo.net^
||ustive.com^
||ustomoun.xyz^
||usuade.com^
||usuads.com^
||usuallyaltered.com^
||usuallyblack.com^
||usualt.com^
||usucaptlardoon.life^
||usudgbdbqmj.com^
||usurerspoind.life^
||usurertramped.guru^
||usurv.com^
||uswardwot.com^
||usylkoifiwa.com^
||uszaodwya.com^
||ut13r.online^
||ut13r.site^
||ut13r.space^
||utarget.co.uk^
||utarget.pro^
||utarget.ru^
||uthorner.info^
||uthounie.com^
||utific.com^
||utilitymerle.top^
||utilitypresent.com^
||utilized-memory.pro^
||utilizedshoe.com^
||utilizeimplore.com^
||utillib.xyz^
||utjzyutegq.com^
||utl-1.com^
||utlhaoyc.xyz^
||utlicyweaabdbj.xyz^
||utm-campaign.com^
||utmany.com^
||utmostsecond.com^
||utndln.com^
||utokapa.com^
||utotnokkbqp.com^
||utoumine.net^
||utrinterrommo.com^
||utript.com^
||utrius.com^
||uttack.com^
||utterlyfunding.com^
||utubepwhml.com^
||utwyyrjdwgmynu.com^
||utzwgittihhvn.com^
||uuboos.com^
||uucfeebvz.com^
||uudproxxc.com^
||uudzfbzthj.com^
||uueuxygn.com^
||uuhptejwmvn.com^
||uuidksinc.net^
||uuudqhialb.com^
||uuzlytbpmmhfm.com^
||uvbyty.com^
||uveaopqrttvukl.com^
||uviajpcewsv.com^
||uvihslkx.com^
||uvipbmrzlram.com^
||uvoovoachee.com^
||uvrdhasvzal.com^
||uvsvlisbartwq.com^
||uvtuiks.com^
||uvwelvnydoy.com^
||uvwtmppnbqgzha.com^
||uvxclrl.com^
||uvzomxvbpbgo.com^
||uwavoptig.com^
||uwayemfogibbgh.xyz^
||uwfcqtdb.xyz^
||uwgmguwpzkeudh.com^
||uwjhzeb.com^
||uwmlmhcjmjvuqy.xyz^
||uwoaptee.com^
||uwrzjgtnur.com^
||uwzxukualwdkx.com^
||uxicgxqq.com^
||uxpascal.com^
||uxwnqppdma.com^
||uxxsiyokw.com^
||uyeaoofppwrhz.com^
||uyjmbaiogdtkgwt.com^
||uypsmaxzejvpqx.com^
||uzbsvqupnjfsnx.com^
||uzbxnfwcvhwnz.com^
||uzelruth.com^
||uzoamtee.xyz^
||uzoutche.xyz^
||uzqtbthkrqq.com^
||uzzidxlvnq.com^
||v00ske77693f.com^
||v100homemade.com^
||v124mers.com^
||v28games2fan.com^
||v2cigs.com^
||v4yleins27hv.com^
||v6rxv5coo5.com^
||v96-surf.com^
||vabsirte.xyz^
||vabybjbhgqfcld.com^
||vacaneedasap.com^
||vacant-writer.com^
||vacationambulancekin.com^
||vacationinvolve.com^
||vacationsoot.com^
||vaccinationinvalidphosphate.com^
||vaccinationwear.com^
||vaccinegrownparliamentary.com^
||vacuomedogeys.com^
||vacwrite.com^
||vadokfkulzr.com^
||vaebard.com^
||vaehxkhbhguaq.xyz^
||vaemfecqllefj.xyz^
||vagancytwerp.top^
||vagilunger.com^
||vagkcwvqpty.com^
||vagromdecane.website^
||vagueleader.pro^
||vaguelybarelyrecycle.com^
||vahoupomp.com^
||vaideezi.com^
||vaifauzu.net^
||vaifopooface.com^
||vaiglunoz.com^
||vaigowoa.com^
||vaikdxjegts.com^
||vaikijie.net^
||vaikrywlbmca.com^
||vailedapetaly.com^
||vainfulkmole.com^
||vaipsona.com^
||vaipsouw.com^
||vaisheph.xyz^
||vaithodo.com^
||vaitotoo.net^
||vajofu.uno^
||vajoru.xyz^
||vak345.com^
||vaknveb.com^
||valack.com^
||valemedia.net^
||valencytecoma.top^
||valepoking.com^
||valetedmasaris.website^
||valetsword.com^
||valeuceplangka.com^
||valiantjosie.com^
||valiantmanioca.com^
||valiantsubquery.com^
||valid-dad.com^
||valiumbessel.com^
||vallarymedlars.com^
||valleymuchunnecessary.com^
||valleysinstruct.com^
||valonghost.xyz^
||valornutricional.cc^
||valpeiros.com^
||valsesoffhand.website^
||valshara.com^
||valuablecompositemagnanimity.com^
||valuableenquiry.com^
||valuad.cloud^
||valuationbothertoo.com^
||valuebreeches.com^
||valueclick.cc^
||valueclick.com^
||valueclick.net^
||valueclickmedia.com^
||valuedpulverizelegitimate.com^
||valuerfadjavelin.com^
||valuerlaserlax.com^
||valuermainly.com^
||valuerstray.com^
||valuesgloryprovocation.com^
||valuethemarkets.info^
||valvalnumbest.com^
||valvedreknow.top^
||valvyre.com^
||vamjfssdvjit.com^
||vampedcortine.com^
||vampersogmic.com^
||vampersyacal.com^
||vamsoupowoa.com^
||vancip.com^
||vandalismblackboard.com^
||vandalismundermineshock.com^
||vanderebony.pro^
||vanderlisten.pro^
||vanenow.com^
||vanflooding.com^
||vanhonker.com^
||vaniacozzolino.com^
||vanirplex.com^
||vanirstub.com^
||vanishedpatriot.com^
||vanishedunreal.com^
||vanityassassinationsobbing.com^
||vapedia.com^
||vapourfertile.com^
||vapoursumptuousgutter.com^
||vapourwarlockconveniences.com^
||vaptoangix.com^
||varabs.com^
||varasbrijkt.com^
||varechphugoid.com^
||variabilityproducing.com^
||variableexternal.com^
||variablespestvex.com^
||variablevisualforty.com^
||variationaspenjaunty.com^
||variationsreviewmocking.com^
||varicalpraiser.com^
||variedpretenceclasped.com^
||variedslimecloset.com^
||variedsubduedplaice.com^
||varietiesassuage.com^
||varietiesplea.com^
||varietyofdisplayformats.com^
||variff.com^
||variousanyplaceauthorized.com^
||variouscreativeformats.com^
||variousformatscontent.com^
||variouspheasantjerk.com^
||varnishmixed.com^
||varorlowjo.com^
||varshacundy.com^
||vartoken.com^
||varycares.com^
||varyingcanteenartillery.com^
||varyinginvention.com^
||vasebehaved.com^
||vasgenerete.com^
||vasgenerete.site^
||vasicxcq.com^
||vasits.com^
||vassspot.com^
||vasstycom.com^
||vasteeds.net^
||vastroll.ru^
||vastserved.com^
||vastsneezevirtually.com^
||vatanclick.ir^
||vatcalf.com^
||vatcertaininject.com^
||vatname.info^
||vatois.com^
||vattingbalak.com^
||vaugaiva.net^
||vaugroar.com^
||vaultmultiple.com^
||vaultwrite.com^
||vauptaih.com^
||vauthaud.net^
||vavcashpop.com^
||vavhhpkmfc.com^
||vawauoggraokog.com^
||vawsmoocah.com^
||vax-boost.com^
||vax-now.com^
||vaxoovos.net^
||vazypteke.pro^
||vbhuivr.com^
||vbijjrg.com^
||vbiofbwey.com^
||vbmfeuvrtnxafy.com^
||vbqbtfkon.com^
||vbrbgki.com^
||vbtrax.com^
||vbzsjkrnsqewy.com^
||vcbydvfouqqyls.com^
||vcdc.com^
||vcdpuyl.com^
||vcgdfvbvfxq.com^
||vcmedia.com^
||vcngehm.com^
||vcommission.com^
||vcsesvwajeup.com^
||vcvacpaenqepvm.com^
||vcvnsyewnv.com^
||vcxipynawv.com^
||vcxzp.com^
||vczypss.com^
||vdbaa.com^
||vddf0.club^
||vdenwwytxmw.com^
||vdlvry.com^
||vdmiruryll.xyz^
||vdopia.com^
||vdoubt.com^
||vebadu.com^
||vectisamerica.com^
||vectisruntier.top^
||vectorsfangs.com^
||veecheew.xyz^
||veeloomo.net^
||veemauhe.xyz^
||veenodax.digital^
||veepteero.com^
||veewhaiw.com^
||vefxjjkrhf.com^
||veganswingbow.com^
||vegashizoku.digital^
||vegetationadmirable.com^
||vegetationbuoyspeciality.com^
||vegetationplywoodfiction.com^
||vegyttokhldqd.com^
||vehiclehenriettaassociation.com^
||vehine.com^
||vehmickharaj.website^
||vehosw.com^
||veildiscotacky.com^
||veilsuccessfully.com^
||veincartrigeforceful.com^
||veinletunapart.com^
||veipcwjeupr.com^
||vekroata.net^
||velikacontact.top^
||velocecdn.com^
||velocitycdn.com^
||velocitypaperwork.com^
||velopedsever.com^
||velopedseveralmef.info^
||velvetneutralunnatural.com^
||vemflutuartambem.com^
||vempozah.net^
||vemtourt.com^
||vendigamus.com^
||vendimob.pl^
||vendorsfacture.com^
||veneeringextremely.com^
||venetrigni.com^
||venfioletadas.com^
||vengeancehurriedly.com^
||vengeancerepulseclassified.com^
||vengeful-egg.com^
||vengermeed.space^
||veninslata.com^
||venisonabreastdamn.com^
||venisonreservationbarefooted.com^
||venkrana.com^
||venomoussolidhow.com^
||venomousteenage.com^
||venomouswhimarid.com^
||ventilatorcorrupt.com^
||ventrequmus.com^
||ventualkentineda.info^
||venturead.com^
||venturepeasant.com^
||venturyremove.info^
||venueitemmagic.com^
||venuewasadi.org^
||veoxphl.com^
||vephowcpyvncm.com^
||veralmefarketi.info^
||verandahcrease.com^
||verbcardinal.com^
||verblife-5.co^
||verdreamsofcryin.com^
||vereforhedidno.info^
||veresultedinncre.org^
||vergi-gwc.com^
||vergu.xyz^
||veritaswhang.com^
||veritiesgarlejobade.com^
||vernementsec.info^
||verneukorgia.com^
||verninchange.com^
||vernondesigninghelmet.com^
||veronalhaf.com^
||verooperofthewo.com^
||verpasnores.com^
||verrippleshi.info^
||versaqueasy.uno^
||versatileadvancement.com^
||verse-content.com^
||versedarkenedhusky.com^
||versedeceitlocation.com^
||versionlatticecheek.com^
||versionsfordisplay.com^
||versionslent.com^
||versusconsole.com^
||verticallydeserve.com^
||verticallyrational.com^
||verwh.com^
||verygoodminigames.com^
||veryn1ce.com^
||verysilenit.com^
||vesofefinego.info^
||vespymedia.com^
||vessoupy.com^
||vessubysvspr.com^
||vestigeboxesreed.com^
||vestparticle.com^
||vesuvinaqueity.top^
||vetcheslegumen.com^
||vetdeberg.com^
||vethojoa.net^
||vetuststeek.com^
||vevatom.com^
||vevqlgmmkgu.com^
||vexacion.com^
||vexationworship.com^
||vexedkindergarten.com^
||vexevutus.com^
||vextjoexig.com^
||vezizey.xyz^
||vfeeopywioabi.xyz^
||vfghc.com^
||vfghd.com^
||vfgte.com^
||vfgtg.com^
||vfhkljw5f6ss.com^
||vfjydbpywqwe.xyz^
||vfl81ea28aztw7y3.pro^
||vflouksffoxmlnk.xyz^
||vfthr.com^
||vfvdsati.com^
||vfvvhywsdons.com^
||vfzqtgr.com^
||vg4u8rvq65t6.com^
||vgfeuwrewzzmc.com^
||vgmnpjnrpj.com^
||vgsjapnjykapgq.com^
||vgw35hwr4w6x.com^
||vgwtjbeqfpesefn.xyz^
||vhdbohe.com^
||vheoggjiqaz.com^
||vhihvqsuarpp.com^
||vhjuiduuetqukl.com^
||vhkbvpbuhwon.com^
||vhneajupavrb.com^
||vhvmiinx.com^
||vi-serve.com^
||viabagona.com^
||viableconferfitting.com^
||viablegiant.com^
||viaeatsdhpt.com^
||viaexploudtor.com^
||viamariller.com^
||vianadserver.com^
||vianoivernom.com^
||viapawniarda.com^
||viaphioner.com^
||viapizza.online^
||viatechonline.com^
||viatepigan.com^
||vibrateapologiesshout.com^
||vic-m.co^
||vicious-instruction.pro^
||viciousdepartment.com^
||viciousdiplomaroller.com^
||victorious-shock.pro^
||victoriousagency.pro^
||victory-vids.online^
||victoryslam.com^
||victorytunatulip.com^
||victoryvids.space^
||vid-caps.online^
||vid-clips.space^
||vid-for-clips.space^
||vid.me^
||vidalak.com^
||vidcaps.email^
||vidcaps.info^
||vidcaps.online^
||vidcaps.org^
||vidcaps.space^
||vidclips.online^
||vidcpm.com^
||video-adblocker.com^
||video-serve.com^
||videoaccess.xyz^
||videobaba.xyz^
||videocampaign.co^
||videoplaza.tv^
||videosprofitnetwork.com^
||videosworks.com^
||videovard.sx^
||vidforclips.info^
||vidforclips.mom^
||vidforclips.net^
||vidforclips.space^
||vidghjlgkuyfk.site^
||vids-branch.online^
||vids-fun.online^
||vidsbig.online^
||vidsbig.space^
||vidsbranch.online^
||vidsbranch.space^
||vidschannel.online^
||vidschannel.space^
||vidsforyou.mom^
||vidsforyou.online^
||vidsfull.online^
||vidsfull.space^
||vidsfun.info^
||vidsfun.online^
||vidsfun.space^
||vidshouse.online^
||vidshouse.space^
||vidsmoon.online^
||vidsmoon.space^
||vidsocean.online^
||vidsocean.space^
||vidsofdream.space^
||vidsplanet.online^
||vidsplanet.space^
||vidsreal.online^
||vidsreal.space^
||vidsservices.info^
||vidsservices.space^
||viecfncwtkgiew.xyz^
||view-flix.com^
||viewablemedia.net^
||viewclc.com^
||viewedmockingcarsick.com^
||viewerebook.com^
||viewlnk.com^
||viewpointscissorsfolks.com^
||viewscout.com^
||viewyentreat.guru^
||vighooss.net^
||vignerez.net^
||vigorouslyflamboyant.com^
||vigorouslyrutmonsieur.com^
||vigourmotorcyclepriority.com^
||vigraghe.net^
||vigsole.com^
||vihub.ru^
||viiahdlc.com^
||viiaoqke.com^
||viiapps.com^
||viiavjpe.com^
||viibest.com^
||viibill.com^
||viicqujz.com^
||viidan.com^
||viiddai.com^
||viidirectory.com^
||viienetik.com^
||viifixi.com^
||viifogyp.com^
||viiguqam.com^
||viihot.com^
||viiigle.com^
||viiinfo.com^
||viiioktg.com^
||viiith.com^
||viiithia.com^
||viiithical.com^
||viiithie.com^
||viiithin.com^
||viiithinks.com^
||viiithio.com^
||viijah.com^
||viijan.com^
||viikttcq.com^
||viimaster.com^
||viimfua.com^
||viimobile.com^
||viimsa.com^
||viimsical.com^
||viimurakhi.com^
||viinsdap.com^
||viinset.com^
||viioxx.com^
||viipilo.com^
||viipour.com^
||viipurakan.com^
||viipurakhi.com^
||viipurakit.com^
||viipuram.com^
||viipurambe.com^
||viipurant.com^
||viipurin.com^
||viipuris.com^
||viipurises.com^
||viipurit.com^
||viiqqou.com^
||viiqxpnb.com^
||viireviews.com^
||viirift.com^
||viirkagt.com^
||viirsons.com^
||viiruc.com^
||viisemblin.com^
||viispan.com^
||viistroy.com^
||viitgb.com^
||viitqvjx.com^
||viitsical.com^
||viiturn.com^
||viival.com^
||viivedun.com^
||viivideo.com^
||viiwie.com^
||viiwriz.com^
||viixie.com^
||viiyblva.com^
||viiymfvi.com^
||viizuusa.com^
||vijcwykceav.com^
||vijeli.uno^
||vikaez.xyz^
||vikrak.com^
||vilelaaccable.com^
||vilereasoning.com^
||vilerebuffcontact.com^
||viliaff.com^
||vilinswell.com^
||villaedeinos.com^
||villageeatable.com^
||villagepalmful.com^
||villagerprolific.com^
||vilpujzmyhu.com^
||vimpatace.digital^
||vindicosuite.com^
||vinegardaring.com^
||vingartistictaste.com^
||vintageperk.com^
||vintagerespectful.com^
||violatedroppompey.com^
||violationphysics.click^
||violationphysics.com^
||violationspoonconfront.com^
||violencegloss.com^
||violencemathstowards.com^
||violentelitistbakery.com^
||violentlybredbusy.com^
||violentlyradiussuffix.com^
||violet-strip.pro^
||violetlovelines.com^
||violinboot.com^
||violindealtcynical.com^
||violinmode.com^
||vionito.com^
||viowrel.com^
||vioytuituunmsr.com^
||vip-datings.life^
||vip-vip-vup.com^
||vipads.live^
||vipcaptcha.live^
||vipcpms.com^
||viperishly.com^
||vipicmou.net^
||viqyrcsnuaqxvyg.com^
||viral481.com^
||viral782.com^
||viralcpm.com^
||viralmediatech.com^
||viralnewsobserver.com^
||viralnewssystems.com^
||virgecallate.digital^
||virgindisguisearguments.com^
||virginityneutralsouls.com^
||virginyoungestrust.com^
||virgma.com^
||virtuallythanksgivinganchovy.com^
||visaexasperation.com^
||visariomedia.com^
||visaspecialtyfluid.com^
||viscosestroma.com^
||vishalboo.guru^
||visiads.com^
||visibilitymondaydisappeared.com^
||visiblegains.com^
||visiblejoseph.com^
||visiblemeasures.com^
||visitationdependwrath.com^
||visitingheedlessexamine.com^
||visitingpurrplight.com^
||visitmightyethnic.com^
||visitorcardinal.com^
||visitormarcoliver.com^
||visitplaywrightlyrical.com^
||visitstats.com^
||visitstrack.com^
||visitsviolatedifficult.com^
||visitweb.com^
||visivefluxing.com^
||visivegaucie.com^
||visoadroursu.com^
||vissregion.com^
||vistashomonid.com^
||vistoolr.net^
||vitaminalcove.com^
||vitiumcranker.com^
||vitiumkerel.top^
||vitrealmandola.com^
||vivaciousbudget.pro^
||viviendoefelizz.online^
||vivuple.xyz^
||viwjsp.info^
||viwvamotrnu.com^
||vizacasa.xyz^
||vizofnwufqme.com^
||vizpwsh.com^
||vjcpvfessh.xyz^
||vjdciu.com^
||vjgqzvmgd.com^
||vjsohgd.com^
||vjtskjg.com^
||vjzlgtnaov.com^
||vkarrc.com^
||vkezpstgtjxym.com^
||vkfvrsgj.com^
||vkgtrack.com^
||vkkotuek.xyz^
||vklljvzzeylj.top^
||vknrfwwxhxaxupqp.pro^
||vknvimxmvsndhx.com^
||vksegjhestouij.com^
||vksphze.com^
||vkusbtnxubme.com^
||vlbbyi.com^
||vlbyzgj.com^
||vlfpznssnvbdt.com^
||vlitag.com^
||vlkkwxncamnq.com^
||vllsour.com^
||vlnk.me^
||vlry5l4j5gbn.com^
||vltjnmkps.xyz^
||vltwoizzckpp.com^
||vlvbyqgjqj.com^
||vmbgoblxpl.com^
||vmbuxmdscncv.com^
||vmkoqak.com^
||vmmcdn.com^
||vmraahnmspzy.com^
||vmring.cc^
||vmuid.com^
||vmvajwc.com^
||vmwxsiaco.xyz^
||vmxqgmefynoep.xyz^
||vmypbrnfijassw.com^
||vnbgcquiihu.xyz^
||vnbyclsboyoya.com^
||vndcrknbh.xyz^
||vneffwecka.com^
||vnrherdsxr.com^
||vntsm.com^
||vntsm.io^
||vnvbqpqjgsy.com^
||vnvqoihbwgjqpa.com^
||vnwrlhgvczf.com^
||voacheph.xyz^
||voadeezu.net^
||voaglazy.com^
||voakaupu.com^
||voapozol.com^
||voastauz.net^
||voataigru.com^
||voawbugcy.com^
||vocaivie.xyz^
||vocalconferencesinister.com^
||vocalickopjes.com^
||vocalreverencepester.com^
||vocath.com^
||vodjnqarncm.com^
||vodobyve.pro^
||vodsourg.net^
||vohqpgsdn.xyz^
||voicearrogancesideway.com^
||voicebeddingtaint.com^
||voicedstart.com^
||voicegiddiness.com^
||voicepainlessdonut.com^
||voicepeaches.com^
||voicerdefeats.com^
||voices-kerence.com^
||voidmodificationdough.com^
||voipnewswire.net^
||voirst.com^
||vokaunget.xyz^
||vokjslngw.xyz^
||volatintptr.com^
||volcanoexhibitmeaning.com^
||volcanostricken.com^
||voldarinis.com^
||volna2babla1dh1.com^
||volumedpageboy.com^
||voluminoussoup.pro^
||voluntarilylease.com^
||voluntarilystink.com^
||volunteerbrash.com^
||voluumtracker.com^
||voluumtrk.com^
||voluumtrk3.com^
||volyze.com^
||vomitelse.com^
||vomitlifeboatparliamentary.com^
||vonkol.com^
||vooculok.com^
||vookamoo.com^
||vooodkabelochkaa.com^
||voopaicheba.com^
||voopsoog.xyz^
||vooruvou.com^
||voosegou.xyz^
||vooshagy.net^
||vooshozo.com^
||vootapoago.com^
||voowiche.com^
||voqqdmezdbbr.com^
||voredi.com^
||vorhanddoob.top^
||vorougna.com^
||vorsaibibs.com^
||vossulekuk.com^
||votinginvolvingeyesight.com^
||vouchafagle.com^
||vouchanalysistonight.com^
||vougreph.net^
||voujaizy.xyz^
||vounaipu.net^
||vounesto.com^
||vowcertainly.com^
||vowdistractingbuoyancy.com^
||voweve.com^
||voxar.xyz^
||voxfind.com^
||voxjvytmisj.com^
||voxmrcdgzuwb.com^
||voyageconcise.com^
||voyageschoolanymore.com^
||voynto.com^
||vpeucmbkrobe.com^
||vpfudjdi.com^
||vpico.com^
||vpipi.com^
||vpixrlkggv.com^
||vpn-defend.com^
||vpn-offers.com^
||vpn-offers.info^
||vpn1.cfd^
||vpnlist.to^
||vpop2.com^
||vpotyflfox.com^
||vprtrfc.com^
||vprwamqmdd.xyz^
||vptadv.com^
||vptbn.com^
||vptzqnjwguap.com^
||vpumfeghiall.com^
||vpwhhtpwhmd.com^
||vqagwoaetsahu.com^
||vqcjmtorgexlxpg.xyz^
||vqcuzypju.com^
||vqfustjnvph.com^
||vqglaz.com^
||vqjfiuwbqpvwrn.xyz^
||vqjvnjxbgnz.com^
||vqrqnylppo.com^
||vrasxjrsl.com^
||vrbmhngqjh.com^
||vrcjleonnurifjy.xyz^
||vrhgfvztgmcl.com^
||vrhorus.com^
||vriddhiejidal.com^
||vroaafoi.com^
||vrplynsfcr.xyz^
||vrquqhnikhcnixn.com^
||vrsyd.uno^
||vrtzads.com^
||vs3.com^
||vscfbcovhctu.com^
||vsgfjfsmcewnuhx.com^
||vshzouj.com^
||vskfeduxg.xyz^
||vsnpfmoxb.xyz^
||vstqvcbljb.com^
||vstserv.com^
||vstvstsa.com^
||vstvstsaq.com^
||vsucocesisful.com^
||vsznywexf.com^
||vt894axs16.com^
||vtabnalp.net^
||vtbrcixnca.com^
||vtdtdkaty.com^
||vtetishcijmi.com^
||vtftijvus.xyz^
||vtiipxfdtnkaau.com^
||vtjfplukwxolkgw.xyz^
||vtrodqjicfys.com^
||vtsyqikqnrfmaye.com^
||vttbtsamsbbcpgy.com^
||vttyjakvvdce.com^
||vtveyowwjvz.com^
||vtvkkbasfm.com^
||vtxluebammbfs.com^
||vtzkyckmdcecs.com^
||vubihowhe.com^
||vudaiksaidy.com^
||vudkgwfk.xyz^
||vudoutch.com^
||vuftouks.com^
||vufzuld.com^
||vugnoolr.com^
||vugnubier.com^
||vuieoqhenxeaiv.com^
||vuiluaz.xyz^
||vujriahqyleveh.com^
||vukpwyvge.com^
||vulgarmilletappear.com^
||vulnerablebreakerstrong.com^
||vulnerableordered.com^
||vulnjcmqu.com^
||vungqwclop.xyz^
||vuolobnhqb.com^
||vuphoubs.com^
||vupoupay.com^
||vuqufo.uno^
||vuruzy.xyz^
||vusrabieg.com^
||vuuwd.com^
||vuvacu.xyz^
||vuvcroguwtuk.com^
||vuvochgw.xyz^
||vuvoti.uno^
||vuvoti.xyz^
||vuwmkymwbipd.com^
||vuwmxjusucnh.com^
||vuyngptxhjtmdn.com^
||vuzxgvjt.com^
||vv8h9vyjgnst.com^
||vvehvch.com^
||vvfrdcuxrergrjy.com^
||vvgpkowlun.com^
||vvickycira.com^
||vvobtrjtinsd.com^
||vvpojbsibm.xyz^
||vvrbjtjxmlgcd.xyz^
||vvsesfeunlu.com^
||vvtadblk.online^
||vvvljeqasz.com^
||vvwbjuaerbgmrjm.com^
||vvyqxxgxlnptc.com^
||vvzzphefzcdfr.com^
||vwchbsoukeq.xyz^
||vwciywmidwvel.com^
||vwdtyjygxap.com^
||vwedfijcm.xyz^
||vwegihahkos.com^
||vwhnfwdbf.com^
||vwinagptucpa.com^
||vwl7kia4fzz6.com^
||vwqohlgfneusxy.com^
||vwswilfrveqzw.com^
||vwtqjotm.com^
||vwuyuahqf.com^
||vxdgsgdsvlwz.com^
||vxeynuboasnc.com^
||vxfpsgwhm.com^
||vxgxhtlxbfiufn.com^
||vxkvekeelfpymy.com^
||vxlpuja.com^
||vxnbklwrctqbn.xyz^
||vxoncbelghuic.com^
||vxorjza.com^
||vxrydraquqcwb.com^
||vxsscpctuiq.com^
||vxxizaan.com^
||vyazd.com^
||vyazmi.com^
||vycyqxnbrwz.com^
||vydfijoiw.com^
||vydwjwbul.xyz^
||vyebzzbovvzvl.top^
||vyfrxuytzn.com^
||vyiosamgdc.xyz^
||vylfjneyvmq.xyz^
||vypywufmbsp.com^
||vyqpumohlvdsd.xyz^
||vyxoeu.xyz^
||vz.7vid.net^
||vzhzlraxtwgyn.com^
||vzigttqgqx.com^
||vzoarcomvorz.com^
||vztlivv.com^
||vzufzah.com^
||w00f.net^
||w3exit.com^
||w3needman3w.com^
||w3plywbd72pf.com^
||w4.com^
||w55c.net^
||w65mymobile.com^
||w76mddb.com^
||w99megeneral.com^
||waapadaggled.com^
||wabejoyrode.life^
||wachipho.net^
||wackeerd.com^
||wackotracko.com^
||wadauthy.net^
||waeiftfylzo.com^
||waescyne.com^
||waeshana.com^
||wafflesgenuine.com^
||wafflesquaking.com^
||wafmedia6.com^
||waframedia5.com^
||wafwuoymuqhu.com^
||wagecolorful.com^
||wagepulsate.com^
||wagerjoint.com^
||wagerprocuratorantiterrorist.com^
||wagershare.com^
||wagersinging.com^
||waggonerchildrensurly.com^
||waggonerfoulpillow.com^
||wagnal.com^
||wagroyalcrap.com^
||wagtelly.com^
||wahile.com^
||wahoha.com^
||waigriwa.xyz^
||waihoz.xyz^
||wailedfrosty.com^
||waioowcadhw.xyz^
||waisheph.com^
||waistcoataskeddone.com^
||waistdeafgeorgiana.com^
||waisttrustworthy.com^
||wait4hour.info^
||waitdeathinquiries.com^
||waiterregistrydelusional.com^
||waitheja.net^
||waiting.biz^
||waiwodemanila.com^
||wakelardassistance.com^
||wakenssponged.com^
||walaheewakwafi.com^
||walkedcreak.com^
||walkernewspapers.com^
||walkinggruff.com^
||walkingtutor.com^
||walknotice.com^
||wallacehoneycombdry.com^
||wallacelaurie.com^
||wallowwholi.info^
||wallowwholikedto.info^
||wallpapersfacts.com^
||wallstrads.com^
||wallybuffed.uno^
||walrea.com^
||waltergasp.com^
||wamarapayor.com^
||wamnetwork.com^
||wanesorates.digital^
||wangfenxi.com^
||wangimoqgdi.com^
||wanintrudeabbey.com^
||wanlyavower.com^
||wannessdebus.com^
||wannestfooled.com^
||wanodtbfif.com^
||wansultoud.com^
||want-s0me-push.net^
||want-some-push.net^
||wantedjeff.com^
||wantingernestbreakfast.com^
||wantingunmovedhandled.com^
||wantopticalfreelance.com^
||wantsindulgencehum.com^
||wapbaze.com^
||wapdollar.in^
||wappingcalques.com^
||wapsisod.net^
||waptrick.com^
||waqool.com^
||wardhunterwaggoner.com^
||wardrobecontingent.com^
||warehousestoragesparkling.com^
||warfarerewrite.com^
||wargumtu.net^
||warhin.com^
||wariestbudgers.com^
||warilyaggregation.com^
||warilycommercialconstitutional.com^
||warilydigestionauction.com^
||warilytumblercheckbook.com^
||warindifferent.com^
||wariod.com^
||warlike-purpose.pro^
||warliketruck.com^
||warlockstallioniso.com^
||warm-course.pro^
||warmanmamelon.com^
||warmerdisembark.com^
||warmheartedtackle.pro^
||warmsanabia.guru^
||warmthsmasseur.com^
||warnmessage.com^
||warpassistrefrain.com^
||warrantpiece.com^
||warswhitawe.com^
||wartletkenn.com^
||wartletsewar.guru^
||warumbistdusoarm.space^
||warworkunson.top^
||wary-pressure.pro^
||wasgildedall.com^
||washdaycalmly.com^
||washedgrimlyhill.com^
||washergnome.com^
||washincozing.space^
||washinexhaustible.com^
||washingbustlewhack.com^
||washingoccasionally.com^
||washpottelly.website^
||wasortg.com^
||wasp-182b.com^
||waspdiana.com^
||waspfestivalchampionship.com^
||waspilysagene.com^
||waspishamendbulb.com^
||waspishoverhear.com^
||wasqimet.net^
||wastablrupture.com^
||wastedclassmatemay.com^
||wastedinvaluable.com^
||wastefulenthusiasm.pro^
||wastefulpack.pro^
||wasverymuc.com^
||watch-now.club^
||watchcpm.com^
||watchercupboard.com^
||watcherworkingbrand.com^
||watchespounceinvolving.com^
||watchesthereupon.com^
||watchestwenties.com^
||watchexcellent.pics^
||watchexcellentpics.online^
||watchexcellentvids.online^
||watchgelads.com^
||watchingthat.com^
||watchingthat.net^
||watchlivesports4k.club^
||watchmanyachtmatch.com^
||watchmarinerflint.com^
||watchmytopapp.top^
||watchnewpics.info^
||watchnewpics.space^
||watchnewvids.online^
||watchnewvids.space^
||watchnewvids.today^
||watchthistop.net^
||watchyourvids.online^
||watchyourvids.space^
||watekade.xyz^
||waterfallblessregards.com^
||waterlinesheet.org^
||waterypower.pro^
||wateryzapsandwich.com^
||watwait.com^
||wauchguardee.com^
||waudeesestew.com^
||waufooke.com^
||waughtsquint.com^
||waugique.net^
||wauloumu.net^
||waunsgraphs.website^
||wauroufu.net^
||waushaup.com^
||waust.at^
||wauthaik.net^
||wauwitew.net^
||wavablehood.com^
||waveclks.com^
||wavedfrailentice.com^
||waveelectbarn.com^
||wavermerchandiseweird.com^
||waviatacloche.com^
||wavimurcavaqd.com^
||wavingteenagecandle.com^
||wavysnarlfollow.com^
||wawhairt.net^
||waxaimg.info^
||waxingcesti.com^
||waxpigbaa.com^
||waxtamnit.com^
||waxworksprotectivesuffice.com^
||waybillbulged.com^
||wayfarerspoutpraise.com^
||waymarkgentiin.com^
||waymentriddel.com^
||waynagmay.com^
||wazaki.xyz^
||wazctigribhy.com^
||wazensee.net^
||waztahsmal.com^
||wazzeyzlozyj.top^
||wbdds.com^
||wbdqwpu.com^
||wbekwxsup.com^
||wbfhivtydh.com^
||wbgwuftclaya.com^
||wbidder.online^
||wbidder2.com^
||wbidder3.com^
||wbidder311072023.com^
||wbidr.com^
||wbilvnmool.com^
||wbjjkdofo.xyz^
||wboptim.online^
||wboux.com^
||wbowoheflewroun.info^
||wbsads.com^
||wbtsaeadmo.com^
||wbubnjqyrmv.com^
||wbuurzutrhmlsz.com^
||wbvjhlaljp.com^
||wbzfybvl.com^
||wcaahlqr.xyz^
||wcadfvvwbbw.xyz^
||wcadlvruvrq.xyz^
||wcbxugtfk.com^
||wcctteslcmulgmu.com^
||wcdxpxugsrk.xyz^
||wcgcddncqveiqia.xyz^
||wchctzzkzkhx.com^
||wcjiaclw.com^
||wcltbpbnlf.com^
||wcmcs.net^
||wcnndaazbwmane.com^
||wct.link^
||wcuolmojkzir.com^
||wcvyyacmnoamt.com^
||wcxegvp.com^
||wcyapvikap.com^
||wczpllwwwjoi.com^
||wdavrzv.com^
||wddlydaxtmm.com^
||wdevxtmasfdswx.com^
||wdownthreerfdfg.com^
||wdpqgagmulazv.com^
||wdpylyw.com^
||wdt9iaspfv3o.com^
||wduqxbvhpwd.xyz^
||wdvlqbo.com^
||weabalance.top^
||weakcompromise.com^
||wealthextend.com^
||wealthyonsethelpless.com^
||weanersporta.com^
||weaped.com^
||weaponsnondescriptperceive.com^
||weaponvelocitypredator.com^
||weaptqsmbshwd.xyz^
||wearinggenear.com^
||wearishalgins.com^
||wearisomeexertiontales.com^
||wearydisturbing.com^
||wearygrocery.pro^
||wearyregister.com^
||wearyvolcano.com^
||weaselabsolute.com^
||weaselbubblehue.com^
||weatheralcovehunk.com^
||weathercockr.com^
||weatherpeanutnegligence.com^
||weatherplllatform.com^
||weatherpopularitypassage.com^
||weatherstumphrs.com^
||weavelurkwiden.com^
||weaveradrenaline.com^
||weaverdispensepause.com^
||weayrvvkvvalk.top^
||web-guardian.xyz^
||web-hosts.io^
||web-security.cloud^
||web0.eu^
||webads.co.nz^
||webads.media^
||webair.com^
||webassembly.stream^
||webatam.com^
||webcampromo.com^
||webcampromotions.com^
||webclickengine.com^
||webclickmanager.com^
||webcontentassessor.com^
||webdatatrace.com^
||webestablishedsunflower.com^
||webmedrtb.com^
||webpinp.com^
||webpushcloud.info^
||webquizspot.com^
||webregadvertising.com^
||webseeds.com^
||websitepromoserver.com^
||webteaser.ru^
||webteensyusa.com^
||webtradehub.com^
||weceofcfmxtd.xyz^
||wechoong.com^
||wecjdqpinrpaugf.com^
||wecouldle.com^
||wedflossbecause.com^
||wednesdaygranddadlecture.com^
||wednesdaynaked.com^
||wednesdaywestern.com^
||wedonhisdhilte.com^
||wedonhisdhiltew.info^
||wee-intention.com^
||weebipoo.com^
||weechouh.com^
||weedazou.net^
||weedfowlsgram.com^
||weednewspro.com^
||weehauptoupt.com^
||week1time.com^
||weeklideals.com^
||weeklyimplement.pro^
||weepingheartache.com^
||weepingpretext.com^
||weeprobbery.com^
||weestuch.com^
||weethery.com^
||weewowshrinky.com^
||weftsgeogeny.com^
||wegastroky.com^
||wegeeraitsou.xyz^
||wegetpaid.net^
||wegotmedia.com^
||wehaveinourd.org^
||wehrma.com^
||weighertutania.com^
||weighinened.com^
||weird-lab.pro^
||wel-wel-fie.com^
||welchdecrier.com^
||welcomeargument.com^
||welcomememory.pro^
||welcomeneat.pro^
||welcometerrific.com^
||welcomingcasklive.com^
||welcomingvigour.com^
||welfarefit.com^
||wellexpressionrumble.com^
||wellhello.com^
||wellinformed-song.com^
||welllwrite.com^
||wellmadeabroad.pro^
||wellmendorrs.uno^
||wellmov.com^
||wellnesszap.com^
||welltodoresource.com^
||weltercampe.com^
||welved.com^
||wemfpbtd.xyz^
||wemoustacherook.com^
||wempooboa.com^
||wendelstein-1b.com^
||wenhat.com^
||wenher.com^
||wennishbubbles.com^
||weoesgvow.xyz^
||weoigpwcg.com^
||weownthetraffic.com^
||wepainsoaken.com^
||weredthechild.info^
||wereksbeforebut.info^
||wereriskbarnacle.com^
||wererxrzmp.com^
||werped.com^
||wesdol.com^
||weshsofoij.xyz^
||wesicuros.com^
||wesmuqjisx.com^
||westerdayeol.site^
||westernhungryadditions.com^
||westreflection.com^
||westslendersolitary.com^
||westspulse.com^
||wet-maybe.pro^
||wet-slice.com^
||wetlinepursuing.com^
||wetpeachcash.com^
||wetryprogress.com^
||wetzal.com^
||wevrwqjlylmaj.top^
||wevrwqjlylqwm.top^
||wewearegogogo.com^
||wewloromyvvav.top^
||wexfhjpmvhnakq.com^
||weyojqrgzn.com^
||wezmklgd.com^
||wezvveogk.com^
||wf66l5ylwq.com^
||wfblnkej.com^
||wfcs.lol^
||wfdlrirntafl.com^
||wffbdim.com^
||wfnetwork.com^
||wfnpay.com^
||wfodwkk.com^
||wfredir.net^
||wfthumty.pm^
||wfutphkrendhr.com^
||wfuwlkgm.com^
||wg-aff.com^
||wgbwlgzthobp.com^
||wgchrrammzv.com^
||wghzbgmjpyig.com^
||wgkggub.com^
||wgplayer.com^
||wgpsjcpdulptl.com^
||wgsxteihr.com^
||wgxpirautgxpap.com^
||wgxzslfagpbcqd.com^
||wgyoaqtjfb.com^
||whaacgqzyaz.com^
||whackygribane.life^
||whadupsi.net^
||whagrogiva.com^
||whagrolt.com^
||whaidree.com^
||whairtoa.com^
||whaishub.net^
||whaiweel.com^
||whaleads.com^
||whaleapartmenthumor.com^
||whalems.com^
||whalepp.com^
||whamauft.com^
||whamiwiwu.pro^
||whampamp.com^
||whamplempangwe.top^
||whamukoji.pro^
||whamuthygle.com^
||whandpolista.com^
||wharployn.com^
||whartaug.net^
||whartfidalgo.life^
||whateyesight.com^
||whatijunnstherew.com^
||whatisnewappforyou.top^
||whatisuptodaynow.com^
||whatnotbenjoin.top^
||whatolra.net^
||whatsfopped.top^
||whatsoeverlittle.com^
||whaudsur.net^
||whauglorga.com^
||whaulaul.net^
||whaulids.com^
||whaurgoopou.com^
||whautsis.com^
||whaxanso.net^
||whazugho.com^
||whechypheshu.com^
||whedupache.pro^
||wheebsadree.com^
||wheedran.com^
||wheeksir.net^
||wheel-of-fortune-prod.com^
||wheelbarrowbenignity.com^
||wheeldenunciation.com^
||wheeledabbotafterward.com^
||wheeledajar.com^
||wheeledmoundangrily.com^
||wheelsbullyingindolent.com^
||wheelscomfortlessrecruiting.com^
||wheelstweakautopsy.com^
||wheensairga.com^
||wheeptit.net^
||wheers.com^
||wheeshoo.net^
||wheestop.xyz^
||wheetlemetreza.com^
||wheftouw.xyz^
||whehongu.com^
||whelsumt.com^
||whempine.xyz^
||whencewaxworks.com^
||whenevererupt.com^
||whengebsoth.com^
||whenolri.com^
||where.com^
||whereaboutsgolancould.com^
||wherebyinstantly.com^
||whereres.com^
||whereuponcomicsraft.com^
||wherevertogo.com^
||whertinu.com^
||wherunee.com^
||whestail.com^
||whestendurous.top^
||whethobs.xyz^
||whetin.com^
||wheweeze.net^
||whiboubs.com^
||whiceega.com^
||whicus.com^
||whifflehumeral.guru^
||whileinferioryourself.com^
||whiletilth.com^
||whilroacix.com^
||whimpercategory.com^
||whimsicalcoat.com^
||whinecapicha.space^
||whineshellcat.space^
||whineyancilia.top^
||whiningbewildered.com^
||whiningconfessed.com^
||whipgos.com^
||whippedfreezerbegun.com^
||whiprayoutkill.com^
||whirkenhevi.digital^
||whirlclick.com^
||whirltoes.com^
||whirlwindconsistencyinoffensive.com^
||whirlwindofnews.com^
||whiskersbiographypropulsion.com^
||whiskerssituationdisturb.com^
||whiskerssunflowertumbler.com^
||whisperofisaak.com^
||whisperpostage.com^
||whisteeb.xyz^
||whistledittyshrink.com^
||whistledprocessedsplit.com^
||whistlelloyd.com^
||whistlingbeau.com^
||whistlingmoderate.com^
||whistlingvowel.com^
||whitenoisenews.com^
||whittenchorded.com^
||whizduly.com^
||whizzerknucks.com^
||whjepqhsxed.xyz^
||whkyiuufzjt.com^
||whoachoh.com^
||whoajeex.xyz^
||whoaksoo.com^
||whoalsos.com^
||whoapsoo.com^
||whoartairg.com^
||whoavais.com^
||whoavaud.net^
||whoawhoug.com^
||whodouth.net^
||whofiguredso.org^
||whoftits.xyz^
||whokrour.net^
||whole-win.pro^
||wholeactualjournal.com^
||wholeactualnewz.com^
||wholebestjournal.com^
||wholecommonposts.com^
||wholecoolposts.com^
||wholecoolstories.com^
||wholedailyfeed.com^
||wholefreshposts.com^
||wholehotjournal.com^
||wholehugestories.com^
||wholehugewords.com^
||wholenicenews.com^
||wholesomelethal.com^
||wholesomemillennium.com^
||wholewowblog.com^
||whollychapters.com^
||whompedcuorin.com^
||whomspreadbeep.com^
||whoodseb.com^
||whoognoz.com^
||whookroo.com^
||whoomseezesh.com^
||whoostoo.net^
||whoostoo.xyz^
||whootapt.com^
||whootascots.com^
||whootkhankah.com^
||whoppercreaky.com^
||whotchie.net^
||whotrundledthe.com^
||whoulikaihe.net^
||whoumtip.xyz^
||whoungoz.net^
||whounoag.xyz^
||whounsou.com^
||whourgie.com^
||whouroazu.net^
||whoursie.com^
||whoururt.xyz^
||whouseem.com^
||whoustoa.net^
||whoutchi.net^
||whoutsog.net^
||whouzelt.xyz^
||whowascryingforthe.com^
||whowhipi.net^
||whpqvmaxr.xyz^
||whqxqwy.com^
||whsledorking.com^
||whuckaip.xyz^
||whudursus.com^
||whugeestauva.com^
||whugesto.net^
||whuhough.xyz^
||whujoagh.net^
||whukroal.net^
||whulsaux.com^
||whupsoza.xyz^
||whuptaiz.net^
||whuptouky.com^
||whustemu.com^
||whutchey.com^
||whuweehy.xyz^
||whychymithy.com^
||whyl-laz-i-264.site^
||whyocafenet.space^
||wibtntmvox.com^
||wichauru.xyz^
||wichtstoppit.space^
||wickedhumankindbarrel.com^
||wickedoutrage.com^
||wicketfumage.com^
||wickiupcopalms.com^
||widaimty.com^
||wideeyed-painting.com^
||wideeyedlady.pro^
||widelt.com^
||widelyuddercancelling.com^
||widerdaydream.com^
||widespreadgabblewear.com^
||widezealconstant.com^
||widgetbucks.com^
||widgetly.com^
||widore.com^
||widow5blackfr.com^
||widton.com^
||widual.com^
||wiediceberg.uno^
||wiela-kig.com^
||wifescamara.click^
||wifeskneels.com^
||wifeverticallywoodland.com^
||wigetmedia.com^
||wigfulchiack.com^
||wigglestoriesapt.com^
||wigglewurm.com^
||wigglychick.top^
||wiglessernes.com^
||wigsynthesis.com^
||wikeqa.uno^
||wilcooxcheek.com^
||wild-plant.pro^
||wildernessproven.com^
||wildestduplicate.com^
||wildestelf.com^
||wildhookups.com^
||wildlifeeventlean.com^
||wildlifesolemnlyrecords.com^
||wildmatch.com^
||wildxxxparties.com^
||wilfulknives.com^
||willetslibbet.digital^
||williamelemental.com^
||williamfaxarts.com^
||williamporterlilac.com^
||willinglypromoteceremony.com^
||willingnessaggravationfits.com^
||willingnesslookheap.com^
||willtissuetank.com^
||wilslide.com^
||wiltedfuture.pro^
||wimmon.com^
||wimpeelt.com^
||wimplesbooklet.com^
||win-bidding.com^
||winbestprizess.info^
||winbuyer.com^
||windindelicateexclusive.com^
||windingnegotiation.com^
||windingravesupper.com^
||windofaeolus.com^
||windowdemiselowlife.com^
||windowmentaria.com^
||windowsaura.com^
||windowsdaggerminiaturization.com^
||windowsgushfurnished.com^
||windowsuseful.com^
||windsplay.com^
||windymissphantom.com^
||winecolonistbaptize.com^
||wineinstaller.com^
||winewiden.com^
||winfreeprize.online^
||winfulelle.top^
||wingads.com^
||wingerssetiger.com^
||wingingtuzzle.space^
||wingleeer.space^
||wingselastic.com^
||winkexpandingsleigh.com^
||winneradsmedia.com^
||winnersolutions.net^
||winningdotaltar.com^
||winningorphan.com^
||winpbn.com^
||winr.online^
||winslinks.com^
||winternewsnow.name^
||winterolivia.com^
||wintjaywolf.org^
||wipedhypocrite.com^
||wipeilluminationlocomotive.com^
||wipeunauthorized.com^
||wiphpiqsuheta.com^
||wipowaxe.com^
||wirelessdeficiencyenemies.com^
||wirelessinvariable.com^
||wirenth.com^
||wiringcollectorguffaw.com^
||wiringsensitivecontents.com^
||wirratailage.com^
||wirrttnlmumsak.xyz^
||wirsilsa.net^
||wirwastine.digital^
||wishesantennarightfully.com^
||wishesobtrusivefastest.com^
||wishfulauthorities.com^
||wishfulthingtreble.com^
||wishjolty.com^
||wishjus.com^
||wishmayvaganti.website^
||wishoblivionfinished.com^
||wister.biz^
||wistfulassign.com^
||wistfulcomet.com^
||witalfieldt.com^
||witchcraftbarterexploded.com^
||withcarsickhatred.com^
||withcrepteast.com^
||withdedukication.com^
||withdrawcosmicabundant.com^
||withdrewparliamentwatery.com^
||withdromnit.pro^
||withearamajo.info^
||withenvisagehurt.com^
||withersserdabs.guru^
||withholdrise.com^
||withholdstandstill.com^
||withinresentful.com^
||withoutcontrol.com^
||witlayvet.com^
||witnessedcompany.com^
||witnessedworkerplaid.com^
||witnessjacket.com^
||witnessremovalsoccer.com^
||witnesssimilarindoors.com^
||wittilyfrogleg.com^
||witwormfurzes.com^
||wivesstandpoint.com^
||wivoqi.uno^
||wivtuhoftat.com^
||wizardunstablecommissioner.com^
||wizkrdxivl.com^
||wizliebeg.com^
||wjgcygwgrvooio.com^
||wjljwqbmmjjmw.top^
||wjudihl.com^
||wjvyorreejezm.top^
||wjvyorreejkzw.top^
||wjxtbwffpykdmo.com^
||wjzrzwyrrbwyz.top^
||wka4jursurf6.com^
||wkktnbxxum.xyz^
||wkmorvzqjmwav.top^
||wkmorvzqjmyrw.top^
||wknaczrxjrj.com^
||wkoeoaavammkr.top^
||wkoeoaavammqv.top^
||wkoeoaavamqek.top^
||wkpewkejefefhm.com^
||wkpfgjbmd.com^
||wkqcnkstso.com^
||wkwqljwykojvm.top^
||wkwqljwykollz.top^
||wl-cornholio.com^
||wlafx4trk.com^
||wlawpzx.com^
||wldepmzuwqvmyq.com^
||wleallwllbkok.top^
||wledconsi.xyz^
||wlen1bty92.pro^
||wlfcwkijsknted.xyz^
||wlhzbbvtofot.com^
||wlimrvsnusyawk.com^
||wliuahugpgo.com^
||wlmitgzbht.com^
||wlvkzwqjlyzvr.top^
||wlyfiii.com^
||wlzzwzekkrrzw.top^
||wma.io^
||wmaoviagmphst.com^
||wmbbsat.com^
||wmdymnqzhbo.com^
||wmdzefk.com^
||wmeqobozarqyj.top^
||wmgtr.com^
||wmkyrbx.com^
||wmlbjana.com^
||wmlfyerssqlipx.com^
||wmober.com^
||wmpset.com^
||wmptcd.com^
||wmptctl.com^
||wmpted.com^
||wmpuem.com^
||wmtaeem.com^
||wmtmhbuiumwl.com^
||wmudsraxwj.xyz^
||wmwwmbjkmalz.top^
||wmwwmbjkmavr.top^
||wmwwmbjkmrlv.top^
||wmxthwflju.xyz^
||wmzlbovyjrwvw.top^
||wnedandlooked.info^
||wnjjhksaue.com^
||wnjtssmha.com^
||wnkibwzr.com^
||wnp.com^
||wnrusisedprivatedq.info^
||wnt-s0me-push.net^
||wnt-some-psh.net^
||wnt-some-push.com^
||wnt-some-push.net^
||wnthglylkflcc.com^
||wnulffwyetlek.com^
||wnvdgegsjoqoe.xyz^
||wnyuehqewfisvby.com^
||woafoame.net^
||woagroopsek.com^
||woaneeti.com^
||woaneezy.com^
||woaniphud.com^
||woapheer.com^
||woathail.net^
||woathaiz.net^
||woawhouzie.com^
||wobblyiroha.com^
||wocfhqqt.com^
||wodycaha.com^
||woefifty.com^
||woejh.com^
||woespoke.com^
||wogglehydrae.com^
||wohpaqjb.com^
||wokaptoa.com^
||wokenoptionalcohabit.com^
||wokfirsax.com^
||wokm8isd4zit.com^
||wolaufie.com^
||wolffiareecho.com^
||wolqundera.com^
||wolsretet.net^
||wolve.pro^
||womadsmart.com^
||womanedlithite.guru^
||womangathering.com^
||womanpiaffed.top^
||wombalayah.com^
||wombsaimscary.com^
||womenvocationanxious.com^
||womsauph.com^
||woncherish.com^
||wonconsists.com^
||woncorvee.com^
||wondefulapplend.com^
||wonderfulstatu.info^
||wonderhsjnsd.com^
||wonderingmassage.com^
||wonderlandads.com^
||wonfigfig.com^
||wongahmalta.com^
||wongaunitage.uno^
||wonsegax.net^
||wooballast.com^
||woodbeesdainty.com^
||wooden-comfort.com^
||woodenguardsheartburn.com^
||woodhenmils.com^
||woodlandsmonthlyelated.com^
||woodlandsveteran.com^
||woodtipvpnrh.com^
||woodygloatneigh.com^
||woodymotherhood.com^
||woofoafi.xyz^
||woogoust.com^
||woolasib.net^
||woolenabled.com^
||woolensulking.com^
||woolsawaq.com^
||woopeekip.com^
||woopteem.net^
||wootmedia.net^
||woovoree.net^
||woozypp.top^
||wopsedoaltuwipp.com^
||wopsedoaltuwn.com^
||wopsedoaltuwo.com^
||wopsedoaltuwp.com^
||woqycyda.com^
||wordbodily.com^
||wordierkonak.com^
||wordingget.com^
||wordlockdown.com^
||wordpersonify.com^
||wordsnought.com^
||wordyhall.pro^
||wordyjoke.pro^
||woredi.com^
||woreensurelee.com^
||worehumbug.com^
||worersie.com^
||worimu.uno^
||worimu.xyz^
||workback.net^
||workeddecay.com^
||workerdisadvantageunrest.com^
||workerprogrammestenderly.com^
||workervanewalk.com^
||workhovdi.com^
||workhovdiminatedi.info^
||workingflense.website^
||workmanceremony.com^
||worldactualstories.com^
||worldbestposts.com^
||worldbusiness.life^
||worldcommonwords.com^
||worldcoolfeed.com^
||worldfreshblog.com^
||worldfreshjournal.com^
||worldglobalssp.xyz^
||worldofviralnews.com^
||worldpraisedcloud.com^
||worldsportlife.com^
||worldtimes2.xyz^
||worldtraffic.trade^
||worldviralnewz.com^
||worldwhoisq.org^
||worldwidemailer.com^
||worldwideor.info^
||worlowedonh.com^
||wormdehydratedaeroplane.com^
||wornie.com^
||worriesteapotairborne.com^
||worseobscureplastic.com^
||worsesziara.com^
||worshipstubborn.com^
||worst-zone.pro^
||worstgoodnightrumble.com^
||worstideatum.com^
||worstnumidae.com^
||worthconesquadron.com^
||worthless-living.pro^
||worthlessanxiety.pro^
||worthlesspattern.com^
||worthspontaneous.com^
||worthwhile-chance.com^
||worthwhileawe.com^
||worthylighteravert.com^
||wossaung.net^
||wotihxqbdrbmk.xyz^
||woudaufe.net^
||woujaupi.xyz^
||woujoami.com^
||woukrkskillsom.info^
||wouldmakefea.org^
||wouldmakefeag.info^
||wouldmakefeagre.info^
||wouldtalkbust.com^
||wouled.com^
||woulin.com^
||woulst.com^
||wounderfullife.xyz^
||wountr.com^
||woushucaug.com^
||wouthula.xyz^
||wouvista.com^
||wovazaix.com^
||wovensur.com^
||woviftjhpkn.com^
||wow-click.click^
||wowcalmnessdumb.com^
||wowebahugoo.com^
||wowhaujy.com^
||wowjogsot.com^
||wowkydktwnyfuo.com^
||wowlnk.com^
||wowreality.info^
||wowshortvideos.com^
||woxfiybiepgltf.com^
||woymebsi.com^
||wozwmffiwpy.com^
||wp3advesting.com^
||wpadmngr.com^
||wpbeyqjfg.com^
||wpcgyoyq.com^
||wpcjyxwdsu.xyz^
||wphmavwgay.xyz^
||wpihekqpm.xyz^
||wpjhenqutmdzd.com^
||wpncdn.com^
||wpnetwork.eu^
||wpnjs.com^
||wpnokuxfmu.xyz^
||wpnrtnmrewunrtok.xyz^
||wpnsrv.com^
||wpooxqs.com^
||wpowiqkgykf.com^
||wpshsdk.com^
||wpsmcns.com^
||wpu.sh^
||wpunativesh.com^
||wpush.org^
||wpushorg.com^
||wqjbldnnceroue.com^
||wqjzajr.com^
||wqlnfrxnp.xyz^
||wqltsxjqfhlxty.com^
||wqorxfp.com^
||wqzjfsmudvpct.com^
||wqzqoobqpubx.com^
||wqzyxxrrep.com^
||wrangleprickly.com^
||wrappeddimensionimpression.com^
||wrathful-alternative.com^
||wrdnaunq.com^
||wreaksyolkier.com^
||wreathabble.com^
||wreckingplain.com^
||wrenchfavourablespear.com^
||wrenko.com^
||wrensacrificepossibly.com^
||wrenterritory.com^
||wrestlingembroider.com^
||wretched-confusion.com^
||wretcheddrunkard.com^
||wretchmilitantasia.com^
||wrevenuewasadi.info^
||wrgjbsjxb.xyz^
||wriedwite.uno^
||wristtrunkpublication.com^
||wristyagr.digital^
||writeestatal.space^
||writerredolasy.club^
||writhehawm.com^
||writhing-library.pro^
||writingwhine.com^
||writshackman.com^
||writtenanonymousgum.com^
||wrjcedwpsybttkh.com^
||wrkl.xyz^
||wronal.com^
||wronol.com^
||wronti.com^
||wrontonshatbona.com^
||wrotad.com^
||wroteeasel.com^
||wrotop.com^
||wrotus.com^
||wruaqpkuwa.com^
||wrufer.com^
||wrycomparednutshell.com^
||wryfruw.com^
||wrylength.pro^
||wrypassenger.com^
||wsafeguardpush.com^
||wsaidthemathe.info^
||wsejsoqdmdzcvr.com^
||wseojloda.com^
||wsfpwiih.com^
||wsgmcgtbvky.com^
||wsinterfumes.info^
||wsjlbbqemr23.com^
||wsjpcev.com^
||wsmobltyhs.com^
||wsokomw.com^
||wspsbhvnjk.com^
||wt20trk.com^
||wt2noay3fgjn.com^
||wtcysmm.com^
||wtfgep.xyz^
||wtg-ads.com^
||wthbjrj.com^
||wtkfxoqolprv.com^
||wtmhwnv.com^
||wtpizrezmr.com^
||wtpsicowsqb.xyz^
||wtrep.xyz^
||wuchaurteed.com^
||wuckaity.com^
||wudaoutsjuxbd.com^
||wudr.net^
||wuefmls.com^
||wuftoars.net^
||wuidtethhkcko.com^
||wujyeflb.com^
||wukbgater.buzz^
||wukoopicee.com^
||wukoulnhdlu.info^
||wuksaiho.net^
||wuksosta.com^
||wuluju.uno^
||wumpakuw.net^
||wumteecoodsu.com^
||wumufama.com^
||wunteetoco.com^
||wuqconn.com^
||wurqaz.com^
||wurstsmikael.life^
||wussucko.com^
||wutseelo.xyz^
||wutsumazxq.com^
||wuwutnnyedlhvr.com^
||wuzbhjpvsf.com^
||wvfhosisdsl.xyz^
||wvhba6470p.com^
||wvjzbijwbsegqq.com^
||wvnuubmothth.com^
||wvpfumotgpsfy.com^
||wvrgnlvzqmi.com^
||wvsrebdogmq.com^
||wvtynme.com^
||wvuvpahnbmnxt.com^
||wvvkxni.com^
||wvwxjfjjytaf.com^
||wvxcdtuhcagistb.xyz^
||ww2.imgadult.com^
||ww2.imgtaxi.com^
||ww2.imgwallet.com^
||wwahuxzipoc.com^
||wwarvlorobzw.top^
||wwbeqrhjwnijdk.com^
||wwemleypftdook.com^
||wwfx.xyz^
||wwhnjrg.com^
||wwija.com^
||wwkedpbh4lwdmq16okwhiteiim9nwpds2.com^
||wwlaoryovljjr.top^
||wwllfxt.com^
||wwow.xyz^
||wwoww.xyz^
||wwowww.xyz^
||wwpon365.ru^
||wwpush22.com^
||wwrpfevyca.com^
||wwunnmshmv.xyz^
||wwvqxqmcvfxwqq.com^
||www6.hentai-zone.com^
||www8.upload-pics.com^
||wwwadcntr.com^
||wwwowww.xyz^
||wwwpromoter.com^
||wwwwndings.click^
||wwwwzeraqvlqk.top^
||wwwwzeraqvmkw.top^
||wwxnbsvwultw.com^
||wxaqazawxhjiz.com^
||wxcqdnf.com^
||wxhiojortldjyegtkx.bid^
||wxltarsyoffmm.com^
||wxmccgdodvsqibm.com^
||wxmicgwfzqekj.com^
||wxmxbvuwj.com^
||wxoywtyuj.com^
||wxseedslpi.com^
||wxvfhgdeis.com^
||wydtxpctgipa.xyz^
||wyeszcj.com^
||wyfsddsucblzu.com^
||wyglyvaso.com^
||wyhifdpatl.com^
||wyjkqvtgwmjqb.xyz^
||wylmzwkywjrzr.top^
||wymcgmxefvqvej.com^
||wymymep.com^
||wynather.com^
||wynnsbrot.com^
||wynvalur.com^
||wyoxmklaa.xyz^
||wyresgkvhfdiz.com^
||wyrtqdvhuiyhml.com^
||wysasys.com^
||wyscmkd.com^
||wysyshypti.pro^
||wytxjmow.com^
||wzcznlufq.com^
||wzdzht7am5.com^
||wzk5ndpc3x05.com^
||wzlbhfldl.com^
||wzmidfgwyxfrd.com^
||wzncuhcpbijx.com^
||wzojibovpm.com^
||wzrqeos.com^
||wzwtdbvzio.com^
||wzxty168.com^
||x011bt.com^
||x2tsa.com^
||x4pollyxxpush.com^
||x7r3mk6ldr.com^
||x95general.com^
||x9socptyr.com^
||xaajawwskkcnfuc.com^
||xad.com^
||xadcentral.com^
||xads.one^
||xadsmart.com^
||xageyai.com^
||xaguturkuufyq.com^
||xahhhptqa.top^
||xajqhrrrnxmy.com^
||xalienstreamx.com^
||xameleonads.com^
||xammcokaho.com^
||xanawet.com^
||xannevugjv.com^
||xapads.com^
||xaqavvmtkcgtg.xyz^
||xargijqtgysdvgj.com^
||xatesfrgkifde.com^
||xawlop.com^
||xaxoro.com^
||xaxrtiahkft.com^
||xayiqcwbmmhwf.com^
||xazwlyh.com^
||xbc8fsvo5w75wwx8.pro^
||xbcnvj2mdk1dn1.com^
||xbcrohmposa.com^
||xbetobprp.com^
||xblonthyc.com^
||xbmczkujzsfkcq.com^
||xbtjupfy.xyz^
||xbwiykqxeiqb.com^
||xbxmdlosph.xyz^
||xcec.ru^
||xcejarignt.com^
||xcelltech.com^
||xcelsiusadserver.com^
||xcgbpsyob.com^
||xclicks.net^
||xcowuheclvwryh.com^
||xcqyvahohs.com^
||xcrnyxwlbvq.com^
||xcsjbge.com^
||xctignum.uno^
||xcwxfcav.com^
||xcxbqohm.xyz^
||xdcngimejo.com^
||xder1.fun^
||xder1.online^
||xdezxlbnpo.com^
||xdgelyt.com^
||xdhqtgpkywjl.com^
||xdirectx.com^
||xdisplay.site^
||xdiwbc.com^
||xdmanage.com^
||xdmicjkveqlgllp.com^
||xdohrleybrd.com^
||xduvqslud.com^
||xdvorqmcxpyvy.com^
||xdvsijtlhr.com^
||xdycqcoefditwj.com^
||xdypuudfxmecd.com^
||xebadu.com^
||xefefetgxnh.com^
||xegluwate.com^
||xegmsox.com^
||xeijckcsg.com^
||xel-xel-fie.com^
||xelllwrite.com^
||xemiro.uno^
||xenar.xyz^
||xenopusbink.com^
||xenosmussal.com^
||xenylclio.com^
||xetlugupyug.com^
||xeuswz.com^
||xevbjycybvb.xyz^
||xfahjal.com^
||xfbdmmcydxt.com^
||xfbeobsutqtndp.com^
||xfcpdigfsx.xyz^
||xfguylptuqw.com^
||xfiebjkmpp.com^
||xfileload.com^
||xfimwjibh.top^
||xforhehvu.com^
||xftrtljc.xyz^
||xfujihakbk.com^
||xfvvygrv.com^
||xfwblpomxc.com^
||xfxssqakis.com^
||xfyqlex.com^
||xgbmjmgrxfvf.com^
||xgdljiasdo.xyz^
||xgeuzcfrkeb.com^
||xghxpvl.com^
||xgmtlmrweyasy.com^
||xgraph.net^
||xgrqvhbml.com^
||xgwhrvnxvhqgi.com^
||xhfvljklvq.com^
||xhhaakxn.xyz^
||xhlzokzxoxykxf.com^
||xhmnbvn.com^
||xhnedvpcml.com^
||xhpzrfj.com^
||xhr0.xyz^
||xhvaqgs.com^
||xhwwcif.com^
||xhydgjisnfrtqsh.com^
||xhzz3moj1dsd.com^
||xiaomengxiong.com^
||xibilitukydteam.info^
||xidx.org^
||xigrtoai.com^
||xiifrwasfouifb.com^
||xijgedjgg5f55.com^
||xilbalar.com^
||xiloncopmat.com^
||ximybkpxwu.com^
||xineday.com^
||xipaaqgnrehpdns.com^
||xipteq.com^
||xiqougw.com^
||xiryrnrz.com^
||xissidearm.com^
||xitesa.uno^
||xitwpifbihsxpj.com^
||xivmviuynlt.com^
||xjakcitm.com^
||xjfbhxp.com^
||xjjjqlkjlrhqyh.com^
||xjktawqrcaw.com^
||xjoyvqpuwzut.com^
||xjrwxfdphc.com^
||xjsx.lol^
||xjwcnvnqdm.com^
||xkbgqducppuan.xyz^
||xkbydybnle.com^
||xkcgjkwjbmki.xyz^
||xkdgblptpicgiu.xyz^
||xkdxygywfm.com^
||xkejsns.com^
||xkesalwueyz.com^
||xkfogxtamlnn.com^
||xkfvvyjurlil.com^
||xkjnvehk.com^
||xknpkgomp.com^
||xkowcsl.com^
||xkpbcd.com^
||xkqggicpn.com^
||xksdqikwbwat.com^
||xksqb.com^
||xkueeqyzz.com^
||xkwwnle.com^
||xkyphardw.com^
||xlarixmmdvr.xyz^
||xlcceiswfsntpp.xyz^
||xlckxtyqntt.xyz^
||xlfrhhp.com^
||xlgatxqovuvz.com^
||xliirdr.com^
||xlirdr.com^
||xlivesex.com^
||xlivrdr.com^
||xlmygeuxtv.com^
||xlrdr.com^
||xlrm-tech.com^
||xludnfyrcmgbe.com^
||xlviiirdr.com^
||xlviirdr.com^
||xlvirdr.com^
||xlwaluyw.com^
||xlwnzkyj.com^
||xlyhpurmfnlall.com^
||xmas-xmas-wow.com^
||xmaswrite.com^
||xmediaserve.com^
||xmegaxvideox.com^
||xmegaxvideoxxx.com^
||xmfhcmyznalbfi.com^
||xmhgwmdjhul.com^
||xml-api.online^
||xml-clickurl.com^
||xmladserver.com^
||xmlapiclickredirect.com^
||xmlapiclickredirect10102022.com^
||xmlgrab.com^
||xmlheartbiddotnet.monster^
||xmlking.com^
||xmllover.com^
||xmlppcbuzz.com^
||xmlrtb.com^
||xmlterra.com^
||xmlwiz.com^
||xmlwizard.com^
||xmrgdwixpkzi.com^
||xms.lol^
||xmsflzmygw.com^
||xmverqdrjodohf.com^
||xmvftaoz.com^
||xnedglnnwrexss.com^
||xnkjlnyefuohbgn.xyz^
||xnszbmnxuzfvr.com^
||xntrmky.com^
||xnumzelehhhnnc.com^
||xnvdigrbb.com^
||xnysqiur.com^
||xo28pclotovi.com^
||xoalt.com^
||xobr219pa.com^
||xoemvfgjhpwea.com^
||xohnodzbfjjqje.com^
||xoimmmhfha.com^
||xojepxhvvan.com^
||xonyxdpnelhzi.com^
||xotgpql.com^
||xovdrxkog.xyz^
||xowvmktath.com^
||xoyuxostayam.com^
||xpaavmvkc.xyz^
||xpevhinqadlokh.com^
||xpidgvrjakkdx.com^
||xpinfyxinma.com^
||xpjjlgzqs.com^
||xpkftctvei.com^
||xpollo.com^
||xporn.in^
||xppedxgjxcajuae.xyz^
||xprivate.cc^
||xpsavuyxtfnqphw.com^
||xpsgglvsqfxsrl.com^
||xpvojrfwabtkr.com^
||xqdfnqfgixjwpdb.xyz^
||xqfwhxbfxhpjko.com^
||xqhifbjhixb.com^
||xqwcryh.com^
||xqzwtvjkjj.com^
||xrjponvwqlwthq.com^
||xrkxapomphh.com^
||xrlkvghzi.com^
||xrujynhcxtbsgp.com^
||xruolsogwsi.com^
||xsjc4smhbyjf.com^
||xskctff.com^
||xsrs.com^
||xstreamsoftwar3x.com^
||xsvcouvr.xyz^
||xswhbitplhase.com^
||xszcdn.com^
||xszpuvwr7.com^
||xtarwjgv.com^
||xtdioaawlam.com^
||xtijeyyeqwjegz.com^
||xtlvjnyd.com^
||xtnlfgpnml.com^
||xtrackme.com^
||xtraserp.com^
||xtrddxxjyo.com^
||xtremeserve.xyz^
||xttaff.com^
||xtvhkbqmhqu.xyz^
||xtvrgxbiteit.xyz^
||xtxlijkjtlln.xyz^
||xtygfksar.xyz^
||xtyzlkphfzjir.com^
||xu5ctufltn.com^
||xuakak.com^
||xucashntaghy.com^
||xuclkzjh.com^
||xucmzszyyzqe.com^
||xueserverhost.com^
||xuffojr.com^
||xuircnbbidmu.com^
||xujhdtynpgctncq.com^
||xukevxdf.com^
||xukpresesmr.info^
||xuninrfwruoyqb.xyz^
||xuosvih.com^
||xuqarnasvru.com^
||xuudtwhlkrbah.com^
||xuwkbiovxsjnjy.com^
||xuzeez.com^
||xvderylqps.xyz^
||xvfyubhqjp.xyz^
||xvhgtyvpaav.xyz^
||xvideos00.sbs^
||xvika.com^
||xviperonec.com^
||xvjrveks.com^
||xvkjohyr.com^
||xvolakoahxafi.com^
||xvpqmcgf.com^
||xvqmcqcdv.com^
||xvuslink.com^
||xvvclhrrpgiln.com^
||xvvsnnciengskyx.xyz^
||xvwebllndr.com^
||xvwqdrwiyi.com^
||xvzophudkodln.com^
||xwagtyhujov.com^
||xwcfvvnegv.com^
||xwcumrmfkdkbv.com^
||xwlidjauhdxzx.com^
||xwlketvkzf.com^
||xwnqmrdi.com^
||xwqea.com^
||xwqvytuiko.com^
||xwtqfbsz.com^
||xwugjjomnhuuxq.com^
||xwxqdfmlsgir.com^
||xxaparfuel.xyz^
||xxbeyqowtdjgqr.com^
||xxccdshj.com^
||xxcpsqquegwmi.com^
||xxdjxbvafjlw.com^
||xxe2.com^
||xxgqsbfwbmtqa.com^
||xxifineer.com^
||xxjcedclosxcaox.com^
||xxlargepop.com^
||xxltr.com^
||xxodleylnfhyi.com^
||xxofygygumf.com^
||xxpghuf.com^
||xxwflybvwbario.com^
||xxxbannerswap.com^
||xxxex.com^
||xxxiijmp.com^
||xxxijmp.com^
||xxxivjmp.com^
||xxxjmp.com^
||xxxmyself.com^
||xxxnewvideos.com^
||xxxoh.com^
||xxxrevpushclcdu.com^
||xxxviijmp.com^
||xxxvipporno.com^
||xxxvjmp.com^
||xxxwebtraffic.com^
||xyardnle.com^
||xyaueuufd.com^
||xycstlfoagh.xyz^
||xydbpbnmo.com^
||xyhuoi.com^
||xyjaewocysv.com^
||xylaoppress.com^
||xylenylyetapa.uno^
||xynkxvrvusoh.com^
||xyooepktyy.xyz^
||xyrkotsqhaf.com^
||xysgfqnara.xyz^
||xyvjkdec.com^
||xyz0k4gfs.xyz^
||xyztracking.net^
||xzewvqi.com^
||xzezapozghp.com^
||xznqolfzwdwini.com^
||xzouahcxo.com^
||xzvfyowf.com^
||xzxomkrfn.com^
||xzzpagn.com^
||y1jxiqds7v.com^
||y41my.com^
||y8z5nv0slz06vj2k5vh6akv7dj2c8aj62zhj2v7zj8vp0zq7fj2gf4mv6zsb.me^
||yacurlik.com^
||yaefddu.com^
||yaeigtmhvsibf.com^
||yafabu.uno^
||yafmqibivbuu.com^
||yaggergiher.top^
||yahuu.org^
||yaiehgpawwu.com^
||yaighnnuvvj.com^
||yaiser.com^
||yajnagrapple.top^
||yakcphctjbzwnv.com^
||yakmakutopia.com^
||yakvssigg.xyz^
||yallarec.com^
||yamalkacausata.top^
||yamanaisleepry.com^
||yangtaotaming.com^
||yankbecoming.com^
||yantrasvamosed.life^
||yaowsivumw.com^
||yapclench.com^
||yapdiscuss.com^
||yaphjovuoyng.com^
||yapockspayess.com^
||yaprin.com^
||yapunderstandsounding.com^
||yardr.net^
||yarerspeeder.com^
||yarlbolides.com^
||yarlnk.com^
||yarndispost.com^
||yarnergulix.website^
||yarthtumulus.com^
||yashi.com^
||yatab.net^
||yaupedkats.com^
||yausbprxfft.xyz^
||yavli.com^
||yawcoynag.com^
||yawledabobra.com^
||yaysalvor.com^
||yazftdbwgmwj.com^
||ybaazpg.com^
||ybcqozfk.com^
||ybmebpsmpwueo.com^
||ybriifs.com^
||ybs2ffs7v.com^
||ybuduzpe.com^
||ybujfcuqya.com^
||ybwcvhcnulrgbvy.com^
||ybxkfivvpmofh.com^
||ybyrudhdnrxcbe.com^
||ycctxwachqke.com^
||yceml.net^
||yclost.com^
||ycywhmyiixjafa.com^
||yczrgigyspm.com^
||ydbbbegf.xyz^
||ydbmeagwyakdfl.com^
||ydenknowled.com^
||ydevelelasticals.info^
||ydfavbj.com^
||ydiqejlbkdbxgu.com^
||ydonkuan.com^
||ydqkorympskhbc.com^
||ydqmuofeandhh.com^
||ydsousagxm.com^
||ydwrkwwqytj.xyz^
||ydygdsnss.com^
||ydyuagpbdcavvxy.com^
||ydyympasqrx.com^
||ye185hcamw.com^
||yeabble.com^
||yealnk.com^
||yearbookhobblespinal.com^
||yearca.com^
||yearlingexert.com^
||yearnwillowconsumption.com^
||yefzjingxudwib.com^
||yeioreo.net^
||yelledvotable.com^
||yellow-resultsbidder.com^
||yellow-resultsbidder.org^
||yellowacorn.net^
||yellowblue.io^
||yellowish-yesterday.pro^
||yellpeculiarities.com^
||yellsurpass.com^
||yemvwifoqvv.com^
||yenderagria.life^
||yepsobtax.com^
||yepteaswont.com^
||yernbiconic.com^
||yes-messenger.com^
||yesmessenger.com^
||yespetor.com^
||yestilokano.top^
||yeteso.uno^
||yeticbtgfpbgpfd.xyz^
||yetshape.com^
||yetterslave.com^
||yevgimnam.com^
||yevudi.uno^
||yfbduqlo.xyz^
||yfbnlrprmjj.com^
||yfefdlv.com^
||yfgrxkz.com^
||yfrrsktkzfp.com^
||yftpnol.com^
||yfykzbhaiuzbht.com^
||ygeqiky.com^
||ygzkedoxwhqlzp.com^
||yhazrfacxd.com^
||yhbcii.com^
||yhhrtgltcfta.com^
||yhkeqboz.com^
||yholvajpu.com^
||yhomrdh.com^
||yhrjmamaxni.com^
||yhrvpvbcfbuj.com^
||yhvejawarouohb.xyz^
||yhwwinrhjwrxpm.com^
||yhwysogyho.com^
||yibivacaji.com^
||yicixvmgmhpvbcl.xyz^
||yidbyhersle.xyz^
||yidxqbmfkbp.com^
||yiejvik.com^
||yieldads.com^
||yieldbuild.com^
||yieldinginvincible.com^
||yieldlab.net^
||yieldlove-ad-serving.net^
||yieldmanager.net^
||yieldoptimizer.com^
||yieldpartners.com^
||yieldrealistic.com^
||yieldscale.com^
||yieldselect.com^
||yieldtraffic.com^
||yieldx.com^
||yifearmcsnsxrs.com^
||yifmgpzeih.com^
||yifsntub.xyz^
||yigypjptnoyxwfi.com^
||yijaovuvbndx.xyz^
||yikbsxtzrnc.com^
||yike20230306.live^
||yilwsirb.com^
||yim3eyv5.top^
||yinadeditiontowriti.info^
||yingforthemoo.info^
||yinhana.com^
||yinstbugged.com^
||yinteukrestina.xyz^
||yinthesprin.xyz^
||yiqetu.uno^
||yistkechauk.org^
||yixios.com^
||yizawe.xyz^
||yjgkcbvmnqnicep.xyz^
||yjnqeeocqrs.com^
||yjrchhgs.com^
||yjrlciff.com^
||yjuxkncvy.com^
||yjvuthpuwrdmdt.xyz^
||ykdwyf.com^
||ykgkxcount.com^
||ykmvnhue.com^
||ykqalsm.com^
||ykraeij.com^
||ykrwopdxkw.com^
||ykxscghselpj.com^
||ylcfryssbjkxmu.com^
||yldbt.com^
||yldmgrimg.net^
||ylgewqoohskzmx.com^
||ylhhrjy.com^
||ylih6ftygq7.com^
||yllanorin.com^
||yllaris.com^
||ylrtrhuxzjjc.com^
||ylx-1.com^
||ylx-2.com^
||ylx-3.com^
||ylx-4.com^
||ylzkfpzqffqon.com^
||ym-a.cc^
||ym8p.net^
||ymchcohvncak.xyz^
||ymhpcaxfnvl.com^
||ymuitydkdoy.com^
||ymwdeaiut.com^
||ymwehrducswbeu.com^
||ymzmcquz.com^
||ynaapihbulbky.com^
||yncvbqh.com^
||yndmorvwdfuk.com^
||yneaimn.com^
||ynfsiosdt.com^
||ynhmwyt.com^
||ynisramnmcm.com^
||ynkjwogined.com^
||ynklendr.online^
||ynqagvbvptbh.xyz^
||ynrije.com^
||ynrnfedbmuuemhs.xyz^
||ynuvqtlcmao.com^
||ynuyvhkxpqqnr.com^
||ynwshavwuhl.com^
||yoads.net^
||yoc-adserver.com^
||yockpratty.com^
||yocksniacins.com^
||yogacomplyfuel.com^
||yogadignified.com^
||yogaprimarilyformation.com^
||yogar2ti8nf09.com^
||yoginisairbus.com^
||yojanaarabic.life^
||yokeeroud.com^
||yolkhandledwheels.com^
||yomeno.xyz^
||yonabrar.com^
||yonazurilla.com^
||yonelectrikeer.com^
||yonfoongusor.com^
||yonhelioliskor.com^
||yoniskurt.digital^
||yonkerhallier.com^
||yonsandileer.com^
||yoomanies.com^
||yooncsdaxrxosu.com^
||yopard.com^
||yophaeadizesave.com^
||yoplnog.com^
||yoptaejrj2kkf8nj09.com^
||yoqklgtgpdyqh.com^
||yoredi.com^
||yoshatia.com^
||yosiboosi.com^
||yosity.com^
||yottacash.com^
||youdguide.com^
||youearrid.com^
||yougotacheck.com^
||youlamedia.com^
||youlouk.com^
||youngestdisturbance.com^
||youngesthumorshaving.com^
||youngstersaucertuition.com^
||your-great-chance.com^
||your-instant-chance.com^
||your-local-dream.com^
||your-notice.com^
||youractualblog.com^
||youractualwords.com^
||youradexchange.com^
||yourbestappever.top^
||yourbestdateever.com^
||yourbestlandever.com^
||yourbestperfectdates.life^
||yourcommonfeed.com^
||yourcoolfeed.com^
||yourfreshjournal.com^
||yourfreshposts.com^
||yourhotfeed.com^
||yourjsdelivery.com^
||yourkadspunew.com^
||yourlegacy.club^
||yourniceposts.com^
||yourprivacy.icu^
||yourquickads.com^
||yourselpeaky.top^
||yourtopnews.com^
||yourtubetvs.site^
||yourviralnewz.com^
||yourwebbars.com^
||yourwownews.com^
||yourwownewz.com^
||yousefforts.com^
||youthfulcontest.pro^
||youtube.local^
||youtubecenter.net^
||yowlvernon.com^
||yowpalt.top^
||yoxepo.uno^
||yoyadsdom.com^
||ypdfpvwxwxkkga.com^
||ypgpjvfv.xyz^
||yphdrphx.xyz^
||ypkljvp.com^
||ypmadserver.com^
||ypmohjxp.com^
||yqblutkjhx.com^
||yqeuu.com^
||yqgmvxufpkr.com^
||yqiavtoy.com^
||yqiyazkddb.com^
||yqmxfz.com^
||yqpalfulpst.com^
||yqragd.com^
||yqxhslsqaqkbd.com^
||yr9n47004g.com^
||yrcpsfqoyi.com^
||yrhdmalrfr.com^
||yrinpvfw.com^
||yrlkeazcacxwaj.com^
||yrufmaimbhxxe.com^
||yrumdfslwabv.com^
||yrvzqabfxe.com^
||yscfsmxrtcifye.com^
||yscntxil.com^
||ysemblyjusting.info^
||ysesials.net^
||ysnxszyrxdzp.com^
||yspecjbjmcub.com^
||ytbzqtrog.com^
||yterxv.com^
||ytfotjfrttgyal.com^
||ytgngedq.xyz^
||ytgzz.com^
||ythjhk.com^
||ytihp.com^
||ytimewornan.org^
||ytimm.com^
||ytndjaefvan.xyz^
||ytoworkwi.org^
||ytqnzvqfsr.com^
||ytsa.net^
||yttompthree.com^
||ytuooivmv.xyz^
||ytvigqwx.com^
||ytxmseqnehwstg.xyz^
||ytzihf.com^
||yu0123456.com^
||yudawbxk.com^
||yuduoljvxsilvq.com^
||yufbewrjjguc.com^
||yuhliqltbtv.com^
||yuhqeim.com^
||yuhuads.com^
||yukonearshot.com^
||yukpxxp.com^
||yukreserve.top^
||yulunanews.name^
||yumenetworks.com^
||yumkelis.com^
||yummiesfootle.space^
||yummy-gap.pro^
||yumomis.com^
||yunded.com^
||yunenly.com^
||yunmaue.com^
||yunshipei.com^
||yupfiles.net^
||yuppads.com^
||yuppyads.com^
||yuprggtdvdalo.com^
||yuqyihkyk.com^
||yuriembark.com^
||yurokrelax.com^
||yvkbftdi.com^
||yvlvbcumfhsdeu.com^
||yvmads.com^
||yvoria.com^
||yvzgazds6d.com^
||ywgpkjg.com^
||ywhowascryin.com^
||ywopyohpihnkppc.xyz^
||ywronwasthetron.com^
||ywrvpmapjcg.xyz^
||ywsxqrcfrtsnfa.com^
||ywvhxymyk.com^
||ywvjyxp.com^
||ywyeetvrjx.xyz^
||yx-ads6.com^
||yxajqsrsij.com^
||yxeqahmgyxqdid.com^
||yxgacdl.com^
||yxguqmcemyjiwb.com^
||yxkfaskdaybakf.com^
||yy9s51b2u05z.com^
||yycdihdvx.xyz^
||yydqrwvy.com^
||yydtbpms8tf4.com^
||yydwkkxhjb.com^
||yyiodwdjfw.com^
||yyjngvuaqrdgghs.com^
||yyjvimo.com^
||yykkhmcfvpk.com^
||yynwgrdr.com^
||yypcalcnqk.com^
||yyptyrrjba.xyz^
||yyselrqpyu.com^
||yzlfobyscos.com^
||z0il3m3u2o.pro^
||z5x.net^
||z6naousb.com^
||z7yru.com^
||zabanit.xyz^
||zachunsears.com^
||zacleporis.com^
||zadauque.net^
||zaemi.xyz^
||zaffarnimbed.com^
||zagtertda.com^
||zagvee.com^
||zaheki.uno^
||zaicasoawoul.com^
||zaigaphy.net^
||zaihxti.com^
||zailoanoy.com^
||zaipheetour.com^
||zaistaug.net^
||zajukrib.net^
||zakbyajklqare.top^
||zakbyajklqzyz.top^
||zaltaumi.net^
||zamansolpuga.com^
||zambianmarlena.com^
||zamiasbrouze.com^
||zamioculcas2.org^
||zangocash.com^
||zanoogha.com^
||zantpvrsmninvx.com^
||zaparena.com^
||zaphakesleigh.com^
||zapprecisionadmire.com^
||zapunited.com^
||zaqxwnwwtx.com^
||zarame.uno^
||zaribastunty.com^
||zarjzwlamwvjy.top^
||zarjzwlamwzvj.top^
||zarkjmnmvbkj.top^
||zarkjmnmvblz.top^
||zarkjmnmvllw.top^
||zarpop.com^
||zationservantas.info^
||zationsuchasr.com^
||zatloudredr.com^
||zatnoh.com^
||zaucharo.xyz^
||zaudouwa.xyz^
||zauglomo.net^
||zauglust.net^
||zaumaico.com^
||zaurakfaulted.com^
||zauthuvy.com^
||zaxonoax.com^
||zayac2volk11.com^
||zazerygu.pro^
||zbdcrnfheyfu.com^
||zbfxzpawfeoo.com^
||zbnfhsk.com^
||zbvhwaakws.com^
||zcaadfl.com^
||zcekqwlqktzrfq.com^
||zchdbiper.com^
||zchtpzu.com^
||zcode12.me^
||zcode7.me^
||zcoptry.com^
||zcsbgzasy.com^
||zcsnjbjlwn.com^
||zcswet.com^
||zcvtqdyvnhnjp.com^
||zdajdudqfq.com^
||zdhq.xyz^
||zdjljvsi.com^
||zdljbrwosbymft.com^
||zdqgsoqsmppd.com^
||zdxcuchr.com^
||zeads.com^
||zealeddrizzly.com^
||zealfulhaired.life^
||zealouscompassionatecranny.com^
||zealousstraitcommit.com^
||zealpickup.com^
||zealsalts.com^
||zealshyalite.com^
||zealso.com^
||zebeaa.click^
||zebjlmmejbybz.top^
||zebjlmmejbzlb.top^
||zebraicrudista.com^
||zebrinanoteman.top^
||zedoaryrejects.com^
||zedsapp.com^
||zedxknzlwyofh.com^
||zeebaith.xyz^
||zeebestmarketing.com^
||zeeca4u.com^
||zeechoog.net^
||zeechumy.com^
||zeekaihu.net^
||zeepartners.com^
||zeephouh.com^
||zeepteestaub.com^
||zeeshech.net^
||zeeshith.net^
||zefusgk.com^
||zegnoaft.com^
||zegrumse.net^
||zekeeksaita.com^
||zekkdxt.com^
||zel-zel-fie.com^
||zelatorpukka.com^
||zelllwrite.com^
||zelqytckpgzwag.com^
||zelrasty.net^
||zelsaips.com^
||zemstvahorn.top^
||zemteksu.xyz^
||zemydreamsa.info^
||zemywwm.com^
||zendiclayaway.website^
||zendonetwise.com^
||zendplace.pro^
||zenkreka.com^
||zenoviaexchange.com^
||zenoviagroup.com^
||zenujoub.com^
||zepazupi.com^
||zephyronearc.com^
||zeptootsouz.com^
||zer1ads.com^
||zerads.com^
||zercenius.com^
||zerg.pro^
||zerles.com^
||zerodecisive.com^
||zeroingchaus.top^
||zerzvqroeveae.top^
||zesty-lady.pro^
||zetadeo.com^
||zetamm.com^
||zetchopa.xyz^
||zeusadx.com^
||zevwkbzwkbqzw.top^
||zewkj.com^
||zewoagoo.com^
||zeyappland.com^
||zeydoo.com^
||zeydsapps.com^
||zeypreland.com^
||zfeaubp.com^
||zferral.com^
||zfgyvoarqreba.com^
||zfhuzyw.com^
||zfmxscs.com^
||zfobfybira.com^
||zfwlnfalxxmwzb.com^
||zfwnbsdawitk.com^
||zfxtodsxtmw.com^
||zgazgluy.com^
||zgcnxihiklai.com^
||zgeitmvt.com^
||zglceszp.com^
||zglxqljvfa.com^
||zgslicbleg.com^
||zgsqnyb.com^
||zgtkxwqgebintr.com^
||zgxxvdlxc.com^
||zhaner.xyz^
||zhedvge.com^
||zheevmmvlwg.com^
||zhej78i1an8w6ceu.com^
||zhfvwkkftg.com^
||zhhxxnfuxn.com^
||zhmpqpqna.com^
||zhmzsjvkii.com^
||zhould.com^
||zhqmctfwip.com^
||zhuwjujpub.com^
||zhyivocrjeplby.com^
||zhzclbysg.com^
||zi8ivy4b0c7l.com^
||zibaweva.com^
||zidgrrfgb.com^
||zidoudsa.net^
||zighoacm.com^
||zigighol.xyz^
||zigukaiss.com^
||zigzag-ruin.pro^
||zigzaggodmotheragain.com^
||zigzagrowy.com^
||zihafmktyn.com^
||zihditozlogf.com^
||zihogchfaan.com^
||zijaipse.com^
||zikpwr.com^
||zikraist.net^
||zikroarg.com^
||zilchesmoated.com^
||zillaleegte.com^
||zim-zim-zam.com^
||zimg.jp^
||zimpolo.com^
||zincdatawipe.com^
||zinipx.xyz^
||zinrora.pw^
||zipakrar.com^
||zipheeda.xyz^
||ziphoumt.net^
||zipinaccurateoffering.com^
||zipradarindifferent.com^
||zirdough.net^
||zirdrax.com^
||zirgogoo.xyz^
||zirkiterocklay.com^
||zisboombah.net^
||zitaptugo.com^
||zitchaug.xyz^
||zitchuhoove.com^
||zivtux.com^
||ziwane.uno^
||ziziasonable.top^
||ziziatramel.uno^
||zizoxozoox.com^
||zizulw.org^
||zjbzzmnnkbjzy.top^
||zjlbugpawe.com^
||zjmmkjayjjazy.top^
||zjo0tjqpm1.com^
||zjpwrpo.com^
||zjrnyrranjjay.top^
||zjupukgjuez.com^
||zjybqqaleeva.top^
||zjybqqalenve.top^
||zjyeblzkajwba.top^
||zjyeblzkajwjz.top^
||zkahobbcfkyz.com^
||zkawzmlvqjejy.top^
||zkcvb.com^
||zkczzltlhp6y.com^
||zkqegdgj.com^
||zktsygv.com^
||zkxggrwzswhpgn.com^
||zlacraft.com^
||zlbvewof.com^
||zlebdfhnampju.com^
||zlink2.com^
||zlink6.com^
||zlinkc.com^
||zlinkd.com^
||zlinkm.com^
||zljwhbuagdvl.com^
||zlkpfhyrjd.com^
||zlx.com.br^
||zm232.com^
||zmdesf.cn^
||zmhwaiapbtfq.com^
||zmikrctxf.com^
||zmjagawa.com^
||zmwbrza.com^
||znaptag.com^
||zncbitr.com^
||zncsdysorwms.com^
||znqip.net^
||znvlfef.com^
||zoachoar.net^
||zoachops.com^
||zoadoash.net^
||zoagfst.com^
||zoagreejouph.com^
||zoagremo.net^
||zoaheeth.com^
||zoaptaup.com^
||zoawhoal.com^
||zoawufoy.net^
||zobsaims.com^
||zodiacranbehalf.com^
||zoeaegyral.com^
||zofitsou.com^
||zog.link^
||zogoluggers.com^
||zogrepsili.com^
||zoiqrudc.com^
||zoizfaodz.com^
||zokbywpncgqrq.com^
||zombiharshen.top^
||zonealta.com^
||zonupiza.com^
||zonureflakier.uno^
||zoocheeh.net^
||zoojepsainy.com^
||zoologicalviolatechoke.com^
||zoologyhuntingblanket.com^
||zoopaweb.com^
||zoopsame.com^
||zorango.com^
||zouard.com^
||zouemtjzuae.com^
||zougreek.com^
||zoukooso.com^
||zouloafi.net^
||zoutubephaid.com^
||zoutufoostou.com^
||zovidree.com^
||zoxkljeicxi.com^
||zoytgckcoxokah.com^
||zozolilla.com^
||zpbiqrovnozhn.com^
||zpcfnzjq.com^
||zpgetworker11.com^
||zpreland.com^
||zprelandappslab.com^
||zprelanding.com^
||zprelandings.com^
||zpvsuniqkhj.com^
||zqdprrzjpcf.com^
||zqfbsrldaeawna.com^
||zqfcndk.com^
||zqksqsjupnb.com^
||zqmmtbwqymhrru.com^
||zquent.com^
||zqwe.ru^
||zrijfnmfiiaik.com^
||zrlnkvvqmqlvj.top^
||zrszxrummjaci.com^
||zrtfsoz.com^
||zrvnhlwypqpwjw.com^
||zrwpporp.com^
||zscwdu.com^
||zsfbumz.com^
||zsfjpbnxyyx.com^
||zsgpdafjd.com^
||zshyudl.com^
||zskuvehuihkusp.com^
||zsoskucdg.com^
||zsrqmgvb.com^
||zt-0304.cc^
||ztbtbbizb.com^
||zteollhhyaqez.com^
||ztfzizpkjrmhbc.com^
||ztnibpbkl.com^
||ztrack.online^
||zttgwpb.com^
||ztumuvofzbfe.com^
||ztunhuhteas.com^
||ztxhxby.com^
||ztyqrwinqpvque.com^
||zubajuroo.com^
||zubivu.com^
||zubojcnubadk.com^
||zucks.net^
||zudjdiy.com^
||zufoloodylize.com^
||zufqmmwavdec.com^
||zufubulsee.com^
||zugeme.uno^
||zughoocm.com^
||zugnogne.com^
||zugo.com^
||zuhempih.com^
||zujoupso.net^
||zukary.com^
||zukore.com^
||zukxd6fkxqn.com^
||zulindeerosion.top^
||zuluizeskater.com^
||zumfzaamdxaw.com^
||zumid.xyz^
||zumolery.xyz^
||zumorhshij.com^
||zumrieth.com^
||zunnynd.com^
||zunsavurdo.com^
||zunsoach.com^
||zuoltlhh.com^
||zupee.cim^
||zuphaims.com^
||zupoqzadxlt.com^
||zuqito.uno^
||zussrbh.com^
||zutcqppwm.com^
||zuzodoad.com^
||zvbkyrbwrlqll.top^
||zvbldrth.com^
||zvbqvqbabllzq.top^
||zvert.xyz^
||zvetokr2hr8pcng09.com^
||zvhednrza.com^
||zvhprab.com^
||zvjkhrdp.com^
||zvkytbjimbhk.com^
||zvrvwpcqweiwhm.com^
||zvvajeokyboae.top^
||zvwhrc.com^
||zvzmzrarkvzzw.top^
||zwaar.net^
||zwbbkjvzqbyba.top^
||zwbbkjvzqembe.top^
||zwjezmzbyerkj.top^
||zwmvyzyrlvava.top^
||zwnhufcwhaw.com^
||zwnoeqzsuz.com^
||zwovvjlbawao.top^
||zwqzxh.com^
||zwsxsqp.com^
||zwtssi.com^
||zwuqvpi.com^
||zwwlaasbezg.com^
||zwyhucpmoov.com^
||zxcdn.com^
||zxcxrpvmuh.com^
||zxdcxwpxheu.com^
||zxmojgj.com^
||zxpqwwt.com^
||zxr9gpxf7j.com^
||zxwhkosabux.com^
||zxwmmswtnoh.com^
||zxxgoikbqyiu.com^
||zy16eoat1w.com^
||zybbiez.com^
||zybrdr.com^
||zycaphede.com^
||zyf03k.xyz^
||zygomasbeaches.guru^
||zyiis.net^
||zyijzosrnzfru.com^
||zylytavo.com^
||zymjzwyyjklb.top^
||zypenetwork.com^
||zypy2h6rgfux.com^
||zyqweovbaaz.com^
||zyuzdmxel.com^
||zzbmanavblkaw.top^
||zzhyebbt.com^
||zzjwblqbwlrnj.top^
||zzkwsosixkdu.com^
||zzuzishy.com^
||zzzjvqzkmqjyb.top^
||ablecolony.com^$document
||adblocker-instant.xyz^$document
||adlogists.com^$document
||admobe.com^$document
||adoni-nea.com^$document
||adpointrtb.com^$document
||ads4trk.com^$document
||adservice.google.$document
||adskeeper.co.uk^$document
||adstreampro.com^$document
||adtelligent.com^$document
||adverttulimited.biz^$document
||affiliatestonybet.com^$document
||affpa.top^$document
||afodreet.net^$document
||afre.guru^$document
||algg.site^$document
||alpine-vpn.com^$document
||antcixn.com^$document
||applifysolutions.net^$document
||arwobaton.com^$document
||asqualmag.com^$document
||awecrptjmp.com^$document
||bayshorline.com^$document
||behim.click^$document
||bestunfollow.com^$document
||bet365.com/*?affiliate=$document
||bhlom.com^$document
||bincatracs.com^$document
||binomtrcks.site^$document
||bits.avcdn.net^$document
||blehcourt.com^$document
||brenn-wck.com^$document
||bunth.net^$document
||bxsk.site^$document
||canopusacrux.com^$document
||chattedhelio.top^$document
||check-tl-ver-12-3.com^$document
||cloudvideosa.com^$document
||cn-rtb.com^$document
||continue-installing.com^$document
||coolserving.com^$document
||countertrck.com^$document
||ctosrd.com^$document
||cybkit.com^$document
||di7stero.com^$document
||dianomi.com^$document
||directdexchange.com^$document
||displayvertising.com^$document
||donkstar1.online^$document
||donkstar2.online^$document
||doostozoa.net^$document
||downlon.com^$document
||dreamteamaffiliates.com^$document
||drsmediaexchange.com^$document
||earlinessone.xyz^$document
||emperilchilies.top^$document
||excellingvista.com^$document
||expdirclk.com^$document
||extension-install.com^$document
||externalfavlink.com^$document
||fastdntrk.com^$document
||felingual.com^$document
||freetrckr.com^$document
||freshpops.net^$document
||fstsrv9.com^$document
||fuse-cloud.com^$document
||galaxypush.com^$document
||gamdom.com/?utm_source=$document
||getnomadtblog.com^$document
||getsthis.com^$document
||glsfreeads.com^$document
||go-cpa.click^$document
||go-srv.com^$document
||goads.pro^$document
||guardedrook.cc^$document
||inbrowserplay.com^$document
||ingablorkmetion.com^$document
||instant-adblock.xyz^$document
||internodeid.com^$document
||jlodgings.com^$document
||ku42hjr2e.com^$document
||locooler-ageneral.com^$document
||lookup-domain.com^$document
||maquiags.com^$document
||mbjrkm2.com^$document
||mbreviews.info^$document
||mbvlmz.com^$document
||mcpuwpush.com^$document
||me4track.com^$document
||meetwebclub.com^$document
||mgid.com^$document
||mimosaavior.top^$document
||mnaspm.com^$document
||mobiletracking.ru^$document
||moralitylameinviting.com^$document
||mylot.com^$document
||nan0cns.com^$document
||nauwheer.net^$document
||news-jivera.com^$document
||nindsstudio.com^$document
||noncepter.com^$document
||novibet.partners^$document
||numbertrck.com^$document
||nxtpsh.com^$document
||nylonnickel.xyz^$document
||onclickperformance.com^$document
||oneadvupfordesign.com^$document
||onmantineer.com^$document
||ophoacit.com^$document
||optimalscreen1.online^$document
||optnx.com^$document
||ornismolal.top^$document
||paid.outbrain.com^$document
||pamwrymm.live^$document
||paulastroid.com^$document
||pemsrv.com^$document
||phrygiakodak.top^$document
||phumpauk.com^$document
||plane-pusherbidder.org^$document
||pleadsbox.com^$document
||plinksplanet.com^$document
||popcash.net^$document
||popmyads.com^$document
||pretrackings.com^$document
||proffering.xyz^$document
||proteinairn.top^$document
||psockapa.net^$document
||pupspu.com^$document
||push-news.click^$document
||pushaffiliate.net^$document
||pushking.net^$document
||qjrhacxxk.xyz^$document
||realtime-bid.com^$document
||realxavounow.com^$document
||redirectflowsite.com^$document
||rexsrv.com^$document
||riftharp.com^$document
||rndskittytor.com^$document
||roastoup.com^$document
||rollads.live^$document
||routes.name^$document
||rovno.xyz^$document
||rtbbpowaq.com^$document
||rtbix.xyz^$document
||runicforgecrafter.com^$document
||s0q260-rtbix.top^$document
||savinist.com^$document
||score-feed.com^$document
||shauladubhe.top^$document
||skated.co^$document
||smartlphost.com^$document
||snadsfit.com^$document
||sourcecodeif.com^$document
||srvpcn.com^$document
||stake.com/*&clickId=$document
||sxlflt.com^$document
||theirbellsound.co^$document
||thematicalastero.info^$document
||theonesstoodtheirground.com^$document
||tidyllama.com^$document
||titaniumveinshaper.com^$document
||tolstoyclavers.top^$document
||totalab.xyz^$document
||totaladblock.com^$document
||track.afrsportsbetting.com^$document
||tracker-2.com^$document
||tracker-sav.space^$document
||tracker-tds.info^$document
||tracking.injoyalot.com^$document
||trackingtraffo.com^$document
||tracktds.live^$document
||trckswrm.com^$document
||trknext.com^$document
||trpool.org^$document
||tsyndicate.com^$document
||uncastnork.com^$document
||unitsympathetic.com^$document
||utm-campaign.com^$document
||vezizey.xyz^$document
||vfgte.com^$document
||viirkagt.com^$document
||viistroy.com^$document
||viitqvjx.com^$document
||vpn-offers.org^$document
||vriddhipardee.top^$document
||wbidder.online^$document
||wbidder3.com^$document
||webmedrtb.com^$document
||wewearegogogo.com^$document
||whaurgoopou.com^$document
||womadsmart.com^$document
||xlivrdr.com^$document
||xml-clickurl.com^$document
||xstalkx.ru^$document
||xszpuvwr7.com^$document
||yellow-resultsbidder.com^$document
||youradexchange.com^$document
||123date.me^$third-party
||152media.com^$third-party
||2beon.co.kr^$third-party
||2htg.com^$third-party
||2leep.com^$third-party
||2mdn.net^$~media,third-party
||33across.com^$third-party
||360ads.com^$third-party
||360installer.com^$third-party
||365sbaffiliates.com^$third-party
||4affiliate.net^$third-party
||4cinsights.com^$third-party
||4dsply.com^$third-party
||7search.com^$third-party
||888media.net^$third-party
||9desires.xyz^$third-party
||a-static.com^$third-party
||a.raasnet.com^$third-party
||a2dfp.net^$third-party
||a2zapk.com^$script,subdocument,third-party,xmlhttprequest
||a433.com^$third-party
||a4g.com^$third-party
||aaddcount.com^$third-party
||aamapi.com^$third-party
||aanetwork.vn^$third-party
||ablenctionalle.info^$third-party
||abnad.net^$third-party
||aboutads.quantcast.com^$third-party
||accio.ai^$third-party
||acloudimages.com^$third-party
||acronym.com^$third-party
||actiondesk.com^$third-party
||activedancer.com^$third-party
||ad-adapex.io^$third-party
||ad.plus^$third-party
||ad.style^$third-party
||ad20.net^$third-party
||ad2adnetwork.biz^$third-party
||ad2bitcoin.com^$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
||adcalm.com^$third-party
||adcell.com^$third-party
||adclickafrica.com^$third-party
||adcolony.com^$third-party
||adconity.com^$third-party
||adconscious.com^$third-party
||addoor.net^$third-party
||addroid.com^$third-party
||addvantagetechnology.com^$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
||adentifi.com^$third-party
||adespresso.com^$third-party
||adexc.net^$third-party
||adf01.net^$third-party
||adfinity.pro^$third-party
||adfinix.com^$third-party
||adforgames.com^$third-party
||adfrika.com^$third-party
||adgage.es^$third-party
||adgatemedia.com^$third-party
||adgear.com^$third-party
||adgebra.in^$third-party
||adgitize.com^$third-party
||adgrid.io^$third-party
||adgroups.com^$third-party
||adgrx.com^$third-party
||adhash.com^$third-party
||adhaven.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
||adhunt.net^$third-party
||adicate.com^$third-party
||adikteev.com^$third-party
||adimise.com^$third-party
||adimpact.com^$third-party
||adinc.co.kr^$third-party
||adinc.kr^$third-party
||adinch.com^$third-party
||adincon.com^$third-party
||adindigo.com^$third-party
||adingo.jp^$third-party
||adinplay.com^$third-party
||adinplay.workers.dev^$third-party
||adintend.com^$third-party
||adinterax.com^$third-party
||adinvigorate.com^$third-party
||adip.ly^$third-party
||adipolo.com^$third-party
||adipolosolutions.com^$third-party
||adiqglobal.com^$third-party
||adireland.com^$third-party
||adireto.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
||adjug.com^$third-party
||adjuggler.com^$third-party
||adjuggler.net^$third-party
||adjungle.com^$third-party
||adjust.com^$script,third-party
||adk2.co^$third-party
||adk2.com^$third-party
||adk2x.com^$third-party
||adkengage.com^$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
||adlightning.com^$third-party
||adline.com^$third-party
||adlink.net^$third-party
||adlive.io^$third-party
||adloaded.com^$third-party
||adlook.me^$third-party
||adloop.co^$third-party
||adlooxtracking.com^$third-party
||adlpartner.com^$third-party
||adlux.com^$third-party
||adm-vids.info^$third-party
||adm.shinobi.jp^$third-party
||adman.gr^$third-party
||admaru.com^$third-party
||admatic.com.tr^$third-party
||admax.space^$third-party
||admaxim.com^$third-party
||admedia.com^$third-party
||admedit.net^$third-party
||admedo.com^$third-party
||admetricspro.com^$third-party
||admost.com^$third-party
||admulti.com^$third-party
||adnami.io^$third-party
||adnet.biz^$third-party
||adnet.com^$third-party
||adnet.de^$third-party
||adnet.lt^$third-party
||adnet.ru^$third-party
||adnimation.com^$third-party
||adnitro.pro^$third-party
||adnium.com^$third-party
||adnmore.co.kr^$third-party
||adnow.com^$third-party
||adnuntius.com^$third-party
||adomik.com^$third-party
||adonnews.com^$third-party
||adoperator.com^$third-party
||adoptim.com^$third-party
||adorika.com^$third-party
||adorion.net^$third-party
||adosia.com^$third-party
||adoto.net^$third-party
||adparlor.com^$third-party
||adpay.com^$third-party
||adpays.net^$third-party
||adpeepshosted.com^$third-party
||adperfect.com^$third-party
||adplugg.com^$third-party
||adpnut.com^$third-party
||adport.io^$third-party
||adpredictive.com^$third-party
||adpushup.com^$third-party
||adquire.com^$third-party
||adqva.com^$third-party
||adreactor.com^$third-party
||adrecord.com^$third-party
||adrecover.com^$third-party
||adrelayer.com^$third-party
||adresellers.com^$third-party
||adrevolver.com^$third-party
||adrise.de^$third-party
||adro.co^$third-party
||adrocket.com^$third-party
||adroll.com^$third-party
||adrsp.net^$third-party
||ads-pixiv.net^$third-party
||ads.cc^$third-party
||ads01.com^$third-party
||adsbookie.com^$third-party
||adscendmedia.com^$third-party
||adscout.io^$third-party
||adscpm.net^$third-party
||adserve.com^$third-party
||adservingfactory.com^$third-party
||adservme.com^$third-party
||adsexse.com^$third-party
||adsfast.com^$third-party
||adsforallmedia.com^$third-party
||adshot.de^$third-party
||adshuffle.com^$third-party
||adsiduous.com^$third-party
||adsight.nl^$third-party
||adslivecorp.com^$third-party
||adsmart.hk^$third-party
||adsninja.ca^$third-party
||adsniper.ru^$third-party
||adsolutely.com^$third-party
||adsparc.net^$third-party
||adspeed.com^$third-party
||adspruce.com^$third-party
||adsquirrel.ai^$third-party
||adsring.com^$third-party
||adsrv4k.com^$third-party
||adsrvmedia.com^$third-party
||adsrvmedia.net^$third-party
||adstargeting.com^$third-party
||adstatic.com^$third-party
||adstean.com^$third-party
||adsterra.com^$third-party
||adstock.pro^$third-party
||adstoo.com^$third-party
||adstudio.cloud^$third-party
||adstuna.com^$third-party
||adsummos.net^$third-party
||adsupermarket.com^$third-party
||adsvert.com^$third-party
||adsync.tech^$third-party
||adtarget.com.tr^$third-party
||adtdp.com^$third-party
||adtear.com^$third-party
||adtech.de^$third-party
||adtechium.com^$third-party
||adtechjp.com^$third-party
||adtechus.com^$third-party
||adtegrity.net^$third-party
||adtelligent.com^$third-party
||adteractive.com^$third-party
||adthrive.com^$third-party
||adthurst.com^$third-party
||adtival.network^$third-party
||adtraction.com^$third-party
||adtrix.com^$third-party
||adultadworld.com^$third-party
||adultimate.net^$third-party
||adup-tech.com^$third-party
||adurr.com^$third-party
||adv-adserver.com^$third-party
||advanseads.com^$third-party
||advarkads.com^$third-party
||advcash.com^$third-party
||adventori.com^$third-party
||adventurefeeds.com^$third-party
||adversal.com^$third-party
||advertarium.com.ua^$third-party
||adverticum.net^$third-party
||advertise.com^$third-party
||advertisespace.com^$third-party
||advertising365.com^$third-party
||advertnative.com^$third-party
||advertone.ru^$third-party
||advertserve.com^$third-party
||advertur.ru^$third-party
||advg.jp^$third-party
||adviad.com^$third-party
||advideum.com^$third-party
||advinci.net^$third-party
||advmd.com^$third-party
||advmedia.io^$third-party
||advmedialtd.com^$third-party
||advnetwork.net^$third-party
||advombat.ru^$third-party
||advon.net^$third-party
||advpoints.com^$third-party
||advsnx.net^$third-party
||adwebone.com^$third-party
||adwebster.com^$third-party
||adworkmedia.com^$third-party
||adworkmedia.net^$third-party
||adworldmedia.com^$third-party
||adworldmedia.net^$third-party
||adx.io^$third-party
||adx.ws^$third-party
||adxoo.com^$third-party
||adxpose.com^$third-party
||adxpremium.com^$third-party
||adxpub.com^$third-party
||adyoulike.com^$third-party
||adysis.com^$third-party
||adzbazar.com^$third-party
||adzerk.net^$third-party
||adzouk.com^$third-party
||adzs.nl^$third-party
||adzyou.com^$third-party
||affbuzzads.com^$third-party
||affec.tv^$third-party
||affifix.com^$third-party
||affiliate-b.com^$third-party
||affiliateedge.com^$third-party
||affiliategroove.com^$third-party
||affilist.com^$third-party
||afishamedia.net^$third-party
||afp.ai^$third-party
||afrikad.com^$third-party
||afront.io^$third-party
||afy11.net^$third-party
||afyads.com^$third-party
||ahvclick.com^$third-party
||aim4media.com^$third-party
||akavita.com^$third-party
||aklamator.com^$third-party
||alienhub.xyz^$third-party
||alimama.com^$third-party
||allmediadesk.com^$third-party
||alpha-affiliates.com^$third-party
||alright.network^$third-party
||amateur.cash^$third-party
||amobee.com^$third-party
||andbeyond.media^$third-party
||anicli.click^$third-party
||aniview.com^$third-party
||anrdoezrs.net/image-
||anrdoezrs.net/placeholder-
||anyclip-media.com^$third-party
||anymedia.lv^$third-party
||anyxp.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
||applixir.com^$third-party
||appnext.com^$third-party
||apprupt.com^$third-party
||apptap.com^$third-party
||apxtarget.com^$third-party
||apycomm.com^$third-party
||apyoth.com^$third-party
||aqua-adserver.com^$third-party
||aralego.com^$third-party
||arcadebannerexchange.org^$third-party
||arcadechain.com^$third-party
||armanet.co^$third-party
||artsai.com^$third-party
||assemblyexchange.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
||auctionnudge.com^$third-party
||audience2media.com^$third-party
||audiencerun.com^$third-party
||autoads.asia^$third-party
||automatad.com^$third-party
||awsmer.com^$third-party
||axiaffiliates.com^$third-party
||azadify.com^$third-party
||backbeatmedia.com^$third-party
||backlinks.com^$third-party
||ban-host.ru^$third-party
||bannerbank.ru^$third-party
||bannerbit.com^$third-party
||bannerboo.com^$third-party
||bannerbridge.net^$third-party
||bannerconnect.com^$third-party
||bannerconnect.net^$third-party
||bannerdealer.com^$third-party
||bannerflow.com^$third-party
||bannerflux.com^$third-party
||bannerignition.co.za^$third-party
||bannerlot.com^$third-party
||bannerrage.com^$third-party
||bannersmall.com^$third-party
||bannersmania.com^$third-party
||bannersnack.com^$third-party,domain=~bannersnack.dev
||bannersnack.net^$third-party,domain=~bannersnack.dev
||bannerweb.com^$third-party
||bannieres-a-gogo.com^$third-party
||baronsoffers.com^$third-party
||bbelements.com^$third-party
||bbuni.com^$third-party
||beabsolom.com^$third-party
||beaconads.com^$third-party
||beaverads.com^$third-party
||bebi.com^$third-party
||beead.co.uk^$third-party
||beead.net^$third-party
||begun.ru^$third-party
||behave.com^$third-party
||belointeractive.com^$third-party
||benfly.net^$third-party
||beringmedia.com^$third-party
||bestcasinopartner.com^$third-party
||bestcontentcompany.top^$third-party
||bestcontentfood.top^$third-party
||bestcontentsoftware.top^$third-party
||bestdeals.ws^$third-party
||bestforexpartners.com^$third-party
||besthitsnow.com^$third-party
||bestofferdirect.com^$third-party
||bestonlinecoupons.com^$third-party
||bet3000partners.com^$third-party
||bet365affiliates.com^$third-party
||betoga.com^$third-party
||betpartners.it^$third-party
||betrad.com^$third-party
||bettercollective.rocks^$third-party
||bidfilter.com^$third-party
||bidgear.com^$third-party
||bidscape.it^$third-party
||bidvertiser.com^$third-party
||bidvol.com^$third-party
||biggboss16.de^$third-party
||bigpipes.co^$third-party
||bigpulpit.com^$third-party
||bigspyglass.com^$third-party
||bildirim.eu^$third-party
||bimbim.com^$third-party
||bin-layer.de^$third-party
||binlayer.com^$third-party
||binlayer.de^$third-party
||biskerando.com^$third-party
||bitcoadz.io^$third-party
||bitcoinadvertisers.com^$third-party
||bitcoset.com^$third-party
||bitonclick.com^$third-party
||bitraffic.com^$third-party
||bitspush.io^$third-party
||bittads.com^$third-party
||bizx.info^$third-party
||bizzclick.com^$third-party
||bliink.io^$third-party
||blogads.com^$third-party
||blogclans.com^$third-party
||bluetoad.com^$third-party
||blzz.xyz^$third-party
||bmfads.com^$third-party
||bodis.com^$third-party
||bogads.com^$third-party
||boo-box.com^$third-party
||bookbudd.com^$third-party
||boostable.com^$third-party
||boostads.net^$third-party
||braun634.com^$third-party
||brealtime.com^$third-party
||bricks-co.com^$third-party
||broadstreetads.com^$third-party
||browsekeeper.com^$third-party
||btrll.com^$third-party
||btserve.com^$third-party
||bucketsofbanners.com^$third-party
||budurl.com^$third-party
||buildtrafficx.com^$third-party
||buleor.com^$third-party
||bumq.com^$third-party
||bunny-net.com^$third-party
||burjam.com^$third-party
||burstnet.com^$third-party
||businesscare.com^$third-party
||businessclick.com^$third-party
||buxept.com^$third-party
||buxflow.com^$third-party
||buxp.org^$third-party
||buycheaphost.net^$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
||buzzoola.com^$third-party
||buzzparadise.com^$third-party
||bwinpartypartners.com^$third-party
||byspot.com^$third-party
||c-on-text.com^$third-party
||camghosts.com^$third-party
||camonster.com^$third-party
||campaignlook.com^$third-party
||capacitygrid.com^$third-party
||caroda.io^$third-party
||casino-zilla.com^$third-party
||cb-content.com^$third-party
||cdnreference.com^$third-party
||charltonmedia.com^$third-party
||chitika.com^$third-party
||chpadblock.com^$~image
||cibleclick.com^$third-party
||cinarra.com^$third-party
||citrusad.com^$third-party
||city-ads.de^$third-party
||ck-cdn.com^$third-party
||clash-media.com^$third-party
||cleafs.com^$third-party
||clean-1-clean.club^$third-party
||cleverads.vn^$third-party
||clickable.com^$third-party
||clickad.pl^$third-party
||clickadilla.com^$third-party
||clickadu.com^$third-party
||clickbet88.com^$third-party
||clickcertain.com^$third-party
||clickdaly.com^$third-party
||clickfilter.co^$third-party
||clickfuse.com^$third-party
||clickinc.com^$third-party
||clickintext.net^$third-party
||clickmon.co.kr^$third-party
||clickoutcare.io^$third-party
||clickpoint.com^$third-party
||clicksor.com^$third-party
||clicktripz.com^$third-party
||clixco.in^$third-party
||clixtrac.com^$third-party
||clkmg.com^$third-party
||cluep.com^$third-party
||codegown.care^$third-party
||cogocast.net^$third-party
||coguan.com^$third-party
||coinads.io^$third-party
||coinmedia.co^$third-party
||cointraffic.io^$third-party
||coinzilla.io^$third-party
||commissionfactory.com.au^$third-party
||commissionmonster.com^$third-party
||comscore.com^$third-party
||connexity.net^$third-party
||consumable.com^$third-party
||contaxe.com^$third-party
||content-cooperation.com^$third-party
||contentiq.com^$third-party
||contenture.com^$third-party
||contextads.live^$third-party
||contextuads.com^$third-party
||cookpad-ads.com^$third-party
||coolerads.com^$third-party
||coull.com^$third-party
||cpaclickz.com^$third-party
||cpagrip.com^$third-party
||cpalead.com^$third-party
||cpalock.com^$third-party
||cpfclassifieds.com^$third-party
||cpm.media^$third-party
||cpmleader.com^$third-party
||crakmedia.com^$third-party
||crazyrocket.io^$third-party
||crispads.com^$third-party
||croea.com^$third-party
||cryptoad.space^$third-party
||cryptoads.space^$third-party
||cryptocoinsad.com^$third-party
||cryptoecom.care^$third-party
||cryptotrials.care^$third-party
||ctrhub.com^$third-party
||ctrip.com^$third-party
||ctrmanager.com^$third-party
||ctxtfl.com^$third-party
||cuelinks.com^$third-party
||currentlyobsessed.me^$third-party
||cybmas.com^$third-party
||czilladx.com^$third-party
||dable.io^$third-party
||dailystuffall.com^$third-party
||datawrkz.com^$third-party
||dating-service.net^$third-party
||datinggold.com^$third-party
||dblks.net^$third-party
||dedicatednetworks.com^$third-party
||deepintent.com^$third-party
||deplayer.net^$third-party
||desipearl.com^$third-party
||dev2pub.com^$third-party
||developermedia.com^$third-party
||dgmaxinteractive.com^$third-party
||dianomi.com^$third-party
||digiadzone.com^$third-party
||digipathmedia.com^$third-party
||digitaladvertisingalliance.org^$third-party
||digitalaudience.io^$third-party
||digitalkites.com^$third-party
||digitalpush.org^$third-party
||digitalthrottle.com^$third-party
||disqusads.com^$third-party
||dl-protect.net^$third-party
||dochase.com^$third-party
||domainadvertising.com^$third-party
||dotomi.com^$third-party
||doubleclick.com^
||doubleclick.net^
||doubleverify.com^$third-party
||dpbolvw.net/image-
||dpbolvw.net/placeholder-
||dreamaquarium.com^$third-party
||dropkickmedia.com^$third-party
||dstillery.com^$third-party
||dt00.net^$third-party
||dt07.net^$third-party
||dualeotruyen.net^$third-party
||dumedia.ru^$third-party
||dynad.net^$third-party
||dynamicoxygen.com^$third-party
||e-generator.com^$third-party
||e-planning.net^$third-party
||e-viral.com^$third-party
||eadsrv.com^$third-party
||easy-ads.com^$third-party
||easyhits4u.com^$third-party
||easyinline.com^$third-party
||ebayclassifiedsgroup.com^$third-party
||ebayobjects.com.au^$third-party
||eboundservices.com^$third-party
||eclick.vn^$third-party
||ednplus.com^$third-party
||egadvertising.com^$third-party
||egamingonline.com^$third-party
||egamiplatform.tv^$third-party
||eksiup.com^$third-party
||ematicsolutions.com^$third-party
||emediate.se^$third-party
||erling.online^$third-party
||eroterest.net^$third-party
||eskimi.com^$third-party
||essayads.com^$third-party
||essaycoupons.com^$third-party
||et-code.ru^$third-party
||etargetnet.com^$third-party
||ethereumads.com^$third-party
||ethicalads.io^$third-party
||etology.com^$third-party
||evolvemediallc.com^$third-party
||evolvenation.com^$third-party
||exactdrive.com^$third-party
||exchange4media.com^$third-party
||exitbee.com^$third-party
||exitexplosion.com^$third-party
||exmarketplace.com^$third-party
||exponential.com^$third-party
||eyewonder.com^$third-party
||fapcat.com^$third-party
||faspox.com^$third-party
||fast-redirecting.com^$third-party
||fast2earn.com^$third-party
||feature.fm^$third-party
||fireflyengagement.com^$third-party
||fireworkadservices.com^$third-party
||fireworkadservices1.com^$third-party
||firstimpression.io^$third-party
||fisari.com^$third-party
||fixionmedia.com^$third-party
||flashtalking.com^$third-party,domain=~toggo.de
||flower-ads.com^$third-party
||flyersquare.com^$third-party
||flymyads.com^$third-party
||focusde.info^$third-party
||foremedia.net^$third-party
||forex-affiliate.com^$third-party
||forexprostools.com^$third-party
||free3dgame.xyz^$third-party
||freedomadnetwork.com^$third-party
||freerotator.com^$third-party
||friendlyduck.com^$third-party
||fruitkings.com^$third-party
||gainmoneyfast.com^$third-party
||gambling-affiliation.com^$third-party
||game-clicks.com^$third-party
||gayadnetwork.com^$third-party
||geozo.com^$third-party
||germaniavid.com^$third-party
||girls.xyz^$third-party
||gourmetads.com^$third-party
||gplinks.in^$third-party
||grabo.bg^$third-party
||graciamediaweb.com^$third-party
||grafpedia.com^$third-party
||grapeshot.co.uk^$third-party
||greedseed.world^$third-party
||gripdownload.co^$third-party
||groovinads.com^$third-party
||growadvertising.com^$third-party
||grv.media^$third-party
||grvmedia.com^$third-party
||guitaralliance.com^$third-party
||gumgum.com^$third-party
||gururevenue.com^$third-party
||havetohave.com^$third-party
||headbidder.net^$third-party
||headerbidding.ai^$third-party
||headerlift.com^$third-party
||healthtrader.com^$third-party
||horse-racing-affiliate-program.co.uk^$third-party
||hot-mob.com^$third-party
||hotelscombined.com.au^$third-party
||hprofits.com^$third-party
||httpool.com^$third-party
||hypelab.com^$third-party
||hyros.com^$third-party
||ibannerexchange.com^$third-party
||ibillboard.com^$third-party
||icorp.ro^$third-party
||idevaffiliate.com^$third-party
||idreammedia.com^$third-party
||imediaaudiences.com^$third-party
||imho.ru^$third-party
||imonomy.com^$third-party
||impact-ad.jp^$third-party
||impactify.io^$third-party
||impresionesweb.com^$third-party
||improvedigital.com^$third-party
||increaserev.com^$third-party
||indianbannerexchange.com^$third-party
||indianlinkexchange.com^$third-party
||indieclick.com^$third-party
||indofad.com^$third-party
||indoleads.com^$third-party
||industrybrains.com^$third-party
||inetinteractive.com^$third-party
||infectiousmedia.com^$third-party
||infinite-ads.com^$third-party
||infinityads.com^$third-party
||influads.com^$third-party
||infolinks.com^$third-party
||innity.com^$third-party
||innovid.com^$third-party
||insideall.com^$third-party
||inskinad.com^$third-party
||inskinmedia.com^$~stylesheet,third-party
||instantbannercreator.com^$third-party
||insticator.com^$third-party
||instreamvideo.ru^$third-party
||insurads.com^$third-party
||integr8.digital^$third-party
||intenthq.com^$third-party
||intentiq.com^$third-party
||intentmedia.net^$third-party
||interactiveads.ai^$third-party
||interadv.net^$third-party
||interclick.com^$third-party
||interesting.cc^$third-party
||intergi.com^$third-party
||interpolls.com^$third-party
||interworksmedia.co.kr^$third-party
||intextad.net^$third-party
||intextdirect.com^$third-party
||intextual.net^$third-party
||intgr.net^$third-party
||intimlife.net^$third-party
||intopicmedia.com^$third-party
||intravert.co^$third-party
||inuvo.com^$third-party
||inuxu.co.in^$third-party
||investnewsbrazil.com^$third-party
||inviziads.com^$third-party
||involve.asia^$third-party
||ip-adress.com^$third-party
||ipromote.com^$third-party
||jango.com^$third-party
||javbuzz.com^$third-party
||jewishcontentnetwork.com^$third-party
||jivox.com^$third-party
||jobbio.com^$third-party
||jubna.com^$third-party
||kaprila.com^$third-party
||kargo.com^$third-party
||kiosked.com^$third-party
||klakus.com^$third-party
||komoona.com^$third-party
||kovla.com^$third-party
||kurzycz.care^$third-party
||laim.tv^$third-party
||lanistaconcepts.com^$third-party
||lcwfab1.com^$third-party
||lcwfab2.com^$third-party
||lcwfab3.com^$third-party
||lcwfabt1.com^$third-party
||lcwfabt2.com^$third-party
||lcwfabt3.com^$third-party
||lhkmedia.in^$third-party
||lijit.com^$third-party
||linkexchangers.net^$third-party
||linkgrand.com^$third-party
||links2revenue.com^$third-party
||linkslot.ru^$third-party
||linksmart.com^$third-party
||linkstorm.net^$third-party
||linkwash.de^$third-party
||linkworth.com^$third-party
||linkybank.com^$third-party
||liqwid.net^$third-party
||listingcafe.com^$third-party
||liveadexchanger.com^$third-party
||liveadoptimizer.com^$third-party
||liveburst.com^$third-party
||liverail.com^$~object,third-party
||livesmarter.com^$third-party
||liveuniversenetwork.com^$third-party
||localsearch24.co.uk^$third-party
||logo-net.co.uk^$third-party
||looksmart.com^$third-party
||loopaautomate.com^$third-party
||love-banner.com^$third-party
||lustre.ai^$script,third-party
||magetic.com^$third-party
||magnetisemedia.com^$third-party
||mahimeta.com^$third-party
||mail-spinner.com^$third-party
||mangoads.net^$third-party
||mantisadnetwork.com^$third-party
||marfeel.com^$third-party
||markethealth.com^$third-party
||marketleverage.com^$third-party
||marsads.com^$third-party
||mcontigo.com^$third-party
||media.net^$third-party
||mediaad.org^$third-party
||mediacpm.pl^$third-party
||mediaffiliation.com^$third-party
||mediaforce.com^$third-party
||mediafuse.com^$third-party
||mediatarget.com^$third-party
||mediavine.com^$third-party
||meendocash.com^$third-party
||meloads.com^$third-party
||membrana.media^$third-party
||metaffiliation.com^$third-party,domain=~netaffiliation.com
||mgid.com%$third-party
||mgid.com^$third-party
||microad.jp^$third-party
||midas-network.com^$third-party
||millionsview.com^$third-party
||mindlytix.com^$third-party
||mixadvert.com^$third-party
||mixi.media^$third-party
||mobday.com^$third-party
||mobile-10.com^$third-party
||multiview.com^$third-party
||myaffiliates.com^$third-party
||n2s.co.kr^$third-party
||nanigans.com^$third-party
||nativeads.com^$third-party
||nativemedia.rs^$third-party
||nativeroll.tv^$third-party
||nativery.com^$third-party
||nativespot.com^$third-party
||neobux.com^$third-party
||neodatagroup.com^$third-party
||neoebiz.co.kr^$third-party
||neoffic.com^$third-party
||neon.today^$third-party
||netaffiliation.com^$~script,third-party
||netavenir.com^$third-party
||netinsight.co.kr^$third-party
||netizen.co^$third-party
||netliker.com^$third-party
||netloader.cc^$third-party
||netpub.media^$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
||newdosug.eu^$third-party
||newsadsppush.com^$third-party
||newsarmor.com^$third-party
||newsnet.in.ua^$third-party
||newstogram.com^$third-party
||newtention.net^$third-party
||newtueads.com^$third-party
||newwedads.com^$third-party
||nexac.com^$third-party
||nexage.com^$third-party
||nexeps.com^$third-party
||nextclick.pl^$third-party
||nextmillennium.io^$third-party
||nextoptim.com^$third-party
||nitmus.com^$third-party
||nitropay.com^$third-party
||njih.net^$third-party
||notsy.io^$third-party
||nsstatic.com^$third-party
||nsstatic.net^$third-party
||nster.net^$third-party
||ntent.com^$third-party
||numbers.md^$third-party
||oasis-haven.net^$third-party
||objects.tremormedia.com^$~object,third-party
||oboxads.com^$third-party
||oceanwebcraft.com^$third-party
||ocelot.studio^$third-party
||oclus.com^$third-party
||odysseus-nua.com^$third-party
||ofeetles.pro^$third-party
||offerforge.com^$third-party
||offerforge.net^$third-party
||offerserve.com^$third-party
||offersquared.com^$third-party
||og-affiliate.com^$third-party
||okanjo.com^$third-party
||onetag-sys.com^$third-party
||onlyalad.net^$third-party
||onsafelink.com^$script,third-party
||onscroll.com^$third-party
||onvertise.com^$third-party
||oogala.com^$third-party
||oopt.fr^$third-party
||oos4l.com^$third-party
||openbook.net^$third-party
||opt-intelligence.com^$third-party
||optiads.org^$third-party
||optinmonster.com^$third-party
||oriel.io^$third-party
||osiaffiliate.com^$third-party
||ospreymedialp.com^$third-party
||othersonline.com^$third-party
||otm-r.com^$third-party
||ownlocal.com^$third-party
||p-advg.com^$third-party
||p-digital-server.com^$third-party
||padsblue.com^$third-party
||pagefair.net^$third-party
||pagesinxt.com^$third-party
||paidonresults.net^$third-party
||paidsearchexperts.com^$third-party
||pakbanners.com^$third-party
||pantherads.com^$third-party
||papayads.net^$third-party
||paperclipservice.com^$third-party
||paperg.com^$third-party
||paradocs.ru^$third-party
||pariatonet.com^$third-party
||parkingcrew.net^$third-party
||parsec.media^$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
||partnerstack.com^$third-party
||partycasino.com^$third-party
||partypoker.com^$third-party
||passendo.com^$third-party
||passive-earner.com^$third-party
||paydemic.com^$third-party
||paydotcom.com^$third-party
||payperpost.com^$third-party
||pebblemedia.be^$third-party
||peer39.com^$third-party
||pelisnetwork.com^$third-party
||penuma.com^$third-party
||pepperjamnetwork.com^$third-party
||perkcanada.com^$third-party
||persevered.com^$third-party
||pgammedia.com^$third-party
||placeiq.com^$third-party
||playamopartners.com^$third-party
||playmatic.video^$third-party
||playtem.com^$third-party
||pointclicktrack.com^$third-party
||points2shop.com^$third-party
||polyvalent.co.in^$third-party
||popmajor.com^$third-party
||poponclick.com^$third-party
||popundertotal.com^$third-party
||popunderzone.com^$third-party
||popupdomination.com^$third-party
||postaffiliatepro.com^$third-party
||powerlinks.com^$third-party
||powerteam-competitions.com^$third-party
||ppcwebspy.com^$third-party
||prebid.org^$third-party
||prebidwrapper.com^$third-party
||prf.hn^$third-party
||primis-amp.tech^$third-party
||profitsfly.com^$third-party
||promo-reklama.ru^$third-party
||proper.io^$third-party
||pubdirecte.com^$third-party
||pubfuture.com^$third-party
||pubgears.com^$third-party
||pubgenius.io^$third-party
||pubguru.com^$third-party
||publicidad.net^$third-party
||publicityclerks.com^$third-party
||publift.com^$third-party
||publir.com^$third-party
||pubwise.io^$third-party
||puffnetwork.com^$third-party
||putlockertv.com^$third-party
||q1media.com^$third-party
||qashbits.com^$third-party
||quanta.la^$third-party
||quantumads.com^$third-party
||quantumdex.io^$third-party
||questus.com^$third-party
||qwertize.com^$third-party
||r2b2.io^$third-party
||rapt.com^$third-party
||reachjunction.com^$third-party
||reactx.com^$third-party
||readpeak.com^$third-party
||realbig.media^$third-party
||realclick.co.kr^$third-party
||realhumandeals.com^$third-party
||realssp.co.kr^$third-party
||rediads.com^$third-party
||redintelligence.net^$third-party
||redventures.io^$script,third-party,xmlhttprequest
||republer.com^$third-party
||revenueflex.com^$third-party
||revive-adserver.net^$third-party
||reyden-x.com^$third-party
||rhombusads.com^$third-party
||richads.com^$third-party
||richaudience.com^$third-party
||roirocket.com^$third-party
||rollercoin.com^$third-party
||rotaban.ru^$third-party
||rtbhouse.com^$third-party
||sabavision.com^$third-party
||salvador24.com^$third-party
||sap-traffic.com^$third-party
||sape.ru^$third-party
||sba.about.co.kr^$third-party
||sbaffiliates.com^$third-party
||sbcpower.com^$third-party
||scanscout.com^$third-party
||scarlet-clicks.info^$third-party
||sceno.ru^$third-party
||scootloor.com^$third-party
||scrap.me^$third-party
||sedoparking.com^$third-party
||seedtag.com^$third-party
||selectad.com^$third-party
||sellhealth.com^$third-party
||selsin.net^$third-party
||sendwebpush.com^$third-party
||sensible-ads.com^$third-party
||servecontent.net^$third-party
||servedby-buysellads.com^$third-party,domain=~buysellads.com
||servemeads.com^$third-party
||sgbm.info^$third-party
||sharemedia.rs^$third-party
||sharethrough.com^$third-party
||shoofle.tv^$third-party
||shoogloonetwork.com^$third-party
||shopalyst.com^$third-party
||showcasead.com^$third-party
||showyoursite.com^$third-party
||shrinkearn.com^$third-party
||shrtfly.com^$third-party
||simpio.com^$third-party
||simpletraffic.co^$third-party
||simplyhired.com^$third-party
||sinogamepeck.com^$third-party
||sitemaji.com^$third-party
||sitesense-oo.com^$third-party
||sitethree.com^$third-party
||skinected.com^$third-party
||skoovyads.com^$third-party
||skyactivate.com^$third-party
||skymedia.co.uk^$third-party
||skyscrpr.com^$third-party
||slfpu.com^$third-party
||slikslik.com^$third-party
||slimspots.com^$third-party
||slimtrade.com^$third-party
||slopeaota.com^$third-party
||smac-ad.com^$third-party
||smac-ssp.com^$third-party
||smaclick.com^$third-party
||smartad.ee^$third-party
||smartadtags.com^$third-party
||smartadv.ru^$third-party
||smartasset.com^$third-party
||smartclip.net^$third-party,domain=~toggo.de
||smartico.one^$third-party
||smartredirect.de^$third-party
||smarttargetting.net^$third-party
||smartyads.com^$third-party
||smashpops.com^$third-party
||smilered.com^$third-party
||smileycentral.com^$third-party
||smljmp.com^$third-party
||smowtion.com^$third-party
||smpgfx.com^$third-party
||snack-media.com^$third-party
||snap.com^$third-party,domain=~forbusiness.snapchat.com
||sndkorea.co.kr^$third-party
||sni.ps^$third-party
||snigelweb.com^$third-party
||snowads.net^$third-party
||so-excited.com^$third-party
||soagitet.net^$third-party
||soalouve.com^$third-party
||soazooge.com^$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
||societingna.info^$third-party
||soicos.com^$third-party
||sonobi.com^$third-party
||sotuktraffic.com^$third-party
||sovrn.com^$third-party
||sparteo.com^$third-party
||speakol.com^$third-party
||splinky.com^$third-party
||splut.com^$third-party
||spolecznosci.net^$third-party
||sponsoredtweets.com^$third-party
||spotx.tv^$third-party
||springify.io^$third-party
||springserve.com^$~media,third-party
||sprintrade.com^$third-party
||sprout-ad.com^$third-party
||spyoff.com^$third-party
||starlayer.com^$third-party
||starti.pl^$third-party
||statsperformdev.com^$third-party
||stocker.bonnint.net^$third-party
||stratos.blue^$third-party
||streamdefence.com^$third-party
||strikead.com^$third-party
||strossle.com^$third-party
||struq.com^$third-party
||styleui.ru^$third-party
||subendorse.com^$third-party
||sublimemedia.net^$third-party
||submitexpress.co.uk^$third-party
||suite6ixty6ix.com^$third-party
||suitesmart.com^$third-party
||sulvo.co^$third-party
||sumarketing.co.uk^$third-party
||sunmedia.net^$third-party
||superadexchange.com^$third-party
||superonclick.com^$third-party
||supersonicads.com^$third-party
||supletcedintand.pro^$third-party
||supplyframe.com^$third-party
||supuv2.com^$third-party
||surf-bar-traffic.com^$third-party
||surfe.pro^$third-party
||surgeprice.com^$third-party
||svlu.net^$third-party
||swbdds.com^$third-party
||swelen.com^$third-party
||switchadhub.com^$third-party
||swoop.com^$third-party
||swpsvc.com^$third-party
||synkd.life^$third-party
||tacoda.net^$third-party
||tacrater.com^$third-party
||tacticalrepublic.com^$third-party
||tafmaster.com^$third-party
||tagbucket.cc^$third-party
||tagdeliver.com^$third-party
||tagdelivery.com^$third-party
||taggify.net^$third-party
||tagjunction.com^$third-party
||tailsweep.com^$third-party
||takeads.com^$third-party
||talaropa.com^$third-party
||tangozebra.com^$third-party
||tankeuro.com^$third-party
||tanx.com^$third-party
||tapinfluence.com^$third-party
||tapnative.com^$third-party
||tardangro.com^$third-party
||targetnet.com^$third-party
||targetpoint.com^$third-party
||targetspot.com^$third-party
||tbaffiliate.com^$third-party
||tdmd.us^$third-party
||teasernet.com^$third-party
||terratraf.com^$third-party
||testfilter.com^$third-party
||testnet.nl^$third-party
||text-link-ads.com^$third-party
||tgtmedia.com^$third-party
||themoneytizer.com^$third-party
||tinyads.io^$third-party
||tkqlhce.com/image-
||tkqlhce.com/placeholder-
||tlvmedia.com^$third-party
||tmtrck.com^$third-party
||tollfreeforwarding.com^$third-party
||tonefuse.com^$third-party
||topadvert.ru^$third-party
||toroadvertising.com^$third-party
||trackuity.com^$third-party
||tradedoubler.com^$third-party
||tradeexpert.net^$third-party
||tradplusad.com^$third-party
||traffboost.net^$third-party
||traffer.net^$third-party
||traffic-media.co.uk^$third-party
||traffic-supremacy.com^$third-party
||traffic2bitcoin.com^$third-party
||trafficadbar.com^$third-party
||trafficforce.com^$third-party
||traffichaus.com^$third-party
||trafficjunky.com^$third-party
||trafficsan.com^$third-party
||trafficswarm.com^$third-party
||trafficwave.net^$third-party
||trafficzap.com^$third-party
||trafmag.com^$third-party
||trigr.co^$third-party
||triplelift.com^$third-party
||trker.com^$third-party
||trustx.org^$third-party
||trytada.com^$third-party
||tubeadvertising.eu^$third-party
||twads.gg^$third-party
||tyroo.com^$third-party
||ubercpm.com^$third-party
||ultrapartners.com^$third-party
||unblockia.com^$third-party
||undertone.com^$third-party
||unibots.in^$third-party
||unibotscdn.com^$third-party
||urlcash.net^$third-party
||usemax.de^$third-party
||usenetjunction.com^$third-party
||usepanda.com^$third-party
||utherverse.com^$third-party
||validclick.com^$third-party
||valuead.com^$third-party
||valuecommerce.com^$third-party
||velti.com^$third-party
||vendexo.com^$third-party
||veoxa.com^$third-party
||verified-extensions.com^$third-party
||vertismedia.co.uk^$third-party
||vibrantmedia.com^$third-party
||videoo.tv^$third-party
||videoroll.net^$third-party
||vidoomy.com^$third-party
||vidverto.io^$third-party
||viewtraff.com^$third-party
||vlyby.com^$third-party
||vmonetize.com^$third-party
||vupulse.com^$third-party
||w00tmedia.net^$third-party
||web3ads.net^$third-party
||webads.nl^$third-party
||webgains.com^$third-party
||weborama.fr^$third-party
||webshark.pl^$third-party
||webtrafic.ru^$third-party
||webwap.org^$third-party
||whatstheword.co^$third-party
||whizzco.com^$third-party
||wlmarketing.com^$third-party
||wmmediacorp.com^$third-party
||wordego.com^$third-party
||worthathousandwords.com^$third-party
||wwads.cn^$third-party
||xmlmonetize.com^$third-party
||xmtrading.com^$third-party
||xtendmedia.com^$third-party
||yeloads.com^$third-party
||yieldkit.com^$third-party
||yieldlove.com^$third-party
||yieldmo.com^$third-party
||yllix.com^$third-party
||yourfirstfunnelchallenge.com^$third-party
||zanox-affiliate.de/ppv/$third-party
||zanox.com/ppv/$third-party
||zap.buzz^$third-party
||zedo.com^$third-party
||zemanta.com^$third-party
||zeropark.com^$third-party
||ziffdavis.com^$third-party
||zwaar.org^$third-party
||2mdn-cn.net^
||admob-cn.com^
||doubleclick-cn.net^
||googleads-cn.com^
||googleadservices-cn.com^
||googleadsserving.cn^
||googlevads-cn.com^
||07c225f3.online^$document,popup
||22d2d4d9-0c15-4a3a-9562-384f2c100146.xyz^$document,popup
||2aeabdd4-3280-4f03-bc92-1890494f28be.xyz^$document,popup
||content-loader.com^$document,popup
||css-load.com^$document,popup
||f97ae142.online^$document,popup
||html-load.cc^$document,popup
||html-load.com^$document,popup
||ad.lgappstv.com^
||ad.nettvservices.com^
||ads.samsung.com^
||lgad.cjpowercast.com.edgesuite.net^
||lgsmartad.com^
||samsungacr.com^
/(https?:\/\/)\w{30,}\.me\/\w{30,}\./$script,third-party
/(https?:\/\/)104\.154\..{100,}/
/(https?:\/\/)104\.197\..{100,}/
/(https?:\/\/)104\.198\..{100,}/
/(https?:\/\/)130\.211\..{100,}/
/(https?:\/\/)142\.91\.159\..{100,}/
/(https?:\/\/)213\.32\.115\..{100,}/
/(https?:\/\/)216\.21\..{100,}/
/(https?:\/\/)217\.182\.11\..{100,}/
/(https?:\/\/)51\.195\.31\..{100,}/
||141.98.82.232^
||142.91.159.
||158.247.208.
||162.252.214.4^
||167.99.31.227^
||172.255.103.118^
||172.255.6.135^
||172.255.6.137^
||172.255.6.139^
||172.255.6.140^
||172.255.6.150^
||172.255.6.152^
||172.255.6.199^
||172.255.6.217^
||172.255.6.228^
||172.255.6.248^
||172.255.6.252^
||172.255.6.254^
||172.255.6.2^
||172.255.6.59^
||188.42.84.110^
||188.42.84.137^
||188.42.84.159^
||188.42.84.160^
||188.42.84.162^
||188.42.84.21^
||188.42.84.23^
||203.195.121.0^
||203.195.121.103^
||203.195.121.119^
||203.195.121.11^
||203.195.121.134^
||203.195.121.184^
||203.195.121.195^
||203.195.121.1^
||203.195.121.209^
||203.195.121.217^
||203.195.121.219^
||203.195.121.224^
||203.195.121.229^
||203.195.121.24^
||203.195.121.28^
||203.195.121.29^
||203.195.121.34^
||203.195.121.36^
||203.195.121.40^
||203.195.121.46^
||203.195.121.70^
||203.195.121.72^
||203.195.121.73^
||203.195.121.74^
||23.109.150.208^
||23.109.150.253^
||23.109.170.212^
||23.109.170.228^
||23.109.248.125^
||23.109.248.129^
||23.109.248.130^
||23.109.248.135^
||23.109.248.139^
||23.109.248.149^
||23.109.248.14^
||23.109.248.174^
||23.109.248.183^
||23.109.248.20^
||23.109.248.229^
||23.109.248.247^
||23.109.248.29^
||23.109.82.
||23.109.87.
||23.109.87.123^
||23.195.91.195^
||34.102.137.201^
||37.1.209.213^
||51.77.227.100^
||51.77.227.101^
||51.77.227.102^
||51.77.227.103^
||51.77.227.96^
||51.77.227.97^
||51.77.227.98^
||51.77.227.99^
||51.89.187.136^
||51.89.187.137^
||51.89.187.138^
||51.89.187.139^
||51.89.187.140^
||51.89.187.141^
||51.89.187.142^
||51.89.187.143^
||88.42.84.136^
||167.206.10.148^
||utiq-aws.net^
||utiq.24auto.de^
||utiq.24hamburg.de^
||utiq.24rhein.de^
||utiq.buzzfeed.de^
||utiq.come-on.de^
||utiq.einfach-tasty.de^
||utiq.fnp.de^
||utiq.fr.de^
||utiq.hna.de^
||utiq.ingame.de^
||utiq.kreiszeitung.de^
||utiq.merkur.de^
||utiq.mopo.de^
||utiq.op-online.de^
||utiq.soester-anzeiger.de^
||utiq.tz.de^
||utiq.wa.de^
||0265331.com^$popup
||07c225f3.online^$popup
||0a8d87mlbcac.top^$popup
||0byv9mgbn0.com^$popup
||0redirb.com^$popup
||0rv1wtduj.com^$popup
||11x11.com^$popup
||123-movies.bz^$popup
||123vidz.com^$popup
||172.255.103.171^$popup
||19turanosephantasia.com^$popup
||1betandgonow.com^$popup
||1firstofall1.com^$popup
||1o1camshow.com^$popup
||1phads.com^$popup
||1redirb.com^$popup
||1redirc.com^$popup
||1ts17.top^$popup
||1ueikseq1.com^$popup
||1wtwaq.xyz^$popup
||1x001.com^$popup
||1xlite-503779.top^$popup
||1xlite-522762.top^$popup
||21find.com^$popup
||22bettracking.online^$popup
||22media.world^$popup
||23.109.82.222^$popup
||24-sportnews.com^$popup
||24affiliates.com^$popup
||24click.top^$popup
||24x7report.com^$popup
||26485.top^$popup
||2annalea.com^$popup
||2aus34sie6po5m.com^$popup
||2qj7mq3w4uxe.com^$popup
||2smarttracker.com^$popup
||2track.info^$popup
||2vid.top^$popup
||331hwh.com^$popup
||360adshost.net^$popup
||3wr110.xyz^$popup
||3xbrh4rxsvbl.top^$popup
||4b6994dfa47cee4.com^$popup
||4dcdc.com^$popup
||4dsply.com^$popup
||567bets10.com^$popup
||5dimes.com^$popup
||5mno3.com^$popup
||5vbs96dea.com^$popup
||6198399e4910e66-ovc.com^$popup
||62h.site^$popup
||7anfpatlo8lwmb.com^$popup
||7app.top^$popup
||7ca78m3csgbrid7ge.com^$popup
||888media.net^$popup
||888promos.com^$popup
||8stream-ai.com^$popup
||8wtkfxiss1o2.com^$popup
||900bets10.com^$popup
||95urbehxy2dh.top^$popup
||9gg23.com^$popup
||9l3s3fnhl.com^$popup
||9streamex.com^$popup
||9t5.me^$popup
||a-ads.com^$popup
||a-waiting.com^$popup
||a23-trk.xyz^$popup
||a64x.com^$popup
||aagm.link^$popup
||abateall.com^$popup
||abiderestless.com^$popup
||ablecolony.com^$popup
||ablogica.com^$popup
||abmismagiusom.com^$popup
||aboveredirect.top^$popup
||absoluteroute.com^$popup
||absump.com^$popup
||abundantsurroundvacation.com^$popup
||acacdn.com^$popup
||accesshomeinsurance.co^$popup
||accompanycollapse.com^$popup
||acdcdn.com^$popup
||achcdn.com^$popup
||achievebeneficial.com^$popup
||aclktrkr.com^$popup
||acrossheadquartersanchovy.com^$popup
||actio.systems^$popup
||actiondesk.com^$popup,third-party
||activate-game.com^$popup
||aculturerpa.info^$popup
||ad-free.info^$popup
||ad-guardian.com^$popup
||ad-maven.com^$popup
||ad.soicos.com^$popup
||ad4game.com^$popup
||ad6media.fr^$popup,third-party
||adbetclickin.pink^$popup
||adbison-redirect.com^$popup
||adblock-guru.com^$popup
||adblock-one-protection.com^$popup
||adblock-pro-download.com^$popup
||adblock-zen-download.com^$popup
||adblock-zen.com^$popup
||adblocker-instant.xyz^$popup
||adblocker-sentinel.net^$popup
||adblockerapp.com^$popup
||adblockerapp.net^$popup
||adblockerenterpriseedition.pro^$popup
||adblockersentinel.com^$popup
||adblockstream.com^$popup
||adblockstrtape.link^$popup
||adblockstrtech.link^$popup
||adboost.it^$popup
||adbooth.com^$popup
||adca.st^$popup
||adcash.com^$popup
||adcdnx.com^$popup
||adcell.com^$popup
||addotnet.com^$popup
||adexc.net^$popup,third-party
||adexchangecloud.com^$popup
||adexchangegate.com^$popup
||adexchangeguru.com^$popup
||adexchangemachine.com^$popup
||adexchangeprediction.com^$popup
||adexchangetracker.com^$popup
||adexmedias.com^$popup
||adexprtz.com^$popup
||adfclick1.com^$popup
||adfgetlink.net^$popup
||adform.net^$popup
||adfpoint.com^$popup
||adfreewatch.info^$popup
||adglare.net^$popup
||adhealers.com^$popup
||adhoc2.net^$popup
||aditsafeweb.com^$popup
||adjoincomprise.com^$popup
||adjuggler.net^$popup
||adk2.co^$popup
||adk2.com^$popup
||adk2x.com^$popup
||adlogists.com^$popup
||adlserq.com^$popup
||adltserv.com^$popup
||adlure.net^$popup
||admachina.com^$popup
||admediatex.net^$popup
||admedit.net^$popup
||admeerkat.com^$popup
||admeridianads.com^$popup
||admitad.com^$popup
||admjmp.com^$popup
||admobe.com^$popup
||admothreewallent.com$popup
||adnanny.com^$popup,third-party
||adnetworkperformance.com^$popup
||adnium.com^$popup,third-party
||adnotebook.com^$popup
||adnxs-simple.com^$popup
||adonweb.ru^$popup
||adop.co^$popup
||adplxmd.com^$popup
||adpointrtb.com^$popup
||adpool.bet^$popup
||adport.io^$popup
||adreactor.com^$popup
||adrealclick.com^$popup
||adrglife.com^$popup
||adrgyouguide.com^$popup
||adright.co^$popup
||adro.pro^$popup
||adrunnr.com^$popup
||ads.sexier.com^$popup
||ads4trk.com^$popup
||adsandcomputer.com^$popup
||adsb4trk.com^$popup
||adsblocker-ultra.com^$popup
||adsblockersentinel.info^$popup
||adsbreak.com^$popup
||adsbtrk.com^$popup
||adsco.re^$popup
||adserverplus.com^$popup
||adserving.unibet.com^$popup
||adsforcomputercity.com^$popup
||adshell.net^$popup
||adshostnet.com^$popup
||adskeeper.co.uk^$popup
||adskeeper.com^$popup
||adskpak.com^$popup
||adsmarket.com^$popup
||adsplex.com^$popup
||adspredictiv.com^$popup
||adspyglass.com^$popup
||adspynet.com^$popup
||adsrv4k.com^$popup
||adstracker.info^$popup
||adstreampro.com^$popup
||adsupply.com^$popup
||adsupplyads.com^$popup
||adsupplyads.net^$popup
||adsurve.com^$popup
||adsvlad.info^$popup
||adtelligent.com^$popup
||adtng.com^$popup
||adtrace.org^$popup
||aduld.click^$popup
||adult-affiliate.link^$popup
||adult.xyz^$popup
||adverdirect.com^$popup
||advertiserurl.com^$popup
||advertizmenttoyou.com^$popup
||advertserve.com^$popup
||adverttulimited.biz^$popup
||advmedialtd.com^$popup
||advmonie.com^$popup
||advnet.xyz^$popup
||advotionhot.com^$popup
||advsmedia.net^$popup
||adx-t.com^$popup
||adx.io^$popup,third-party
||adxite.com^$popup
||adxpansion.com^$popup
||adxpartner.com^$popup
||adxprtz.com^$popup
||adzblockersentinel.net^$popup
||adzerk.net^$popup
||adzshield.info^$popup
||aeeg5idiuenbi7erger.com^$popup
||afcpatrk.com^$popup
||aff-handler.com^$popup
||aff-track.net^$popup
||affbuzzads.com^$popup
||affcpatrk.com^$popup
||affectionatelypart.com^$popup
||affelseaeinera.org^$popup
||affili.st^$popup
||affiliate-wg.com^$popup
||affiliateboutiquenetwork.com^$popup
||affiliatedrives.com^$popup
||affiliatestonybet.com^$popup
||affilirise.com^$popup
||affinity.net^$popup
||afflat3d2.com^$popup
||afflat3e1.com^$popup
||affluentshinymulticultural.com^$popup
||affmoneyy.com^$popup
||affpa.top^$popup
||affstreck.com^$popup
||afodreet.net^$popup
||afre.guru^$popup
||afriflatry.co^$popup
||afront.io^$popup
||aftrk1.com^$popup
||aftrk3.com^$popup
||agabreloomr.com^$popup
||agacelebir.com^$popup
||agalarvitaran.com^$popup
||agapi-fwz.com^$popup
||aggrologis.top^$popup
||agl001.bid^$popup
||agweaaf.net^$popup
||agweaaf.org^$popup
||ahadsply.com^$popup
||ahbdsply.com^$popup
||ahscdn.com^$popup
||aigaithojo.com^$popup
||aigeno.com^$popup
||ailrouno.net^$popup
||aitsatho.com^$popup
||aj1574.online^$popup
||ajkrls.com^$popup
||ajkzd9h.com^$popup
||ajump2.com^$popup
||akmxts.com^$popup
||akumeha.onelink.me^$popup
||akutapro.com^$popup
||alargeredrubygsw.info^$popup
||alarmsubjectiveanniversary.com^$popup
||alcovesoftenedenthusiastic.com^$popup
||algardevehme.com^$popup
||algg.site^$popup
||algocashmaster.com^$popup
||alightbornbell.com^$popup
||alitems.co^$popup
||alitems.site^$popup
||alklinker.com^$popup
||alleviatepracticableaddicted.com^$popup
||allhypefeed.com^$popup
||allloveydovey.fun^$popup
||allow-to-continue.com^$popup
||allreqdusa.com^$popup
||allsportsflix.best^$popup
||allsportsflix.top^$popup
||allsporttv.com^$popup
||almightyexploitjumpy.com^$popup
||aloha-news.net^$popup
||alpha-news.org^$popup
||alpheratzscheat.top^$popup
||alpine-vpn.com^$popup
||alpinedrct.com^$popup
||alreadyballetrenting.com^$popup
||alsindustrateb.info^$popup
||altairaquilae.top^$popup
||alternads.info^$popup
||alternativecpmgate.com^$popup
||alxbgo.com^$popup
||alxsite.com^$popup
||am10.ru^$popup
||am15.net^$popup
||amatrck.com^$popup
||ambiliarcarwin.com^$popup
||ambuizeler.com^$popup
||ambushharmlessalmost.com^$popup
||amelatrina.com^$popup
||amesgraduatel.xyz^$popup
||amira-efz.com^$popup
||ammankeyan.com^$popup
||ammannests.com^$popup
||ammunitionconsiderinstitution.com^$popup
||amourethenwife.top^$popup
||amplayeranydwou.info^$popup
||amprestrys.co.in^$popup
||amwoukrkskillso.com^$popup
||analyticbz.com^$popup
||anamuel-careslie.com^$popup
||ancientsend.com^$popup
||andcomemunicateth.info^$popup
||anedukerationpeci.info^$popup
||angege.com^$popup
||animemeat.com^$popup
||ankdoier.com^$popup
||anmdr.link^$popup
||annual-gamers-choice.com^$popup
||anopportunitytost.info^$popup
||ansf.shop^$popup
||answered-questions.com^$popup
||antcixn.com^$popup
||anteog.com^$popup
||anticipationunexpected.com^$popup
||antivirusgaming.com^$popup
||antivirussprotection.com^$popup
||anymoresentencevirgin.com^$popup
||apiecelee.com^$popup
||aplainmpatoio.com^$popup
||apologizingrigorousmorally.com^$popup
||aporasal.net^$popup
||appcloudcore.com^$popup
||appcloudgroup.com^$popup
||appcloudmaster.com^$popup
||appcloudsystems.com^$popup
||appcloudvalue.com^$popup
||applifycontent.com^$popup
||applifysolutions.com^$popup
||applifysolutions.net^$popup
||appoineditardwide.com^$popup
||apprefaculty.pro^$popup
||appsget.monster^$popup
||apptjmp.com^$popup
||appzery.com^$popup
||aquete.com^$popup
||arcost54ujkaphylosuvaursi.com^$popup
||ardoqxdinqucirei.info^$popup
||ardslediana.com^$popup
||ariapawners.space^$popup
||arielpri2nce8ss09.com^$popup
||arkdcz.com^$popup
||armedtidying.com^$popup
||arminius.io^$popup
||armourhardilytraditionally.com^$popup
||aroidsguide.com^$popup
||arrangementhang.com^$popup
||arrlnk.com^$popup
||artfulmilesfake.com^$popup
||articlepawn.com^$popup
||artpever.com^$popup
||arwobaton.com^$popup
||asarma.xyz^$popup
||asce.xyz^$popup
||asdasdad.net^$popup
||asgclickpp.com^$popup
||asgorebysschan.com^$popup
||ashoupsu.com^$popup
||asidefeetsergeant.com^$popup
||aslaironer.com^$popup
||aslaprason.com^$popup
||aslnk.link^$popup
||aso1.net^$popup
||asqconn.com^$popup
||asqualmag.com^$popup
||astarboka.com^$popup
||astesnlyno.org^$popup
||astonishing-go.com^$popup
||astrokompas.com^$popup
||atala-apw.com^$popup
||atas.io^$popup
||atcelebitor.com^$popup
||atentherel.org^$popup
||athletedurable.com^$popup
||atinsolutions.com^$popup
||atiretrously.com^$popup
||atmtaoda.com^$popup
||atomicarot.com^$popup
||attachedkneel.com^$popup
||attractbestbonuses.life^$popup
||atzekromchan.com^$popup
||audiblereflectionsenterprising.com^$popup
||audienceravagephotocopy.com^$popup
||auforau.com^$popup
||augailou.com^$popup
||augu3yhd485st.com^$popup
||augurersoilure.space^$popup
||august15download.com^$popup
||aungudie.com^$popup
||ausoafab.net^$popup
||authognu.com^$popup
||authorsallegationdeadlock.com^$popup
||autoperplexturban.com^$popup
||avenuewalkerchange.com^$popup
||avocams.com^$popup
||avprotect.store^$popup
||avthelkp.net^$popup
||awasrqp.xyz^$popup
||awecrptjmp.com^$popup
||awejmp.com^$popup
||awempire.com^$popup
||awesome-blocker.com^$popup
||awptjmp.com^$popup
||awsclic.com^$popup
||azqq.online^$popup
||b0oie4xjeb4ite.com^$popup
||b225.org^$popup
||b3z29k1uxb.com^$popup
||b7om8bdayac6at.com^$popup
||baboosloosh.top^$popup
||backseatrunners.com^$popup
||backwget99.com^$popup
||baect.com^$popup
||baifaphoa.com^$popup
||baiweluy.com^$popup
||bakjaqa.net^$popup
||balldollars.com^$popup
||banquetunarmedgrater.com^$popup
||barefootedpyjamasdetection.com^$popup
||bassarazit.top^$popup
||batheunits.com^$popup
||baypops.com^$popup
||bayshorline.com^$popup
||bbccn.org^$popup
||bbcrgate.com^$popup
||bbrdbr.com^$popup
||bbuni.com^$popup
||becomeapartner.io^$popup
||becoquin.com^$popup
||becorsolaom.com^$popup
||befirstcdn.com^$popup
||beforeignunlig.com^$popup
||befrx.com^$popup
||behavedforciblecashier.com^$popup
||behim.click^$popup
||beholdascared.com^$popup
||bejirachir.com^$popup
||beklefkiom.com^$popup
||belavoplay.com^$popup
||believemefly.com^$popup
||belwrite.com^$popup
||bemachopor.com^$popup
||bemadsonline.com^$popup
||bemobpath.com^$popup
||bemobtrcks.com^$popup
||bemobtrk.com^$popup
||bend-me-over.com^$popup
||benoopto.com^$popup
||benumelan.com^$popup
||beonixom.com^$popup
||beparaspr.com^$popup
||berkshiretoday.xyz^$popup
||berlindespraque.life^$popup
||best-offer-for-you.com^$popup
||best-vpn-app.com^$popup
||best-vpn.click^$popup
||best2017games.com^$popup
||best2019-games-web1.com^$popup
||best4fuck.com^$popup
||bestbonusprize.life^$popup
||bestclevercaptcha.top^$popup
||bestclicktitle.com^$popup
||bestcontentaccess.top^$popup
||bestconvertor.club^$popup
||bestgames-2022.com^$popup
||bestgirls4fuck.com^$popup
||bestmoviesflix.xyz^$popup
||bestonlinecasino.club^$popup
||bestplaceforall.com^$popup
||bestproducttesters.com^$popup
||bestrevenuenetwork.com^$popup
||betfairpk.com^$popup
||betforakiea.com^$popup
||betoga.com^$popup
||betotodilea.com^$popup
||betshucklean.com^$popup
||betteradsystem.com^$popup
||betterdomino.com^$popup
||bettraff.com^$popup
||betusk.com^$popup
||bewailblockade.com^$popup
||bewathis.com^$popup
||beyourxfriend.com^$popup
||bhlom.com^$popup
||bid-engine.com^$popup
||bidverdrd.com^$popup
||bidverdrs.com^$popup
||bidvertiser.com^$popup
||bigbasketshop.com^$popup
||bigeagle.biz^$popup
||bigelowcleaning.com^$popup
||bigscaner-help.shop^$popup
||bike-adsbidding.org^$popup
||bilqi-omv.com^$popup
||bimbim.com^$popup
||binaryborrowedorganized.com^$popup
||binaryoptionsgame.com^$popup
||bingohall.ag^$popup
||binomnet.com^$popup
||binomnet3.com^$popup
||binomtrcks.site^$popup
||biphic.com^$popup
||biserka.xyz^$popup
||bit-system.org^$popup
||bitadexchange.com^$popup
||bits.avcdn.net^$popup
||bitsspiral.com^$popup
||bitterstrawberry.com^$popup
||biturl.co^$popup
||bitzv.com^$popup
||blabblablabla.com^$popup
||blacklinknow.com^$popup
||blacklinknowss.co^$popup
||blacknesskeepplan.com^$popup
||blancoshrimp.com^$popup
||bleandworldw.org^$popup
||blehcourt.com^$popup
||blockchaintop.nl^$popup
||blockinga.com^$popup
||blogoman-24.com^$popup
||blondsdixie.com^$popup
||blubberspoiled.com^$popup
||blueistheneworanges.com^$popup
||bluelinknow.com^$popup
||blueparrot.media^$popup
||blushmossy.com^$popup
||blzz.xyz^$popup
||bmtmicro.com^$popup
||bngpt.com^$popup
||bngtrak.com^$popup
||boastwelfare.com^$popup
||bobabillydirect.org^$popup
||bodelen.com^$popup
||bodrumshuttle.net^$popup
||boheasceile.top^$popup
||bombfor.com^$popup
||bonafides.club^$popup
||bongacams.com^$popup,third-party
||bongacams10.com^$popup
||bonus-app.net^$popup
||bonusaward.life^$popup
||bonzuna.com^$popup
||bookmakers.click^$popup
||booster-vax.com^$popup
||bot-checker.com^$popup
||bounceads.net^$popup
||bouncingtiger.online^$popup
||boustahe.com^$popup
||boxernightdilution.com^$popup
||boxlivegarden.com^$popup
||boyishdefend.com^$popup
||brabywig.live^$popup
||brackcava.website^$popup
||bracketterminusalias.com^$popup
||branchesdollar.com^$popup
||brandreachsys.com^$popup
||bravo-dog.com^$popup
||breadthneedle.com^$popup
||breechesbottomelf.com^$popup
||brenn-wck.com^$popup
||brieflizard.com^$popup
||brightadnetwork.com^$popup
||bringmesports.com^$popup
||briningkhalat.life^$popup
||britishinquisitive.com^$popup
||brllllantsdates.com^$popup
||bro4.biz^$popup
||broforyou.me^$popup
||broochambitioncopies.com^$popup
||browse-boost.com^$popup
||browsekeeper.com^$popup
||brucelead.com^$popup
||brutalconfer.com^$popup
||btpnav.com^$popup
||buikolered.com^$popup
||bullads.net^$popup
||bulochka.xyz^$popup
||bumpyremittancecarnivorous.com^$popup
||bungalowsimply.com^$popup
||bunintruder.com^$popup
||bunth.net^$popup
||buqkrzbrucz.com^$popup
||buranablated.digital^$popup
||bursa33.xyz^$popup
||bursultry-exprights.com^$popup
||busterry.com^$popup
||butterfly-bidbid.net^$popup
||buxbaumiaceae.sbs^$popup
||buy404s.com^$popup
||buyadvupfor24.com^$popup
||buyeasy.by^$popup
||buythetool.co^$popup
||buzzadnetwork.com^$popup
||buzzonclick.com^$popup
||bvmbnr.xyz^$popup
||bwredir.com^$popup
||bxsk.site^$popup
||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^$popup
||byvue.com^$popup
||c0me-get-s0me.net^$popup
||c0nect.com^$popup
||c43a3cd8f99413891.com^$popup
||c9xv.xyz^$popup
||cadlsyndicate.com^$popup
||caeli-rns.com^$popup
||caffeinecontainerakin.com^$popup
||cagothie.net^$popup
||calltome.net^$popup
||callyourinformer.com^$popup
||calvali.com^$popup
||camptrck.com^$popup
||cams.com/go/$popup
||camscaps.net^$popup
||candyoffers.com^$popup
||candyprotected.com^$popup
||canopusacrux.com^$popup
||capableimpregnablehazy.com^$popup
||captivatepestilentstormy.com^$popup
||careerjournalonline.com^$popup
||caresspincers.com^$popup
||casino.betsson.com^$popup
||casiyouaffiliates.com^$popup
||casumoaffiliates.com^$popup
||catchtheclick.com^$popup
||catsnbootsncats2020.com^$popup
||cauthaushoas.com^$popup
||cavecoat.top^$popup
||cbdedibles.site^$popup
||cbdzone.online^$popup
||cddtsecure.com^$popup
||cdn4ads.com^$popup
||cdnativepush.com^$popup
||cdnondemand.org^$popup
||cdnquality.com^$popup
||cdntechone.com^$popup
||cdrvrs.com^$popup
||celeb-trends-gossip.com^$popup
||celeritascdn.com^$popup
||certainlydisparagewholesome.com^$popup
||certaintyurnincur.com^$popup
||cgeckmydirect.biz^$popup
||chaeffulace.com^$popup
||chaintopdom.nl^$popup
||charedecrus.top^$popup
||charmingblur.com^$popup
||chauksoa.net^$popup
||cheap-jewelry-online.com^$popup
||cheatingabate.com^$popup
||check-out-this.site^$popup
||check-this-match.com^$popup
||check-tl-ver-12-3.com^$popup
||checkcdn.net^$popup
||cheerfullybakery.com^$popup
||chetchoa.com^$popup
||chicks4date.com^$popup
||chikaveronika.com^$popup
||chiltemeles.life^$popup
||chirtooxsurvey.top^$popup
||chl7rysobc3ol6xla.com^$popup
||choiceencounterjackson.com^$popup
||chooxaur.com^$popup
||choseing.com^$popup
||choto.xyz^$popup
||chouthep.net^$popup
||chpadblock.com^$popup
||chrantary-vocking.com^$popup
||chrisrespectivelynostrils.com^$popup
||chrysostrck.com^$popup
||chultoux.com^$popup
||cigaretteintervals.com^$popup
||cipledecline.buzz^$popup
||circumstantialeltondirtiness.com^$popup
||civadsoo.net^$popup
||civilizationthose.com^$popup
||ciwhacheho.pro^$popup
||cjewz.com^$popup
||ckre.net^$popup
||clbanners16.com^$popup
||clbjmp.com^$popup
||clckpbnce.com^$popup
||clcktrck.com^$popup
||cld5r.com^$popup
||clean-1-clean.club^$popup
||clean-blocker.com^$popup
||clean-browsing.com^$popup
||cleantrafficrotate.com^$popup
||cleavepreoccupation.com^$popup
||clentrk.com^$popup
||clichedreinter.digital^$popup
||click-cdn.com^$popup
||clickalinks.xyz^$popup
||clickbank.net/*offer_id=$popup
||clickdaly.com^$popup
||clickfilter.co^$popup
||clickfuse.com^$popup
||clickmetertracking.com^$popup
||clickmobad.net^$popup
||clickppcbuzz.com^$popup
||clickprotects.com^$popup
||clickpupbit.com^$popup
||clickredirection.com^$popup
||clicks4tc.com^$popup
||clicksgear.com^$popup
||clicksondelivery.com^$popup
||clicksor.com^$popup
||clicksor.net^$popup
||clicksvenue.com^$popup
||clicktripz.com^$popup
||clicktrixredirects.com^$popup
||clicktroute.com^$popup
||clickwork7secure.com^$popup
||clictrck.com^$popup
||cliffaffectionateowners.com^$popup
||clixcrafts.com^$popup
||clkads.com^$popup
||clkcln.com^$popup
||clkfeed.com^$popup
||clkmon.com^$popup
||clkpback3.com^$popup
||clkrev.com^$popup
||clodsplit.com^$popup
||cloisonprecool.uno^$popup
||clorec2.net^$popup
||cloudlessjimarmpit.com^$popup
||cloudpsh.top^$popup
||cloudsrvtrk.com^$popup
||cloudtrack-camp.com^$popup
||cloudtraff.com^$popup
||cloudvideosa.com^$popup
||cm-trk2.com^$popup
||cmllk2.info^$popup
||cmpgns.net^$popup
||cms100.xyz^$popup
||cmtrkg.com^$popup
||cn-rtb.com^$popup
||cn846.com^$popup
||cngcpy.com^$popup
||co5457chu.com^$popup
||code4us.com^$popup
||codedexchange.com^$popup
||codeonclick.com^$popup
||coffee2play.com^$popup
||cogentpatientmama.com^$popup
||cogenttriprepel.com^$popup
||cognitionmesmerize.com^$popup
||cokepompositycrest.com^$popup
||coldflownews.com^$popup
||colmcweb.com^$popup
||colonistnobilityheroic.com^$popup
||com-wkejf32ljd23409system.net^$popup
||combineencouragingutmost.com^$popup
||come-get-s0me.com^$popup
||come-get-s0me.net^$popup
||comparisonpredatororigin.com^$popup
||complementimpassable.com^$popup
||conceitslidpredicate.com^$popup
||concentrationmajesticshoot.com^$popup
||concord.systems^$popup
||condles-temark.com^$popup
||condolencessumcomics.com^$popup
||conetizable.com^$popup
||connexity.net^$popup
||conqueredallrightswell.com^$popup
||consmo.net^$popup
||constellationdelightfulfull.com^$popup
||content-loader.com^$popup
||contentabc.com^$popup,third-party
||continue-installing.com^$popup
||contradictionclinch.com^$popup
||convenientcertificate.com^$popup
||convertmb.com^$popup
||coochhastier.top^$popup
||cooljony.com^$popup
||cooloffer.cfd^$popup
||coolserving.com^$popup
||cooperativechuckledhunter.com^$popup
||copemorethem.live^$popup
||cophypserous.com^$popup
||cor8ni3shwerex.com^$popup
||cordinghology.info^$popup
||correry.com^$popup
||coticoffee.com^$popup
||countertrck.com^$popup
||countvouchers.com^$popup
||countypuddleillusion.com^$popup
||cpalabtracking.com^$popup
||cpaoffers.network^$popup
||cpasbien.cloud^$popup
||cpayard.com^$popup
||cpm20.com^$popup
||cpmclktrk.online^$popup
||cpmterra.com^$popup
||cpvadvertise.com^$popup
||cpvlabtrk.online^$popup
||cpxdeliv.com^$popup
||cr-brands.net^$popup
||craftsmanvolleyballhist.com^$popup
||crazyad.net^$popup
||crbbgate.com^$popup
||crbck.link^$popup
||crdefault.link^$popup
||crdefault1.com^$popup
||cretgate.com^$popup
||crevicedepressingpumpkin.com^$popup
||crisp-freedom.com^$popup
||crjpgate.com^$popup
||crjpingate.com^$popup
||crjugate.com^$popup
||crockuncomfortable.com^$popup
||crt.livejasmin.com^$popup
||cryorganichash.com^$popup
||crystal-blocker.com^$popup
||css-load.com^$popup
||ctosrd.com^$popup
||cuddlethehyena.com^$popup
||cudgeletc.com^$popup
||cuevastrck.com^$popup
||cullemple-motline.com^$popup
||curbimpress.com^$popup
||curbneighbourbeefy.com^$popup
||curvyalpaca.cc^$popup
||cvastico.com^$popup
||cwn0drtrk.com^$popup
||cyan92010.com^$popup
||cyber-guard.me^$popup
||cyberlink.pro^$popup
||cybkit.com^$popup
||cypressreel.com^$popup
||czh5aa.xyz^$popup
||d0p21g2fep.com^$popup
||dadsats.com^$popup
||dagnar.com^$popup
||dailyc24.com^$popup
||dailychronicles2.xyz^$popup
||daizoode.com^$popup
||dakjddjerdrct.online^$popup
||dalyio.com^$popup
||dalymix.com^$popup
||dalysb.com^$popup
||dalysh.com^$popup
||dalysv.com^$popup
||daredcoil.com^$popup
||dark-reader.com^$popup
||darksincenightclub.com^$popup
||darsell.life^$popup
||dasfelynsaterr.win^$popup
||data-px.services^$popup
||datatechone.com^$popup
||date-4-fuck.com^$popup
||datedate.today^$popup
||dateguys.online^$popup
||datelinkage.top^$popup
||datherap.xyz^$popup
||datingkoen.site^$popup
||datingstyle.top^$popup
||datingtoday.top^$popup
||datingtorrid.top^$popup
||daughterinlawrib.com^$popup
||dawirax.com^$popup
||dblueclaockbro.info^$popup
||dddomainccc.com^$popup
||decencyjessiebloom.com^$popup
||deckedsi.com^$popup
||declareave.com^$popup
||decorationproducer.com^$popup
||dedating.online^$popup
||dedispot.com^$popup
||deebcards-themier.com^$popup
||deeperhundredpassion.com^$popup
||deephicy.net^$popup
||defas.site^$popup
||defectpayslips.com^$popup
||defendsrecche.top^$popup
||defenseneckpresent.com^$popup
||defre.net^$popup
||deghooda.net^$popup
||deleterasks.digital^$popup
||deline-sunction.com^$popup
||deliverydom.com^$popup
||deloplen.com^$popup
||deloton.com^$popup
||dendrito.name^$popup
||denza.pro^$popup
||depirsmandk5.com^$popup
||derevya2sh8ka09.com^$popup
||desertsutilizetopless.com^$popup
||deskfrontfreely.com^$popup
||desktopnotificationshub.com^$popup
||desperationembassy.com^$popup
||devilnonamaze.com^$popup
||dexpredict.com^$popup
||deyubo.uno^$popup
||dfvlaoi.com^$popup
||di7stero.com^$popup
||dicinging.co.in^$popup
||dictatepantry.com^$popup
||dietaryexpanded.com^$popup
||difice-milton.com^$popup
||digitaldsp.com^$popup
||dilruwha.net^$popup
||directcpmfwr.com^$popup
||directcpmrev.com^$popup
||directdexchange.com^$popup
||directrev.com^$popup
||directtrck.com^$popup
||directuklyecon.pics^$popup
||dirtysuspension.com^$popup
||disappearingassurance.com^$popup
||discountbasistinge.com^$popup
||disillusionromeearlobe.com^$popup
||disingenuousfortunately.com^$popup
||dispatchfeed.com^$popup
||displayvertising.com^$popup
||dissipatebackyarduncle.com^$popup
||distantnews.com^$popup
||distressedsoultabloid.com^$popup
||divergeimperfect.com^$popup
||divertbywordinjustice.com^$popup
||divorceseed.com^$popup
||djfiln.com^$popup
||dl-protect.net^$popup
||dlmate15.online^$popup
||dlstngulshedates.net^$popup
||dmeukeuktyoue.info^$popup
||dmiredindeed.com^$popup
||dmzjmp.com^$popup
||dnckawxatc.com^$popup
||doaipomer.com^$popup
||doct-umb.org^$popup
||doctorpost.net^$popup
||doddymetaled.space^$popup
||dog-realtimebid.org^$popup
||dolatiaschan.com^$popup
||dolohen.com^$popup
||dompeterapp.com^$popup
||donecperficiam.net^$popup
||donemagbuy.live^$popup
||donkstar1.online^$popup
||donkstar2.online^$popup
||donutfulfilherd.com^$popup
||dooloust.net^$popup
||doormanbafflemetal.com^$popup
||doostozoa.net^$popup
||dopaclickz.com^$popup
||dopaleads.com^$popup
||dopansearor.com^$popup
||dope.autos^$popup
||dormitoryreverend.com^$popup
||doruffleton.com^$popup
||doruffletr.com^$popup
||dosliggooor.com^$popup
||dotchaudou.com^$popup
||doubleadserve.com^$popup
||doubleclick.net^$popup
||doublepimp.com^$popup
||douglasjamestraining.com^$popup
||down-paradise.com^$popup
||down1oads.com^$popup
||download-adblock-zen.com^$popup
||download-file.org^$popup
||download-performance.com^$popup
||download-ready.net^$popup
||downloadboutique.com^$popup
||downloadoffice2010.org^$popup
||downloadthesefile.com^$popup
||downlon.com^$popup
||dowtyler.com^$popup
||dradvice.in^$popup
||dragfault.com^$popup
||dragnag.com^$popup
||drawerenter.com^$popup
||drawingsingmexican.com^$popup
||drctcldfe.com^$popup
||drctcldfefwr.com^$popup
||drctcldff.com^$popup
||drctcldfffwr.com^$popup
||dreamteamaffiliates.com^$popup
||drearypassport.com^$popup
||dressblockedfund.com^$popup
||dressingdedicatedmeeting.com^$popup
||dribbleads.com^$popup
||drinkscormac.website^$popup
||drinksinvoluntary.com^$popup
||droppalpateraft.com^$popup
||drsmediaexchange.com^$popup
||dsp.wtf^$popup
||dspultra.com^$popup
||dsstrk.com^$popup
||dsxwcas.com^$popup
||dtssrv.com^$popup
||dtx.click^$popup
||ducubchooa.com^$popup
||dugothitachan.com^$popup
||dukirliaon.com^$popup
||dulativergs.com^$popup
||dustratebilate.com^$popup
||dwightadjoining.com^$popup
||dynsrvdea.com^$popup
||dynsrvtbg.com^$popup
||dynsrvwer.com^$popup
||dyptanaza.com^$popup
||dzhjmp.com^$popup
||dzienkudrow.com^$popup
||e335udnv6drg78b7.com^$popup
||e702fa7de9d35c37.com^$popup
||eabids.com^$popup
||eacdn.com^$popup
||ealeo.com^$popup
||eanddescri.com^$popup
||eaoueopa.com^$popup
||earandmarketing.com^$popup
||earlinessone.xyz^$popup
||easelgivedolly.com^$popup
||eastfeukufu.info^$popup
||eastfeukufunde.com^$popup
||eastrk-dn.com^$popup
||easyads28.mobi^$popup
||easyfrag.org^$popup
||easykits.org^$popup
||easymrkt.com^$popup
||eavesofefinegoldf.info^$popup
||eclkmpsa.com^$popup
||ecrwqu.com^$popup
||ecusemis.com^$popup
||edalloverwiththinl.info^$popup
||edchargina.pro^$popup
||editneed.com^$popup
||eedsaung.net^$popup
||eegeeglou.com^$popup
||eehuzaih.com^$popup
||eessoong.com^$popup
||effaceecho.com^$popup
||effectdrape.com^$popup
||effectivecpmcontent.com^$popup
||effectiveperformancenetwork.com^$popup
||egazedatthe.xyz^$popup
||egmyz.com^$popup
||egretswamper.com^$popup
||eighteenderived.com^$popup
||eighthwaspish.com^$popup
||eiteribesshaints.com^$popup
||ejuiashsateampl.info^$popup
||electrodirect.click^$popup
||electronicconsensus.com^$popup
||elephant-ads.com^$popup
||elizathings.com^$popup
||elltheprecise.org^$popup
||elsewherebuckle.com^$popup
||elvermowed.uno^$popup
||embodimentpronounrunway.com^$popup
||emeraldhecticteapot.com^$popup
||emonito.xyz^$popup
||emotionallyhemisphere.com^$popup
||emperilchilies.top^$popup
||employmentsuppressedbeautiful.com^$popup
||emumuendaku.info^$popup
||encroachsnortvarnish.com^$popup
||eneverals.biz^$popup
||engagementdepressingseem.com^$popup
||enlightencentury.com^$popup
||enloweb.com^$popup
||enoneahbu.com^$popup
||enoneahbut.org^$popup
||entainpartners.com^$popup,third-party
||entjgcr.com^$popup
||entlyhaveb.autos^$popup
||entry-system.xyz^$popup
||entterto.com^$popup
||eofst.com^$popup
||eonsmedia.com^$popup
||eontappetito.com^$popup
||eoveukrnme.info^$popup
||epicgameads.com^$popup
||eptougry.net^$popup
||equilibriumindifferentsoak.com^$popup
||era67hfo92w.com^$popup
||erconditingde.info^$popup
||erdecisesgeorg.info^$popup
||ereallywasnoth.com^$popup
||errumoso.xyz^$popup
||ertewqas.net^$popup
||ertewqas.org^$popup
||eshkol.io^$popup
||eshkol.one^$popup
||eskimi.com^$popup
||estivaltodayz.com^$popup
||ethicalpastime.com^$popup
||ettilt.com^$popup
||eucli-czt.com^$popup
||eudstudio.com^$popup
||eulal-cnr.com^$popup
||euprotection.click^$popup
||evaporateahead.com^$popup
||evasionseptemberbee.com^$popup
||eventsbands.com^$popup
||eventucker.com^$popup
||ever8trk.com^$popup
||ewesmedia.com^$popup
||ewoodandwaveo.com^$popup
||exaltationinsufficientintentional.com^$popup
||exbuggishbe.info^$popup
||excellingvista.com^$popup
||exclkplat.com^$popup
||excretekings.com^$popup
||exdynsrv.com^$popup
||exemptrequest.com^$popup
||exhaustfirstlytearing.com^$popup
||exhauststreak.com^$popup
||existenceassociationvoice.com^$popup
||exnesstrack.com^$popup
||exoads.click^$popup
||exoclick.com^$popup
||exosrv.com^$popup
||expdirclk.com^$popup
||experimentalconcerningsuck.com^$popup
||explorads.com^$popup,third-party
||explorefast-1.com^$popup
||explorefast-2.com^$popup
||expmediadirect.com^$popup
||exporder-patuility.com^$popup
||exrtbsrv.com^$popup
||extension-install.com^$popup
||extensions-media.com^$popup
||extensionworthwhile.com^$popup
||extentaccreditedinsensitive.com^$popup
||externalfavlink.com^$popup
||extractdissolve.com^$popup
||extractionatticpillowcase.com^$popup
||eyauknalyticafra.info^$popup
||ezadblocker.com^$popup
||ezcgojaamg.com^$popup
||ezdownloadpro.info^$popup
||ezhefg9gbhgh10.com^$popup
||ezmob.com^$popup
||ezyenrwcmo.com^$popup
||f5v1x3kgv5.com^$popup
||facilitatevoluntarily.com^$popup
||fackeyess.com^$popup
||fadssystems.com^$popup
||fadszone.com^$popup
||failingaroused.com^$popup
||fairieflame.com^$popup
||faiverty-station.com^$popup
||falsewrist.com^$popup
||familyborn.com^$popup
||fancycrab.net^$popup
||fapmeth.com^$popup
||fapping.club^$popup
||farawayreel.com^$popup
||fardasub.xyz^$popup
||farmhumor.host^$popup
||fast-redirecting.com^$popup
||fastdlr.com^$popup
||fastdntrk.com^$popup
||fastincognitomode.com^$popup
||fastlnd.com^$popup
||fastpsh.top^$popup
||fatstepn.click^$popup
||fbmedia-bls.com^$popup
||fbmedia-ckl.com^$popup
||fdelphaswcealifornica.com^$popup
||feastoffortuna.com^$popup
||feed-xml.com^$popup
||feedfinder23.info^$popup
||feedyourheadmag.com^$popup
||feelingstoriesplumb.com^$popup
||feelsoftgood.info^$popup
||feignthat.com^$popup
||felingual.com^$popup
||felipby.live^$popup
||fellowsargean.com^$popup
||femvxitrquzretxzdq.info^$popup
||fenacheaverage.com^$popup
||fer2oxheou4nd.com^$popup
||ferelatedmothes.com^$popup
||feuageepitoke.com^$popup
||fewrfie.com^$popup
||fhserve.com^$popup
||fifteenthhardboiledbanker.com^$popup
||fiinnancesur.com^$popup
||filestube.com^$popup,third-party
||fillingimpregnable.com^$popup
||finalice.net^$popup
||finance-hot-news.com^$popup
||findanonymous.com^$popup
||findbetterresults.com^$popup
||findpartner.life^$popup
||finreporter.net^$popup
||firnebmike.live^$popup
||firstclass-download.com^$popup
||fitcenterz.com^$popup
||fitsazx.xyz^$popup
||fittingcentermonday.com^$popup
||fittingcentermondaysunday.com^$popup
||fivb-downloads.org^$popup
||fivetrafficroads.com^$popup
||fixespreoccupation.com^$popup
||fla4n6ne7r8ydcohcojnnor.com^$popup
||flairadscpc.com^$popup
||flamebeard.top^$popup
||flashymass.com^$popup
||flelgwe.site^$popup
||flimmerscabish.com^$popup
||flingforyou.com^$popup
||flixcontentshop.com^$popup
||floatingbile.com^$popup
||floweryduck.cc^$popup
||flowln.com^$popup
||flrdra.com^$popup
||fluffynickname.com^$popup
||flushedheartedcollect.com^$popup
||flyingadvert.com^$popup
||foamlifeboatriddance.com^$popup
||focuusing.com^$popup
||foldingclassified.com^$popup
||followedsurvey.com^$popup
||followtrusted.com^$popup
||fontdeterminer.com^$popup
||foodme.info^$popup
||for-j.com^$popup
||forarchenchan.com^$popup
||forasmum.live^$popup
||forazelftor.com^$popup
||forcealetell.com^$popup
||forflygonom.com^$popup
||forgotingolstono.com^$popup
||forooqso.tv^$popup
||forthdigestive.com^$popup
||fortyphlosiona.com^$popup
||forzubatr.com^$popup
||fostereminent.com^$popup
||fourwhenstatistics.com^$popup
||foxqck.com^$popup
||fpctraffic3.com^$popup
||fpgedsewst.com^$popup
||fpukxcinlf.com^$popup
||fralstamp-genglyric.icu^$popup
||fraudholdingpeas.com^$popup
||free3dgame.xyz^$popup
||freeevpn.info^$popup
||freegamefinder.com^$popup
||freehookupaffair.com^$popup
||freeprize.org^$popup
||freetrckr.com^$popup
||freshleads.pro^$popup
||freshpops.net^$popup
||frestlinker.com^$popup
||frictiontypicalsecure.com^$popup
||friendlyduck.com^$popup
||friendshipconcerning.com^$popup
||fronthlpr.com^$popup
||fronthlpric.com^$popup
||frtya.com^$popup
||frtyb.com^$popup
||frtye.com^$popup
||fstsrv.com^$popup
||fstsrv2.com^$popup
||fstsrv5.com^$popup
||fstsrv6.com^$popup
||fstsrv8.com^$popup
||fstsrv9.com^$popup
||ftte.xyz^$popup
||fugcgfilma.com^$popup
||functionsprecision.com^$popup
||fundsbe.com^$popup
||funmatrix.net^$popup
||furnacemanagerstates.com^$popup
||furrowparabledisplay.com^$popup
||furstraitsbrowse.com^$popup
||fuse-cloud.com^$popup
||fusttds.xyz^$popup
||fuzzywardshoplifting.com^$popup
||fwbntw.com^$popup
||fyglovilo.pro^$popup
||g0wow.net^$popup
||g2afse.com^$popup
||g33ktr4ck.com^$popup
||gadlt.nl^$popup
||gadslife.com^$popup
||gadssystems.com^$popup
||galaxypush.com^$popup
||gallonranchwhining.com^$popup
||galotop1.com^$popup
||gamdom.com/?utm_source=$popup
||gameengagedthen.com^$popup
||gaming-adult.com^$popup
||gaming-box.com^$popup
||gamingonline.top^$popup
||gammamkt.com^$popup
||gandmotivatin.info^$popup
||ganja.com^$popup,third-party
||garmentsdraught.com^$popup
||gdecordingholo.info^$popup
||gdmconvtrck.com^$popup
||generalebad.xyz^$popup
||genialsleptworldwide.com^$popup
||geniusdexchange.com^$popup
||genuinelybruises.com^$popup
||geotrkclknow.com^$popup
||germinateensue.com^$popup
||get-browseprotection.com^$popup
||get-link.xyz^$popup
||get-me-wow.in^$popup
||getalinkandshare.com^$popup
||getalltraffic.com^$popup
||getarrectlive.com^$popup
||getgx.net^$popup
||getinstallmentloanbtc.org^$popup
||getmyads.com^$popup
||getnomadtblog.com^$popup
||getonlineuserprotection.com^$popup
||getoverenergy.com^$popup
||getrunbestlovemy.info^$popup
||getshowads.com^$popup
||getsmartyapp.com^$popup
||getsomespecials.com^$popup
||getsthis.com^$popup
||getsurferprotector.com^$popup
||getthisappnow.com^$popup
||gettingtoe.com^$popup
||gettopple.com^$popup
||getvideoz.click^$popup
||getyourtool.co^$popup
||gfdfhdh5t5453.com^$popup
||gfstrck.com^$popup
||gggtrenks.com^$popup
||ghostnewz.com^$popup
||giftedbrevityinjured.com^$popup
||gillstaught.com^$popup
||girlstaste.life^$popup
||gitechiphy.pro^$popup
||gkrtmc.com^$popup
||glareart.com^$popup
||glassmilheart.com^$popup
||glasssmash.site^$popup
||glauvoob.com^$popup
||gleagainedam.info^$popup
||gleeglis.net^$popup
||gleeneep.com^$popup
||glersakr.com^$popup
||glersooy.net^$popup
||glimpsemankind.com^$popup
||glixaing.com^$popup
||glizauvo.net^$popup
||globaladblocker.com^$popup
||globaladblocker.net^$popup
||globeofnews.com^$popup
||globwo.online^$popup
||glorifyfactor.com^$popup
||glovesusage.com^$popup
||glowingnews.com^$popup
||gloytrkb.com^$popup
||glsfreeads.com^$popup
||glugherg.net^$popup
||gluxouvauque.com^$popup
||gluxouvauure.com^$popup
||gml-grp.com^$popup
||gmxvmvptfm.com^$popup
||go-cpa.click^$popup
||go-srv.com^$popup
||go-to-website.com^$popup
||go2affise.com^$popup
||go2linkfast.com^$popup
||go2oh.net^$popup
||go2rph.com^$popup
||goads.pro^$popup
||goaffmy.com^$popup
||goaserv.com^$popup
||goblocker.xyz^$popup
||godacepic.com^$popup
||godpvqnszo.com^$popup
||gogglerespite.com^$popup
||gold2762.com^$popup
||golochmenacer.com^$popup
||gomo.cc^$popup
||goodvpnoffers.com^$popup
||goosebomb.com^$popup
||gophykopta.com^$popup
||gorillatrk.com^$popup
||gositego.live^$popup
||gosoftwarenow.com^$popup
||got-to-be.com^$popup
||gotibetho.pro^$popup
||gotjobbs.com^$popup
||goto1x.me^$popup
||gotohouse1.club^$popup
||gotoplaymillion.com^$popup
||gotrackier.com^$popup
||governessmagnituderecoil.com^$popup
||grabclix.com^$popup
||graduatewonderentreaty.com^$popup
||granddaughterrepresentationintroduce.com^$popup
||grandmotherfoetussadly.com^$popup
||grapseex.com^$popup
||gratifiedmatrix.com^$popup
||gratinaesc.cfd^$popup
||grauglak.com^$popup
||greatbonushere.top^$popup
||greatdexchange.com^$popup
||greatlifebargains2024.com^$popup
||greatvpnoffers.com^$popup
||grecmaru.com^$popup
||green-resultsbid.com^$popup
||green-search-engine.com^$popup
||greenlinknow.com^$popup
||greenplasticdua.com^$popup
||greewepi.net^$popup
||grefutiwhe.com^$popup
||gregariousflower.pro^$popup
||grewquartersupporting.com^$popup
||greygrid.net^$popup
||groininsightclaimed.com^$popup
||gronsoad.com^$popup
||grown-zero-breeze-belong.xyz^$popup
||grtya.com^$popup
||grtyj.com^$popup
||gruffermail.com^$popup
||grunoaph.net^$popup
||grupif.com^$popup
||grygrothapi.pro^$popup
||gsecurecontent.com^$popup
||gsniper2.com^$popup
||gtbdhr.com^$popup
||guardedrook.cc^$popup
||guerrilla-links.com^$popup
||guesswhatnews.com^$popup
||guestblackmail.com^$popup
||guldenstypps.top^$popup
||gunreset.com^$popup
||guro2.com^$popup
||gussiemarkup.life^$popup
||gvcaffiliates.com^$popup
||h0w-t0-watch.net^$popup
||h74v6kerf.com^$popup
||h8vzwpv.com^$popup
||habovethecityon.info^$popup
||hadesleta.com^$popup
||hairdresserbayonet.com^$popup
||hairidsign.live^$popup
||hallucinatebotany.com^$popup
||hallucinatediploma.com^$popup
||hallucinatepromise.com^$popup
||hamestoyman.website^$popup
||hammerhewer.top^$popup
||handbaggather.com^$popup
||handgripvegetationhols.com^$popup
||handwritingnomad.com^$popup
||hangnailamplify.com^$popup
||happypasteheat.com^$popup
||harlequinsleepyfrog.xyz^$popup
||harmonypix.com^$popup
||harshlygiraffediscover.com^$popup
||hatsamevill.org^$popup
||hatwasallokmv.info^$popup
||hauchiwu.com^$popup
||havegrosho.com^$popup
||hazoopso.net^$popup
||hdcommunity.online^$popup
||headlightgranulatedflee.com^$popup
||heappyrinceas.info^$popup
||heavenfull.com^$popup
||heavenly-landscape.com^$popup
||heedenglish.com^$popup
||hegazedatthewo.com^$popup
||heglosuty.com^$popup
||hehighursoo.com^$popup
||helphauntboxer.com^$popup
||hentaifap.land^$popup
||heptix.net^$popup
||heratheacle.com^$popup
||hereditaryplead.com^$popup
||heremployeesihi.info^$popup
||heresanothernicemess.com^$popup
||herew-lmq.com^$popup
||hermichermicfurnished.com^$popup
||hermitmeaninglessconsequences.com^$popup
||hesoorda.com^$popup
||hespe-bmq.com^$popup
||hetadinh.com^$popup
||hetaint.com^$popup
||hetapus.com^$popup
||hetartwg.com^$popup
||hetarust.com^$popup
||hetaruvg.com^$popup
||hetaruwg.com^$popup
||hewmjifrn4gway.com^$popup
||hexovythi.pro^$popup
||hh-btr.com^$popup
||hhbypdoecp.com^$popup
||hhiswingsandm.info^$popup
||hhourtrk2.com^$popup
||hibids10.com^$popup
||hicpm10.com^$popup
||hiend.xyz^$popup
||higgiens23c5l8asfrk.com^$popup
||highcpmrevenuenetwork.com^$popup
||highercldfrev.com^$popup
||higheurest.com^$popup
||highmaidfhr.com^$popup
||highperformancecpm.com^$popup
||highperformancecpmgate.com^$popup
||highperformancecpmnetwork.com^$popup
||highperformancedformats.com^$popup
||highperformancegate.com^$popup
||highrevenuecpmnetwork.com^$popup
||highrevenuegate.com^$popup
||highwaycpmrevenue.com^$popup
||hillhousehomes.co^$popup
||hilltopads.com^$popup
||hilltopads.net^$popup
||hilove.life^$popup
||hiltonbett.com^$popup
||himhedrankslo.xyz^$popup
||himunpractical.com^$popup
||hinaprecent.info^$popup
||hinkhimunpractical.com^$popup
||hintonjour.com^$popup
||hipersushiads.com^$popup
||hissoverout.com^$popup
||hisurnhuh.com^$popup
||hitcpm.com^$popup
||hitopadxdz.xyz^$popup
||hixvo.click^$popup
||hlpnowp-c.com^$popup
||hnrgmc.com^$popup
||hoa44trk.com^$popup
||hoaxbasesalad.com^$popup
||hoctor-pharity.xyz^$popup
||hoglinsu.com^$popup
||hognaivee.com^$popup
||hogqmd.com^$popup
||holdsoutset.com^$popup
||honestlyvicinityscene.com^$popup
||hoofexcessively.com^$popup
||hooliganapps.com^$popup
||hooligapps.com^$popup
||hoopbeingsmigraine.com^$popup
||hopefullyactively.com^$popup
||hopghpfa.com^$popup
||horizontallysprungboldly.com^$popup
||horriblysparkling.com^$popup
||horrifieddespair.com^$popup
||hot-growngames.life^$popup
||hotchatdate.com^$popup
||hotchatdirect.com^$popup
||hotplaystime.life^$popup
||hottest-girls-online.com^$popup
||hotwildadult.com^$popup
||howboxmaa.site^$popup
||howboxmab.site^$popup
||howsliferightnow.com^$popup
||howtolosebellyfat.shop^$popup
||hpyjmp.com^$popup
||hqhjjha.net.$popup
||hqhjjha.net^$popup
||hqhjjha.org^$popup
||hqtrk.com^$popup
||hrahdmon.com^$popup
||hrtye.com^$popup
||hrtyh.com^$popup
||hsrvv.com^$popup
||hsrvz.com^$popup
||hstpnetwork.com^$popup
||html-load.com^$popup
||htmonster.com^$popup
||htoptracker11072023.com^$popup
||hubturn.info^$popup
||hue2a.com^$popup
||hue3a.com^$popup
||hueads.com^$popup
||hugregregy.pro^$popup
||huluads.info^$popup
||humandiminutionengaged.com^$popup
||humiliatedvolumepore.com^$popup
||hundredpercentmargin.com^$popup
||hundredscultureenjoyed.com^$popup
||hundredthtvthorny.com^$popup
||hungryrise.com^$popup
||hurlaxiscame.com^$popup
||hurlmedia.design^$popup
||husezo.uno^$popup
||huskydesigner.pro^$popup
||hxcdyx.com^$popup
||hxmanga.com^$popup
||hybridgermandespicable.com^$popup
||hyenadata.com^$popup
||i62e2b4mfy.com^$popup
||iageandinone.com^$popup
||iamadssystems.com^$popup
||ichimaip.net^$popup
||icilytired.com^$popup
||identifierssadlypreferred.com^$popup
||idescargarapk.com^$popup
||idohethisisathllea.com^$popup
||ifdividemeasuring.com^$popup
||ifdnzact.com^$popup
||ifigent.com^$popup
||ifsnickshriek.click^$popup
||ifsnickshriek.com^$popup
||igubet.link^$popup
||ihavelearnat.xyz^$popup
||ikengoti.com^$popup
||ilaterdeallyi.info^$popup
||ilaterdeallyig.info^$popup
||illegaleaglewhistling.com^$popup
||illuminateinconveniencenutrient.com^$popup
||illuminatelocks.com^$popup
||illusiveremarkstreat.com^$popup
||imaxcash.com^$popup
||imghst-de.com^$popup
||imitrk13.com^$popup
||immigrateskating.com^$popup
||immigrationspiralprosecution.com^$popup
||immoraldriddle.com^$popup
||impactserving.com^$popup
||imperialbattervideo.com^$popup
||imponedbilsh.top^$popup
||impresseastsolo.com^$popup
||impressiveporchcooler.com^$popup
||inabsolor.com^$popup
||inaltariaon.com^$popup
||inanityacromia.life^$popup
||inasmedia.com^$popup
||inbrowserplay.com^$popup
||inclk.com^$popup
||incloseoverprotective.com^$popup
||incomprehensibleacrid.com^$popup
||inconveniencepretendboost.com^$popup
||inexperiencedmingle.com^$popup
||infirmaryboss.com^$popup
||inflectionquake.com^$popup
||infodonorbranch.com^$popup
||infopicked.com^$popup
||informcheck.uno^$popup
||infra.systems^$popup
||infuseawee.guru^$popup
||ingablorkmetion.com^$popup
||inhabityoungenter.com^$popup
||initialbanisters.com^$popup
||initiateheavilycurrentinfo-product.info^$popup
||injusticeamend.com^$popup
||inlacom.com^$popup
||innardskhats.top^$popup
||inncreasukedrev.info^$popup
||innocenceexpeditionsensation.com^$popup
||innovid.com^$popup,third-party
||inoradde.com^$popup
||inpagepush.com^$popup
||insectearly.com^$popup
||inshelmetan.com^$popup
||insideofnews.com^$popup
||insigit.com^$popup
||inspiringperiods.com^$popup
||insta-cash.net^$popup
||install-check.com^$popup
||instancesflushedslander.com^$popup
||instant-adblock.xyz^$popup
||instantlyshrillblink.com^$popup
||instantpaydaynetwork.com^$popup
||insteadprincipleshearted.com^$popup
||instructoralphabetoverreact.com^$popup
||intab.fun^$popup
||integrityprinciplesthorough.com^$popup
||intentionallyathwart.com^$popup
||interclics.com^$popup
||interesteddeterminedeurope.com^$popup
||internewsweb.com^$popup
||internodeid.com^$popup
||interpersonalskillse.info^$popup
||intimidatekerneljames.com^$popup
||intorterraon.com^$popup
||inuedidgmapla.com^$popup
||inumbreonr.com^$popup
||invaderannihilationperky.com^$popup
||investcoma.com^$popup
||investing-globe.com^$popup
||investortirelimetree.com^$popup
||inyoketuber.com^$popup
||iociley.com^$popup
||ioffers.icu^$popup
||iogjhbnoypg.com^$popup
||iopiopiop.net^$popup
||iopiopiop.org^$popup
||irkantyip.com^$popup
||ironicnickraspberry.com^$popup
||ironweaver.top^$popup
||irtya.com^$popup
||isawthenews.com^$popup
||iseatheadline.com^$popup
||ismlks.com^$popup
||isohuntx.com/vpn/$popup
||issomeoneinth.info^$popup
||istlnkcl.com^$popup
||itespurrom.com^$popup
||itgiblean.com^$popup
||itnuzleafan.com^$popup
||itponytaa.com^$popup
||itrustzone.site^$popup
||itskiddien.club^$popup
||ittontrinevengre.info^$popup
||ittorchicer.com^$popup
||iutur-ixp.com^$popup
||ivpnoffers.com^$popup
||iwanttodeliver.com^$popup
||iwantusingle.com^$popup
||iyfnz.com^$popup
||iyfnzgb.com^$popup
||ja2n2u30a6rgyd.com^$popup
||jaavnacsdw.com^$popup
||jacksonduct.com^$popup
||jaclottens.live^$popup
||jads.co^$popup
||jamchew.com^$popup
||jamminds.com^$popup
||jamstech.store^$popup
||jashautchord.com^$popup
||java8.xyz^$popup
||jawlookingchapter.com^$popup
||jawsspecific.com^$popup
||jaxxenpro.com^$popup
||jeekomih.com^$popup
||jehealis.com^$popup
||jennyunfit.com^$popup
||jennyvisits.com^$popup
||jerboasjourney.com^$popup
||jerkarmlesspuppy.com^$popup
||jetordinarilysouvenirs.com^$popup
||jewelbeeperinflection.com^$popup
||jfjle4g5l.com^$popup
||jillbuildertuck.com^$popup
||jjcwq.site^$popup
||jlodgings.com^$popup
||jobsonationsing.com^$popup
||jocauzee.net^$popup
||join-admaven.com^$popup
||joinpropeller.com^$popup
||jokingzealotgossipy.com^$popup
||joltidiotichighest.com^$popup
||jomtingi.net^$popup
||josieunethical.com^$popup
||journeyembankmentsubjects.com^$popup
||jpgtrk.com^$popup
||jqtree.com^$popup
||jrpkizae.com^$popup
||jsmentry.com^$popup
||jsmptjmp.com^$popup
||jubhahsfurzier.digital^$popup
||jubsaugn.com^$popup
||juiceadv.com^$popup
||juicyads.com^$popup
||jujaufur.net^$popup
||jukseeng.net^$popup
||julia-liz.com^$popup
||julionframe.com^$popup
||jumbitr.com^$popup
||jump-path1.com^$popup
||jump2.top^$popup
||junbi-tracker.com^$popup
||jurisdictionasundercurls.com^$popup
||jusbertimla4ke2.com^$popup
||justdating.online^$popup
||justonemorenews.com^$popup
||jutprolificlax.com^$popup
||jutyledu.pro^$popup
||jwalf.com^$popup
||k4umr0wuc.com^$popup
||kaigaidoujin.com^$popup
||kakbik.info^$popup
||kamalafooner.space^$popup
||kanoodle.com^$popup
||kappalinks.com^$popup
||karafutem.com^$popup
||karoon.xyz^$popup
||katebugs.com^$popup
||katecrochetvanity.com^$popup
||kaya303.lol^$popup
||kaya303.site^$popup
||keefeezo.net^$popup
||keewoach.net^$popup
||kektds.com^$popup
||kenomal.com^$popup
||kerumal.com^$popup
||kesimon.com^$popup
||kesmatic.com^$popup
||ketheappyrin.com^$popup
||ketingefifortcaukt.info^$popup
||kettakihome.com^$popup
||kgfjrb711.com^$popup
||kgorilla.net^$popup
||kgroundandinte.net^$popup
||kiksajex.com^$popup
||kindredplc.com^$popup
||king3rsc7ol9e3ge.com^$popup
||kingtrck1.com^$popup
||kinitstar.com^$popup
||kinripen.com^$popup
||kirteexe.tv^$popup
||kirujh.com^$popup
||kitchiepreppie.com^$popup
||kityamurlika.com^$popup
||kiwi-offers.com^$popup
||kkjuu.xyz^$popup
||kmisln.com^$popup
||kmyunderthf.info^$popup
||knockknockads.com^$popup
||knockoutantipathy.com^$popup
||kocairdo.net^$popup
||kogutcho.net^$popup
||kolkwi4tzicraamabilis.com^$popup
||koogreep.com^$popup
||korexo.com^$popup
||kornbulk1.com^$popup
||koronacineole.life^$popup
||kotikinar2ko8tiki09.com^$popup
||krjxhvyyzp.com^$popup
||ku2d3a7pa8mdi.com^$popup
||ku42hjr2e.com^$popup
||kultingecauyuksehinkitw.info^$popup
||kuno-gae.com^$popup
||kunvertads.com^$popup
||kuzyvyni.pro^$popup
||kxnggkh2nj.com^$popup
||l4meet.com^$popup
||lacquerreddeform.com^$popup
||ladiesforyou.net^$popup
||ladrecaidroo.com^$popup
||ladyphapty.com^$popup
||lalofilters.website^$popup
||lanesusanne.com^$popup
||lanksnail.com^$popup
||laserdandelionhelp.com^$popup
||lassampy.com^$popup
||last0nef1le.com^$popup
||lasubqueries.com^$popup
||lataniaembosks.com^$popup
||latheendsmoo.com^$popup
||lavatorydownybasket.com^$popup
||lavender64369.com^$popup
||lawful-screw.com^$popup
||layerpearls.com^$popup
||lby2kd27c.com^$popup
||lcentntel.com^$popup
||leadensought.com^$popup
||leadingservicesintimate.com^$popup
||leadsecnow.com^$popup
||leapretrieval.com^$popup
||leaseholderbarbcompact.com^$popup
||leforgotteddisg.info^$popup
||legendadmiration.com^$popup
||lementwrencespri.info^$popup
||lenkmio.com^$popup
||leonbetvouum.com^$popup
||lepetitdiary.com^$popup
||lephaush.net^$popup
||lesoocma.net^$popup
||letitnews.com^$popup
||letitredir.com^$popup
||letsbegin.online^$popup
||letshareus.com^$popup
||letzonke.com^$popup
||levan-rqw.com^$popup
||leveragetypicalreflections.com^$popup
||liaoptse.net^$popup
||libertystmedia.com^$popup
||lickinggetting.com^$popup
||lickingimprovementpropulsion.com^$popup
||lidsaich.net^$popup
||lie2anyone.com^$popup
||liedebris.com^$popup
||lifeporn.net^$popup
||lifetimeroyaltybestial.com^$popup
||ligatus.com^$popup
||lighthousemissingdisavow.com^$popup
||lightssyrupdecree.com^$popup
||likedatings.life^$popup
||lilinstall11x.com^$popup
||liliy9aydje10.com^$popup
||limitationvolleyballdejected.com^$popup
||limoners.com^$popup
||linkboss.shop^$popup
||linkchangesnow.com^$popup
||linkmepu.com^$popup
||linknotification.com^$popup
||linkonclick.com^$popup
||linkredirect.biz^$popup
||linkwarkop4d.com^$popup
||lipsate.com^$popup
||liquidapprovaltar.com^$popup
||liquidfire.mobi^$popup
||liteappmagazin.com^$popup
||literallisten.com^$popup
||liveadexchanger.com^$popup
||livechatflirt.com^$popup
||liveleadtracking.com^$popup
||livepromotools.com^$popup
||liversely.net^$popup
||livestormy.com^$popup
||livezombymil.com^$popup
||lizebruisiaculi.info^$popup
||ljbwzlmzlzbkm.top^$popup
||lkcoffe.com^$popup
||lkstrck2.com^$popup
||llalo.click^$popup
||llpgpro.com^$popup
||lmn-pou-win.com^$popup
||lmp3.org^$popup
||lnk8j7.com^$popup
||lnkgt.com^$popup
||lnkvv.com^$popup
||lntrigulngdates.com^$popup
||lobimax.com^$popup
||localelover.com^$popup
||locomotiveconvenientriddle.com^$popup
||locooler-ageneral.com^$popup
||lody24.com^$popup
||logicdate.com^$popup
||loodauni.com^$popup
||looew.club^$popup
||lookandfind.me^$popup
||looksmart.com^$popup
||lootynews.com^$popup
||losingoldfry.com^$popup
||lostdormitory.com^$popup
||lottingjacks.top^$popup
||lottoleads.com^$popup
||loverevenue.com^$popup
||lovesparkle.space^$popup
||lowrihouston.pro^$popup
||lowseedotr.com^$popup
||lowseelan.com^$popup
||lowtyroguer.com^$popup
||lowtyruntor.com^$popup
||loyeesihighlyreco.info^$popup
||lp247p.com^$popup
||lplimjxiyx.com^$popup
||lptrak.com^$popup
||ltingecauyuksehi.com^$popup
||ltmywtp.com^$popup
||luckyads.pro^$popup
||luckyforbet.com^$popup
||lurdoocu.com^$popup
||lurgaimt.net^$popup
||lusinlepading.com^$popup
||lustrous-cheek.com^$popup
||luvaihoo.com^$popup
||luxetalks.com^$popup
||lvztx.com^$popup
||lwonclbench.com^$popup
||lycheenews.com^$popup
||lyconery-readset.com^$popup
||lylydevelope.com^$popup
||lywasnothycanty.info^$popup
||m73lae5cpmgrv38.com^$popup
||ma3ion.com^$popup
||macan-native.com^$popup
||maddenbusy.com^$popup
||mafroad.com^$popup
||magicads.nl^$popup
||magmafurnace.top^$popup
||mailerrobands.website^$popup
||majorityevaluatewiped.com^$popup
||makingdevil.com^$popup
||mallettraumatize.com^$popup
||mallur.net^$popup
||maltunfaithfulpredominant.com^$popup
||mamaapparent.com^$popup
||mambkooocango.com^$popup
||mammaldealbustle.com^$popup
||manageoriginalmostinfo-product.info^$popup
||manbycus.com^$popup
||manconsider.com^$popup
||mandantnutter.top^$popup
||manga18sx.com^$popup
||manicurereprimand.com^$popup
||mankindcopiesrichest.com^$popup
||mannehill.com^$popup
||maomaotang.com^$popup
||maquiags.com^$popup
||marenfu11.cn^$popup
||marepuffy.com^$popup
||marlierfritt.com^$popup
||marti-cqh.com^$popup
||marvelhuntcountry.com^$popup
||masklink.org^$popup
||massacreintentionalmemorize.com^$popup
||matchjunkie.com^$popup
||materialisticinformal.com^$popup
||matildawu.online^$popup
||mauptaub.com^$popup
||maw5r7y9s9helley.com^$popup
||maxigamma.com^$popup
||maxytrk.com^$popup
||maybejanuarycosmetics.com^$popup
||maymooth-stopic.com^$popup
||maysunown.live^$popup
||mb-npltfpro.com^$popup
||mb01.com^$popup
||mb102.com^$popup
||mb103.com^$popup
||mb104.com^$popup
||mb223.com^$popup
||mb38.com^$popup
||mb57.com^$popup
||mbjrkm2.com^$popup
||mbreviews.info^$popup
||mbstrk.com^$popup
||mbvlmz.com^$popup
||mbvsm.com^$popup
||mcpuwpush.com^$popup
||mcurrentlysea.info^$popup
||me4track.com^$popup
||meadowaerial.com^$popup
||media-412.com^$popup
||media-servers.net^$popup
||media-serving.com^$popup
||mediamansix.com^$popup
||mediasama.com^$popup
||mediaserf.net^$popup
||mediategenericburden.com^$popup
||mediaxchange.co^$popup
||medicationneglectedshared.com^$popup
||medusaecaptan.com^$popup
||meenetiy.com^$popup
||meetradar.com^$popup
||meetsexygirls.org^$popup
||meetwebclub.com^$popup
||megaffiliates.com^$popup
||megdexchange.com^$popup
||memecoins.club^$popup
||memunicate.com^$popup
||mendress.icu^$popup
||menepe.com^$popup
||meofmukindwoul.info^$popup
||merterpazar.com^$popup
||mesqwrte.net^$popup
||messagereceiver.com^$popup
||messenger-notify.digital^$popup
||messenger-notify.xyz^$popup
||meteorclashbailey.com^$popup
||metrica-yandex.com^$popup
||metricfast.com^$popup
||mevarabon.com^$popup
||mghkpg.com^$popup
||mgid.com^$popup
||midgetincidentally.com^$popup
||midtermconcordalight.com^$popup
||migimsas.net^$popup
||migrantspiteconnecting.com^$popup
||milffinder.live^$popup
||millustry.top^$popup
||mimosaavior.top
||mimosaavior.top^$popup
||mindedcarious.com^$popup
||miniglobalcitizens.com^$popup
||mirfakpersei.top^$popup
||misarea.com^$popup
||mishapideal.com^$popup
||misspkl.com^$popup
||mistakeidentical.com^$popup
||mityneedn.com^$popup
||mk-ads.com^$popup
||mkaff.com^$popup
||mkjsqrpmxqdf.com^$popup
||mktmobi.com^$popup
||mlatrmae.net^$popup
||mmpcqstnkcelx.com^$popup
||mnaspm.com^$popup
||mndsrv.com^$popup
||moartraffic.com^$popup
||mob1ledev1ces.com^$popup
||mobileraffles.com^$popup
||mobiletracking.ru^$popup
||mobipromote.com^$popup
||mobmsgs.com^$popup
||mobreach.com^$popup
||mobsuitem.com^$popup
||modescrips.info^$popup
||modificationdispatch.com^$popup
||moilizoi.com^$popup
||moksoxos.com^$popup
||moleconcern.com^$popup
||molypsigry.pro^$popup
||monadvs.com^$popup
||moncoerbb.com^$popup
||monetag.com^$popup
||moneysavinglifehacks.pro^$popup
||monsterofnews.com^$popup
||monutroco.com^$popup
||moodokay.com^$popup
||moonrocketaffiliates.com^$popup
||moralitylameinviting.com^$popup
||morclicks.com^$popup
||mordoops.com^$popup
||more1.biz^$popup
||mosrtaek.net^$popup
||motherhoodlimiteddetest.com^$popup
||motivessuggest.com^$popup
||mountaincaller.top^$popup
||mourny-clostheme.com^$popup
||movemeforward.co^$popup
||moveyourbackup.co^$popup
||movfull.com^$popup
||moviemediahub.com^$popup
||moviesflix4k.club^$popup
||moviesflix4k.xyz^$popup
||movingfwd.co^$popup
||mplayeranyd.info^$popup
||mrdzuibek.com^$popup
||mscoldness.com^$popup
||mtwdmk9ic.com^$popup
||mtypitea.net^$popup
||muddychronicstuffed.com^$popup
||mudfishatabals.com^$popup
||mudflised.com^$popup
||mufflealiases.com^$popup
||mufflerlightsgroups.com^$popup
||mugrikees.com^$popup
||muheodeidsoan.info^$popup
||muletatyphic.com^$popup
||multipletrustedpc.com^$popup
||mungfali.com^$popup
||muralshelvesdeposition.com^$popup
||murkilyergots.com^$popup
||musclyskeely.top^$popup
||musk-give.com^$popup
||mutinousconductdisk.com^$popup
||mutux.cfd^$popup
||muvflix.com^$popup
||muzzlematrix.com^$popup
||mvmbs.com^$popup
||mwoukrkskills.xyz^$popup
||my-promo7.com^$popup
||myadcash.com^$popup
||myadsserver.com^$popup
||myaffpartners.com^$popup
||mybestdc.com^$popup
||mybestmv.com^$popup
||mybetterck.com^$popup
||mybetterdl.com^$popup
||mybettermb.com^$popup
||mychecklist4u.com^$popup
||myckdom.com^$popup
||mydailynewz.com^$popup
||myeasetrack.com^$popup
||myemailtracking.com^$popup
||myhugewords.com^$popup
||myhypestories.com^$popup
||myjollyrudder.com^$popup
||mynetworkprotector.com^$popup
||myperfect2give.com^$popup
||myreqdcompany.com^$popup
||mysagagame.com^$popup
||mywebsavior.com^$popup
||mywondertrip.com^$popup
||n19.biz^$popup
||n5rthy.com^$popup
||nabauxou.net^$popup
||nachusfarced.top^$popup
||naggingirresponsible.com^$popup
||naleapprength.xyz^$popup
||namesakeoscilloscopemarquis.com^$popup
||nan0cns.com^$popup
||nancontrast.com^$popup
||nannyamplify.com^$popup
||nanoadexchange.com^$popup
||nanouwho.com^$popup
||nanrumandbac.com^$popup
||naoprj.com^$popup
||napkinlucent.com^$popup
||nasssmedia.com^$popup
||natallcolumnsto.info^$popup
||nathanaeldan.pro^$popup
||native-track.com^$popup
||natregs.com^$popup
||nauseouschangeable.com^$popup
||naveljutmistress.com^$popup
||naxadrug.com^$popup
||nczjy.com^$popup
||nebulouslostpremium.com^$popup
||neitherpossessedset.com^$popup
||neptuntrack.com^$popup
||nereu-gdr.com^$popup
||nessainy.net^$popup
||netcpms.com^$popup
||netpatas.com^$popup
||netund.com^$popup
||network.nutaku.net^$popup
||never2never.com^$popup
||neverheartache.com^$popup
||newbluetrue.xyz^$popup
||newbornleasetypes.com^$popup
||newdmn.icu^$popup
||newjulads.com^$popup
||newrtbbid.com^$popup
||news-host.net^$popup
||news-place1.xyz^$popup
||news-portals1.xyz^$popup
||news-site1.xyz^$popup
||news-universe1.xyz^$popup
||news-weekend1.xyz^$popup
||newscadence.com^$popup
||newsfortoday2.xyz^$popup
||newsforyourmood.com^$popup
||newsfrompluto.com^$popup
||newsignites.com^$popup
||newslikemeds.com^$popup
||newspopperio.com^$popup
||newssale.info^$popup
||newstarads.com^$popup
||newstemptation.com^$popup
||newsyour.net^$popup
||newtab-media.com^$popup
||nextoptim.com^$popup
||nextyourcontent.com^$popup
||nezuel.com^$popup
||ngeoziadiyc4hi2e.com^$popup
||ngfruitiesmatc.info^$popup
||ngineet.cfd^$popup
||ngsinspiringtga.info^$popup
||nicatethebene.info^$popup
||nicesthoarfrostsooner.com^$popup
||nicsorts-accarade.com^$popup
||niftiesrotonde.com^$popup
||nimrute.com^$popup
||ninancukankin.info^$popup
||nindscity.com^$popup
||nindsstudio.com^$popup
||ninetyninesec.com^$popup
||noblefun.net^$popup
||noerwe5gianfor19e4st.com^$popup
||noiseslaveoutfit.com^$popup
||nomadsbrand.com^$popup
||nomadsdata.com^$popup
||nomadsfit.com^$popup
||nominalclck.name^$popup
||nominalreverend.com^$popup
||nominatecambridgetwins.com^$popup
||noncepter.com^$popup
||nonecoffeehousesuspicious.com^$popup
||nongloths.com^$popup
||nonotro.name^$popup
||nonremid.com^$popup
||nonspewpa.com^$popup
||nopolicycrea.info^$popup
||nossairt.net^$popup
||nothingnightingalejuly.com^$popup
||notifications-update.com^$popup
||notifpushnext.net^$popup
||notifpushnow.com^$popup
||notifsendback.com^$popup
||notiftravel.com^$popup
||nougacoush.com^$popup
||noughttrustthreshold.com^$popup
||novechufa.xyz^$popup
||november-sin.com^$popup
||novibet.partners^$popup
||novitrk7.com^$popup
||novitrk8.com^$popup
||nowaynoconvs.net^$popup
||npcad.com^$popup
||nreg.world^$popup
||ns003.com^$popup
||nsultingcoe.net^$popup
||nsw2u.com^$popup
||ntedmanahegaz.com^$popup
||ntoftheusysia.info^$popup
||ntoftheusysianedt.info^$popup
||ntsiwoulukdli.org^$popup
||ntvpforever.com^$popup
||nudgercoptine.life^$popup
||nudgeworry.com^$popup
||nuggetscrore.life^$popup
||nukeluck.net^$popup
||numbertrck.com^$popup
||nurewsawaninc.info^$popup
||nutaku.net/signup/$popup
||nxthost-1.info^$popup
||nxthost-2.info^$popup
||nxtpsh.com^$popup
||nyadra.com^$popup
||nylonnickel.xyz^
||nymphdate.com^$popup
||o18.click^$popup
||o333o.com^$popup
||oackoubs.com^$popup
||oagnolti.net^$popup
||oalsauwy.net^$popup
||oaphoace.net^$popup
||oarsmenmytilid.uno^$popup
||oataltaul.com^$popup
||obduratecommence.com^$popup
||obituaryfuneral.com^$popup
||objectionsdomesticatednagging.com^$popup
||oblongravenousgosh.com^$popup
||oblongseller.com^$popup
||obnarium.com^$popup
||oboletcystin.website^$popup
||obsessiondiscourteous.com^$popup
||obsidiancutter.top^$popup
||obtrusiveperhaps.com^$popup
||occasionalstatusbella.com^$popup
||oclaserver.com^$popup
||ocloud.monster^$popup
||ocmhood.com^$popup
||ocoaksib.com^$popup
||octavianflingpod.com^$popup
||oefanyorgagetn.info^$popup
||ofeetles.pro^$popup
||offaces-butional.com^$popup
||offendwitnessedirresponsible.com^$popup
||offergate-apps-pubrel.com^$popup
||offergate-games-download1.com^$popup
||offernzshop.online^$popup
||offershub.net^$popup
||offerstrack.net^$popup
||offersuperhub.com^$popup
||offhandpump.com^$popup
||officetablntry.org^$popup
||officialbanisters.com^$popup
||offshuppetchan.com^$popup
||ofphanpytor.com^$popup
||ofseedotom.com^$popup
||oftenparttimebeen.com^$popup
||oftheseveryh.org^$popup
||oghqvffmnt.com^$popup
||ogniicbnb.ru^$popup
||ogtrk.net^$popup
||ohrdsplu.com^$popup
||ointmentfloatingsaucepan.com^$popup
||okayfreemanknot.com^$popup
||okueroskynt.com^$popup
||ologeysurincon.com^$popup
||omciecoa37tw4.com^$popup
||omgpm.com^$popup
||omgt4.com^$popup
||omgt5.com^$popup
||omklefkior.com^$popup
||omoahope.net^$popup
||onad.eu^$popup
||onatallcolumn.com^$popup
||onclasrv.com^$popup
||onclickads.net^$popup
||onclickalgo.com^$popup
||onclickclear.com^$popup
||onclickgenius.com^$popup
||onclickmax.com^$popup
||onclickmega.com^$popup
||onclickperformance.com^$popup
||onclickprediction.com^$popup
||onclicksuper.com^$popup
||onclicktop.com^$popup
||one-name-studio.com^$popup
||oneadvupfordesign.com^$popup
||oneclickpic.net^$popup
||oneegrou.net^$popup
||onenomadtstore.com^$popup
||oneqanatclub.com^$popup
||onesuns.com^$popup
||onetouch12.com^$popup
||onetouch19.com^$popup
||onetouch20.com^$popup
||onetouch22.com^$popup
||onetouch26.com^$popup
||onevenadvllc.com^$popup
||onevenadvnow.com^$popup
||ongoingverdictparalyzed.com^$popup
||onhitads.net^$popup
||online-deal.click^$popup
||online-protection-now.com^$popup
||online-user-protector.com^$popup
||onlinecashmethod.com^$popup
||onlinedeltazone.online^$popup
||onlinefinanceworld.com^$popup
||onlinepuonline.com^$popup
||onlineshopping.website^$popup
||onlineuserprotector.com^$popup
||onmantineer.com^$popup
||onmarshtompor.com^$popup
||onstunkyr.com^$popup
||onsukultingecauy.com^$popup
||ontreck.cyou^$popup
||oodrampi.com^$popup
||oodsotso.com^$popup
||oopatet.com^$popup
||openadserving.com^$popup
||openerkey.com^$popup
||openmindter.com^$popup
||operarymishear.store^$popup
||ophisrebrown.top^$popup
||ophoacit.com^$popup
||opoxv.com^$popup
||opparasecton.com^$popup
||opportunitysearch.net^$popup
||opptmzpops.com^$popup
||opskln.com^$popup
||optimalscreen1.online^$popup
||optimizesrv.com^$popup
||optnx.com^$popup
||optyruntchan.com^$popup
||optzsrv.com^$popup
||opus-whisky.com^$popup
||oranegfodnd.com^$popup
||orchestraanticipation.com^$popup
||orgassme.com^$popup
||orlowedonhisdhilt.info^$popup
||ormolustuke.top^$popup
||orthitepetrous.com^$popup
||ortontotlejohn.com^$popup
||osarmapa.net^$popup
||osiextantly.com^$popup
||osmosewatch.top^$popup
||ossmightyenar.net^$popup
||ostlon.com^$popup
||otherofherlittle.info^$popup
||otingolston.com^$popup
||otisephie.com^$popup
||otnolabttmup.com^$popup
||otnolatrnup.com^$popup
||ouldlikukemyfu.com^$popup
||oulsools.com^$popup
||oungimuk.net^$popup
||ourcommonnews.com^$popup
||ourcommonstories.com^$popup
||ourcoolposts.com^$popup
||ourdailystories.com^$popup
||ourhotfeed.com^$popup
||ouryretyequirem.info^$popup
||outaipoma.com^$popup
||outdoeslegacy.uno^$popup
||outgoingfan.pro^$popup
||outhulem.net^$popup
||outlineappearbar.com^$popup
||outlookabsorb.com^$popup
||outoctillerytor.com^$popup
||outofthecath.org^$popup
||ovardu.com^$popup
||ovdimin.buzz^$popup
||overallfetchheight.com^$popup
||ovogofteonafterw.info^$popup
||ow5a.net^$popup
||owingsorthealthy.com^$popup
||owrkwilxbw.com^$popup
||oxbbzxqfnv.com^$popup
||oxfoadv.store^$popup
||oxtsale1.com^$popup
||oxydend2r5umarb8oreum.com^$popup
||oyi9f1kbaj.com^$popup
||ozongees.com^$popup
||pa5ka.com^$popup
||padp5arja8dgsd9cha.com^$popup
||padsdel.com^$popup
||paeastei.net^$popup
||paikoasa.tv^$popup
||palama2.co^$popup
||palmmalice.com^$popup
||palpablefungussome.com^$popup
||palundrus.com^$popup
||pamwrymm.live^$popup
||panicmiserableeligible.com^$popup
||pantrydivergegene.com^$popup
||parachuteeffectedotter.com^$popup
||paradiseannouncingnow.com^$popup
||parallelgds.store^$popup
||parentingcalculated.com^$popup
||parentlargevia.com^$popup
||paripartners.ru^$popup
||parisjeroleinpg.com^$popup
||parkcircularpearl.com^$popup
||parkingridiculous.com^$popup
||parrotwrapped.com^$popup
||participateconsequences.com^$popup
||partsbury.com^$popup
||partybikesharmless.com^$popup
||passeura.com^$popup
||passfixx.com^$popup
||pasxfixs.com^$popup
||patoionanrumand.com^$popup
||patrondescendantprecursor.com^$popup
||patronimproveyourselves.com^$popup
||paulastroid.com^$popup
||paxsfiss.com^$popup
||paxxfiss.com^$popup
||paymentsweb.org^$popup
||payvclick.com^$popup
||pclk.name^$popup
||pctsrv.com^$popup
||peachybeautifulplenitude.com^$popup
||peacockshudder.com^$popup
||pearledbolo.life^$popup
||pearsissuedboob.com^$popup
||pecialukizeias.info^$popup
||peepacquisitionavalanche.com^$popup
||peepholelandreed.com^$popup
||peeredgerman.com^$popup
||peethach.com^$popup
||peezette-intial.com^$popup
||pegirs.com^$popup
||pegloang.com^$popup
||pejzeexukxo.com^$popup
||pelis-123.org^$popup
||pemsrv.com^$popup
||penholderlossfrontage.com^$popup
||peopleloves.me^$popup
||pepperyforeign.com^$popup
||perceivedundesirable.com^$popup
||pereliaastroid.com^$popup
||perfecttoolmedia.com^$popup
||performancetrustednetwork.com^$popup
||periodpennavigation.com^$popup
||periodscirculation.com^$popup
||perispro.com^$popup
||perryvolleyball.com^$popup
||pertersacstyli.com^$popup
||pesime.xyz^$popup
||peskyclarifysuitcases.com^$popup
||petendereruk.com^$popup
||pexu.com^$popup
||pgmediaserve.com^$popup
||phamsacm.net^$popup
||phaurtuh.net^$popup
||phenotypebest.com^$popup
||phoognol.com^$popup
||phosphatepossible.com^$popup
||phu1aefue.com^$popup
||phumpauk.com^$popup
||pickaflick.co^$popup
||pierisrapgae.com^$popup
||pigletsmunsee.top^$popup
||pikepreviousi.com^$popup
||pinkyads.quest^$popup
||pinremembrance.com^$popup
||pipaffiliates.com^$popup
||pipsol.net^$popup
||pisism.com^$popup
||pistolsizehoe.com^$popup
||pitchedfurs.com^$popup
||pitchedvalleyspageant.com^$popup
||pitysuffix.com^$popup
||piwhecyfo.pro^$popup
||pixellitomedia.com^$popup
||pixelspivot.com^$popup
||pk910324e.com^$popup
||plainmarshyaltered.com^$popup
||plaittest.com^$popup
||plane-pusherbidder.org^$popup
||planetarium-planet.com^$popup
||planmybackup.co^$popup
||planningunavoidablenull.com^$popup
||planyourbackup.co^$popup
||platitudezeal.com^$popup
||play1ad.shop^$popup
||playamopartners.com^$popup
||playbook88a2.com^$popup
||playeranyd.org^$popup
||playerstrivefascinated.com^$popup
||playerswhisper.com^$popup
||playsdonkey.com^$popup
||playstretch.host^$popup
||playvideoclub.com^$popup
||pleadsbox.com^$popup
||pleasetrack.com^$popup
||plexop.net^$popup
||plinksplanet.com^$popup
||plirkep.com^$popup
||plsrcmp.com^$popup
||pluckfigburst.com^$popup
||pnperf.com^$popup
||pocofh.com^$popup
||podefr.net^$popup
||pointclicktrack.com^$popup
||pointlimitedzen.online^$popup
||pointroll.com^$popup
||poisism.com^$popup
||politesewer.com^$popup
||politicianbusplate.com^$popup
||pollstover.guru^$popup
||pollutefurryapproximate.com^$popup
||polyh-nce.com^$popup
||pompreflected.com^$popup
||pon-prairie.com^$popup
||ponchowafesargb.com^$popup
||ponk.pro^$popup
||popads.net^$popup
||popblockergold.info^$popup
||popcash.net^$popup
||popcornvod.com^$popup
||popmyads.com^$popup
||poponclick.com^$popup
||popped.biz^$popup
||populationrind.com^$popup
||popunder.bid^$popup
||popunderjs.com^$popup
||popupblocker-download.com^$popup
||popupblockergold.com^$popup
||popwin.net^$popup
||porlandzor.com^$popup
||pornhb.me^$popup
||poshsplitdr.com^$popup
||positivelyoverall.com^$popup
||possessionaddictedflight.com^$popup
||post-redirecting.com^$popup
||postaffiliatepro.com^$popup,third-party
||postback1win.com^$popup
||postlnk.com^$popup
||potawe.com^$popup
||potpourrichordataoscilloscope.com^$popup
||potsaglu.net^$popup
||potskolu.net^$popup
||pp98trk.com^$popup
||ppcnt.co^$popup
||ppcnt.eu^$popup
||ppcnt.us^$popup
||practicallyfire.com^$popup
||practicepeter.com^$popup
||prawnsimply.com^$popup
||prdredir.com^$popup
||precedechampion.com^$popup
||precedentadministrator.com^$popup
||precedentbasepicky.com^$popup
||preciousbearer.com^$popup
||precursorinclinationbruised.com^$popup
||predicamentdisconnect.com^$popup
||predictiondexchange.com^$popup
||predictiondisplay.com^$popup
||predictionds.com^$popup
||predictivadnetwork.com^$popup
||predictivadvertising.com^$popup
||predictivdisplay.com^$popup
||predirect.net^$popup
||premium-members.com^$popup
||premium4kflix.top^$popup
||premium4kflix.website^$popup
||premiumaffi.com^$popup
||premonitioninventdisagree.com^$popup
||preoccupycommittee.com^$popup
||press-here-to-continue.com^$popup
||pressingequation.com^$popup
||pressyour.com^$popup
||prevailinsolence.com^$popup
||prevalentprincess.com^$popup
||preventionconsciousflea.com^$popup
||prime-vpnet.com^$popup
||primerclicks.com^$popup
||princesinistervirus.com^$popup
||privacysafeguard.net^$popup
||privatedqualizebrui.info^$popup
||privilegest.com^$popup
||prizes-topwin.life^$popup
||prizetopsurvey.top^$popup
||prjcq.com^$popup
||prmtracking.com^$popup
||probationtoll.com^$popup
||proceduresjeer.com^$popup
||professionalswebcheck.com^$popup
||professionalworthy.com^$popup
||proffering.xyz$popup
||proffering.xyz^$popup
||profi-para.com^$popup
||profitablecpmgate.com^$popup
||profitablegate.com^$popup
||profitablegatetocontent.com^$popup
||profitabletrustednetwork.com^$popup
||promisingcigar.com^$popup
||promisspacay.space^$popup
||promo-bc.com^$popup
||pronovosty.org^$popup
||pronunciationspecimens.com^$popup
||propadsviews.com^$popup
||propbn.com^$popup
||propellerads.com^$popup
||propellerclick.com^$popup
||propellerpops.com^$popup
||propertyofnews.com^$popup
||propertyprintervice.com^$popup
||prosecutionsocktrap.com^$popup
||proseoverlook.com^$popup
||protect-your-privacy.net^$popup
||prototypewailrubber.com^$popup
||protrckit.com^$popup
||provenshoutmidst.com^$popup
||provocativeprivate.com^$popup
||prpops.com^$popup
||prtord.com^$popup
||prtrackings.com^$popup
||psaiceex.net^$popup
||psaltauw.net^$popup
||psaugourtauy.com^$popup
||psma02.com^$popup
||psockapa.net^$popup
||pssy.xyz^$popup
||psychicbowel.com^$popup
||psychologycircumvent.com^$popup
||psychologydistinguishnest.com^$popup
||ptistyvymi.com^$popup
||ptongouh.net^$popup
||ptwmjmp.com^$popup
||ptyalinbrattie.com^$popup
||pubdirecte.com^$popup
||publisherads.click^$popup
||publited.com^$popup
||pubtrky.com^$popup
||puffieralveloz.guru^$popup
||puldhukelpmet.com^$popup
||pulinkme.com^$popup
||pulseonclick.com^$popup
||punkfigured.com^$popup
||punsong.com^$popup
||pupilorgansmad.com^$popup
||puppytestament.com^$popup
||pupspu.com^$popup
||pupur.net^$popup
||pupur.pro^$popup
||pureadexchange.com^$popup
||purebrowseraddonedge.com^$popup
||purpleads.io^$popup
||purplewinds.xyz^$popup
||push-news.click^$popup
||pushclk.com^$popup
||pushking.net^$popup
||pushmobilenews.com^$popup
||pushub.net^$popup
||pushwelcome.com^$popup
||pussl3.com^$popup
||pussl48.com^$popup
||putchumt.com^$popup
||putfeablean.org^$popup
||puwpush.com^$popup
||pvclouds.com^$popup
||pxx23jkd.com^$popup
||pyq6n.com^$popup
||q8ntfhfngm.com^$popup
||qads.io^$popup
||qelllwrite.com^$popup
||qertewrt.com^$popup
||qjrhacxxk.xyz^$popup
||qksrv.cc^$popup
||qksrv1.com^$popup
||qr-captcha.com^$popup
||qrlsx.com^$popup
||qrprobopassor.com^$popup
||qualitydating.top^$popup
||quarrelaimless.com^$popup
||quizsupportedchapel.com^$popup
||quoo.eu^$popup
||qxdownload.com^$popup
||qyvklvjejrmwo.top^$popup
||qz496amxfh87mst.com^$popup
||r-tb.com^$popup
||r3adyt0download.com^$popup
||r3f.technology^$popup
||radicalovertime.com^$popup
||rafkxx.com^$popup
||raijoolu.xyz^$popup
||railroadfatherenlargement.com^$popup
||rallantynethebra.com^$popup
||ranabreast.com^$popup
||rankpeers.com^$popup
||raosmeac.net^$popup
||rapidhits.net^$popup
||rapolok.com^$popup
||razdvabm.com^$popup
||rbxtrk.com^$popup
||rdrm1.click^$popup
||rdrsec.com^$popup
||rdsa2012.com^$popup
||rdsrv.com^$popup
||rdtk.io^$popup
||readserv.com^$popup
||readyblossomsuccesses.com^$popup
||realethay.com^$popup
||realfinanceblogcenter.com^$popup
||realmsham.com^$popup
||realsh.xyz^$popup
||realsrv.com^$popup
||realtime-bid.com^$popup
||realxavounow.com^$popup
||reaseinprofitstefu.info^$popup
||rebagsabeing.top^$popup
||rebrew-foofteen.com^$popup
||recalledcosmeticostentatious.com^$popup
||recedewell.com^$popup
||recentrecentturf.com^$popup
||rechanque.com^$popup
||reciteimplacablepotato.com^$popup
||reclod.com^$popup
||recodetime.com^$popup
||recommendedseizedbewildered.com^$popup
||recompensecombinedlooks.com^$popup
||record.commissionkings.ag^$popup
||record.rizk.com^$popup
||recyclinganewupdated.com^$popup
||recyclingbees.com^$popup
||red-direct-n.com^$popup
||redic.net^$popup
||redic2.net^$popup
||redic4.com^$popup
||redic5.xyz^$popup
||redic6.site^$popup
||redij.online^$popup
||redir4.net^$popup
||redir9.net^$popup
||redirect-ads.com^$popup
||redirect-path1.com^$popup
||redirectflowsite.com^$popup
||redirecting7.eu^$popup
||redirectlinker.com^$popup
||redirectvoluum.com^$popup
||rednewly.com^$popup
||redrotou.net^$popup
||redwingmagazine.com^$popup
||refdomain.info^$popup
||referredscarletinward.com^$popup
||refpa.top^$popup
||refpabuyoj.top^$popup
||refpaikgai.top^$popup
||refpasrasw.world^$popup
||refundsreisner.life^$popup
||refutationtiptoe.com^$popup
||regardedsaid.com^$popup
||regulushamal.top^$popup
||rehvbghwe.cc^$popup
||rejco3.site^$popup
||rekipion.com^$popup
||relateimpulse.com^$popup
||reliablemore.com^$popup
||relievedgeoff.com^$popup
||reloadsusa.com^$popup
||remarkablehorizontallywaiter.com^$popup
||remaysky.com^$popup
||remembergirl.com^$popup
||reminews.com^$popup
||remouldpruta.top^$popup
||renownsimultaneouslyunresolved.com^$popup
||rentalrebuild.com^$popup
||rentingimmoderatereflecting.com^$popup
||repayrotten.com^$popup
||repellentcenturiespersevere.com^$popup
||repentbits.com^$popup
||replacestuntissue.com^$popup
||reprintvariousecho.com^$popup
||reproductiontape.com^$popup
||reqdfit.com^$popup
||reroplittrewheck.pro^$popup
||resetenhancementsillegal.com^$popup
||residelikingminister.com^$popup
||residenceseeingstanding.com^$popup
||residentialinspur.com^$popup
||resistshy.com^$popup
||responsiverender.com^$popup
||resterent.com^$popup
||restorationbowelsunflower.com^$popup
||restorationpencil.com^$popup
||resuelveacc.es^$popup
||retortedstray.com^$popup
||revenuenetwork.com^$popup
||reviewedreads.com^$popup
||revimedia.com^$popup
||revolvemockerycopper.com^$popup
||revulsionwash.com^$popup
||rewardrush.life^$popup
||rewardtk.com^$popup
||rewqpqa.link^$popup
||rewqpqa.net^$popup
||rewqpqa.org^$popup
||rexsrv.com^$popup
||rhudsplm.com^$popup
||rhvdsplm.com^$popup
||rhxdsplm.com^$popup
||ridgephysique.com^$popup
||riftharp.com^$popup
||rigelbetelgeuse.top^$popup
||rightypulverizetea.com^$popup
||rigiddepth.com^$popup
||ringexpressbeach.com^$popup
||ringsempty.com^$popup
||rinsermouton.space^$popup
||riotousunspeakablestreet.com^$popup
||riowrite.com^$popup
||riscati.com^$popup
||riverhit.com^$popup
||rmaticalacm.info^$popup
||rndhaunteran.com^$popup
||rndmusharnar.com^$popup
||rndskittytor.com^$popup
||rnmentoftheusys.info^$popup
||roaddataay.live^$popup
||roadmappenal.com^$popup
||roastoup.com^$popup
||robflea.com^$popup
||rocketmedia24.com^$popup,third-party
||rockstorageplace.com^$popup
||rog4.com^$popup
||rollads.live^$popup
||rollmeout.xyz^$popup
||romanlicdate.com^$popup
||romivapsi.com^$popup
||rootzaffiliates.com^$popup
||ropedm.com^$popup
||rosafun.com^$popup
||rosymap.pro^$popup
||rosyruffian.com^$popup
||rotumal.com^$popup
||roudoduor.com^$popup
||roulettebotplus.com^$popup
||roundflow.net^$popup
||routes.name^$popup
||routgveriprt.com^$popup
||roverinvolv.bid^$popup
||rovno.xyz^$popup
||royalcactus.com^$popup
||rozamimo9za10.com^$popup
||rsaltsjt.com^$popup
||rscilx49h.com^$popup
||rsppartners.com^$popup
||rtbix.xyz^$popup
||rtbsuperhub.com^$popup
||rtbxnmhub.com^$popup
||rtclx.com^$popup
||rtmark.net^$popup
||rtmladcenter.com^$popup
||rtmladnew.com^$popup
||rtyznd.com^$popup
||rubylife.go2cloud.org^$popup
||rudderwebmy.com^$popup
||rufflycouncil.com^$popup
||rulefloor.com^$popup
||rummagemason.com^$popup
||runecrispin.com^$popup
||runesmith.top^$popup
||runicmaster.top^$popup
||runslin.com^$popup
||runtnc.net^$popup
||russellseemslept.com^$popup
||rusticsnoop.com^$popup
||ruthproudlyquestion.top^$popup
||rvrpushserv.com^$popup
||s0cool.net^$popup
||s0q260-rtbix.top^$popup
||s20dh7e9dh.com^$popup
||s3g6.com^$popup
||sabotageharass.com^$popup
||safe-connection21.com^$popup
||safestgatetocontent.com^$popup
||sagedeportflorist.com^$popup
||sakeoxidelunch.com^$popup
||saktismberakes.space^$popup
||saltpairwoo.live^$popup
||samage-bility.icu^$popup
||sandmakingsilver.info^$popup
||sarcodrix.com^$popup
||sardineforgiven.com^$popup
||sasontnwc.net^$popup
||saucepancharms.com^$popup
||saulttrailwaysi.info^$popup
||saveourspace.co^$popup
||savinist.com^$popup
||savouryadolescent.com^$popup
||saycasksabnegation.com^$popup
||scadstech.com^$popup
||scalfebecky.digital^$popup
||scenbe.com^$popup
||schemeabsolutejanuary.com^$popup
||score-feed.com^$popup
||scoredconnect.com^$popup
||screenov.site^$popup
||sealthatleak.com^$popup
||search4y.com^$popup
||searchenhancements.com^$popup
||searchheader.xyz^$popup
||searchmulty.com^$popup
||searchsecurer.com^$popup
||seashorelikelihoodreasonably.com^$popup
||seatsrehearseinitial.com^$popup
||secthatlead.com^$popup
||secureclickers.com^$popup
||securecloud-smart.com^$popup
||securecloud-sml.com^$popup
||secureclouddt-cd.com^$popup
||securedcdn.com^$popup
||securedsmcd.com^$popup
||securegate9.com^$popup
||securegfm.com^$popup
||secureintl.com^$popup
||secureleadsrn.com^$popup
||securesmrt-dt.com^$popup
||sedatecompulsiveout.com^$popup
||sedatenerves.com^$popup
||sedodna.com^$popup
||seethisinaction.com^$popup
||selfemployedbalconycane.com^$popup
||sellingtandays.com^$popup
||semilikeman.com^$popup
||semqraso.net^$popup
||senonsiatinus.com^$popup
||senzapudore.it^$popup,third-party
||seo-overview.com^$popup
||separatecolonist.com^$popup
||sereanstanza.com^$popup
||serialwarning.com^$popup
||sertfouder.com^$popup
||serumlisp.com^$popup
||serve-rtb.com^$popup
||serve-servee.com^$popup
||serve-serving.com^$popup
||serveforthwithtill.com^$popup
||servehub.info^$popup
||serverfritterdisability.com^$popup
||serversmatrixaggregation.com^$popup
||servicetechtracker.com^$popup
||serving-passthrough.com^$popup
||serving-sys.com^$popup
||sex-and-flirt.com^$popup
||sex-finder.net^$popup
||sexfamilysim.net^$popup
||sexpieasure.com^$popup
||sexyepc.com^$popup
||shadesentimentssquint.com^$popup
||shadyobscene.com^$popup
||shaggyaleswede.com^$popup
||shaggyselectmast.com^$popup
||shainsie.com^$popup
||shaisole.com^$popup
||shamelessspank.com^$popup
||shamtick.com^$popup
||shapelcounset.xyz^$popup
||sharpofferlinks.com^$popup
||shauladubhe.top^$popup
||shbzek.com^$popup
||she-want-fuck.com^$popup
||sheepforgivedismount.com^$popup
||sherouscolvered.com^$popup
||sheschemetraitor.com^$popup
||shestugele.pro^$popup
||shinebliss.com^$popup
||shoesonsale.online^$popup
||shoopusahealth.com^$popup
||shopeasy.by^$popup
||shortfailshared.com^$popup
||shortpixel.ai^$popup
||shortssibilantcrept.com^$popup
||shoubsee.net^$popup
||show-me-how.net^$popup
||showcasead.com^$popup
||showcasethat.com^$popup
||shrillwife.pro^$popup
||sicknessfestivity.com^$popup
||sidebyx.com^$popup
||sidebyz.com^$popup
||sifuglie.com^$popup
||significantoperativeclearance.com^$popup
||sillinessinterfere.com^$popup
||simple-isl.com^$popup
||sindatontherrom.com^$popup
||sing-tracker.com^$popup
||singelstodate.com^$popup
||singlesexdates.com^$popup
||singlewomenmeet.com^$popup
||siriusprocyon.top^$popup
||siteforyou1d.com^$popup
||sitpactrip.live^$popup
||sixft-apart.com^$popup
||skiptheadz.net^$popup
||skouns.club^$popup
||skymobi.agency^$popup
||slashstar.net^$popup
||sledimitationsegment.com^$popup
||sleevemisuseadvice.com^$popup
||slidbecauseemerald.com^$popup
||slidecaffeinecrown.com^$popup
||slideff.com^$popup
||slikslik.com^$popup
||slimfiftywoo.com^$popup
||slimspots.com^$popup
||slipdashedundermine.com^$popup
||slipperydeliverance.com^$popup
||sloto.live^$popup
||slownansuch.info^$popup
||slowww.xyz^$popup
||sltracl.com^$popup
||smallfunnybears.com^$popup
||smart-url.net^$popup
||smart-wp.com^$popup
||smartadtags.com^$popup
||smartapplifly.com^$popup
||smartappsfly.com^$popup
||smartcj.com^$popup
||smartlphost.com^$popup
||smartmnews.pro^$popup
||smarttds.org^$popup
||smarttopchain.nl^$popup
||smentbrads.info^$popup
||smoulderhangnail.com^$popup
||smrt-content.com^$popup
||smrtgs.com^$popup
||smrtsecure-eml.com^$popup
||snadsfit.com^$popup
||snammar-jumntal.com^$popup
||snapcheat16s.com^$popup
||snappedimpressive.com^$popup
||snoreempire.com^$popup
||snoresslighty.uno^$popup
||snowads.net^$popup,third-party
||snowdayonline.xyz^$popup
||snugglethesheep.com^$popup
||sobakenchmaphk.com^$popup
||soccertakeover.com^$popup
||sofinpushpile.com^$popup
||softballcreeperamuse.com^$popup
||softonixs.xyz^$popup
||softwa.cfd^$popup
||soilgnaw.com^$popup
||soksicme.com^$popup
||solaranalytics.org^$popup
||soldierreproduceadmiration.com^$popup
||solemik.com^$popup
||solemnvine.com^$popup
||soliads.net^$popup
||solispartner.com^$popup
||someonein.org^$popup
||soninlawfaceconfide.com^$popup
||sonioubemeal.com^$popup
||soocaips.com^$popup
||sorrowfulclinging.com^$popup
||sorrycarboncolorful.com^$popup
||sorryparlor.com^$popup
||sortyellowapples.com^$popup
||sotchoum.com^$popup
||soulsglovesacid.com^$popup
||soundelktemper.com^$popup
||sourcecodeif.com^$popup
||sousefulhead.com^$popup
||souvenirsflex.com^$popup
||spacetraff.com^$popup
||spankdrearystroll.com^$popup
||sparkstudios.com^$popup
||sparta-tracking.xyz^$popup
||spatterjointposition.com^$popup
||spdate.com^$popup
||speakspurink.com^$popup
||special-offers.online^$popup
||special-promotions.online^$popup
||special-trending-news.com^$popup
||specialisthuge.com^$popup
||specialityharmoniousgypsy.com^$popup
||specialtymet.com^$popup
||speednetwork14.com^$popup
||speedsupermarketdonut.com^$popup
||spellingunacceptable.com^$popup
||spendcrazy.net^$popup
||sperans-beactor.com^$popup
||spicygirlshere.life^$popup
||spirtlekurt.digital^$popup
||spklmis.com^$popup
||spo-play.live^$popup
||spongemilitarydesigner.com^$popup
||sport-play.live^$popup
||sportfocal.com^$popup
||sports-streams-online.best^$popup
||sports-tab.com^$popup
||spotofspawn.com^$popup
||spotscenered.info^$popup
||sptrkr.com^$popup
||squarepicket.com^$popup
||sr7pv7n5x.com^$popup
||srtrak.com^$popup
||srv2trking.com^$popup
||srvpcn.com^$popup
||srvpub.com^$popup
||ssdwellsgrpo.info^$popup
||ssllink.net^$popup
||st-rdirect.com^$popup
||st1net.com^$popup
||staaqwe.com^$popup
||stacckain.com^$popup
||stammerail.com^$popup
||starewhupsu.pro^$popup
||starmobmedia.com^$popup
||starry-galaxy.com^$popup
||start-xyz.com^$popup
||startd0wnload22x.com^$popup
||stateinformatics.com^$popup
||statestockingsconfession.com^$popup
||statistic-data.com^$popup
||statsmobi.com^$popup
||statueofthe.info^$popup
||stawhoph.com^$popup
||stenadewy.pro^$popup
||sthoutte.com^$popup
||stickervillain.com^$popup
||stickingrepute.com^$popup
||stigmuuua.xyz^$popup
||stimaariraco.info^$popup
||stinglackingrent.com^$popup
||stoagergu.com^$popup
||stoaltoa.top^$popup
||stoopedsignbookkeeper.com^$popup
||stoorgel.com^$popup
||stop-adblocker.info^$popup
||stopadblocker.com^$popup
||stopadzblock.net^$popup
||stopblockads.com^$popup
||storader.com^$popup
||stormydisconnectedcarsick.com^$popup
||stovecharacterize.com^$popup
||strainemergency.com^$popup
||stream-all.com^$popup
||streamsearchclub.com^$popup
||streamyourvid.com^$popup
||strenuoustarget.com^$popup
||strettechoco.com^$popup
||strewdirtinessnestle.com^$popup
||strictgrittwine.com^$popup
||strtgic.com^$popup
||strungcourthouse.com^$popup
||studiocustomers.com^$popup
||stuffedodiousmargin.com^$popup
||stumbleirritable.com^$popup
||stunserver.net^$popup
||stvbiopr.net^$popup
||stvkr.com^$popup
||subscriptioneccentric.com^$popup
||subsidehurtful.com^$popup
||suddslife.com^$popup
||suggest-recipes.com^$popup
||sulkvulnerableexpecting.com^$popup
||sulseerg.com^$popup
||sumbreta.com^$popup
||summaryvalued.com^$popup
||summercovert.com^$popup
||summitmanner.com^$popup
||sunflowerbright106.io^$popup
||sunglassesmentallyproficient.com^$popup
||sunnyseries.com^$popup
||superadexchange.com^$popup
||superfastcdn.com^$popup
||superfasti.co^$popup
||supermanpunchchanges.com^$popup
||supersedeforbes.com^$popup
||superssp.top^$popup
||suppliedhopelesspredestination.com^$popup
||supremeadblocker.com^$popup
||supremeoutcome.com^$popup
||supremoadblocko.com^$popup
||suptraf.com^$popup
||suptrkdisplay.com^$popup
||surelyconvinced.com^$popup
||surfacesaroselozenge.com^$popup
||surge.systems^$popup
||surrogatelithe.com^$popup
||surroundingsliftingstubborn.com^$popup
||surveyonline.top^$popup
||surveyspaid.com^$popup
||suspicionsmutter.com^$popup
||sutaiocuppas.com^$popup
||swagtraffcom.com^$popup
||swaycomplymishandle.com^$popup
||sweaty-garage.pro^$popup
||sweepfrequencydissolved.com^$popup
||sxlflt.com^$popup
||sympatheticfling.com^$popup
||syncedvision.com^$popup
||syringeitch.com^$popup
||syrsple2se8nyu09.com^$popup
||systeme-business.online^$popup
||systemleadb.com^$popup
||szqxvo.com^$popup
||t2lgo.com^$popup
||tabfloor.com^$popup
||tabledownstairsprovocative.com^$popup
||taborsfields.top^$popup
||tadsbelver.com^$popup
||taembed.com^$popup
||taghaugh.com^$popup
||tagsd.com^$popup
||takecareproduct.com^$popup
||takelnk.com^$popup
||takemyorder.co^$popup
||takeyouforward.co^$popup
||talentorganism.com^$popup
||tallysaturatesnare.com^$popup
||tapdb.net^$popup
||tapewherever.com^$popup
||tapingdynasty.com^$popup
||tapinvited.com^$popup
||taprtopcldfa.co^$popup
||taprtopcldfard.co^$popup
||taprtopcldfb.co^$popup
||tarebearpaw.top^$popup
||taroads.com^$popup
||tauphaub.net^$popup
||tausoota.xyz^$popup
||tcare.today^$popup
||tchinaprecenta.info^$popup
||tczzzlwpss.com^$popup
||td563.com^$popup
||tdspa.top^$popup
||tearingdubnought.com^$popup
||tearingreasoningempower.com^$popup
||tearsincompetentuntidy.com^$popup
||techiteration.com^$popup
||techreviewtech.com^$popup
||teddynineteenthpreoccupation.com^$popup
||teenyreligious.com^$popup
||teiidsfortune.com^$popup
||telegramsit.com^$popup
||telyn610zoanthropy.com^$popup
||temksrtd.net^$popup
||temperrunnersdale.com^$popup
||tencableplug.com^$popup
||tendencysanction.com^$popup
||tenthgiven.com^$popup
||terbit2.com^$popup
||terraclicks.com^$popup
||terralink.xyz^$popup
||tfaln.com^$popup
||tffkroute.com^$popup
||tfiph.com^$popup
||tgars.com^$popup
||thairoob.com^$popup
||thanosofcos5.com^$popup
||thaoheakolons.info^$popup
||thatincidentwad.com^$popup
||thaudray.com^$popup
||the-binary-trader.biz^$popup
||thearoids.com^$popup
||thebestgame2020.com^$popup
||thebigadsstore.com^$popup
||thecarconnections.com^$popup
||thechleads.pro^$popup
||thechronicles2.xyz^$popup
||thecloudvantnow.com^$popup
||theepsie.com^$popup
||theerrortool.com^$popup
||theextensionexpert.com^$popup
||thefacux.com^$popup
||theirbellsound.co^$popup
||thencemutinyhamburger.com^$popup
||theonesstoodtheirground.com^$popup
||theoverheat.com^$popup
||therapypicnic.com^$popup
||therelimitless.com^$popup
||thereuponscare.com^$popup
||thesafersearch.com^$popup
||thescads.com^$popup
||thetaweblink.com^$popup
||thetoptrust.com^$popup
||theusualsuspects.biz^$popup
||theythourbonusgain.life^$popup
||thinadmitted.com^$popup
||thinkaction.com^$popup
||thirawogla.com^$popup
||thirdreasoncomplex.com^$popup
||thirteenthadjectivecleaning.com^$popup
||thirtyeducate.com^$popup
||thisisyourprize.site^$popup
||thnqemehtyfe.com^$popup
||thofteert.com^$popup
||thosecalamar.top^$popup
||threatotherwise.com^$popup
||thunderdepthsforger.top^$popup
||thunderous-request.pro^$popup
||thygrepuwo.pro^$popup
||ticalfelixstownru.info^$popup
||tidalwavetrx.com^$popup
||tidigrated.space^$popup
||tidyingpreludeatonement.com^$popup
||tidyllama.com^$popup
||tignuget.net^$popup
||tigrisbewray.life^$popup
||tilttrk.com^$popup
||tiltwin.com^$popup
||timeoutwinning.com^$popup
||timetablewearmatrix.com^$popup
||timot-cvk.info^$popup
||tingledpredy.com^$popup
||tinsus.com^$popup
||tintedparticular.com^$popup
||tipcatscarola.com^$popup
||tiprd.xyz^$popup
||titanicmaximumlaboratory.com^$popup
||titaniumveinshaper.com^$popup
||titlerwilhelm.com^$popup
||tjoomo.com^$popup
||tl2go.com^$popup
||tmb5trk.com^$popup
||tmtrck.com^$popup
||tmxhub.com^$popup
||tncred.com^$popup
||tnctrx.com^$popup
||tnkexchange.com^$popup
||tolrock.com^$popup
||tomatoqqamber.click^$popup
||tombmeaning.com^$popup
||tomladvert.com^$popup
||tonefuse.com^$popup
||tonicorchestra.com^$popup
||tooaastandhei.info^$popup
||toothcauldron.com^$popup
||top-offers1.com^$popup
||top-performance.best^$popup
||top-performance.club^$popup
||top-performance.top^$popup
||topadvdomdesign.com^$popup
||topatincompany.com^$popup
||topblockchainsolutions.nl^$popup
||topclickguru.com^$popup
||topdealad.com^$popup
||topfdeals.com^$popup
||topflownews.com^$popup
||toprevenuegate.com^$popup
||topscan-mca.click^$popup
||toptrendyinc.com^$popup
||toroadvertisingmedia.com^$popup
||torpsol.com^$popup
||torrent-protection.com^$popup
||torrentsafeguard.com^$popup
||tosssix.com^$popup
||totadblock.com^$popup
||totalab.online^$popup
||totalab.xyz^$popup
||totalactualnewz.com^$popup
||totaladblock.com^$popup
||totaladperformance.com^$popup
||totalnicefeed.com^$popup
||totalnicenewz.com^$popup
||totalwownews.com^$popup
||totlnkcl.com^$popup
||tougherrancor.website^$popup
||touroumu.com^$popup
||towardsturtle.com^$popup
||toxtren.com^$popup
||tozoruaon.com^$popup
||tpmr.com^$popup
||tpopularcldfa.co^$popup
||tpopularcldfb.co^$popup
||tr-boost.com^$popup
||tr-bouncer.com^$popup
||tr-monday.xyz^$popup
||tr-rollers.xyz^$popup
||tr-usual.com^$popup
||trabinarnizies.com^$popup
||tracereceiving.com^$popup
||track-campaing.club^$popup
||track-safe.com^$popup
||track-victoriadates.com^$popup
||track.totalav.com^$popup
||track.wargaming-aff.com^$popup
||track4ref.com^$popup
||tracker-2.com^$popup
||tracker-sav.space^$popup
||tracker-tds.info^$popup
||tracker19875.space^$popup
||tracker2.space^$popup
||trackerx.ru^$popup
||trackeverything.co^$popup
||trackingrouter.com^$popup
||trackingshub.com^$popup
||trackingtraffo.com^$popup
||trackmundo.com^$popup
||trackpshgoto.win^$popup
||tracks20.com^$popup
||tracksfaster.com^$popup
||trackstracker.com^$popup
||tracksystem.online^$popup
||tracktds.com^$popup
||tracktds.live^$popup
||tracktilldeath.club^$popup
||tracktraf.com^$popup
||trackwilltrk.com^$popup
||trackytrack02.com^$popup
||tracot.com^$popup
||tradeadexchange.com^$popup
||traffic-c.com^$popup
||traffic.name^$popup
||trafficbass.com^$popup
||trafficborder.com^$popup
||trafficdok.com^$popup
||trafficforce.com^$popup
||traffichaus.com^$popup
||trafficholder.com^$popup
||traffichunt.com^$popup
||trafficinvest.com^$popup
||trafficlide.com^$popup
||trafficmagnates.com^$popup
||trafficmediaareus.com^$popup
||trafficmoon.com^$popup
||trafficmoose.com^$popup
||trafforsrv.com^$popup
||traffrout.com^$popup
||trafyield.com^$popup
||tragicbeyond.com^$popup
||trakaff.net^$popup
||traktrafficflow.com^$popup
||trandlife.info^$popup
||transformationwrecking.com^$popup
||transgressmeeting.com^$popup
||transmitterincarnatebastard.com^$popup
||trapexpansionmoss.com^$popup
||trck.wargaming.net^$popup
||trcklks.com^$popup
||trckswrm.com^$popup
||trcyrn.com^$popup
||treasureravenvulgar.com^$popup
||trellian.com^$popup
||tremendous-tour.pro^$popup
||trftopp.biz^$popup
||triangular-fire.pro^$popup
||tributesexually.com^$popup
||trifletonightanguish.com^$popup
||triggerfrontagefaultless.com^$popup
||triggersinclude.com^$popup
||trilema.com^$popup
||triumphantfreelance.com^$popup
||triumphantplace.com^$popup
||trk-access.com^$popup
||trk-vod.com^$popup
||trk3000.com^$popup
||trk301.com^$popup
||trkbng.com^$popup
||trkings.com^$popup
||trklnks.com^$popup
||trknext.com^$popup
||trknk.com^$popup
||trlxcf05.com^$popup
||trmobc.com^$popup
||troopsassistedstupidity.com^$popup
||tropbikewall.art^$popup
||trotletekphore.com^$popup
||troublesomeleerycarry.com^$popup
||trpool.org^$popup
||trpop.xyz^$popup
||trust.zone^$popup
||trustedcpmrevenue.com^$popup
||trustedgatetocontent.com^$popup
||trustedpeach.com^$popup
||trustedstream.life^$popup
||trustedzone.info^$popup
||trustflayer1.online^$popup
||trustyable.com^$popup
||truthtraff.com^$popup
||truthwassadl.org^$popup
||trw12.com^$popup
||trythe-letsketos.com^$popup
||tseywo.com^$popup
||tship1623.com^$popup
||tsml.fun^$popup
||tsyndicate.com^$popup
||ttoc8ok.com^$popup
||tubeadvertising.eu^$popup
||tubecup.net^$popup
||tubroaffs.org^$popup
||tuffoonincaged.com^$popup
||tuitionpancake.com^$popup
||tundrafolder.com^$popup
||tuneshave.com^$popup
||turganic.com^$popup
||turnhub.net^$popup
||turnnagin.live^$popup
||turnstileunavailablesite.com^$popup
||tutvp.com^$popup
||tvas-b.pw^$popup
||tweakostensibleinstaller.com^$popup
||twentiethparticipation.com^$popup
||twerwew.org^$popup
||twigstandardexcursion.com^$popup
||twinfill.com^$popup
||twinkle-fun.net^$popup
||twinklecourseinvade.com^$popup
||twinrdsrv.com^$popup
||twinrdsyn.com^$popup
||twinrdsyte.com^$popup
||txzaazmdhtw.com^$popup
||tychon.bid^$popup
||typerealisepredict.com^$popup
||typicalsecuritydevice.com^$popup
||tyranbrashore.com^$popup
||tyrotation.com^$popup
||tyserving.com^$popup
||tzaqkp.com^$popup
||u1pmt.com^$popup
||ubilinkbin.com^$popup
||ucconn.live^$popup
||ucheephu.com^$popup
||udncoeln.com^$popup
||uel-uel-fie.com^$popup
||ufinkln.com^$popup
||ufpcdn.com^$popup
||ugeewhee.xyz^$popup
||ugroocuw.net^$popup
||uhpdsplo.com^$popup
||uidhealth.com^$popup
||uidhome.com^$popup
||uitopadxdy.com^$popup
||ukeesait.top^$popup
||ukoffzeh.com^$popup
||uktureukworekto.com^$popup
||ukworlowedonh.com^$popup
||ultimate-captcha.com^$popup
||ultracdn.top^$popup
||ultrapartners.com^$popup
||ultravpnoffers.com^$popup
||unawar.com^$popup
||unbalterce.com^$popup
||unbeedrillom.com^$popup
||unblockedapi.com^$popup
||uncastnork.com^$popup
||unclesnewspaper.com^$popup
||undergosermon.com^$popup
||understoodreceivermisunderstand.com^$popup
||undertakingaisle.com^$popup
||underwearsourorb.com^$popup
||unfaithfulmakeryearly.com^$popup
||unforgivablegrowl.com^$popup
||unicornpride123.com^$popup
||unmistdistune.guru^$popup
||unreshiramor.com^$popup
||unseenrazorcaptain.com^$popup
||unskilfulwalkerpolitician.com^$popup
||unspeakablepurebeings.com^$popup
||untimburra.com^$popup
||unusualbrainlessshotgun.com^$popup
||unwonttawpi.top^$popup
||unwoobater.com^$popup
||upcurlsreid.website^$popup
||updatecompletelyfreetheproduct.vip^$popup
||updateenow.com^$popup
||updatephone.club^$popup
||upgliscorom.com^$popup
||uphewoab.net^$popup
||uphillgrandmaanger.com^$popup
||upleaptlistel.top^$popup
||uponelectabuzzor.club^$popup
||uproarglossy.com^$popup
||uptimecdn.com^$popup
||uptopopunder.com^$popup
||urtyert.com^$popup
||urvgwij.com^$popup
||usefulcreatebid.com^$popup
||uselnk.com^$popup
||usenetnl.download^$popup
||utarget.ru^$popup
||uthorner.info^$popup
||utilitypresent.com^$popup
||utlservice.com^$popup
||utm-campaign.com^$popup
||utndln.com^$popup
||utopicmobile.com^$popup
||utrinterrommo.com^$popup
||uuksehinkitwkuo.com^$popup
||v6rxv5coo5.com^$popup
||vaithodo.com^$popup
||vaitotoo.net^$popup
||valeuceplangka.com^$popup
||valuationbothertoo.com^$popup
||vanenow.com^$popup
||variabilityproducing.com^$popup
||variationaspenjaunty.com^$popup
||vasstycom.com^$popup
||vasteeds.net^$popup
||vax-now.com^$popup
||vcdc.com^$popup
||vcommission.com^$popup
||veepteero.com^$popup
||veilsuccessfully.com^$popup
||velocitycdn.com^$popup
||vengeful-egg.com^$popup
||venturead.com^$popup
||venuewasadi.org^$popup
||verandahcrease.com^$popup
||verblife-2.co^$popup
||verblife-5.co^$popup
||vergi-gwc.com^$popup
||verooperofthewo.com^$popup
||versedarkenedhusky.com^$popup
||versionlatticecheek.com^$popup
||vertoz.com^$popup
||vespymedia.com^$popup
||vezizey.xyz^$popup
||vfghc.com^$popup
||vfgtb.com^$popup
||vfgte.com^$popup
||vfgtg.com^$popup
||viapawniarda.com^$popup
||viatechonline.com^$popup
||viatepigan.com^$popup
||victoryslam.com^$popup
||video-adblocker.pro^$popup
||videoadblocker.pro^$popup
||videoadblockerpro.com^$popup
||videocampaign.co^$popup
||viewlnk.com^$popup
||viiapps.com^$popup
||viiavjpe.com^$popup
||viibill.com^$popup
||viicasu.com^$popup
||viidan.com^$popup
||viidirectory.com^$popup
||viienetik.com^$popup
||viiithia.com^$popup
||viiithie.com^$popup
||viiithinks.com^$popup
||viikttcq.com^$popup
||viimobile.com^$popup
||viimsa.com^$popup
||viinsdap.com^$popup
||viinset.com^$popup
||viipurakit.com^$popup
||viipurambe.com^$popup
||viipurin.com^$popup
||viipuris.com^$popup
||viiqqou.com^$popup
||viirkagt.com^$popup
||viirsons.com^$popup
||viisemblin.com^$popup
||viispan.com^$popup
||viistroy.com^$popup
||viiturn.com^$popup
||viiucwwa.com^$popup
||viizuusa.com^$popup
||violationphysics.click^$popup
||vionito.com^$popup
||vipcpms.com^$popup
||viralcpm.com^$popup
||virginyoungestrust.com^$popup
||visaspecialtyfluid.com^$popup
||visibilitymondaydisappeared.com^$popup
||visit-website.com^$popup
||visitplaywrightlyrical.com^$popup
||visitstats.com^$popup
||visors-airminal.com^$popup
||vkcdnservice.com^$popup
||vkgtrack.com^$popup
||vodobyve.pro^$popup
||vogulprecast.com^$popup
||voices-kerence.com^$popup
||vokut.com^$popup
||voluumtrk.com^$popup
||voluumtrk3.com^$popup
||vooshagy.net^$popup
||vorhanddoob.top^$popup
||vowpairmax.live^$popup
||voxfind.com^$popup
||vpn-offers.org^$popup
||vpnlist.to^$popup
||vpnoffers.cc^$popup
||vpnoffers.net^$popup
||vprtrfc.com^$popup
||vq40567.com^$popup
||vriddhipardee.top^$popup
||vs3.com^$popup
||vsucocesisful.com^$popup
||vtabnalp.net^$popup
||vupowe.xyz^$popup
||vxzcvks.net^$popup
||vxzcvks.org^$popup
||wackeerd.com^$popup
||wadmargincling.com^$popup
||waframedia5.com^$popup
||wahoha.com^$popup
||waisheph.com^$popup
||wakifyeld.uno^$popup
||walkinggrandparents.com^$popup
||walknotice.com^$popup
||walter-larence.com^$popup
||wantatop.com^$popup
||wargaming-aff.com^$popup
||warilyaggregation.com^$popup
||warilycommercialconstitutional.com^$popup
||warkop4dx.com^$popup
||washinexhaustible.com^$popup
||waspishamendbulb.com^$popup
||wasqimet.net^$popup
||wastedinvaluable.com^$popup
||wasverymuch.info^$popup
||watch-now.club^$popup
||watchadsfree.com^$popup
||watchadzfree.com^$popup
||watchcpm.com^$popup
||watchesthereupon.com^$popup
||watchfreeofads.com^$popup
||watchlivesports4k.club^$popup
||watchvideoplayer.com^$popup
||waufooke.com^$popup
||wbidder.online^$popup
||wbidder2.com^$popup
||wbidder3.com^$popup
||wbilvnmool.com^$popup
||wboux.com^$popup
||wbsadsdel.com^$popup
||wbsadsdel2.com^$popup
||wcitianka.com^$popup
||wct.link^$popup
||wdt9iaspfv3o.com^$popup
||we-are-anon.com^$popup
||weaveradrenaline.com^$popup
||weaverdispensepause.com^$popup
||web-adblocker.com^$popup
||web-guardian.xyz^$popup
||webatam.com^$popup
||webgains.com^$popup
||webmedrtb.com^$popup
||webpuppweb.com^$popup
||websearchers.net^$popup
||webteensyusa.com^$popup
||webtrackerplus.com^$popup
||wecouldle.com^$popup
||wegoodsttr.com^$popup
||welcomeneat.pro^$popup
||welfarefit.com^$popup
||weliketofuckstrangers.com^$popup
||wellhello.com^$popup
||wellnesszap.com^$popup
||welltodoresource.com^$popup
||wendelstein-1b.com^$popup
||weplayingttr.com^$popup
||wewearegogogo.com^$popup
||wfredir.net^$popup
||wg-aff.com^$popup
||wgpartner.com^$popup
||whairtoa.com^$popup
||whampamp.com^$popup
||whatisuptodaynow.com^$popup
||whaurgoopou.com^$popup
||wheebsadree.com^$popup
||wheeshoo.net^$popup
||wherevertogo.com^$popup
||whipgos.com^$popup
||whirlwindofnews.com^$popup
||whiskerssituationdisturb.com^$popup
||whistledprocessedsplit.com^$popup
||whistlingbeau.com^$popup
||whitenoisenews.com^$popup
||whodouth.net^$popup
||wholedailyjournal.com^$popup
||wholefreshposts.com^$popup
||wholewowblog.com^$popup
||whookroo.com^$popup
||whoursie.com^$popup
||whowhipi.net^$popup
||whugesto.net^$popup
||whulsaux.com^$popup
||whyocafenet.space^$popup
||wichtstoppit.space^$popup
||widow5blackfr.com^$popup
||wifescamara.click^$popup
||wigetmedia.com^$popup
||wigglewurm.com^$popup
||wigsynthesis.com^$popup
||wildestelf.com^$popup
||winbigdrip.life^$popup
||windychinese.com^$popup
||winfreeprize.online^$popup
||winnersofvouchers.com^$popup
||winningdotaltar.com^$popup
||wiringcollectorguffaw.com^$popup
||wiringsensitivecontents.com^$popup
||wiseskullclever.store^$popup
||wishfulla.com^$popup
||wistfulassign.com^$popup
||witalfieldt.com^$popup
||withdrawcosmicabundant.com^$popup
||withholdstandstill.com^$popup
||withmefeyauknaly.com^$popup
||witnessjacket.com^$popup
||wlafx4trk.com^$popup
||wnt-s0me-push.net^$popup
||woafoame.net^$popup
||woffxxx.com^$popup
||wokewhoki.pro^$popup
||wolsretet.net^$popup
||wonder.xhamster.com^$popup
||wonderfulstatu.info^$popup
||wonderlandads.com^$popup
||woodbeesdainty.com^$popup
||woovoree.net^$popup
||wordlockdown.com^$popup
||workback.net^$popup
||workervanewalk.com^$popup
||worldfreshblog.com^$popup
||worldtimes2.xyz^$popup
||worriesteapotairborne.com^$popup
||worthyrid.com^$popup
||woukrkskillsom.info^$popup
||wovensur.com^$popup
||wowshortvideos.com^$popup
||writeestatal.space^$popup
||wrypassenger.com^$popup
||wuqconn.com^$popup
||wwija.com^$popup
||wwow.xyz^$popup
||wwowww.xyz^$popup
||wwwpromoter.com^$popup
||wwydakja.net^$popup
||wwydakja.org^$popup
||wxhiojortldjyegtkx.bid^$popup
||wymymep.com^$popup
||wysyshypti.pro^$popup
||x2tsa.com^$popup
||xadsmart.com^$popup
||xaxoro.com^$popup
||xbidflare.com^$popup
||xclicks.net^$popup
||xeuswz.com^$popup
||xijgedjgg5f55.com^$popup
||xkarma.net^$popup
||xliirdr.com^$popup
||xlirdr.com^$popup
||xlivrdr.com^$popup
||xlviiirdr.com^$popup
||xlviirdr.com^$popup
||xml-api.online^$popup
||xml-clickurl.com^$popup
||xmlapiclickredirect.com^$popup
||xmlrtb.com^$popup
||xobr219pa.com^$popup
||xstownrusisedp.info^$popup
||xtendmedia.com^$popup
||xxxnewvideos.com^$popup
||xxxvjmp.com^$popup
||xyztracking.net^$popup
||y1jxiqds7v.com^$popup
||yahuu.org^$popup
||yapclench.com^$popup
||yapdiscuss.com^$popup
||yavli.com^$popup
||ybb-network.com^$popup
||ybbserver.com^$popup
||yearbookhobblespinal.com^$popup
||yeesshh.com^$popup
||yeioreo.net^$popup
||yellow-resultsbidder.com^$popup
||yellow-resultsbidder.org^$popup
||yellowbahama.com^$popup
||yestilokano.top^$popup
||ygamey.com^$popup
||yhbcii.com^$popup
||yieldmanager.com^$popup
||yieldtraffic.com^$popup
||ylih6ftygq7.com^$popup
||ym-a.cc^$popup
||yodbox.com^$popup
||yogacomplyfuel.com^$popup
||yogadignified.com^$popup
||yok.la^$popup,third-party
||yolage.uno^$popup
||yolkhandledwheels.com^$popup
||yonmasqueraina.com^$popup
||yonsandileer.com^$popup
||yophaeadizesave.com^$popup
||your-sugar-girls.com^$popup
||youradexchange.com^$popup
||yourcommonfeed.com^$popup
||yourcoolfeed.com^$popup
||yourfreshjournal.com^$popup
||yourfreshposts.com^$popup
||yourperfectdating.life^$popup
||yourprivacy.icu^$popup
||yourtopwords.com^$popup
||ysesials.net^$popup
||ytgzz.com^$popup
||yukclick.me^$popup
||yy8fgl2bdv.com^$popup
||z5x.net^$popup
||z7yru.com^$popup
||zaglushkaaa.com^$popup
||zajukrib.net^$popup
||zcode12.me^$popup
||zebeaa.click^$popup
||zedo.com^$popup
||zeechoog.net^$popup
||zeechumy.com^$popup
||zeepartners.com^$popup
||zenaps.com^$popup
||zendplace.pro^$popup
||zeroredirect1.com^$popup
||zetaframes.com^$popup
||zidapi.xyz^$popup
||zikroarg.com^$popup
||zirdough.net^$popup
||ziziatramel.uno^$popup
||zlink1.com^$popup
||zlink2.com^$popup
||zlink6.com^$popup
||zlink8.com^$popup
||zlink9.com^$popup
||zlinkb.com^$popup
||zlinkm.com^$popup
||zlinkv.com^$popup
||znqip.net^$popup
||znqip.org^$popup
||zog.link^$popup
||zonupiza.com^$popup
||zougreek.com^$popup
||zryydi.com^$popup
||zscwdu.com^$popup
||zugnogne.com^$popup
||zunsoach.com^$popup
||zuphaims.com^$popup
||zwqzxh.com^$popup
||zwtssi.com^$popup
||zybrdr.com^$popup
||url.rw/*&a=$popup
||url.rw/*&mid=$popup
||142.91.$popup,third-party,domain=~in-addr.arpa
||142.91.159.$popup
||142.91.159.107^$popup
||142.91.159.127^$popup
||142.91.159.136^$popup
||142.91.159.139^$popup
||142.91.159.146^$popup
||142.91.159.147^$popup
||142.91.159.164^$popup
||142.91.159.169^$popup
||142.91.159.179^$popup
||142.91.159.220^$popup
||142.91.159.223^$popup
||142.91.159.244^$popup
||143.244.184.39^$popup
||146.59.223.83^$popup
||158.247.208.$popup
||158.247.208.115^$popup
||172.255.6.$popup,third-party,domain=~in-addr.arpa
||172.255.6.135^$popup
||172.255.6.137^$popup
||172.255.6.139^$popup
||172.255.6.150^$popup
||172.255.6.152^$popup
||172.255.6.199^$popup
||172.255.6.217^$popup
||172.255.6.228^$popup
||172.255.6.248^$popup
||172.255.6.254^$popup
||172.255.6.2^$popup
||172.255.6.59^$popup
||176.31.68.242^$popup
||185.147.34.126^$popup
||188.42.84.110^$popup
||188.42.84.159^$popup
||188.42.84.160^$popup
||188.42.84.162^$popup
||188.42.84.199^$popup
||188.42.84.21^$popup
||188.42.84.23^$popup
||203.195.121.$popup
||203.195.121.0^$popup
||203.195.121.103^$popup
||203.195.121.119^$popup
||203.195.121.134^$popup
||203.195.121.184^$popup
||203.195.121.195^$popup
||203.195.121.209^$popup
||203.195.121.217^$popup
||203.195.121.219^$popup
||203.195.121.224^$popup
||203.195.121.229^$popup
||203.195.121.24^$popup
||203.195.121.28^$popup
||203.195.121.29^$popup
||203.195.121.34^$popup
||203.195.121.36^$popup
||203.195.121.40^$popup
||203.195.121.70^$popup
||203.195.121.72^$popup
||203.195.121.73^$popup
||203.195.121.74^$popup
||23.109.150.101^$popup
||23.109.150.208^$popup
||23.109.170.228^$popup
||23.109.248.$popup
||23.109.248.129^$popup
||23.109.248.130^$popup
||23.109.248.135^$popup
||23.109.248.139^$popup
||23.109.248.149^$popup
||23.109.248.14^$popup
||23.109.248.174^$popup
||23.109.248.183^$popup
||23.109.248.247^$popup
||23.109.248.29^$popup
||23.109.82.$popup
||23.109.82.104^$popup
||23.109.82.119^$popup
||23.109.82.173^$popup
||23.109.82.44^$popup
||23.109.82.74^$popup
||23.109.87.$popup
||23.109.87.101^$popup
||23.109.87.118^$popup
||23.109.87.123^$popup
||23.109.87.127^$popup
||23.109.87.139^$popup
||23.109.87.14^$popup
||23.109.87.15^$popup
||23.109.87.182^$popup
||23.109.87.192^$popup
||23.109.87.213^$popup
||23.109.87.217^$popup
||23.109.87.42^$popup
||23.109.87.47^$popup
||23.109.87.71^$popup
||23.109.87.74^$popup
||34.102.137.201^$popup
||5.45.79.15^$popup
||51.178.195.171^$popup
||51.195.115.102^$popup
||51.89.115.13^$popup
||88.42.84.136^$popup
/^https?:\/\/(35|104)\.(\d){1,3}\.(\d){1,3}\.(\d){1,3}\//$popup,third-party
/^https?:\/\/146\.59\.211\.(\d){1,3}.*/$popup,third-party
||18naked.com^$third-party
||4link.it^$third-party
||777-partner.com^$third-party
||777-partner.net^$third-party
||777-partners.com^$third-party
||777-partners.net^$third-party
||777partner.com^$script,third-party
||777partner.net^$third-party
||777partners.com^$third-party
||acmexxx.com^$third-party
||adcell.de^$third-party
||adextrem.com^$third-party
||ads-adv.top^$third-party
||adsession.com^$third-party
||adsgangsta.com^$third-party
||adshnk.com^$third-party
||adsturn.com^$third-party
||adult3dcomics.com^$third-party
||adultforce.com^$third-party
||adultsense.com^$third-party
||aemediatraffic.com^$third-party
||affiliaxe.com^$third-party
||affiligay.net^$third-party
||aipmedia.com^$third-party
||all-about-tech.com^$third-party
||allosponsor.com^$third-party
||amateurhub.cam^$third-party
||asiafriendfinder.com^$third-party
||avfay.com^$third-party
||awempire.com^$third-party
||bcash4you.com^$third-party
||beachlinkz.com^$third-party
||betweendigital.com^$third-party
||black6adv.com^$third-party
||blackpics.net^$third-party
||blossoms.com^$third-party
||bookofsex.com^$third-party
||brothersincash.com^$third-party
||bumskontakte.ch^$third-party
||caltat.com^$third-party
||cam-lolita.net^$third-party
||cam4flat.com^$third-party
||camcrush.com^$third-party
||camdough.com^$third-party
||camduty.com^$third-party
||cameraprive.com^$third-party
||campartner.com^$third-party
||camsense.com^$third-party
||camsoda1.com^$third-party
||cashthat.com^$third-party
||cbmiocw.com^$third-party
||chatinator.com^$third-party
||citysex.com^$third-party
||clickaine.com^$third-party
||clipxn.com^$third-party
||cross-system.com^$script,third-party
||cwchmb.com^
||cybernetentertainment.com^$third-party
||daiporno.com^$third-party
||datefunclub.com^$third-party
||datetraders.com^$third-party
||datexchanges.net^$third-party
||datingadnetwork.com^$third-party
||datingamateurs.com^$third-party
||datingcensored.com^$third-party
||datingidol.com^$third-party
||debitcrebit669.com^$third-party
||deecash.com^$third-party
||demanier.com^$third-party
||dematom.com^$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
||donstick.com^$third-party
||dphunters.com^$third-party
||dtiserv2.com^$third-party
||easyflirt.com^$third-party
||eroadvertising.com^$third-party
||erotikdating.com^$third-party
||escortso.com^$third-party
||euro4ads.de^$third-party
||exchangecash.de^$third-party
||exclusivepussy.com^$third-party
||exoticads.com^$third-party
||faceporn.com^$third-party
||facetz.net^$third-party
||fapality.com^$third-party
||farrivederev.pro^$third-party
||felixflow.com^$third-party
||festaporno.com^$third-party
||filexan.com^$third-party
||findandtry.com^$third-party
||flashadtools.com^$third-party
||fleshcash.com^$third-party
||fleshlightgirls.com^$third-party
||flirt4e.com^$third-party
||flirt4free.com^$third-party
||flirtingsms.com^$third-party
||fncash.com^$third-party
||fncnet1.com^$third-party
||freakads.com^$third-party
||freeadultcomix.com^$third-party
||freevideos24h.com^$third-party
||freewebfonts.org^$third-party
||frestacero.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
||g--o.info^$third-party
||ganardineroreal.com^$third-party
||gayxperience.com^$third-party
||geofamily.ru^$third-party
||getiton.com^$third-party
||ggwcash.com^$third-party
||golderotica.com^$third-party
||hentai369.com^$third-party
||hookupbucks.com^$third-party
||hornymatches.com^$third-party
||hornyspots.com^$third-party
||hostave2.net^$third-party
||hotsocials.com^$third-party
||hubtraffic.com^$third-party
||icebns.com^$third-party
||icetraffic.com^$third-party
||idolbucks.com^$third-party
||ifrwam.com^$third-party
||iheartbucks.com^$third-party
||ilovecheating.com^$third-party
||imediacrew.club^$third-party
||imglnka.com^$third-party
||imglnkb.com^$third-party
||imglnkc.com^$third-party
||imlive.com^$script,third-party,domain=~imnude.com
||impressionmonster.com^$third-party
||in3x.net^$third-party
||inheart.ru^$third-party
||intelensafrete.stream^$third-party
||internebula.net^$third-party
||intrapromotion.com^$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
||ixspublic.com^$third-party
||jav-7mmtv.top^
||javbucks.com^$third-party
||joyourself.com^$third-party
||kadam.ru^$third-party
||kaplay.com^$third-party
||kcolbda.com^$third-party
||kinkadservercdn.com^
||kugo.cc^$third-party
||leche69.com^$third-party
||lickbylick.com^$third-party
||lifepromo.biz^$third-party
||links-and-traffic.com^$third-party
||livecam.com^$third-party
||livejasmin.tv^$third-party
||liveprivates.com^$third-party
||livepromotools.com^$third-party
||livestatisc.com^$third-party
||livexxx.me^$third-party
||loading-delivery1.com^$third-party
||lostun.com^$third-party
||lovecam.com.br^$third-party
||lovercash.com^$third-party
||lsawards.com^$third-party
||lucidcommerce.com^$third-party
||luvcash.com^$third-party
||lwxjg.com^$third-party
||madbanner.com^$third-party
||mallcom.com^$third-party
||marisappear.pro^$third-party
||markswebcams.com^$third-party
||masterbate.pro^$third-party
||masterwanker.com^$third-party
||matrimoniale3x.ro^$third-party
||matrix-cash.com^$third-party
||maxcash.com^$third-party
||maxiadv.com^$third-party
||mc-nudes.com^$third-party
||mcprofits.com^$third-party
||meccahoo.com^$third-party
||media-click.ru^$third-party
||mediad2.jp^$third-party
||mediumpimpin.com^$third-party
||meineserver.com^$third-party
||meta4-group.com^$third-party
||methodcash.com^$third-party
||meubonus.com^$third-party
||mileporn.com^$third-party
||mmaaxx.com^$third-party
||mmoframes.com^$third-party
||mncvjhg.com^$third-party
||mobalives.com^$third-party
||mobilerevenu.com^$third-party
||mobtop.ru^$third-party
||modelsgonebad.com^$third-party
||morehitserver.com^$third-party
||mp-https.info^$third-party
||mpmcash.com^$third-party
||mrporngeek.com^$third-party
||mrskincash.com^$third-party
||mtoor.com^$third-party
||mtree.com^$third-party
||mxpopad.com^$third-party
||myadultimpressions.com^$third-party
||myprecisionads.com^$third-party
||mywebclick.net^$third-party
||naiadexports.com^$third-party
||nastydollars.com^$third-party
||nativexxx.com^$third-party
||newads.bangbros.com^$third-party
||newagerevenue.com^$third-party
||newnudecash.com^$third-party
||nexxxt.biz^$third-party
||ngbn.net^$third-party
||ningme.ru^$third-party
||njmaq.com^$third-party
||nonkads.com^$third-party
||notify.support^$third-party
||nscash.com^$third-party
||nudedworld.com^$third-party
||nummobile.com^$third-party
||oconner.biz^$third-party
||offaces-butional.com^$third-party
||ohmygosh.info^
||omynews.net^$third-party
||onedmp.com.^$third-party
||onhercam.com^$third-party
||onlineporno.fun^$third-party
||ordermc.com^$third-party
||otaserve.net^$third-party
||otherprofit.com^$third-party
||ouslayer.co^$third-party
||outster.com^$third-party
||oxcluster.com^$third-party
||ozelmedikal.com^$third-party
||paid-to-promote.net^$third-party
||parkingpremium.com^$third-party
||partnercash.com^$third-party
||partnercash.de^$third-party
||pc20160522.com^$third-party
||pecash.com^$third-party
||pennynetwork.com^$third-party
||pepipo.com^$third-party
||philstraffic.com^$third-party
||pictureturn.com^$third-party
||pkeeper3.ru^$third-party
||plantaosexy.com^$third-party
||plugrush.com^$third-party
||pnads.com^$third-party
||pnperf.com^$third-party
||poonproscash.com^$third-party
||popander.com^$third-party
||popupclick.ru^$third-party
||porkolt.com^$third-party
||porn300.com^$third-party
||porn369.net^$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
||pornnperfect.com^$third-party
||porntrack.com^$third-party
||porntry.com^$third-party
||pourmajeurs.com^$third-party
||ppc-direct.com^$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
||profistats.net^$third-party
||program3.com^$third-party
||promo4partners.com^$third-party
||promocionesweb.com^$third-party
||promokrot.com^$third-party
||promotools.biz^$third-party
||promowebstar.com^$third-party
||propbn.com^$third-party
||protect-x.com^$third-party
||protizer.ru^$third-party
||prscripts.com^$third-party
||prtawe.com^$third-party
||psma01.com^$third-party
||psma03.com^$third-party
||ptclassic.com^$third-party
||ptrfc.com^$third-party
||ptwebcams.com^$third-party
||pussy-pics.net^$third-party
||pussyeatingclub.com^$third-party
||putanapartners.com^$third-party
||quantumws.net^$third-party
||qwerty24.net^$third-party
||rack-media.com^$third-party
||ragazzeinvendita.com^$third-party
||rareru.ru^$third-party
||rdiul.com^$third-party
||realitycash.com^$third-party
||realitytraffic.com^$third-party
||red-bees.com^$third-party
||redlightcenter.com^$third-party
||redpineapplemedia.com^$third-party
||reliablebanners.com^$third-party
||rivcash.com^$third-party
||royal-cash.com^$third-party
||rubanners.com^$third-party
||rukplaza.com^$third-party
||runetki.com^$third-party
||russianlovematch.com^$third-party
||safelinktracker.com^$third-party
||sancdn.net^$third-party
||sascentral.com^$third-party
||sbs-ad.com^$third-party
||searchpeack.com^$third-party
||secretbehindporn.com^$third-party
||seeawhale.com^$third-party
||seekbang.com^$third-party
||sehiba.com^$third-party
||seitentipp.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
||sexufly.com^$third-party
||sexuhot.com^$third-party
||sexvertise.com^$third-party
||sexy-ch.com^$third-party
||showmeyouradsnow.com^$third-party
||siccash.com^$third-party
||sixsigmatraffic.com^$third-party
||smartbn.ru^$third-party
||smartclick.net^$third-party
||smopy.com^$third-party
||sms-xxx.com^$third-party
||snapcheat.app^$third-party
||socialsexnetwork.net^$third-party
||solutionsadultes.com^$third-party
||souvlatraffic.com^$third-party
||spacash.com^$third-party
||spankmasters.com^$third-party
||spunkycash.com^$third-party
||startede.com^$third-party
||startwebpromo.com^$third-party
||staticxz.com^$third-party
||statserv.net^$third-party
||steamtraffic.com^$third-party
||streamateaccess.com^$third-party
||stripsaver.com^$third-party
||sunnysmedia.com^$third-party
||supuv3.com^$third-party
||sv2.biz^$third-party
||sweetmedia.org^$third-party
||sweetstudents.com^$third-party
||tantoporno.com^$third-party
||targetingnow.com^$third-party
||teasernet.ru^$third-party
||teaservizio.com^$third-party
||test1productions.com^$third-party
||the-adult-company.com^$third-party
||thepayporn.com^$third-party
||thesocialsexnetwork.com^$third-party
||thumbnail-galleries.net^$third-party
||timteen.com^$third-party
||tingrinter.com^$third-party
||tizernet.com^$third-party
||tm-core.net^$third-party
||tmserver-1.com^$third-party
||tmserver-2.net^$third-party
||tophosting101.com^$third-party
||topsexcams.club^$third-party
||tossoffads.com^$third-party
||traffbiz.ru^$third-party
||traffic-gate.com^$third-party
||traffic.ru^$third-party
||trafficholder.com^$third-party
||trafficlearn.com^$third-party
||trafficmagnates.com^$third-party
||trafficman.io^$third-party
||trafficpimps.com^$third-party
||trafficstars.com^$third-party
||traffictraffickers.com^$third-party
||trafficundercontrol.com^$third-party
||trfpump.com^$third-party
||trickyseduction.com^$third-party
||trunblock.com^$third-party
||trw12.com^$third-party
||try9.com^$third-party
||ttlmodels.com^$third-party
||tube.ac^$third-party
||tubeadnetwork.com^$third-party
||tubeadv.com^$third-party
||tubecorporate.com^$third-party
||tubepush.eu^$third-party
||tubesweet.com^$third-party
||twistyscash.com^$third-party
||uxernab.com^$third-party
||ver-pelis.net^$third-party
||verticalaffiliation.com^$third-party
||vfgta.com^$third-party
||vghd.com^$third-party
||vid123.net^$third-party
||video-people.com^$third-party
||vidsrev.com^$third-party
||viensvoircesite.com^$third-party
||virtuagirlhd.com^$third-party
||vivaclix.com^$third-party
||vividcash.com^$third-party
||vlexokrako.com^$third-party
||vlogexpert.com^$third-party
||vod-cash.com^$third-party
||vogozae.ru^$third-party
||voyeurhit.com^$third-party
||vrstage.com^$third-party
||vsexshop.ru^$third-party
||w4vecl1cks.com^$third-party
||wamcash.com^$third-party
||wantatop.com^$third-party
||watchmygf.to^$third-party
||wct.click^$third-party
||wifelovers.com^$third-party
||worldsbestcams.com^$third-party
||xgogi.com^$third-party
||xhamstercams.com^$third-party
||xlovecam.com^$third-party
||xogogowebcams.com^$third-party
||xtrafficads.com^$third-party
||xxxblackbook.com^$third-party
||xxxmatch.com^$third-party
||yourdatelink.com^$third-party
||yurivideo.com^$third-party
||1lzz.com^$popup
||1ts11.top^$popup
||3questionsgetthegirl.com^$popup
||9content.com^$popup
||adextrem.com^$popup
||adultadworld.com^$popup
||banners.cams.com^$popup
||bestdatinghere.life^$popup
||c4tracking01.com^$popup
||cam4tracking.com^$popup
||checkmy.cam^$popup
||chokertraffic.com^$popup
||ckrf1.com^$popup
||connexionsafe.com^$popup
||cooch.tv^$popup,third-party
||cpng.lol.^$popup
||cpng.lol^$popup
||crdefault2.com^$popup
||crentexgate.com^$popup
||crlcw.link^$popup
||crptentry.com^$popup
||crptgate.com^$popup
||date-for-more.com^$popup
||datingshall.life^$popup
||datoporn.com^$popup
||desklks.com^$popup
||dirty-messenger.com^$popup
||dirty-tinder.com^$popup
||dumbpop.com^$popup
||ekod.info^$popup
||ero-advertising.com^$popup
||eroge.com^$popup
||ertya.com^$popup
||ezofferz.com^$popup
||flagads.net^$popup
||flndmyiove.net^$popup
||fpctraffic2.com^$popup
||freecamsexposed.com^$popup
||freewebcams.com^$popup,third-party
||friendfinder.com^$popup
||frtyi.com^$popup
||funkydaters.com^$popup
||gambol.link^$popup
||gayfinder.life^$popup
||get-partner.life^$popup
||girls.xyz^$popup
||global-trk.com^$popup
||go-route.com^$popup
||goaffmy.com^$popup
||grtyv.com^$popup
||hizlireklam.com^$popup
||hkl4h1trk.com^$popup
||hornymatches.com^$popup,third-party
||hotplay-games.life^$popup
||hottesvideosapps.com^$popup
||hpyrdr.com^$popup
||hrtya.com^$popup
||indianfriendfinder.com^$popup
||irtye.com^$popup
||isanalyze.com^$popup
||jav-7mmtv.top^$popup
||jizzy.org^$popup
||jsmjmp.com^$popup
||juicyads.com^$popup
||kaizentraffic.com^$popup
||libedgolart.com^$popup
||lncredlbiedate.com^$popup
||misspkl.com^$popup
||moradu.com^$popup
||mptentry.com^$popup
||needlive.com^$popup
||njmaq.com^$popup
||notimoti.com^$popup
||nyetm2mkch.com^$popup
||passtechusa.com^$popup
||pd-news.com^$popup
||pinkberrytube.com^$popup
||playgirl.com^$popup
||plinx.net^$popup,third-party
||poweredbyliquidfire.mobi^$popup
||prodtraff.com^$popup
||quadrinhoseroticos.net^$popup
||rdvinfidele.club^$popup
||reporo.net^$popup
||restions-planted.com^$popup
||reviewdollars.com^$popup
||sascentral.com^$popup
||setravieso.com^$popup
||sexad.net^$popup
||sexemulator.com^$popup
||sexflirtbook.com^$popup
||sexintheuk.com^$popup
||sexmotors.com^$popup,third-party
||sexpennyauctions.com^$popup
||slut2fuck.net^$popup
||snapcheat.app^$popup
||socialsex.biz^$popup
||socialsex.com^$popup
||targetingnow.com^$popup
||trackvoluum.com^$popup
||traffic.club^$popup
||trafficbroker.com^$popup
||trafficstars.com^$popup
||traffictraffickers.com^$popup
||trkbc.com^$popup
||trkinator.com^$popup
||viensvoircesite.com^$popup
||vlexokrako.com^$popup
||watchmygf.com^$popup
||xdtraffic.com^$popup
||xmatch.com^$popup
||xpeeps.com^$popup,third-party
||xvika.com^$popup
||xxlargepop.com^$popup
||xxxjmp.com^$popup
||xxxmatch.com^$popup
||zononi.com^$popup
||000webhost.com/images/banners/
||1034656016.rsc.cdn77.org^
||1080872514.rsc.cdn77.org^
||10945-2.s.cdn15.com^
||10945-5.s.cdn15.com^
||1139477033.rsc.cdn77.org^
||1162248229.rsc.cdn77.org^
||1187531871.rsc.cdn77.org^
||1212588358.rsc.cdn77.org^
||1300460716.rsc.cdn77.org^
||1307952151.rsc.cdn77.org^
||1360334243.rsc.cdn77.org^
||1427208974.rsc.cdn77.org^
||1437953666.rsc.cdn77.org^
||1482376030.rsc.cdn77.org^
||1489104297.rsc.cdn77.org^
||1612118426.rsc.cdn77.org^
||1675450967.rsc.cdn77.org^
||1687654299.rsc.cdn77.org^
||1736253261.rsc.cdn77.org^
||1737365450.rsc.cdn77.org^
||1838211237.rsc.cdn77.org^
||1906920927.rsc.cdn77.org^
||1927748188.rsc.cdn77.org^
||26216.stunserver.net/a8.js
||360playvid.com^$third-party
||360playvid.info^$third-party
||a-delivery.rmbl.ws^
||a.ucoz.net^
||ad-blocking24.net^
||ad-serve.b-cdn.net^
||ad.22betpartners.com^
||ad.about.co.kr^
||ad.bitmedia.io^
||ad.edugram.com^
||ad.kubiccomps.icu^
||ad.mail.ru/static/admanhtml/
||ad.mail.ru^$~image,domain=~mail.ru|~sportmail.ru
||ad.moe.video^
||ad.netmedia.hu^
||ad.reklamport.com^
||ad.tpmn.co.kr^
||ad.video-mech.ru^
||ad.wsod.com^
||adaptv.advertising.com^
||adfoc.us^$script,third-party
||adinplay-venatus.workers.dev^
||adncdnend.azureedge.net^
||ads-api.production.nebula-drupal.stuff.co.nz^
||ads-yallo-production.imgix.net^
||ads.betfair.com^
||ads.linkedin.com^$third-party
||ads.saymedia.com^
||ads.servebom.com^
||ads.sportradar.com^
||ads.travelaudience.com^
||ads.viralize.tv^
||ads.yahoo.com^$~image
||ads2.hsoub.com^
||adsales.snidigital.com^
||adserver-2084671375.us-east-1.elb.amazonaws.com^
||adserving.unibet.com^
||adtechvideo.s3.amazonaws.com^
||advast.sibnet.ru^
||adx-exchange.toast.com^
||aff.bstatic.com^
||affiliate.heureka.cz^
||affiliate.juno.co.uk^
||affiliate.mediatemple.net^
||affiliatepluginintegration.cj.com^
||afternic.com/v1/aftermarket/landers/
||ah.pricegrabber.com^
||akamaized.net/mr/popunder.js
||alarmsportsnetwork.com^$third-party
||allprivatekeys.com/static/banners/$third-party
||allsportsflix.
||alt63.chimeratool.com^
||amazonaws.com/campaigns-ad/
||amazonaws.com/mailcache.appinthestore.com/
||an.yandex.ru^$domain=~e.mail.ru
||answers.sg/embed/
||any.gs/visitScript/
||api-player.globalsun.io/api/publishers/player/content?category_id=*&adserver_id=$xmlhttprequest
||api.140proof.com^
||api.bitp.it^
||api.localadswidget.com^
||app.clickfunnels.com^$~stylesheet
||apps.media-lab.ai^
||aspencore.com/syndication/v3/partnered-content/
||assets.sheetmusicplus.com^$third-party
||autodealer.co.za/inc/widget/
||autotrader.ca/result/AutosAvailableListings.aspx?
||autotrader.co.za/partners/
||award.sitekeuring.net^
||awin1.com/cawshow.php$third-party
||awin1.com/cshow.php$third-party
||axm.am/am.ads.js
||azureedge.net/adtags/
||b.marfeelcache.com/statics/marfeel/gardac-sync.js
||bankrate.com/jsfeeds/
||banners.livepartners.com^
||bc.coupons.com^
||bc.vc/js/link-converter.js
||beauties-of-ukraine.com/export.js
||bescore.com/libs/e.js
||bet365.com/favicon.ico$third-party
||betclever.com/wp-admin/admin-ajax.php?action=coupons_widget_iframe&id=$third-party
||bharatmatrimony.com/matrimoney/matrimoneybanners/
||bidder.criteo.com^
||bidder.newspassid.com^
||bidorbuy.co.za/jsp/tradesearch/TradeFeedPreview.jsp?
||bids.concert.io^
||bigrock.in/affiliate/
||bit.ly^$image,domain=tooxclusive.com
||bitbond.com/affiliate-program/
||bl.wavecdn.de^
||blacklistednews.com/contentrotator/
||blogatus.com/images/banner/$third-party
||bluehost-cdn.com/media/partner/images/
||bluehost.com/track/
||bluehost.com/web-hosting/domaincheckapi/?affiliate=
||bluepromocode.com/images/widgets/
||bookingdragon.com^$subdocument,third-party
||br.coe777.com^
||bs-adserver.b-cdn.net^
||btguard.com/images/
||btr.domywife.com^
||bunkr.si/lazyhungrilyheadlicks.js
||bunkrr.su/lazyhungrilyheadlicks.js
||c.bannerflow.net^
||c2shb.pubgw.yahoo.com^
||caffeine.tv/embed/$third-party
||campaigns.williamhill.com^
||capital.com/widgets/$third-party
||careerwebsite.com/distrib_pages/jobs.cfm?
||carfax.com/img_myap/
||cas.*.criteo.com^
||cdn.ad.page^
||cdn.ads.tapzin.com^
||cdn.b2.ai^$third-party
||cdn.neighbourly.co.nz/widget/$subdocument
||cdn.vaughnsoft.net/abvs/
||cdn.wt-api.top^
||cdn22904910.ahacdn.me^
||cdn4.life/media/
||cdnpub.info^$subdocument,third-party,domain=~iqbroker.co|~iqbroker.com|~iqoption.co.th|~iqoption.com|~tr-iqoption.com
||cdnservices.net/megatag.js
||cex.io/img/b/
||cex.io/informer/
||chandrabinduad.com^$third-party
||chicoryapp.com^$third-party
||clarity.abacast.com^
||click.alibaba.com^$subdocument,third-party
||click.aliexpress.com^$subdocument,third-party
||clickfunnels.com/assets/cfpop.js
||clicknplay.to/api/spots/
||cloud.setupad.com^
||cloudbet.com/ad/
||cloudfront.net/*.min.css$script,third-party
||cloudfront.net/css/*.min.js$script,third-party
||cloudfront.net/images/*-min.js$script,third-party
||cloudfront.net/js/script_tag/new/sca_affiliate_
||coinmama.com/assets/img/banners/
||commercial.daznservices.com^
||contentexchange.me/widget/$third-party
||couponcp-a.akamaihd.net^
||cpkshop.com/campaign/$third-party
||cpm.amateurcommunity.de^
||cpmstar.com/cached/
||cpmstar.com/view.aspx
||creatives.inmotionhosting.com^
||crunchyroll.com/awidget/
||cse.google.com/cse_v2/ads$subdocument
||cts.tradepub.com^
||customer.heartinternet.co.uk^$third-party
||cuteonly.com/banners.php
||cxad.cxense.com^
||d3mmnnn9s2dcmq.cloudfront.net/shim/embed.js
||datafeedfile.com/widget/readywidget/
||dawanda.com/widget/
||ddownload.com/images/promo/$third-party
||dealextreme.com/affiliate_upload/
||desperateseller.co.uk/affiliates/
||digitaloceanspaces.com/woohoo/
||disqus.com/ads-iframe/
||disqus.com/listPromoted?
||dtrk.slimcdn.com^
||dunhilltraveldeals.com^$third-party
||dx.com/affiliate/
||e-tailwebstores.com/accounts/default1/banners/
||earn-bitcoins.net/banner_
||elliottwave.com/fw/regular_leaderboard.js
||engine.eroge.com^
||entainpartners.com/renderbanner.do?
||epnt.ebay.com^
||escape.insites.eu^
||espncdn.shop/nwm-dbh.min3.js
||etrader.kalahari.com^
||etrader.kalahari.net^
||extensoft.com/artisteer/banners/
||facebook.com/audiencenetwork/$third-party
||familytreedna.com/img/affiliates/
||fancybar.net/ac/fancybar.js?zoneid
||fapturbo.com/testoid/
||fc.lc/CustomTheme/img/ref$third-party
||feedads.feedblitz.com^
||fembedta.com/pub?
||fileboom.me/images/i/$third-party
||filterforge.com/images/banners/
||financeads.net/tb.php$third-party
||flowplayer.com/releases/ads/
||free-btc.org/banner/$third-party
||freshbooks.com/images/banners/
||futuresite.register.com/us?
||g.ezoic.net/ezosuigenerisc.js
||gadgets360.com/pricee/assets/affiliate/
||gamer-network.net/plugins/dfp/
||gamesports.net/monkey_
||gamezop.com/creatives/$image,third-party
||gamezop.com^$subdocument,third-party
||gamingjobsonline.com/images/banner/
||geobanner.friendfinder.com^$third-party
||get.cryptobrowser.site^
||get.davincisgold.com^
||get.paradise8.com^
||get.thisisvegas.com^
||gfxa.sheetmusicplus.com^
||gg.caixin.com^
||glam.com/app/
||glam.com/gad/
||go.bloxplay.com^
||go.ezodn.com^
||go.onelink.me^$image,script
||goldmoney.com/~/media/Images/Banners/
||google.com/adsense/ad
||google.com/adsense/domains
||google.com/adsense/search/$third-party
||google.com/afs/ads?
||google.com/dp/ads
||google.com/pagead/
||googleadapis.l.google.com^$third-party
||googleads.github.io^
||googlesyndication.com/pagead/
||googlesyndication.com/safeframe/
||gopjn.com/b/
||gopjn.com/i/
||graph.org/file/$third-party
||groupon.com/javascripts/common/affiliate_widget/
||grscty.com/images/banner/
||gsniper.com/images/
||hb.yahoo.net^
||hbid.ams3.cdn.digitaloceanspaces.com^
||heimalesssinpad.com/overroll/
||hide-my-ip.com/promo/
||highepcoffer.com/images/banners/
||hitleap.com/assets/banner
||hostmonster.com/src/js/$third-party
||hotlink.cc/promo/
||hotwire-widget.dailywire.com^$third-party
||httpslink.com/EdgeOfTheFire
||htvapps.com/ad_fallback/
||huffpost.com/embed/connatix/$subdocument
||ibvpn.com/img/banners/
||ifoneunlock.com/*_banner_
||imsynthesis.pro/banners/$third-party
||in.com/common/script_catch.js
||incrementxplay.com/api/adserver/
||indeed.fr/ads/
||infibeam.com/affiliate/
||inrdeals.com^$third-party
||instant-gaming.com/affgames/
||jam.hearstapps.com/js/renderer.js
||jinx.com/content/banner/
||jobs.sciencecareers.org^$subdocument,third-party
||jobtarget.com/distrib_pages/
||join.megaphonetv.com^$third-party
||js.manga1001.win^
||js.mangakl.su^
||js.mangalove.top^
||js.phoenixmanga.com^
||js.surecart.com/v1/affiliates?
||jsdelivr.net/gh/InteractiveAdvertisingBureau/
||jsdelivr.net/npm/prebid-
||jvzoo.com/assets/widget/
||jwpcdn.com/player/*/googima.js
||jwpcdn.com/player/plugins/bidding/
||jwpcdn.com/player/plugins/googima/
||k8s-adserver-adserver-4b35ec6a1d-815734624.us-east-1.elb.amazonaws.com^
||karma.mdpcdn.com^
||keep2share.cc/images/i/$third-party
||kontera.com/javascript/lib/KonaLibInline.js
||l.js-assets.cloud^
||lawdepot.com/affiliate/$third-party
||leadfamly.com/campaign/sdk/popup.min.js
||leads.media-tools.realestate.com.au/conversions.js
||legitonlinejobs.com/images/$third-party
||lesmeilleurs-jeux.net/images/ban/
||lessemf.com/images/banner-
||libcdnjs.com/js/script.js
||libs.outbrain.com/video/$third-party
||link.link.ru^
||linkconnector.com/tr.php
||linkconnector.com/traffic_record.php
||linkshrink.net^$script,third-party
||linkspy.cc/js/fullPageScript.min.js
||linkx.ix.tc^
||load.365analytics.xyz^
||lottoelite.com/banners/
||ltkcdn.net/ltkrev.js
||magictag.digislots.in^
||marketing.888.com^
||marketools.plus500.com/feeds/
||marketools.plus500.com/Widgets/
||mbid.marfeelrev.com^
||mcc.godaddy.com/park/
||media.netrefer.com^
||mediaplex.com/ad/
||memesng.com/ads
||mmin.io/embed/
||mmosale.com/baner_images/
||mmwebhandler.888.com^
||monetize-static.viralize.tv^
||mps.nbcuni.com/fetch/ext/
||mydirtyhobby.com^$third-party,domain=~my-dirty-hobby.com|~mydirtyhobby.de
||myfinance.com^$subdocument,third-party
||namecheap.com/graphics/linkus/
||netnaija.com/s/$script
||news.smi2.ru^$third-party
||newsiqra.com^$subdocument,third-party
||nitroflare.com/img/banners/
||noagentfees.com^$subdocument,domain=independent.com.mt
||oilofasia.com/images/banners/
||onnetwork.tv/widget/
||ooproxy.azurewebsites.net^$xmlhttprequest,domain=imasdk.googleapis.com
||orangebuddies.nl/image/banners/
||outbrainimg.com/transform/$media,third-party
||p.jwpcdn.com/player/plugins/vast/
||p.smartertravel.com^
||pacontainer.s3.amazonaws.com^
||page.24supportkit.com^
||pagead2.googlesyndication.com^
||pages.etoro.com/widgets/$third-party
||paicdn.privateapi.click^
||parking.godaddy.com^$third-party
||partner-app.softwareselect.com^
||partner.e-conomic.com^
||partner.vecteezy.com^
||partners.autotrader.co.uk^
||partners.betus.com^
||partners.dogtime.com^
||partners.etoro.com^$third-party
||partners.hostgator.com^
||partners.rochen.com^
||payza.com/images/banners/
||pb.s3wfg.com^
||perfectmoney.com/img/banners/
||phonephotographytricks.com/images/banners/
||pics.firstload.de^
||pjatr.com^$image,script
||pjtra.com^$image,script
||play-asia.com^$image,subdocument,third-party
||player.globalsun.io/player/videojs-contrib-ads$script,third-party
||plchldr.co^$third-party
||plista.com/async_lib.js?
||plista.com/tiny/$third-party
||plus.net/images/referrals/
||pngmart.com/files/10/Download-Now-Button-PNG-Free-Download.png
||pntra.com^$image,script
||pntrac.com^$image,script
||pntrs.com^$image,script
||popmog.com^
||press-start.com/affgames/
||privateinternetaccess.com^$script,third-party,xmlhttprequest
||privatejetfinder.com/skins/partners/$third-party
||promos.fling.com^
||promote.pair.com/88x31.pl
||proxysolutions.net/affiliates/
||pubfeed.linkby.com^
||public.porn.fr^$third-party
||publish0x.com^$image,script,third-party
||purevpn.com/affiliates/
||qsearch-a.akamaihd.net^
||racebets.com/media.php?
||random-affiliate.atimaze.com^
||rapidgator.net/images/pics/510_468%D1%8560_1.gif
||readme.ru/informer/
||recipefy.net/rssfeed.php
||redirect-ads.com^$~subdocument,third-party
||redtram.com^$script,third-party
||refinery89.com/performance/
||reiclub.com/templates/interviews/exit_popup/
||remax-malta.com/widget_new/$third-party
||rentalcars.com/partners/
||resellerratings.com/popup/include/popup.js
||rotabanner.kulichki.net^
||rotator.tradetracker.net^
||rubylife.go2cloud.org^
||s1.wp.com^$subdocument,third-party
||saambaa.com^$third-party
||safarinow.com/affiliate-zone/
||safelinku.com/js/web-script.js
||sailthru.com^*/horizon.js
||sascdn.com/config.js
||sascdn.com/diff/$image,script
||sascdn.com/tag/
||saveit.us/img/$third-party
||sbhc.portalhc.com^
||sbitany.com^*/affiliate/$third-party
||screen13.com/publishers/
||sdk.apester.com/*.adsbygoogle.min.js
||sdk.apester.com/*.Monetization.min.js
||search-carousel-widget.snc-prod.aws.cinch.co.uk^
||secure.money.com^$third-party
||service.smscoin.com/js/sendpic.js
||services.zam.com^
||shareasale.com/image/$third-party
||shink.in/js/script.js
||shopmyshelf.us^$third-party
||shorte.st/link-converter.min.js
||signup.asurion.com^$subdocument
||siteground.com/img/affiliate/
||siteground.com/img/banners/
||skimresources.com^$script,subdocument,third-party
||slysoft.com/img/banner/
||smartads.statsperform.com^
||smartdestinations.com/ai/
||snacklink.co/js/web-script.js
||snacktools.net/bannersnack/$domain=~bannersnack.dev
||socialmonkee.com/images/
||sorcerers.net/includes/butler/
||squirrels.getsquirrel.co^
||srv.dynamicyield.com^
||srv.tunefindforfans.com^
||srx.com.sg/srx/media/
||ssl-images-amazon.com/images/*/DAsf-
||ssl-images-amazon.com/images/*/MAsf-
||static.ifruplink.net/static_src/mc-banner/
||static.prd.datawars.io/static/promo/
||static.sunmedia.tv/integrations/
||static.tradetracker.net^$third-party
||staticmisc.blob.core.windows.net^$domain=onecompiler.com
||storage.googleapis.com/adtags/
||storage.googleapis.com/ba_utils/stab.js
||streambeast.io/aclib.js
||streaming.jsonmediapacks.com^
||stunserver.net/frun.js
||sunflowerbright104.io/sdk.js
||sunflowerbright109.io/sdk.js
||supply.upjers.com^
||surdotly.com/js/Surly.min.js
||surveymonkey.com/jspop.aspx?
||sweeva.com/images/banner250.gif
||syndicate.payloadz.com^
||t.co^$subdocument,domain=kshow123.tv
||taboola.com/vpaid/
||tag.regieci.com^
||takefile.link/promo/$third-party
||targeting.vdo.ai^
||tcadserver.rain-digital.ca^
||tech426.com/pub/
||textlinks.com/images/banners/
||thefreesite.com/nov99bannov.gif
||themespixel.net/banners/
||thscore.fun/mn/
||ti.tradetracker.net^
||tillertag-a.akamaihd.net^
||toplist.raidrush.ws^$third-party
||torrindex.net/images/ads/
||torrindex.net/images/epv/
||torrindex.net/static/tinysort.min.js
||totalmedia2.ynet.co.il/new_gpt/
||track.10bet.com^
||track.effiliation.com^$image,script
||traffer.biz/img/banners/
||travel.mediaalpha.com/js/serve.js
||trendads.reactivebetting.com^
||trstx.org/overroll/
||truex.com/js/client.js
||trvl-px.com/trvl-px/
||turb.cc/fd1/img/promo/
||typicalstudent.org^$third-party
||ummn.nu^$subdocument
||uploaded.net/img/public/$third-party
||utility.rogersmedia.com/wrapper.js
||vhanime.com/js/bnanime.js
||vice-publishers-cdn.vice.com^
||vidcrunch.com/integrations/$script,third-party
||video-ads.a2z.com^
||videosvc.ezoic.com^
||vidoomy.com/api/adserver/
||viralize.tv/t-bid-opportunity/
||virool.com/widgets/
||vpnrice.com/a/p.js
||vrixon.com/adsdk/
||vultr.com/media/banner
||vuukle.com/ads/
||vv.7vid.net^
||web-hosting.net.my/banner/
||web.adblade.com^
||webapps.leasing.com^
||webseed.com/WP/
||weby.aaas.org^
||whatismyipaddress.cyou/assets/images/ip-banner.png
||wheelify.cartzy.com^
||widget.engageya.com/engageya_loader.js
||widget.golfscape.com^
||widget.searchschoolsnetwork.com^
||widget.sellwild.com^
||widget.shopstyle.com^
||widgets.business.com^
||widgets.lendingtree.com^
||widgets.oddschecker.com^
||widgets.outbrain.com^*/widget.js
||widgets.progrids.com^
||widgets.tree.com^
||winonexd.b-cdn.net^
||wistia.com/assets/external/googleAds.js
||wixlabs-adsense-v3.uc.r.appspot.com^
||wowtcgloot.com/share/?d=$third-party
||wp.com/assets.sheetmusicplus.com/banner/
||wp.com/assets.sheetmusicplus.com/smp/
||wp.com/bugsfighter.com/wp-content/uploads/2016/07/adguard-banner.png
||wpengine.com/wp-json/api/advanced_placement/api-in-article-ad/
||wpzoom.com/images/aff/
||ws.amazon.*/widgets/$third-party
||wsimg.com/parking-lander/
||yahoo.com/bidRequest
||yastatic.net/pcode/adfox/header-bidding.js
||yield-op-idsync.live.streamtheworld.com^
||yimg.com/dy/ads/native.js
||yimg.com/dy/ads/readmo.js
||z3x-team.com/wp-content/*-banner-
||zergnet.com/zerg.js
||ziffstatic.com/pg/
||ziffstatic.com/zmg/pogoadk.js
||zv.7vid.net^
||ad.intl.xiaomi.com^
||ad.samsungadhub.com^
||ad.xiaomi.com^
||samsungadhub.com^$third-party
/^https?:\/\/s3\.*.*\.amazonaws\.com\/[a-f0-9]{45,}\/[a-f,0-9]{8,10}$/$script,third-party,xmlhttprequest,domain=~amazon.com
||s3.amazonaws.com^*/f10ac63cd7
||s3.amazonaws.com^*/secure.js
||tsbluebox.com^$third-party
||d10ce3z4vbhcdd.cloudfront.net^
||d10lumateci472.cloudfront.net^
||d10lv7w3g0jvk9.cloudfront.net^
||d10nkw6w2k1o10.cloudfront.net^
||d10wfab8zt419p.cloudfront.net^
||d10zmv6hrj5cx1.cloudfront.net^
||d114isgihvajcp.cloudfront.net^
||d1180od816jent.cloudfront.net^
||d11enq2rymy0yl.cloudfront.net^
||d11hjbdxxtogg5.cloudfront.net^
||d11p7gi4d9x2s0.cloudfront.net^
||d11qytb9x1vnrm.cloudfront.net^
||d11tybz5ul8vel.cloudfront.net^
||d11zevc9a5598r.cloudfront.net^
||d126kahie2ogx0.cloudfront.net^
||d12czbu0tltgqq.cloudfront.net^
||d12dky1jzngacn.cloudfront.net^
||d12t7h1bsbq1cs.cloudfront.net^
||d12tu1kocp8e8u.cloudfront.net^
||d12ylqdkzgcup5.cloudfront.net^
||d13gni3sfor862.cloudfront.net^
||d13j11nqjt0s84.cloudfront.net^
||d13k7prax1yi04.cloudfront.net^
||d13pxqgp3ixdbh.cloudfront.net^
||d13vul5n9pqibl.cloudfront.net^
||d140sbu1b1m3h0.cloudfront.net^
||d141wsrw9m4as6.cloudfront.net^
||d142i1hxvwe38g.cloudfront.net^
||d145ghnzqbsasr.cloudfront.net^
||d14821r0t3377v.cloudfront.net^
||d14zhsq5aop7ap.cloudfront.net^
||d154nw1c88j0q6.cloudfront.net^
||d15bcy38hlba76.cloudfront.net^
||d15gt9gwxw5wu0.cloudfront.net^
||d15jg7068qz6nm.cloudfront.net^
||d15kdpgjg3unno.cloudfront.net^
||d15kuuu3jqrln7.cloudfront.net^
||d15mt77nzagpnx.cloudfront.net^
||d162nnmwf9bggr.cloudfront.net^
||d16saj1xvba76n.cloudfront.net^
||d175dtblugd1dn.cloudfront.net^
||d17757b88bjr2y.cloudfront.net^
||d17c5vf4t6okfg.cloudfront.net^
||d183xvcith22ty.cloudfront.net^
||d1856n6bep9gel.cloudfront.net^
||d188elxamt3utn.cloudfront.net^
||d188m5xxcpvuue.cloudfront.net^
||d18b5y9gp0lr93.cloudfront.net^
||d18e74vjvmvza1.cloudfront.net^
||d18g6t7whf8ejf.cloudfront.net^
||d18hqfm1ev805k.cloudfront.net^
||d18kg2zy9x3t96.cloudfront.net^
||d18mealirgdbbz.cloudfront.net^
||d18myvrsrzjrd7.cloudfront.net^
||d18ql5xgy7gz3p.cloudfront.net^
||d18t35yyry2k49.cloudfront.net^
||d192g7g8iuw79c.cloudfront.net^
||d192r5l88wrng7.cloudfront.net^
||d199kwgcer5a6q.cloudfront.net^
||d19bpqj0yivlb3.cloudfront.net^
||d19gkl2iaav80x.cloudfront.net^
||d19y03yc9s7c1c.cloudfront.net^
||d1a3jb5hjny5s4.cloudfront.net^
||d1aa9f6zukqylf.cloudfront.net^
||d1ac2du043ydir.cloudfront.net^
||d1aezk8tun0dhm.cloudfront.net^
||d1aiciyg0qwvvr.cloudfront.net^
||d1ap9gbbf77h85.cloudfront.net^
||d1appgm50chwbg.cloudfront.net^
||d1aqvw7cn4ydzo.cloudfront.net^
||d1aukpqf83rqhe.cloudfront.net^
||d1ayv3a7nyno3a.cloudfront.net^
||d1az618or4kzj8.cloudfront.net^
||d1aznprfp4xena.cloudfront.net^
||d1azpphj80lavy.cloudfront.net^
||d1b240xv9h0q8y.cloudfront.net^
||d1b499kr4qnas6.cloudfront.net^
||d1b9b1cxai2c03.cloudfront.net^
||d1bad9ankyq5eg.cloudfront.net^
||d1bci271z7i5pg.cloudfront.net^
||d1betjlqogdr97.cloudfront.net^
||d1bf1sb7ks8ojo.cloudfront.net^
||d1bi6hxlc51jjw.cloudfront.net^
||d1bioqbsunwnrb.cloudfront.net^
||d1bkis4ydqgspg.cloudfront.net^
||d1bxkgbbc428vi.cloudfront.net^
||d1clmik8la8v65.cloudfront.net^
||d1crfzlys5jsn1.cloudfront.net^
||d1crt12zco2cvf.cloudfront.net^
||d1csp7vj6qqoa6.cloudfront.net^
||d1d7hwtv2l91pm.cloudfront.net^
||d1dh1gvx7p0imm.cloudfront.net^
||d1diqetif5itzx.cloudfront.net^
||d1djrodi2reo2w.cloudfront.net^
||d1e28xq8vu3baf.cloudfront.net^
||d1e3vw6pz2ty1m.cloudfront.net^
||d1e9rtdi67kart.cloudfront.net^
||d1ebha2k07asm5.cloudfront.net^
||d1eeht7p8f5lpk.cloudfront.net^
||d1eknpz7w55flg.cloudfront.net^
||d1err2upj040z.cloudfront.net^
||d1esebcdm6wx7j.cloudfront.net^
||d1ev4o49j4zqc3.cloudfront.net^
||d1ev866ubw90c6.cloudfront.net^
||d1eyw3m16hfg9c.cloudfront.net^
||d1ezlc9vy4yc7g.cloudfront.net^
||d1f05vr3sjsuy7.cloudfront.net^
||d1f52ha44xvggk.cloudfront.net^
||d1f5r3d462eit5.cloudfront.net^
||d1f7vr2umogk27.cloudfront.net^
||d1f9tkqiyb5a97.cloudfront.net^
||d1fs2ef81chg3.cloudfront.net^
||d1g2nud28z4vph.cloudfront.net^
||d1g4493j0tcwvt.cloudfront.net^
||d1g4xgvlcsj49g.cloudfront.net^
||d1g8forfjnu2jh.cloudfront.net^
||d1ha41wacubcnb.cloudfront.net^
||d1hgdmbgioknig.cloudfront.net^
||d1hnmxbg6rp2o6.cloudfront.net^
||d1hogxc58mhzo9.cloudfront.net^
||d1i11ea1m0er9t.cloudfront.net^
||d1i3h541wbnrfi.cloudfront.net^
||d1i76h1c9mme1m.cloudfront.net^
||d1igvjcl1gjs62.cloudfront.net^
||d1ilwohzbe4ao6.cloudfront.net^
||d1izuvv2qy7hel.cloudfront.net^
||d1j1m9awq6n3x3.cloudfront.net^
||d1j2jv7bvcsxqg.cloudfront.net^
||d1j47wsepxe9u2.cloudfront.net^
||d1j6limf657foe.cloudfront.net^
||d1j818d3wapogd.cloudfront.net^
||d1j9qsxe04m2ki.cloudfront.net^
||d1jcj9gy98l90g.cloudfront.net^
||d1jnvfp2m6fzvq.cloudfront.net^
||d1juimniehopp3.cloudfront.net^
||d1jwpd11ofhd5g.cloudfront.net^
||d1ks8roequxbwa.cloudfront.net^
||d1ktmtailsv07c.cloudfront.net^
||d1kttpj1t6674w.cloudfront.net^
||d1kwkwcfmhtljq.cloudfront.net^
||d1kx6hl0p7bemr.cloudfront.net^
||d1kzm6rtbvkdln.cloudfront.net^
||d1l906mtvq85kd.cloudfront.net^
||d1lihuem8ojqxz.cloudfront.net^
||d1lky2ntb9ztpd.cloudfront.net^
||d1lnjzqqshwcwg.cloudfront.net^
||d1lo4oi08ke2ex.cloudfront.net^
||d1lxhc4jvstzrp.cloudfront.net^
||d1mar6i7bkj1lr.cloudfront.net^
||d1mbgf0ge24riu.cloudfront.net^
||d1mbihpm2gncx7.cloudfront.net^
||d1mcwmzol446xa.cloudfront.net^
||d1my7gmbyaxdyn.cloudfront.net^
||d1n1ppeppre6d4.cloudfront.net^
||d1n3aexzs37q4s.cloudfront.net^
||d1n3tk65esqc4k.cloudfront.net^
||d1n5jb3yqcxwp.cloudfront.net^
||d1n6jx7iu0qib6.cloudfront.net^
||d1ndpste0fy3id.cloudfront.net^
||d1nkvehlw5hmj4.cloudfront.net^
||d1nmxiiewlx627.cloudfront.net^
||d1nnhbi4g0kj5.cloudfront.net^
||d1now6cui1se29.cloudfront.net^
||d1nssfq3xl2t6b.cloudfront.net^
||d1nubxdgom3wqt.cloudfront.net^
||d1nv2vx70p2ijo.cloudfront.net^
||d1nx2jii03b4ju.cloudfront.net^
||d1o1guzowlqlts.cloudfront.net^
||d1of5w8unlzqtg.cloudfront.net^
||d1okyw2ay5msiy.cloudfront.net^
||d1ol7fsyj96wwo.cloudfront.net^
||d1on4urq8lvsb1.cloudfront.net^
||d1or04kku1mxl9.cloudfront.net^
||d1oykxszdrgjgl.cloudfront.net^
||d1p0vowokmovqz.cloudfront.net^
||d1p3zboe6tz3yy.cloudfront.net^
||d1p7gp5w97u7t7.cloudfront.net^
||d1pdf4c3hchi80.cloudfront.net^
||d1pn3cn3ri604k.cloudfront.net^
||d1pvpz0cs1cjk8.cloudfront.net^
||d1q0x5umuwwxy2.cloudfront.net^
||d1q4x2p7t0gq14.cloudfront.net^
||d1qc76gneygidm.cloudfront.net^
||d1qggq1at2gusn.cloudfront.net^
||d1qk9ujrmkucbl.cloudfront.net^
||d1qow5kxfhwlu8.cloudfront.net^
||d1r3ddyrqrmcjv.cloudfront.net^
||d1r90st78epsag.cloudfront.net^
||d1r9f6frybgiqo.cloudfront.net^
||d1rguclfwp7nc8.cloudfront.net^
||d1rkd1d0jv6skn.cloudfront.net^
||d1rkf0bq85yx06.cloudfront.net^
||d1rp4yowwe587e.cloudfront.net^
||d1rsh847opos9y.cloudfront.net^
||d1s4mby8domwt9.cloudfront.net^
||d1sboz88tkttfp.cloudfront.net^
||d1sfclevshpbro.cloudfront.net^
||d1sjz3r2x2vk2u.cloudfront.net^
||d1sowp9ayjro6j.cloudfront.net^
||d1spc7iz1ls2b1.cloudfront.net^
||d1sqvt36mg3t1b.cloudfront.net^
||d1sytkg9v37f5q.cloudfront.net^
||d1t38ngzzazukx.cloudfront.net^
||d1t671k72j9pxc.cloudfront.net^
||d1t8it0ywk3xu.cloudfront.net^
||d1tizxwina1bjc.cloudfront.net^
||d1tt3ye7u0e0ql.cloudfront.net^
||d1tttug1538qv1.cloudfront.net^
||d1twn22x8kvw17.cloudfront.net^
||d1u1byonn4po0b.cloudfront.net^
||d1u5ibtsigyagv.cloudfront.net^
||d1uae3ok0byyqw.cloudfront.net^
||d1ue5xz1lnqk0d.cloudfront.net^
||d1ugiptma3cglb.cloudfront.net^
||d1ukp4rdr0i4nl.cloudfront.net^
||d1upt0rqzff34l.cloudfront.net^
||d1ux93ber9vlwt.cloudfront.net^
||d1uzjiv6zzdlbc.cloudfront.net^
||d1voskqidohxxs.cloudfront.net^
||d1vqm5k0hezeau.cloudfront.net^
||d1w24oanovvxvg.cloudfront.net^
||d1w5452x8p71hs.cloudfront.net^
||d1wbjksx0xxdn3.cloudfront.net^
||d1wc0ojltqk24g.cloudfront.net^
||d1wd81rzdci3ru.cloudfront.net^
||d1wi563t0137vz.cloudfront.net^
||d1wjz6mrey9f5v.cloudfront.net^
||d1wv5x2u0qrvjw.cloudfront.net^
||d1xdxiqs8w12la.cloudfront.net^
||d1xivydscggob7.cloudfront.net^
||d1xkyo9j4r7vnn.cloudfront.net^
||d1xo0f2fdn5no0.cloudfront.net^
||d1xw8yqtkk9ae5.cloudfront.net^
||d1y3xnqdd6pdbo.cloudfront.net^
||d1yaf4htak1xfg.cloudfront.net^
||d1ybdlg8aoufn.cloudfront.net^
||d1yeqwgi8897el.cloudfront.net^
||d1ytalcrl612d7.cloudfront.net^
||d1yyhdmsmo3k5p.cloudfront.net^
||d1z1vj4sd251u9.cloudfront.net^
||d1z2jf7jlzjs58.cloudfront.net^
||d1z58p17sqvg6o.cloudfront.net^
||d1zjpzpoh45wtm.cloudfront.net^
||d1zjr9cc2zx7cg.cloudfront.net^
||d1zrs4deyai5xm.cloudfront.net^
||d1zw85ny9dtn37.cloudfront.net^
||d1zw8evbrw553l.cloudfront.net^
||d1zy4z3rd7svgh.cloudfront.net^
||d1zzcae3f37dfx.cloudfront.net^
||d200108c6x0w2v.cloudfront.net^
||d204slsrhoah2f.cloudfront.net^
||d205jrj5h1616x.cloudfront.net^
||d20903hof2l33q.cloudfront.net^
||d20kfqepj430zj.cloudfront.net^
||d20nuqz94uw3np.cloudfront.net^
||d20tam5f2v19bf.cloudfront.net^
||d213cc9tw38vai.cloudfront.net^
||d219kvfj8xp5vh.cloudfront.net^
||d21f25e9uvddd7.cloudfront.net^
||d21m5j4ptsok5u.cloudfront.net^
||d21rudljp9n1rr.cloudfront.net^
||d223xrf0cqrzzz.cloudfront.net^
||d227cncaprzd7y.cloudfront.net^
||d227n6rw2vv5cw.cloudfront.net^
||d22ffr6srkd9zx.cloudfront.net^
||d22lbkjf2jpzr9.cloudfront.net^
||d22lo5bcpq2fif.cloudfront.net^
||d22rmxeq48r37j.cloudfront.net^
||d22sfab2t5o9bq.cloudfront.net^
||d22xmn10vbouk4.cloudfront.net^
||d22z575k8abudv.cloudfront.net^
||d236v5t33fsfwk.cloudfront.net^
||d23a1izvegnhq4.cloudfront.net^
||d23d7sc86jmil5.cloudfront.net^
||d23guct4biwna6.cloudfront.net^
||d23pdhuxarn9w2.cloudfront.net^
||d23spca806c5fu.cloudfront.net^
||d23xhr62nxa8qo.cloudfront.net^
||d24502rd02eo9t.cloudfront.net^
||d2483bverkkvsp.cloudfront.net^
||d24g87zbxr4yiz.cloudfront.net^
||d24iusj27nm1rd.cloudfront.net^
||d24yj1kykxwq2x.cloudfront.net^
||d25dfknw9ghxs6.cloudfront.net^
||d25xkbr68qqtcn.cloudfront.net^
||d261u4g5nqprix.cloudfront.net^
||d264dxqvolp03e.cloudfront.net^
||d26adrx9c3n0mq.cloudfront.net^
||d26e5rmb2qzuo3.cloudfront.net^
||d26p9ecwyy9zqv.cloudfront.net^
||d26yfyk0ym2k1u.cloudfront.net^
||d276dyxkw9wo01.cloudfront.net^
||d27genukseznht.cloudfront.net^
||d27gtglsu4f4y2.cloudfront.net^
||d27pxpvfn42pgj.cloudfront.net^
||d27qffx6rqb3qm.cloudfront.net^
||d27tzcmp091qxd.cloudfront.net^
||d27x9po2cfinm5.cloudfront.net^
||d28exbmwuav7xa.cloudfront.net^
||d28quk6sxoh2w5.cloudfront.net^
||d28s7kbgrs6h2f.cloudfront.net^
||d28u86vqawvw52.cloudfront.net^
||d28uhswspmvrhb.cloudfront.net^
||d28xpw6kh69p7p.cloudfront.net^
||d2906506rwyvg2.cloudfront.net^
||d29bsjuqfmjd63.cloudfront.net^
||d29dbajta0the9.cloudfront.net^
||d29dzo8owxlzou.cloudfront.net^
||d29i6o40xcgdai.cloudfront.net^
||d29mxewlidfjg1.cloudfront.net^
||d2a80scaiwzqau.cloudfront.net^
||d2b4jmuffp1l21.cloudfront.net^
||d2bbq3twedfo2f.cloudfront.net^
||d2bkkt3kqfmyo0.cloudfront.net^
||d2bvfdz3bljcfk.cloudfront.net^
||d2bxxk33t58v29.cloudfront.net^
||d2byenqwec055q.cloudfront.net^
||d2c4ylitp1qu24.cloudfront.net^
||d2c8v52ll5s99u.cloudfront.net^
||d2camyomzxmxme.cloudfront.net^
||d2cgumzzqhgmdu.cloudfront.net^
||d2cmh8xu3ncrj2.cloudfront.net^
||d2cq71i60vld65.cloudfront.net^
||d2d8qsxiai9qwj.cloudfront.net^
||d2db10c4rkv9vb.cloudfront.net^
||d2dkurdav21mkk.cloudfront.net^
||d2dyjetg3tc2wn.cloudfront.net^
||d2e30rravz97d4.cloudfront.net^
||d2e5x3k1s6dpd4.cloudfront.net^
||d2e7rsjh22yn3g.cloudfront.net^
||d2edfzx4ay42og.cloudfront.net^
||d2ei3pn5qbemvt.cloudfront.net^
||d2ele6m9umnaue.cloudfront.net^
||d2elslrg1qbcem.cloudfront.net^
||d2enprlhqqv4jf.cloudfront.net^
||d2er1uyk6qcknh.cloudfront.net^
||d2ers4gi7coxau.cloudfront.net^
||d2eyuq8th0eqll.cloudfront.net^
||d2f0ixlrgtk7ff.cloudfront.net^
||d2f0uviei09pxb.cloudfront.net^
||d2fbkzyicji7c4.cloudfront.net^
||d2fbvay81k4ji3.cloudfront.net^
||d2fhrdu08h12cc.cloudfront.net^
||d2fmtc7u4dp7b2.cloudfront.net^
||d2focgxak1cn74.cloudfront.net^
||d2foi16y3n0s3e.cloudfront.net^
||d2fsfacjuqds81.cloudfront.net^
||d2g8ksx1za632p.cloudfront.net^
||d2g9nmtuil60cb.cloudfront.net^
||d2ga0x5nt7ml6e.cloudfront.net^
||d2gc6r1h15ux9j.cloudfront.net^
||d2ghscazvn398x.cloudfront.net^
||d2glav2919q4cw.cloudfront.net^
||d2h2t5pll64zl8.cloudfront.net^
||d2h7xgu48ne6by.cloudfront.net^
||d2h85i07ehs6ej.cloudfront.net^
||d2ho1n52p59mwv.cloudfront.net^
||d2hvwfg7vv4mhf.cloudfront.net^
||d2i4wzwe8j1np9.cloudfront.net^
||d2i55s0cnk529c.cloudfront.net^
||d2it3a9l98tmsr.cloudfront.net^
||d2izcn32j62dtp.cloudfront.net^
||d2j042cj1421wi.cloudfront.net^
||d2j71mqxljhlck.cloudfront.net^
||d2jgbcah46jjed.cloudfront.net^
||d2jgp81mjwggyr.cloudfront.net^
||d2jp0uspx797vc.cloudfront.net^
||d2jp87c2eoduan.cloudfront.net^
||d2jtzjb71xckmj.cloudfront.net^
||d2juccxzu13rax.cloudfront.net^
||d2jw88zdm5mi8i.cloudfront.net^
||d2k487jakgs1mb.cloudfront.net^
||d2k7b1tjy36ro0.cloudfront.net^
||d2k7gvkt8o1fo8.cloudfront.net^
||d2kadvyeq051an.cloudfront.net^
||d2kd9y1bp4zc6.cloudfront.net^
||d2khpmub947xov.cloudfront.net^
||d2kk0o3fr7ed01.cloudfront.net^
||d2klx87bgzngce.cloudfront.net^
||d2kpucccxrl97x.cloudfront.net^
||d2ksh1ccat0a7e.cloudfront.net^
||d2l3f1n039mza.cloudfront.net^
||d2lahoz916es9g.cloudfront.net^
||d2lmzq02n8ij7j.cloudfront.net^
||d2lp70uu6oz7vk.cloudfront.net^
||d2ltukojvgbso5.cloudfront.net^
||d2lxammzjarx1n.cloudfront.net^
||d2mic0r0bo3i6z.cloudfront.net^
||d2mqdhonc9glku.cloudfront.net^
||d2muzdhs7lpmo0.cloudfront.net^
||d2mw3lu2jj5laf.cloudfront.net^
||d2n2qdkjbbe2l7.cloudfront.net^
||d2n726m6x5iwwx.cloudfront.net^
||d2na2p72vtqyok.cloudfront.net^
||d2nlytvx51ywh9.cloudfront.net^
||d2nz8k4xyoudsx.cloudfront.net^
||d2o03z2xnyxlz5.cloudfront.net^
||d2o51l6pktevii.cloudfront.net^
||d2ob4whwpjvvpa.cloudfront.net^
||d2ohmkyg5w2c18.cloudfront.net^
||d2ojfulajn60p5.cloudfront.net^
||d2oouw5449k1qr.cloudfront.net^
||d2osk0po1oybwz.cloudfront.net^
||d2ov8ip31qpxly.cloudfront.net^
||d2ovgc4ipdt6us.cloudfront.net^
||d2oxs0429n9gfd.cloudfront.net^
||d2oy22m6xey08r.cloudfront.net^
||d2p3vqj5z5rdwv.cloudfront.net^
||d2pdbggfzjbhzh.cloudfront.net^
||d2pnacriyf41qm.cloudfront.net^
||d2pspvbdjxwkpo.cloudfront.net^
||d2pxbld8wrqyrk.cloudfront.net^
||d2q52i8yx3j68p.cloudfront.net^
||d2q7jbv4xtaizs.cloudfront.net^
||d2q9y3krdwohfj.cloudfront.net^
||d2qf34ln5axea0.cloudfront.net^
||d2qfd8ejsuejas.cloudfront.net^
||d2qhg50jab93jy.cloudfront.net^
||d2qn0djb6oujlt.cloudfront.net^
||d2qnx6y010m4rt.cloudfront.net^
||d2qz7ofajpstv5.cloudfront.net^
||d2r2yqcp8sshc6.cloudfront.net^
||d2r3rw91i5z1w9.cloudfront.net^
||d2rd7z2m36o6ty.cloudfront.net^
||d2rsvcm1r8uvmf.cloudfront.net^
||d2rx475ezvxy0h.cloudfront.net^
||d2s31asn9gp5vl.cloudfront.net^
||d2s9nyc35a225l.cloudfront.net^
||d2sbzwmcg5amr3.cloudfront.net^
||d2sffavqvyl9dp.cloudfront.net^
||d2sj2q93t0dtyb.cloudfront.net^
||d2sn24mi2gn24v.cloudfront.net^
||d2sp5g360gsxjh.cloudfront.net^
||d2sucq8qh4zqzj.cloudfront.net^
||d2t72ftdissnrr.cloudfront.net^
||d2t7a3zbo166a9.cloudfront.net^
||d2taktuuo4oqx.cloudfront.net^
||d2tkdzior84vck.cloudfront.net^
||d2tvgfsghnrkwb.cloudfront.net^
||d2u2lv2h6u18yc.cloudfront.net^
||d2u4fn5ca4m3v6.cloudfront.net^
||d2u6dc21frjf6h.cloudfront.net^
||d2uap9jskdzp2.cloudfront.net^
||d2udkjdo48yngu.cloudfront.net^
||d2uepos3ef6db0.cloudfront.net^
||d2uhnetoehh304.cloudfront.net^
||d2uy8iq3fi50kh.cloudfront.net^
||d2uyi99y1mkn17.cloudfront.net^
||d2v02itv0y9u9t.cloudfront.net^
||d2v4wf9my00msd.cloudfront.net^
||d2va1d0hpla18n.cloudfront.net^
||d2vmavw0uawm2t.cloudfront.net^
||d2vorijeeka2cf.cloudfront.net^
||d2vvyk8pqw001z.cloudfront.net^
||d2vwl2vhlatm2f.cloudfront.net^
||d2vwsmst56j4zq.cloudfront.net^
||d2w92zbcg4cwxr.cloudfront.net^
||d2werg7o2mztut.cloudfront.net^
||d2wexw25ezayh1.cloudfront.net^
||d2wpx0eqgykz4q.cloudfront.net^
||d2x0u7rtw4p89p.cloudfront.net^
||d2x19ia47o8gwm.cloudfront.net^
||d2xng9e6gymuzr.cloudfront.net^
||d2y8ttytgze7qt.cloudfront.net^
||d2yeczd6cyyd0z.cloudfront.net^
||d2ykons4g8jre6.cloudfront.net^
||d2ywv53s25fi6c.cloudfront.net^
||d2z51a9spn09cw.cloudfront.net^
||d2zbpgxs57sg1k.cloudfront.net^
||d2zcblk8m9mzq5.cloudfront.net^
||d2zf5gu5e5mp87.cloudfront.net^
||d2zh7okxrw0ix.cloudfront.net^
||d2zi8ra5rb7m89.cloudfront.net^
||d2zv5rkii46miq.cloudfront.net^
||d2zzazjvlpgmgi.cloudfront.net^
||d301cxwfymy227.cloudfront.net^
||d30sxnvlkawtwa.cloudfront.net^
||d30tme16wdjle5.cloudfront.net^
||d30ts2zph80iw7.cloudfront.net^
||d30yd3ryh0wmud.cloudfront.net^
||d313lzv9559yp9.cloudfront.net^
||d31m6w8i2nx65e.cloudfront.net^
||d31mxuhvwrofft.cloudfront.net^
||d31o2k8hutiibd.cloudfront.net^
||d31ph8fftb4r3x.cloudfront.net^
||d31rse9wo0bxcx.cloudfront.net^
||d31s5xi4eq6l6p.cloudfront.net^
||d31vxm9ubutrmw.cloudfront.net^
||d31y1abh02y2oj.cloudfront.net^
||d325d2mtoblkfq.cloudfront.net^
||d32bug9eb0g0bh.cloudfront.net^
||d32d89surjhks4.cloudfront.net^
||d32h65j3m1jqfb.cloudfront.net^
||d32hwlnfiv2gyn.cloudfront.net^
||d32t6p7tldxil2.cloudfront.net^
||d333p98mzatwjz.cloudfront.net^
||d33fc9uy0cnxl9.cloudfront.net^
||d33nui33dvl0el.cloudfront.net^
||d33otidwg56k90.cloudfront.net^
||d347nuc6bd1dvs.cloudfront.net^
||d34cixo0lr52lw.cloudfront.net^
||d34gjfm75zhp78.cloudfront.net^
||d34opff713c3gh.cloudfront.net^
||d34qb8suadcc4g.cloudfront.net^
||d34rdvn2ky3gnm.cloudfront.net^
||d34zwq0l4x27a6.cloudfront.net^
||d3584kspbipfh3.cloudfront.net/cm/
||d359wjs9dpy12d.cloudfront.net^
||d35fnytsc51gnr.cloudfront.net^
||d35kbxc0t24sp8.cloudfront.net^
||d35ve945gykp9v.cloudfront.net^
||d362plazjjo29c.cloudfront.net^
||d36gnquzy6rtyp.cloudfront.net^
||d36hsrzhv8pket.cloudfront.net^
||d36s9tmu0jh8rd.cloudfront.net^
||d36un5ytqxjgkq.cloudfront.net^
||d36zfztxfflmqo.cloudfront.net^
||d370hf5nfmhbjy.cloudfront.net^
||d379fkejtn2clk.cloudfront.net^
||d37abonb6ucrhx.cloudfront.net^
||d37ax1qs52h69r.cloudfront.net^
||d37byya7cvg7qr.cloudfront.net^
||d37pempw0ijqri.cloudfront.net^
||d37sevptuztre3.cloudfront.net^
||d37tb4r0t9g99j.cloudfront.net^
||d38190um0l9h9v.cloudfront.net^
||d38b9p5p6tfonb.cloudfront.net^
||d38goz54x5g9rw.cloudfront.net^
||d38itq6vdv6gr9.cloudfront.net^
||d38psrni17bvxu.cloudfront.net^
||d38rrxgee6j9l3.cloudfront.net^
||d396osuty6rfec.cloudfront.net^
||d399jvos5it4fl.cloudfront.net^
||d39hdzmeufnl50.cloudfront.net^
||d39xdhxlbi0rlm.cloudfront.net^
||d39xxywi4dmut5.cloudfront.net^
||d3a49eam5ump99.cloudfront.net^
||d3a781y1fb2dm6.cloudfront.net^
||d3aajkp07o1e4y.cloudfront.net^
||d3ahinqqx1dy5v.cloudfront.net^
||d3aiy6aqoa3ykz.cloudfront.net^
||d3akmxskpi6zai.cloudfront.net^
||d3asksgk2foh5m.cloudfront.net^
||d3b2hhehkqd158.cloudfront.net^
||d3b4u8mwtkp9dd.cloudfront.net^
||d3bbyfw7v2aifi.cloudfront.net^
||d3beefy8kd1pr7.cloudfront.net^
||d3bfricg2zhkdf.cloudfront.net^
||d3c3uihon9kmp.cloudfront.net^
||d3c8j8snkzfr1n.cloudfront.net^
||d3cesrg5igdcgt.cloudfront.net^
||d3cl0ipbob7kki.cloudfront.net^
||d3cod80thn7qnd.cloudfront.net^
||d3cpib6kv2rja7.cloudfront.net^
||d3cynajatn2qbc.cloudfront.net^
||d3d0wndor0l4xe.cloudfront.net^
||d3d54j7si4woql.cloudfront.net^
||d3d9gb3ic8fsgg.cloudfront.net^
||d3d9pt4go32tk8.cloudfront.net^
||d3dq1nh1l1pzqy.cloudfront.net^
||d3ec0pbimicc4r.cloudfront.net^
||d3efeah7vk80fy.cloudfront.net^
||d3ej838ds58re9.cloudfront.net^
||d3ejxyz09ctey7.cloudfront.net^
||d3ep3jwb1mgn3k.cloudfront.net^
||d3eub2e21dc6h0.cloudfront.net^
||d3evio1yid77jr.cloudfront.net^
||d3f1m03rbb66gy.cloudfront.net^
||d3f1wcxz2rdrik.cloudfront.net^
||d3f4nuq5dskrej.cloudfront.net^
||d3ff60r8himt67.cloudfront.net^
||d3fkv551xkjrmm.cloudfront.net^
||d3flai6f7brtcx.cloudfront.net^
||d3frqqoat98cng.cloudfront.net^
||d3g4s1p0bmuj5f.cloudfront.net^
||d3g5ovfngjw9bw.cloudfront.net^
||d3hfiiy55cbi5t.cloudfront.net^
||d3hib26r77jdus.cloudfront.net^
||d3hitamb7drqut.cloudfront.net^
||d3hj4iyx6t1waz.cloudfront.net^
||d3hs51abvkuanv.cloudfront.net^
||d3hv9xfqzxy46o.cloudfront.net^
||d3hyjqptbt9dpx.cloudfront.net^
||d3hyoy1d16gfg0.cloudfront.net^
||d3i28n8laz9lyd.cloudfront.net^
||d3ikgzh4osba2b.cloudfront.net^
||d3imksvhtbujlm.cloudfront.net^
||d3ithbwcmjcxl7.cloudfront.net^
||d3j3yrurxcqogk.cloudfront.net^
||d3j7esvm4tntxq.cloudfront.net^
||d3j9574la231rm.cloudfront.net^
||d3jdulus8lb392.cloudfront.net^
||d3jdzopz39efs7.cloudfront.net^
||d3jzhqnvnvdy34.cloudfront.net^
||d3kblkhdtjv0tf.cloudfront.net^
||d3kd7yqlh5wy6d.cloudfront.net^
||d3klfyy4pvmpzb.cloudfront.net^
||d3kpkrgd3aj4o7.cloudfront.net^
||d3l320urli0p1u.cloudfront.net^
||d3lcz8vpax4lo2.cloudfront.net^
||d3lk5upv0ixky2.cloudfront.net^
||d3lliyjbt3afgo.cloudfront.net^
||d3ln1qrnwms3rd.cloudfront.net^
||d3lvr7yuk4uaui.cloudfront.net^
||d3lw2k94jnkvbs.cloudfront.net^
||d3m4hp4bp4w996.cloudfront.net^
||d3m8nzcefuqu7h.cloudfront.net^
||d3m9ng807i447x.cloudfront.net^
||d3mr7y154d2qg5.cloudfront.net^
||d3mshiiq22wqhz.cloudfront.net^
||d3mzokty951c5w.cloudfront.net^
||d3n3a4vl82t80h.cloudfront.net^
||d3n4krap0yfivk.cloudfront.net^
||d3n7ct9nohphbs.cloudfront.net^
||d3n9c6iuvomkjk.cloudfront.net^
||d3nel6rcmq5lzw.cloudfront.net^
||d3numuoibysgi8.cloudfront.net^
||d3nvrqlo8rj1kw.cloudfront.net^
||d3o9njeb29ydop.cloudfront.net^
||d3ohee25hhsn8j.cloudfront.net^
||d3op2vgjk53ps1.cloudfront.net^
||d3otiqb4j0158.cloudfront.net^
||d3ou4areduq72f.cloudfront.net^
||d3oy68whu51rnt.cloudfront.net^
||d3p8w7to4066sy.cloudfront.net^
||d3pe8wzpurrzss.cloudfront.net^
||d3phzb7fk3uhin.cloudfront.net^
||d3plnp2f9sfye5.cloudfront.net^
||d3pvcolmug0tz6.cloudfront.net^
||d3q33rbmdkxzj.cloudfront.net^
||d3qeaw5w9eu3lm.cloudfront.net^
||d3qgd3yzs41yp.cloudfront.net^
||d3qilfrpqzfrg4.cloudfront.net^
||d3qinhqny4thfo.cloudfront.net^
||d3qttli028txpv.cloudfront.net^
||d3qu0b872n4q3x.cloudfront.net^
||d3qxd84135kurx.cloudfront.net^
||d3qygewatvuv28.cloudfront.net^
||d3rb9wasp2y8gw.cloudfront.net^
||d3rjndf2qggsna.cloudfront.net^
||d3rkkddryl936d.cloudfront.net^
||d3rlh0lneatqqc.cloudfront.net^
||d3rr3d0n31t48m.cloudfront.net^
||d3rxqouo2bn71j.cloudfront.net^
||d3s40ry602uhj1.cloudfront.net^
||d3sdg6egu48sqx.cloudfront.net^
||d3skqyr7uryv9z.cloudfront.net^
||d3sof4x9nlmbgy.cloudfront.net^
||d3t16rotvvsanj.cloudfront.net^
||d3t3bxixsojwre.cloudfront.net^
||d3t3lxfqz2g5hs.cloudfront.net^
||d3t3z4teexdk2r.cloudfront.net^
||d3t5ngjixpjdho.cloudfront.net^
||d3t87ooo0697p8.cloudfront.net^
||d3tfeohk35h2ye.cloudfront.net^
||d3tfz9q9zlwk84.cloudfront.net^
||d3tjml0i5ek35w.cloudfront.net^
||d3tnmn8yxiwfkj.cloudfront.net^
||d3tozt7si7bmf7.cloudfront.net^
||d3tu4h3aa52h5s.cloudfront.net^
||d3u43fn5cywbyv.cloudfront.net^
||d3u598arehftfk.cloudfront.net^
||d3ubdcv1nz4dub.cloudfront.net^
||d3ud741uvs727m.cloudfront.net^
||d3ugwbjwrb0qbd.cloudfront.net^
||d3uqm14ppr8tkw.cloudfront.net^
||d3uvwdhukmp6v9.cloudfront.net^
||d3v3bqdndm4erx.cloudfront.net^
||d3vnm1492fpnm2.cloudfront.net^
||d3vp85u5z4wlqf.cloudfront.net^
||d3vpf6i51y286p.cloudfront.net^
||d3vsc1wu2k3z85.cloudfront.net^
||d3vw4uehoh23hx.cloudfront.net^
||d3x0jb14w6nqz.cloudfront.net^
||d3zd5ejbi4l9w.cloudfront.net^
||d415l8qlhk6u6.cloudfront.net^
||d4bt5tknhzghh.cloudfront.net^
||d4eqyxjqusvjj.cloudfront.net^
||d4ngwggzm3w7j.cloudfront.net^
||d5d3sg85gu7o6.cloudfront.net^
||d5onopbfw009h.cloudfront.net^
||d5wxfe8ietrpg.cloudfront.net^
||d63a3au5lqmtu.cloudfront.net^
||d6cto2pyf2ks.cloudfront.net^
||d6deij4k3ikap.cloudfront.net^
||d6l5p6w9iib9r.cloudfront.net^
||d6sav80kktzcx.cloudfront.net^
||d6wzv57amlrv3.cloudfront.net^
||d7016uqa4s0lw.cloudfront.net^
||d7dza8s7j2am6.cloudfront.net^
||d7gse3go4026a.cloudfront.net^
||d7jpk19dne0nn.cloudfront.net^
||d7oskmhnq7sot.cloudfront.net^
||d7po8h5dek3wm.cloudfront.net^
||d7tst6bnt99p2.cloudfront.net^
||d85wutc1n854v.cloudfront.net^$domain=~wrapbootstrap.com
||d8a69dni6x2i5.cloudfront.net^
||d8bsqfpnw46ux.cloudfront.net^
||d8cxnvx3e75nn.cloudfront.net^
||d8dcj5iif1uz.cloudfront.net^
||d8xy39jrbjbcq.cloudfront.net^
||d91i6bsb0ef59.cloudfront.net^
||d9b5gfwt6p05u.cloudfront.net^
||d9c5dterekrjd.cloudfront.net^
||d9leupuz17y6i.cloudfront.net^
||d9qjkk0othy76.cloudfront.net^
||d9yk47of1efyy.cloudfront.net^
||da26k71rxh0kb.cloudfront.net^
||da327va27j0hh.cloudfront.net^
||da3uf5ucdz00u.cloudfront.net^
||da5h676k6d22w.cloudfront.net^
||dagd0kz7sipfl.cloudfront.net^
||dal9hkyfi0m0n.cloudfront.net^
||day13vh1xl0gh.cloudfront.net^
||db033pq6bj64g.cloudfront.net^
||db4zl9wffwnmb.cloudfront.net^
||dba9ytko5p72r.cloudfront.net^
||dbcdqp72lzmvj.cloudfront.net^
||dbfv8ylr8ykfg.cloudfront.net^
||dbujksp6lhljo.cloudfront.net^
||dby7kx9z9yzse.cloudfront.net^
||dc08i221b0n8a.cloudfront.net^
||dc5k8fg5ioc8s.cloudfront.net^
||dcai7bdiz5toz.cloudfront.net^
||dcbbwymp1bhlf.cloudfront.net^
||dczhbhtz52fpi.cloudfront.net^
||ddlh1467paih3.cloudfront.net^
||ddmuiijrdvv0s.cloudfront.net^
||ddrvjrfwnij7n.cloudfront.net^
||ddvbjehruuj5y.cloudfront.net^
||ddvfoj5yrl2oi.cloudfront.net^
||ddzswov1e84sp.cloudfront.net^
||de2nsnw1i3egd.cloudfront.net^
||desgao1zt7irn.cloudfront.net^
||dew9ckzjyt2gn.cloudfront.net^
||df80k0z3fi8zg.cloudfront.net^
||dfiqvf0syzl54.cloudfront.net^
||dfqcp2awt0947.cloudfront.net^
||dfwbfr2blhmr5.cloudfront.net^
||dg0hrtzcus4q4.cloudfront.net^
||dg6gu9iqplusg.cloudfront.net^
||dgw7ae5vrovs7.cloudfront.net^
||dgyrizngtcfck.cloudfront.net^
||dh6dm31izb875.cloudfront.net^
||dhcmni6m2kkyw.cloudfront.net^
||dhrhzii89gpwo.cloudfront.net^
||di028lywwye7s.cloudfront.net^
||dihutyaiafuhr.cloudfront.net^
||dilvyi2h98h1q.cloudfront.net^
||dita6jhhqwoiz.cloudfront.net^
||divekcl7q9fxi.cloudfront.net^
||diz4z73aymwyp.cloudfront.net^
||djm080u34wfc5.cloudfront.net^
||djnaivalj34ub.cloudfront.net^
||djr4k68f8n55o.cloudfront.net^
||djv99sxoqpv11.cloudfront.net^
||djvby0s5wa7p7.cloudfront.net^
||djz9es32qen64.cloudfront.net^
||dk4w74mt6naf3.cloudfront.net^
||dk57sacpbi4by.cloudfront.net^
||dkgp834o9n8xl.cloudfront.net^
||dkm6b5q0h53z4.cloudfront.net^
||dkre4lyk6a9bt.cloudfront.net^
||dktr03lf4tq7h.cloudfront.net^
||dkus30wj6f84p.cloudfront.net^
||dkvtbjavjme96.cloudfront.net^
||dkyp75kj7ldlr.cloudfront.net^
||dl37p9e5e1vn0.cloudfront.net^
||dl5ft52dtazxd.cloudfront.net^
||dlem1deojpcg7.cloudfront.net^
||dlh8c15zw7vfn.cloudfront.net^
||dlmr7hpb2buud.cloudfront.net^
||dlne6myudrxi1.cloudfront.net^
||dlooqrhebkjoh.cloudfront.net^
||dlrioxg1637dk.cloudfront.net^
||dltqxz76sim1s.cloudfront.net^
||dltvkwr7nbdlj.cloudfront.net^
||dlvds9i67c60j.cloudfront.net^
||dlxk2dj1h3e83.cloudfront.net^
||dm0acvguygm9h.cloudfront.net^
||dm0ly9ibqkdxn.cloudfront.net^
||dm0t14ck8pg86.cloudfront.net^
||dm62uysn32ppt.cloudfront.net^
||dm7gsepi27zsx.cloudfront.net^
||dm7ii62qkhy9z.cloudfront.net^
||dmeq7blex6x1u.cloudfront.net^
||dmg0877nfcvqj.cloudfront.net^
||dmkdtkad2jyb9.cloudfront.net^
||dmmzkfd82wayn.cloudfront.net^
||dmz3nd5oywtsw.cloudfront.net^
||dn0qt3r0xannq.cloudfront.net^
||dn3uy6cx65ujf.cloudfront.net^
||dn6rwwtxa647p.cloudfront.net^
||dn9uzzhcwc0ya.cloudfront.net^
||dne6rbzy5csnc.cloudfront.net^
||dnf06i4y06g13.cloudfront.net^
||dnhfi5nn2dt67.cloudfront.net^
||dnks065sb0ww6.cloudfront.net^
||dnre5xkn2r25r.cloudfront.net^
||do6256x8ae75.cloudfront.net^
||do69ll745l27z.cloudfront.net^
||doc830ytc7pyp.cloudfront.net^
||dodk8rb03jif9.cloudfront.net^
||dog89nqcp3al4.cloudfront.net^
||dojx47ab4dyxi.cloudfront.net^
||doo9gpa5xdov2.cloudfront.net^
||dp45nhyltt487.cloudfront.net^
||dp94m8xzwqsjk.cloudfront.net^
||dpd9yiocsyy6p.cloudfront.net^
||dpirwgljl6cjp.cloudfront.net^
||dpjlvaveq1byu.cloudfront.net^
||dpsq2uzakdgqz.cloudfront.net^
||dq3yxnlzwhcys.cloudfront.net^
||dqv45r33u0ltv.cloudfront.net^
||dr3k6qonw2kee.cloudfront.net^
||dr6su5ow3i7eo.cloudfront.net^
||dr8pk6ovub897.cloudfront.net^
||drbccw04ifva6.cloudfront.net^
||drda5yf9kgz5p.cloudfront.net^
||drf8e429z5jzt.cloudfront.net^
||drulilqe8wg66.cloudfront.net^
||ds02gfqy6io6i.cloudfront.net^
||ds88pc0kw6cvc.cloudfront.net^
||dsb6jelx4yhln.cloudfront.net^
||dscex7u1h4a9a.cloudfront.net^
||dsghhbqey6ytg.cloudfront.net^
||dsh7ky7308k4b.cloudfront.net^
||dsnymrk0k4p3v.cloudfront.net^
||dsuyzexj3sqn9.cloudfront.net^
||dtakdb1z5gq7e.cloudfront.net^
||dtmm9h2satghl.cloudfront.net^
||dtq9oy2ckjhxu.cloudfront.net^
||dtu2kitmpserg.cloudfront.net^
||dtv5loup63fac.cloudfront.net^
||dtv5ske218f44.cloudfront.net^
||dtyry4ejybx0.cloudfront.net^
||du01z5hhojprz.cloudfront.net^
||du0pud0sdlmzf.cloudfront.net^
||du2uh7rq0r0d3.cloudfront.net^
||due5a6x777z0x.cloudfront.net^
||dufai4b1ap33z.cloudfront.net^
||dupcczkfziyd3.cloudfront.net^
||duqamtr9ifv5t.cloudfront.net^
||duz64ud8y8urc.cloudfront.net^
||dv663fc06d35i.cloudfront.net^
||dv7t7qyvgyrt5.cloudfront.net^
||dvc8653ec6uyk.cloudfront.net^
||dvl8xapgpqgc1.cloudfront.net^
||dvmdwmnyj3u4h.cloudfront.net^
||dw55pg05c2rl5.cloudfront.net^
||dw7vmlojkx16k.cloudfront.net^
||dw9uc6c6b8nwx.cloudfront.net^
||dwd11wtouhmea.cloudfront.net^
||dwebwj8qthne8.cloudfront.net^
||dwene4pgj0r33.cloudfront.net^
||dwnm2295blvjq.cloudfront.net^
||dwr3zytn850g.cloudfront.net^
||dxgo95ahe73e8.cloudfront.net^
||dxh2ivs16758.cloudfront.net^
||dxj6cq8hj162l.cloudfront.net^
||dxk5g04fo96r4.cloudfront.net^
||dxkkb5tytkivf.cloudfront.net^
||dxprljqoay4rt.cloudfront.net^
||dxz454z33ibrc.cloudfront.net^
||dy5t1b0a29j1v.cloudfront.net^
||dybxezbel1g44.cloudfront.net^
||dyh1wzegu1j6z.cloudfront.net^
||dyj8pbcnat4xv.cloudfront.net^
||dykwdhfiuha6l.cloudfront.net^
||dyodrs1kxvg6o.cloudfront.net^
||dyrfxuvraq0fk.cloudfront.net^
||dyv1bugovvq1g.cloudfront.net^
||dz6uw9vrm7nx6.cloudfront.net^
||dzbkl37t8az8q.cloudfront.net^
||dzdgfp673c1p0.cloudfront.net^
||dzr4v2ld8fze2.cloudfront.net^
||dzu5p9pd5q24b.cloudfront.net^
||dzupi9b81okew.cloudfront.net^
||dzv1ekshu2vbs.cloudfront.net^
||dzxr711a4yw31.cloudfront.net^
||googleapis.com/qmftp/$script
||anti-adblock.herokuapp.com^
||1x001.com^$popup
||6angebot.ch^$popup,third-party
||ad.22betpartners.com^$popup
||adblockerapp.info^$popup
||adblockultra.com^$popup
||adcleanerpage.com^$popup
||adfreevision.com^$popup
||adobe.com/td_redirect.html$popup
||adrotator.se^$popup
||ads.planetwin365affiliate.com^$popup,third-party
||adserving.unibet.com^$popup
||affiliates.fantasticbet.com^$popup
||amazing-dating.com^$popup
||americascardroom.eu/ads/$popup,third-party
||anymoviesearch.com^$popup
||avatrade.io/ads/$popup
||avengeradblocker.com^$popup
||awin1.com/cread.php?s=$popup
||babesroulette.com^$popup
||banners.livepartners.com^$popup
||best-global-apps.com^$popup
||bestanimegame.com^$popup
||bet365.com^*affiliate=$popup
||bets.to^$popup
||bettingpremier.com/direct/$popup
||betzone2000.com^$popup
||blockadstop.info^$popup
||brazzers.com/click/$popup
||browsekeeper.com^$popup
||canyoublockit.com^$popup,third-party
||cdn.optmd.com^$popup
||chaturbate.com/affiliates/$popup
||cityscapestab.com^$popup
||consali.com^$popup
||cute-cursor.com^$popup
||cyberprivacy.pro^$popup
||dafabet.odds.am^$popup
||daily-guard.net^$popup
||dianomi.com^$popup
||downloadoperagx.com/ef/$popup
||eatcells.com/land/$popup
||error-alerts.com^$popup
||evanetwork.com^$popup
||fastclick.net^$popup
||fewrandomfacts.com^$popup
||firstload.com^$popup
||firstload.de^$popup
||fleshlight.com/?link=$popup
||freegamezone.net^$popup
||fwmrm.net^$popup
||get-express-vpn.online^$popup
||get-express-vpns.com^$popup
||getflowads.net^$popup
||ggbet-online.net^$popup
||ggbetapk.com^$popup,third-party
||ggbetery.net^$popup
||ggbetpromo.com^$popup
||global-adblocker.com^$popup
||go.aff.estrelabetpartners.com^$popup
||go.camterest.com^$popup
||google.com/favicon.ico$popup
||greenadblocker.com^$popup
||hotdivines.com^$popup
||how-become-model.com^$popup
||insideoftech.com^$popup,third-party
||iqbroker.com/land/$popup
||iqbroker.com/lp/*?aff=$popup
||iqoption.com/land/$popup
||iyfsearch.com^$popup
||laborates.com^$popup
||lbank.com/partner_seo/$popup
||linkbux.com/track?$popup
||loadx.me^$popup
||lpquizzhubon.com^$popup
||luckyforbet.com^$popup
||mackeeperaffiliates.com^$popup
||mmentorapp.com^$popup
||my-promo7.com^$popup
||mycryptotraffic.com^$popup
||mymusichistory4u.com^$popup
||ntrfr.leovegas.com^$popup
||ourcoolstories.com^$popup
||paid.outbrain.com^$popup
||partners.livesportnet.com^$popup
||performrecentintenselyinfo-program.info^$popup
||premium-news-for.me^$popup
||profitsurvey365.live^$popup
||promo.20bet.partners^$popup
||promo.pixelsee.app^$popup
||quantumadblocker.com^$popup
||record.affiliatelounge.com^$popup
||redir.tradedoubler.com/projectr/$popup
||securitypatch.life^$popup
||serve.prestigecasino.com^$popup
||serve.williamhillcasino.com^$popup
||skiptheadz.com^$popup
||skiptheadz.info^$popup
||skipvideoads.com^$popup
||smartblocker.org^$popup
||somebestgamesus.com^$popup
||spanpromo-link.com^$popup
||stake.com/*&clickId=$popup
||streamblocked.com^$popup
||teenfinder.com/landing/$popup,third-party
||theonlineuserprotection.com/download-guard/$popup
||theonlineuserprotector.com/download-guard/$popup
||theyellownewtab.com^$popup
||track.afrsportsbetting.com^$popup
||track.kinetiksoft.com^$popup
||track.livesportnet.com^$popup
||tracker.loropartners.com^$popup
||trak.today-trip.com^$popup
||ublockpop.com^$popup
||ultimate-ad-eraser.com^$popup
||unibet.co.uk/*affiliate$popup
||verdecasino-offers.com^$popup
||vid-adblocker.com^$popup
||vulkan-bt.com^$popup
||vulkanbet.me^$popup
||werbestandard.de/out2/$popup
||whataboutnews.com^$popup
||windadblocker.com^$popup
||xn--2zyr5r.biz^$popup
||xxxhd.cc/ads/$popup
||yield.app^*utm_source=$popup
||18onlygirls.tv/wp-content/banners/
||4fcams.com/in/?track=$subdocument,third-party
||4tube.com/iframe/$third-party
||69games.xxx/ajax/skr?
||a.lakmus.xyz^
||a.xvidxxx.com^
||a1tb.com/300x250$subdocument
||adsnot.1javguru.xyz^
||adsnot.1supjav.xyz^
||adult.xyz^$script,third-party
||adultfriendfinder.com/go/$third-party
||adultfriendfinder.com/piclist?
||aff-jp.dxlive.com^
||affiliate.dtiserv.com^
||affiliates.cupidplc.com^
||affiliates.thrixxx.com^
||allanalpass.com/visitScript/
||amarotic.com/Banner/$third-party
||amateur.tv/cacheableAjax/$subdocument
||amateur.tv/freecam/$third-party
||amateurporn.net^$third-party
||anacams.com/cdn/top.
||asg.aphex.me^
||asg.bhabhiporn.pro^
||asg.irontube.net^
||asg.prettytube.net^
||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/
||awestat.com^*/banner/
||babes-mansion.s3.amazonaws.com^
||bangdom.com^$third-party
||banner.themediaplanets.com^
||banners.adultfriendfinder.com^
||banners.alt.com^
||banners.amigos.com^
||banners.fastcupid.com^
||banners.fuckbookhookups.com^
||banners.nostringsattached.com^
||banners.outpersonals.com^
||banners.passion.com^
||banners.payserve.com^
||banners.videosecrets.com^
||bannershotlink.perfectgonzo.com^
||bans.bride.ru^
||bbb.dagobert33.xyz^
||bit.ly^$domain=boyfriendtv.com
||blacksonblondes.com/banners/
||bongacams.com/promo.php
||bongacash.com/tools/promo.php
||br.fling.com^
||br.realitykings.com^
||brazzers.com/ads/
||bullz-eye.com/blog_ads/
||bullz-eye.com/images/ads/
||bup.seksohub.com^
||bursa.conxxx.pro^
||byxxxporn.com/300x250.html
||c3s.bionestraff.pro^
||cam-content.com/banner/$third-party
||cams.com/go/$third-party
||cams.enjoy.be^
||camsaim.com/in/
||camsoda.com/promos/
||cash.femjoy.com^
||cdn3.hentaihand.com^
||cdn5.hentaihaven.fun^
||chaturbate.com/affiliates/
||chaturbate.com/creative/
||chaturbate.com/in/
||cldup.com^$domain=androidadult.com
||cmix.org/teasers/
||creamgoodies.com/potd/
||creative.141live.com^
||creative.favy.cam^
||creative.imagetwistcams.com^$subdocument
||creative.kbnmnl.com^
||creative.myasian.live/widgets/
||creative.myavlive.com^
||creative.ohmycams.com^
||creative.strip.chat^
||creative.stripchat.com^
||creative.stripchat.global^
||creative.strpjmp.com^
||creative.usasexcams.com^
||crumpet.xxxpornhd.pro^
||dagobert33.xyz^
||ddfcash.com^$third-party
||deliver.ptgncdn.com^
||dnk2wr2ch6zxa.cloudfront.net^
||dontblock.jaaavjavs1.buzz^
||dontblock.jav1jav2.buzz^
||dq06u9lt5akr2.cloudfront.net^
||elitepaysites.com/ae-banners/
||endorico.com/js/pu_zononi.js
||endorico.com/Smartlink/
||ero-labs.com/adIframe/
||eroan.xyz/wp-comment/?form=$subdocument
||erokuni.xyz/wp-comment/?form=$subdocument
||f5w.prettytube.net^
||fansign.streamray.com^
||faphouse.com/widget/
||faphouse.com^$subdocument,third-party
||faptrex.com/fire/popup.js
||faxifa.xyz^
||fbooksluts.com^$third-party
||feeds.videosz.com^
||fleshlight.com/images/banners/
||fpcplugs.com/do.cgi?widget=
||free.srcdn.xyz^
||freesexcam365.com/in/
||funniestpins.com/istripper-black-small.jpg$third-party
||games-direct.skynetworkcdn.com^$subdocument,third-party
||geobanner.adultfriendfinder.com^
||geobanner.alt.com^
||geobanner.blacksexmatch.com^$third-party
||geobanner.fuckbookhookups.com^$third-party
||geobanner.hornywife.com^
||geobanner.sexfinder.com^$third-party
||gettubetv.com^$third-party
||gfrevenge.com/vbanners/
||girlsfuck-tube.com/js/aobj.js
||go.clicknplay.to^
||go.telorku.xyz/hls/iklan.js
||go2cdn.org/brand/$third-party
||hardbritlads.com/banner/
||hardcoreluv.com/hmt.gif
||hcjs.nv7s.com/dewijzyo/
||hdpornphotos.com/images/728x180_
||hdpornphotos.com/images/banner_
||hentaiboner.com/wp-content/uploads/2022/07/hentai-boner-gif.gif
||hentaikey.com/images/banners/
||hime-books.xyz/wp-comment/?form=$subdocument
||hodun.ru/files/promo/
||homoactive.tv/banner/
||hostave3.net/hvw/banners/
||hosted.x-art.com/potd$third-party
||hostedmovieupdates.aebn.net^$domain=datingpornstar.com
||hosting24.com/images/banners/$third-party
||hotcaracum.com/banner/
||hotkinkyjo.xxx/resseler/banners/
||hotmovies.com/custom_videos.php?
||iframe.adultfriendfinder.com^$third-party
||ifriends.net^$subdocument,third-party
||ihookup.com/configcreatives/
||images.elenasmodels.com/Upload/$third-party
||imctransfer.com^*/promo/
||istripper.com^$third-party,domain=~istripper.eu
||javguru.gggsss.site^
||jo.hqbang.com^
||kau.li/yad.js
||kenny-glenn.net^*/longbanner_$third-party
||lacyx.com/images/banners/
||ladyboygoo.com/lbg/banners/
||lb-69.com/pics/
||lifeselector.com/iframetool/$third-party
||livejasmin.com^$third-party,domain=~awempire.com
||livesexasian.com^$subdocument,third-party
||loveme.com^$third-party
||lovense.com/UploadFiles/Temp/$third-party
||makumva.all-usanomination.com^
||media.eurolive.com^$third-party
||media.mykodial.com^$third-party
||metartmoney.com^$third-party
||mrskin.com/affiliateframe/
||mrvids.com/network/
||my-dirty-hobby.com/?sub=$third-party
||mycams.com/freechat.php?
||mykocam.com/js/feeds.js
||mysexjourney.com/revenue/
||naked.com/promos/
||nakedswordcashcontent.com/videobanners/
||naughtycdn.com/public/iframes/
||netlify.app/tags/ninja_$subdocument
||nnteens.com/ad$subdocument
||notads.1gi3rir.xyz^
||nubiles.net/webmasters/promo/
||nude.hu/html/$third-party
||openadultdirectory.com/banner-
||otcash.com/images/
||partner.loveplanet.ru^
||parts.akibablog.net^$subdocument
||partwithner.com/partners/
||pcash.imlive.com^
||pimpandhost.com/site/trending-banners
||pinklabel.com/live-banners?
||pinkvisualgames.com/?revid=
||pirogad.tophosting101.com^
||placeholder.com/300x250?
||placeholder.com/728x90?
||placeholder.com/900x250?
||pod.xpress.com^
||pokazuwka.com/popu/
||popteen.pro/300x250.php
||porndeals.com^$subdocument,third-party
||porngamespass.com/iframes/
||prettyincash.com/premade/
||prettytube.net^$third-party
||privatamateure.com/promotion/
||private.com/banner/
||promo.blackdatehookup.com^
||promo.cams.com^
||promos.camsoda.com^
||promos.gpniches.com^
||promos.meetlocals.com^
||ptcdn.mbicash.nl^
||pub.nakedreel.com^
||pussycash.com/content/banners/
||pussysaga.com/gb/
||q.broes.xyz^
||q.ikre.xyz^
||q.leru.xyz^
||r18.com/track/
||rabbitporno.com/friends/
||rabbitporno.com/iframes/
||realitykings.com/vbanners/
||redhotpie.com.au^$domain=couplesinternational.com
||rhinoslist.com/sideb/get_laid-300.gif
||rss.dtiserv.com^
||ruscams.com/promo/
||s3t3d2y8.afcdn.net^
||saboom.com.pccdn.com^*/banner/
||sakuralive.com/dynamicbanner/
||scoreland.com/banner/
||sexei.net^$subdocument,xmlhttprequest
||sexgangsters.com/sg-banners/
||sexhay69.top/ads/
||sexmature.fun/myvids/
||sextubepromo.com/ubr/
||sexy.fling.com^$third-party
||sexycams.com/exports/$third-party
||share-image.com/borky/
||shemalenova.com/smn/banners/
||sieglinde22.xyz^
||simonscans.com/banner/
||skeeping.com/live/$subdocument,third-party
||skyprivate.com^*/external/$third-party
||sleepgalleries.com/recips/$third-party
||smartmovies.net/promo_$third-party
||smpop.icfcdn.com^$third-party
||smyw.org/smyw_anima_1.gif
||snrcash.com/profilerotator/$third-party
||st.ipornia.com^$third-party
||static.twincdn.com/special/license.packed
||static.twincdn.com/special/script.packed
||steeelm.online^$third-party
||streamen.com/exports/$third-party
||stripchat.com/api/external/
||stripchat.com^*/widget/$third-party
||swurve.com/affiliates/
||t.c-c.one/b/
||t.c-c.one/z/
||target.vivid.com^$third-party
||tbib.org/gaming/
||teenspirithentai.com^$third-party
||theporndude.com/graphics/tpd-$third-party
||thescript.javfinder.xyz^
||tlavideo.com/affiliates/$third-party
||tm-banners.gamingadult.com^
||tm-offers.gamingadult.com^
||tongabonga.com/nudegirls
||tool.acces-vod.com^
||tools.bongacams.com^$third-party
||track.xtrasize.nl^$third-party
||turbolovervidz.com/fling/
||uploadgig.com/static_/$third-party
||upsellit.com/custom/$third-party
||uselessjunk.com^$domain=yoloselfie.com
||vfreecams.com^$third-party
||vidz.com/promo_banner/$third-party
||vigrax.pl/banner/
||virtualhottie2.com/cash/tools/banners/
||visit-x.net/promo/$third-party
||vodconcepts.com^*/banners/
||vs4.com/req.php?z=
||vtbe.to/vtu_$script
||vy1.click/wp-comment/?form=$subdocument
||webcams.com/js/im_popup.php?
||webcams.com/misc/iframes_new/
||widget.faphouse.com^$third-party
||widgets.comcontent.net^
||widgets.guppy.live^$third-party
||wiztube.xyz/banner/
||wp-script.com/img/banners/
||xcabin.net/b/$third-party
||xlgirls.com/banner/$third-party
||xtrasize.pl/banner/
||you75.youpornsexvideos.com^
||ad.pornimg.xyz^$popup
||adultfriendfinder.com/banners/$popup,third-party
||adultfriendfinder.com/go/$popup,third-party
||bongacams8.com/track?$popup
||brazzerssurvey.com^$popup
||cam4.com/?$popup
||cam4.com^*&utm_source=$popup
||camonster.com/landing/$popup,third-party
||clicks.istripper.com/ref.php?$popup,third-party
||crmt.livejasmin.com^$popup
||crpop.livejasmin.com^$popup
||crprt.livejasmin.com^$popup
||fantasti.cc/ajax/gw.php?$popup
||fapcandy.com^$popup,third-party
||flirthits.com/landing/$popup
||go.xhamsterlive.com^$popup
||hentaiheroes.com/landing/$popup,third-party
||icgirls.com^$popup
||imlive.com/wmaster.ashx?$popup,third-party
||info-milfme.com/landing/$popup
||ipornia.com/scj/cgi/out.php?scheme_id=$popup,third-party
||jasmin.com^$popup,third-party
||join.whitegfs.com^$popup
||landing1.brazzersnetwork.com^$popup
||letstryanal.com/track/$popup,third-party
||livecams.com^$popup
||livehotty.com/landing/$popup,third-party
||livejasmin.com^$popup,third-party
||mrskin.com/?_$popup
||offersuperhub.com/landing/$popup,third-party
||porngames.adult^*=$popup,third-party
||pornoh.info^$popup
||prelanding3.cuntempire.com/?utm_$popup
||tgp1.brazzersnetwork.com^$popup
||tm-offers.gamingadult.com^$popup
||tour.mrskin.com^$popup,third-party
||zillastream.com/api/$popup
/assets/bn/movie.jpg$image,domain=vidstream.pro
/resolver/api/resolve/v3/config/?$xmlhttprequest,domain=msn.com
asgg.php$domain=ghostbin.me|paste.fo
||0xtracker.com/assets/advertising/
||123.manga1001.top^
||123animehub.cc/final
||1337x.*/images/x28.jpg
||1337x.*/images/x2x8.jpg
||2merkato.com/images/banners/
||2oceansvibe.com/?custom=takeover
||4f.to/spns/
||aboutmyarea.co.uk/images/imgstore/
||ad.animehub.ac^
||ad.doubleclick.net/ddm/clk/$domain=ad.doubleclick.net
||ad.imp.joins.com^
||ad.itweb.co.za^
||ad.khan.co.kr^
||ad.kimcartoon.si^
||ad.kissanime.co^
||ad.kissanime.com.ru^
||ad.kissanime.org.ru^
||ad.kissanime.sx^
||ad.kissasian.com.ru^
||ad.kissasian.es^
||ad.kisscartoon.nz^
||ad.kisscartoon.sh^
||ad.kisstvshow.ru^
||ad.norfolkbroads.com^
||adblock-tester.com/banners/
||adrama.to/bbb.php
||ads-api.stuff.co.nz^
||ads.audio.thisisdax.com^
||adsbb.depositfiles.com^
||adultswim.com/ad/
||afloat.ie/images/banners/
||afr.com/assets/europa.
||aiimgvlog.fun/ad$subdocument
||allkeyshop.com/blog/wp-content/uploads/allkeyshop_background_
||allmonitors24.com/ads-
||amazon.com/aan/$subdocument
||amazonaws.com/cdn.mobverify.com
||amazonaws.com/jsstore/$domain=babylonbee.com
||amazonaws.com^$domain=downloadpirate.com|hexupload.net|krunkercentral.com|rexdlbox.com|uploadhaven.com
||amcdn.co.za/scripts/javascript/dfp.js
||americanlookout.com////
||americanlookout.com/29-wE/
||androidauth.wpengine.com/wp-json/api/advanced_placement/api-$domain=androidauthority.com
||animeland.tv/zenny/
||animesuge.to/E/aircraftmighty.com/
||anisearch.com/amazon
||aontent.powzers.lol^
||api.mumuglobal.com^
||apkmody.io/ads
||armyrecognition.com/images/stories/customer/
||artdaily.cc/banners/
||asgg.ghostbin.me^
||assets.presearch.com/backgrounds/
||atoplay.com/js/rtads.js
||atptour.com^*/sponsors/
||audiotag.info/images/banner_
||aurn.com/wp-content/banners/
||aveherald.com/images/banners/
||azlyrics.com/local/anew.js
||b.cdnst.net/javascript/amazon.js$script,domain=speedtest.net
||b.w3techs.com^
||backgrounds.wetransfer.net$image
||backgrounds.wetransfer.net/*.mp4$media
||bahamaslocal.com/img/banners/
||bbci.co.uk/plugins/dfpAdsHTML/
||beap.gemini.yahoo.com^
||beforeitsnews.com/img/banner_
||benjamingroff.com/uploads/images/ads/
||bernama.com/storage/banner/
||bestblackhatforum.com/images/my_compas/
||bestlittlesites.com/plugins/advertising/getad/
||bioinformatics.org/images/ack_banners/
||bit.com.au/scripts/js_$script
||bitcotasks.com/je.php
||bitcotasks.com/yo.php
||bizjournals.com/static/dist/js/gpt.min.js
||blbclassic.org/assets/images/*banners/
||blsnet.com/plugins/advertising/getad/
||blue.ktla.com^
||bontent.powzers.lol^
||booking.com/flexiproduct.html?product=banner$domain=happywayfarer.com
||bordeaux.futurecdn.net^
||borneobulletin.com.bn/wp-content/banners/
||boxing-social.com^*/takeover/
||brighteon.tv/Assets/ARF/
||brudirect.com/images/banners/
||bugsfighter.com/wp-content/uploads/2020/07/malwarebytes-banner.jpg
||bullchat.com/sponsor/
||bunnycdn.ru/assets/_bnx/$domain=fmovies.to
||c21media.net/wp-content/plugins/sam-images/
||cafonline.com/image/upload/*/sponsors/
||calguns.net/images/ad
||calmclinic.com/srv/
||caranddriver.com/inventory/
||cdn.http.anno.channel4.com/m/1/$media,domain=uktvplay.co.uk
||cdn.manga9.co^
||cdn.shopify.com^*/assets/spreadrwidget.js$domain=jolinne.com
||cdn77.org^$domain=pricebefore.com
||cdnads.geeksforgeeks.org^
||cdnpure.com/static/js/ads-
||celebjihad.com/celeb-jihad/pu_
||celebstoner.com/assets/components/bdlistings/uploads/
||celebstoner.com/assets/images/img/sidebar/$image
||centent.stemplay.cc^
||chasingcars.com.au/ads/
||clarksvilleonline.com/cols/
||cloudfront.net/ads/$domain=wdwmagic.com
||cloudfront.net/j/wsj-prod.js$domain=wsj.com
||cloudfront.net/transcode/storyTeller/$media,domain=amazon.ae|amazon.ca|amazon.cn|amazon.co.jp|amazon.co.uk|amazon.com|amazon.com.au|amazon.com.br|amazon.com.mx|amazon.com.tr|amazon.de|amazon.eg|amazon.es|amazon.fr|amazon.in|amazon.it|amazon.nl|amazon.pl|amazon.sa|amazon.se|amazon.sg
||cloudfront.net^$domain=rexdlbox.com|titantv.com
||cloudfront.net^*/sponsors/$domain=pbs.org
||coincheck.com/images/affiliates/
||coingolive.com/assets/img/partners/
||coins4days.com/*_ext_iframe/
||content.powzerz.lol^
||coolcast2.com/z-
||coolors.co/ajax/get-ads
||corvetteblogger.com/images/banners/
||covertarget.com^*_*.php
||creatives.livejasmin.com^
||cricbuzz.com/api/adverts/
||cricketireland.ie//images/sponsors/
||cript.to/dlm.png
||cript.to/z-
||crn.com.au/scripts/js_$script
||crunchy-tango.dotabuff.com^
||cyberscoop.com/advertising/
||d1lxz4vuik53pc.cloudfront.net^$domain=amazon.ae|amazon.ca|amazon.cn|amazon.co.jp|amazon.co.uk|amazon.com|amazon.com.au|amazon.com.br|amazon.com.mx|amazon.com.tr|amazon.de|amazon.eg|amazon.es|amazon.fr|amazon.in|amazon.it|amazon.nl|amazon.pl|amazon.sa|amazon.se|amazon.sg
||daily-sun.com/assets/images/banner/
||dailymail.co.uk^*/linkListItem-$domain=thisismoney.co.uk
||dailymirror.lk/youmaylike
||dailynews.lk/wp-content/uploads/2024/02/D-E
||data.angel.digital/images/b/$image
||deltabravo.net/admax/
||designtaxi.com/js/dt-seo.js
||designtaxi.com/small-dt.php$subdocument
||detectiveconanworld.com/images/support-us-brave.png
||developer.mozilla.org/pong/
||devopscon.io/session-qualification/$subdocument
||dianomi.com/brochures.epl?
||dianomi.com/click.epl
||dictionary.com/adscripts/
||digitalmediaworld.tv/images/banners/
||diglloyd.com/js2/pub-wide2-ck.js
||dirproxy.com/helper-js
||dj1symwmxvldi.cloudfront.net/r/$image,domain=coderwall.com
||dmtgvn.com/wrapper/js/manager.js$domain=rt.com
||dmxleo.dailymotion.com^
||dnslytics.com/images/ads/
||domaintyper.com/Images/dotsitehead.png
||dominicantoday.com/wp-content/themes/dominicantoday/banners/
||dontent.powzers.lol^
||dontent.powzerz.lol^
||draftkings.bbgi.com^$subdocument
||drive.com.au/ads/
||dsp.aparat.com^
||duplichecker.com/csds/
||dyncdn.me/static/20/js/expla
||e.cdngeek.com^
||easymp3mix.com/js/re-ads-zone.js
||ebay.com/scl/js/ScandalLoader.js
||ebayrtm.com/rtm?RtmCmd*&enc=
||ebayrtm.com/rtm?RtmIt
||ebaystatic.com^*/ScandalJS-
||ed2k.2x4u.de/mfc/
||edge.ads.twitch.tv^
||eentent.streampiay.me^
||eevblog.com/images/comm/$image
||elil.cc/pdev/
||elil.cc/reqe.js
||emoneyspace.com/b.php
||engagesrvr.filefactory.com^
||engine.fxempire.com^
||engine.laweekly.com^
||eontent.powzerz.lol^
||eteknix.com/wp-content/uploads/*skin
||etxt.biz/data/rotations/
||etxt.biz/images/b/
||eurochannel.com/images/banners/
||europeangaming.eu/portal/wp-admin/admin-ajax.php?action=acc_get_banners
||everythingrf.com/wsFEGlobal.asmx/GetWallpaper
||exchangerates.org.uk/images/200x200_currency.gif
||excnn.com/templates/anime/sexybookmark/js/popup.js
||expatexchange.com/banner/
||expats.cz/images/amedia/
||facebook.com/network_ads_common
||familylawweek.co.uk/bin_1/
||fastapi.tiangolo.com/img/sponsors/$image
||fauceit.com/Roulette-(728x90).jpg
||fentent.stre4mplay.one^
||fentent.streampiay.fun^
||fentent.streampiay.me^
||file-upload.site/page.js
||filehippo.com/best-recommended-apps^
||filehippo.com/revamp.js
||filemoon.*/js/baf.js
||filemoon.*/js/dola.js
||filemoon.*/js/skrrt.js
||filerio.in/banners/
||files.im/images/bbnr/
||filmibeat.com/images/betindia.jpg
||finish.addurl.biz/webroot/ads/adsterra/
||finviz.com/gfx/banner_
||fishki.net/code?
||fontent.powzers.lol^
||fontent.powzerz.lol^
||footballtradedirectory.com/images/pictures/banner/
||forabodiesonly.com/mopar/sidebarbanners/
||fordforums.com.au/logos/
||forum.miata.net/sp/
||free-webhosts.com/images/a/
||freebookspot.club/vernambanner.gif
||freedownloadmanager.org/js/achecker.js
||freeworldgroup.com/banner
||funnyjunk.com/site/js/extra/pre
||futbollatam.com/ads.js
||fwcdn3.com^$domain=eonline.com
||fwpub1.com^$domain=ndtv.com|ndtv.in
||gamblingnewsmagazine.com/wp-content/uploads/*/ocg-ad-
||gamecopyworld.com/*.php?
||gamecopyworld.com/ddd/
||gamecopyworld.com/js/pp.js
||gamecopyworld.eu/ddd/
||gamecopyworld.eu/js/pp.js
||gameflare.com/promo/
||gamer.mmohuts.com^
||ganjing.world/v1/cdkapi/
||ganjingworld.com/pbjsDisplay.js
||ganjingworld.com/v1s/adsserver/
||generalblue.com/js/pages/shared/lazyads.min.js
||gentent.stre4mplay.one^
||gentent.streampiay.fun^
||getconnected.southwestwifi.com/ads_video.xml
||gocdkeys.com/images/background
||gogoanime.me/zenny/
||gontent.powzers.lol^
||googlesyndication.com^$domain=blogto.com|youtube.com
||govevents.com/display-file/
||gpt.mail.yahoo.net/sandbox$subdocument,domain=mail.yahoo.com
||graphicdesignforums.co.uk/banners/
||greatandhra.com/images/landing/
||grow.gab.com/galahad/
||hamodia.co.uk/images/worldfirst-currencyconversion.jpg
||hearstapps.com/moapt/moapt-hdm.latest.js
||hentent.stre4mplay.one^
||hentent.streampiay.fun^
||hltv.org/partnerimage/$image
||hltv.org/staticimg/*?ixlib=
||holyfamilyradio.org/banners/
||homeschoolmath.net/a/
||hontent.powzers.lol^
||hontent.powzerz.lol^
||horizonsunlimited.com/alogos/
||hortidaily.com/b/
||hostsearch.com/creative/
||hotstar.com^*/midroll?
||hotstar.com^*/preroll?
||howtogeek.com/emv2/
||i-tech.com.au/media/wysiwyg/banner/
||iamcdn.net/players/custom-banner.js
||iamcdn.net/players/playhydraxs.min.js$domain=player-cdn.com
||ianimes.cc/z-
||ibb.co^$domain=ghostbin.me
||ice.hockey/images/sponsoren/
||iceinspace.com.au/iisads/
||iconfinder.com/static/js/istock.js
||idlebrain.com/images4/footer-
||idlebrain.com/images5/main-
||idlebrain.com/images5/sky-
||idrive.com/include/images/idrive-120240.png
||ientent.streampiay.fun^
||igg-games.com/maven/
||ih1.fileforums.com^
||ii.apl305.me/js/pop.js
||illicium.web.money^$subdocument
||illicium.wmtransfer.com^$subdocument
||imagetwist.com/b9ng.js
||imdb.com/_json/getads/
||imgadult.com/ea2/
||imgdrive.net/a78bc9401d16.js
||imgdrive.net/anex/
||imgdrive.net/ea/
||imgtaxi.com/ea/
||imgtaxi.com/ttb02673583fb.js
||imgur.com^$domain=ghostbin.me|up-load.io
||imgwallet.com/ea/
||imp.accesstra.de^
||indiadesire.com/bbd/
||indiansinkuwait.com/Campaign/
||infobetting.com/bookmaker/
||inmanga.com/ads/
||instagram.com/api/v1/injected_story_units/
||intersc.igaming-service.io^$domain=hltv.org
||investing.com/jp.php
||ip-secrets.com/img/nv
||islandecho.co.uk/uploads/*/vipupgradebackground.jpg$image
||isohunt.app/a/b.js
||italiangenealogy.com/images/banners/
||itweb.co.za/static/misc/toolbox/
||itweb.co.za^*/sponsors
||j8jp.com/fhfjfj.js
||jamanetwork.com/AMA/AdTag
||japfg-trending-content.uc.r.appspot.com^
||jentent.streampiay.fun^
||jobsora.com/img/banner/
||jordantimes.com/accu/
||jpg.church/quicknoisilyheadbites.js
||js.mangajp.top^
||js.syosetu.top^
||jsdelivr.net/gh/$domain=chrome-stats.com|edge-stats.com|firefox-stats.com
||kaas.am/hhapia/
||kendrickcoleman.com/images/banners/
||kentent.streampiay.fun^
||kickassanimes.info/a_im/
||kissanime.com.ru/api/pop*.php
||kissanimes.net/30$subdocument
||kissasians.org/banners/
||kisscartoon.sh/api/pop.php
||kissmanga.org/rmad.php
||kitco.com/jscripts/popunders/
||kitsune-rush.overbuff.com^
||kitz.co.uk/files/jump2/
||koreatimes.co.kr/ad/
||kta.etherscan.com^
||lagacetanewspaper.com/wp-content/uploads/banners/
||lasentinel.net/static/img/promos/
||lespagesjaunesafrique.com/bandeaux/
||lifehack.org/Tm73FWA1STxF.js
||linkedin.com/tscp-serving/
||linkhub.icu/vendors/h.js
||linkshare.pro/img/btc.gif
||linuxtracker.org/images/dw.png
||livescore.az/images/banners
||lordchannel.com/adcash/
||ltn.hitomi.la/zncVMEzbV/
||lw.musictarget.com^
||lycos.com/catman/
||machineseeker.com/data/ofni/
||mafvertizing.crazygames.com^
||mail-ads.google.com^
||mail.aol.com/d/gemini_api/?adCount=
||manga1000.top/hjshds.js
||manga1001.top/gdh/dd.js
||manga18fx.com/js/main-v001.js
||mangahub.io/iframe/
||manhwascan.net/my2023/my2023
||manytoon.com/script/$script
||marineterms.com/images/banners/
||marketscreener.com/content_openx.php
||mas.martech.yahoo.com^$domain=mail.yahoo.com
||masternodes.online/baseimages/
||maxgames.com/img/sponsor_
||mbauniverse.com/sites/default/files/shree.png
||mediatrias.com/assets/js/vypopme.js
||mediaupdate.co.za/banner/
||megashare.website/js/safe.ob.min.js
||mictests.com/myshowroom/view.php$subdocument
||mobilesyrup.com/RgPSN0siEWzj.js
||monkeygamesworld.com/images/banners/
||montent.powzers.lol^
||moonjscdn.info/player8/JWui.js
||mp3fiber.com/*ml.jpg
||mpgh.net/idsx2/
||mrskin.com^$script,third-party,domain=~mrskincdn.com
||musicstreetjournal.com/banner/
||myabandonware.com/media/img/gog/
||myanimelist.net/c/i/images/event/
||mybrowseraddon.com/ads/core.js
||myeongbeauty.com/ads/
||myflixer.is/ajax/banner^
||myflixer.is/ajax/banners^
||myunique.info/wp-includes/js/pop.js
||myvidster.com/js/myv_ad_camp2.php
||n.gemini.yahoo.com^
||nameproscdn.com/images/backers/
||nativetimes.com/images/banners/
||naturalnews.com/wp-content/themes/naturalnews-child/$script
||navyrecognition.com/images/stories/customer/
||nemosa.co.za/images/mad_ad.png
||newkerala.com/banners/amazon
||newsnow.co.uk/pharos.js
||nexvelar.b-cdn.net/videoplayback_.mp4
||nontent.powzers.lol^
||norwaypost.no/images/banners/
||nrl.com/siteassets/sponsorship/
||nrl.com^*/sponsors/
||nu2.nu/gfx/sponsor/
||nyaa.land/static/p2.jpg
||nzherald.co.nz/pf/resources/dist/scripts/global-ad-script.js
||observerbd.com/ad/
||odrama.net/images/clicktoplay.jpg
||ohmygore.com/ef_pub
||oklink.com/api/explorer/v2/index/text-advertisement?
||onlineshopping.co.za/expop/
||oontent.powzers.lol^
||opencart.com/application/view/image/banner/
||openstack.org/api/public/v1/sponsored-projects?
||optics.org/banners/
||outbrain.com^$domain=bgr.com|buzzfeed.com|dto.to|investing.com|mamasuncut.com|mangatoto.com|tvline.com
||outlookads.live.com^
||outputter.io/uploads/$subdocument
||ownedcore.com/forums/ocpbanners/
||pafvertizing.crazygames.com^
||pahaplayers.click/ch/adcashdirect.php
||paste.fo/*jpeg$image
||pasteheaven.com/assets/images/banners/
||pastemagazine.com/common/js/ads-
||pastemytxt.com/download_ad.jpg
||pcwdld.com/SGNg95BS08r9.js
||petrolplaza.net/AdServer/
||phonearena.com/js/ops/taina.js
||phuketwan.com/img/b/
||picrew.me/vol/ads/
||pimpandhost.com/mikakoki/
||plainenglish.io/assets/sponsors/
||planetlotus.org/images/partners/
||player.twitch.tv^$domain=go.theconomy.me
||plutonium.cointelegraph.com^
||poedb.tw/image/torchlight/
||pons.com/assets/javascripts/modules-min/ad-utilities_
||pons.com/assets/javascripts/modules-min/idm-ads_
||pontent.powzers.lol^
||ports.co.za/banners/
||positivehealth.com/img/original/BannerAvatar/
||positivehealth.com/img/original/TopicbannerAvatar/
||povvldeo.lol/js/fpu3/
||prebid-server.newsbreak.com^
||presearch.com/affiliates|$xmlhttprequest
||presearch.com/coupons|$xmlhttprequest
||presearch.com/tiles^
||pressablecdn.com/wp-content/uploads/Site-Skin_update.gif$domain=bikebiz.com
||prewarcar.com/*-banners/
||prod-sponsoredads.mkt.zappos.com^
||products.gobankingrates.com^
||publicdomaintorrents.info/grabs/hdsale.png
||publicdomaintorrents.info/rentme.gif
||publicdomaintorrents.info/srsbanner.gif
||pubsrv.devhints.io^
||pururin.to/assets/js/pop.js
||puzzle-slant.com/images/ad/
||pwinsider.com/advertisement/
||qontent.powzers.lol^
||qrz.com/ads/
||quora.com/ads/
||radioreference.com/i/p4/tp/smPortalBanner.gif
||rafvertizing.crazygames.com^
||realitytvworld.com/includes/loadsticky.html
||realpython.net/tag.js
||receive-sms-online.info/img/banner_
||red-shell.speedrun.com^
||republicmonitor.com/images/lundy-placeholder.jpeg
||rswebsols.com/wp-content/uploads/rsws-banners/
||s.radioreference.com/sm/$image
||s.yimg.com/zh/mrr/$image,domain=mail.yahoo.com
||saabsunited.com/wp-content/uploads/*banner
||sat-universe.com/wos2.png
||sat-universe.com/wos3.gif
||save-editor.com/b/in/ad/
||sbfull.com/assets/jquery/jquery-3.2.min.js?
||sbfull.com/js/mainpc.js
||sciencefocus.com/pricecomparison/$subdocument
||scoot.co.uk/delivery.php
||scrolller.com/scrolller/affiliates/
||search.brave.com/serp/v1/static/serp-js/paid/
||search.brave.com/serp/v1/static/serp-js/shopping/
||searchenginereports.net/theAdGMC/$image
||sedo.cachefly.net^$domain=~sedoparking.com
||segmentnext.com/LhfdY3JSwVQ8.js
||sermonaudio.com/images/sponsors/
||sgtreport.com/wp-content/uploads/*Banner
||sharecast.ws/cum.js
||sharecast.ws/fufu.js
||short-wave.info/html/adsense-
||siberiantimes.com/upload/banners/
||sicilianelmondo.com/banner/
||slickdeals.net/ad-stats/
||smallseotools.com/webimages/a12/$image
||smn-news.com/images/banners/
||socket.streamable.com^
||softcab.com/google.php?
||sonichits.com/tf.php
||sontent.powzers.lol^
||sorcerers.net/images/aff/
||soundcloud.com/audio-ads?
||southfloridagaynews.com/images/banners/
||spike-plant.valorbuff.com^
||sponsors.vuejs.org^
||sportlemon24.com/img/301.jpg
||sportshub.to/player-source/images/banners/
||spox.com/daznpic/
||srilankamirror.com/images/banners/
||srware.net/iron/assets/img/av/
||startpage.com/sp/adsense/
||startpage.com/sp/cdn/*/TotalAdBlockAdultWidget.js
||startpage.com/sp/Tgz1k/adsense/
||static.fastpic.org^$subdocument
||staticflickr.com/ap/build/javascripts/prbd-$script,domain=flickr.com
||steamanalyst.com/steeem/delivery/
||storage.googleapis.com/cdn.newsfirst.lk/advertisements/$domain=newsfirst.lk
||store-api.mumuglobal.com^
||strcloud.club/mainstream
||streamoupload.*/api/spots/$script
||streams.tv/js/slidingbanner.js
||streamsport.pro/hd/popup.php
||strtpe.link/ppmain.js
||stuff.co.nz/static/adnostic/
||stuff.co.nz/static/stuff-adfliction/
||sundayobserver.lk/sites/default/files/pictures/COVID19-Flash-1_0.gif
||surfmusic.de/anz
||survivalblog.com/marketplace/
||survivalservers.com^$subdocument,domain=adfoc.us
||szm.com/reklama
||t.police1.com^
||taadd.com/files/js/site_skin.js
||taboola.com^$domain=independent.co.uk|outlook.live.com|technobuffalo.com
||tampermonkey.net/s.js
||tashanmp3.com/api/pops/
||techgeek365.com/advertisements/
||techonthenet.com/javascript/pb.js
||techporn.ph/wp-content/uploads/Ad-
||techsparx.com/imgz/udemy/
||thanks.viewfr.com/webroot/ads/adsterra/
||thedailysheeple.com/images/banners/
||thefinancialexpress.com.bd/images/rocket-250-250.png
||theindependentbd.com/assets/images/banner/
||thephuketnews.com/photo/banner/
||theseoultimes.com/ST/banner/
||thespike.gg/images/bc-game/
||thisgengaming.com/Scripts/widget2.aspx
||timesnownews.com/dfpamzn.js
||tontent.powzers.lol^
||torrent911.ws/z-
||torrenteditor.com/img/graphical-network-monitor.gif
||torrentfreak.com/wp-content/banners/
||totalcsgo.com/site-takeover/$image
||tpc.googlesyndication.com^
||tracking.police1.com^
||traditionalmusic.co.uk/images/banners/
||triangletribune.com/cache/sql/fba/
||truck1.eu/_BANNERS_/
||trucknetuk.com/phpBB2old/sponsors/
||trumparea.com/_adz/
||tubeoffline.com/itbimg/
||tubeoffline.com/js/hot.min.js
||tubeoffline.com/vpn.php
||tubeoffline.com/vpn2.php
||tubeoffline.com/vpnimg/
||turbobit.net/pus/
||twt-assets.washtimes.com^$script,domain=washingtontimes.com
||ubuntugeek.com/images/ubuntu1.png
||ukcampsite.co.uk/banners/
||unmoor.com/config.json
||uploadcloud.pro/altad/
||userscript.zone/s.js
||usrfiles.com^$domain=melophobemusic.com
||util-*.simply-hentai.com^
||utilitydive.com/static/js/prestitial.js
||uxmatters.com/images/sponsors/
||v3cars.com/load-ads.php
||vastz.b-cdn.net/hsr/HSR*.mp4
||videogameschronicle.com/ads/
||vidstream.pro/AB/pioneersuspectedjury.com/
||vidzstore.com/popembed.php
||vobium.com/images/banners/
||voodc.com/avurc
||vtube.to/api/spots/
||wafvertizing.crazygames.com^
||wall.vgr.com^
||web-oao.ssp.yahoo.com/admax/
||webcamtests.com/MyShowroom/view.php?
||webstick.blog/images/images-ads/
||welovemanga.one/uploads/bannerv.gif
||widenetworks.net^$domain=flysat.com
||wikihow.com/x/zscsucgm?
||windows.net/banners/$domain=hortidaily.com
||winxclub.com^*/dfp.js?
||wonkychickens.org/data/statics/s2g/$domain=torrentgalaxy.to
||worldofmods.com/wompush-init.js
||wqah.com/images/banners/
||wsj.com/asset/ace/ace.min.js
||www.google.*/adsense/search/ads.js
||x.castanet.net^
||xboxone-hq.com/images/banners/
||xda-developers.com/app/plugins/xda-kco-affiliate/
||xinhuanet.com/s?
||y3o.tv/nevarro/video-ads/$domain=yallo.tv
||yahoo.com/m/gemini_api/
||yahoo.com/pdarla/
||yahoo.com/sdarla/
||yellowpages.com.lb/uploaded/banners/
||yimg.com/rq/darla/$domain=yahoo.com
||ynet.co.il/gpt/
||youtube.com/pagead/
||ytconvert.me/pop.js
||ytmp3.cc/js/inner.js
||ytmp3.plus/ba
||zillastream.com/api/spots/
||zmescience.com/1u8t4y8jk6rm.js
||zmovies.cc/bc1ea2a4e4.php
/^https?:\/\/.*\.(club|bid|biz|xyz|site|pro|info|online|icu|monster|buzz|website|biz|re|casa|top|one|space|network|live|systems|ml|world|life|co)\/.*/$~image,~media,~subdocument,third-party,domain=1cloudfile.com|adblockstreamtape.art|adblockstreamtape.site|bowfile.com|clipconverter.cc|cricplay2.xyz|desiupload.co|dood.la|dood.pm|dood.so|dood.to|dood.watch|dood.ws|dopebox.to|downloadpirate.com|drivebuzz.icu|embedstream.me|eplayvid.net|fmovies.ps|fmovies.to|gdriveplayer.us|gospeljingle.com|hexupload.net|hurawatch.at|kissanimes.net|krunkercentral.com|movies2watch.tv|myflixer.pw|myflixer.today|myflixertv.to|powvideo.net|proxyer.org|scloud.online|sflix.to|skidrowcodex.net|streamtape.com|theproxy.ws|vidbam.org|vidembed.cc|vidembed.io|videobin.co|vidlii.com|vidoo.org|vipbox.lc
/^https?:\/\/[0-9a-z]{5,}\.com\/.*/$script,third-party,xmlhttprequest,domain=123movies.tw|1cloudfile.com|745mingiestblissfully.com|9xupload.asia|adblockeronstape.me|adblockeronstreamtape.me|adblockeronstrtape.xyz|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.fr|adblockstreamtape.site|adblocktape.online|adblocktape.store|adblocktape.wiki|anonymz.com|antiadtape.com|audaciousdefaulthouse.com|bowfile.com|clicknupload.to|cloudvideo.tv|cr7sports.us|daddylivehd.sx|dailyuploads.net|databasegdriveplayer.xyz|deltabit.co|dlhd.sx|dood.la|dood.pm|dood.re|dood.sh|dood.so|dood.to|dood.watch|dood.wf|dood.ws|dood.yt|doods.pro|dooood.com|dramacool.sr|drivebuzz.icu|ds2play.com|embedplayer.site|embedsb.com|embedsito.com|embedstream.me|engvideo.net|enjoy4k.xyz|eplayvid.net|evoload.io|fembed-hd.com|filemoon.sx|files.im|filmy4wap.ink|flexy.stream|fmovies.ps|gamovideo.com|gaybeeg.info|gdriveplayer.pro|gettapeads.com|givemenbastreams.com|gogoanimes.org|gogohd.net|goload.io|gomo.to|greaseball6eventual20.com|hdtoday.ru|hexupload.net|hurawatch.at|kesini.in|kickassanime.mx|kickasstorrents.to|linkhub.icu|lookmyimg.com|mangareader.cc|mangareader.to|mangovideo.pw|maxsport.one|membed.net|meomeo.pw|mirrorace.org|mixdroop.co|mixdrop.bz|mixdrop.click|mixdrop.club|mixdrop.sx|mixdrop.to|mixdrops.xyz|mixdrp.co|movies2watch.tv|mp4upload.com|nelion.me|noblocktape.com|nsw2u.org|onlinevideoconverter.com|ovagames.com|pahaplayers.click|papahd.club|pcgamestorrents.com|pouvideo.cc|proxyer.org|putlocker-website.com|reputationsheriffkennethsand.com|rintor.space|rojadirecta1.site|scloud.online|send.cm|sflix.to|shavetape.cash|skidrowcodex.net|smallencode.me|soccerstreamslive.co|sportshighlights.club|stapadblockuser.art|stapadblockuser.click|stapadblockuser.info|stapadblockuser.xyz|stape.fun|stapewithadblock.beauty|stapewithadblock.monster|stapewithadblock.xyz|strcloud.in|streamadblocker.cc|streamadblocker.com|streamadblocker.store|streamadblocker.xyz|streamingsite.net|streamlare.com|streamnoads.com|streamta.pe|streamta.site|streamtape.com|streamtape.to|streamtape.xyz|streamtapeadblock.art|streamtapeadblockuser.art|streamtapeadblockuser.homes|streamtapeadblockuser.monster|streamtapeadblockuser.xyz|strikeout.ws|strtape.cloud|strtape.tech|strtapeadblock.club|strtapeadblocker.xyz|strtapewithadblock.art|strtapewithadblock.xyz|supervideo.tv|tapeadsenjoyer.com|tapeantiads.com|tapeblocker.com|tapenoads.com|tapewithadblock.com|tapewithadblock.org|thepiratebay0.org|theproxy.ws|thevideome.com|toxitabellaeatrebates306.com|un-block-voe.net|upbam.org|upload-4ever.com|upload.do|uproxy.to|upstream.to|uqload.co|uqload.io|userscloud.com|v-o-e-unblock.com|vidbam.org|vido.lol|vidshar.org|vidsrc.me|vidsrc.stream|vipleague.im|vipleague.st|voe-unblock.net|voe.bar|voe.sx|vudeo.io|vudeo.net|vumoo.to|yesmovies.mn|youtube4kdownloader.com
/^https?:\/\/[0-9a-z]{8,}\.xyz\/.*/$third-party,xmlhttprequest,domain=1link.club|2embed.to|apiyoutube.cc|bestmp3converter.com|clicknupload.red|clicknupload.to|daddyhd.com|dood.wf|mp4upload.com|poscitech.com|sportcast.life|streamhub.to|streamvid.net|tvshows88.live|uploadbank.com|uqload.io|worldstreams.click
/\/[0-9a-f]{32}\/invoke\.js/$script,third-party
/^https?:\/\/www\..*.com\/[a-z]{1,}\.js$/$script,third-party,domain=deltabit.co|nzbstars.com|papahd.club|vostfree.online
||url.rw/*&a=
||url.rw/*&mid=
@@||freeplayervideo.com^$subdocument
@@||gogoplay5.com^$subdocument
@@||gomoplayer.com^$subdocument
@@||lshstream.xyz/hls/$xmlhttprequest
@@||msubload.com/sub/$xmlhttprequest
/^https?:\/\/.*(com|net|top|xyz)\/(bundle|warning|style|bootstrap|brand|reset|jquery-ui|styles|error|logo|index|favicon|star|header)\.(png|css)\?[A-Za-z0-9]{30,}.*/$third-party
/^https?:\/\/[0-9a-z]{5,}\.(digital|website|life|guru|space|uno|cfd)\/[a-z0-9]{6,}\//$script,third-party,xmlhttprequest,domain=~127.0.0.1|~bitrix24.life|~ccc.ac|~jacksonchen666.com|~lemmy.world|~localhost|~mempool.space|~scribble.ninja|~scribble.website|~spacepub.space|~traineast.co.uk
/^https?:\/\/cdn\.[0-9a-z]{3,6}\.xyz\/[a-z0-9]{8,}\.js$/$script,third-party
||frameperfect.speedrun.com^
||junkrat-tire.overbuff.com^
||breitbart.com/t/assets/js/prebid
||bustle.com^*/prebid-
||jwplatform.com/libraries/tdeymorh.js
||purexbox.com/javascript/gn/prebid-
||wsj.net/pb/pb.js
||fireworkapi1.com^$domain=boldsky.com
||anyclip.com^$third-party,domain=~click2houston.com|~clickondetroit.com|~clickorlando.com|~dictionary.com|~heute.at|~ksat.com|~news4jax.com|~video.timeout.com|~wsls.com
||api.dailymotion.com^$domain=philstarlife.com
||api.fw.tv^
||avantisvideo.com^$third-party
||blockchain.info/explorer-gateway/advertisements
||brid.tv^$script,domain=67hailhail.com|deepdaledigest.com|forevergeek.com|geordiebootboys.com|hammers.news|hitc.com|molineux.news|nottinghamforest.news|rangersnews.uk|realitytitbit.com|spin.com|tbrfootball.com|thechelseachronicle.com|thefocus.news|thepinknews.com|washingtonexaminer.com
||caffeine.tv/embed.js
||cdn.ex.co^$third-party
||cdn.thejournal.ie/media/hpto/$image
||channelexco.com/player/$third-party
||connatix.com^$third-party,domain=~accuweather.com|~deadline.com|~elnuevoherald.com|~heraldsun.com|~huffpost.com|~lmaoden.tv|~loot.tv|~miamiherald.com|~sacbee.com
||delivery.vidible.tv/jsonp/
||dywolfer.de^
||elements.video^$third-party
||embed.comicbook.com^$subdocument
||embed.ex.co^$third-party
||embed.sendtonews.com^$third-party
||fqtag.com^$third-party
||fwcdn1.com/js/fwn.js
||fwcdn1.com/js/storyblock.js
||g.ibtimes.sg/sys/js/minified-video.js
||geo.dailymotion.com/libs/player/$script,domain=mb.com.ph|philstarlife.com
||go.trvdp.com^
||gpv.ex.co^$third-party
||jwpcdn.com^$script,domain=bgr.com|decider.com|dexerto.com
||jwplayer.com^$domain=americansongwriter.com|dexerto.com|gamesradar.com|ginx.tv|imfdb.org|infoworld.com|kiplinger.com|soulbounce.com|spokesman-recorder.com|tennis.com|thestreet.com|tomshardware.com|variety.com|whathifi.com
||live.primis.tech^$third-party
||minute.ly^$third-party
||minutemedia-prebid.com^$third-party
||minutemediaservices.com^$third-party
||play.springboardplatform.com^
||playbuzz.com/embed/$script,third-party
||playbuzz.com/player/$script,third-party
||player.avplayer.com^$third-party
||player.ex.co^$third-party
||player.sendtonews.com^$third-party
||players.brightcove.net^$script,domain=businessinsider.com.au|gizmodo.com.au|kotaku.com.au|lifehacker.com.au|pedestrian.tv
||playoncenter.com^$third-party
||playwire.com/bolt/js/$script,third-party
||poptok.com^$third-party
||rumble.com^$domain=tiphero.com
||sonar.viously.com^$domain=~aufeminin.com|~melty.fr
||sportrecs.com/redirect/embed/
||tldw.me^$third-party
||ultimedia.com/js/common/smart.js$script,third-party
||vidazoo.com/basev/$script,third-party
||video-streaming.ezoic.com^
||vidora.com^$third-party
||viewdeos.com^$script,third-party
||voqally.com/hub/app/
||vplayer.newseveryday.com^
||www-idm.com/wp-content/uploads/2022/02/bitcoin.png
||zype.com^$third-party,domain=bossip.com|hiphopwired.com|madamenoire.com
||centent.streamp1ay.
||cintent.streanplay.
@@||youtube.com/get_video_info?$xmlhttprequest,domain=music.youtube.com|tv.youtube.com
||m.youtube.com/get_midroll_$domain=youtube.com
||www.youtube.com/get_midroll_$domain=youtube.com
||youtube.com/get_video_info?*adunit$~third-party
/^https?:\/\/.*bit(ly)?\.(com|ly)\//$domain=1337x.to|cryptobriefing.com|eztv.io|eztv.tf|eztv.yt|fmovies.taxi|fmovies.world|limetorrents.info|megaup.net|mrunlock.kim|newser.com|sendit.cloud|torlock.com|uiz.io|userscloud.com|vev.red|vidbull.tv|vidup.io|yourbittorrent2.com
/^https?:\/\/.*\/.*(sw[0-9a-z._-]{1,6}|\.notify\.).*/$script,domain=1337x.to|cashurl.in|clickndownload.click|clicknupload.click|cloudvideo.tv|downloadpirate.com|fmovies.taxi|fmovies.world|hurawatch.at|igg-games.com|indishare.org|linksly.co|megaup.net|mixdrop.ag|mp3-convert.org|nutritioninsight.com|ouo.press|pcgamestorrents.com|pcgamestorrents.org|powvideo.net|powvldeo.cc|primewire.sc|proxyer.org|sendit.cloud|sendspace.com|shrinke.me|shrinkhere.xyz|solarmovie.to|theproxy.ws|uiz.io|up-load.io|upload.ac|uploadever.com|uploadrar.com|uploadrive.com|uplovd.com|upstream.to|userscloud.com|vidbull.tv|vidoza.co|vidoza.net|vidup.io|vumoo.life|xtits.com|yourbittorrent2.com|ziperto.com
/^https?:\/\/.*\/sw\.js\?[a-zA-Z0-9%]{50,}/$script,~third-party
/sw.js$script,domain=filechan.org|hotfile.io|lolabits.se|megaupload.nz|openload.cc|rapidshare.nu|share-online.is
$image,script,subdocument,third-party,xmlhttprequest,domain=vidoza.co|vidoza.net
@@$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
@@||cdnjs.cloudflare.com/ajax/libs/$script,domain=vidoza.co|vidoza.net
$script,third-party,xmlhttprequest,domain=govid.co
@@||ajax.googleapis.com/ajax/libs/$script,domain=govid.co
@@||akamaiedge.net^$domain=canyoublockit.com
@@||cloudflare.com^$script,stylesheet,domain=canyoublockit.com
@@||fluidplayer.com^$script,stylesheet,domain=canyoublockit.com
@@||googleapis.com^$script,stylesheet,domain=canyoublockit.com
@@||hwcdn.net^$domain=canyoublockit.com
|http://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=canyoublockit.com
|https://$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=canyoublockit.com
$script,stylesheet,third-party,xmlhttprequest,domain=up-4ever.net
@@||ajax.googleapis.com^$script,domain=up-4ever.net
@@||connect.facebook.net^$script,domain=up-4ever.net
@@||fonts.googleapis.com^$stylesheet,domain=up-4ever.net
@@||maxcdn.bootstrapcdn.com^$stylesheet,domain=up-4ever.net
@@||up4ever.download^$domain=up-4ever.net
$script,third-party,domain=hitomi.la|rule34hentai.net
@@||ajax.googleapis.com^$script,domain=rule34hentai.net
@@||cloudflare.com^$script,domain=rule34hentai.net
|http://$script,xmlhttprequest,domain=urlcash.net
|https://$script,xmlhttprequest,domain=urlcash.net
@@||gelbooru.com^$generichide
||gelbooru.com*/license.$script
||gelbooru.com*/tryt.$script
||gelbooru.com/halloween/
|http://$script,third-party,xmlhttprequest,domain=bc.vc
|https://$script,third-party,xmlhttprequest,domain=bc.vc
$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
$script,third-party,xmlhttprequest,domain=abcvideo.cc
$script,third-party,xmlhttprequest,domain=ouo.io|ouo.press
||ouo.io/js/*.js?
||ouo.io/js/pop.
||ouo.press/js/pop.
$script,third-party,domain=imgbox.com
@@||ajax.googleapis.com^$script,domain=imgbox.com
$image,script,stylesheet,subdocument,third-party,xmlhttprequest,domain=pirateproxy.live|thehiddenbay.com|thepiratebay.org|thepiratebay10.org
@@||apibay.org^$script,xmlhttprequest,domain=thepiratebay.org
@@||jsdelivr.net^$script,domain=thepiratebay.org
@@||thepiratebay.*/static/js/details.js$domain=pirateproxy.live|thehiddenbay.com|thepiratebay.org
@@||thepiratebay.*/static/js/prototype.js$domain=pirateproxy.live|thehiddenbay.com|thepiratebay.org
@@||thepiratebay.*/static/js/scriptaculous.js$domain=thepiratebay.org
@@||thepiratebay.org/*.php$csp,~third-party
@@||thepiratebay.org/static/main.js$script,~third-party
@@||torrindex.net/images/*.gif$domain=thepiratebay.org
@@||torrindex.net/images/*.jpg$domain=thepiratebay.org
@@||torrindex.net^$script,stylesheet,domain=thepiratebay.org
||thepirate-bay3.org/banner_
||thepiratebay.$script,domain=pirateproxy.live|thehiddenbay.com|thepiratebay.org
||thepiratebay.*/static/$subdocument
||thepiratebay10.org/static/js/UYaf3EPOVwZS3PP.js
||aupetitparieur.com//
||beforeitsnews.com//
||bigleaguepolitics.com//
||canadafreepress.com///
||concomber.com//
||conservativefiringline.com//
||mamieastuce.com//
||meilleurpronostic.fr//
||patriotnationpress.com//
||populistpress.com//
||reviveusa.com//
||thegatewaypundit.com//
||thelibertydaily.com//
||toptenz.net//
||westword.com//
/^https?:\/\/(.+?\.)?ipatriot\.com[\/]{1,}.*[a-zA-Z0-9]{9,}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=ipatriot.com
/^https?:\/\/(.+?\.)?letocard\.fr[\/]{1,}.*[a-zA-Z0-9]{3,7}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=letocard.fr
/^https?:\/\/(.+?\.)?letocard\.fr\/[a-zA-Z0-9]{3,7}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=letocard.fr
/^https?:\/\/(.+?\.)?lovezin\.fr[\/]{1,}.*[a-zA-Z0-9]{7,9}\/[a-zA-Z0-9]{10,}\/.*/$image,domain=lovezin.fr
/^https?:\/\/(.+?\.)?naturalblaze\.com\/wp-content\/uploads\/.*[a-zA-Z0-9]{14,}\.*/$image,domain=naturalblaze.com
/^https?:\/\/(.+?\.)?newser\.com[\/]{1,}.*[a-zA-Z0-9]{3,7}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=newser.com
/^https?:\/\/(.+?\.)?rightwingnews\.com[\/]{1,9}.*[a-zA-Z0-9]{8,}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=rightwingnews.com
/^https?:\/\/(.+?\.)?topminceur\.fr\/[a-zA-Z0-9]{6,}\/[a-zA-Z0-9]{3,}\/.*/$image,domain=topminceur.fr
/^https?:\/\/(.+?\.)?vitamiiin\.com\/[\/][\/a-zA-Z0-9]{3,}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=vitamiiin.com
/^https?:\/\/(.+?\.)?writerscafe\.org[\/]{1,}.*[a-zA-Z0-9]{3,7}\/[a-zA-Z0-9]{6,}\/.*/$image,domain=writerscafe.org
/^https?:\/\/.*\.(com|net|org|fr)\/[A-Za-z0-9]{1,}\/[A-Za-z0-9]{1,}\/[A-Za-z0-9]{2,}\/.*/$image,domain=allthingsvegas.com|aupetitparieur.com|beforeitsnews.com|bigleaguepolitics.com|canadafreepress.com|concomber.com|conservativefiringline.com|dailylol.com|ipatriot.com|mamieastuce.com|meilleurpronostic.fr|miaminewtimes.com|naturalblaze.com|patriotnationpress.com|populistpress.com|thegatewaypundit.com|thelibertydaily.com|toptenz.net|vitamiiin.com|westword.com|wltreport.com|writerscafe.org
$websocket,domain=4archive.org|allthetests.com|boards2go.com|colourlovers.com|fastpic.ru|fileone.tv|filmlinks4u.is|imagefap.com|keepvid.com|megaup.net|olympicstreams.me|pocketnow.com|pornhub.com|pornhubthbh7ap3u.onion|powvideo.net|roadracerunner.com|shorte.st|tribune.com.pk|tune.pk|vcpost.com|vidmax.com|vidoza.net|vidtodo.com
$csp=script-src 'self' '*' 'unsafe-inline',domain=pirateproxy.live|thehiddenbay.com|downloadpirate.com|thepiratebay10.org|ukpass.co|linksmore.site
$csp=worker-src 'none',domain=torlock.com|alltube.pl|alltube.tv|centrum-dramy.pl|coinfaucet.eu|crictime.com|crictime.is|doodcdn.com|estream.to|gomo.to|hdvid.fun|hdvid.tv|hitomi.la|kinox.to|lewd.ninja|assia1.tv|nflbite.com|pirateproxy.live|plytv.me|potomy.ru|powvideo.cc|powvideo.net|putlocker.to|reactor.cc|rojadirecta.direct|sickrage.ca|streamtape.com|thehiddenbay.com|thepiratebay.org|thepiratebay10.org|tpb.party|uptomega.me|ustream.to|vidoza.co|vidoza.net|wearesaudis.net|yazilir.com
||bodysize.org^$csp=child-src *
||convertfiles.com^$csp=script-src 'self' '*' 'unsafe-inline'
||gelbooru.com^$csp=script-src 'self' '*' 'unsafe-inline' *.gstatic.com *.google.com *.googleapis.com *.bootstrapcdn.com
||moviewatcher.is^$csp=script-src 'self' '*' 'unsafe-inline'
||pirateiro.com^$csp=script-src 'self' 'unsafe-inline' https://hcaptcha.com *.hcaptcha.com
||activistpost.com^$csp=script-src *.leadpages.net *.gstatic.com *.google.com *.googleapis.com *.playwire.com *.facebook.com *.bootstrapcdn.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.lat|kinos.to|kinox.am|kinox.bz|kinox.click|kinox.cloud|kinox.club|kinox.digital|kinox.direct|kinox.express|kinox.fun|kinox.fyi|kinox.gratis|kinox.io|kinox.lol|kinox.me|kinox.mobi|kinox.pub|kinox.sh|kinox.sx|kinox.to|kinox.tube|kinox.tv|kinox.wtf|kinoz.to,~third-party
@@||doubleclick.net/gampad/*adPositionName%3Dsuperbanner_$xmlhttprequest,domain=spiegel.de
@@||doubleclick.net/getconfig$xmlhttprequest,domain=spiegel.de
@@||g.doubleclick.net/gampad/ads?*superbanner_3$xmlhttprequest,domain=spiegel.de
@@||g.doubleclick.net/gampad/ads?*wallpaper_1$xmlhttprequest,domain=spiegel.de
@@||g.doubleclick.net/gpt/pubads_impl_$script,domain=spiegel.de
@@||g.doubleclick.net/tag/js/gpt.js$domain=spiegel.de
@@||pagead2.googlesyndication.com/getconfig/sodar?$xmlhttprequest,domain=spiegel.de
spiegel.de###vi-stories-main-container
spiegel.de##.emsAnzeige
spiegel.de##.vi-stories-top-div
spiegel.de##a[data-nvp*="'trafficUrl':'https://paid.outbrain.com/network/redir?"]
spiegel.de##a[href^="http://paid.outbrain.com/network/redir?"]
spiegel.de##a[href^="https://paid.outbrain.com/network/redir?"]
spiegel.de##a[onmousedown^="this.href='http://paid.outbrain.com/network/redir?"]
spiegel.de##a[onmousedown^="this.href='https://paid.outbrain.com/network/redir?"]
spiegel.de##div[id*="/spon_dt/"]:not(#google_ads_iframe_\/6032\/spon_dt\/homepage_5__container__)
||2mdn.net^$domain=spiegel.de
||360yield.com^$domain=spiegel.de
||adalliance.io^$domain=spiegel.de
||adform.net^$domain=spiegel.de
||adition.com^$domain=spiegel.de
||admob.com^$domain=spiegel.de
||adnxs.com^$domain=spiegel.de
||ads.viralize.tv^$domain=spiegel.de
||adsafeprotected.com^$domain=spiegel.de
||amazon-adsystem.com^$domain=spiegel.de
||cas.*.criteo.com^$domain=spiegel.de
||ced.sascdn.com^$domain=spiegel.de
||conative.de^$domain=spiegel.de
||emsservice.de^$domain=spiegel.de
||finative.cloud^$domain=spiegel.de
||g.doubleclick.net^$domain=spiegel.de
||googlesyndication.com/pagead/$domain=spiegel.de
||googlesyndication.com/safeframe/$domain=spiegel.de
||googlesyndication.com/simgad/$domain=spiegel.de
||googlesyndication.com/sodar/$domain=spiegel.de
||images.*.criteo.net^$domain=spiegel.de
||imasdk.googleapis.com^$domain=spiegel.de
||inforsea.com^$domain=spiegel.de
||mookie1.com^$domain=spiegel.de
||netpoint-media.de^$domain=spiegel.de
||omnitagjs.com^$domain=spiegel.de
||pagead2.googlesyndication.com^$domain=spiegel.de
||partner.googleadservices.com^$domain=spiegel.de
||pubmatic.com^$domain=spiegel.de
||rubiconproject.com^$domain=spiegel.de
||serving-sys.com^$domain=spiegel.de
||smartadserver.com^$domain=spiegel.de
||smartstream.tv^$domain=spiegel.de
||spotxchange.com^$domain=spiegel.de
||stickyadstv.com^$domain=spiegel.de
||teads.tv^$domain=spiegel.de
||twiago.com^$domain=spiegel.de
||vi-serve.com^$domain=spiegel.de
||vix.*.criteo.net^$domain=spiegel.de
||yieldlab.net^$domain=spiegel.de
@@||jetzt.de^$generichide
/^https?:\/\/www\.[0-9a-z]{8,}\.com\/[0-9a-z]{1,4}\.js$/$script,third-party,domain=dood.la|dood.pm|dood.sh|dood.so|dood.to|dood.watch|dood.ws
$popup,third-party,domain=1337x.buzz|720pstream.tv|adblockeronstape.me|adblockeronstreamtape.me|adblockeronstrtape.xyz|adblockplustape.com|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.fr|adblockstreamtape.site|adblocktape.online|adblocktape.store|adblocktape.wiki|animepl.xyz|animeworld.biz|aniwave.to|antiadtape.com|assia4.com|atrocidades18.net|bflix.ru|cloudemb.com|cloudvideo.tv|databasegdriveplayer.xyz|dembed1.com|diampokusy.com|dir-proxy.net|dirproxy.info|dood.la|dood.pm|dood.re|dood.sh|dood.so|dood.to|dood.watch|dood.wf|dood.ws|dood.yt|doods.pro|dooood.com|ds2play.com|embedsito.com|fembed-hd.com|file-upload.com|filemoon.sx|freeplayervideo.com|geoip.redirect-ads.com|gettapeads.com|gogoanime.lol|gogoanime.nl|haes.tech|highstream.tv|hubfiles.ws|hydrax.xyz|katfile.com|kissanime.lol|kokostream.net|livetv498.me|loader.to|luluvdo.com|luxubu.review|mangovideo.pw|mixdroop.co|mixdrop.bz|mixdrop.click|mixdrop.club|mixdrop.sx|mixdrop.to|mixdrops.xyz|mixdrp.co|mixdrp.to|monstream.org|noblocktape.com|okru.link|oneproxy.org|piracyproxy.biz|piraproxy.info|pixroute.com|playtube.ws|pomvideo.cc|pouvideo.cc|projectfreetv2.com|proxyer.org|raes.tech|sbfast.com|sbplay2.com|sbplay2.xyz|sbthe.com|scloud.online|shavetape.cash|slmaxed.com|ssbstream.net|stapadblockuser.info|stapadblockuser.xyz|stape.fun|stape.me|stapewithadblock.beauty|stapewithadblock.monster|stapewithadblock.xyz|strcloud.in|streamadblocker.cc|streamadblocker.com|streamadblocker.store|streamadblocker.xyz|streamhide.to|streamingcommunity.life|streamlare.com|streamnoads.com|streamta.pe|streamtape.com|streamtape.to|streamtape.xyz|streamtapeadblock.art|streamtapeadblockuser.art|streamtapeadblockuser.homes|streamtapeadblockuser.monster|streamtapeadblockuser.xyz|streamtapse.com|streamz.ws|strtape.cloud|strtapeadblocker.xyz|strtapewithadblock.art|strtapewithadblock.xyz|strtpe.link|supervideo.tv|suzihaza.com|tapeadsenjoyer.com|tapeantiads.com|tapeblocker.com|tapenoads.com|tapewithadblock.com|tapewithadblock.org|theproxy.ws|trafficdepot.xyz|tubeload.co|un-block-voe.net|uploadfiles.pw|uproxy.co|upstream.to|upvid.biz|uqload.com|userload.co|uwatchfree.fo|vanfem.com|vgfplay.com|vidcloud9.com|videovard.to|vidlox.me|viewsb.com|vivo.sx|voe-unblock.com|voe-unblock.net|voe.sx|voeunblock1.com|voeunblock2.com|voiranime.com|watchsb.com|welovemanga.one|wiztube.xyz|wootly.ch|y2mate.is|youtubedownloader.sh|ytmp3.cc|ytmp3.sh
/&*^$popup,domain=piracyproxy.app|piraproxy.info|unblocked.club|unblockedstreaming.net
/?ref=$popup,domain=hltv.org
/hkz*^$popup,domain=piracyproxy.app|piraproxy.info|unblocked.club|unblockedstreaming.net
||123moviesfree.world/hd-episode/$popup
||amazon-adsystem.com^$popup,domain=twitch.tv
||animesuge.to/?$popup
||aontent.powzers.lol^$popup
||b.link^$popup,domain=hltv.org
||binance.com^$popup,domain=live7v.com|usagoals.sx
||bit.ly^$popup,domain=dexerto.com|eteknix.com|gdriveplayer.us|kitguru.com|ouo.io|ouo.press|sh.st
||bitcoins-update.blogspot.com^$popup,domain=lineageos18.com
||bitskins.com^$popup,domain=hltv.org
||cdnqq.net/out.php$popup
||centent.stemplay.cc^$popup
||csgfst.com^$popup,domain=hltv.org
||csgofast.cash^$popup,domain=hltv.org
||csgofastx.com/?clickid=$popup,domain=hltv.org
||dontent.powzerz.lol^$popup
||eentent.streampiay.me^$popup
||eontent.powzerz.lol^$popup
||facebook.com/ads/ig_redirect/$popup,domain=instagram.com
||fentent.stre4mplay.one^$popup
||fentent.streampiay.fun^$popup
||fentent.streampiay.me^$popup
||flashtalking.com^$popup,domain=twitch.tv
||flaticon.com/edge/banner/$popup
||flixhq.ru/?$popup
||fontent.powzerz.lol^$popup
||gentent.stre4mplay.one^$popup
||gentent.streampiay.fun^$popup
||gg.bet^$popup,domain=cq-esports.com
||hentent.streampiay.fun^$popup
||hltv.org^*=|$popup,domain=hltv.org
||hqq.tv/out.php?$popup
||hurawatch.ru/?$popup
||ientent.streampiay.fun^$popup
||jentent.streampiay.fun^$popup
||jpg.church/*.php?cat$popup
||kentent.streampiay.fun^$popup
||kissanimeonline.com/driectlink$popup
||link.advancedsystemrepairpro.com^$popup
||listentoyt.com/button/$popup
||listentoyt.com/vidbutton/$popup
||mercurybest.com^$popup,domain=hltv.org
||montent.powzers.lol^$popup
||mp3-convert.org/p$popup
||nontent.powzers.lol^$popup
||notube.cc/p/$popup
||notube.fi/p/$popup
||notube.im/p/$popup
||notube.io/p/$popup
||notube.net/p/$popup
||oontent.powzers.lol^$popup
||pinoymovies.es/links/$popup
||player.tabooporns.com^$popup
||pontent.powzers.lol^$popup
||qontent.pouvideo.cc^$popup
||rentalcars.com/?affiliateCode=$popup,domain=seatguru.com
||rontent.powzers.lol^$popup
||routeumber.com^$popup,domain=hltv.org
||rx.link^$popup,domain=uploadgig.com
||sendspace.com/defaults/sendspace-pop.html$popup
||skycheats.com^$popup,domain=elitepvpers.com
||t.co^$popup,domain=hltv.org
||tontent.powzers.lol^$popup
||topeuropix.site/svop4/$popup
||vpnfortorrents.*?$popup
||vtube.to/api/click/$popup
||waaw.to/out.php$popup
||yout.pw/button/$popup
||yout.pw/vidbutton/$popup
||ytmp4converter.com/wp-content/uploads$popup
||ytsyifys.com/go.$popup
|about:blank#$popup,domain=22pixx.xyz|adblockstrtape.link|animepahe.com|aniwave.to|bitporno.com|cdnqq.net|clipconverter.cc|dailyuploads.net|dood.la|dood.so|dood.to|dood.video|dood.watch|dood.ws|doodcdn.com|embed.embedz.click|flashx.net|fmovies.to|gospeljingle.com|hqq.tv|imagetwist.com|kissanime-ru.ws|mixdrop.bz|mixdrop.sx|mp4upload.com|onlystream.tv|playtube.ws|popads.net|powvideo.net|powvldeo.cc|putlocker.style|run-syndicate.com|sdmoviespoint.online|soap2day.tf|spcdn.cc|strcloud.link|streamani.net|streamsb.net|streamtape.cc|streamtape.com|streamtape.site|strtape.cloud|strtape.tech|strtapeadblock.club|strtapeadblock.me|strtpe.link|tapecontent.net|turboimagehost.com|upstream.to|uptostream.com|uptostream.eu|uptostream.fr|uptostream.link|userload.co|vev.red|vevo.io|vidcloud.co|videobin.co|videowood.tv|vidoza.net|voe.sx|vortez.net|vshare.eu|vumoo.to|waaw.to|watchserieshd.tv
/^https?:\/\/.*\.(club|xyz|top|casa)\//$popup,domain=123movies2022.org|aniwave.to|databasegdriveplayer.co|dood.la|dood.so|dood.to|dood.video|dood.watch|dood.ws|doodcdn.com|fmovies.to|fmovies.world|fplayer.info|gogoanimes.to|gogoplay1.com|masahub.net|redirect-ads.com|strtpe.link|voe-unblock.com|wawacity.work
/^https?:\/\/.*\.(jpg|jpeg|gif|png|svg|ico|js|txt|css|srt|vtt|webp)/$popup,domain=0123movie.ru|123-movies.ninja|123movies-official.site|123movies.net|123movies2022.org|123moviesfree4u.com|123movieshub.tc|123series.ru|19turanosephantasia.com|1movieshd.com|2umovies.pro|4anime.gg|4hdmovie.com|4stream.gg|5movies.fm|720pstream.tv|745mingiestblissfully.com|9xmovies.homes|adblockstrtape.link|animefreak.vip|animekisa.cc|animepahe.com|animesonline.cz|animesultra.com|aniwave.to|asianembed.io|audaciousdefaulthouse.com|bato.to|batotoo.com|batotwo.com|bflix.ru|bflix.to|bigclatterhomesguideservice.com|bormanga.online|buffstreams.tv|bunnycdn.ru|clicknupload.to|cloudvideo.tv|cmovies.vc|dailyuploads.net|databasegdriveplayer.co|divicast.com|dood.la|dood.pm|dood.sh|dood.so|dood.to|dood.video|dood.watch|dood.ws|dood.yt|doodcdn.com|dopebox.to|dramacool.pk|eplayvid.com|eplayvid.net|eplsite.uk|europixhd.net|exey.io|extreme-down.plus|files.im|filmestorrents.net|filmyzilla.beauty|filmyzilla.directory|filmyzilla.makeup|flashx.net|flixhq.ru|fmovies.app|fmovies.ps|fmovies.pub|fmovies.to|fmovies.world|fplayer.info|fraudclatterflyingcar.com|gayforfans.com|gdtot.nl|go-stream.site|gogoanime.run|gogoanimes.to|gomovies.pics|gospeljingle.com|greaseball6eventual20.com|hds-streaming-hd.com|hexupload.net|hindilinks4u.cam|hindilinks4u.nl|housecardsummerbutton.com|hulkstreams.com|hurawatch.at|hurawatch.it|jackstream.net|jackstreams.com|jujutsukaisen-manga.online|jujutsukaisenonline.net|kaiju-no8.com|kaisen-jujutsu.com|kimetsuscans.online|kimoitv.com|kiss-anime.org|kissanime-ru.ws|kissanime2.org|kissasians.org|leveling-solo.org|lookmoviess.com|magusbridemanga.com|manhuascan.com|manhuascan.me|mcubd.host|meomeo.pw|mixdrop.sx|mkvcage.site|mkvhub.tech|mlbstream.me|mlsbd.shop|mlwbd.host|movierulz.cam|movies2watch.ru|movies2watch.tv|movies7.to|moviesrulz.net|moviesverse.mobi|mp4upload.com|myflixer.it|myflixer.pw|myflixer.ru|myflixer.today|myflixertv.to|nbastream.nu|nflstream.io|ngomik.net|nkiri.com|nswgame.com|olympicstreams.me|paidnaija.com|playemulator.online|primewire.today|prmovies.bz|prmovies.org|putlocker-website.com|putlocker.digital|putlocker.vc|putlocker68.com|putlockers.fm|racaty.io|racaty.net|realfinanceblogcenter.com|record-ragnarok.com|redirect-ads.com|reputationsheriffkennethsand.com|sdmoviespoint.online|series9.la|sflix.to|shadowrangers.live|skidrow-games.com|skidrowcodex.net|soap2day.md|soap2day.video|soap2dayto.org|sockshare.ac|sockshare1.com|solarmovies.movie|speedvideo.net|sportsbay.watch|ssoap2day.to|steampiay.cc|stemplay.cc|streamani.net|streamsb.net|streamsport.icu|streamta.pe|streamtape.cc|streamtape.com|streamtape.net|streamz.ws|strikeout.cc|strikeout.nu|strtape.cloud|strtape.site|strtape.tech|strtapeadblock.me|strtpe.link|tapecontent.net|telerium.net|tinycat-voe-fashion.com|toxitabellaeatrebates306.com|turkish123.com|un-block-voe.net|upbam.org|uploadmaza.com|upornia.com|uprot.net|upstream.to|uptodatefinishconferenceroom.com|upvid.co|v-o-e-unblock.com|vidbam.org|vidembed.cc|vidnext.net|vido.fun|vidsrc.me|vipbox.lc|vipleague.im|vipleague.st|vipleague.tv|viprow.me|viprow.nu|vipstand.se|voe-un-block.com|voe-unblock.com|voe.bar|voe.sx|voeun-block.net|voeunbl0ck.com|voeunblck.com|voeunblk.com|voeunblock3.com|vumoo.to|vumoo.vip|watchseries.ninja|watchserieshd.tv|watchseriess.net|watchseriesstream.com|wawacity.work|xmovies8.fun|xn--tream2watch-i9d.com|yesmovies.id|yesmovies.mn|ymovies.to|yomovies.cam|yomovies.nl|yomovies.pl|yomovies.pm|youflix.site|youtube4kdownloader.com|yseries.tv|ytanime.tv|yts-subs.com|yts.movie
://*.justthegays.com/$script,~third-party
||037jav.com/wp-content/uploads/2021/04/*.gif
||18porn.sex/ptr18.js
||18teensex.tv/player/html.php$subdocument
||3movs.com/2ff/
||3movs.xxx/2ff/
||3naked.com/nb/
||3prn.com/even/ok.js
||429men.com/zdoink/
||4tube.com/assets/abpe-
||4tube.com/assets/adf-
||4tube.com/assets/adn-
||4tube.com/assets/padb-
||4tube.com/nyordo.js
||4wank.com/bump/
||4wank.net/bump/
||8boobs.com/flr.js
||8muses.com/banner/
||absoluporn.com/code/script/
||ad.pornutopia.org^
||ad69.com/analytics/
||adf.uhn.cx^
||adrotic.girlonthenet.com^
||adult-sex-games.com/images/adult-games/
||adult-sex-games.com/images/promo/
||adultasianporn.com/puty3s/
||adultfilmdatabase.com/graphics/porndude.png
||affiliates.goodvibes.com^
||akiba-online.com/data/siropu/
||alaska.xhamster.com^
||alaska.xhamster.desi^
||alaska.xhamster2.com^
||alaska.xhamster3.com^
||alrincon.com/nbk/
||amateur.tv/misc/mYcLBNp7fx.js
||analdin.xxx/player/html.php?aid=
||analsexstars.com/og/
||anybunny.tv/js/main.ex.js
||anyporn.com/aa/
||anysex.com/*/js|
||anysex.com/*/script|
||anysex.com^$subdocument,~third-party
||asg.faperoni.com^
||atube.xxx/static/js/abb.js
||aucdn.net^$media,domain=clgt.one
||avn.com/server/
||b1.tubexo.tv^$subdocument
||b8ms7gkwq7g.crocotube.com^
||babepedia.com/iStripper/
||babepedia.com/iStripper2023/
||babesandstars.com/img/banners/
||babeshows.co.uk^*banner
||babesinporn.com^*/istripper/
||babesmachine.com/images/babesmachine.com/friendimages/
||badjojo.com/d5
||banners.cams.com^
||between-legs.com/banners2/
||between-legs.com^*/banners/
||bigcock.one/worker.js
||bigdick.tube/tpnxa/
||bigtitsgallery.net/qbztdpxulhkoicd.php
||bigtitslust.com/lap70/
||bionestraff.pro/300x250.php
||bodsforthemods.com/srennab/
||bootyheroes.com//static/assets/img/banners/
||boysfood.com/d5.html
||bravoteens.com/ta/
||bravotube.net/cc/
||bravotube.net/js/clickback.js
||brick.xhamster.com^
||brick.xhamster.desi^
||brick.xhamster2.com^
||brick.xhamster3.com^
||bunnylust.com/sponsors/
||buondua.com/templatesygfo76jp36enw15_/
||cam-video.xxx/js/popup.min.js
||camcaps.ac/33a9020b46.php
||camclips.cc/api/$image,script
||camclips.cc/ymGsBPvLBH
||cams.imagetwist.com/in/?track=$subdocument
||cams.imgtaxi.com^
||camvideos.tv/tpd.png
||camvideos.tv^$subdocument
||cdn3x.com/xxxdan/js/xxxdan.vast.
||celeb.gate.cc/assets/bilder/bann
||cfgr3.com/videos/*.mp4$redirect=noopmp4-1s,domain=hitbdsm.com
||cherrynudes.com/t33638ba5008.js
||chikiporn.com/sqkqzwrecy/
||clicknplay.to/q3gSxw5.js
||cloud.hentai-moon.com/contents/hdd337st/$media
||cover.ydgal.com/axfile/
||creative.live.bestjavporn.com^
||creative.live.javhdporn.net^
||creative.live.javmix.tv^
||creative.live.missav.com^
||creative.live.tktube.com^
||creative.live7mm.tv^
||creative.thefaplive.com^
||creatives.cliphunter.com^
||creatives.pichunter.com^
||cumlouder.com/nnubb.js
||cuntlick.net/banner/
||cutegurlz.com/promos-royal-slider/aff/
||dads-banging-teens.com/polished-
||daftporn.com/nb_
||dailyporn.club/at/code.php
||dailyporn.club/nba/
||darknessporn.com/prrls/
||dcraddock.uk/frame/
||dcraddock.uk/images/b/
||deepxtube.com/zips/
||definebabe.com/sponsor_
||delivery.porn.com^
||depvailon.com/sponsored.html
||dirtyvideo.fun/js/script_
||dixyporn.com/include/
||dpfantasy.org/k2s.gif
||dporn.com/edraovnjqohv/
||dporn.com/tpnxa/
||dragonthumbs.com/adcode.js
||drivevideo.xyz/advert/
||drtuber.com/footer_
||dyn.empflix.com^
||dyn.tnaflix.com^
||ea-tube.com/i2/
||easypic.com/js/easypicads.js
||easyporn.xxx/tmp/
||empflix.com/mew.php
||enporn.org/system/theme/AnyPorn/js/popcode.min.js
||entensity.net/crap/
||enter.javhd.com/track/
||eporner.com/dot/
||eporner.com/event.php
||eporner.com^$subdocument,~third-party
||erowall.com/126.js
||erowall.com/tf558550ef6e.js
||escortdirectory.com//images/
||exgirl.net/wp-content/themes/retrotube/assets/img/banners/
||exoav.com/nb/
||extremescatporn.com/static/images/banners/
||fakings.com/tools/get_banner.php
||familyporner.com/prerolls/
||fapclub.sex/js/hr.js
||fapnado.com/api/
||fapnado.com/bump
||fappenist.com/fojytyzzkm.php
||faptor.com/api/
||faptor.com/bump/
||fastfuckgames.com/aff.htm
||fetishshrine.com/js/customscript.js
||files.wordpress.com^$domain=hentaigasm.com
||flw.camcaps.ac^
||fmgroupdist.com/mafanikio/$image,domain=bdsmtest.org
||footztube.com/b_
||footztube.com/f_
||freelivesex.tv/imgs/ad/
||freeones.com/build/freeones/adWidget.$script
||freeones.com/static-assets/istripper/
||freepornxxx.mobi/popcode.min.js
||freepublicporn.com/prerolls/
||freeteen.sex/ab/
||freeuseporn.com/tceb29242cf7.js
||frprn.com/even/ok.js
||ftopx.com/345.php
||ftopx.com/isttf558550ef6e.js
||ftopx.com/tf558550ef6e.js
||fuwn782kk.alphaporno.com^
||galleries-pornstar.com/thumb_top/
||gamcore.com/ajax/abc?
||gay4porn.com/ai/
||gaygo.tv/gtv/frms/
||gaystream.pw/juicy.js
||gaystream.pw/pemsrv.js
||gaystream.pw/pushtop.js
||gelbooru.com/extras/
||girlsofdesire.org/blr3.php
||girlsofdesire.org/flr2.js
||girlsofdesire.org/flr6.js
||go.celebjihad.live^
||go.pornav.net^
||go.stripchat.beeg.com^
||go.strpjmp.com^
||haberprofil.biz/assets/*/vast.js
||haes.tech/js/script_
||hanime.xxx/wp-content/cache/wpfc-minified/fggil735/fa9yi.js
||hd21.*/templates/base_master/js/jquery.shows2.min.js
||hdporn24.org/vcrtlrvw/
||hdpornfree.xxx/rek/
||hdpornmax.com/tmp/
||hdtube.porn/fork/
||hdtube.porn/rods/
||hellporno.com/_a_xb/
||hellporno.com^$subdocument,~third-party
||hentai2w.com/ark2023/
||hentaibooty.com/uploads/banners/
||hentaicdn.com/cdn/v2.assets/js/exc
||hentaidude.xxx/wp-content/plugins/script-manager/
||hentaifox.com/js/ajs.js
||hentaifox.com/js/slider.js
||hentaihere.com/arkNVB/
||hentairules.net/gal/new-gallery-dump-small.gif
||hentaiworld.tv/banners-script.js
||herexxxtube.com/tmp/
||hitomi.la/ebJqXsy/
||hitprn.com/c_
||hitslut.b-cdn.net/*.gif
||hoes.tube/ai/
||home-xxx-videos.com/snowy-
||homemade.xxx/player/html.php?aid=
||homeprivatevids.com/js/580eka426.js
||hornygamer.com/includes/gamefile/sw3d_hornygamer.gif
||hornygamer.com/play_horny_games/
||hornyjourney.com/fr.js
||hot-sex-tube.com/sp.js
||hot-teen-chicks.site/img/banner.jpg
||hotgirlclub.com/assets/vendors/
||hotgirlsdream.com/tf40bbdd1767.js
||hotmovs.com/fzzgbzhfm/
||hotmovs.com/suhum/
||hottystop.com/f9de7147b187.js
||hottystop.com/t33638ba5008.js
||hqbang.com/api/
||hqporn.su/myvids/
||hqpornstream.com/pub/
||hypnohub.net/assets/hub.js
||iceporn.com/player_right_ntv_
||idealnudes.com/tf40bbdd1767.js
||imagepost.com/stuff/
||imagetwist.com/img/1001505_banner.png
||imageweb.ws/whaledate.gif
||imageweb.ws^$domain=tongabonga.com
||imgbox.com/images/tpd.png
||imgderviches.work/exclusive/bayou_
||imgdrive.net/xb02673583fb.js
||imgtaxi.com/frame.php
||imhentai.xxx/js/slider.js
||inporn.com/8kl7mzfgy6
||internationalsexguide.nl/forum/clientscript/PopUnderISG.js
||interracial-girls.com/chaturbate/
||interracial-girls.com/i/$image
||intporn.com/js/siropu/
||intporn.com/lj.js
||inxxx.com/api/get-spot/
||ipornxxx.net/banners/
||jav-bukkake.net/images/download-bukkake.jpg
||javenglish.net/tcads.js
||javfor.tv/av/js/aapp.js
||javguru.top/126_126.js
||javhub.net/av/js/cpp.js
||javideo.net/js/popup
||javlibrary.com/js/bnr_
||javpornclub.com/images/banners/takefile72890.gif
||javslon.com/clacunder.js
||javxnxx.pro/pscript.js
||jennylist.xyz/t63fd79f7055.js
||jizzberry.com/65
||jo.4wank.com^
||joysporn.sex/js/kj.js
||justthegays.com/agent.php
||justthegays.com/api/spots/
||justthegays.com/api/users/
||k2s.tv/cu.js
||kbjfree.com/assets/scripts/popad.js
||kindgirls.com/banners2/
||kompoz2.com/js/take.max.js
||koushoku.org/proxy?
||kurakura21.space/js/baf.js
||lesbianstate.com/ai/
||lolhentai.net/tceb29242cf7.js
||lustypuppy.com/includes/popunder.js
||madmen2.alastonsuomi.com^
||manga18fx.com/tkmo2023/
||manhwa18.cc/main2023/
||mansurfer.com/flash_promo/
||manysex.com/ha10y0dcss
||marawaresearch.com/js/wosevu.js
||marine.xhamster.com^
||marine.xhamster.desi^
||marine.xhamster2.com^
||marine.xhamster3.com^
||mature-chicks.com/floral-truth-c224/
||matureworld.ws/images/banners/
||megatube.xxx/atrm/
||milffox.com/ai/
||milfnut.net/assets/jquery/$script
||milfz.club/qpvtishridusvt.php
||milkmanbook.com/dat/promo/
||momvids.com/player/html.php?aid=
||mopoga.com/img/aff_
||mylistcrawler.com/wp-content/plugins/elfsight-popup-cc/
||mylust.com/092-
||mylust.com/assets/script.js
||mysexgames.com/pix/best-sex-games/
||mysexgames.com/plop.js
||myvideos.club/api/
||n.hnntube.com^
||naughtyblog.org/wp-content/images/k2s/
||nigged.com/tools/get_banner.php
||nsfwalbum.com/efds435m432.js
||nudepatch.net/dynbak.min.js
||nudepatch.net/edaea0fd3b2c.j
||oldies.name/oldn/
||orgyxxxhub.com/js/965eka57.js
||orgyxxxhub.com/js/arjlk.js
||otomi-games.com/wp-content/uploads/*-Ad-728-
||pantyhosepornstars.com/foon/pryf003.js
||phonerotica.com/resources/img/banners/
||picshick.com/b9ng.js
||pimpandhost.com^$subdocument
||pisshamster.com/prerolls/
||player.javboys.cam/js/script_
||pleasuregirl.net/bload
||plibcdn.com/templates/base_master/js/jquery.shows2.min.js
||plx.porndig.com^
||porn-star.com/buttons/
||pornalin.com/skd
||porndoe.com/banner/
||porndoe.com/wp-contents/channel?
||pornerbros.com/lolaso/
||pornforrelax.com/kiadtgyzi/
||porngals4.com/img/b/
||porngo.tube/tdkfiololwb/
||pornhat.com/banner/
||pornicom.com/jsb/
||pornid.xxx/azone/
||pornid.xxx/pid/
||pornj.com/wimtvggp/
||pornjam.com/assets/js/renderer.
||pornktube.tv/js/kt.js
||pornmastery.com/*/img/banners/
||pornmix.org/cs/
||porno666.com/code/script/
||pornorips.com/4e6d8469754a.js
||pornorips.com/9fe1a47dbd42.js
||pornpapa.com/extension/
||pornpics.com/api/banner/
||pornpics.de/api/banner/
||pornpoppy.com/jss/external_pop.js
||pornrabbit.com^$subdocument
||pornsex.rocks/league.aspx
||pornstargold.com/9f3e5bbb8645.js
||pornstargold.com/af8b32fc37c0.js
||pornstargold.com/e7e5ed47e8b4.js
||pornstargold.com/tf2b6c6c9a44/
||pornv.xxx/static/js/abb.js
||pornve.com/img/300x250g.gif
||pornve.sexyadsrun.com^
||pornxbox.com/cs/
||pornxp.com/2.js
||pornxp.com/sp/
||pornxp.net/spnbf.js
||pornyhd.com/hillpop.php
||port7.xhamster.com^
||port7.xhamster.desi^
||port7.xhamster2.com^
||port7.xhamster3.com^
||potionnowhere.com^$popup
||pregchan.com/.static/pages/dlsite.html
||projectjav.com/scripts/projectjav_newpu.js
||ps0z.com/300x250b
||punishworld.com/prerolls/
||puporn.com/xahnqhalt/
||pussycatxx.com/tab49fb22988.js
||pussyspace.com/fub
||qovua60gue.tubewolf.com^
||rat.xxx/sofa/
||rat.xxx/wwp2/
||realgfporn.com/js/bbbasdffdddf.php
||redgifs.com/assets/js/goCtrl.js
||redtube.fm/advertisment.htm
||redtube.fm/lcgldrbboxj.php
||rintor.space/t2632cd43215.js
||rockpoint.xhamster.com^
||rockpoint.xhamster.desi^
||rockpoint.xhamster2.com^
||rockpoint.xhamster3.com^
||rockpoint.xhamster42.desi^
||rst.pornyhd.com^
||rtb-1.jizzberry.com^
||rtb-1.mylust.com^
||rtb-3.xgroovy.com^
||ruedux.com/code/script/
||rule34.xxx/images/r34_doll.png
||rule34hentai.net^$subdocument,~third-party
||rusdosug.com/Fotos/Banners/
||scatxxxporn.com/static/images/banners/
||sdhentai.com/marketing/
||see.xxx/pccznwlnrs/
||sex-techniques-and-positions.com/banners
||sex3.com/ee/s/s/im.php
||sex3.com/ee/s/s/js/ssu
||sex3.com/ee/s/s/su
||sexcelebrity.net/contents/restfiles/player/
||sextubebox.com/js/239eka836.js
||sextubebox.com/js/580eka426.js
||sextvx.com/*/ads/web/
||sexvid.pro/knxx/
||sexvid.pro/rrt/
||sexvid.xxx/ghjk/
||simply-hentai.com/prod/
||sleazyneasy.com/contents/images-banners/
||sleazyneasy.com/jsb/
||slview.psne.jp^
||smutgamer.com/ta2b8ed9c305.js
||smutty.com/n.js
||sonorousporn.com/nb/
||starwank.com/api/
||stream-69.com/code/script/
||striptube.net/images/
||striptube.net/te9e85dc6853.js
||sunporno.com/api/spots/
||sunporno.com/blb.php
||sunporno.com/sunstatic/frms/
||support.streamjav.top^
||taoxh.life/*/vast?
||taxidrivermovie.com^$~third-party,xmlhttprequest
||tbib.org/tbib.
||teenporno.xxx/ab/
||thegay.porn/gdtatrco/
||thehun.net/banners/
||thenipslip.com/b6c0cc29df5a.js
||thisvid.com/enblk/
||tits-guru.com/js/istripper4.js
||titsbox.com/nb/
||tnaflix.com/azUhsbtsuzm?
||tnaflix.com/js/mew.js?
||tranny.one/bdb.php
||trannygem.com/ai
||tryboobs.com/bfr/
||tsmodelstube.com/fun/$image,~third-party
||tsunup.com/js/ads.js
||tube.hentaistream.com/wp-includes/js/pop4.js
||tubeon.*/templates/base_master/js/jquery.shows2.min.js
||tuberel.com/looppy/
||tubev.sex/td24f164e52654fc593c6952240be1dc210935fe/
||tubxporn.xxx/js/xp.js
||txxx.com/api/input.php?
||upcdn.site/huoUTQ9.js
||upornia.com/yxpffpuqtjc/
||urgayporn.com/bn/
||uviu.com/_xd/
||valuedpulverizelegitimate.com^$popup
||videosection.com/adv-agent.php
||vietpub.com/banner/
||vikiporn.com/js/customscript.js
||vipergirls.to/clientscript/popcode_
||vipergirls.to/clientscript/poptrigger_
||viptube.com/player_right_ntv_
||vivatube.*/templates/base_master/js/jquery.shows2.min.js
||vndevtop.com/lvcsm/abck-banners/
||voyeurhit.com/ffpqvfaczp/
||vuwjv7sjvg7.zedporn.com^
||warashi-asian-pornstars.fr/wapdb-img/ep/
||watch-my-gf.com/list/
||watchmygf.mobi/best.js
||watchmygf.tv/js/v.js
||wcareviews.com/bh/
||wcareviews.com/bv/
||wetpussygames.com/t78d42b806a3.js
||winporn.*/templates/base_master/js/jquery.shows2.min.js
||wwwxxx.uno/pop-code.js
||wwwxxx.uno/taco-code.js
||x-hd.video/vcrtlrvw/
||x0r.urlgalleries.net^
||x1hub.com/alexia_anders_jm.gif
||xanimu.com/prerolls/
||xbooru.com/script/application.js
||xcity.org/tc2ca02c24c5.js
||xgirls.agency/pg/c/
||xgroovy.com/65
||xgroovy.com/static/js/script.js
||xhamster.com*/vast?
||xhamster.desi*/vast?
||xhamster2.com*/vast?
||xhamster3.com*/vast?
||xhamster42.desi*/vast?
||xhand.com/player/html.php?aid=
||xhcdn.com/site/*/ntvb.gif
||xis.vipergirls.to^
||xmilf.com/0eckuwtxfr/
||xnxxporn.video/nb39.12/
||xozilla.com/player/html.php$subdocument
||xpics.me/everyone.
||xvideos.com/zoneload/
||xvideos.es/zoneload/
||xvideos.name/istripper.jpg
||xxxbox.me/vcrtlrvw
||xxxdessert.com/34l329_fe.js
||xxxfetish24.com/helper/tos.js
||xxxgirlspics.com/load.js
||xxxshake.com/assets/f_load.js
||xxxshake.com/static/js/script.js
||xxxvogue.net/_ad
||xxxxsx.com/sw.js
||yeptube.*/templates/base_master/js/jquery.shows2.min.js
||yespornpleasexxx.com/wp-content/litespeed/js/
||yotta.scrolller.com^
||youjizz.com/KWIKY*.mp4$redirect=noopmp4-1s,domain=youjizz.com
||youporn.com^$script,subdocument,domain=youporn.com|youporngay.com
||yourlust.com*/serve
||yourlust.com/assets/script.js
||yourlust.com/js/scripts.js
||yporn.tv/grqoqoswxd.php
||zazzybabes.com/istr/t2eff4d92a2d.js
||zzup.com/ad.php
/^https?:\/\/.*\/[a-z]{4,}\/[a-z]{4,}\.js/$script,~third-party,domain=bdsmx.tube|bigdick.tube|desiporn.tube|hclips.com|hdzog.com|hdzog.tube|hotmovs.com|inporn.com|porn555.com|shemalez.com|tubepornclassic.com|txxx.com|upornia.com|vjav.com|vxxx.com|youteenporn.net
/^https?:\/\/.*\.(club|news|live|online|store|tech|guru|cloud|bid|xyz|site|pro|info|online|icu|monster|buzz|fun|website|photos|re|casa|top|today|space|network|live|work|systems|ml|world|life)\/.*/$domain=1vag.com|4tube.com|asianpornmovies.com|getsex.xxx|glam0ur.com|hclips.com|hdzog.com|homemadevids.org|hotmovs.com|justthegays.com|milfzr.com|porn555.com|pornforrelax.com|pornj.com|pornl.com|puporn.com|see.xxx|shemalez.com|sss.xxx|streanplay.cc|thegay.com|thegay.porn|tits-guru.com|tubepornclassic.com|tuberel.com|txxx.com|txxx.tube|upornia.com|vjav.com|voyeurhit.com|xozilla.com
/^https?:\/\/.*\/.*sw[0-9._].*/$script,xmlhttprequest,domain=1vag.com|4tube.com|adult-channels.com|analdin.com|biguz.net|bogrodius.com|chikiporn.com|fantasti.cc|fuqer.com|fux.com|hclips.com|heavy-r.com|hog.tv|megapornx.com|milfzr.com|mypornhere.com|porn555.com|pornchimp.com|pornerbros.com|pornj.com|pornl.com|pornototale.com|porntube.com|sexu.com|sss.xxx|thisav.com|titkino.net|tubepornclassic.com|tuberel.com|tubev.sex|txxx.com|vidmo.org|vpornvideos.com|xozilla.com|youporn.lc|youpornhub.it|yourdailypornstars.com
/^https?:\/\/.*\/[a-z0-9A-Z_]{2,15}\.(php|jx|jsx|1ph|jsf|jz|jsm|j$)/$script,subdocument,domain=3movs.com|4kporn.xxx|4tube.com|alotporn.com|alphaporno.com|alrincon.com|amateur8.com|anyporn.com|badjojo.com|bdsmstreak.com|bestfreetube.xxx|bigtitslust.com|bravotube.net|cockmeter.com|crazyporn.xxx|daftporn.com|ebony8.com|erome.com|exoav.com|fantasti.cc|fapality.com|fapnado.com|fetishshrine.com|freeporn8.com|gfsvideos.com|gotporn.com|hdporn24.org|hdpornmax.com|hdtube.porn|hellporno.com|hentai2w.com|hottorrent.org|hqsextube.xxx|hqtube.xxx|iceporn.com|imgderviches.work|imx.to|its.porn|katestube.com|lesbian8.com|love4porn.com|lustypuppy.com|manga18fx.com|manhwa18.cc|maturetubehere.com|megatube.xxx|milffox.com|momxxxfun.com|openloadporn.co|orsm.net|pervclips.com|porn-plus.com|porndr.com|pornicom.com|pornid.xxx|pornotrack.net|pornrabbit.com|pornwatchers.com|pornwhite.com|pussy.org|redhdtube.xxx|rule34.art|rule34pornvids.com|runporn.com|sexvid.porn|sexvid.pro|sexvid.xxx|sexytorrents.info|shameless.com|sleazyneasy.com|sortporn.com|stepmom.one|stileproject.com|str8ongay.com|tnaflix.com|urgayporn.com|vikiporn.com|wankoz.com|xbabe.com|xcafe.com|xhqxmovies.com|xxx-torrent.net|xxxdessert.com|xxxextreme.org|xxxonxxx.com|yourlust.com|youx.xxx|zbporn.com|zbporn.tv
/^https?:\/\/.*\.eporner\.com\/[0-9a-f]{10,}\/$/$script,domain=eporner.com
@@||thegay.com/assets//jwplayer-*/jwplayer.core.controls.html5.js|$domain=thegay.com
@@||thegay.com/assets//jwplayer-*/jwplayer.core.controls.js|$domain=thegay.com
@@||thegay.com/assets//jwplayer-*/jwplayer.js|$domain=thegay.com
@@||thegay.com/assets//jwplayer-*/provider.hlsjs.js|$domain=thegay.com
@@||thegay.com/assets/jwplayer-*/jwplayer.core.controls.html5.js|$domain=thegay.com
@@||thegay.com/assets/jwplayer-*/jwplayer.core.controls.js|$domain=thegay.com
@@||thegay.com/assets/jwplayer-*/jwplayer.js|$domain=thegay.com
@@||thegay.com/assets/jwplayer-*/provider.hlsjs.js|$domain=thegay.com
@@||thegay.com/upd/*/assets/preview*.js|$domain=thegay.com
@@||thegay.com/upd/*/static/js/*.js|$domain=thegay.com
||thegay.com^$script,domain=thegay.com
$websocket,domain=pornhub.com|redtube.com|redtube.com.br|tube8.com|tube8.es|tube8.fr|xtube.com|youporn.com|youporngay.com
||thegay.com^$csp=default-src 'self' *.ahcdn.com fonts.gstatic.com fonts.googleapis.com https://thegay.com https://tn.thegay.com 'unsafe-inline' 'unsafe-eval' data: blob:
.com./$popup,domain=pornhub.com
|http*://*?$popup,third-party,domain=forums.socialmediagirls.com|pornhub.com|redtube.com|tube8.com|youporn.com|youporngay.com
||clicknplay.to/api/$popup
||icepbns.com^$popup,domain=iceporn.com
||livejasmin.com/pu/$popup
||missav.com/pop?$popup
||nhentai.net/api/_/popunder?$popup
||porndude.link/porndudepass$popup,domain=theporndude.com
||videowood.tv/pop?$popup
||xtapes.to/out.php$popup
||xteen.name/xtn/$popup
/about:blank.*/$popup,domain=bitporno.com|iceporn.com|katestube.com|videowood.tv|xtapes.to
$popup,third-party,domain=hentai2read.com|porn-tube-club.com
magnet.so###AD
advfn.com###APS_300_X_600
advfn.com###APS_BILLBOARD
boredbro.com###AdBox728
webcarstory.com###Ads
search.avast.com###AsbAdContainer
ranker.com###BLOG_AD_SLOT_1
weegy.com###BannerDiv
80.lv###Big_Image_Banner
citynews.ca###Bigbox_300x250
calculatorsoup.com###Bottom
coincheckup.com###CCx5StickyBottom
chicagoprowrestling.com###Chicagoprowrestling_com_Top
gayemagazine.com###Containera2sdv > div > div > div[id^="comp-"]
webmd.com###ContentPane40
new-kissanime.me###CvBNILUxis
dailydot.com###DD_Desktop_HP_Content1
dailydot.com###DD_Desktop_HP_Content2
dailydot.com###DD_Desktop_HP_Content3
tweaktown.com###DesktopTop
newser.com###DivStoryAdContainer
stripes.com###FeatureAd
howlongagogo.com,neatorama.com###FreeStarVideoAdContainer
titantv.com###GridPlayer
appatic.com,gamescensor.com###HTML2
fanlesstech.com###HTML2 > .widget-content
messitv.net###HTML23
fanlesstech.com###HTML3
fanlesstech.com###HTML4 > .widget-content
fanlesstech.com###HTML5 > .widget-content
gamescensor.com###HTML6
fanlesstech.com###HTML6 > .widget-content
breitbart.com###HavDW
semiconductor-today.com###Header-Standard-Middle-Evatec
sitelike.org###HeaderAdsenseCLSFix
stockinvest.us###IC_d_300x250_1
stockinvest.us###IC_d_728x90_1
messitv.net###Image5
80.lv###Image_Banner_Mid1
80.lv###Image_Banner_Mid3
newstarget.com###Index06 > .Widget
newstarget.com###Index07 > .Widget
fortune.com###Leaderboard0
naturalnews.com###MastheadRowB
medicalnewstoday.com###MyFiAd
medicalnewstoday.com###MyFiAd0
neatorama.com###Neatorama_300x250_300x600_160x600_ATF
neatorama.com###Neatorama_300x250_300x600_160x600_BTF
neatorama.com###Neatorama_300x250_336x280_320x50_Incontent_1
mainichi.jp###PC-english-rec1
kohls.com###PDP_monetization_HL
physicsandmathstutor.com###PMT_PDF_Top
physicsandmathstutor.com###PMT_Top
snwa.com###PolicyNotice
audioz.download###PromoHead
newstarget.com###PromoTopFeatured
sciencealert.com###Purch_D_R_0_1
edn.com###SideBarWrap
soapcalc.net###SidebarLeft
daringfireball.net###SidebarMartini
soapcalc.net###SidebarRight
imcdb.org###SiteLifeSupport
puzzle-aquarium.com,puzzle-minesweeper.com,puzzle-nonograms.com,puzzle-skyscrapers.com###Skyscraper
roblox.com###Skyscraper-Abp-Left
roblox.com###Skyscraper-Abp-Right
thecourier.com###TCFO_Middle2_300x250
thecourier.com###TCFO_Middle_300x250
today.az###TODAY_Slot_Top_1000x120
today.az###TODAY_Slot_Vertical_01_240x400
gearspace.com###Takeover
road.cc###Top-Billboard
the-scientist.com###Torpedo
utne.com###URTK_Bottom_728x90
utne.com###URTK_Middle_300x250
utne.com###URTK_Right_300x600
scrabble-solver.com###Upper
turbobit.net###__bgd_link
news-daily.com,outlookindia.com,stripes.com###_snup-rtdx-ldgr1
ytmp3.cc###a-320-50
egotastic.com###a46c6331
egotasticsports.com###a83042c4
krunker.io###aHolder
tokder.org###aaaa
imagebam.com###aad-header-1
imagebam.com###aad-header-2
imagebam.com###aad-header-3
kshow123.tv###ab-sider-bar
travelpulse.com###ab_container
uinterview.com###above-content
slideshare.net###above-recs-desktop-ad-sm
jezebel.com,pastemagazine.com###above_logo
peacemakeronline.com###above_top_banner
ftw.usatoday.com,mmajunkie.usatoday.com###acm-ad-tag-lawrence_dfp_desktop_arkadium
ftw.usatoday.com,mmajunkie.usatoday.com###acm-ad-tag-lawrence_dfp_desktop_arkadium_after_share
sptfy.be###ad
lasvegassun.com###ad-colB-
retrostic.com,sickchirpse.com,thetimes.co.uk###ad-header
livescore.com###ad-holder-gad-news-article-item
healthbenefitstimes.com###ad-image-below
thetimes.co.uk###ad-intravelarticle-inline
dvdsreleasedates.com###ad-movie
dappradar.com###ad-nft-top
thedailymash.co.uk,thepoke.co.uk,thetab.com###ad-sidebar-1
thedailymash.co.uk,thepoke.co.uk,thetab.com###ad-sidebar-2
thedailymash.co.uk,thepoke.co.uk,thetab.com###ad-sidebar-3
thedailymash.co.uk,thepoke.co.uk,thetab.com###ad-sidebar-4
wordplays.com###ad-sticky
agegeek.com,boards.net,investing.com,mtaeta.info,notbanksyforum.com,pimpandhost.com,realgearonline.com,repairalmostanything.com,timeanddate.com,wordhippo.com,wordreference.com###ad1
agegeek.com,investing.com,pimpandhost.com###ad2
exchangerates.org.uk,investing.com###ad3
comicbookmovie.com###adATFLeaderboard
chortle.co.uk,coloring.ws,dltk-holidays.com,dltk-kids.com,kidzone.ws,pcsteps.com,primeraescuela.com###adBanner
mdpi.com###adBannerContent
moomoo.io###adCard
globimmo.net###adConH
spanishdict.com###adMiddle2-container
sainsburysmagazine.co.uk###adSlot-featuredInBlue
sherdog.com###adViAi
myevreview.com###ad_aside_1
cheatcodes.com###ad_atf_970
musescore.com###ad_cs_12219747_300_250
musescore.com###ad_cs_12219747_728_90
all-nettools.com,britsabroad.com,filesharingtalk.com,kiwibiker.co.nz,printroot.com###ad_global_below_navbar
myevreview.com###ad_main_bottom
myevreview.com###ad_main_middle
coinarbitragebot.com###adathm
offidocs.com###adbottomoffidocs
4qrcode.com###addContainer
odditycentral.com###add_160x600
lifenews.com###adds
seowebstat.com###adhead-block
englishclub.com###adhed
freepik.com###adobe-pagination-mkt-copy
onworks.net###adonworksbot
favouriteus.uk###adop_bfd
tutorialspoint.com###adp_top_ads
globimmo.net###adplus-anchor
192-168-1-1-ip.co,receivesms.co###adresp
audioreview.com,carlow-nationalist.ie,cellmapper.net,craigclassifiedads.com,dekhobd.com,duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,emb.apl305.me,g.doubleclick.net,ip-address.org,irannewsdaily.com,kildare-nationalist.ie,laois-nationalist.ie,lorempixel.com,photographyreview.com,quiz4fun.com,roscommonherald.ie,waterford-news.ie###ads
birdsandblooms.com,familyhandyman.com,rd.com,tasteofhome.com,thehealthy.com###ads-container-single
funkypotato.com###ads_header_games
funkypotato.com###ads_header_home_970px
lingojam.com###adsense-area-label
ip-address.org###adsleft
momjunction.com###adsolut
byjus.com###adtech-related-links-container
byjus.com###adtech-top-banner-container
dict.leo.org###adv-drectangle1
leo.org###adv-wbanner
ventoy.net###adv_titles
ventoy.net###adv_titles_foot
radioonline.fm###advertise_center
steamcardexchange.net,unshorten.it###advertisement
lifenews.com###advertisement-top
allthetests.com,bom.gov.au,cadenaazul.com,lapoderosa.com###advertising
offidocs.com###adxx
thebugle.co.za###adz
apkonline.net###adzz
hindustantimes.com###affiliate-shop-now
purplepainforums.com,snow-forecast.com###affiliates
exportfromnigeria.info###affs
slickdeals.net###afscontainer
osdn.net###after-download-ad
scmp.com###after-page-layout-container
prepostseo.com###after_button_ad_desktop
plagiarismchecker.co###afterbox
agar.io###agar-io_300x250
1000logos.net###ai_widget-4
alchetron.com###alchetronFreeStarVideoAdContainer
djchuang.com###amazon3
wtechnews.com###aniBox
ancient-origins.net###ao-article-outbrain
ancient-origins.net###ao-sidebar-outbrain
mybanktracker.com###article-content > .lazyloaded
timesofmalta.com###article-sponsored
forbes.com###article-stream-1
brisbanetimes.com.au,smh.com.au,theage.com.au,watoday.com.au###articlePartnerStories
thehindu.com###articledivrec
fool.com###articles-incontent2
fool.com###articles-top
findmysoft.com###as_336
flyordie.com###asf
stakingrewards.com###asset-calculator-banner
domaintoipconverter.com###associates-1
tvtropes.org###asteri-sidebar
downforeveryoneorjustme.com###asurion
assamtribune.com###async_body_tags
addictivetips.com###at_popup_modal
timesnownews.com###atf103388570
cityandstateny.com###atlas-module
dlraw.co,dlraw.to,manga-zip.info###avfap
teamfortress.tv###aw
gulte.com###awt_landing
filext.com###b1c
filext.com###b3c
unknowncheats.me###bab
gayvegas.com###background
presearch.com###background-cover
soccerbase.com###ball_splash_holder
gamepressure.com###baner-outer
allmyfaves.com,allthetests.com,dailynews.lk,dealsonwheels.co.nz,eth-converter.com,farmtrader.co.nz,freealts.pw,goosegame.io,greatbritishchefs.com,moviesfoundonline.com,pajiba.com,sundayobserver.lk,techconnect.com,vstreamhub.com###banner
euroweeklynews.com###banner-970
interest.co.nz###banner-ad-wrapper
bbcamerica.com,ifc.com,sundancetv.com,wetv.com###banner-bottom
hypergames.top,op.gg,thecarconnection.com###banner-container
battlefordsnow.com,cfjctoday.com,everythinggp.com,huskiefan.ca,larongenow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca###banner-header
sourceforge.net###banner-sterling
israelnationalnews.com###banner-sticky
bbcamerica.com,ifc.com,onlinesearches.com,sundancetv.com,wetv.com###banner-top
4teachers.org###banner-wrapper
gamesfree.com###banner300
edn.com,planetanalog.com###bannerWrap
webtoolhub.com###banner_719_105
today.az###banner_750x90
asmag.com###banner_C
asmag.com###banner_C2
nitrome.com###banner_ad
nitrome.com###banner_box
nitrome.com###banner_description
freshnewgames.com###banner_header
baltic-course.com###banner_master_top
autoplius.lt###banner_right
nitrome.com###banner_shadow
cdn.ampproject.org,linguee.com,thesuburban.com###banner_top
workawesome.com###banner_wrap
belgie.fm,danmark.fm,deutschland.fm,espana.fm,italia.fm,nederland.fm###bannerbg
baltic-course.com###bannerbottom
komikcast.site###bannerhomefooter
baltic-course.com###bannerleft
phuketwan.com###bannersTop
baltic-course.com,webfail.com###bannertop
h-online.com###bannerzone
uinterview.com###below-content
al.com,cleveland.com,gulflive.com,lehighvalleylive.com,masslive.com,mlive.com,newyorkupstate.com,nj.com,oregonlive.com,pennlive.com,silive.com,syracuse.com###below-toprail
post-gazette.com###benn-poll-iframe-container
safetydetectives.com###best_deals_widget
dcnewsnow.com,ktla.com###bestreviews-widget
slideshare.net###between-recs-ad-1-container
slideshare.net###between-recs-ad-2-container
usnews.com###bfad-slot
gameophobias.com,hindimearticles.net,solution-hub.com###bfix2
shellshock.io###big-house-ad
bentoneveningnews.com,dailyregister.com,dailyrepublicannews.com###billBoardATF
versus.com###bill_bottom
cricketnetwork.co.uk,f1network.net,rugbynetwork.net,thefootballnetwork.net###billboard
canberratimes.com.au,examiner.com.au,theland.com.au,whoscored.com###billboard-container
thegazette.com###billboard-wrap
inquirer.net###billboard_article
gumtree.com###bing-text-ad-1
gumtree.com###bing-text-ad-2
gumtree.com###bing-text-ad-3
chilltracking.com###blink
hawaiisbesttravel.com###block-103
raspberrytips.com###block-11
theneworleanstribune.com###block-15
appleworld.today###block-26
raspians.com###block-29
raspians.com###block-31
game-news24.com###block-50
ericpetersautos.com###block-6
systutorials.com###block-7
leopathu.com###block-accuwebhostingcontenttop
leopathu.com###block-accuwebhostingsidebartop
slideme.org###block-block-31
ancient-origins.net###block-block-49
spine-health.com###block-dfptagbottomanchorads1
infoplease.com###block-ipabovethefold
infoplease.com###block-ipbtfad
infoplease.com###block-ipleaderboardad
infoplease.com###block-ipmiddlewaread
leopathu.com###block-listscleaningbanner
romania-insider.com###block-nodepagebelowfromourpartners
romania-insider.com###block-nodepagebelowlatespress
romania-insider.com###block-nodepagebelowtrendingcontent
encyclopedia.com###block-trustme-rightcolumntopad
enca.com###block-views-block-sponsored-block-1
mbauniverse.com###block-views-home-page-banner-block
smbc-comics.com###boardleader
forum.wordreference.com###botSupp
coinarbitragebot.com###botfix
cheese.com,investorplace.com###bottom-banner
000webhost.com###bottom-banner-with-counter-holder-desktop
eweek.com###bottom-footer-fixed-slot
audioreview.com###bottom-leaderboard
reverso.net###bottom-mega-rca-box
crn.com###bottom-ribbon
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###bottom-wrapper
streetinsider.com###bottom_ad_fixed
funkypotato.com###bottom_banner_wrapper
bleedingcool.com,heatmap.news,jamaicaobserver.com###bottom_leaderboard
bleedingcool.com###bottom_medium_rectangle
numista.com###bottom_pub_container
atomic-robo.com###bottomspace
flashscore.com,livescore.in###box-over-content-a
planetminecraft.com###box_300btf
planetminecraft.com###box_pmc_300btf
comicbookrealm.com###brad
bicycleretailer.com###brain-leader-slot
brobible.com###bro-leaderboard
dailydot.com###browsi-topunit
techpp.com###brxe-ninhwq
techpp.com###brxe-wtwlmm
downforeveryoneorjustme.com###bsa
icon-icons.com###bsa-placeholder-search
befonts.com###bsa-zone_1706688539968-4_123456
puzzle-aquarium.com,puzzle-minesweeper.com,puzzle-nonograms.com,puzzle-skyscrapers.com###btIn
w3newspapers.com###btmadd
battlefordsnow.com,cfjctoday.com,everythinggp.com,huskiefan.ca,larongenow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca###bumper-cars
northcountrypublicradio.org###business
music-news.com###buy-tickets
channel4.com###c4ad-Top
comicsands.com###c7da91bc-8e44-492f-b7fd-c382c0e55bda
allrecipes.com###cal-app
bitdegree.org###campaign-modal
chordify.net###campaign_banner
academictorrents.com###carbon
downforeveryoneorjustme.com###carbonDiv
coinlisting.info###carousel-example-generic
csdb.dk###casdivhor
csdb.dk###casdivver
cbn.com###cbn_leaderboard_atf
cloudwards.net,guitaradvise.com###cbox
linuxinsider.com###cboxOverlay
curseforge.com###cdm-zone-03
inquirer.net###cdn-life-mrec
godbolt.org###ces
romsmania.games###click-widget-banner
xcalibrscans.com###close-teaser
oneindia.com###closePopupDiv
slashdot.org###cloud
whocallsme.com###cnt_1
whocallsme.com###cnt_2
whocallsme.com###cnt_btm
linuxinsider.com###colorbox
smbc-comics.com###comicright > div[style]
mirror.co.uk,themirror.com###comments-standalone-mpu
kotaku.com,qz.com###commerce-inset-wrapper
blackbeltmag.com###comp-loxyxvrt
seatguru.com###comparePrices
cpuid.com###console_log
miniwebtool.com###contain300-1
miniwebtool.com###contain300-2
gearspace.com###container__DesktopFDAdBanner
gearspace.com###container__DesktopForumdisplayHalfway
coinhub.wiki###container_coinhub_sidead
scanboat.com###content > .margin-tb-25
allnewspipeline.com###content > [href]
outputter.io###content > section.html
fextralife.com###content-add-a
blastingnews.com###content-banner-dx1-p1
classicreload.com###content-top
kbb.com###contentFor_kbbAdsSimplifiedNativeAd
lineageos18.com###contentLocker
indy100.com###content_1
indy100.com###content_2
indy100.com###content_3
indy100.com###content_4
indy100.com###content_5
indy100.com###content_6
indy100.com###content_7
notebookcheck.net###contenta
alt-codes.net###copyModal .modal-body
wsj.com###coupon-links
lordz.io###crossPromotion
croxyproxy.rocks###croxyExtraZapper
pcwdld.com###ct-popup
forbes.com###cta-builder
asmag.com###ctl00_en_footer1_bannerPopUP1_panel_claudebro
digit.in###cubewrapid
motortrend.com###curatedNativoAd
wolfstream.tv###customAnnouncement
miloserdov.org,playstore.pw,reneweconomy.com.au,wpneon.com###custom_html-10
miloserdov.org,playstore.pw###custom_html-11
thethaiger.com###custom_html-12
theregister.co.nz###custom_html-13
cdromance.com,colombiareports.com,miloserdov.org,mostlyblogging.com###custom_html-14
mostlyblogging.com,sonyalpharumors.com###custom_html-15
eetimes.eu,miloserdov.org###custom_html-16
budgetbytes.com,ets2.lt,miloserdov.org###custom_html-2
blissfuldomestication.com###custom_html-22
sonyalpharumors.com###custom_html-25
mostlyblogging.com,sarkarideals.com,tvarticles.me###custom_html-3
comicsheatingup.net###custom_html-5
colombiareports.com,filmschoolrejects.com,hongkongfp.com,phoneia.com,sarkarideals.com,weatherboy.com###custom_html-6
medievalists.net###custom_html-7
theteche.com###custom_html-8
laineygossip.com###date-banner
helpwithwindows.com###desc
fastfoodnutrition.org###desk_leader_ad
deccanherald.com###desktop-ad
republicworld.com###desktop-livetv-728-90
infotel.ca###desktopBannerBottom
infotel.ca###desktopBannerFooter
infotel.ca###desktopBannerTop
eldersweather.com.au###desktop_new_forecast_top_wxh
pikalytics.com###dex-list-0
flyordie.com###dgad
realclearpolitics.com###distro_right_rail
tribunnews.com###div-Inside-MediumRectangle
designtaxi.com###div-center-wrapper
allafrica.com###div-clickio-ad-superleaderboard-a
herfamily.ie,sportsjoe.ie###div-gpt-top_page
abovethelaw.com###div-id-for-middle-300x250
abovethelaw.com###div-id-for-top-300x250
newser.com###divImageAd
newser.com###divMobileHeaderAd
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
newser.com###divStoryBigAd1
newser.com###divWhizzcoRightRail
hometheaterreview.com###div_block-382-13
hindustantimes.com###divshopnowRight
rednationonline.ca###dnn_BannerPane
unite-db.com###ds_lb1
unite-db.com###ds_lb2
permanentstyle.com###dttop
jigzone.com###dz
sashares.co.za###elementor-popup-modal-89385
asmag.com###en_footer1_bannerPopUP1_panel_claudebro
energyforecastonline.co.za###endorsers
geekwire.com###engineering-centers-sidebar
wral.com###exco
designtaxi.com###exid
jigzone.com###fH
csstats.gg###faceit-banner
openloading.com###fakeplayer
asianjournal.com###fancybox-overlay
asianjournal.com###fancybox-wrap
thedrinknation.com###fcBanner
247checkers.com###feature-ad-holder
perezhilton.com###feature-spot
forbes.com###featured-partners
fandom.com###featured-video__player-container
djxmaza.in,jytechs.in,miuiflash.com,thecubexguide.com###featuredimage
getyarn.io###filtered-bottom
investing.com###findABroker
healthshots.com###fitnessTools
healthshots.com###fitnessToolsAdBot
thisismoney.co.uk###fiveDealsWidget
point2homes.com,propertyshark.com###fixedban
cnx-software.com###fixeddbar
topsporter.net###fl-ai-widget-placement
vscode.one###flamelab-convo-widget
nanoreview.net###float-sb-right
editpad.org###floorad-wrapper
clintonherald.com,ottumwacourier.com,thetimestribune.com###floorboard_block
streams.tv###flowerInGarden
12tomatoes.com###footboard
mybib.com###footer > div
fanlesstech.com###footer-1
metasrc.com###footer-content
bundesliga.com###footer-partnerlogo
warcraftpets.com###footer-top
ksstradio.com###footer-widgets
fixya.com###footerBanner
techrounder.com###footerFixBanner
atptour.com###footerPartners
phpbb.com###footer_banner_leaderboard
forums.anandtech.com,forums.pcgamer.com,forums.tomsguide.com,forums.tomshardware.com###footer_leaderboard
feedicons.com###footerboard
wanderlustcrew.com###fpub-popup
blenderartists.org,stonetoss.com###friends
peacemakeronline.com###front_mid_right > center
mangaku.vip###ftads
imgbox.com###full-page-redirect
datareportal.com###fuse-sticky
scienceabc.com###fusenative
clocktab.com###fv_left-side
chromecastappstips.com###fwdevpDiv0
fxstreet.com###fxs-sposorBroker-topBanner
colourlovers.com###ga-above-footer
colourlovers.com###ga-below-header
9bis.net###gad
cheatcodes.com###game_details_ad
geekwire.com###geekwork
engadget.com###gemini-right-rail-thumbnails
investing.com###generalOverlay
getvideobot.com###getvideobot_com_300x250_responsive
getvideobot.com###getvideobot_com_980x250_billboard_responsive
thingstodovalencia.com###getyourguide-widget
dotesports.com,progameguides.com###gg-masthead
glowstery.com###ghostery-highlights
freegames.org###gla
wordcounter.net###glya
gearlive.com,mediamass.net###google
propertyshark.com###google-ads-directoryViewRight
healthbenefitstimes.com###google-adv-top
photojpl.com###google01
mediamass.net###google3
windows2universe.org###google_mockup
desmoinesregister.com###gpt-dynamic_native_article_4
desmoinesregister.com###gpt-high_impact
malaysiakini.com###gpt-layout-top-container
desmoinesregister.com###gpt-poster
justdial.com###gptAds2
justdial.com###gptAdsDiv
spellcheck.net###grmrl_one
nintendoworldreport.com###hAd
streamingrant.com###hb-strip
cadenaazul.com,lapoderosa.com###hcAdd
castanet.net###hdad
inventorspot.com,mothering.com,wordfind.com###header
khelnow.com###header-adwords-section
aeroexpo.online,agriexpo.online,directindustry.com,fonearena.com,frontlinesoffreedom.com,stakingrewards.com,winemag.com###header-banner
dominicantoday.com###header-banners
bestvpnserver.com,techitout.co.za###header-content
govevents.com###header-display
vanguardngr.com###header-sidebar
looperman.com###header-top
nisnews.nl###header-wrap
newser.com###headerAdSection
realestate.com.au###headerLeaderBoardSlot
forums.anandtech.com,forums.androidcentral.com,forums.pcgamer.com,forums.space.com,forums.tomsguide.com,forums.tomshardware.com,forums.whathifi.com,redflagdeals.com###header_leaderboard
digitalpoint.com###header_middle
coolors.co###header_nav + a
writerscafe.org###header_pay
deckstats.net###header_right_big
metasrc.com###header_wrapper
hwhills.com,nikktech.com,revizoronline.com,smallscreenscoop.com###headerbanner
sat24.com###headercontent-onder
hometheaterreview.com###headerhorizontalad
nnn.ng###hfgad1
nnn.ng###hfgad2
stackoverflow.com###hireme
techmeme.com###hiring
thecountersignal.com###home-ad-1
gunbroker.com###home-ad-a-wrapper
dailysocial.id###home-ads
transfermarkt.com###home-rectangle-spotlight
shobiddak.com###homeShobiddakAds
sslshopper.com###home_quick_search_buttons > div
downloadsafer.com###homebannerbottom
hometheaterreview.com###homepagehorizontalad
nutritioninsight.com,packaginginsights.com###horizontalblk
skylinewebcams.com###hostedby
ukutabs.com###howtoreadbutton
whatismyip.com###hp-ad-banner-top
webmd.com###hp-ad-container
blog.hubspot.com###hs_cos_wrapper_blog_post_sticky_cta
nettiauto.com,nettikaravaani.com,nettikone.com,nettimarkkina.com,nettimokki.com,nettimoto.com,nettivene.com,nettivuokraus.com###huge_banner
ytmp3.nu###i
robbreport.com###icon-sprite
maxsports.site,newsturbovid.com###id-custom_banner
rakuten.com###id_parent_rrPlacementTop
fc-lc.xyz,tophostingapp.com###iframe_id
unitconversion.org###ileft
4f.to,furbooru.org###imagespns
linksly.co###imgAddDirectLink
blackbeltmag.com###img_comp-loxyxvrt
mydorpie.com###imgbcont
crn.com###imu1forarticles
scoop.co.nz###in-cont
thefastmode.com###inarticlemodule
metabattle.com###inca1
metabattle.com###inca2
droidinformer.org###inf_bnr_1
droidinformer.org###inf_bnr_2
droidinformer.org###inf_bnr_3
planetradio.co.uk###inline-01
planetradio.co.uk###inline-02
planetradio.co.uk###inline-03
datamation.com,esecurityplanet.com,eweek.com,serverwatch.com,webopedia.com###inline-top
howstuffworks.com###inline-video-wrap
koimoi.com###inline_ad
krnb.com###inner-footer
workhouses.org.uk###inner-top-ad
timesofmalta.com###inscroll-banner
imagebam.com###inter > [src]
booklife.com,yabeat.org###interstitial
cnsnews.com,newsbusters.org###intranet_long
newsbusters.org###intranet_mid
lcpdfr.com###ipsLayout_mainArea > .uBlockBrokeOurSiteIpsAreaBackground
osbot.org###ipsLayout_mainArea > div > div
uk420.com###ipsLayout_sidebar > div[align="center"]
osbot.org###ips_footer > div > div
unitconversion.org###iright
allnewspipeline.com###isg_add
newshub.co.nz###island-unit-2
icon-icons.com###istockphoto-placeholder
fakeupdate.net###itemz
apkonline.net###ja-container-prev-0
cnn.com###js-outbrain-rightrail-ads-module
9gag.com###jsid-ad-container-page_adhesion
dhakatribune.com###jw-popup
food52.com###jw_iframe
variety.com###jwplayer_xH3PjHXT_plsZnDJi_div
jigzone.com###jz
ceoexpress.com###kalamazooDiv
msguides.com###kknbnpcv
kvraudio.com###kvr300600
freeads.co.uk###l_sk1
peacemakeronline.com###latest_news > center
elfaro.net###layout-ad-header
screengeek.net###layoutContainer
friv.com###lba
friv.com###lbaTop
irishnews.com###lbtop
piraproxy.info,unblockedstreaming.net###lbxUR99472
123unblock.bar###lbxVPN666
dailydooh.com###leaddiv
kontraband.com,motherproof.com,sansabanews.com###leader
techrepublic.com###leader-bottom
techrepublic.com###leader-plus-top
ugstandard.com###leader-wrap
techgeek365.com###leader-wrapper
wsvn.com###leader_1
12tomatoes.com,allwomenstalk.com,bloomberg.com,datpiff.com,logotv.com,newcartestdrive.com,news.sky.com,news.tvguide.co.uk,onthesnow.ca,onthesnow.co.nz,onthesnow.co.uk,onthesnow.com,penny-arcade.com,publishersweekly.com,skysports.com,thedrinknation.com,theserverside.com###leaderboard
open.spotify.com###leaderboard-ad-element
vocm.com###leaderboard-area
bbc.com###leaderboard-aside-content
abbynews.com,orilliamatters.com,sootoday.com,theprogress.com,time.com,timescolonist.com,vancouverisawesome.com###leaderboard-container
variety.com###leaderboard-no-padding
alternet.org###leaderboard-placeholder
foodnetwork.com###leaderboard-wrap
drdobbs.com###leaderboard1
babycenter.com,fixya.com###leaderboardContainer
macrotrends.net###leaderboardTag
games2jolly.com###leaderboard_area
games2jolly.com###leaderboard_area_home
planetminecraft.com###leaderboard_atf
canadianbusiness.com,macleans.ca,vidio.com,yardbarker.com###leaderboard_container
spoonuniversity.com###leaderboard_fixed
belgie.fm,danmark.fm,deutschland.fm,espana.fm,italia.fm,nederland.fm###leaderboardbg
eel.surf7.net.my###left
news9live.com###left_before_story
assamtribune.com###left_level_before_tags
nitrome.com###left_skyscraper_container
nitrome.com###left_skyscraper_shadow
kitco.com###left_square
liverpoolfc.com###lfc_ads_article_pos_one
liverpoolfc.com###lfc_ads_home_pos_one
closerweekly.com,intouchweekly.com,lifeandstylemag.com###listProductWidgetData
wormate.io###loa831pibur0w4gv
nhl.com###loading-container
lordz.io###lordz-io_300x250
lordz.io###lordz-io_300x250_2
lordz.io###lordz-io_728x90
rxresource.org###lowerdrugsAd
lowes.com###lws_hp_recommendations_belowimage_1
hackerbot.net###madiv
hackerbot.net###madiv2
hackerbot.net###madiv3
animehub.ac###main-content > center
proprivacy.com###main-popup
w3big.com,w3schools.com###mainLeaderboard
planefinder.net###map-ad-container
themeforest.net###market-banner
defenseworld.net###mb-bar
koreaherald.com###mbpAd022303
active.com###med_rec_bottom
active.com###med_rec_top
wakingtimes.com,ymcinema.com###media_image-2
airfactsjournal.com,apkmb.com,wbap.com###media_image-3
palestinechronicle.com###media_image-4
mostlyblogging.com###media_image-5
chess.com###medium-rectangle-atf-ad
moomoo.io###menuContainer > .menuCard
voiranime.com###mg_vd
forward.com###middle-of-page
peacemakeronline.com###middle_banner_section
bleedingcool.com###middle_medium_rectangle
jezebel.com,pastemagazine.com###middle_rectangle
cyberdaily.au###mm-azk560023-zone
dbltap.com###mm-player-placeholder-large-screen
mmorpg.com###mmorpg_desktop_list_1
mmorpg.com###mmorpg_desktop_list_3
pocketgamer.com###mobile-background
tvtropes.org###mobile_1
tvtropes.org###mobile_2
express.co.uk###mobile_floating_test
permanentstyle.com###mobtop
coinarbitragebot.com###modal1
cellmapper.net###modal_av_details
mytuner-radio.com###move-ad
moviemistakes.com###moviemistakes_300x600_300x250_160x600_sidebar_2
consobaby.co.uk,gumtree.com,pcgamingwiki.com,thefootballnetwork.net###mpu
skysports.com###mpu-1
bbc.com###mpu-side-aside-content
standard.co.uk###mpu2_parent
standard.co.uk###mpu_bottom_sb_2_parent
spin.ph###mrec3
whatshappening.com.ph###mrecCarousel
nitrome.com###mu_2_container
nitrome.com###mu_3_container
wrestlingnews.co###mvp-head-top
atlantatribune.com,barrettsportsmedia.com,footballleagueworld.co.uk,ioncinema.com,marijuanamoment.net,ripplecoinnews.com,srilankamirror.com,tribune.net.ph###mvp-leader-wrap
europeangaming.eu###mvp-leader-wrap > a[href^="https://www.softswiss.com/"]
twinfinite.net###mvp-main-content-wrap
hotklix.com###mvp-main-nav-top > .mvp-main-box
dailyboulder.com###mvp-post-bot-ad
barrettsportsmedia.com###mvp-wallpaper
mangareader.cc###myModal
fileproinfo.com###myNav
mediaupdate.co.za###mycarousel
coveteur.com###native_1
coveteur.com###native_2
thejournal.ie###nativeads-sponsorbar-touch-redesign
gearspace.com###navbar_notice_730
needpix.com###needpix_com_top_banner
my.juno.com###newsCarousel
livelaw.in###news_on_exit
farminguk.com###newsadvert
canberratimes.com.au,theland.com.au###newswell-leaderboard-container
nextshark.com###nextshark_com_leaderboard_top
searchfiles.de###nextuse
nanoreview.net###nfloat-sb-right
seroundtable.com###ninja_box
pcgamebenchmark.com,pcgamesn.com,pockettactics.com,thedigitalfix.com,wargamer.com###nn_astro_wrapper
steamidfinder.com,trueachievements.com,truesteamachievements.com,truetrophies.com###nn_bfa_wrapper
techraptor.net,unite-db.com###nn_lb1
techraptor.net,unite-db.com###nn_lb2
techraptor.net###nn_lb3
techraptor.net###nn_lb4
techraptor.net,tftactics.gg###nn_player
steamidfinder.com###nn_player_wrapper
asura.gg,nacm.xyz###noktaplayercontainer
boxingstreams.cc,crackstreams.gg,cricketstreams.cc,footybite.cc,formula1stream.cc,mlbshow.com,nbabite.com###nordd
forums.somethingawful.com###notregistered
ekathimerini.com###nx-stick-help
allaboutcookies.org###offer-review-widget-container
freeaddresscheck.com,freecallerlookup.com,freecarrierlookup.com,freeemailvalidator.com,freegenderlookup.com,freeiplookup.com,freephonevalidator.com###offers
streetdirectory.com###offers_splash_screen
gizbot.com###oi-custom-camp
comicbook.com###omni-skybox-plus-top
kohls.com###open-drawer
livestreamfails.com###oranum_livefeed_container_0
ckk.ai###orquidea-slideup
electronicproducts.com,powvideo.net,streamplay.to,uxstyle.com###overlay
mzzcloud.life,rabbitstream.net###overlay-container
mp4upload.com###overlayads
drivevideo.xyz###overlays
animexin.vip###overplay
vure.cx###page-inner > div > div > a[href^="https://www.vure.cx/shorten-link.php/"]
vure.cx###page-inner > div > div > div > a[href^="https://www.vure.cx/shorten-link.php/"]
cyclenews.com###pamnew
aninews.in,devdiscourse.com,footballorgin.com,gadgets360.com,justthenews.com,ndtv.com,oneindia.com,wionews.com,zeebiz.com###parentDiv0
mg.co.za###partner-content
hwbot.org###partner-tiles
cnn.com###partner-zone
limesurvey.org###partnerbanner
fastseduction.com,independent.co.uk###partners
arrivealive.co.za###partners_container
binaries4all.com###payserver
demap.info###pcad
shine.cn###pdfModal
investopedia.com###performance-marketing_1-0
premierguitar.com###pg_leaderboard
radiocaroline.co.uk###photographsforeverDiv
giantfreakinrobot.com###playwire-homepage-takeover-leaderboard
issuu.com###playwire-video
files.im###plyrrr
pikalytics.com###pokedex-top-ad
politico.com###pol-01-wrap
standard.co.uk###polar-sidebar-sponsored
standard.co.uk###polarArticleWrapper
pons.com###pons-ad-footer
pons.com###pons-ad-leaderboard__container
epicload.com###popconlkr
safetydetectives.com###popup
bankinfosecurity.com###popup-interstitial-full-page
chaseyoursport.com###popup1
quickmeme.com###post[style="display: block;min-height: 290px; padding:0px;"]
ultrabookreview.com###postadsside
ultrabookreview.com###postzzif
the-scientist.com###preHeader
playok.com###pread
adlice.com###preview-div
talkbass.com###primary-products
slashfilm.com###primis-container
walgreens.com###prod-sponsored
sslshopper.com###promo-outer
thestreamable.com###promo-signup-bottom-sheet
dailymail.co.uk###promo-unit
bnnbloomberg.ca###promotions
proxyium.com###proxyscrape_ad
frequence-radio.com###pub_listing_top
elevationmap.net###publift_home_billboard
fxsforexsrbijaforum.com###pun-announcement
onmsft.com###pwDeskSkyBtf1
d4builds.gg###pwParentContainer
thefastmode.com###quick_survey
sporcle.com###quiz-right-rail-unit-2
techmeme.com###qwdbfwh
comicbookrealm.com###rad
rawstory.com###rawstory_front_2_container
reverso.net###rca
businessgreen.com###rdm-below-header
slideserve.com###readl
scoop.co.nz###rect
dict.cc###recthome
dict.cc###recthomebot
tapatalk.com###relatedblogbar
10minutemail.net,eel.surf7.net.my,javatpoint.com###right
msguides.com###right-bottom-camp
comicbookrealm.com###right-rail > .module
purewow.com###right-rail-ad
gogetaroomie.com###right-space
online-translator.com###rightAdvBlock
openspeedtest.com###rightArea
medicaldialogues.in###right_level_8
numista.com###right_pub
yardbarker.com###right_top_sticky
forums.space.com,forums.tomshardware.com###rightcol_bottom
forums.anandtech.com,forums.androidcentral.com,forums.pcgamer.com,forums.space.com,forums.tomsguide.com,forums.tomshardware.com,forums.whathifi.com###rightcol_top
road.cc###roadcc_Footer-Billboard
box-core.net,mma-core.com###rrec
anisearch.com###rrightX
protocol.com###sHome_0_0_3_0_0_5_1_0_2
glennbeck.com###sPost_0_0_5_0_0_9_0_1_2_0
advocate.com###sPost_Layout_Default_0_0_18_0_0_2_2
out.com###sPost_Layout_Default_0_0_20_0_0_2_2
digminecraft.com###sabl
flatpanelshd.com###sb-site > .hidden-xs.container
centurylink.net,wowway.net###sc_home_header_banner
wowway.net###sc_home_news_banner
wowway.net###sc_home_recommended_banner
wowway.net###sc_read_header_banner
my.juno.com###scienceTile
coinarbitragebot.com###screener
pao.gr###section--sponsors
racingamerica.com###section-15922
hometheaterreview.com###section-20297-191992
hometheaterreview.com###section-246-102074
neoseeker.com###section-pagetop
searchenginejournal.com###sej-pop-wrapper_v2
analyticsinsight.net###sgpb-popup-dialog-main-div-wrapper
v3rmillion.net###sharingPlace
search.brave.com###shopping
filedropper.com,lifenews.com###sidebar
whatsondisneyplus.com###sidebar > .widget_text.amy-widget
tellymix.co.uk###sidebar > div[style]
globalwaterintel.com###sidebar-banner
spiceworks.com###sidebar-bottom-ad
ftvlive.com###sidebar-one-wrapper
carmag.co.za###sidebar-primary
saharareporters.com###sidebar-top
interest.co.nz,metasrc.com###sidebar-wrapper
koimoi.com###sidebar1
scotsman.com###sidebarMPU1
scotsman.com###sidebarMPU2
ubergizmo.com###sidebar_card_spon
trucknetuk.com###sidebarright
disqus.com###siderail-sticky-ads-module
4runnerforum.com,acuraforums.com,blazerforum.com,buickforum.com,cadillacforum.com,camaroforums.com,cbrforum.com,chryslerforum.com,civicforums.com,corvetteforums.com,fordforum.com,germanautoforums.com,hondaaccordforum.com,hondacivicforum.com,hondaforum.com,hummerforums.com,isuzuforums.com,kawasakiforums.com,landroverforums.com,lexusforum.com,mazdaforum.com,mercuryforum.com,minicooperforums.com,mitsubishiforum.com,montecarloforum.com,mustangboards.com,nissanforum.com,oldsmobileforum.com,pontiactalk.com,saabforums.com,saturnforum.com,truckforums.com,volkswagenforum.com,volvoforums.com###sidetilewidth
gephardtdaily.com###simple-sticky-footer-container
995thewolf.com,newcountry963.com###simpleimage-3
hot933hits.com###simpleimage-5
inoreader.com###sinner_container
pocketgamer.com###site-background
webkinznewz.ganzworld.com###site-description
dead-frog.com###site_top
2oceansvibe.com###skin
ebar.com###skin-left
ebar.com###skin-right
namemc.com###skin_wrapper
pinkvilla.com###skinnerAdClosebtn
dafont.com###sky
dailymail.co.uk,thisismoney.co.uk###sky-left-container
dailymail.co.uk###sky-right
dailymail.co.uk,thisismoney.co.uk###sky-right-container
skylinewebcams.com###skylinewebcams-ads2
dailydooh.com###skysbar
holiday-weather.com,omniglot.com,w3schools.com,zerochan.net###skyscraper
nitrome.com###skyscraper_box
nitrome.com###skyscraper_shadow
scrabble-solver.com###skywideupper
slashdot.org###slashdot_deals
gunsamerica.com###slidebox
compleatgolfer.com,sacricketmag.com###slidein
whatshappening.com.ph###sliderCarousel
accuradio.com###slot2Wrapper
orteil.dashnet.org###smallSupport
point2homes.com###smartAsset
givemesport.com###sn_gg_ad_wrapper
gpfans.com###snack_ldb
ghacks.net###snhb-snhb_ghacks_bottom-0
who-called.co.uk###snigel_ads-mobile
thedriven.io###solarchoice_banner_1
wcny.org###soliloquy-12716
toumpano.net###sp-feature
hilltimes.com###sp-mini-box
toumpano.net###sp-right
vuejs.org###special-sponsor
coingape.com###spinbtn
fastseduction.com###splash
streetdirectory.com###splash_screen_overlay
downloads.codefi.re###spo
downloads.codefi.re###spo2
firmwarefile.com###spon
progressillinois.com,slitaz.org###sponsor
meteocentrale.ch###sponsor-info
newsfirst.lk###sponsored-content-1
cnn.com###sponsored-outbrain-1
hiphopkit.com###sponsored-sidebar
homedepot.com###sponsored-standard-banner-nucleus
techmeme.com###sponsorposts
fastseduction.com,geekwire.com,landreport.com,vuejs.org,whenitdrops.com###sponsors
colourlovers.com###sponsors-links
ourworldofenergy.com###sponsors_container
rent.ie###sresult_banner
tokder.org###ssss
bizarrepedia.com###stack > .ln-thr
torrentgalaxy.to###startad
geekwire.com###startup-resources-sidebar
newcartestdrive.com###static-asset-placeholder-2
newcartestdrive.com###static-asset-placeholder-3
tvtropes.org###stick-cont
dvdsreleasedates.com###sticky
guelphmercury.com###sticky-ad-1
thestar.com###sticky-ad-2
rudrascans.com###sticky-ad-head
datamation.com,esecurityplanet.com,eweek.com,serverwatch.com,webopedia.com###sticky-bottom
ccm.net###sticky1
independent.co.uk,standard.co.uk###stickyFooterRoot
afr.com###stickyLeaderboard
bostonglobe.com###sticky_container.width_full
eurogamer.net,rockpapershotgun.com,vg247.com###sticky_leaderboard
lethbridgeherald.com###stickybox
medicinehatnews.com###stickyleaderboard
timesnownews.com,zoomtventertainment.com###stky
sun-sentinel.com###stnWrapperDiv
westernjournal.com###stnvideo
rawstory.com###story-top-ad
healthshots.com###storyBlockOne
web-capture.net###stw_ad
arenaev.com,gsmarena.com###subHeader
macrotrends.net###subLeaderboardTag
ebaumsworld.com###subheader_atf_wrapper
streams.tv###sunGarden
eenewseurope.com###superBanner
dashnet.org###support
vk.com,vk.ru###system_msg
gumtree.com###tBanner
comicbookrealm.com###tad
cyclingtips.com###takeover
romsgames.net###td-top-leaderboard
based-politics.com###tdi_107
linuxtoday.com###tdi_46
cornish-times.co.uk###teads
asurascans.com,ozulscansen.com,realmscans.com,void-scans.com,yugenmangas.net###teaser3
the-star.co.ke###teasers
eetimes.com###techpaperSliderContainer
tecmint.com###tecmint_incontent
tecmint.com###tecmint_leaderboard_article_top
worldtribune.com###text-101
geeky-gadgets.com###text-105335641
thisiscolossal.com,vgleaks.com###text-11
hpcwire.com###text-115
cathnews.co.nz,cryptoreporter.info,net-load.com,vgleaks.com,wakingtimes.com###text-12
radiosurvivor.com,thewashingtonstandard.com,vgleaks.com###text-13
ericpetersautos.com###text-133
vgleaks.com###text-14
geeksforgeeks.org,vgleaks.com###text-15
geeksforgeeks.org,thesurvivalistblog.net,vgleaks.com###text-16
cleantechnica.com###text-165
weekender.com.sg###text-17
5movierulz.band,populist.press###text-2
freecourseweb.com###text-20
net-load.com###text-25
2smsupernetwork.com,cryptoreporter.info,net-load.com###text-26
cryptoreporter.info###text-27
2smsupernetwork.com###text-28
2smsupernetwork.com###text-3
needsomefun.net###text-36
wrestlingnews.co###text-38
conversanttraveller.com###text-39
postnewsgroup.com,thewashingtonstandard.com,tvarticles.me###text-4
conversanttraveller.com###text-40
conversanttraveller.com,needsomefun.net###text-41
bigblueball.com###text-416290631
needsomefun.net###text-42
premiumtimesng.com###text-429
kollelbudget.com###text-43
premiumtimesng.com###text-440
foodsforbetterhealth.com###text-46
eevblog.com###text-49
computips.org,techlife.com,technipages.com,tennews.in###text-5
2smsupernetwork.com###text-50
2smsupernetwork.com,snowbrains.com,theconservativetreehouse.com,times.co.zm,treesofblue.com###text-6
yugatech.com###text-69
treesofblue.com###text-7
kollelbudget.com###text-70
kollelbudget.com###text-78
playco-opgame.com,sadeempc.com,thewashingtonstandard.com###text-8
kollelbudget.com###text-82
kollelbudget.com###text-83
bestvpnserver.com,thewashingtonstandard.com###text-9
nanoreview.net###the-app > .mb
bestfriendsclub.ca###theme-bottom-section > .section-content
bestfriendsclub.ca###theme-top-section > .section-content
indy100.com###thirdparty01
standard.co.uk###thirdparty_03_parent
siasat.com###tie-block_3274
box-core.net,mma-core.com###tlbrd
technewsworld.com###tnavad
bramptonguardian.com###tncms-region-global-container-bottom
accuweather.com,phonescoop.com###top
crn.com###top-ad-fragment-container
zap-map.com###top-advert-content
bookriot.com###top-alt-content
coingecko.com###top-announcement-header
cheese.com,fantasypros.com,foodlovers.co.nz,foodnetwork.ca,investorplace.com,kurocore.com,skift.com,thedailywtf.com,theportugalnews.com###top-banner
globalwaterintel.com###top-banner-image
independent.co.uk,the-independent.com###top-banner-wrapper
missingremote.com###top-bar
returnyoutubedislike.com###top-donors
openspeedtest.com###top-lb
capetownmagazine.com###top-leader-wrapper
austinchronicle.com,carmag.co.za,thegazette.com,vodacomsoccer.com###top-leaderboard
gogetaroomie.com###top-space
progameguides.com###top-sticky-sidebar-container
gamepur.com###top-sticky-sidebar-wrapper
sporcle.com###top-unit
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion###top-wrapper
investing.com###topBroker
digitalartsonline.co.uk###topLeaderContainer
mautofied.com###topLeaderboard
forum.wordreference.com###topSupp
walterfootball.com###top_S
utne.com###top_advertisement
chicagotribune.com###top_article_fluid_wrapper
indy100.com###top_banner
caribpress.com###top_banner_container
cfoc.org###top_custom_banner
chicagotribune.com###top_fluid_wrapper
bleedingcool.com,jamaicaobserver.com,pastemagazine.com###top_leaderboard
bleedingcool.com###top_medium_rectangle
jezebel.com,pastemagazine.com###top_rectangle
imdb.com###top_rhs
bleedingcool.com###top_spacer
bookriot.com###top_takeover
w3newspapers.com###topads
tf2-servers.com###topadspot
absolutelyrics.com,cdrlabs.com,eonline.com,exiledonline.com,findtheword.info,realitywanted.com,revizoronline.com,snapfiles.com###topbanner
deccanherald.com###topbar > .hide-desktop + div
armenpress.am###topbnnr
coinlean.com###topcontainer
worldtimebuddy.com###toprek
semiconductor-today.com###topsection
macmillandictionary.com,macmillanthesaurus.com,oxfordlearnersdictionaries.com###topslot_container
atomic-robo.com###topspace
charlieintel.com###topunit
pcworld.com,techhive.com###tso
trumparea.com###udmvid
planetminecraft.com###ultra_wide
semiconductor-today.com###undermenu
dailytrust.com,thequint.com###unitDivWrapper-0
upworthy.com###upworthyFreeStarVideoAdContainer
my.juno.com###usWorldTile
forum.mobilism.org###v-mobilism-org-0
sammobile.com###venatus-hybrid-banner
nutritioninsight.com###verticlblks
filmibeat.com,goodreturns.in,mykhel.com,oneindia.com###verticleLinks
ghgossip.com###vi-sticky-ad
investing.com###video
sportskeeda.com###video-player-container--
forums.tomsguide.com###video_ad
gumtree.com.au###view-item-page__leaderboard-wrapper
playstationtrophies.org,xboxachievements.com###vnt-lb-a
counselheal.com,mobilenapps.com###vplayer_large
browserleaks.com###vpn_text
1337x.to###vpnvpn2
w2g.tv###w2g-square-ad
igberetvnews.com,mediaweek.com.au,nextnewssource.com###wallpaper
eeweb.com###wallpaper_image
realclearhistory.com###warning_empty_div
opensubtitles.org###watch_online
xxxporn.tube###watch_sidevide
xxxporn.tube###watch_undervideo
worldcrunch.com###wc_leaderboard
topfiveforex.com###wcfloatDiv
the-express.com###web-strip-banner
geotastic.net###wetter-de-banner
webfail.com###wf-d-300x250-sb1
walterfootball.com###wf_brow_box
sportscardforum.com###wgo_affiliates
itnews.com.au###whitepapers-container
tribunnews.com###wideskyscraper
conversanttraveller.com###widget_sp_image-28
conversanttraveller.com###widget_sp_image-4
ultrabookreview.com###widgetad2-top
etherealgames.com###widgets-wrap-after-content
etherealgames.com###widgets-wrap-before-content
gaynewzealand.com###wn-insurance-quote-editor
rediff.com###world_right1
rediff.com###world_top
worldrecipes.eu###worldrecipeseu_970x90_desktop_sticky_no_closeplaceholder
forward.com###wp_piano_top_wrapper
todayheadline.co###wpgtr_stickyads_textcss_container
eteknix.com###wrapper > header
cranestodaymagazine.com,hoistmagazine.com,ttjonline.com,tunnelsonline.info###wrapper_banners
xda-developers.com###xda_alert_bar
blasternation.com###xobda
yardbarker.com###yb_recirc
transfermarkt.com###zLHXgnIj
croxyproxy.rocks###zapperSquare
beyondgames.biz,ecoustics.com###zox-lead-bot
cleantechnica.com###zox-top-head-wrap
marketscreener.com###zppFooter
marketscreener.com###zppMiddle2
marketscreener.com###zppRight2
ultrabookreview.com###zzifhome
ultrabookreview.com###zzifhome2
arydigital.tv###zzright
androidauthority.com##.--_-___Yb
androidauthority.com##.--_-___Zb
talkingpointsmemo.com##.--span\:12.AdSlot
bigissue.com##.-ad
gamejolt.com##.-ad-widget
porndoe.com##.-h-banner-svg-desktop
nhl.com##.-leaderboard
nhl.com##.-mrec
hellomagazine.com##.-variation-megabanner
hellomagazine.com##.-variation-robainferior
hellomagazine.com##.-variation-robapaginas
yelp.com##.ABP
gamesadshopper.com##.AD
advfn.com##.APS_TOP_BANNER_468_X_60_container
buzzfeed.com,imgur.io,iotworldtoday.com,sevendaysvt.com,tasty.co,tucsonweekly.com##.Ad
deseret.com##.Ad-space
jagranjosh.com##.Ad720x90
thingiverse.com##.AdBanner__adBanner--GpB5d
jagranjosh.com##.AdCont
topgear.com##.AdContainer-sc-cy9ye3-4
racingamerica.com##.AdPlacement
petfinder.com##.AdUnitParagraph-module--adunitContainer--2b7a6
therealdeal.com##.AdUnit_adUnitCenter__FKOWE
complex.com##.AdWrapper__AdPlaceholderContainer-sc-15idjh1-0
earth.com##.AdZone_adZone__2w4TC
thescore.com##.Ad__container--2fhQb
charlieintel.com,dexerto.com##.Ad_ad__SqDQA
interestingengineering.com##.Ad_ad__hm0Ut
therealdeal.com##.Ad_rootHomepage__mSzqh
newspointapp.com##.Ad_wrapper
greatandhra.com##.AdinHedare
jagranjosh.com##.Ads
coingape.com##.AdsMid
nhl.com##.AdsViewController
iogames.onl##.Adv
airportinfo.live,audiokarma.org,audizine.com##.AdvallyTag
tennesseestar.com,themichiganstar.com,theminnesotasun.com,theohiostar.com##.AdvancedText
iogames.onl##.Advc
tvnz.co.nz##.Advert
suffolknews.co.uk##.Advertisement
thesouthafrican.com##.Advertisement__AdsContainer-sc-4s7fst-0
zerohedge.com##.AdvertisingSlot_placement__b8TLC
dallasobserver.com##.AirBillboardInlineContentresponsive
browardpalmbeach.com,dallasobserver.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.AirLeaderboardMediumRectanglesComboInlineContent
browardpalmbeach.com,dallasobserver.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.AirMediumRectangleComboInlineContent
interestingengineering.com##.Anyclip_conBody__emI_Z
technicalarp.com##.Arpian-ads
rankedboost.com##.Article-A-Align
cruisecritic.com,cruisecritic.com.au##.ArticleItem_scrollTextContainer__GrBC_
whatcar.com##.ArticleTemplate_masthead__oY950
naturalnews.com##.BNVSYDQLCTIG
photonics.com##.BOX_CarouselAd
freebitz.xyz##.BannerContainer
freebitz.xyz##.BannerContainerScrapper
freebitz.xyz##.BannerMain
dashfight.com##.BannerPlayware_block__up1Ra
coffeeordie.com##.BannerPromo-desktop
bloomberg.com##.BaseAd_baseAd-dXBqvbLRJy0-
cnbc.com##.BoxRail-styles-makeit-ad--lyuQB
latestdeals.co.uk##.BrD5q
80.lv##.BrandingPromo_skeleton
petfinder.com##.CardGrid-module--breakOut--a18cf
timesofindia.indiatimes.com##.CeUoi
thedailybeast.com##.CheatSheetList__placeholder
thedailybeast.com##.Cheat__top-ad
tutiempo.net##.ContBannerTop
dappradar.com##.Container--bottomBanners
songmeanings.com##.Container_ATFR_300
songmeanings.com##.Container_ATF_970
swarajyamag.com##.CrIrA
ulta.com##.CriteoProductRail
calcalistech.com##.Ctech_general_banner
lithub.com##.Custom_Ads
inverness-courier.co.uk,johnogroat-journal.co.uk##.DMPU
naturalnews.com##.DVFNRYKUTQEP
nationalworld.com##.Dailymotion__Inner-sc-gmjr3r-1
realityblurb.com##.Desktop-Sticky
tweaktown.com##.DesktopRightBA
thekitchn.com##.DesktopStickyFooter
games.washingtonpost.com##.DisplayAd__container___lyvUfeBN
additivemanufacturing.media,compositesworld.com,ptonline.com##.DisplayBar
askapache.com##.GAD
modrinth.com##.GBBNWLJVGRHFLYVGSZKSSKNTHFYXHMBD
google.co.uk##.GBTLFYRDM0
google.com##.GC3LC41DERB + div[style="position: relative; height: 170px;"]
google.com##.GGQPGYLCD5
google.com##.GGQPGYLCMCB
google.com##.GISRH3UDHB
goodmenproject.com##.GMP_728_top
motortrend.com##.GR_6-
imgur.com##.Gallery-Content-AdSense
cargurus.com##.Gi1Z6i
coin360.com##.GuYYbg
naturalnews.com##.HALFBYEISCRJ
metservice.com##.Header
planningportal.co.uk##.HeaderAdArea__HeaderAdContainer-sc-1lqw6d0-0
games.washingtonpost.com##.HomeCategory__ads___aFdrmx_3
mope.io##.Home__home-ad-wrapper
semiconductor-today.com##.Horiba-banner
artsy.net##.IITnS
sporcle.com##.IMGgi
streamingsites.com##.IPdetectCard
80.lv##.ImagePromo_default
inverness-courier.co.uk##.LLKGTX
nyctourism.com##.Layout_mobileStickyAdContainer__fCbCq
kentonline.co.uk##.LeaderBack
fivebooks.com##.Leaderboard-container
nationalgeographic.com##.LinkedImage
inverness-courier.co.uk,johnogroat-journal.co.uk,stamfordmercury.co.uk##.MPU
wayfair.com##.MediaNativePlacement-wrapper-link
engadget.com##.Mih\(90px\)
medievalists.net##.Mnet_TopLeft_970x250
metservice.com##.Mrec-min-height
boardgameoracle.com##.MuiContainer-root > .jss232
tvtv.us##.MuiPaper-root.jss12
ahaan.co.uk##.MuiSnackbar-anchorOriginBottomCenter
news18.com##.NAT_add
mangasect.com,manhuaplus.com##.OUTBRAIN
chronicle.com##.OneColumnContainer
newscientist.com##.Outbrain
kentonline.co.uk##.PSDRGC
govtech.com##.Page-billboard
afar.com##.Page-header-hat
apnews.com##.Page-header-leaderboardAd
quora.com##.PageContentsLayout___StyledBox-d2uxks-0 > .q-box > .q-sticky > .qu-pb--medium
ask.com##.PartialKelkooResults
hulu.com##.PauseAdCreative-wrap
thekitchn.com##.Post__inPostVideoAdDesktop
imgur.com##.PrimisPlayerContainer
stocktwits.com##.Primis_container__KwtjV
tech.hindustantimes.com##.ProductAffilateWrapper
plainenglish.io##.PromoContainer_container__sZ3ls
citybeat.com,clevescene.com,cltampa.com##.PromoTopBar
sciencealert.com##.Purch_Y_C_0_1-container
tumblr.com##.Qrht9
tvzoneuk.com##.R38Z80
barrons.com##.RenderBlock__AdWrapper-sc-1vrmc5r-0
whatcar.com##.ReviewHero_mastheadStyle__Bv8X0
charismanews.com##.RightBnrWrap
geometrydash.io##.RowAdv
clutchpoints.com##.RzKEf
gq.com##.SavingsUnitedCouponsWrapper-humLIe
lbcgroup.tv##.ScriptDiv
staples.com##.SearchRootUX2__bannerAndSkuContainer
coingape.com##.Sidemads
simkl.com##.SimklTVDetailEpisodeLinksItemHref
thedailybeast.com##.Sizer
coingape.com##.SponserdBtn
goodreads.com##.SponsoredProductAdContainer
streetsblog.org##.Sponsorship_articleBannerWrapper__wV_1S
apartmenttherapy.com,cubbyathome.com,thekitchn.com##.StickyFooter
slideshare.net##.StickyVerticalInterstitialAd_root__f7Qki
coin360.com##.Sticky_Promo
slant.co##.SummaryPage-LustreEmbed
dictionary.com##.TeixwVbjB8cchva8bDlg
imgur.com##.Top300x600
cnbc.com##.TopBanner-container
topgear.com##.TopContainer-sc-cy9ye3-1
dappradar.com##.Tracker__StyledSmartLink-sc-u8v3nu-0
poebuilds.net##.W_tBwY
britannicaenglish.com##.WordFromSponsor_content_enToar
this.org##.Wrap-leaderboard
tumblr.com##.XJ7bf
tumblr.com##.Yc2Sp
desmoinesregister.com##.ZJBvMP__ZJBvMP
getpocket.com##.\'syndication-ad\'
olympics.com##.\-partners
deviantart.com##._15LLi
motortrend.com##._1Ib8n
swarajyamag.com##._1eNH8
gadgetsnow.com##._1edxh
gadgetsnow.com##._1pjMr
afkgaming.com##._2-COY
motortrend.com##._2I-e5
motortrend.com##._2IzhW
motortrend.com##._2UIiN
brisbanetimes.com.au,smh.com.au,watoday.com.au##._2gSkZ
jeffdornik.com##._2kEVY
gadgetsnow.com##._2slKI
motortrend.com##._2xd_t
coderwall.com##._300x250
deviantart.com##._3jfHP
timesnownews.com##._3n1p
thequint.com##._4xQrn
outlook.live.com##._BAY1XlyQSIe6kyKPlYP
gadgets360.com##.__wdgt_rhs_kpc
gadgets360.com##._ad
timeout.com##._ad_1elek_1
vscode.one##._flamelab-ad
tampafp.com##._ning_outer
coingraph.us,filext.com##.a
startpage.com##.a-bg
rumble.com##.a-break
abcya.com##.a-leader
chimpreports.com,collive.com,defence-industry.eu,islandecho.co.uk,locklab.com,mallorcasunshineradio.com,runwaygirlnetwork.com,spaceref.com,talkradioeurope.com,theshoesnobblog.com##.a-single
abcya.com##.a-skyscraper
krebsonsecurity.com##.a-statement
tellymix.co.uk##.a-text
androidtrends.com,backthetruckup.com,bingehulu.com,streamsgeek.com,techcentral.co.za,trendstorys.com##.a-wrap
breitbart.com##.a-wrapper
getpocket.com##.a1cawpek
chordify.net##.a1p2y5ib
informer.com##.a2
wmtips.com##.a3f17
getpocket.com##.a47c4wn
digminecraft.com##.a47d50c4
crypto.news##.a49292cf69626
thechinaproject.com##.a4d
westword.com##.a65vezphb1
localtiger.com##.a9gy_lt
scoredle.com##.aHeader
fastweb.com##.a_cls_s
fastfoodnutrition.org##.a_leader
premierguitar.com##.a_promo
fastfoodnutrition.org##.a_rect
informer.com##.aa-728
informer.com##.aa0
absoluteanime.com##.aa_leaderboard
romsmania.games##.aawp
ncomputers.org,servertest.online##.ab
freedownloadmanager.org##.ab1
freedownloadmanager.org##.ab320
convertingcolors.com,slickdeals.net,whitecoatinvestor.com##.abc
britannica.com,merriam-webster.com##.abl
imgbb.com##.abnr
rankedboost.com##.above-article-section
creativeuncut.com##.abox-s_i
creativeuncut.com##.abox-s_i2
roblox.com##.abp
manualslib.com##.abp_adv_s-title
pocketgamer.com##.abs
albertsons.com##.abs-carousel-proxy > [aria-label="Promo or Ad Banner"]
tfn.scot##.absolute-leaderboard
gamesystemrequirements.com##.act_eng
sneakernews.com##.active-footer-ad
christianpost.com##.acw
11alive.com,12news.com,12newsnow.com,13newsnow.com,13wmaz.com,5newsonline.com,9news.com,abc10.com,abovethelaw.com,adelaidenow.com.au,adtmag.com,aero-news.net,airportia.com,americanprofile.com,appleinsider.com,arstechnica.com,as.com,asianwiki.com,associationsnow.com,autoevolution.com,autoguide.com,automation.com,autotrader.com.au,bab.la,barchart.com,bdnews24.com,beinsports.com,bgr.in,biometricupdate.com,bloomberg.com,boats.com,bobvila.com,booksourcemagazine.com,bostonglobe.com,bradleybraves.com,breitbart.com,businessdailyafrica.com,businessinsider.com,businesstech.co.za,c21media.net,cbc.ca,cbs19.tv,celebdigs.com,celebified.com,ch-aviation.com,chargedevs.com,chemistryworld.com,cnn.com,cnnphilippines.com,colourlovers.com,computerworld.com,couriermail.com.au,cracked.com,createtv.com,crn.com,crossmap.com,crosswalk.com,csoonline.com,cyberscoop.com,dailycaller.com,dailylobo.com,dailyparent.com,dailytarheel.com,dcist.com,dealnews.com,deccanherald.com,defenseone.com,defensescoop.com,discordbotlist.com,downdetector.co.nz,downdetector.co.uk,downdetector.co.za,downdetector.com,downdetector.in,downdetector.sg,dpreview.com,dynamicwallpaper.club,earlygame.com,edmontonjournal.com,elpais.com,emoji.gg,eurosport.com,excellence-mag.com,familydoctor.org,fanpop.com,femalefirst.co.uk,filehippo.com,firstcoastnews.com,flightglobal.com,fox6now.com,foxbusiness.com,foxnews.com,fxnowcanada.ca,gamesadshopper.com,gayvegas.com,geelongadvertiser.com.au,go.com,golfweather.com,gtplanet.net,heraldsun.com.au,hodinkee.com,homebeautiful.com.au,inc-aus.com,indiatvnews.com,infobyip.com,infoworld.com,inhabitat.com,insider.com,interfax.com.ua,jscompress.com,kagstv.com,kare11.com,kcentv.com,kens5.com,kgw.com,khou.com,kiiitv.com,king5.com,koreabang.com,kpopstarz.com,krem.com,ksdk.com,ktvb.com,kvue.com,lagom.nl,leaderpost.com,lifezette.com,looktothestars.org,mangarockteam.com,marketwatch.com,maxpreps.com,mcpmag.com,minecraftmods.com,modernretail.co,monkeytype.com,motherjones.com,mprnews.org,mybroadband.co.za,myfox8.com,myfoxzone.com,mygaming.co.za,myrecipes.com,namibtimes.net,nejm.org,neowin.net,networkworld.com,newbeauty.com,news.com.au,news.sky.com,newscentermaine.com,newsday.com,newstatesman.com,nymag.com,nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion,nzherald.co.nz,patch.com,patheos.com,pcgamesn.com,petfinder.com,picmix.com,planelogger.com,playsnake.org,playtictactoe.org,pokertube.com,politico.com,politico.eu,powernationtv.com,proremodeler.com,quackit.com,ranker.com,ratemds.com,ratemyprofessors.com,redmondmag.com,refinery29.com,revolver.news,roadsideamerica.com,salisburypost.com,scholarlykitchen.sspnet.org,seattletimes.com,segmentnext.com,simpledesktops.com,slickdeals.net,slippedisc.com,sltrib.com,smartcompany.com.au,smsfi.com,softpedia.com,soranews24.com,spot.im,spryliving.com,statenews.com,statscrop.com,straight.com,streetinsider.com,stv.tv,sundayworld.com,the-decoder.com,thecut.com,thedigitalfix.com,thedp.com,theeastafrican.co.ke,thefader.com,thefirearmblog.com,thegrocer.co.uk,themercury.com.au,thenation.com,theringreport.com,thestarphoenix.com,thv11.com,time.com,tntsports.co.uk,today.com,toonado.com,townhall.com,tracker.gg,tribalfootball.com,triblive.com,tripadvisor.at,tripadvisor.be,tripadvisor.ca,tripadvisor.ch,tripadvisor.cl,tripadvisor.cn,tripadvisor.co,tripadvisor.co.id,tripadvisor.co.il,tripadvisor.co.kr,tripadvisor.co.nz,tripadvisor.co.uk,tripadvisor.co.za,tripadvisor.com,tripadvisor.com.ar,tripadvisor.com.au,tripadvisor.com.br,tripadvisor.com.eg,tripadvisor.com.gr,tripadvisor.com.hk,tripadvisor.com.mx,tripadvisor.com.my,tripadvisor.com.pe,tripadvisor.com.ph,tripadvisor.com.sg,tripadvisor.com.tr,tripadvisor.com.tw,tripadvisor.com.ve,tripadvisor.com.vn,tripadvisor.de,tripadvisor.dk,tripadvisor.es,tripadvisor.fr,tripadvisor.ie,tripadvisor.in,tripadvisor.it,tripadvisor.jp,tripadvisor.nl,tripadvisor.pt,tripadvisor.ru,tripadvisor.se,tweaktown.com,ultimatespecs.com,uptodown.com,usmagazine.com,usnews.com,vancouversun.com,vogue.in,vulture.com,wamu.org,washingtontimes.com,watzatsong.com,wbir.com,wcnc.com,weatheronline.co.uk,webestools.com,webmd.com,weeklytimesnow.com.au,wfaa.com,wfmynews2.com,wgnt.com,wgntv.com,wgrz.com,whas11.com,windsorstar.com,winnipegfreepress.com,wkyc.com,wltx.com,wnep.com,worthplaying.com,wqad.com,wral.com,wrif.com,wtsp.com,wusa9.com,wwltv.com,wzzm13.com,x17online.com,yorkpress.co.uk##.ad
comicbookmovie.com##.ad > .blur-up
independent.ie##.ad--articlerectangle
hifi-classic.net##.ad--google_adsense > .ad--google_adsense
hifi-classic.net##.ad--google_adsense_bottom
allbusiness.com##.ad--tag
ip-address.org##.ad-1-728
ip-address.org##.ad-2-336
ip-address.org##.ad-3-728
archdaily.com##.ad-300-250
ip-address.org##.ad-5-300
birdwatchingdaily.com##.ad-advertisement-vertical
buzzfeed.com##.ad-awareness
britannica.com,courthousenews.com,diabetesjournals.org,imgmak.com,infobel.com,kuioo.com,linkedin.com,pilot007.org,radiotimes.com,soundguys.com##.ad-banner
home-designing.com,inc.com,trustpilot.com##.ad-block
fangoria.com##.ad-block--300x250
sciencenews.org##.ad-block-leaderboard__freestar___Ologr
fangoria.com##.ad-block__container
cryptodaily.co.uk##.ad-bottom-spacing
save.ca##.ad-box
mv-voice.com##.ad-break
imsa.com##.ad-close-container
npr.org##.ad-config
12news.com,9news.com,9to5google.com,9to5mac.com,aad.org,advfn.com,all3dp.com,allaboutcookies.org,allnovel.net,athleticbusiness.com,audiokarma.org,beeradvocate.com,beliefnet.com,bizjournals.com,biznews.com,bolavip.com,businessinsider.com,cbs8.com,cc.com,ccjdigital.com,computerworld.com,dailytrust.com,delish.com,driven.co.nz,ecr.co.za,electrek.co,engineeringnews.co.za,equipmentworld.com,etcanada.com,footyheadlines.com,fox10phoenix.com,fox13news.com,fox26houston.com,fox29.com,fox2detroit.com,fox32chicago.com,fox35orlando.com,fox4news.com,fox5atlanta.com,fox5dc.com,fox5ny.com,fox7austin.com,fox9.com,foxbusiness.com,foxla.com,foxnews.com,funkidslive.com,gfinityesports.com,globalspec.com,gmanetwork.com,grammarbook.com,hbr.org,howstuffworks.com,huffpost.com,insidehook.com,insider.com,intouchweekly.com,khou.com,koat.com,ktvu.com,lifeandstylemag.com,macstories.net,mail.com,mangakakalot.app,memuplay.com,metro.us,metrophiladelphia.com,minecraftforum.net,miningweekly.com,mixed-news.com,mobilesyrup.com,modernhealthcare.com,msnbc.com,my9nj.com,namemc.com,nbcnews.com,newrepublic.com,nzherald.co.nz,oneesports.gg,opb.org,papermag.com,physiology.org,pixiv.net,punchng.com,qns.com,realsport101.com,reason.com,refinery29.com,roadandtrack.com,scroll.in,seattletimes.com,songkick.com,sportskeeda.com,thelocal.at,thelocal.ch,thelocal.de,thelocal.dk,thelocal.es,thelocal.fr,thelocal.it,thelocal.no,thelocal.se,themarketherald.ca,tmz.com,toofab.com,uploadvr.com,usmagazine.com,vanguardngr.com,wogx.com,wral.com##.ad-container
newthinking.com##.ad-container-mpu
wheelofnames.com##.ad-declaration
sciencealert.com##.ad-desktop\:block
cnn.com##.ad-feedback__modal
simracingsetup.com##.ad-fixed-bottom
pixiv.net##.ad-frame-container
mobilesyrup.com##.ad-goes-here
andscape.com##.ad-incontent-wrapper
dailyuptea.com##.ad-info
toronto.citynews.ca##.ad-load
mariopartylegacy.com##.ad-long
olympics.com##.ad-margin-big
pixiv.net##.ad-mobile-anchor
pedestrian.tv##.ad-no-mobile
constructionenquirer.com##.ad-page-takeover
mirror.co.uk,themirror.com##.ad-placeholder
computerworld.com,infoworld.com,networkworld.com,probuildstats.com##.ad-placement
bbcgoodfood.com,radiotimes.com##.ad-placement-inline--2
comedy.com##.ad-placement-wrapper
atlasobscura.com##.ad-site-top-full-width
nationalreview.com##.ad-skeleton
accesswdun.com##.ad-slider-block
imresizer.com##.ad-slot-1-fixed-ad
imresizer.com##.ad-slot-2-fixed-ad
imresizer.com##.ad-slot-3-fixed-ad
cnn.com##.ad-slot-dynamic
cnn.com##.ad-slot-header__wrapper
barandbench.com##.ad-slot-row-m__ad-Wrapper__cusCS
cointelegraph.com##.ad-slot_NjPAE
oann.com##.ad-slot__ad-label
cnn.com##.ad-slot__ad-wrapper
freepressjournal.in##.ad-slots
usnews.com##.ad-spacer__AdSpacer-sc-nwg9sv-0
techinformed.com##.ad-text-styles
companiesmarketcap.com##.ad-tr
forbes.com##.ad-unit
bqprime.com##.ad-with-placeholder-m__place-holder-wrapper__1_rkH
trueachievements.com##.ad-wrap
crn.com,smithsonianmag.com,tasty.co##.ad-wrapper
gamingdeputy.com##.ad-wrapper-parent-video
allscrabblewords.com,famously-dead.com,famouslyarrested.com,famouslyscandalous.com,gamesadshopper.com,iamgujarat.com,lolcounter.com,mpog100.com,newszop.com,samayam.com,timesofindia.com,vijaykarnataka.com##.ad1
allscrabblewords.com,famously-dead.com,famouslyarrested.com,famouslyscandalous.com,mpog100.com##.ad2
allscrabblewords.com,mpog100.com##.ad3
india.com##.ad5
cricketcountry.com##.ad90mob300
chron.com,greenwichtime.com,houstonchronicle.com,mysanantonio.com,seattlepi.com,sfchronicle.com,sfgate.com,thetelegraph.com,timesunion.com##.adBanner
medibang.com##.adBlock__pc
emojiphrasebook.com##.adBottom
bigislandnow.com##.adBreak
kijiji.ca##.adChoices-804693302
economist.com##.adComponent_advert__V79Pp
m.economictimes.com,someecards.com,trailspace.com##.adContainer
etymonline.com##.adContainer--6CVz1
hellomagazine.com##.adContainerClass_acvudum
anews.com.tr##.adControl
carsdirect.com##.adFooterWrapper
bramptonguardian.com,guelphmercury.com,insideottawavalley.com,niagarathisweek.com,thespec.com,thestar.com##.adLabelWrapper
insideottawavalley.com,thestar.com##.adLabelWrapperManual
bramptonguardian.com##.adSlot___3IQ8M
drive.com.au##.adSpacing_drive-ad-spacing__g09um
thestockmarketwatch.com##.adSpotPad
healthnfitness.net##.adTrack
sofascore.com##.adUnitBox
dailyo.in##.adWrapp
romper.com##.adWrapper
food.com##.ad__ad
disqus.com##.ad__adh-wrapper
nationalpost.com,vancouversun.com##.ad__inner
politico.eu##.ad__mobile
dailykos.com##.ad__placeholder
asianjournal.com##.ad_before_title
kyivpost.com##.ad_between_paragraphs
cheatcodes.com##.ad_btf_728
ntvkenya.co.ke##.ad_flex
auto-data.net##.ad_incar
advocate.com##.ad_leaderboard_wrap
bigislandnow.com##.ad_mobileleaderboard
housing.com##.ad_pushup_paragraph
housing.com##.ad_pushup_subtitle
base64decode.org##.ad_right_bottom
base64decode.org##.ad_right_top
upi.com##.ad_slot_inread
kitco.com##.ad_space_730
advocate.com##.ad_tag
outlookindia.com##.ad_unit_728x90
webextension.org##.adb
queerty.com##.adb-box-large
queerty.com##.adb-top-lb
tellymix.co.uk##.adb_top
wordfind.com##.adbl
dataversity.net,ippmedia.com,sakshi.com,songlyrics.com,yallamotor.com##.adblock
bookriot.com##.adblock-content
entrepreneur.com,interglot.com,pricespy.co.nz,sourcedigit.com,telegraphindia.com##.adbox
moviechat.org##.adc
boards.4channel.org##.adc-resp
boards.4channel.org##.adc-resp-bg
ar15.com##.adcol
ancient.eu,fanatix.com,gamertweak.com,gematsu.com,videogamemods.com,worldhistory.org##.adcontainer
sumanasa.com##.adcontent
thegatewaypundit.com##.adcovery
thegatewaypundit.com##.adcovery-home-01
thegatewaypundit.com##.adcovery-postbelow-01
online-image-editor.com,thehindu.com##.add
mid-day.com##.add-300x250
mid-day.com##.add-970x250
buzz.ie,irishpost.com,theweekendsun.co.nz##.add-block
cricketcountry.com##.add-box
morningstar.in##.add-container
indianexpress.com##.add-first
ians.in##.add-inner
businessesview.com.au,holidayview.com.au,realestateview.com.au,ruralview.com.au##.add-item
zeenews.india.com##.add-placeholder
ndtv.com##.add-section
moneycontrol.com##.add-spot
media4growth.com##.add-text
brandingmag.com##.add-wrap
ndtv.com##.add-wrp
newindian.in##.add160x600
newindian.in##.add160x600-right
muslimobserver.com##.add2
projectorcentral.com##.addDiv2
projectorcentral.com##.addDiv3
ndtv.com##.add__txt
ndtv.com##.add__wrp
ndtv.com##.add_dxt-non
longevity.technology,news18.com##.add_section
longevity.technology##.addvertisment
fastcompany.com##.adhesive-banner
aish.com##.adholder-sidebar
auto-data.net##.adin
watchcartoononline.bz##.adkiss
boards.4channel.org##.adl
animalfactguide.com,msn.com,portlandmonthlymag.com,romsgames.net,sportsmediawatch.com##.adlabel
gemoo.com##.adlet_mobile
prokerala.com##.adm-unit
goldderby.com##.adma
brickset.com##.admin.buy
web-dev-qa-db-fra.com##.adn-ar
freepik.com##.adobe-coupon-container
freepik.com##.adobe-detail
freepik.com##.adobe-grid-design
flightglobal.com,thriftyfun.com##.adp
lol.ps##.adpage
vice.com##.adph
1sale.com,1v1.lol,7billionworld.com,9jaflaver.com,achieveronline.co.za,canstar.com.au,canstarblue.co.nz,cheapies.nz,climatechangenews.com,cryptonomist.ch,currencyrate.today,economictimes.com,energyforecastonline.co.za,esports.com,eventcinemas.co.nz,flashx.tv,gamesadshopper.com,geo.tv,govtrack.us,gramfeed.com,hentaikun.com,hockeyfeed.com,i24news.tv,idiva.com,indiatimes.com,inspirock.com,investing.com,m.economictimes.com,mangasect.com,marinetraffic.com,mb.com.ph,mega4upload.com,mehrnews.com,meta-calculator.com,mini-ielts.com,miningprospectus.co.za,motogp.com,mugshots.com,nbc.na,news.nom.co,nsfwyoutube.com,onlinerekenmachine.com,ozbargain.com.au,piliapp.com,readcomicsonline.ru,russia-insider.com,russian-faith.com,savevideo.me,sgcarmart.com,sherdog.com,straitstimes.com,teamblind.com,tehrantimes.com,tellerreport.com,thenews.com.pk,thestar.com.my,viamichelin.com,viamichelin.ie,vijesti.me,y8.com,yummy.ph##.ads
moneycontrol.com##.ads-320-50
dallasinnovates.com##.ads-article-body
dnaindia.com,wionews.com##.ads-box-300x250
wionews.com##.ads-box-300x300
dnaindia.com,wionews.com##.ads-box-970x90
dnaindia.com,wionews.com##.ads-box-d90-m300
gosunoob.com,indianexpress.com,matrixcalc.org,roblox.com,spotify.com,wccftech.com##.ads-container
fintech.tv##.ads-img
freeconvert.com##.ads-in-page
readcomicsonline.ru##.ads-large
kiz10.com##.ads-medium
theasianparent.com##.ads-open-placeholder
bangkokpost.com##.ads-related
gameshub.com##.ads-slot
lowfuelmotorsport.com##.ads-stats
wallpapers.com##.ads-unit-fts
ndtv.com##.ads-wrp
auto.hindustantimes.com##.adsHeight300x600
tech.hindustantimes.com##.adsHeight720x90
auto.hindustantimes.com##.adsHeight970x250
dailyo.in##.adsWrp
radaris.com##.ads_160_600
games2jolly.com##.ads_310_610_sidebar_new
metro.co.uk##.ads__index__adWrapper--cz7QL
glanceoflife.com##.ads_margin
skyve.io##.ads_space
101soundboards.com##.ads_top_container_publift
adlice.com,informer.com,waqi.info##.adsbygoogle
aitextpromptgenerator.com##.adsbyus_wrapper
gayvegas.com,looktothestars.org,nintandbox.net,plurk.com,rockpasta.com,thebarentsobserver.com,tolonews.com,webtor.io##.adsense
radaris.com##.adsense-responsive-bottom
temporary-phone-number.com##.adsense-top-728
101soundboards.com##.adsense_matched_content
awesomeopensource.com##.adsense_uas
bolnews.com##.adsheading
nepallivetoday.com##.adsimage
search.b1.org##.adslabel
ev-database.org##.adslot_detail1
ev-database.org##.adslot_detail2
cdrab.com,offerinfo.net##.adslr
bolnews.com##.adspadding
downzen.com##.adt
makemytrip.com##.adtech-desktop
miamitodaynews.com##.adtext
mp1st.com##.adthrive
wdwmagic.com##.adthrive-homepage-header
wdwmagic.com##.adthrive-homepage-in_content_1
quadraphonicquad.com##.adthrive-placeholder-header
quadraphonicquad.com##.adthrive-placeholder-static-sidebar
pinchofyum.com##.adthrive_header_ad
wdwmagic.com##.adunit-header
cooking.nytimes.com##.adunit_ad-unit__IhpkS
ip-address.org##.aduns
ip-address.org##.aduns2
ansamed.info,baltic-course.com,futbol24.com,gatewaynews.co.za,gsmarena.com,jetphotos.com,karger.com,mangaku.vip,maritimejobs.com,newagebd.net,prohaircut.com,railcolornews.com,titter.com,zbani.com##.adv
blastingnews.com##.adv-box-content
healthleadersmedia.com##.adv-con
junauza.com##.adv-hd
48hills.org,audiobacon.net,bhamnow.com,clevercreations.org,coinedition.com,coinquora.com,creativecow.net,elements.visualcapitalist.com,forexcracked.com,iconeye.com,kdnuggets.com,laprensalatina.com,londonnewsonline.co.uk,manageditmag.co.uk,mondoweiss.net,ottverse.com,overclock3d.net,smallarmsreview.com,sportsspectrum.com,sundayworld.co.za,tampabayparenting.com,theaudiophileman.com##.adv-link
sneakernews.com##.adv-parent
chaseyoursport.com##.adv-slot
greencarreports.com,motorauthority.com##.adv-spacer
worldarchitecture.org##.adv1WA1440
futbol24.com##.adv2
worldarchitecture.org##.adv2WA1440
coinalpha.app##.advBannerDiv
yesasia.com##.advHr
hurriyetdailynews.com##.advMasthead
imagetotext.info##.adv_text
barkinganddagenhampost.co.uk,becclesandbungayjournal.co.uk,blogto.com,burymercury.co.uk,cambstimes.co.uk,cardealermagazine.co.uk,crimemagazine.com,dailyedge.ie,derehamtimes.co.uk,dermnetnz.org,dissmercury.co.uk,dunmowbroadcast.co.uk,eadt.co.uk,eastlondonadvertiser.co.uk,edp24.co.uk,elystandard.co.uk,etf.com,eveningnews24.co.uk,exmouthjournal.co.uk,fakenhamtimes.co.uk,football.co.uk,gearspace.com,gematsu.com,greatyarmouthmercury.co.uk,hackneygazette.co.uk,hamhigh.co.uk,hertsad.co.uk,huntspost.co.uk,icaew.com,ilfordrecorder.co.uk,iol.co.za,ipswichstar.co.uk,islingtongazette.co.uk,lgr.co.uk,lowestoftjournal.co.uk,maltapark.com,midweekherald.co.uk,momjunction.com,morningstar.co.uk,newhamrecorder.co.uk,newstalkzb.co.nz,northnorfolknews.co.uk,northsomersettimes.co.uk,pinkun.com,proxcskiing.com,romfordrecorder.co.uk,royston-crow.co.uk,saffronwaldenreporter.co.uk,sidmouthherald.co.uk,stowmarketmercury.co.uk,stylecraze.com,sudburymercury.co.uk,tbivision.com,the42.ie,thecomet.net,thejournal.ie,tineye.com,trucksplanet.com,wattonandswaffhamtimes.co.uk,whtimes.co.uk,wisbechstandard.co.uk,wtatennis.com,wymondhamandattleboroughmercury.co.uk##.advert
gozofinder.com##.advert-iframe
farminguk.com##.advert-word
who-called.co.uk##.advertLeftBig
empireonline.com##.advertWrapper_billboard__npTvz
momjunction.com,stylecraze.com##.advertinside
freeaddresscheck.com,freecallerlookup.com,freecarrierlookup.com,freeemailvalidator.com,freegenderlookup.com,freeiplookup.com,freephonevalidator.com,kpopping.com,zimbabwesituation.com##.advertise
gpfans.com##.advertise-panel
cointelegraph.com##.advertise-with-us-link_O9rIX
salon.com##.advertise_text
aan.com,aarp.org,additudemag.com,animax-asia.com,apkforpc.com,audioxpress.com,axn-asia.com,bravotv.com,citiblog.co.uk,cnbctv18.com,cnn59.com,controleng.com,downzen.com,dw.com,dwturkce.com,escapeatx.com,foodsforbetterhealth.com,gemtvasia.com,hcn.org,huffingtonpost.co.uk,inqld.com.au,inspiredminds.de,investmentnews.com,jewishworldreview.com,legion.org,lifezette.com,livestly.com,magtheweekly.com,moneyland.ch,offshore-energy.biz,onetvasia.com,oxygen.com,pch.com,prospectmagazine.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,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,reason.com,redvoicemedia.com,revolver.news,rogerebert.com,smithsonianmag.com,streamingmedia.com,the-scientist.com,thecatholicthing.org,therighthairstyles.com,weatherwatch.co.nz,wheels.ca,whichcar.com.au,woot.com,worldofbitco.in##.advertisement
devdiscourse.com##.advertisement-area
business-standard.com##.advertisement-bg
atlasobscura.com##.advertisement-disclaimer
radiocity.in##.advertisement-horizontal-small
trumparea.com##.advertisement-list
atlasobscura.com##.advertisement-shadow
mid-day.com,radiocity.in##.advertisement-text
comedy.com##.advertisement-video-slot
structurae.net##.advertisements
scmp.com##.advertisers
afrsmartinvestor.com.au,afternoondc.in,allmovie.com,allmusic.com,bolnews.com,brw.com.au,gq.co.za,imageupscaler.com,mja.com.au,ocregister.com,online-convert.com,orangecounty.com,petrolplaza.com,pornicom.com,premier.org.uk,premierchristianity.com,premierchristianradio.com,premiergospel.org.uk,radio.com,sidereel.com,spine-health.com,yourdictionary.com##.advertising
theloadout.com##.advertising_slot_video_player
gadgets360.com##.advertisment
satdl.com##.advertizement
hurriyetdailynews.com##.advertorial-square-type-1
148apps.com##.advnote
swisscows.com##.advrts--text
bearingarms.com,hotair.com,pjmedia.com,redstate.com,townhall.com,twitchy.com##.advs
groovyhistory.com,lifebuzz.com,toocool2betrue.com,videogameschronicle.com##.adwrapper
animesuge.to,aniwave.to##.adx
mail.google.com##.aeF > .nH > .nH[role="main"] > .aKB
revolver.news##.af-slim-promo
real-fix.com##.afc_popup
fandom.com##.aff-unit__wrapper
f1i.com##.affiche
hindustantimes.com##.affilaite-widget
linuxize.com##.affiliate
romsgames.net##.affiliate-container
thebeet.com##.affiliate-disclaimer
express.co.uk##.affiliate-widget
usatoday.com##.affiliate-widget-wrapper
domainnamewire.com##.after-header
insidemydream.com##.afxshop
venea.net##.ag_banner
venea.net##.ag_line
nexusmods.com##.agroup
picnob.com,pixwox.com##.ah-box
stripes.com##.ahm-rotd
techpp.com##.ai-attributes
thegatewaypundit.com##.ai-dynamic
radiomixer.net##.ai-placement
uploadvr.com##.ai-sticky-widget
androidpolice.com,constructionreviewonline.com,cryptobriefing.com,dereeze.com,tyretradenews.co.uk##.ai-track
getdroidtips.com,journeybytes.com,thebeaverton.com,thisisanfield.com,unfinishedman.com,windowsreport.com##.ai-viewport-1
theepochtimes.com##.ai_recommendation
9to5linux.com,anoopcnair.com,apkmirror.com,askpython.com,beckernews.com,bizpacreview.com,boxingnews24.com,browserhow.com,constructionreviewonline.com,crankers.com,hard-drive.net,journeybytes.com,maxblizz.com,net-load.com,planetanalog.com,roadaheadonline.co.za,theamericantribune.com,windowslatest.com,yugatech.com##.ai_widget
petitchef.com,station-drivers.com,tennistemple.com##.akcelo-wrapper
allkpop.com##.akp2_wrap
yts.mx##.aksdj483csd
lyricsmode.com##.al-c-banner
wikihow.com##.al_method
altfi.com##.alert
accessnow.org##.alert-banner
rapidsave.com##.alert.col-md-offset-2
peoplematters.in##.alertBar
majorgeeks.com##.alford > tbody > tr
shortlist.com##.align-xl-content-between
livejournal.com##.allbanners
silverprice.org##.alt-content
antimusic.com##.am-center
music-news.com,thebeet.com##.amazon
orschlurch.net##.amazon-wrapper
indiatimes.com##.amazonProductSidebar
americafirstreport.com##.ameri-before-content
closerweekly.com,intouchweekly.com,lifeandstylemag.com,usmagazine.com##.ami-video-placeholder
faroutmagazine.co.uk##.amp-next-page-separator
cyberciti.biz##.amp-wp-4ed0dd1
thepostemail.com##.amp-wp-b194b9a
letras.com##.an-pub
streetdirectory.com##.anchor_bottom
rok.guide##.ancr-sticky
rok.guide##.ancr-top-spacer
eprinkside.com##.annons
yts.mx##.aoiwjs
motor1.com##.ap
chargedretail.co.uk,foodstuffsa.co.za,thinkcomputers.org##.apPluginContainer
insideevs.com,motor1.com##.apb
thetoyinsider.com##.apb-adblock
eurogamer.net##.apester_block
pd3.gg##.app-ad-placeholder
d4builds.gg##.app__ad__leaderboard
classicfm.com##.apple_music
icon-icons.com##.apu
icon-icons.com##.apu-mixed-packs
chron.com,mysanantonio.com,seattlepi.com,sfgate.com##.ar16-9
ajc.com,bostonglobe.com##.arc_ad
adn.com,businessoffashion.com,irishtimes.com##.arcad-feature
1news.co.nz,actionnewsjax.com,boston25news.com,easy93.com,fox23.com,kiro7.com,wftv.com,whio.com,wpxi.com,wsbradio.com,wsbtv.com,wsoctv.com##.arcad_feature
necn.com##.archive-ad__full-width
whatculture.com##.area-x__large
arstechnica.com##.ars-component-buy-box
thehindu.com##.artShrEnd
ggrecon.com##.artSideBgBox
ggrecon.com##.artSideBgBoxBig
ggrecon.com##.artSideWrapBoxSticky
scmp.com##.article--sponsor
thelocal.at,thelocal.ch,thelocal.de,thelocal.es,thelocal.fr,thelocal.it,thelocal.no##.article--sponsored
thehindu.com##.article-ad
crn.com##.article-cards-ad
coindesk.com##.article-com-wrapper
lrt.lt##.article-content__inline-block
firstforwomen.com##.article-content__sponsored_tout_ad___1iSJm
eonline.com##.article-detail__right-rail--topad
eonline.com##.article-detail__segment-ad
christianpost.com##.article-divider
purewow.com##.article-in-content-ad
scoop.co.nz##.article-left-box
slashdot.org##.article-nel-12935
spectator.com.au##.article-promo
iai.tv##.article-sidebar-adimage
phillyvoice.com##.article-sponsor-sticky
thelocal.com,thelocal.dk,thelocal.se##.article-sponsored
people.com##.articleContainer__rail
audizine.com##.articleIMG
financemagnates.com##.article__mpu-banner
empireonline.com##.article_adContainer--filled__vtAYe
pianu.com##.article_add
empireonline.com##.article_billboard__X_edx
ubergizmo.com##.article_card_promoted
wikiwand.com##.article_footerStickyAd__wvdui
news18.com##.article_mad
wikiwand.com##.article_sectionAd__rMyBc
lasvegassun.com##.articletoolset
news.artnet.com##.artnet-ads-ad
arcadespot.com##.as-incontent
arcadespot.com##.as-label
arcadespot.com##.as-unit
theinertia.com##.asc-ad
asianjournal.com##.asian-widget
pickmypostcode.com##.aside-right.aside
goal.com##.aside_ad-rail__cawG6
decrypt.co##.aspect-video
theadvocate.com##.asset-breakout-ads
releasestv.com##.ast-above-header-wrap
animalcrossingworld.com##.at-sidebar-1
guidingtech.com##.at1
guidingtech.com##.at2
fedex.com##.atTile1
timesnownews.com,zoomtventertainment.com##.atfAdContainer
atptour.com##.atp_ad
miragenews.com##.attachment-wt450_250
audiobacon.net##.audio-widget.et_pb_widget
darko.audio##.audio_widget
mbl.is##.augl
iai.tv##.auw--container
theblueoceansgroup.com##.av-label
hostingreviews24.com##.av_pop_modals_1
tutsplus.com##.avert
airfactsjournal.com##.avia_image
kisscenter.net,kissorg.net##.avm
whatsondisneyplus.com##.awac-wrapper
siasat.com##.awt_ad_code
gulte.com##.awt_side_sticky
express.co.uk##.ayl-native
auctionzip.com##.az-header-ads-container
conservativefiringline.com##.az6l2zz4
coin360.com##.azJOX6
coingraph.us,hosty.uprwssp.org##.b
dailyvoice.com##.b-banner
ownedcore.com##.b-below-so-content
informer.com##.b-content-btm > table[style="margin-left: -5px"]
hypestat.com##.b-error
beaumontenterprise.com,chron.com,ctinsider.com,ctpost.com,expressnews.com,houstonchronicle.com,lmtonline.com,middletownpress.com,mrt.com,mysanantonio.com,newstimes.com,nhregister.com,registercitizen.com,seattlepi.com,sfchronicle.com,sfgate.com,stamfordadvocate.com,thehour.com,timesunion.com##.b-gray300.bt
beaumontenterprise.com,chron.com,ctinsider.com,ctpost.com,expressnews.com,houstonchronicle.com,lmtonline.com,middletownpress.com,mrt.com,mysanantonio.com,newstimes.com,nhregister.com,registercitizen.com,seattlepi.com,sfchronicle.com,sfgate.com,stamfordadvocate.com,thehour.com,timesunion.com##.b-gray300.bt.bb
beaumontenterprise.com,chron.com,ctinsider.com,ctpost.com,expressnews.com,houstonchronicle.com,lmtonline.com,middletownpress.com,mrt.com,mysanantonio.com,newstimes.com,nhregister.com,registercitizen.com,seattlepi.com,sfchronicle.com,sfgate.com,stamfordadvocate.com,thehour.com,timesunion.com##.b-gray300.md\:bt
beaumontenterprise.com,chron.com,ctinsider.com,ctpost.com,expressnews.com,houstonchronicle.com,lmtonline.com,middletownpress.com,mrt.com,mysanantonio.com,newstimes.com,nhregister.com,registercitizen.com,seattlepi.com,sfchronicle.com,sfgate.com,stamfordadvocate.com,thehour.com,timesunion.com##.b-gray300.md\:bt.md\:bb
china.ahk.de##.b-header__banner
dnserrorassist.att.net,searchguide.level3.com##.b-links
ownedcore.com##.b-postbit-w
kyivpost.com##.b-title
cyberdaily.au,investordaily.com.au,mortgagebusiness.com.au##.b-topLeaderboard
bizcommunity.com##.b-topbanner
ssyoutube.com##.b-widget-left
maritimeprofessional.com##.b300x250
coin360.com##.b5BiRm
crypto.news,nft.news##.b6470de94dc
iol.co.za##.bDEZXQ
vidcloud9.me##.backdrop
kitguru.net,mcvuk.com,technologyx.com,thessdreview.com##.background-cover
allkeyshop.com,cdkeyit.it,cdkeynl.nl,cdkeypt.pt,clavecd.es,goclecd.fr,keyforsteam.de##.background-link-left
allkeyshop.com,cdkeyit.it,cdkeynl.nl,cdkeypt.pt,clavecd.es,goclecd.fr,keyforsteam.de##.background-link-right
gayexpress.co.nz##.backstretch
izismile.com##.ban_top
saabplanet.com##.baner
rhumbarlv.com##.banlink
1001games.com,alistapart.com,arcadebomb.com,armageddonexpo.com,bikechatforums.com,birminghamworld.uk,bristolworld.com,bsc.news,btcmanager.com,ca-flyers.com,caixinglobal.com,caribvision.tv,cmo.com.au,coryarcangel.com,csstats.gg,derbyshiretimes.co.uk,dominicantoday.com,doncasterfreepress.co.uk,elyricsworld.com,euobserver.com,eurochannel.com,exalink.fun,fifetoday.co.uk,filmmakermagazine.com,flvtomp3.cc,footballtradedirectory.com,forexpeacearmy.com,funpic.hu,gartic.io,garticphone.com,glasgowworld.com,gr8.cc,gsprating.com,hartlepoolmail.co.uk,hortidaily.com,hyipexplorer.com,ibtimes.co.in,ibtimes.co.uk,imedicalapps.com,insidefutbol.com,ipwatchdog.com,irishpost.com,israelnationalnews.com,japantimes.co.jp,jpost.com,kissasians.org,laserpointerforums.com,lincolnshireworld.com,liverpoolworld.uk,livescore.in,londonworld.com,manchesterworld.uk,marinelink.com,mercopress.com,miltonkeynes.co.uk,mmorpg.com,mob.org,nationalworld.com,newcastleworld.com,news.am,news.net,northamptonchron.co.uk,northantstelegraph.co.uk,northumberlandgazette.co.uk,oncyprus.com,onlineconvertfree.com,pharmatimes.com,portsmouth.co.uk,powerboat.world,pulsesports.co.ke,pulsesports.ng,pulsesports.ug,reversephonesearch.com.au,roblox.com,scientificamerican.com,scotsman.com,smartcarfinder.com,speedcafe.com,sputniknews.com,starradionortheast.co.uk,subscene.com,sumodb.com,sussexexpress.co.uk,sweeting.org,swzz.xyz,tass.com,thefanhub.com,thefringepodcast.com,thehun.com,thestar.co.uk,timeslive.co.za,timesofisrael.com,tmi.me,townhall.com,toyworldmag.co.uk,unblockstreaming.com,vibilagare.se,vloot.io,warwickshireworld.com,weatheronline.co.uk,weekly-ads.us,worldtimeserver.com,xbiz.com,ynetnews.com,yorkshirepost.co.uk##.banner
papermag.com##.banner--ad__placeholder
dayspedia.com##.banner--aside
onlineradiobox.com##.banner--header
oilprice.com##.banner--inPage
puzzlegarage.com##.banner--inside
dayspedia.com##.banner--main
onlineradiobox.com##.banner--vertical
freepik.com##.banner-adobe
dailysocial.id##.banner-ads
schoolguide.co.za##.banner-bar
schoolguide.co.za##.banner-bar-bot
pretoria.co.za##.banner-bg
dailycoffeenews.com##.banner-box
theshovel.com.au##.banner-col
countdown.co.nz,jns.org,nscreenmedia.com,whoscored.com##.banner-container
soccerway.com##.banner-content
insidebitcoins.com##.banner-cta-wrapper
jpost.com##.banner-h-270
jpost.com##.banner-h-880
news12.com##.banner-homePageSidebar-area
411mania.com##.banner-homebottom-all
security.org##.banner-img-container
wireshark.org##.banner-img-downloads
balkangreenenergynews.com##.banner-l
amoledo.com##.banner-link
news12.com##.banner-middleboard-area
bsc.news,web3wire.news##.banner-one
timesofisrael.com##.banner-placeholder
tweakreviews.com##.banner-placement__article
balkangreenenergynews.com##.banner-premium
bikepacking.com##.banner-sidebar
livescores.biz##.banner-slot-filled
vedantu.com##.banner-text
historydaily.org,israelnationalnews.com,news12.com,pwinsider.com,spaceref.com,usahealthcareguide.com##.banner-top
wpneon.com##.banner-week
news.net##.banner-wr
admonsters.com##.banner-wrap
primewire.link##.banner-wrapper
depositfiles.com,dfiles.eu##.banner1
gsprating.com##.banner2
coinalpha.app##.bannerAdv
britsabroad.com##.bannerBox
arras.io##.bannerHolder
securenetsystems.net##.bannerPrerollArea
mumbrella.com.au##.bannerSide
thejc.com##.banner__
thejc.com##.banner__article
financemagnates.com##.banner__outer-wrapper
forexlive.com,tass.com##.banner__wrapper
asmag.com##.banner_ab
hannity.com,inspiredot.net##.banner_ad
snopes.com##.banner_ad_between_sections
asmag.com##.banner_box
news.am##.banner_click
dosgamesarchive.com##.banner_container
barnstormers.com##.banner_holder
camfuze.com##.banner_inner
livecharts.co.uk##.banner_long
barnstormers.com##.banner_mid
weatheronline.co.uk##.banner_oben
barnstormers.com##.banner_rh
nationaljeweler.com,radioyacht.com##.banner_wrapper
wdwmagic.com##.bannerad_300px
mamul.am##.bannerb
gamertweak.com##.bannerdiv
flatpanelshd.com##.bannerdiv_twopage
arcadebomb.com##.bannerext
2merkato.com,2mfm.org,aps.dz,armyrecognition.com,cbn.co.za,dailynews.co.tz,digitalmediaworld.tv,eprop.co.za,finchannel.com,i-programmer.info,killerdirectory.com,limesurvey.org,pamplinmedia.com,radiolumiere.org,rapidtvnews.com,southfloridagaynews.com,thepatriot.co.bw,usedcarnews.com##.bannergroup
saigoneer.com##.bannergroup-main
asianmirror.lk,catholicregister.org,crown.co.za,marengo-uniontimes.com,nikktech.com##.banneritem
domainnamewire.com,i24news.tv,marinetechnologynews.com,maritimepropulsion.com,mumbrella.com.au,paste.fo,paste.pm,pasteheaven.com,petapixel.com,rapidtvnews.com,telesurtv.net,travelpulse.com##.banners
theportugalnews.com##.banners-250
rt.com##.banners__border
unixmen.com##.banners_home
m.economictimes.com##.bannerwrapper
marketscreener.com##.bas
euronews.com##.base-leaderboard
teamfortress.tv##.bau
propublica.org##.bb-ad
doge-faucet.com##.bbb
britannica.com##.bc-article-inline-dialogue
dissentmagazine.org##.bc_random_banner
h-online.com##.bcadv
fakenamegenerator.com##.bcsw
userbenchmark.com##.be-lb-page-top-banner
theepochtimes.com##.bee-popup-container
chowhound.com,glam.com,moneydigest.com,outdoorguide.com,svg.com##.before-ad
renonr.com##.below-header-widgets
theinertia.com##.below-post-ad
gobankingrates.com##.bestbanks-slidein
aiscore.com##.bet365
nationalworld.com##.bfQGof
mindbodygreen.com##.bftiFX
hotnewhiphop.com##.bg-ad-bg-color
bgr.com##.bg-black
whatismyisp.com##.bg-blue-50
republicworld.com##.bg-f0f0f0
theepochtimes.com##.bg-gray-200
amgreatness.com##.bg-gray-200.mx-auto
chron.com,greenwichtime.com,houstonchronicle.com,mysanantonio.com,seattlepi.com,sfchronicle.com,sfgate.com,thetelegraph.com,timesunion.com##.bg-gray100.mb32
wccftech.com##.bg-horizontal
wccftech.com##.bg-horizontal-2
imagetotext.info##.bg-light.mt-2.text-center
charlieintel.com,dexerto.com##.bg-neutral-grey-4.items-center
charlieintel.com,dexerto.com##.bg-neutral-grey.justify-center
businessinsider.in##.bg-slate-100
wccftech.com##.bg-square
wccftech.com##.bg-square-mobile
ewn.co.za##.bg-surface-03.text-content-secondary.space-y-\[0\.1875rem\].p-spacing-s.flex.flex-col.w-max.mx-auto
wccftech.com##.bg-vertical
copyprogramming.com##.bg-yellow-400
overclock3d.net##.bglink
bhamnow.com##.bhamn-adlabel
bhamnow.com##.bhamn-story
investmentweek.co.uk##.bhide-768
blackhatworld.com##.bhw-advertise-link
blackhatworld.com##.bhw-banners
viva.co.nz##.big-banner
cbc.ca##.bigBoxContainer
newzit.com##.big_WcxYT
gamemodding.com##.big_banner
hellenicshippingnews.com##.bigbanner
scienceabc.com##.bigincontentad
snokido.com##.bigsquare
9gag.com,bundesliga.com,hotstar.com,scotsman.com,talksport.com,the-sun.com,thescottishsun.co.uk,thesun.co.uk,thesun.ie##.billboard
nypost.com,pagesix.com##.billboard-overlay
electronicproducts.com##.billboard-wrap
weatherpro.com##.billboard-wrapper
motorcycle.com,thetruthaboutcars.com,upgradedhome.com##.billboardSize
techspot.com##.billboard_placeholder_min
netweather.tv##.billheight
bundesliga.com##.bl-broadcaster
softonic.com##.black-friday-ads
ehftv.com##.blackPlayer
nowsci.com##.black_overlay
tvmaze.com##.blad
fastpic.ru##.bleft
kottke.org##.bling-title
wearedore.com##.bloc-pub
rpgsite.net##.block
soundonsound.com##.block---managed
analyticsinsight.net##.block-10
megagames.com##.block-4
crash.net##.block-ad-manager
autocar.co.uk##.block-autocar-ads-lazyloaded-mpu2
autocar.co.uk##.block-autocar-ads-mpu-flexible1
autocar.co.uk##.block-autocar-ads-mpu-flexible2
autocar.co.uk##.block-autocar-ads-mpu1
thescore1260.com##.block-content > a[href*="sweetdealscumulus.com"]
indysmix.com,wzpl.com##.block-content > a[href^="https://sweetjack.com/local"]
webbikeworld.com##.block-da
mondoweiss.net##.block-head-c
newsweek.com##.block-ibtmedia-dfp
endocrineweb.com,practicalpainmanagement.com##.block-oas
kaotic.com##.block-toplist
worldtimebuddy.com##.block2
macmusic.org##.block440Adv
betaseries.com##.blockPartner
soccerway.com##.block_ad
informer.com##.block_ad1
myrealgames.com##.block_adv_mix_top2
gametracker.com##.blocknewnopad
simkl.com##.blockplacecente
wowhead.com##.blocks
mail.com##.blocks-3
wowway.net##.blocks_container-size_containerSize
plainenglish.io##.blog-banner-container
failory.com##.blog-column-ad
oxygen.com,syfy.com##.blog-post-section__zergnet
blogto.com##.blogto-sticky-banner
manhwaindo.id##.blox
bescore.com##.bn
savefree.in,surattimes.com##.bn-content
nilechronicles.com##.bn-lg-sidebar
snow-forecast.com,weather-forecast.com##.bn-placeholder
roll20.net##.bna
gearspace.com##.bnb--inline
gearspace.com##.bnb-container
bnonews.com##.bnone-widget
evertiq.com,mediamanager.co.za##.bnr
thecompleteuniversityguide.co.uk##.bnr_out
armenpress.am##.bnrcontainer
apkmody.io##.body-fixed-footer
saharareporters.com##.body-inject
boingboing.net##.boing-amp-triple13-amp-1
boingboing.net##.boing-homepage-after-first-article-in-list
boingboing.net##.boing-leaderboard-below-menu
boingboing.net##.boing-primis-video-in-article-content
btcmanager.com##.boo_3oo_6oo
cmo.com.au##.boombox
tomsguide.com##.bordeaux-anchored-container
tomsguide.com##.bordeaux-slot
everydayrussianlanguage.com##.border
washingtonpost.com##.border-box.dn-hp-sm-to-mx
washingtonpost.com##.border-box.dn-hp-xs
thedailymash.co.uk##.border-brand
standardmedia.co.ke##.border-thick-branding
appleinsider.com##.bottom
blockchair.com##.bottom--buttons-container
downforeveryoneorjustme.com,health.clevelandclinic.org##.bottom-0.fixed
reverso.net##.bottom-horizontal
photographyreview.com##.bottom-leaderboard
dappradar.com##.bottom-networks
codeproject.com##.bottom-promo
huffpost.com##.bottom-right-sticky-container
crn.com##.bottom-section
cnbctv18.com##.bottom-sticky
gamingdeputy.com##.bottom-sticky-offset
coincodex.com##.bottom4
auto.hindustantimes.com##.bottomSticky
softicons.com##.bottom_125_block
softicons.com##.bottom_600_250_block
imgtaxi.com##.bottom_abs
collive.com##.bottom_leaderboard
allmonitors24.com,streamable.com##.bottombanner
arcadebomb.com##.bottombox
timesofindia.com##.bottomnative
canonsupports.com##.box
filmbooster.com,ghacks.net##.box-banner
mybroadband.co.za##.box-sponsored
kiz10.com##.box-topads-x2
fctables.com##.box-width > .hidden-xs
wahm.com##.box2
flashscore.co.za##.boxOverContent--a
tribunnews.com##.box__reserved
flipline.com##.box_grey
flipline.com##.box_grey_bl
flipline.com##.box_grey_br
flipline.com##.box_grey_tl
flipline.com##.box_grey_tr
functions-online.com##.box_wide
kiz10.com##.boxadsmedium
bolavip.com##.boxbanner_container
retailgazette.co.uk##.boxzilla-overlay
retailgazette.co.uk##.boxzilla-popup-advert
wbur.org##.bp--native
wbur.org##.bp--outer
wbur.org##.bp--rec
wbur.org##.bp--responsive
wbur.org##.bp-label
slickdeals.net##.bp-p-adBlock
businessplus.ie##.bp_billboard_single
petkeen.com##.br-10
bing.com##.br-poleoffcarousel
infoworld.com##.brVideoContainer
eightieskids.com,inherentlyfunny.com##.break
broadsheet.com.au##.breakout-section-inverse
brobible.com##.bro_caffeine_wrap
brobible.com##.bro_vidazoo_wrap
vaughn.live##.browsePageAbvs300x600
techpp.com##.brxe-shortcode
sslshopper.com##.bsaStickyLeaderboard
arydigital.tv,barakbulletin.com##.bsac
doge-faucet.com##.bspot
cricwaves.com##.btm728
snaptik.app##.btn-download-hd[data-ad="true"]
files.im##.btn-success
sbenny.com##.btnDownload5
pollunit.com##.btn[href$="?feature=ads"]
youloveit.com##.btop
lifestyleasia.com##.btt-top-add-section
business-standard.com##.budgetWrapper
businessmirror.com.ph##.busin-after-content
businessmirror.com.ph##.busin-before-content
business2community.com##.busin-coinzilla-after-content
business2community.com##.busin-news-placement-2nd-paragraph
switchboard.com##.business_premium_results
imac-torrents.com##.button
thisismoney.co.uk##.button-style > [href]
abbaspc.net##.buttonPress-116
overclock.net##.buy-now
coinalpha.app##.buyTokenExchangeDiv
bobvila.com##.bv-unit-wrapper
scalemates.com##.bwx.hrspb
insurancejournal.com##.bzn
coingraph.us,hosty.uprwssp.org##.c
globalnews.ca##.c-ad
stuff.tv##.c-ad--leftpageskin
stuff.tv##.c-ad--mpu-bottom
stuff.tv##.c-ad--mpu-top
stuff.tv##.c-ad--rightpageskin
globalnews.ca##.c-adChoices
zdnet.com##.c-adDisplay_container_incontent-all-top
legit.ng,tuko.co.ke##.c-adv
legit.ng##.c-adv--video-placeholder
cnet.com##.c-asurionBottomBanner
cnet.com##.c-asurionInteractiveBanner
cnet.com##.c-asurionInteractiveBanner_wrapper
newstalkzb.co.nz##.c-background
elnacional.cat##.c-banner
truck1.eu##.c-banners
euronews.com##.c-card-sponsor
stuff.tv##.c-freestar-video-ad__container
thehustle.co##.c-layout--trends
download.cnet.com##.c-pageFrontDoor_adWrapper
download.cnet.com##.c-pageProductDetail-sidebarAd
download.cnet.com##.c-pageProductDetail_productAlternativeAd
cnet.com##.c-pageReviewContent_ad
smashingmagazine.com##.c-promo-box
smashingmagazine.com##.c-promotion-box
webtoon.xyz##.c-sidebar
umassathletics.com##.c-sticky-leaderboard
globalnews.ca##.c-stickyRail
backpacker.com,betamtb.com,betternutrition.com,cleaneatingmag.com,climbing.com,gymclimber.com,outsideonline.com,oxygenmag.com,pelotonmagazine.com,rockandice.com,skimag.com,trailrunnermag.com,triathlete.com,vegetariantimes.com,velonews.com,womensrunning.com,yogajournal.com##.c-thinbanner
mangarockteam.com,nitroscans.com##.c-top-second-sidebar
freecomiconline.me,lordmanga.com,mangahentai.me,manytoon.com,readfreecomics.com##.c-top-sidebar
softarchive.is##.c-un-link
canada411.ca##.c411TopBanner
sussexexpress.co.uk##.cIffkq
filepuma.com##.cRight_footer
fmforums.com##.cWidgetContainer
money.com##.ca-widget-inline
thecable.ng##.cableads_mid
cafonline.com##.caf-o-sponsors-nav
clutchpoints.com##.cafemedia-clutchpoints-header
challonge.com##.cake-unit
skylinewebcams.com##.cam-vert
thedalesreport.com##.cap-container
dllme.com##.captchabox > div
coolors.co##.carbon-cad
speakerdeck.com##.carbon-container
buzzfeed.com##.card--article-ad
u.today##.card--something-md
nrl.com##.card-content__sponsor
devdiscourse.com##.carousel
faroutmagazine.co.uk,hitc.com##.carpet-border
chemistwarehouse.com.au##.category-product-mrec
ghacks.net##.category-sponsored
renonr.com##.category-sponsored-content
notebooks.com##.cb-block
thegoodchoice.ca,wandering-bird.com##.cb-box
guru99.com##.cb-box__wrapper-center_modal
carbuzz.com##.cb-video-ad-block
supercheats.com##.cboth_sm
cricbuzz.com##.cbz-leaderboard-banner
ccm.net##.ccm_pugoo__sponso
waptrick.one##.cent_list
digit.in##.center-add
seeklogo.com##.centerAdsWp
siberiantimes.com##.centerBannerRight
giveawayoftheday.com##.center_ab
whattomine.com##.centered-image-short
spiceworks.com##.centerthe1
thefastmode.com##.channel_small
thehackernews.com##.check_two
cheknews.ca##.chek-advertisement-placeholder
sevenforums.com,tenforums.com##.chill
hannaford.com##.citrus_ad_banner
gunsamerica.com##.cl_ga
businessinsider.in##.clmb_eoa
kissanime.com.ru##.close_ad_button
news18.com##.closestickybtn
cdromance.com##.cls
computerweekly.com,techtarget.com,theserverside.com##.cls-hlb-wrapper-desktop
lcpdfr.com##.clsReductionBlockHeight
lcpdfr.com##.clsReductionLeaderboardHeight
mayoclinic.org##.cmp-advertisement__wrapper
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,nativeplanet.com##.cmscontent-article1
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,nativeplanet.com##.cmscontent-article2
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,nativeplanet.com,oneindia.com##.cmscontent-left-article
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,nativeplanet.com,oneindia.com##.cmscontent-right1
careerindia.com##.cmscontent-top
thisismoney.co.uk##.cnr5
letras.com##.cnt-space-top
groceries.asda.com##.co-product-dynamic
asda.com##.co-product-list[data-module-type="HookLogic"]
map.riftkit.net##.coachify_wrapper
180gadgets.com,247media.com.ng,academicful.com,alltechnerd.com,americansongwriter.com,androidsage.com,animatedtimes.com,anoopcnair.com,askpython.com,asurascans.com,australiangeographic.com.au,autodaily.com.au,bigleaguepolitics.com,borncity.com,boxingnews24.com,browserhow.com,charlieintel.com,chillinghistory.com,chromeunboxed.com,circuitbasics.com,coincodecap.com,conservativebrief.com,cookingwithdog.com,corrosionhour.com,crimereads.com,cryptobriefing.com,cryptopotato.com,cryptoreporter.info,cryptoslate.com,dafontfree.io,dailynewshungary.com,dcenquirer.com,dexdotexe.com,dorohedoro.online,epicdope.com,eurweb.com,exeo.app,fandomwire.com,firstsportz.com,flickeringmyth.com,flyingmag.com,freemagazines.top,gadgetinsiders.com,gameinfinitus.com,gatewaynews.co.za,geekdashboard.com,getdroidtips.com,goodyfeed.com,greekreporter.com,hard-drive.net,hollywoodinsider.com,hollywoodunlocked.com,indianhealthyrecipes.com,inspiredtaste.net,iotwreport.com,jojolandsmanga.com,journeybytes.com,journeyjunket.com,libertyunlocked.com,linuxfordevices.com,lithub.com,medicotopics.com,medievalists.net,mpost.io,mycariboonow.com,nationalfile.com,nintendoeverything.com,notalwaysright.com,nsw2u.com,organicfacts.net,patriotfetch.com,premiumtimesng.com,protrumpnews.com,pureinfotech.com,redrightvideos.com,reneweconomy.com.au,reptilesmagazine.com,respawnfirst.com,rezence.com,roadaheadonline.co.za,rok.guide,sciencenotes.org,sdnews.com,simscommunity.info,small-screen.co.uk,storypick.com,streamingbetter.com,superwatchman.com,talkandroid.com,talkers.com,tech-latest.com,techpp.com,techrounder.com,techviral.net,theblueoceansgroup.com,thecinemaholic.com,thecricketlounge.com,thedriven.io,thegamehaus.com,thegatewaypundit.com,thegeekpage.com,thenipslip.com,thewincentral.com,trendingpolitics.com,trendingpoliticsnews.com,twistedvoxel.com,videogamer.com,walletinvestor.com,waves4you.com,wbiw.com,welovetrump.com,wepc.com,win.gg,wisden.com,zerohanger.com##.code-block
storytohear.com,thefamilybreeze.com,thetravelbreeze.com,theworldreads.com,womensmethod.com##.code-block > center p
streamtelly.com##.code-block-1
patriotnewsfeed.com##.code-block-4
scienceabc.com##.code-block-5
mydramalist.com##.col-lg-4 > .clear
upi.com##.col-md-12 > table
roseindia.net##.col-md-4
disqus.com##.col-promoted
lapa.ninja##.col-sm-1
gadgetsnow.com,iamgujarat.com,indiatimes.com,samayam.com,vijaykarnataka.com##.colombia
businessinsider.in##.colombia-rhs-wdgt
i24news.tv##.column-ads
atalayar.com##.column-content > .megabanner
rateyourmusic.com##.column_filler
2pass.co.uk##.column_right
arcadebomb.com##.colunit1
bollywoodlife.com##.combinedslots
googlesightseeing.com##.comm-square
slickdeals.net##.commentsAd
businessinsider.com,insider.com##.commerce-coupons-module
goal.com,thisislondon.co.uk##.commercial
telegraph.co.uk##.commercial-unit
bitdegree.org##.comparison-suggestion
linguisticsociety.org##.component-3
goal.com##.component-ad
hunker.com,livestrong.com##.component-article-section-jwplayer-wrapper
binnews.com,iheart.com,jessekellyshow.com,steveharveyfm.com##.component-pushdown
binnews.com,iheart.com,jessekellyshow.com,steveharveyfm.com##.component-recommendation
cointelegraph.com##.componentAdbutler_uF1zH
dailymail.co.uk,thisismoney.co.uk##.connatix-wrapper
realsport101.com##.connatixPS
dpreview.com##.connatixWrapper
washingtontimes.com##.connatixcontainer
beincrypto.com##.cont-wrapper
whatismyip.net##.container > .panel[id]
redditsave.com##.container > center
flaticon.com##.container > section[data-term].soul-a.soul-p-nsba
marketwatch.com##.container--sponsored
mangakakalot.com##.container-chapter-reader > div
snazzymaps.com##.container-gas
font-generator.com##.container-home-int > .text-center
thejournal-news.net##.container.lightblue
coinhub.wiki##.container_coinhub_footerad
coinhub.wiki##.container_coinhub_topwidgetad
jokersupdates.com##.container_contentrightspan
rawstory.com##.container_proper-ad-unit
worldscreen.com##.contains-sticky-video
pastebin.com##.content > [style^="padding-bottom:"]
amateurphotographer.com##.content-ad
floridasportsman.com##.content-banner-section
crmbuyer.com,ectnews.com,technewsworld.com##.content-block-slinks
journeyjunket.com##.content-container-after-post
computerweekly.com##.content-continues
gostream.site##.content-kuss
cookist.com##.content-leaderboard
pwinsider.com##.content-left
pwinsider.com##.content-right
flv2mp3.by##.content-right-bar
businessinsider.com.au##.content-section-banner
crmbuyer.com,ectnews.com,technewsworld.com##.content-tab-slinks
discord.me,searchenginejournal.com##.content-unit
highsnobiety.com##.contentAdWrap
ancient-origins.net##.content_add_block
wikiwand.com##.content_headerAd__USjzd
nationalmemo.com##.content_nm_placeholder
insta-stories-viewer.com##.context
usedcarnews.com##.continut
metar-taf.com##.controls-right
live-tennis.eu##.copyright
imdb.com##.cornerstone_slot
physicsworld.com##.corporate-partners
pcworld.com##.coupons
ivytech.bncollege.com##.course-finder-google-ads-body-top-content-slot
wolfstream.tv##.cover2
creativecow.net##.cowtracks-interstitial
creativecow.net##.cowtracks-sidebar-rotating-ad
creativecow.net##.cowtracks-sidebar-with-cache-busting
creativecow.net##.cowtracks-target
coinpaprika.com##.cp-table__row--ad-row
realsport101.com##.cpaAd
cpomagazine.com##.cpoma-adlabel
cpomagazine.com##.cpoma-main-header
cpomagazine.com##.cpoma-target
chronline.com##.cq-creative
dev.to##.crayons-sponsorship
theweather.net##.creatividad
mma-core.com##.crec
currys.co.uk##.cretio-sponsored-product
meijer.com##.criteo-banner
currys.co.uk##.criteoproducts-section
irishtimes.com##.cs-teaser
staradvertiser.com##.csMon
c-span.org##.cspan-ad-still-prebid-wrapper
c-span.org##.cspan-ad-still-wrapper
healthline.com##.css-12efcmn
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.css-142l3g4
pgatour.com##.css-18v0in8
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##.css-1cg0byz
crazygames.com##.css-1h6nq0a
infowars.com##.css-1nbwp0k
pgatour.com##.css-1t41kwh
infowars.com##.css-1upmbem
infowars.com##.css-1vj1npn
gamingbible.com##.css-1z9hhh
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##.css-20w1gi
delish.com##.css-3oqygl
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.css-bs95eu
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.css-oeful5
sbs.com.au##.css-p21i0d
cruisecritic.co.uk,cruisecritic.com,cruisecritic.com.au##.css-v0ecl7
comparitech.com##.ct089
unmineablesbest.com##.ct_ipd728x90
comparitech.com##.ct_popup_modal
amateurphotographer.com,cryptoslate.com,techspot.com##.cta
dailydot.com##.cta-article-wrapper
w3docs.com##.cta-bookduck
simracingsetup.com##.cta-box
thelines.com##.cta-content
finbold.com##.cta-etoro
thelines.com##.cta-row
filerio.in##.ctl25
seattlepi.com##.ctpl-fullbanner
genius.com##.cujBpY
pcgamesn.com##.curated-spotlight
speedrun.com##.curse
pokebattler.com##.curse-ad
dexscreener.com##.custom-1klpohg
slidehunter.com##.custom-ad-text
fastestvpns.com##.custom-banner
dexscreener.com##.custom-d7ztiy
addictivetips.com,coinweek.com,news365.co.za,simscommunity.info##.custom-html-widget
patriotnewsfeed.com##.custom-html-widget [href] > [src]
breakingnews.ie##.custom-mpu-container
ehitavada.com##.custom-popup
fandomwire.com##.customad
total-croatia-news.com##.custombanner
the-sun.com,thescottishsun.co.uk,thesun.co.uk,thesun.ie##.customiser-v2-layout-1-billboard
the-sun.com,thescottishsun.co.uk,thesun.co.uk,thesun.ie##.customiser-v2-layout-three-native-ad-container
f150lightningforum.com##.customizedBox
coincarp.com##.customspon
citywire.com##.cw-top-advert
futurecurrencyforecast.com##.cwc-tor-widget
marketwatch.com##.cxense-loading
usmagazine.com##.cy-storyblock
bleepingcomputer.com##.cz-toa-wrapp
coingraph.us,hosty.uprwssp.org##.d
blockchair.com##.d-block
mangamiso.net##.d-flex-row
fastpic.ru,freesteam.io##.d-lg-block
calendar-canada.ca,osgamers.com##.d-md-block
thestreamable.com##.d-md-flex
publish0x.com##.d-md-none.text-center
cutyt.com,onlineocr.net,publish0x.com##.d-xl-block
artsy.net##.dDusYa
yourstory.com##.dJEWSq
fxempire.com##.dKBfBG
cryptorank.io##.dPbBGP
standard.co.uk##.dXaqls
timesofindia.indiatimes.com##.d_jsH.mPws3
counter.dev,lindaikejisblog.com##.da
engadget.com##.da-container
smartprix.com##.dadow-box
lifewire.com##.daily-deal
4chan.org,boards.4channel.org##.danbo-slot
cnbctv18.com##.davos-top-ad
sportshub.stream##.db783ekndd812sdz-ads
foobar2000.org##.db_link
wuxiaworld.site##.dcads
driverscloud.com##.dcpub
theguardian.com##.dcr-1aq0rzi
fxempire.com##.ddAwpw
datedatego.com##.ddg
datedatego.com##.ddg0
sgcarmart##.dealer_banner
slashdot.org##.deals-wrapper
defiantamerica.com##.defia-widget
nettv4u.com##.desk_only
newindian.in##.deskad
cardealermagazine.co.uk##.desktop
livesoccertv.com##.desktop-ad-container
rok.guide##.desktop-promo-banner
tiermaker.com##.desktop-sticky
buzzfeed.com,buzzfeednews.com##.desktop-sticky-ad_desktopStickyAdWrapper__a_tyF
hanime.tv##.desktop.htvad
randomarchive.com##.desktop[style="text-align:center"]
australiangolfdigest.com.au##.desktop_header
inquirer.net##.desktop_smdc-FT-survey
coingape.com##.desktopds
flashscore.co.za,flashscore.com,livescore.in,soccer24.com##.detailLeaderboard
floridapolitics.com##.dfad
coingape.com##.dfd
gadgetsnow.com,jezebel.com,nationaljeweler.com,pastemagazine.com,theonion.com##.dfp
gazette.com,thehindu.com##.dfp-ad
investing.com##.dfp-native
investing.com##.dfpVideo
yts.mx##.dfskieurjkc23a
dailyfx.com##.dfx-article__sidebar
dollargeneral.com##.dgsponsoredcarousel
kiplinger.com##.dianomi_gallery_wrapper
kmplayer.com##.dim-layer
coingape.com##.diplay-m-ad
temporary-phone-number.com##.direct-chat-messages > div[style="margin:15px 0;"]
disk.yandex.com,disk.yandex.ru##.direct-public__sticky-box
notes.io##.directMessageBanner
premiumtimesng.com##.directcampaign
happywayfarer.com##.disclosure
oneindia.com##.discounts-head
audiokarma.org##.discussionListItem > center
apkcombo.com##.diseanmevrtt
airmail.news,govevents.com,protipster.com##.display
flightconnections.com##.display-box
flightconnections.com##.display-box-2
legacy.com##.displayOverlay1
designtaxi.com##.displayboard
theodysseyonline.com##.distroscale_p2
theodysseyonline.com##.distroscale_side
nottinghampost.com##.div-gpt-ad-vip-slot-wrapper
readcomiconline.li##.divCloseBut
jpost.com##.divConnatix
tigerdroppings.com##.divHLeaderFull
newser.com##.divNColAdRepeating
ebaumsworld.com,greedyfinance.com##.divider
thelist.com##.divider-heading-container
karachicorner.com##.divimg
fruitnet.com##.dk-ad-250
meteologix.com##.dkpw
meteologix.com,weather.us##.dkpw-billboard-margin
dongknows.com##.dkt-amz-deals
dongknows.com##.dkt-banner-ads
crash.net##.dmpu
crash.net##.dmpu-container
nationalworld.com,scotsman.com##.dmpu-item
vice.com##.docked-slot-renderer
quora.com##.dom_annotate_ad_image_ad
quora.com##.dom_annotate_ad_promoted_answer
quora.com##.dom_annotate_ad_text_ad
domaingang.com##.domai-target
thenationonlineng.net##.dorvekp-post-bottom
gearlive.com##.double
capitalfm.com,radiox.co.uk,smoothradio.com##.download
thepiratebay3.to##.download_buutoon
drivespark.com##.dp-add-block
thesun.co.uk##.dpa-slot
distractify.com,greenmatters.com,inquisitr.com,okmagazine.com,radaronline.com##.dpbdIG
dola.com##.ds-brand
dola.com##.ds-display-ad
cryptonews.com##.dslot
kickasstorrents.to##.dssdffds
digitaltrends.com,themanual.com##.dt-primis
digitaltrends.com##.dtads-location
yts.mx##.durs-bordered
bloomberg.com##.dvz-v0-ad
daniweb.com##.dw-inject-bsa
ubereats.com##.dw.ec
etherscan.io##.dxddkdcp7wz
coinpaprika.com##.dynamic-ad
dailydot.com##.dynamic-block
nomadlist.com##.dynamic-fill
coingraph.us##.e
dailyvoice.com##.e-freestar-video-container
dailyvoice.com##.e-nativo-container
hosty.uprwssp.org##.e10
op.gg##.e17e77tq6
op.gg##.e17e77tq8
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.e1xxpj0j1.css-4vtjtj
arabtimesonline.com,independent.co.ug,nigerianobservernews.com,songslover.vip,udaipurkiran.com##.e3lan
presskitaquat.com##.e3lan-top
tiresandparts.net##.e3lanat-layout-rotator
fxempire.com##.eLQRRm
artsy.net##.ePrLqP
euractiv.com##.ea-gat-slot-wrapper
coin360.com##.earnMenuButton-link
expats.cz##.eas
itwire.com,nativenewsonline.net##.eb-init
ablogtowatch.com##.ebay-placement
gfinityesports.com##.ecommerceUnit
newagebd.net##.editorialMid
editpad.org##.edsec
theepochtimes.com##.eet-ad
clutchpoints.com##.ehgtMe.sc-ed3f1eaf-1
sashares.co.za##.elementor-48612
cryptopolitan.com##.elementor-element-094410a
hilltimes.com##.elementor-element-5818a09
thecountersignal.com##.elementor-element-8d2cc6c
analyticsindiamag.com##.elementor-element-8e2d1f0
granitegrok.com##.elementor-image > [data-wpel-link="external"]
optimyz.com,ringsidenews.com##.elementor-shortcode
canyoublockit.com##.elementor-widget-container > center > p
radiotimes.com##.elementor-widget-wp-widget-section_full_width_advert
worldscreen.com##.embdad
autostraddle.com##.end-of-article-ads
endtimeheadlines.org##.endti-widget
floridianpress.com##.enhanced-text-widget
kupondo.com##.entry-content > .row
huffingtonpost.co.uk,huffpost.com##.entry__right-rail-width-placeholder
euronews.com##.enw-MPU
essentiallysports.com##.es-ad-space-container
marcadores247.com##.es_top_banner
esports.net##.esports-ad
alevelgeography.com,shtfplan.com,yournews.com##.et_pb_code_inner
navajotimes.com##.etad
appleinsider.com##.exclusive-wrap
mashable.com##.exco
nypost.com##.exco-video__container
metric-conversions.org##.exists
proprivacy.com##.exit-popup.modal-background
streamingmedia.com##.expand
appuals.com##.expu-protipeop
appuals.com##.expu-protipmiddle_2
thepostemail.com##.external
pixabay.com##.external-media
yourbittorrent.com##.extneed
navajotimes.com##.extra-hp-skyscraper
mangamiso.net##.extraHeight
textcompare.org##.ez-sidebar-wall
futuregaming.io##.ez-video-wrap
cgpress.org##.ezlazyloaded.header-wrapper
chorus.fm##.f-soc
formula1.com##.f1-dfp-banner-wrapper
audiophilereview.com##.f7e65-midcontent
audiophilereview.com##.f7e65-sidebar-ad-widget
globimmo.net##.fAdW
dictionary.com##.fHACXxic9xvQeSNITiwH
datenna.com##.fPHZZA
btcmanager.com##.f_man_728
freeads.co.uk##.fa_box_m
tvtropes.org##.fad
slideshare.net##.fallback-ad-container
tokyvideo.com##.fan--related-videos.fan
imgur.com##.fast-grid-ad
thepointsguy.com##.favorite-cards
futbin.com##.fb-ad-placement
triangletribune.com##.fba_links
newspointapp.com##.fbgooogle-wrapper
forbes.com##.fbs-ad--mobile-medianet-wrapper
forbes.com##.fbs-ad--ntv-deskchannel-wrapper
forbes.com##.fbs-ad--ntv-home-wrapper
whatismyipaddress.com##.fbx-player-wrapper
digminecraft.com##.fc2e5688
businessinsider.in##.fc_clmb_ad_mrec
filmdaily.co##.fd-article-sidebar-ad
filmdaily.co##.fd-article-top-banner
filmdaily.co##.fd-home-sidebar-inline-rect
foodbeast.com##.fdbst-ad-placement
browardpalmbeach.com,dallasobserver.com,miaminewtimes.com,phoenixnewtimes.com,westword.com##.fdn-site-header-ad-block
w3techs.com##.feat
convertcase.net##.feature
costco.com##.feature-carousel-container[data-rm-format-beacon]
softarchive.is##.feature-usnt
mumbrella.com.au##.featureBanner
eagle1065.com##.featureRotator
news24.com##.featured-category
hltv.org##.featured-matches-top-matches-container
apexcharts.com,ar12gaming.com##.featured-sponsor
eetimes.com##.featured-techpaper-box
motor1.com##.featured__apb
newser.com##.fiavur2
filecrypt.cc##.filItheadbIockgueue3
filecrypt.cc,filecrypt.co##.filItheadbIockqueue3
filmibeat.com##.filmibeat-top-ad
telugupeople.com##.fineprint
proprofs.com##.firstadd
thestranger.com##.fish-butter
fiskerati.com##.fiskerati-target
khaleejtimes.com##.fix-billboard-nf
khaleejtimes.com##.fix-mpu-nf
vice.com##.fixed-slot
dorset.live,liverpoolecho.co.uk##.fixed-slots
manhuascan.io##.fixed-top
theblock.co##.fixedUnit
cgdirector.com##.fixed_ad_container_420
2conv.com##.fixed_banner
fixya.com##.fixya_primis_container
whatismyipaddress.com##.fl-module-wipa-concerns
whatismyipaddress.com##.fl-photo
omniglot.com##.flex-container
decrypt.co##.flex.flex-none.relative
libhunt.com##.flex.mt-5.boxed
ice.hockey##.flex_container_werbung
klmanga.net,shareae.com##.float-ck
comedy.com##.floater-prebid
chaseyoursport.com##.floating-adv
click2houston.com,clickondetroit.com,clickorlando.com,ksat.com,local10.com,news4jax.com##.floatingWrapper
thehindu.com##.flooting-ad
golinuxcloud.com##.flying-carpet
momjunction.com,stylecraze.com##.flying-carpet-wrapper
advocate.com,emergencyemail.org,out.com##.footer
allthatsinteresting.com,scientificamerican.com##.footer-banner
wst.tv##.footer-logos
supercars.com##.footer-promo
filma24.ch##.footer-reklama
wtatennis.com##.footer-sponsors
skidrowcodexreloaded.com##.footer-sticky
searchcommander.com##.footer-widget
gelbooru.com##.footerAd2
businessnow.mt,igamingcapital.mt,maltaceos.mt,whoswho.mt##.footer__second
pbs.org##.footer__sub
satbeams.com##.footer_banner
techopedia.com##.footer_inner_ads
realmadrid.com##.footer_rm_sponsors_container
tiresandparts.net##.footer_top_banner
ocado.com##.fops-item--advert
morrisons.com##.fops-item--featured
nintendolife.com,purexbox.com,pushsquare.com##.for-desktop
purexbox.com,pushsquare.com##.for-mobile.below-article
flatpanelshd.com##.forsideboks2
permies.com##.forum-top-banner
newsroom.co.nz##.foundingpartners
freepresskashmir.news##.fpkdonate
theiphoneappreview.com##.frame
freedomfirstnetwork.com##.freed-1
upworthy.com##.freestar-in-content
moviemistakes.com##.freestarad
sciencenews.org##.from-nature-index__wrapper___2E2Z9
cryptocompare.com##.front-page-info-wrapper
slickdeals.net##.frontpageGrid__bannerAd
fxempire.com##.frzZuq
tripstodiscover.com##.fs-dynamic
tripstodiscover.com##.fs-dynamic__label
alphr.com##.fs-pushdown-sticky
newser.com##.fs-sticky-footer
bossip.com##.fsb-desktop
bossip.com##.fsb-toggle
ghacks.net##.ftd-item
newser.com##.fu4elsh1yd
livability.com##.full-width-off-white
theblock.co##.fullWidthDisplay
greatandhra.com##.full_width_home.border-topbottom
whatismybrowser.com##.fun-info-footer
whatismybrowser.com##.fun-inner
artscanvas.org##.funders
ferrarichat.com##.funzone
savemyexams.co.uk##.fuse-desktop-h-250
savemyexams.co.uk##.fuse-h-90
foxsports.com##.fwAdContainer
stylecraze.com##.fx-flying-carpet
fxstreet.com##.fxs_leaderboard
aframnews.com,afro.com,aurn.com,aviacionline.com,borneobulletin.com.bn,businessday.ng,businessofapps.com,chicagodefender.com,chimpreports.com,coinweek.com,collive.com,coralspringstalk.com,dailynews.co.zw,dailysport.co.uk,dallasvoice.com,defence-industry.eu,draxe.com,gatewaynews.co.za,gayexpress.co.nz,gematsu.com,hamodia.com,islandecho.co.uk,jacksonvillefreepress.com,mediaplaynews.com,moviemaker.com,newpittsburghcourier.com,nondoc.com,richmondshiretoday.co.uk,sammobile.com,savannahtribune.com,spaceref.com,talkers.com,talkradioeurope.com,thegolfnewsnet.com,waamradio.com,womensagenda.com.au##.g
marionmugshots.com##.g-1
marionmugshots.com##.g-3
coinweek.com##.g-389
dailyjournalonline.com##.g-dyn
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##.g-paid
domainnamewire.com,goodthingsguy.com##.g-single
yellowise.com##.g-widget-block
titantv.com##.gAd
theweathernetwork.com##.gGthWi
getgreenshot.org##.ga-ldrbrd
getgreenshot.org##.ga-skscrpr
elevenforum.com,html-code-generator.com##.gads
eonline.com##.gallery-rail-sticky-container
komikindo.tv##.gambar_pemanis
cdromance.com##.game-container[style="grid-column: span 2;"]
geoguessr.com##.game-layout__in-game-ad
chess.com##.game-over-ad-component
pokernews.com##.gameCards
monstertruckgames.org##.gamecatbox
home-assistant-guide.com##.gb-container-429fcb03
home-assistant-guide.com##.gb-container-5698cb9d
home-assistant-guide.com##.gb-container-bbc771af
kitchenknifeforums.com,quadraphonicquad.com##.gb-sponsored-wrapper
1001games.com##.gc-halfpage
1001games.com##.gc-leaderboard
1001games.com##.gc-medium-rectangle
letsdopuzzles.com##.gda-home-box
kansascity.com,rotowire.com##.gdcg-oplist
gearpatrol.com##.gearpatrol-ad
geekflare.com##.geekflare-core-resources
autoblog.com##.gemini-native
thefederalist.com##.general-callout
investing.com##.generalOverlay
perfectdailygrind.com##.gengpdg
perfectdailygrind.com##.gengpdg-col
perfectdailygrind.com##.gengpdg-single
romaniajournal.ro##.geoc-container
geotastic.net##.geotastic-net_970x250-container
thingstodovalencia.com##.get-your-guide
flickr.com##.getty-search-view
flickr.com##.getty-widget-view
hltv.org##.gg-firstcol-box
ganjingworld.com##.ggAdZone_gg-banner-ad_zone__wK3kF
cometbird.com##.gg_250x250
cornish-times.co.uk,farnhamherald.com,iomtoday.co.im##.ggzoWi
ghacks.net##.ghacks-ad
ghacks.net##.ghacks_ad_code
cnx-software.com##.ghelpme
mql5.com##.giyamx4tr
goodmenproject.com##.gmp-instream-wrap
givemesport.com##.gms-ad
givemesport.com##.gms-billboard-container
givemesport.com##.gms-sidebar-ad
usatoday.com##.gnt_tb
usatoday.com##.gnt_tbr
usatoday.com##.gnt_x__lbl
guides.gamepressure.com##.go20-pl-guide-right-baner-fix
coinmarketcap.com##.goXFFk
dallasinnovates.com,thecoastnews.com,watchesbysjx.com##.gofollow
golf.com##.golf-ad
golinuxcloud.com##.golin-content
golinuxcloud.com##.golin-video-content
africanadvice.com,pspad.com,sudantribune.com##.google
apkmirror.com##.google-ad-leaderboard
secretchicago.com##.google-ad-manager-ads-header
smsfi.com##.google_ad_home_page_100percent
mediamass.net##.googleresponsive
css3generator.com##.gotta-pay-the-bills
spiceworks.com##.gp-standard-header
perfectdailygrind.com##.gpdgeng
di.fm##.gpt-slot
kijiji.ca##.gqNGFh
beforeitsnews.com##.gquuuu5a
goodreturns.in##.gr-db-ad-content
searchenginereports.net##.grammarly-overall
balls.ie##.gray-ad-title
greatandhra.com##.great_andhra_logo_panel > div.center-align
greatandhra.com##.great_andhra_logo_panel_top_box
greatandhra.com##.great_andhra_main_041022_
greatandhra.com##.great_andhra_main_add_rotator_new2
greatandhra.com##.great_andhra_main_local_rotator1
mma-core.com##.grec
greekcitytimes.com##.greek-adlabel
greekcitytimes.com##.greek-after-content
curioustic.com##.grey
rabble.ca##.grey-cta-block
topminecraftservers.org##.grey-section
sltrib.com##.grid-ad-container-2
teleboy.ch##.grid-col-content-leaderboard
newsnow.co.uk##.grid-column__container
groovypost.com##.groov-adlabel
gulftoday.ae##.gt-ad-center
gulf-times.com##.gt-horizontal-ad
gulf-times.com##.gt-square-desktop-ad
gulf-times.com##.gt-vertical-ad
animenewsnetwork.com##.gutter
distractify.com,inquisitr.com,okmagazine.com,radaronline.com##.gwofgg
thetimes.co.uk##.gyLkkj
worldpopulationreview.com##.h-64
tvcancelrenew.com##.h-72
emojipedia.org##.h-\[112px\]
posemaniacs.com##.h-\[250px\]
emojipedia.org##.h-\[282px\]
businessinsider.in##.h-\[300px\]
thenewdaily.com.au##.h-home-ad-height-stop
buzzly.art##.h-min.overflow-hidden
target.com##.h-position-fixed-bottom
copyprogramming.com##.h-screen
lyricsmode.com##.h113
tetris.com##.hAxContainer
opoyi.com##.hLYYlN
marketscreener.com##.hPubRight2
clutchpoints.com##.hYrQwu
gifcompressor.com,heic2jpg.com,imagecompressor.com,jpg2png.com,mylocation.org,png2jpg.com,webptojpeg.com,wordtojpeg.com##.ha
anime-planet.com##.halo
whistleout.com.au##.has-hover
defence-industry.eu##.has-small-font-size.has-text-align-center
tomsguide.com##.hawk-main-editorialised
techradar.com##.hawk-main-editorialized
techradar.com##.hawk-merchant-link-widget-container
girlswithmuscle.com##.hb-static-banner-div
screenbinge.com##.hb-strip
girlswithmuscle.com##.hb-video-ad
cryptodaily.co.uk##.hbs-ad
trendhunter.com##.hcamp
webtoolhub.com##.hdShade > div
biztechmagazine.com##.hdr-btm
analyticsinsight.net##.head-banner
plos.org##.head-top
hindustantimes.com##.headBanner
realmadrid.com##.head_sponsors
additudemag.com,organicfacts.net##.header-ad
boldsky.com##.header-ad-block
olympics.com,scmp.com##.header-ad-slot
stuff.co.nz,thepost.co.nz,thepress.co.nz,waikatotimes.co.nz##.header-ads-block
worldpress.org##.header-b
adswikia.com,freemalaysiatoday.com,landandfarm.com,pointblanknews.com,radiotoday.com.au,runt-of-the-web.com,rxresource.org,techworldgeek.com,warisboring.com##.header-banner
gamingdeputy.com##.header-banner-desktop
mercurynews.com,nssmag.com##.header-banners
amazonadviser.com,apptrigger.com,fansided.com,hiddenremote.com,lastnighton.com,lawlessrepublic.com,mlsmultiplex.com,netflixlife.com,playingfor90.com,stormininnorman.com,winteriscoming.net##.header-billboard
lyricsmode.com##.header-block
worldpress.org##.header-bnr
kveller.com##.header-bottom
counterpunch.org##.header-center
thetoyinsider.com##.header-drop-zone
autental.com##.header-grid-items
allmovie.com,realestate.com.au,theoldie.co.uk##.header-leaderboard
realestate.com.au##.header-leaderboard-portal
sdxcentral.com##.header-lemur
nationalheraldindia.com##.header-m__ad-top__36Hpg
thenewspaper.gr##.header-promo
times.co.zm##.header-pub
newtimes.co.rw##.header-top
kollywoodtoday.net##.header-top-right
knowyourmeme.com##.header-unit-wrapper
maketecheasier.com##.header-widget
hd-trailers.net##.header-win
gelbooru.com##.headerAd
gautengnewspaper.co.za##.header__banner
thehits.co.nz##.header__main
gifcompressor.com,heic2jpg.com,jpg2png.com,png2jpg.com,webptojpeg.com,wordtojpeg.com##.header__right
manofmany.com##.header_banner_wrap
koreaherald.com##.header_bnn
techopedia.com##.header_inner_ads
steroid.com##.header_right
everythingrf.com##.headerblock
semiconductor-today.com##.headermiddle
phonearena.com##.heading-deal
autoplius.lt##.headtop
lincolnshireworld.com,nationalworld.com##.helper__AdContainer-sc-12ggaoi-0
igorslab.de##.herald-sidebar
provideocoalition.com##.hero-promotions
newsnow.co.uk##.hero-wrapper
azuremagazine.com##.hero__metadata-left-rail
freeads.co.uk##.hero_banner1
filecrypt.cc,filecrypt.co##.hghspd
filecrypt.cc,filecrypt.co##.hghspd + *
daijiworld.com##.hidden-xs > [href]
miragenews.com##.hide-in-mob
moneycontrol.com,windowsreport.com##.hide-mobile
business-standard.com,johncodeos.com##.hide-on-mobile
simpasian.net##.hideme
coindesk.com##.high-impact-ad
majorgeeks.com##.highlight.content > center > font
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.highlight_sponsored
westword.com##.hil28zhf1wyd
48hills.org##.hills-adlabel
highwayradio.com##.hiway-widget
ndtv.com##.hmpage_rhs
seattlepi.com##.hnpad-Flex1
seattlepi.com##.hnpad-Inline
cryptorank.io##.hofjwZ
bizarrepedia.com##.holder
radiocaroline.co.uk##.home-banner
manutd.com##.home-content-panel__sponsor
pcgamingwiki.com##.home-gamesplanet-promo
merriam-webster.com##.home-redesign-ad
israelnationalnews.com##.home-subsections-banner
christianpost.com##.home-videoplayer
freepressjournal.in##.homeMobileMiddleAdContainer
newagebd.net##.homeSlideRightSecTwo
pbs.org##.home__logo-pond
bonginoreport.com##.homepage-ad-2
smallbusiness.co.uk##.homepage-banner-container
invezz.com##.homepage-beneath-hero
interest.co.nz##.homepage-billboard
gumtree.com.au##.homepage-gallery__mrec-placeholder
designspiration.com##.homepageBanner
artandeducation.net##.homepage__banner
swimswam.com##.homepage_block_ads
radiocity.in##.horiozontal-add
flv2mp3.by,flvto.biz,flvto.com.mx##.horizontal-area
getmyuni.com##.horizontalRectangle
nofilmschool.com##.horizontal_ad
aarp.org##.hot-deals
makemytrip.com##.hotDeals
dailyrecord.co.uk##.hotjobs
comparitech.com##.how_test
cryptorank.io##.hspOLW
adweek.com##.htl-ad-wrapper
barstoolsports.com##.htl-ad__container
nameberry.com##.htlad-InContent_Flex
nameberry.com##.htlad-Leaderboard_Flex
themessenger.com##.htlad-leaderboard_top
wtop.com##.hubb-at-rad-header
huddle.today##.huddle-big-box-placement
techspree.net##.hustle-popup
cryptoslate.com##.hypelab-container
myabandonware.com##.i528
animenewsnetwork.com##.iab
atptour.com##.iab-wrapper
iai.tv##.iai-article--footer-image
infobetting.com##.ibBanner
ice.hockey##.ice_ner
ice.hockey##.ice_werbung
indianexpress.com##.ie-banner-wrapper
indianexpress.com##.ie-int-campign-ad
fifetoday.co.uk##.iehxDO
guides.gamepressure.com##.if-no-baner
techmeme.com##.ifsp
flicksmore.com##.image_auto
frdl.to##.img-fluid
marketwatch.com##.imonaid_context
exchangerates.org.uk##.imt4
reuters.com##.in-article-desktop-connatix-player
carscoops.com##.in-asd-content
thecanary.co##.in-content-ad
outlookindia.com##.in-house-banner1
businessinsider.com,insider.com##.in-post-sticky
faithpot.com##.inarticle-ad
crash.net##.inarticle-wrapper
knowyourmeme.com##.incontent-leaderboard-unit-wrapper
motherjones.com##.incontent-promo
truckinginfo.com##.incontent02Ad
scienceabc.com##.incontentad
brudirect.com##.index-banner
katv.com##.index-module_adAfterContent__1cww
theinertia.com##.inertia-ad-300x250
theinertia.com##.inertia-ad-300x270
theinertia.com##.inertia-ad-300x600
theinertia.com##.inertia-ad-label
theinertia.com##.inertia-ad-top
inews.co.uk##.inews__advert
inews.co.uk##.inews__mpu
motorcycle.com##.infeed-ads
sevenforums.com##.infeed1
heatmap.news,theweek.com##.infinite-container
filmibeat.com##.infinite-scroll-add
stocksnap.io##.info-col
bab.la##.info-panel
gameworldobserver.com##.information-block
gameworldobserver.com##.information-blocks
careerindia.com,oneindia.com##.inhouse-content
asheville.com##.injected-ads
bestlifeonline.com,eatthis.com##.inline
manitobacooperator.ca##.inline--2
forbes.com##.inline-article-ed-placeholder
swiftcurrentonline.com##.inline-billboard
dexerto.com##.inline-block
freebeacon.com##.inline-campaign-wrapper
stocksnap.io##.inline-carbon
parkers.co.uk##.inline-leaderboard-ad-wrapper
pcgamesn.com,pockettactics.com##.inlinerail
nzbindex.com##.inner
technologynetworks.com##.inner_content_olp_on_site_landing_page
inquirer.com##.inno-ad
inquirer.com##.inno-ad__ad
donegaldaily.com##.inpage_banner
nintendolife.com,purexbox.com,pushsquare.com,timeextension.com##.insert
nintendolife.com,purexbox.com,pushsquare.com,timeextension.com##.insert-label
canarymedia.com##.inset-x-0
tvarticles.me##.inside
allmusic.com##.insticator_ct
flixboss.com##.instream-dynamic
lol.ps##.instream-video-ad
arstechnica.com##.instream-wrap
coincarp.com##.interact-mobileBox
monochrome-watches.com##.interscroll
allnurses.com##.ipsAreaBackground
1tamilmv.click##.ipsCarousel
uk420.com##.ipsLayout_container > div[align="center"]
allnurses.com##.ipsSpacer_both
1tamilmv.tax##.ipsWidget:has([href*="RajbetImage"])
1tamilblasters.com##.ipsWidget_inner.ipsPad.ipsType_richText > p > a
alibaba.com##.is-creative
mydramalist.com##.is-desktop
athlonsports.com,bringmethenews.com,meidastouch.com,si.com,thestreet.com##.is-exco-player
thestreet.com##.is-video-footer-enabled
estnn.com##.isDesktop
speedcheck.org##.isg-container
icon-icons.com##.istock-container
iconfinder.com##.istockphoto-placeholder
albertsonsmarket.com,marketstreetunited.com,unitedsupermarkets.com##.item-citrus
nintendolife.com,purexbox.com,pushsquare.com##.item-insert
explorecams.com##.item-row
cryptocompare.com##.item-special
alaskahighwaynews.ca,bowenislandundercurrent.com,burnabynow.com,coastreporter.net,delta-optimist.com,moosejawtoday.com,newwestrecord.ca,nsnews.com,piquenewsmagazine.com,princegeorgecitizen.com,prpeak.com,richmond-news.com,squamishchief.com,tricitynews.com##.item-sponsored
newegg.com##.item-sponsored-box
pocketgamer.com##.item-unit
presearch.com##.items-center.bg-transparent
slidehunter.com##.itm-ads
itweb.co.za##.itw-content-zone
india.com##.iwplhdbanner-wrap
kijiji.ca##.jOwRwk
ticketmaster.com##.jTNWic
ticketmaster.com##.jUIMbR
avclub.com,deadspin.com,gizmodo.com,jalopnik.com,kotaku.com,theonion.com,theroot.com,thetakeout.com##.japmJB
psypost.org##.jeg_midbar
sabcnews.com##.jeg_topbar
romania-insider.com##.job-item
dot.la##.job-wrapper
cityam.com,techspot.com##.jobbioapp
marketingweek.com##.jobs-lists
johncodeos.com##.johnc-widget
marinelink.com,maritimejobs.com,maritimepropulsion.com,yachtingjournal.com##.jq-banner
demonslayermanga.com,readjujutsukaisen.com,readneverland.com##.js-a-container
ultimate-guitar.com##.js-ab-regular
buzzfeed.com##.js-bfa-impression
live94today.com##.js-demo-avd
musescore.com##.js-musescore-hb-728--wrapper
beermoneyforum.com##.js-notices
formula1.com##.js-promo-item
investing.com##.js-promotional
nicelocal.com##.js-results-slot
theguardian.com##.js-top-banner
chewy.com##.js-tracked-ad-product
iobroker.net##.jss125
paycalculator.com.au##.jss336
calorieking.com##.jss356
iobroker.net,iobroker.pro##.jss43
paycalculator.com.au##.jss546
garticphone.com##.jsx-2397783008
autolist.com##.jsx-2866408628
garticphone.com##.jsx-3256658636
essentiallysports.com##.jsx-4249843366
conservativefiringline.com##.jtpp53
theartnewspaper.com##.justify-center.flex.w-full
aiscore.com##.justify-center.w100
anandtech.com##.jw-reset
issuu.com##.jzWDOE
mamieastuce.com##.k39oyi
qz.com##.k3mqd
hltv.org##.kN5UQvcU
ticketmaster##.kOwduY
easypet.com##.kadence-conversion-inner
plagiarismchecker.co##.kaka
hellogiggles.com##.karma_unit
koreaboo.com##.kba-container
standard.co.uk##.kcdphh
tekno.kompas.com##.kcm
kdnuggets.com##.kdnug-med-rectangle-ros
goldprice.org##.kenbi
trustedreviews.com##.keystone-deal
trustedreviews.com##.keystone-single-widget
gamertweak.com##.kfzyntmcd-caption
overkill.wtf##.kg-blockquote-alt
linuxhandbook.com##.kg-bookmark-card
thelibertydaily.com,toptenz.net,vitamiiin.com##.kgbwvoqfwag
koreaherald.com##.khadv1
khmertimeskh.com##.khmer-content_28
kiryuu.id##.kln
wantedinafrica.com##.kn-widget-banner
kvraudio.com##.kvrblockdynamic
legit.ng,tuko.co.ke##.l-adv-branding__top
iphonelife.com##.l-header
globalnews.ca##.l-headerAd
wwe.com##.l-hybrid-col-frame_rail-wrap
si.com##.l-inline.m-detail--feature-container
vox.com##.l-leaderboard-slot
keybr.com##.l6Z8JM3mch
letssingit.com##.lai_all_special
letssingit.com##.lai_desktop_header
letssingit.com##.lai_desktop_inline
purewow.com##.lander-interstital-ad
wzstats.gg##.landscape-ad-container
3dprint.com##.lap-block-items
ptonline.com##.large-horizontal-banner
weatherpro.com##.large-leaderboard
dispatchtribunal.com,thelincolnianonline.com##.large-show
fantasygames.nascar.com##.larger-banner-wrapper
golfworkoutprogram.com##.lasso-container
flava.co.nz,hauraki.co.nz,mixonline.co.nz,thehits.co.nz,zmonline.com##.layout__background
racingtv.com##.layout__promotion
mytempsms.com##.layui-col-md12
flotrack.org##.lazy-leaderboard-container
iol.co.za##.lbMtEm
trueachievements.com,truesteamachievements.com,truetrophies.com##.lb_holder
coincodex.com##.ldb-1top
coincodex.com##.ldb-top
soaphub.com##.ldm_ad
lethbridgenewsnow.com##.lead-in
versus.com##.lead_top
sgcarmart.com##.leadbadv
bleachernation.com##.leadboard
thepcguild.com##.leader
autoplius.lt##.leader-board-wrapper
mediaweek.com.au##.leader-wrap-out
blaauwberg.net##.leaderBoardContainer
coin360.com##.leader_wrapper
coveteur.com##.leaderboar_promo
agcanada.com,allmusic.com,allrecipes.com,allthatsinteresting.com,autoaction.com.au,autos.ca,ballstatedaily.com,bdonline.co.uk,boardgamegeek.com,bravewords.com,broadcastnow.co.uk,cantbeunseen.com,cattime.com,chairmanlol.com,chemistryworld.com,citynews.ca,comingsoon.net,coolmathgames.com,crn.com.au,diyfail.com,dogtime.com,drugtargetreview.com,edmunds.com,europeanpharmaceuticalreview.com,explainthisimage.com,foodandwine.com,foodista.com,freshbusinessthinking.com,funnyexam.com,funnytipjars.com,gamesindustry.biz,iamdisappoint.com,imedicalapps.com,itnews.com.au,japanisweird.com,jta.org,legion.org,lifezette.com,liveoutdoors.com,milesplit.com,monocle.com,morefailat11.com,moviemistakes.com,nbl.com.au,nfcw.com,objectiface.com,passedoutphotos.com,playstationlifestyle.net,precisionvaccinations.com,rollcall.com,roulettereactions.com,searchenginesuggestions.com,shinyshiny.tv,shitbrix.com,sparesomelol.com,spoiledphotos.com,spokesman.com,sportsnet.ca,sportsvite.com,stopdroplol.com,straitstimes.com,suffolknews.co.uk,supersport.com,tattoofailure.com,thedriven.io,thefashionspot.com,thestar.com.my,titantv.com,tutorialrepublic.com,where.ca,yoimaletyoufinish.com##.leaderboard
kijiji.ca##.leaderboard-1322657443
edarabia.com##.leaderboard-728
abcnews.go.com,edarabia.com##.leaderboard-970
roblox.com##.leaderboard-abp
gothamist.com##.leaderboard-ad-backdrop
chess.com##.leaderboard-atf-ad-wrapper
howstuffworks.com##.leaderboard-banner
poe.ninja##.leaderboard-bottom
chess.com##.leaderboard-btf-ad-wrapper
mxdwn.com##.leaderboard-bucket
arabiaweather.com,atlasobscura.com,bloomberg.com,forum.audiogon.com,gamesindustry.biz,news957.com##.leaderboard-container
huffingtonpost.co.uk,huffpost.com##.leaderboard-flex-placeholder
huffingtonpost.co.uk,huffpost.com##.leaderboard-flex-placeholder-desktop
bluesnews.com##.leaderboard-gutter
manitobacooperator.ca##.leaderboard-height
medpagetoday.com##.leaderboard-region
businessinsider.in##.leaderboard-scrollable-btf-cont
businessinsider.in##.leaderboard-scrollable-cont
consequence.net##.leaderboard-sticky
poe.ninja##.leaderboard-top
nowthisnews.com,popsugar.com,scout.com,seeker.com,thedodo.com,thrillist.com##.leaderboard-wrap
bloomberg.com,weatherpro.com##.leaderboard-wrapper
6abc.com,abc11.com,abc13.com,abc30.com,abc7.com,abc7chicago.com,abc7news.com,abc7ny.com##.leaderboard2
save.ca##.leaderboardMainWrapper
cargurus.co.uk##.leaderboardWrapper
t3.com##.leaderboard__container
lookbook.nu##.leaderboard_container
rottentomatoes.com##.leaderboard_wrapper
gpfans.com##.leaderboardbg
ubergizmo.com##.leaderboardcontainer
dailyegyptian.com,northernstar.info,theorion.com,theprospectordaily.com##.leaderboardwrap
dnsleak.com##.leak__submit
homehound.com.au##.left-banner
republicbroadcasting.org##.left-sidebar-padder > #text-8
gogetaroomie.com##.left-space
10minutemail.net##.leftXL
livemint.com##.leftblockAd
mumsnet.com##.lg\:w-billboard
dailyo.in##.lhsAdvertisement300
latestly.com##.lhs_adv_970x90_div
gadgets360.com##.lhs_top_banner
iheartradio.ca##.lightbox-wrapper
rebelnews.com##.lighter-gray-bg
lilo.org##.lilo-ad-result
getbukkit.org##.limit
linuxize.com##.linaff
architecturesideas.com##.linkpub_right_img
babynamegenie.com,forless.com,worldtimeserver.com##.links
weatherpro.com##.list-city-ad
apkmirror.com##.listWidget > .promotedAppListing
nationalmemo.com##.listicle--ad-tag
spiceworks.com##.listing-ads
gosearchresults.com##.listing-right
privateproperty.co.za##.listingResultPremiumCampaign
researchgate.net##.lite-page__above
reviewparking.com##.litespeed-loaded
ottverse.com##.livevideostack-ad
dayspring.com##.loading-mask
reverso.net##.locd-rca
siberiantimes.com##.logoBanner
shacknews.com##.lola-affirmation
rpgsite.net##.long-block-footer
topservers.com##.long_wrap
netwerk24.com##.love2meet
tigerdroppings.com##.lowLead
bikeroar.com##.lower-panel
greatbritishlife.co.uk##.lp_track_vertical2
lowes.com##.lws_pdp_recommendations_sponsored
thestreet.com##.m-balloon-header
si.com##.m-balloon-header--spacer
politifact.com##.m-billboard
aol.com##.m-gam__container
aol.com##.m-healthgrades
thestreet.com##.m-in-content-ad-row
techraptor.net##.m-lg-70
euronews.com##.m-object--is-branded
euronews.com##.m-object--is-partner-content
tech.hindustantimes.com##.m-to-add
thestreet.com##.m-video-unit
thegatewaypundit.com##.m0z4dhxja2
motor1.com##.m1_largeMPU
poebuilds.net##.m6lHKI
bigleaguepolitics.com##.m77g3atigrcd
net-load.com##.m7s-81.m7s
hindustantimes.com##.m_headBanner
morningagclips.com##.mac-ad-group
macdailynews.com##.macdailynews-after-article-ad-holder
antimusic.com##.mad
methodshop.com##.mai-aec
wccftech.com##.main-background-wrap
sporcle.com##.main-content-unit-wrapper
numuki.com##.main-header-responsive-wrapper
ggrecon.com##.mainVenatusBannerContainer
nordot.app##.main__ad
livescores.biz##.make-a-bet_wrap
get.pixelexperience.org##.mantine-arewlw
whatsgabycooking.com##.manual-adthrive-sidebar
linkvertise.com##.margin-bottom-class-20
color-hex.com##.margin10
fandom.com##.marketplace
imgur.com,pushsquare.com,songlyrics.com##.masthead
eetimes.eu,korinthostv.gr,powerelectronicsnews.com##.masthead-banner
augustman.com##.masthead-container
cloudwards.net##.max-medium
mayoclinic.org##.mayoad
racgp.org.au##.mb-1.small
wccftech.com##.mb-11
coinlean.com##.mb-3
gamedev.net##.mb-3.align-items-center.justify-content-start
urbandictionary.com##.mb-4.justify-center
themoscowtimes.com##.mb-4.py-3
techbone.net##.mb-5.bg-light
yardbarker.com##.mb_promo_responsive_right
mastercomfig.com##.md-typeset[style^="background:"]
thenewdaily.com.au##.md\:h-\[250px\]
bmj.com##.md\:min-h-\[250px\]
medibang.com##.mdbnAdBlock
online-translator.com##.mddlAdvBlock
thestar.com.my##.med-rec
gamezone.com##.med-rect-ph
ghanaweb.com##.med_rec_lg_min
ipwatchdog.com##.meda--sidebar-ad
picuki.me##.media-wrap-h12
webmd.com##.medianet-ctr
stealthoptional.com##.mediavine_blockAds
gfinityesports.com##.mediavine_sidebar-atf_wrapper
allmusic.com##.medium-rectangle
chess.com##.medium-rectangle-ad-slot
chess.com##.medium-rectangle-btf-ad-wrapper
weatherpro.com##.medium-rectangle-wrapper-2
ebaumsworld.com##.mediumRect
ubergizmo.com##.mediumbox_container
allnurses.com##.medrec
techrepublic.com##.medusa-list
compoundsemiconductor.net##.mega-bar
theweather.com,theweather.net,yourweather.co.uk##.megabanner
mentalmars.com##.menta-target
2ip.me##.menu_banner
gadgetsnow.com##.mercwapper
audiokarma.org##.message > center b
eawaz.com##.metaslider
theweather.com,theweather.net,yourweather.co.uk##.meteored-ads
metro.co.uk##.metro-discounts
metro.co.uk##.metro-ow-modules
moviefone.com##.mf-incontent
desmoinesregister.com##.mfFsRn__mfFsRn
moneycontrol.com##.mf_radarad
analyticsinsight.net##.mfp-bg
wethegeek.com##.mfp-content
analyticsinsight.net##.mfp-ready
timesofindia.indiatimes.com##.mgid_second_mrec_parent
cryptoreporter.info,palestinechronicle.com##.mh-header-widget-2
citizen.digital##.mid-article-ad
investing.com##.midHeader
newsday.com##.midPg
battlefordsnow.com,cfjctoday.com,chatnewstoday.ca,everythinggp.com,huskiefan.ca,larongenow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca##.midcontent
manofmany.com,scanwith.com##.middle-banner
tradetrucks.com.au##.middle-banner-list
hltv.org##.middle-container
ibtimes.co.uk##.middle-leaderboard
spectator.com.au##.middle-promo
coincodex.com##.middle4
heatmap.news##.middle_leaderboard
fruitnet.com##.midpageAdvert
extremetech.com##.min-h-24
copyprogramming.com##.min-h-250
uwufufu.com##.min-h-\[253px\]
uwufufu.com##.min-h-\[300px\]
instavideosave.net##.min-h-\[350px\]
insiderintelligence.com##.min-h-top-banner
stripes.com##.min-h90
mumsnet.com##.min-w-\[300px\]
moviemeter.com##.minheight250
kitco.com##.mining-banner-container
ar15.com##.minis
247sports.com##.minutely-wrapper
revolutionsoccer.net##.mls-o-adv-container
mmegi.bw##.mmegi-web-banner
inhabitat.com##.mn-wrapper
houstonchronicle.com,mysanantonio.com,sfgate.com##.mnh90px
allrecipes.com##.mntl-jwplayer-broad
comicbook.com##.mobile
putlockers.do##.mobile-btn
birdwatchingdaily.com##.mobile-incontent-ad-label
businessplus.ie##.mobile-mpu-widget
forbes.com##.mobile-sticky-ed-placeholder
pcmacstore.com##.mobileHide
serverstoplist.com##.mobile_ad
thedailybeast.com##.mobiledoc-sizer
criminaljusticedegreehub.com##.mobius-container
etxt.biz##.mod-cabinet__sidebar-adv
etxt.biz##.mod-cabinet__sidebar-info
notateslaapp.com##.mod-sponsors
snowmagazine.com##.mod_banners
lakeconews.com##.mod_ijoomlazone
civilsdaily.com##.modal
breakingenergy.com,epicload.com,shine.cn##.modal-backdrop
livelaw.in##.modal_wrapper_frame
autoevolution.com##.modeladmid
duckduckgo.com##.module--carousel-products
duckduckgo.com##.module--carousel-toursactivities
finextra.com##.module--sponsor
webmd.com##.module-f-hs
webmd.com##.module-top-picks
fxsforexsrbijaforum.com##.module_ahlaejaba
dfir.training##.moduleid-307
dfir.training##.moduleid-347
dfir.training##.moduleid-358
beckershospitalreview.com##.moduletable > .becker_doubleclick
dailymail.co.uk##.mol-fe-vouchercodes-redesign
manofmany.com##.mom-ads__inner
tiresandparts.net##.mom-e3lan
monsoonjournal.com##.mom-e3lanat-wrap
manofmany.com##.mom-gpt__inner
manofmany.com##.mom-gpt__wrapper
mondoweiss.net##.mondo-ads-widget
consumerreports.org##.monetate_selectorHTML_48e69fae
joindota.com##.monkey-container
flickr.com##.moola-search-div.main
hindustantimes.com##.moreFrom
apptrigger.com,fansided.com,lastnighton.com,mlsmultiplex.com,netflixlife.com,playingfor90.com,winteriscoming.net##.mosaic-banner
radioyacht.com##.mpc-carousel__wrapper
98fm.com,airqualitynews.com,audioreview.com,barrheadnews.com,bobfm.co.uk,bordertelegraph.com,cultofandroid.com,dcsuk.info,directory.im,directory247.co.uk,dplay.com,dumbartonreporter.co.uk,dunfermlinepress.com,durhamtimes.co.uk,eastlothiancourier.com,econsultancy.com,entertainmentdaily.co.uk,eurogamer.net,findanyfilm.com,forzaitalianfootball.com,gamesindustry.biz,her.ie,herfamily.ie,joe.co.uk,joe.ie,kentonline.co.uk,metoffice.gov.uk,musicradio.com,newburyandthatchamchronicle.co.uk,newscientist.com,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,redhillandreigatelife.co.uk,rochdaleonline.co.uk,rte.ie,sloughobserver.co.uk,smartertravel.com,southwestfarmer.co.uk,spin1038.com,spinsouthwest.com,sportsjoe.ie,sportsmole.co.uk,strathallantimes.co.uk,sundaypost.com,tcmuk.tv,thevillager.co.uk,thisisfutbol.com,toffeeweb.com,uktv.co.uk,videocelts.com,warringtonguardian.co.uk,wiltshirebusinessonline.co.uk,windsorobserver.co.uk##.mpu
news.sky.com##.mpu-1
edarabia.com##.mpu-300
arabiaweather.com##.mpu-card
dailymail.co.uk##.mpu_puff_wrapper
mapquest.com##.mq-bizLocs-container
mapquest.co.uk,mapquest.com##.mqBizLocsContainer
10play.com.au,geo.tv,jozifm.co.za,nwherald.com,runt-of-the-web.com,thewest.com.au,topgear.com.ph##.mrec
auto.economictimes.indiatimes.com##.mrec-ads-slot
motorsport.com##.ms-ap
autosport.com##.ms-apb
motorsport.com##.ms-apb-dmpu
autosport.com,motorsport.com##.ms-hapb
autosport.com##.ms-side-items--with-banner
codeproject.com##.msg-300x250
cryptoticker.io##.mso-cls-wrapper
kickassanimes.io##.mt-6.rs
marinetraffic.com##.mt-desktop-mode
thedrive.com##.mtc-header__desktop__article-prefill-container
thedrive.com##.mtc-prefill-container-injected
fieldandstream.com,popsci.com##.mtc-unit-prefill-container
myinstants.com##.multiaspect-banner-ad
spy.com##.multiple-products
zerolives.com##.munder-fn5udnsn
cutecoloringpagesforkids.com##.mv-trellis-feed-unit
cannabishealthnews.co.uk##.mvp-side-widget img
marijuanamoment.net##.mvp-widget-ad
malwaretips.com##.mwt_ads
invezz.com,reviewparking.com##.mx-auto
smallseotools.com##.mx-auto.d-block
theawesomer.com##.mxyptext
standardmedia.co.ke##.my-2
cnet.com,healthline.com##.myFinance-ad-unit
greatist.com,psychcentral.com##.myFinance-widget
tastesbetterfromscratch.com##.mysticky-welcomebar-fixed
troypoint.com##.mysticky-welcomebar-fixed-wrap
koreaherald.com##.mythiell-mid-container
exportfromnigeria.info##.mytopads
mypunepulse.com##.n2-padding
hoteldesigns.net##.n2-ss-slider
naturalblaze.com##.n553lfzn75
mail.google.com##.nH.PS
cryptobriefing.com##.na-item.item
nanoreview.net##.nad_only_desktop
imsa.com,nascar.com##.nascar-ad-container
old.reddit.com##.native-ad-container
allthatsinteresting.com##.native-box
blockchair.com##.native-sentence
phillyvoice.com##.native-sponsor
tekno.kompas.com##.native-wrap
seura.fi##.nativead:not(.list)
vice.com##.nav-bar__article-spacer
majorgeeks.com##.navigation-light
notebookcheck.net##.nbc-right-float
vocm.com##.nccBigBox
aceshowbiz.com,cmr24.net##.ne-banner-layout1
meilleurpronostic.fr##.ne4u07a96r5c3
danpatrick.com##.needsclick
newegg.com##.negspa-brands
nevadamagazine.com##.nevad-article-tall
chaseyoursport.com##.new-adv
play.typeracer.com##.newNorthWidget
pcgamesn.com##.new_affiliate_embed
farminguk.com##.news-advert-button-click
hurriyetdailynews.com##.news-detail-adv
myflixer.to##.news-iframe
dailysocial.id##.news__detail-ads-subs
firstpost.com##.newtopadd
moddb.com##.nextmediaboxtop
hulkshare.com##.nhsBotBan
afterdawn.com##.ni_box
bizasialive.com##.nipl-sticky-footer-banner
bizasialive.com##.nipl-top-sony-banr
bizasialive.com##.nipl_add_banners_inner
tumblr.com##.njwip
quipmag.com##.nlg-sidebar-inner > .widget_text
newsmax.com##.nmsponsorlink
newsmax.com##.nmsponsorlink + [class]
pcgamesn.com##.nn_mobile_mpu2_wrapper
pcgamesn.com##.nn_mobile_mpu_wrapper
trueachievements.com,truesteamachievements.com,truetrophies.com##.nn_player_w
publishedreporter.com##.no-bg-box-model
ferrarichat.com##.node_sponsor
greyhound-data.com##.non-sticky-publift
startpage.com##.nord-vpn-promo
unogs.com##.nordvpnAd
miniwebtool.com##.normalvideo
chipchick.com##.noskim.ntv-moap
4dayweek.io##.notadvert-tile-wrapper
thisiscolossal.com##.notblocked
cookingforengineers.com##.nothing
moodiedavittreport.com##.notice
mlsbd.shop##.notice-board
cityam.com##.notice-header
businessgreen.com,computing.co.uk##.notice-slot-full-below-header
torrends.to##.notice-top
forum.xda-developers.com##.notices--thnoticesplus_topbar
all3dp.com##.notification
mondoweiss.net##.notrack
bleepingcomputer.com##.noty_bar
pcgamebenchmark.com##.nova_wrapper
panda-novel.com,pandasnovel.com##.novel-ins2
nextpit.com##.np-top-deals
designtaxi.com##.nt
designtaxi.com##.nt-displayboard
newtimes.co.rw##.nt-horizontal-ad
newtimes.co.rw##.nt-vertical-ad
english.nv.ua##.nts-video-wrapper
forbes.com##.ntv-loading
marineelectronics.com,marinetechnologynews.com##.nwm-banner
kueez.com,trendexposed.com,wackojacko.com##.nya-slot
nypost.com##.nyp-s2n-wrapper
decider.com##.nyp-video-player
golfdigest.com##.o-ArticleRecirc
drivencarguide.co.nz##.o-adunit
lawandcrime.com,mediaite.com##.o-promo-unit
afkgaming.com##.o-yqC
comicbook.com##.oas
sentres.com##.oax_ad_leaderboard
comiko.net##.ob-widget-items-container
officedepot.com##.od-search-piq-banner-ads__lower-leaderboard
flashscore.co.za##.oddsPlacement
kijiji.ca##.ofGHb
guelphmercury.com##.offcanvas-inner > .tncms-region
softexia.com##.offer
oneindia.com##.oi-add-block
oneindia.com##.oi-recom-art-wrap
oneindia.com##.oi-spons-ad
oneindia.com##.oiad
boldsky.com,drivespark.com,filmibeat.com,gizbot.com,goodreturns.in,oneindia.com##.oiad-txt
hamodia.com##.oiomainlisting
forums.somethingawful.com##.oma_pal
oneindia.com##.one-ad
gameworldobserver.com##.only_link_area
decrypt.co##.opacity-75
lowtoxlife.com##.openpay-footer
politicalsignal.com##.os9x6hrd9qngz
indianexpress.com##.osv-ad-class
thedigitalfix.com##.ot-widget-banner
otakuusamagazine.com##.otaku_big_ad
dictionary.com,thesaurus.com##.otd-item__bottom
mma-core.com##.outVidAd
egmnow.com##.outbrain-wrapper
businesstoday.in##.outer-add-section
salon.com##.outer_ad_container
aminoapps.com##.overflow-scroll-sidebar > div
shtfplan.com##.overlay-container
golfweather.com##.ox300x250
afkgaming.com##.ozw5N
breakingnews.ie##.p-2.bg-gray-100
beermoneyforum.com##.p-body-sidebar
startpage.com##.pa-bg
startpage.com##.pa-bg-carousel
phonearena.com##.pa-sticky-container
getpocket.com##.paarv6m
islamicfinder.org##.pad-xs.box.columns.large-12
republicworld.com##.pad3010.txtcenter
republicworld.com##.padtop10.padright10.padleft10.minheight90
republicworld.com##.padtop20.txtcenter.minheight90
realtytoday.com##.page-bottom
scmp.com##.page-container__left-native-ad-container
bitdegree.org##.page-coupon-landing
iheartradio.ca##.page-footer
carsales.com.au,technobuffalo.com##.page-header
realtytoday.com##.page-middle
boxing-social.com##.page-takeover
seeklogo.com##.pageAdsWp
krcrtv.com,ktxs.com,wcti12.com,wcyb.com##.pageHeaderRow1
military.com##.page__top
rateyourmusic.com##.page_creative_frame
trustedreviews.com##.page_header_container
nzcity.co.nz##.page_skyscraper
mynorthwest.com##.pagebreak
calculatorsoup.com##.pages
topic.com##.pages-Article-adContainer
livejournal.com##.pagewide-wrapper
departures.com##.paid-banner
timesofindia.indiatimes.com##.paisa-wrapper
axn-asia.com,onetvasia.com##.pane-dart-dart-tag-300x250-rectangle
insidehighered.com##.pane-dfp
thebarentsobserver.com##.pane-title
comedycentral.com.au##.pane-vimn-coda-gpt-panes
wunderground.com##.pane-wu-fullscreenweather-ad-box-atf
khmertimeskh.com##.panel-grid-cell
panarmenian.net##.panner_2
battlefordsnow.com,cfjctoday.com,chatnewstoday.ca,everythinggp.com,huskiefan.ca,larongenow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca##.parallax-breakout
pons.com##.parallax-container
motortrend.com##.parent-video-player-cls
hltv.org##.parimatch-firstcol-box
myfigurecollection.net,prolificnotion.co.uk##.partner
hbr.org##.partner-center
mail.com##.partner-container
globalwaterintel.com,mavin.io##.partner-content
globalwaterintel.com##.partner-content-carousel
nrl.com##.partner-groups
dzone.com##.partner-resources-block
nationtalk.ca##.partner-slides
artasiapacific.com##.partner_container
motachashma.com,ordertracker.com##.partnerbanner
bundesliga.com##.partnerbar
freshnewgames.com##.partnercontent_box
investopedia.com##.partnerlinks
2oceansvibe.com,speedcafe.com,travelweekly.com##.partners
letsgodigital.org,letsgomobile.org##.partners-bar
cbn.com##.partners-block
practicalecommerce.com##.partners-sidebar
advocate.com##.partners__container
arrivealive.co.za##.partnersheading
liveuamap.com##.passby
writerscafe.org##.pay
nhentai.com##.pb-0.w-100[style]
newkerala.com##.pb-2 .text-mute
wweek.com##.pb-f-phanzu-phanzu-ad-code
cattime.com,dogtime.com,liveoutdoors.com,playstationlifestyle.net,thefashionspot.com##.pb-in-article-content
playbuzz.com##.pb-site-player
washingtonpost.com##.pb-sm.pt-sm.b
publicbooks.org##.pb_ads_widget
recipesandcooker.com##.pbl
caixinglobal.com##.pc-ad-left01
serverstoplist.com##.pcOnly
thefintechtimes.com##.penci-widget-sidebar
dailynews.lk##.penci_topblock
bestbuy.ca##.pencilAd_EE9DV
thegatewaypundit.com,westernjournal.com,wnd.com##.persistent-footer
apkmb.com##.personalizadas
post-gazette.com##.pg-mobile-adhesionbanner
post-gazette.com##.pgevoke-flexbanner-innerwrapper
post-gazette.com##.pgevoke-superpromo-innerwrapper
online.pubhtml5.com##.ph5---banner---container
timesofindia.com##.phShimmer
drivespark.com,filmibeat.com,gizbot.com##.photos-add
drivespark.com,filmibeat.com##.photos-left-ad
washingtontimes.com##.piano-in-article-reco
washingtontimes.com##.piano-right-rail-reco
reelviews.net##.picHolder
locklab.com##.picwrap
yopmail.com,yopmail.fr,yopmail.net##.pindexhautctn
carsized.com##.pl_header_ad
redgifs.com##.placard-wrapper
gismeteo.com,meteofor.com,nofilmschool.com##.placeholder
bucksco.today##.placeholder-block
theoldie.co.uk##.placeholder-wrapper
sundayworld.co.za##.placeholderPlug
pcgamebenchmark.com,soccerway.com,streetcheck.co.uk##.placement
diglloyd.com,windinmyface.com##.placementInline
diglloyd.com,windinmyface.com##.placementTL
diglloyd.com,windinmyface.com##.placementTR
hagerty.com##.placements
plagiarismtoday.com##.plagi-widget
trakt.tv##.playwire
advfn.com##.plus500
thepinknews.com##.pn-ad-container
thepinknews.com##.pn-remove-ads-container
freewebarcade.com##.pnum
radiotoday.co.uk##.pnvqryahwk-container
thespec.com##.polarAds
bramptonguardian.com,guelphmercury.com,insideottawavalley.com,thestar.com##.polarBlock
autoexpress.co.uk##.polaris__below-header-ad-wrapper
autoexpress.co.uk,carbuyer.co.uk,evo.co.uk##.polaris__partnership-block
bigissue.com##.polaris__simple-grid--full
compoundsemiconductor.net##.popular__section-newsx
wethegeek.com##.popup-dialog
welovemanga.one##.popup-wrap
battlefordsnow.com,cfjctoday.com,everythinggp.com,huskiefan.ca,larongenow.com,lethbridgenewsnow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca##.pos-top
buffstreams.sx##.position-absolute
charlieintel.com##.position-sticky
wtop.com##.post--sponsored
engadget.com##.post-article-ad
kiplinger.com##.post-gallery-item-ad
hackread.com##.post-review-li
hellocare.com.au##.post-wrapper__portrait-ads
newagebd.net##.postPageRightInTop
newagebd.net##.postPageRightInTopIn
thetrek.co##.post__in-content-ad
fastcompany.com##.post__promotion
bleedingcool.com##.post_content_spacer
ultrabookreview.com##.postzzif3
redketchup.io##.potato_sticky
redketchup.io##.potato_viewer
apartmenttherapy.com,cubbyathome.com,thekitchn.com##.pov_recirc__ad
power987.co.za##.power-leader-board-center
thetowner.com##.powered
thecoinrise.com##.pp_ad_block
theportugalnews.com##.ppp-banner
theportugalnews.com##.ppp-inner-banner
check-host.net##.pr-e-lative
oneesports.gg##.pr-sm-4
hindustantimes.com##.pramotedWidget
birdsandblooms.com,familyhandyman.com,rd.com,tasteofhome.com,thehealthy.com##.pre-article-ad
foxbusiness.com##.pre-content
sassymamahk.com##.pre_header_widget
vivo.sx##.preload
anfieldwatch.co.uk##.prem-gifts
premiumtimesng.com##.premi-texem-campaign
banjohangout.org,fiddlehangout.com,flatpickerhangout.com,mandohangout.com,resohangout.com##.premiere-sponsors
sulekha.com##.premium-banner-advertisement
pixabay.com##.present-g-item
flobzoo.com##.preview2bannerspot
manutd.com##.primary-header-sponsors
tech.hindustantimes.com##.primeDay
advfn.com##.primis-container
astrology.com##.primis-video-module-horoscope
dicebreaker.com,rockpapershotgun.com##.primis_wrapper
setlist.fm##.prmtnTop
computerweekly.com##.pro-downloads-home
pbs.org##.production-and-funding
nymag.com##.products-package
nymag.com##.products-package_single
filehippo.com##.program-actions-header__promo
filehippo.com##.program-description__slot
as.com,gokunming.com##.prom
delicious.com.au,taste.com.au##.prom-header
babynamegenie.com,comparitech.com,ecaytrade.com,nbcbayarea.com,nwherald.com,overclock3d.net,planetsourcecode.com,sciagaj.org,themuslimvibe.com,totalxbox.com,varsity.com,w3techs.com,wgxa.tv##.promo
setapp.com,thesaturdaypaper.com.au##.promo-banner
winscp.net##.promo-block
forums.minecraftforge.net,nextdoor.com,uploadvr.com##.promo-container
texasmonthly.com##.promo-in-body
texasmonthly.com##.promo-inline
spin.com##.promo-lead
coveteur.com##.promo-placeholder
ecaytrade.com##.promo-processed
texasmonthly.com##.promo-topper
lawandcrime.com,themarysue.com##.promo-unit
texasmonthly.com##.promo__vertical
uxmatters.com##.promo_block
reviversoft.com##.promo_dr
macworld.com##.promo_wrap
core77.com##.promo_zone
fool.com##.promobox-container
thedailydigest.com##.promocion_celda
canstar.com.au,designspiration.com,investors.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,cotswoldjournal.co.uk,cravenherald.co.uk,creweguardian.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,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,milfordmercury.co.uk,newsshopper.co.uk,northwichguardian.co.uk,oxfordmail.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,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,westerntelegraph.co.uk,wharfedaleobserver.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
imdb.com##.promoted-provider
coinalpha.app##.promoted_content
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##.promotedlink:not([style^="height: 1px;"])
racingtv.com,twitter.com,wral.com##.promotion
eetimes.eu##.promotion-block-wrapper
actionnetwork.com##.promotion-table
throwawaymail.com##.promotion_row
bostonreview.net##.promotop
insauga.com##.proper-content-dynamic
football365.com,planetf1.com,planetrugby.com##.ps-block-a
kathmandupost.com##.pt-0
gsmarena.com##.pt-10
gonintendo.com##.pt-5
getyarn.io##.pt3p > div
seattlepi.com##.pt40
1980-games.com,coleka.com,flash-mp3-player.net,gameslol.net,theportugalnews.com,tolonews.com##.pub
starsinsider.com##.pub-container
yabiladi.com##.pub2
gameslol.net##.pubGside
gameslol.net,yabiladi.com##.pub_header
devhints.io##.pubbox
as.com,desdelinux.net,tutiempo.net,ubunlog.com##.publi
surinenglish.com##.publiTop
catholic.net##.publicidad
eitb.eus##.publicidad_cabecera
eitb.eus##.publicidad_robapaginas
101soundboards.com##.publift_in_content_1
101soundboards.com##.publift_in_content_2
dailymail.co.uk##.puff_pastel
speedtest.net##.pure-u-custom-ad-rectangle
speedtest.net##.pure-u-custom-ad-skyscraper
appleinsider.com##.push
2conv.com##.push-offer
happymod.com##.pvpbar_ad
onmsft.com##.pw-gtr-box
bleedingcool.com##.pw-in-article
pricecharting.com##.pw-leaderboard
giantfreakinrobot.com##.pw-leaderboard-atf-container
giantfreakinrobot.com##.pw-leaderboard-btf-container
giantfreakinrobot.com##.pw-med-rect-atf-container
giantfreakinrobot.com##.pw-med-rect-btf-container
news18.com##.pwa_add
breakingnews.ie,canberratimes.com.au,theland.com.au##.py-2.bg-gray-100
euronews.com##.qa-dfpLeaderBoard
thegatewaypundit.com##.qh1aqgd
revolution935.com##.qt-sponsor
coingape.com,dailyboulder.com,townflex.com##.quads-location
surfline.com##.quiver-google-dfp
allthatsinteresting.com##.r-11rk87y
tgstat.com##.r1-aors
calendar-canada.ca,osgamers.com##.r89-outstream-video
tripadvisor.com##.rSJod
joins.com,kmplayer.com##.r_banner
linuxtopia.org##.raCloseButton
time.is##.rad
wahm.com##.rad-links
w3newspapers.com##.rads
theparisreview.org##.rail-ad
bookriot.com##.random-content-pro-wrapper
dappradar.com##.rankings-ad-row
rappler.com##.rappler-ad-container
wdwmagic.com##.raptive-custom-sidebar1
epicdope.com##.raptive-placeholder-header
gobankingrates.com##.rate-table-header
mydorpie.com##.rbancont
forebet.com##.rbannerDiv
reverso.net##.rcacontent
bookriot.com##.rcp-wrapper
just-dice.com##.realcontent
shareus.io##.recent-purchased
bettycrocker.com##.recipeAd
nypost.com,pagesix.com##.recirc
goodmorningamerica.com##.recirculation-module
videocelebs.net##.recl
nzherald.co.nz##.recommended-articles > .recommended-articles__heading
streamtvinsider.com##.recommended-content
slashgear.com##.recommended-heading
forestriverforums.com##.recommended-stories
last.fm##.recs-feed-item--ad
anisearch.com##.rect_sidebar
knowyourmeme.com##.rectangle-unit-wrapper
redferret.net##.redfads
arras.io##.referral
al-monitor.com##.region--after-content
middleeasteye.net##.region-before-navigation
steveharveyfm.com##.region-recommendation-right
mrctv.org##.region-sidebar
futbol24.com##.rek
wcostream.com##.reklam_pve
cyclingnews.com##.related-articles-wrap
engadget.com##.related-content-lazyload
idropnews.com##.related-posts
ranker.com##.relatedInline_container__Ux4lS
timesofindia.indiatimes.com##.relatedVideoWrapper
astrozop.com##.relative.z-5
miragenews.com##.rem-i-s
4shared.com##.remove-rekl
runningmagazine.ca##.repeater-bottom-leaderboard
bbjtoday.com##.replacement
m.tribunnews.com##.reserved-topmedium
holiday-weather.com##.resp-leaderboard
box-core.net,mma-core.com##.resp_ban
arras.io##.respawn-banner
guru99.com##.responsive-guru99-mobile1
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.result--ad > .result__body
jetphotos.com##.result--adv
myminifactory.com##.result-adv
classifiedads.com##.resultmarg
inchcalculator.com##.results-ad-container-outer
infobel.com##.results-bottom-banner-container
infobel.com##.results-middle-banner-container
infobel.com##.results-top-banner-container
curseforge.com##.rev-container
realmscans.to##.rev-src
utahgunexchange.com##.rev_slider_wrapper
latimes.com,sandiegouniontribune.com##.revcontent
al.com,cleveland.com,lehighvalleylive.com,masslive.com,mlive.com,newyorkupstate.com,oregonlive.com,pennlive.com,silive.com,syracuse.com##.revenue-display
grammar.yourdictionary.com##.revenue-placeholder
hindustantimes.com##.rgtAdSection
newindian.in##.rhs-ad2
indianexpress.com##.rhs-banner-carousel
cnbctv18.com##.rhs-home-second-ad
firstpost.com##.rhs-tp-ad
dailyo.in##.rhsAdvertisement300
livemint.com##.rhsWidgetNotAdFree
moneycontrol.com##.rhs_banner_300x34_widget
siteslike.com##.rif
terminal.hackernoon.com##.right
cnbctv18.com##.right-ad-amp
news.net##.right-banner-wr > .right
africanews.com##.right-legend
essentialenglish.review##.right-panel
jta.org##.right-rail-container
businessinsider.com##.right-rail-min-height-250
medpagetoday.com##.right-rail-panel
jpost.com##.right-side-banner
businesstoday.in##.right-side-tabola
livemint.com##.rightAdNew
slickdeals.net##.rightRailBannerSection
babycenter.com##.rightRailSegment
boomlive.in##.right_ad_4
gamemodding.com##.right_banner
softicons.com##.right_ga
smartasset.com##.riklam-container
ip.sb##.rivencloud_ads
rocket-league.com##.rlg-footer-ads-container
rocket-league.com##.rlg-trading-ad
rocket-league.com##.rlg-trading-spacer
costco.com##.rm-grid-product
indiatimes.com##.rmfp
rebelnews.com##.rn-article-ad
rebelnews.com##.rn-sidebar-ad
realitytea.com##.roadblock
surinenglish.com##.roba
cults3d.com##.robots-nocontent
boxrox.com##.rolling-mrt
beforeitsnews.com##.rotating_text_link
superhumanradio.net##.rotating_zone
atalayar.com##.rotulo-publi
flightconnections.com##.route-display-box
nme.com##.row-mobile-billboard
healthnfitness.net##.row-section-game-widget
elnacional.cat##.row-top-banner
steamanalyst.com##.row.tpbcontainer
bikechatforums.com##.row2[style="padding: 5px;"]
onlineocr.net##.row[style*="text-align:right"]
jdpower.com##.rrail__ad-wrap
wikihow.com##.rrdoublewrap
kickassanime.mx,kickassanimes.io##.rs
freewebarcade.com##.rsads
gamertweak.com##.rsgvqezdh-container
box-core.net,mma-core.com##.rsky
rswebsols.com##.rsws_banner_sidebar
nextofwindows.com##.rtsidebar-cm
freewebarcade.com##.rxads
freewebarcade.com##.rxse
itweb.co.za##.s-logos
bleepingcomputer.com##.s-ou-wrap
hope1032.com.au##.s-supported-by
japantoday.com##.s10r
nodejs.libhunt.com##.saashub-ad
steamladder.com##.salad
salife.com.au##.salife-slot
softonic.com##.sam-slot
audi-sport.net,beermoneyforum.com,forums.sailinganarchy.com,geekdoing.com,sportfishingbc.com,studentdoctor.net##.samBannerUnit
racedepartment.com,resetera.com,satelliteguys.us##.samCodeUnit
beermoneyforum.com##.samTextUnit
netweather.tv##.samsad-Leaderboard2
teamfortress.tv##.sau
point2homes.com##.saved-search-banner-list
thebudgetsavvybride.com##.savvy-target
pcgamesn.com##.saw-wrap
tvtropes.org##.sb-fad-unit
animehub.ac##.sb-subs
sabcsport.com##.sbac_header_top_ad
pcwdld.com##.sbcontent
mindbodygreen.com##.sc-10p0iao-0
kotaku.com##.sc-6zn1bq-0
distractify.com,inquisitr.com,radaronline.com##.sc-fTZrbU
scotsman.com##.sc-igwadP
sankakucomplex.com##.scad
soyacincau.com##.scadslot-widget
bangordailynews.com##.scaip
newindianexpress.com##.scc
radiotimes.com##.schedule__row-list-item-advert
fantasyalarm.com##.scoreboard
hentaihaven.icu,hentaihaven.xxx,hentaistream.tv,nhentai.io##.script_manager_video_master
eatsmarter.com##.scroll-creatives
readmng.com##.scroll_target_top
lethbridgenewsnow.com##.scroller
cyclinguptodate.com,tennisuptodate.com##.sda
userscript.zone##.searcad
dryicons.com##.search-related__sponsored
minecraftservers.org##.second-banner
businesstoday.in##.secondAdPosition
finextra.com##.section--minitextad
finextra.com##.section--mpu
sowetanlive.co.za##.section-article-sponsored
nzherald.co.nz##.section-iframe
tvarticles.me##.section-post-about
pipeflare.io##.section-promo-banner
seattlepride.org##.section_sponsorship
brandsoftheworld.com##.seedling
searchenginejournal.com##.sej-bbb-section
hypestat.com##.sem_banner
shareus.io##.seperator-tag
searchencrypt.com##.serp__top-ads
minecraftforum.net##.server-forum-after-comment-ad
save-editor.com##.set_wrapper
shortorial.com##.sgpb-popup-dialog-main-div-wrapper
analyticsinsight.net,shortorial.com##.sgpb-popup-overlay
stockhouse.com##.sh-ad
soaphub.com##.sh-sh_belowpost
soaphub.com##.sh-sh_inpost_1
soaphub.com##.sh-sh_inpost_2
soaphub.com##.sh-sh_inpost_3
soaphub.com##.sh-sh_inpost_4
soaphub.com##.sh-sh_postlist_2_home
themeforest.net##.shared-global_footer-cross_sell_component__root
romzie.com##.shcntr
bestbuy.com##.shop-dedicated-sponsored-carousel
stokesentinel.co.uk##.shop-window[data-impr-tracking="true"]
hypebeast.com##.shopping-break-container
indiatoday.in##.shopping__widget
citychicdecor.com##.shopthepost-widget
mirror.co.uk##.shopwindow-adslot
mirror.co.uk##.shopwindow-advertorial
chess.com##.short-sidebar-ad-component
axios.com##.shortFormNativeAd
fool.com##.show-ad-label
siliconrepublic.com##.show-for-medium-up
thepointsguy.com##.showBb
winx-club-hentai.com##.shr34
mbauniverse.com##.shriresume-logo
seeklogo.com##.shutterBannerWp
tineye.com##.shutterstock-similar-images
scriptinghelpers.org##.shvertise-skyscraper
cartoq.com##.side-a
chaseyoursport.com##.side-adv-block-blog-open
news.am,nexter.org,viva.co.nz##.side-banner
setapp.com##.side-scrolling__banner
idropnews.com##.side-title-wrap
vpnmentor.com##.side-top-vendors-wrap
pr0gramm.com##.side-wide-skyscraper
seeklogo.com##.sideAdsWp
israelnationalnews.com##.sideInf
freeseotoolbox.net##.sideXd
thefastmode.com##.side_ads
uquiz.com##.side_bar
panarmenian.net##.side_panner
tutorialrepublic.com##.sidebar
coincodex.com##.sidebar-1skyscraper
oann.com##.sidebar-ad-slot__ad-label
jayisgames.com##.sidebar-ad-top
motorcycle.com##.sidebar-ad-unit
computing.co.uk##.sidebar-block
dailycoffeenews.com##.sidebar-box
nfcw.com##.sidebar-display
thehustle.co##.sidebar-feed-trends
gameflare.com##.sidebar-game
lawandcrime.com,mediaite.com##.sidebar-hook
freshbusinessthinking.com##.sidebar-mpu
spearswms.com##.sidebar-mpu-1
middleeasteye.net##.sidebar-photo-extend
comedy.com##.sidebar-prebid
domainnamewire.com,repeatreplay.com##.sidebar-primary
libhunt.com##.sidebar-promo-boxed
davidwalsh.name##.sidebar-sda-large
coincodex.com##.sidebar-skyscraper
ldjam.com##.sidebar-sponsor
abovethelaw.com##.sidebar-sponsored
proprivacy.com##.sidebar-top-vpn
indianapublicmedia.org##.sidebar-upper-underwritings
bigleaguepolitics.com##.sidebar-widget
zap-map.com##.sidebar__advert
wordcounter.icu##.sidebar__display
pbs.org##.sidebar__logo-pond
hepper.com##.sidebar__placement
snopes.com##.sidebar_ad
pcgamesn.com##.sidebar_affiliate_disclaimer
bxr.com##.sidebar_promo
bleedingcool.com##.sidebar_spacer
alternet.org##.sidebar_sticky_container
macrumors.com##.sidebarblock
macrumors.com##.sidebarblock2
linuxize.com##.sideblock
dbknews.com##.sidekick-wrap
kit.co##.sidekit-banner
linuxtopia.org##.sidelinks > .sidelinks
atlasobscura.com##.siderail-bottom-affix-placeholder
thespike.gg##.siderail_ad_right
classicalradio.com,jazzradio.com,radiotunes.com,rockradio.com,zenradio.com##.sidewall-ad-component
sifted.eu##.sifted_advert_block
wncv.com##.simple-image
nanoreview.net##.sinad_only_desktop
nanoreview.net##.sinad_only_mobile
metalsucks.net##.single-300-insert
9to5mac.com##.single-custom-post-ad
kolompc.com##.single-post-content > center
abovethelaw.com##.single-post__sponsored-post--desktop
policyoptions.irpp.org##.single__ad
deshdoaba.com##.site-branding
emulatorgames.net##.site-label
jdpower.com##.site-top-ad
dailycoffeenews.com##.site-top-ad-desktop
emulatorgames.net##.site-unit-lg
macys.com##.siteMonetization
warcraftpets.com##.sitelogo > div
garagejournal.com##.size-full.attachment-full
newsnext.live##.size-large
garagejournal.com##.size-medium
canadianbusiness.com,torontolife.com##.sjm-dfp-wrapper
charismanews.com##.skinTrackClicks
pinkvilla.com##.skinnerAd
hltv.org##.skinport
entrepreneur.com##.sky
edarabia.com##.sky-600
cheese.com,datpiff.com,gtainside.com##.skyscraper
plos.org##.skyscraper-container
newsnow.co.uk##.skyscraper-left
singaporeexpats.com##.skyscrapers
everythingrf.com,futbol24.com##.skyscrapper
as.com##.slider-producto
inbox.com##.slinks
airdriecityview.com,alaskahighwaynews.ca,albertaprimetimes.com,bowenislandundercurrent.com,burnabynow.com,coastreporter.net,cochraneeagle.ca,delta-optimist.com,moosejawtoday.com,mountainviewtoday.ca,newwestrecord.ca,nsnews.com,piquenewsmagazine.com,princegeorgecitizen.com,prpeak.com,richmond-news.com,rmoutlook.com,sasktoday.ca,squamishchief.com,stalbertgazette.com,theorca.ca,townandcountrytoday.com,tricitynews.com,vancouverisawesome.com,westerninvestor.com,westernwheel.ca##.slot
nicelocal.com##.slot-service-2
nicelocal.com##.slot-service-top
iheartradio.ca##.slot-topNavigation
independent.ie##.slot1
independent.ie##.slot4
boxofficemojo.com,imdb.com##.slot_wrapper
drivereasy.com##.sls_pop
sltrib.com##.sltrib_medrec_sidebar_atf
skinnyms.com##.sm-above-header
bikeexif.com##.small
dutchnews.nl##.small-add-block
numuki.com##.small-banner-responsive-wrapper
startup.ch##.smallbanner
food.com##.smart-aside-inner
food.com##.smart-rail-inner
secretchicago.com##.smn-new-gpt-ad
rugby365.com##.snack-container
small-screen.co.uk##.snackStickyParent
dailyevergreen.com##.sno-hac-desktop-1
khmertimeskh.com##.so-widget-sow-image
u.today##.something
u.today##.something--fixed
u.today##.something--wide
songfacts.com##.songfacts-song-inline-ads
greatandhra.com##.sortable-item_top_add123
khmertimeskh.com##.sow-slider-image
freeonlineapps.net##.sp
academickids.com##.spacer150px
quora.com##.spacing_log_question_page_ad
infoq.com##.spns
informer.com##.spnsd
sundayworld.co.za##.spnsorhome
mydramalist.com##.spnsr
worldtimezone.com##.spon-menu
xda-developers.com##.spon_banner
andrewlock.net,centos.org,domainincite.com,europages.co.uk,gamingcloud.com,ijr.com,kpbs.org,manutd.com,phillyvoice.com,phish.report,speedcafe.com,thefederalistpapers.org,thegatewaypundit.com,ufile.io,westernjournal.com,wnd.com##.sponsor
cssbattle.dev##.sponsor-container
dallasinnovates.com##.sponsor-footer
jquery.com##.sponsor-line
newsroom.co.nz##.sponsor-logos2
compellingtruth.org##.sponsor-sidebar
cricketireland.ie##.sponsor-strip
arizonasports.com,ktar.com##.sponsorBy
cryptolovers.me##.sponsorContent
blbclassic.org##.sponsorZone
2b2t.online,caixinglobal.com,chicagobusiness.com,chronicle.co.zw,dailymaverick.co.za,dailytarheel.com,duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion,dunyanews.tv,fifplay.com,freebmd.org.uk,hbr.org,herald.co.zw,lawandcrime.com,libhunt.com,motherjones.com,naval-technology.com,reviewjournal.com,saashub.com,samedicalspecialists.co.za,sportsbusinessjournal.com,statnews.com,stocksnap.io,timeslive.co.za##.sponsored
newegg.com##.sponsored-brands
cheknews.ca##.sponsored-by
washingtontimes.com##.sponsored-heading
breakingdefense.com##.sponsored-inline
freesvg.org##.sponsored-main-detail
justwatch.com##.sponsored-recommendation
crn.com##.sponsored-resources
search.brave.com##.sponsored-unit_wrapper
coingecko.com##.sponsored-v2
investing.com##.sponsoredArticle
tech.hindustantimes.com##.sponsoredBox
coinmarketcap.com##.sponsoredMark
circleid.com##.sponsoredTopicCard
hannaford.com##.sponsored_product
meijer.com##.sponsoredproducts
ar15.com,armageddonexpo.com,audiforums.com,f1gamesetup.com,ferrarichat.com,hotrodhotline.com,jaguarforums.com,pypi.org,smashingmagazine.com,thebugle.co.za,waamradio.com,wbal.com,webtorrent.io##.sponsors
vuejs.org##.sponsors-aside-text
salixos.org##.sponsors-container
libhunt.com##.sponsors-list-content
petri.com##.sponsorsInline
newswiretoday.com,przoom.com##.sponsortd
alexandriagazette.com,arlingtonconnection.com,burkeconnection.com,centre-view.com,coincost.net,connection-sports.com,fairfaxconnection.com,fairfaxstationconnection.com,forum.xda-developers.com,greatfallsconnection.com,herndonconnection.com,mcleanconnection.com,mountvernongazette.com,phonearena.com,potomacalmanac.com,reston-connection.com,springfieldconnection.com,viennaconnection.com##.spot
phonearena.com##.spot-sticky-container
freepik.com##.spr-plc
gemoo.com##.sprtadv
bizarrepedia.com##.spsnrd
collive.com##.spu-bg
collive.com##.spu-box
motorauthority.com##.sq-block
reneweconomy.com.au##.sq_get_quotes
ftvlive.com##.sqs-block-image-link
nutritioninsight.com,packaginginsights.com##.squarblk
autoaction.com.au,snokido.com##.square
flvto.biz,flvto.com.mx##.square-area
getmyuni.com##.squareDiv
ebay.co.uk,ebay.com,ebay.com.au##.srp-1p__link
mlsbd.shop##.srzads
theblueoceansgroup.com##.ss-on-media-container
searchenginejournal.com##.sss2_sllo_o3
aupetitparieur.com##.st85ip42z1v3x
cnn.com##.stack__ads
barrons.com##.standard__AdWrapper-sc-14sjre0-6
geoguessr.com##.start__display-ad
coingape.com##.stcikyright
bostonglobe.com##.stick_1200--tablet
ar15.com##.stickers
kathmandupost.com##.sticky--bottom
religionnews.com##.sticky-ad-white-space
rugbyonslaught.com##.sticky-add
gr8.cc,psycatgames.com##.sticky-banner
note.nkmk.me##.sticky-block
pastpapers.co##.sticky-bottom
golfmagic.com,kbb.com,thisismoney.co.uk##.sticky-container
goterriers.com##.sticky-footer
walletinvestor.com##.sticky-footer-content
babylonbee.com##.sticky-footer-image
business2community.com##.sticky-header
sciencing.com,sportsnet.ca##.sticky-leaderboard-container
fastcompany.com##.sticky-outer-wrapper
niagarathisweek.com##.sticky-parent
foxweather.com##.sticky-pre-content
foxnews.com##.sticky-pre-header
foxnews.com##.sticky-pre-header-inner
theportugalnews.com##.sticky-pub
almanac.com##.sticky-right-sidebar
thechinaproject.com##.sticky-spacer
oilcity.news##.sticky-sponsors-large
jpost.com##.sticky-top-banner
litecoin-faucet.com##.sticky-top1
theblock.co,thekitchn.com##.stickyFooter
everythingrf.com##.stickyRHSAds
cnet.com##.stickySkyboxSpacing
fastfoodnutrition.org##.sticky_footer
pcgamesn.com##.sticky_rail600
minecraftlist.org##.stickywrapper
romzie.com##.stksht
dailyherald.com##.stnContainer
stationx.net##.stnx-cta-embed
groceries.asda.com##.sto_format
dailycoffeenews.com##.story-ad-horizontal
dailykos.com##.story-banner-ad-placeholder
bqprime.com##.story-base-template-m__vuukle-ad__g1YBt
nzherald.co.nz##.story-card--sponsored--headline
nzherald.co.nz##.story-card--sponsored-text-below
stadiumtalk.com##.story-section-inStory-inline
interest.co.nz##.story-tag-wrapper
healthshots.com##.storyBlockOne
businesstoday.in##.stoybday-ad
24fm.ps,datingscammer.info,kayifamily.net,news365.co.za##.stream-item
siasat.com##.stream-item-below-post-content
twitter.com##.stream-item-group-start[label="promoted"]
coinpedia.org,siasat.com##.stream-item-inline-post
conservativebrief.com##.stream-item-mag
hardwaretimes.com##.stream-item-size
how2electronics.com##.stream-item-top
todayuknews.com##.stream-item-top-wrapper
siasat.com##.stream-item-widget
news365.co.za##.stream-item-widget-content
coinpedia.org##.stream-title
stellar.ie##.stuck
news.stv.tv##.stv-article-gam-slot
dbltap.com##.style_7z5va1-o_O-style_48hmcm-o_O-style_1ts1q2h
inyourarea.co.uk##.style_advertisementMark_1Jki4
inyourarea.co.uk##.style_cardWrapper_ycKf8
amazonadviser.com,apptrigger.com,arrowheadaddict.com,bamsmackpow.com,fansided.com,gamesided.com,gojoebruin.com,hiddenremote.com,lastnighton.com,mlsmultiplex.com,netflixlife.com,playingfor90.com,stormininnorman.com,winteriscoming.net##.style_k8mr7b-o_O-style_1ts1q2h
nationalheraldindia.com##.styles-m__dfp__3T0-C
streamingsites.com##.styles_adverticementBlock__FINvH
streamingsites.com##.styles_backdrop__8uFQ4
egamersworld.com##.styles_bb__hb10X
egamersworld.com##.styles_sidebar__m6yLy
troypoint.com##.su-box
cfoc.org##.su-button-style-glass
buzzfeed.com##.subbuzz-bfp--connatix_video
proprivacy.com##.summary-footer-cta
monocle.com##.super-leaderboard
atalayar.com,express.co.uk,the-express.com##.superbanner
f1gamesetup.com##.supp-footer-banner
f1gamesetup.com##.supp-header-banner
f1gamesetup.com##.supp-sense-desk-large
f1gamesetup.com##.supp-sense-sidebar-box-large
f1gamesetup.com##.supp-sidebar-box
japantimes.co.jp##.supplements-binder
ocado.com##.supplierBanner
cdromance.com##.support-us
fstoppers.com##.supportImg
indiedb.com,moddb.com##.supporter
hyiptop.net##.supporthome
techreen.com##.svc_next_content
survivopedia.com##.svp_campaign_main
timesofmalta.com##.sw-Top
saltwire.com##.sw-banner
swimswam.com##.swimswam-acf
khmertimeskh.com##.swiper-container-horizontal
khmertimeskh.com##.swiper-wrapper
presearch.com##.sx-top-bar-products
html-online.com##.szekcio4
royalroad.com##.t-center-2
patriotnationpress.com##.t2ampmgy
sbenny.com##.t3-masthead
emoneyspace.com##.t_a_c
theanalyst.com##.ta-ad
ucompares.com##.tablepress-id-46
posemaniacs.com##.tabletL\:w-\[728px\]
protocol.com##.tag-sponsored
spectrum.ieee.org##.tag-type-whitepaper
ghanaweb.com,thefastmode.com##.takeover
thefastmode.com##.takeover_message
igg-games.com##.taxonomy-description
zenger.news##.tb_e2rr695
bookriot.com##.tbr-promo
tennis.com##.tc-video-player-iframe
ghpage.com##.td-a-ad
antiguanewsroom.com,aptoslife.com,aviacionline.com,bohemian.com,carnewschina.com,constructionreviewonline.com,corvetteblogger.com,cyberparse.co.uk,darkhorizons.com,eastbayexpress.com,eindhovennews.com,ericpetersautos.com,fenuxe.com,gameplayinside.com,gamezone.com,ghpage.com,gilroydispatch.com,gizmochina.com,goodtimes.sc,goonhammer.com,greekreporter.com,greenfieldnews.com,healdsburgtribune.com,indianapolisrecorder.com,industryhit.com,jewishpress.com,kenyan-post.com,kingcityrustler.com,lankanewsweb.net,maltabusinessweekly.com,metrosiliconvalley.com,morganhilltimes.com,musictech.net,mycariboonow.com,nasilemaktech.com,newsnext.live,newstalkflorida.com,nme.com,pacificsun.com,pajaronian.com,pakobserver.net,pipanews.com,pressbanner.com,radioink.com,runnerstribe.com,salinasvalleytribune.com,sanbenito.com,scrolla.africa,sonorannews.com,telugubullet.com,theindependent.co.zw,unlockboot.com,wrestling-online.com,zycrypto.com##.td-a-rec
zycrypto.com##.td-a-rec-id-content_bottom
zycrypto.com##.td-a-rec-id-custom_ad_2
unlockboot.com##.td-ads-home
techgenyz.com##.td-adspot-title
bizasialive.com##.td-all-devices
americanindependent.com##.td-banner-bg
brila.net,cgmagonline.com,cycling.today,gayexpress.co.nz,theyeshivaworld.com##.td-banner-wrap-full
boxthislap.org,ticgn.com,wtf1.co.uk##.td-footer-wrapper
techyv.com##.td-header-header
healthyceleb.com##.td-header-header-full
androidcommunity.com,techworm.net##.td-header-rec-wrap
5pillarsuk.com,babeltechreviews.com,cybersecuritynews.com,sonorannews.com,techviral.net,thestonedsociety.com,weekendspecial.co.za##.td-header-sp-recs
runnerstribe.com##.td-post-content a[href^="https://tarkine.com/"]
antiguanewsroom.com,gadgetstouse.com##.td-ss-main-sidebar
techgenyz.com##.td_block_single_image
capsulenz.com,dexdotexe.com,ssbcrack.com,thecoinrise.com##.td_spot_img_all
arynews.tv##.tdi_103
techgenyz.com##.tdi_114
pakobserver.net##.tdi_121
pakobserver.net##.tdi_124
carnewschina.com##.tdi_162
greekreporter.com##.tdi_18
techgenyz.com##.tdi_185
based-politics.com##.tdi_30
teslaoracle.com##.tdi_48
coinedition.com##.tdi_59
ghpage.com##.tdi_63
finalweapon.net##.tdi_87
coinedition.com##.tdi_95
coinedition.com##.tdm-inline-image-wrap
lankanewsweb.net##.tdm_block_inline_image
hltv.org##.team-player-profile-below-trophies-placement
who.is##.teaser-bar
liverpoolecho.co.uk,manchestereveningnews.co.uk##.teaser[data-tmdatatrack-source="SHOP_WINDOW"]
semiconductor-today.com##.teaserexternal.teaser
techopedia.com##.techo-adlabel
technology.org##.techorg-banner
sporcle.com##.temp-unit
macrumors.com##.tertiary
ericpetersautos.com##.text-109
hackread.com##.text-61
vuejs.org##.text-ad
how2shout.com##.text-ads
y2down.cc##.text-center > a[href="https://loader.to/loader.apk"]
skylinewebcams.com##.text-center.cam-light
charlieintel.com,dexerto.com##.text-center.italic
ascii-code.com##.text-center.mb-3
upi.com##.text-center.mt-5
thegradcafe.com##.text-center.py-3
whatismyisp.com##.text-gray-100
businessonhome.com##.text-info
mastercomfig.com##.text-start[style^="background:"]
geeksforgeeks.org##.textBasedMannualAds_2
putlockers.do##.textb
sciencedaily.com##.textrule
evilbeetgossip.com,kyis.com,thesportsanimal.com,wild1049hd.com,wky930am.com##.textwidget
tftcentral.co.uk##.tftce-adlabel
thejakartapost.com##.the-brief
vaughn.live##.theMvnAbvsLowerThird
steelersdepot.com##.theiaStickySidebar
serverhunter.com##.this-html-will-keep-changing-these-ads-dont-hurt-you-advertisement
gearspace.com##.thread__sidebar-ad-container
aardvark.co.nz##.tinyprint
blendernation.com##.title
cryptocompare.com##.title-hero
kastown.com##.tkyrwhgued
onlinecourse24.com##.tl-topromote
themighty.com##.tm-ads
trademe.co.nz##.tm-display-ad__wrapper
nybooks.com##.toast-cta
spy.com##.todays-top-deals-widget
last.fm##.tonefuze
euobserver.com,medicinehatnews.com##.top
charlieintel.com,dexerto.com##.top-0.justify-center
mashable.com##.top-0.sticky > div
charlieintel.com,dexerto.com##.top-10
cartoq.com##.top-a
freedomleaf.com##.top-ab
cartoq.com##.top-ad-blank-div
forbes.com##.top-ad-container
artistdirect.com##.top-add
firstpost.com##.top-addd
n4g.com,techspy.com##.top-ads-container-outer
jamieoliver.com##.top-avocado
advfn.com##.top-ban-wrapper
addictivetips.com,automotive-fleet.com,businessfleet.com,cfl.ca,fleetfinancials.com,forbesindia.com,government-fleet.com,howsecureismypassword.net,ncaa.com,pcwdld.com,rigzone.com,schoolbusfleet.com,wltreport.com##.top-banner
smartasset.com##.top-banner-ctr
gptoday.net##.top-banner-leaderboard
numuki.com##.top-banner-responsive-wrapper
gamewatcher.com##.top-banners-wrapper
papermag.com##.top-billboard__below-title-ad
livescores.biz##.top-bk
blockchair.com##.top-buttons-wrap
freedesignresources.net##.top-cat-ads
procyclingstats.com##.top-cont
foodrenegade.com##.top-cta
forbes.com##.top-ed-placeholder
forexlive.com##.top-forex-brokers__wrapper
theguardian.com##.top-fronts-banner-ad-container
debka.com##.top-full-width-sidebar
reverso.net##.top-horizontal
india.com##.top-horizontal-banner
spectrum.ieee.org##.top-leader-container
thedailystar.net##.top-leaderboard
sportingnews.com##.top-mpu-container
webmd.com##.top-picks
speedtest.net##.top-placeholder
financemagnates.com,forexlive.com##.top-side-unit
cryptoslate.com##.top-sticky
playbuzz.com##.top-stickyplayer-container
news18.com##.topAdd
ganjingworld.com##.topAdsSection_wrapper__cgH4h
ada.org,globes.co.il,techcentral.ie,texteditor.co,versus.com##.topBanner
pcworld.com##.topDeals
tech.hindustantimes.com##.topGadgetsAppend
tutorviacomputer.com##.topMargin15
click2houston.com,clickondetroit.com,clickorlando.com,ksat.com,local10.com,news4jax.com##.topWrapper
giveawayoftheday.com,informer.com##.top_ab
theepochtimes.com##.top_ad
asmag.com,tiresandparts.net##.top_banner
joebucsfan.com##.top_banner_cont
archaeology.org##.top_black
justjared.com,justjaredjr.com##.top_rail_shell
allnigerianrecipes.com,antimusic.com,roadtests.com##.topad
eurointegration.com.ua##.topban_r
axisbank.com##.topbandBg_New
algemeiner.com,allmonitors24.com,streamable.com##.topbanner
drugs.com##.topbanner-wrap
videogamemods.com##.topbanners
papermag.com##.topbarplaceholder
belfastlive.co.uk,birminghammail.co.uk,bristolpost.co.uk,cambridge-news.co.uk,cheshire-live.co.uk,chroniclelive.co.uk,cornwalllive.com,coventrytelegraph.net,dailypost.co.uk,derbytelegraph.co.uk,devonlive.com,dublinlive.ie,edinburghlive.co.uk,examinerlive.co.uk,getsurrey.co.uk,glasgowlive.co.uk,gloucestershirelive.co.uk,hertfordshiremercury.co.uk,kentlive.news,leeds-live.co.uk,leicestermercury.co.uk,lincolnshirelive.co.uk,manchestereveningnews.co.uk,mylondon.news,nottinghampost.com,somersetlive.co.uk,stokesentinel.co.uk,walesonline.co.uk##.topbox-cls-placeholder
blabber.buzz##.topfeed
drivespark.com##.topsection div[style^="float"]
cambridge.org,ldoceonline.com##.topslot-container
collinsdictionary.com##.topslot_container
startpage.com##.total-adblock-desktop
moviemistakes.com##.tower
towleroad.com##.towletarget
utahgunexchange.com##.tp-revslider-mainul
steamanalyst.com##.tpbcontainerr
techreen.com##.tr-block-header-ad
techreen.com##.tr-block-label
torbay.gov.uk##.track
futurism.com##.tracking-wider
futurism.com##.tracking-widest
bincodes.com##.transferwise
sun-sentinel.com##.trb_sf_hl
coinmarketcap.com##.trending-sponsored
livemint.com##.trendingSimilarHeight
iflscience.com##.trendmd-container
naturalblaze.com##.trfkye8nxr
thumbsnap.com##.ts-blurb-wrap
thesimsresource.com##.tsr-ad
yidio.com##.tt
telegraphindia.com##.ttdadbox310
venturebeat.com##.tude-cw-wrap
tutorialink.com##.tutorialink-ad1
tutorialink.com##.tutorialink-ad2
tutorialink.com##.tutorialink-ad3
tutorialink.com##.tutorialink-ad4
roseindia.net##.tutorialsstaticdata
tvtropes.org##.tvtropes-ad-unit
drivencarguide.co.nz##.tw-bg-gray-200
todayonline.com##.tw-flex-shrink-2
drivencarguide.co.nz##.tw-min-h-\[18\.75rem\]
karnalguide.com##.two_third > .push20
tripadvisor.at,tripadvisor.be,tripadvisor.ca,tripadvisor.ch,tripadvisor.cl,tripadvisor.cn,tripadvisor.co,tripadvisor.co.id,tripadvisor.co.il,tripadvisor.co.kr,tripadvisor.co.nz,tripadvisor.co.uk,tripadvisor.co.za,tripadvisor.com,tripadvisor.com.ar,tripadvisor.com.au,tripadvisor.com.br,tripadvisor.com.eg,tripadvisor.com.gr,tripadvisor.com.hk,tripadvisor.com.mx,tripadvisor.com.my,tripadvisor.com.pe,tripadvisor.com.ph,tripadvisor.com.sg,tripadvisor.com.tr,tripadvisor.com.tw,tripadvisor.com.ve,tripadvisor.com.vn,tripadvisor.de,tripadvisor.dk,tripadvisor.es,tripadvisor.fr,tripadvisor.ie,tripadvisor.in,tripadvisor.it,tripadvisor.jp,tripadvisor.nl,tripadvisor.pt,tripadvisor.ru,tripadvisor.se##.txxUo
theroar.com.au##.u-d-block
patriotnationpress.com##.u8s470ovl
tumblr.com##.uOyjG
ubergizmo.com##.ubergizmo-dfp-ad
unlockboot.com##.ubhome-banner
darko.audio##.ubm_widget
unlockboot.com##.ubtopheadads
momjunction.com##.ubvideoad
barrons.com,wsj.com##.uds-ad-container
golflink.com,grammar.yourdictionary.com##.ui-advertisement
m.rugbynetwork.net##.ui-footer-fixed
businessday.ng##.uiazojl
nullpress.net##.uinyk-link
zpaste.net##.uk-animation-shake
telegraphindia.com##.uk-background-muted
doodrive.com##.uk-margin > [href] > img
igg-games.com##.uk-panel.widget-text
softarchive.is##.un-link
uncanceled.news##.uncan-content_11
pixhost.to##.under-image
hidefninja.com##.underads
inquinte.ca##.unit-block
bobvila.com##.unit-header-container
sciencedaily.com##.unit1
sciencedaily.com##.unit2
gpucheck.com##.unitBox
thegamerstation.com##.universal-js-insert
thegradcafe.com##.upcoming-events
pcgamingwiki.com##.upcoming-releases.home-card:first-child
filepuma.com##.update_software
letterboxd.com##.upgrade-kicker
upworthy.com##.upworthy_infinite_scroll_ad
upworthy.com##.upworthy_infinte_scroll_outer_wrap
vervetimes.com##.uyj-before-header
militarywatchmagazine.com##.v-card--link
militarywatchmagazine.com##.v-size--x-small.theme--light
tetris.com##.vAxContainer-L
tetris.com##.vAxContainer-R
zillow.com##.vPTHT
osuskins.net##.vad-container
lasvegassun.com##.varWrapper
salaamedia.com##.vc_custom_1527667859885
salaamedia.com##.vc_custom_1527841947209
businessday.ng##.vc_custom_1627979893469
progamerage.com##.vc_separator
battlefordsnow.com,cfjctoday.com,everythinggp.com,filmdaily.co,huskiefan.ca,larongenow.com,meadowlakenow.com,nanaimonewsnow.com,northeastnow.com,panow.com,rdnewsnow.com,sasknow.com,vernonmatters.ca##.vc_single_image-wrapper
itmunch.com##.vc_slide
ktm2day.com##.vc_wp_text
ggrecon.com##.venatus-block
mobafire.com##.venatus-responsive-ad
theloadout.com##.venatus_ad
fox10phoenix.com,fox13news.com,fox26houston.com,fox29.com,fox2detroit.com,fox32chicago.com,fox35orlando.com,fox4news.com,fox5atlanta.com,fox5dc.com,fox5ny.com,fox6now.com,fox7austin.com,fox9.com,foxbusiness.com,foxla.com,foxnews.com,ktvu.com,q13fox.com,wogx.com##.vendor-unit
cryptonews.net##.vert-public
mmegi.bw##.vertical-banner
radiocity.in##.vertical-big-add
radiocity.in##.vertical-small-add
hashrate.no##.verticalAdContainer
packaginginsights.com##.verticlblk
forbes.com##.vestpocket
mirror.co.uk##.vf3-conversations-list__promo
videogameschronicle.com##.vgc-productsblock
bestlifeonline.com,eatthis.com,hellogiggles.com##.vi-video-wrapper
express.co.uk##.viafoura-standalone-mpu
vice.com##.vice-ad__container
victoriabuzz.com##.victo-billboard-desktop
sportskeeda.com##.vidazoo-player-container
justthenews.com##.video--vdo-ai
songkick.com##.video-ad-wrapper
forexlive.com##.video-banner__wrapper
cyclinguptodate.com##.video-container
gbnews.com##.video-inbody
emptycharacter.com##.video-js
forbes.com,nasdaq.com##.video-placeholder
motortrend.com##.video-player-cls
thepinknews.com##.video-player__container
flicksmore.com##.video_banner
guru99.com##.videocontentmobile
justthenews.com##.view--breaking-news-sponsored
teachit.co.uk##.view-advertising-display
koreabiomed.com##.view-aside
vigilantcitizen.com##.vigil-leaderboard-article
vigilantcitizen.com##.vigil-leaderboard-home
variety.com##.vip-banner
kijiji.ca##.vipAdsList-3883764342
pokernews.com##.virgutis
coincheckup.com##.visible-xs > .ng-isolate-scope
visualcapitalist.com##.visua-target
roosterteeth.com##.vjs-marker
belloflostsouls.net,ginx.tv,op.gg,theloadout.com##.vm-placement
c19-worldnews.com##.vmagazine-medium-rectangle-ad
gosunoob.com##.vntsvideocontainer
valueresearchonline.com##.vr-adv-container
trueachievements.com##.vr-auction
hentaihaven.xxx##.vrav_a_pc
fastpic.ru##.vright
vaughn.live##.vs_v9_LTabvsLowerThirdWrapper
vaughn.live##.vs_v9_LTabvsLower_beta
vsbattles.com##.vsb_ad
vsbattles.com##.vsb_sticky
notateslaapp.com##.vtwjhpktrbfmw
wral.com##.vw3Klj
androidpolice.com##.w-pencil-banner
wsj.com##.w27771
userscript.zone##.w300
swimcompetitive.com##.waldo-display-unit
wetransfer.com##.wallpaper
goodfon.com##.wallpapers__banner240
dailymail.co.uk,thisismoney.co.uk##.watermark
watson.ch##.watson-ad
wbal.com##.wbal-banner
technclub.com##.wbyqkx-container
wccftech.com##.wccf_video_tag
searchencrypt.com##.web-result.unloaded.sr
probuilds.net##.welcome-bnr
taskcoach.org##.well
gearlive.com##.wellvert
cpu-monkey.com,cpu-panda.com,gpu-monkey.com##.werb
best-faucets.com,transfermarkt.co.uk,transfermarkt.com##.werbung
transfermarkt.co.uk##.werbung-skyscraper
transfermarkt.co.uk,transfermarkt.com##.werbung-skyscraper-container
tametimes.co.za##.white-background
gadgethacks.com,reality.news,wonderhowto.com##.whtaph
pch.com##.wide_banner
japantoday.com##.widget--animated
headforpoints.com##.widget--aside.widget
japantoday.com##.widget--jobs
fijisun.com.fj##.widget-1
fijisun.com.fj##.widget-3
kyivpost.com##.widget-300-250
vodacomsoccer.com##.widget-ad-block
wikikeep.com##.widget-area
superdeluxeedition.com##.widget-bg-image__deal-alert
cinemaexpress.com##.widget-container-133
thebeet.com##.widget-promotion
screencrush.com##.widget-widget_third_party_content
adexchanger.com##.widget_ai_ad_widget
gsmserver.com##.widget_banner-container_three-horizontal
discussingfilm.net,goonhammer.com,joemygod.com,shtfplan.com,thestrongtraveller.com,usmagazine.com##.widget_block
wplift.com##.widget_bsa
techweekmag.com##.widget_codewidget
4sysops.com,9to5linux.com,backthetruckup.com,catcountry941.com,cnx-software.com,corrosionhour.com,corvetteblogger.com,dailyveracity.com,dcrainmaker.com,fastestvpns.com,gamingonphone.com,gizmochina.com,guides.wp-bullet.com,iwatchsouthparks.com,macsources.com,metalsucks.net,mmoculture.com,nasaspaceflight.com,openloading.com,planetofreviews.com,prepperwebsite.com,sashares.co.za,scienceabc.com,scienceandliteracy.org,techdows.com,techiecorner.com,techjuice.pk,theblueoceansgroup.com,thecinemaholic.com,tooxclusive.com,torrentfreak.com,trackalerts.com,trendingpoliticsnews.com,winaero.com##.widget_custom_html
domaingang.com##.widget_execphp
bestlifeonline.com,hellogiggles.com##.widget_gm_karmaadunit_widget
faroutmagazine.co.uk##.widget_grv_mpu_widget
theiphoneappreview.com##.widget_links
247media.com.ng,appleworld.today,athleticsillustrated.com,businessaccountingbasics.co.uk,circuitbasics.com,closerweekly.com,coincodecap.com,cozyberries.com,dbknews.com,deshdoaba.com,foreverconscious.com,glitched.online,granitegrok.com,intouchweekly.com,kashmirreader.com,kkfm.com,lifeandstylemag.com,londonnewsonline.co.uk,marqueesportsnetwork.com,mensjournal.com,nikonrumors.com,patriotfetch.com,pctechmag.com,prajwaldesai.com,raspians.com,robinhoodnews.com,rok.guide,rsbnetwork.com,showbiz411.com,sportsspectrum.com,stacyknows.com,thecatholictravelguide.com,theoverclocker.com,thethaiger.com,ubuntu101.co.za,wakingtimes.com,washingtonmonthly.com,webscrypto.com,wgow.com,wgowam.com,wlevradio.com##.widget_media_image
cracked-games.org##.widget_metaslider_widget
nypost.com##.widget_nypost_dfp_ad_widget
nypost.com##.widget_nypost_vivid_concerts_widget
twistedsifter.com##.widget_sifter_ad_bigbox_widget
985kissfm.net,bxr.com,catcountry951.com,nashfm1065.com,power923.com,wncv.com,wskz.com##.widget_simpleimage
mypunepulse.com,optimyz.com##.widget_smartslider3
permanentstyle.com##.widget_sow-advertisements
acprimetime.com,androidpctv.com,brigantinenow.com,downbeachbuzz.com,thecatholictravelguide.com##.widget_sp_image
screenbinge.com,streamingrant.com##.widget_sp_image-image-link
gamertweak.com##.widget_srlzycxh
captainaltcoin.com,dailyboulder.com,freedesignresources.net,lostintechnology.com,ripplecoinnews.com,utahgunexchange.com,webkinznewz.ganzworld.com##.widget_text
nypost.com##.widget_text.no-mobile.box
tutorialink.com##.widget_ti_add_widget
carpeludum.com##.widget_widget_catchevolution_adwidget
techpout.com##.widget_xyz_insert_php_widget
ign.com##.wiki-bobble
wethegeek.com##.win
dailywire.com##.wisepops-block-image
gg.deals##.with-banner
windowsloop.com##.wl-prakatana
warontherocks.com##.wotr_top_lbjspot
guitaradvise.com##.wp-block-affiliate-plugin-lasso
gamepur.com##.wp-block-dotesports-affiliate-button
dotesports.com,primagames.com##.wp-block-gamurs-ad
gearpatrol.com##.wp-block-gearpatrol-ad-slot
gamingskool.com##.wp-block-group-is-layout-constrained
cryptofeeds.news,defence-industry.eu,gamenguides.com,houstonherald.com,millennial-grind.com,teslaoracle.com##.wp-block-image
lowcarbtips.org##.wp-block-image.size-full
livability.com##.wp-block-jci-ad-area-two
bangordailynews.com,michigandaily.com##.wp-block-newspack-blocks-wp-block-newspack-ads-blocks-ad-unit
pedestrian.tv##.wp-block-ped-theme-blocks-pedestrian-recent-jobs
hyperallergic.com,repeatreplay.com,steamdeckhq.com##.wp-block-spacer
thewrap.com##.wp-block-the-wrap-ad
c19-worldnews.com##.wp-caption
strangesounds.org##.wp-image-281312
hack-sat.com##.wp-image-31131
rvguide.com##.wp-image-3611
kiryuu.id##.wp-image-465340
thecricketlounge.com##.wp-image-88221
appuals.com##.wp-timed-p-content
bevmalta.org,chromoscience.com,conandaily.com,hawaiireporter.com,michaelsavage.com##.wpa
techyv.com##.wpb_raw_code
premiumtimesng.com##.wpb_raw_code > .wpb_wrapper
ukutabs.com##.wpb_raw_html
nationalfile.com##.wpb_wrapper > p
coralspringstalk.com##.wpbdp-listings-widget-list
sashares.co.za##.wppopups-whole
theregister.com##.wptl
memeburn.com,ventureburn.com##.wrapper--grey
hotnewhiphop.com##.wrapper-Desktop_Header
paultan.org##.wrapper-footer
tftactics.gg##.wrapper-lb1
webtoolhub.com##.wth_zad_text
forums.ventoy.net##.wwads-cn
waterfordwhispersnews.com##.wwn-ad-unit
geekflare.com##.x-article-818cc9d4
mysanantonio.com,sfgate.com##.x100.bg-gray100
beforeitsnews.com##.x1x2prx2lbnm
aupetitparieur.com##.x7zry3pb
mcpmag.com##.xContent
theseotools.net##.xd_top_box
livejournal.com##.xhtml_banner
dallasnews.com##.xl_right-rail
naturalblaze.com##.xtfaoba0u1
seattlepi.com##.y100.package
mamieastuce.com##.y288crhb
coin360.com##.y49o7q
titantv.com##.yRDh6z2_d0DkfsT3
247mirror.com,365economist.com,bridewired.com,dailybee.com,drgraduate.com,historictalk.com,mvpmode.com,parentmood.com,theecofeed.com,thefunpost.com,visualchase.com,wackojaco.com##.ya-slot
pravda.ru##.yaRtbBlock
yardbarker.com##.yb-card-ad
yardbarker.com##.yb-card-out
gamereactor.asia,gamereactor.cn,gamereactor.cz,gamereactor.de,gamereactor.dk,gamereactor.es,gamereactor.eu,gamereactor.fi,gamereactor.fr,gamereactor.it,gamereactor.jp,gamereactor.kr,gamereactor.nl,gamereactor.no,gamereactor.pl,gamereactor.pt,gamereactor.se##.yks300
desmoinesregister.com##.ymHyVK__ymHyVK
shockwave.com##.ympb_target_banner
saltwire.com##.youtube_article_ad
yellowpages.co.za##.yp-object-ad-modal
buzzly.art##.z-10.w-max
howstuffworks.com##.z-999
tekdeeps.com##.zAzfDBzdxq3
ign.com,mashable.com,pcmag.com##.zad
windows101tricks.com##.zanui-container
antimusic.com##.zerg
bellinghamherald.com,bnd.com,bradenton.com,centredaily.com,charlotteobserver.com,elnuevoherald.com,fresnobee.com,heraldonline.com,heraldsun.com,idahostatesman.com,islandpacket.com,kansas.com,kansascity.com,kentucky.com,ledger-enquirer.com,macon.com,mcclatchydc.com,mercedsunstar.com,miamiherald.com,modbee.com,myrtlebeachonline.com,newsobserver.com,sacbee.com,sanluisobispo.com,star-telegram.com,sunherald.com,thenewstribune.com,theolympian.com,thestate.com,tri-cityherald.com##.zone
bellinghamherald.com##.zone-el
cnn.com##.zone__ads
haxnode.net##[action^="//href.li/?"]
exchangerates.org.uk##[alt="banner"]
gab.com##[aria-label*="Sponsored:"]
thepointsguy.com##[aria-label="Advertisement"]
wsj.com##[aria-label="Sponsored Offers"]
blackbeltmag.com##[aria-label="Wix Monetize with AdSense"]
everydaykoala.com,playjunkie.com##[class*="__adspot-title-container"]
everydaykoala.com,playjunkie.com##[class*="__adv-block"]
bitcoinist.com,captainaltcoin.com,cryptonews.com,cryptonewsz.com,insidebitcoins.com,philnews.ph##[class*="clickout-"]
bloomberg.com##[class^="FullWidthAd_"]
uploader.link##[class^="ads"]
dallasnews.com##[class^="dmnc_features-ads-"]
romhustler.org##[class^="leaderboard_ad"]
reuters.com##[class^="primary-video__container_"]
nofilmschool.com##[class^="rblad-nfs_content"]
thetimes.co.uk##[class^="responsive__InlineAdWrapper-"]
cmswire.com##[class^="styles_ad-block"]
cmswire.com##[class^="styles_article__text-ad"]
cmswire.com##[class^="styles_article__top-ad-wrapper"]
hancinema.net##[class^="wmls_"]
torlock.com##[class^="wrn"]
mydramalist.com##[class^="zrsx_"]
newspointapp.com##[ctn-style]
flatpanelshd.com##[data-aa-adunit]
dribbble.com##[data-ad-data*="ad_link"]
gamelevate.com##[data-adpath]
builtbybit.com##[data-advertisement-id]
timesofindia.indiatimes.com##[data-aff-type]
czechtheworld.com##[data-affiliate]
walmart.ca##[data-automation="flipkartDisplayAds"]
jobstreet.com.sg##[data-automation="homepage-banner-ads"]
jobstreet.com.sg##[data-automation="homepage-marketing-banner-ads"]
newshub.co.nz##[data-belt-widget]
costco.com##[data-bi-placement="Criteo_Home_Espot"]
costco.ca##[data-bi-placement="Criteo_Product_Display_Page_Espot"]
chron.com,seattlepi.com,sfchronicle.com,timesunion.com##[data-block-type="ad"]
theblaze.com##[data-category="SPONSORED"]
gab.com##[data-comment="gab-ad-comment"]
sephora.com##[data-comp*="RMNCarousel"]
sephora.com##[data-comp*="RmnBanner"]
curbed.com##[data-concert="prelude"]
coingecko.com##[data-controller="button-ads"]
axios.com##[data-cy="injected-promo"]
hedgefollow.com##[data-dee_type^="large_banner"]
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##[data-empty]
ginx.tv##[data-ez-ph-id]
news.sky.com##[data-format="leaderboard"]
tvzoneuk.com##[data-hook="HtmlComponent"]
blackbeltmag.com##[data-hook="bgLayers"]
clevelandclinic.org##[data-identity*="billboard-ad"]
clevelandclinic.org##[data-identity="leaderboard-ad"]
igraal.com##[data-ig-ga-cat="Ad"]
jeffdornik.com##[data-image-info]
phoneia.com##[data-index]
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##[data-layout="ad"]
lightnovelpub.com##[data-mobid]
independent.co.uk##[data-mpu1]
goal.com##[data-name="ad-leaderboard"]
polygon.com##[data-native-ad-id^="container"]
greenbaycrimereports.com##[data-original-width="820"]
jeffdornik.com##[data-pin-url]
extremetech.com##[data-pogo="sidebar"]
washingtonpost.com##[data-qa="article-body-ad"]
washingtonpost.com##[data-qa="right-rail-ad"]
ginx.tv##[data-ref]
euroweeklynews.com##[data-revive-zoneid]
disqus.com##[data-role="ad-content"]
washingtonpost.com##[data-sc-c="adslot"]
trakt.tv##[data-snigel-id]
amp.theguardian.com##[data-sort-time="1"]
vrbo.com##[data-stid="meso-ad"]
cheaptickets.com,ebookers.com,expedia.com,hotels.com,orbitz.com,travelocity.com,wotif.com##[data-stid="meso-similar-properties-carousel"]
coingecko.com##[data-target="ads.banner"]
the-express.com##[data-tb-non-consent]
mail.yahoo.com##[data-test-id="gam-iframe"]
woot.com##[data-test-ui^="advertisementLeaderboard"]
target.com##[data-test="featuredProducts"]
zillow.com##[data-test="search-list-first-ad"]
target.com##[data-test="sponsored-text"]
reuters.com##[data-testid="ResponsiveAdSlot"]
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion##[data-testid="StandardAd"]
coles.com.au##[data-testid="ad"]
kijiji.ca##[data-testid="adsense-container"]
gozofinder.com##[data-testid="advert"]
coles.com.au##[data-testid="banner-container-desktop"]
petco.com##[data-testid="citrus-widget"]
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##[data-testid="driver"]
washingtonpost.com##[data-testid="fixed-bottom-ad"]
sbs.com.au##[data-testid="hbs-widget-skeleton"]
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##[data-testid="header-leaderboard"]
forbes.com##[data-testid="locked-top-ad-container"]
imdb.com##[data-testid="media-sheet__attr-banner"]
you.com##[data-testid="microsoft-ads"]
washingtonpost.com##[data-testid="placeholder-box"]
abcnews.go.com##[data-testid="prism-static-embed"]
abcnews.go.com##[data-testid="prism-sticky-ad"]
greatist.com,healthline.com,medicalnewstoday.com,psychcentral.com##[data-testid="sponsored-bar"]
manomano.co.uk,manomano.de,manomano.es,manomano.fr,manomano.it##[data-testid="spr-brd-banner"]
money.com##[data-trk-company="rocket-mortgage-review"]
goal.com##[data-type="AdComponent"]
search.brave.com##[data-type="ad"]
gadgetsnow.com##[data-type="mtf"]
forum.ragezone.com##[data-widget-key="widget_partners"]
petco.com##[data-widget-type="citrus-ad"]
petco.com##[data-widget-type="citrus-banner"]
theautopian.com##[data-widget_type="html.default"]
namepros.com##[data-xf-init="np-ad"]
cnn.com##[data-zone-label="Paid Partner Content"]
faroutmagazine.co.uk,hitc.com##[dock="#primis-dock-slot"]
dailynews.lk,german-way.com,issuu.com,londonnewsonline.co.uk,power987.co.za,qsaltlake.com,tfetimes.com##[height="250"]
ciiradio.com,hapskorea.com,issuu.com,thetruthwins.com##[height="300"]
namepros.com,pointblanknews.com,sharktankblog.com##[height="60"]
cryptofeeds.news,issuu.com,power987.co.za##[height="600"]
bankbazaar.com##[height="80"]
1001tracklists.com,airplaydirect.com,bankbazaar.com,cultofcalcio.com,dailynews.lk,economicconfidential.com,issuu.com,newzimbabwe.com,opednews.com,roadtester.com.au,runechat.com,tfetimes.com,therainbowtimesmass.com##[height="90"]
photopea.com##[href*=".ivank.net"]
nzbstars.com,upload.ee##[href*=".php"]
complaintsingapore.com##[href*="/adv.php"]
utahgunexchange.com##[href*="/click.track"]
libtorrent.org,mailgen.biz,speedcheck.org,torrentfreak.com,tubeoffline.com##[href*="://go.nordvpn.net/"]
gamecopyworld.com,gamecopyworld.eu##[href*="@"]
steroid.com##[href*="anabolics.com"]
9jaflaver.com,alaskapublic.org,allkeyshop.com,analyticsinsight.net,ancient-origins.net,animeidhentai.com,arabtimesonline.com,asura.gg,biblestudytools.com,bitcoinworld.co.in,cnx-software.com,coingolive.com,csstats.gg,digitallydownloaded.net,domaingang.com,downturk.net,fresherslive.com,gizmochina.com,glitched.online,glodls.to,guidedhacking.com,hackernoon.com,indishare.org,kaas.am,katfile.com,khmertimeskh.com,litecoin-faucet.com,mbauniverse.com,mediaite.com,mgnetu.com,myreadingmanga.info,newsfirst.lk,nexter.org,owaahh.com,parkablogs.com,pastemytxt.com,premiumtimesng.com,railcolornews.com,resultuniraj.co.in,retail.org.nz,ripplesnigeria.com,rtvonline.com,ryuugames.com,sashares.co.za,sofascore.com,thinknews.com.ng,timesuganda.com,totemtattoo.com,trancentral.tv,vumafm.co.za,yugatech.com,zmescience.com##[href*="bit.ly/"]
beforeitsnews.com,in5d.com,mytruthnews.com,thetruedefender.com##[href*="hop.clickbank.net"]
audiobookbay.is##[href="/ddeaatr"]
mywaifulist.moe##[href="/nord"]
whatsmyreferer.com##[href="http://fakereferer.com"]
whatsmyreferer.com##[href="http://fakethereferer.com"]
toumpano.net##[href="http://roz-tilefona.xbomb.net/"]
warfarehistorynetwork.com##[href="http://www.bktravel.com/"]
daijiworld.com##[href="http://www.expertclasses.org/"]
gametracker.com##[href="http://www.gameservers.com"]
allnewspipeline.com##[href="http://www.sqmetals.com/"]
bitcoiner.tv##[href="https://bitcoiner.tv/buy-btc.php"]
spys.one##[href="https://fineproxy.org/ru/"]
freedomfirstnetwork.com##[href="https://freedomfirstcoffee.com"]
summit.news##[href="https://infowarsstore.com/"]
americafirstreport.com##[href="https://jdrucker.com/ira"]
hightimes.com##[href="https://leafwell.com"]
conservativeplaybook.com##[href="https://ourgoldguy.com/contact/"]
davidwalsh.name##[href="https://requestmetrics.com/"]
unknowncheats.me##[href="https://securecheats.com/"]
slaynews.com##[href="https://slaynews.com/ads/"]
complaintsingapore.com##[href="https://thechillipadi.com/"]
walletinvestor.com##[href="https://walletinvestor.com/u/gnrATE"]
nettv4u.com##[href="https://www.badshahcric.net/"]
duplichecker.com##[href="https://www.duplichecker.com/gcl"]
barrettsportsmedia.com##[href="https://www.jimcutler.com"]
10minutemail.com##[href="https://www.remove-metadata.com"]
jagoroniya.com##[href="https://www.virtuanic.com/"]
wplocker.com##[href^="//namecheap.pxf.io/"]
unogs.com##[href^="/ad/"]
ar15.com##[href^="/forums/transfers.html"]
notbanksyforum.com,pooletown.co.uk,tossinggames.com,urbanartassociation.com##[href^="http://redirect.viglink.com"]
eevblog.com##[href^="http://s.click.aliexpress.com/"]
windows-noob.com##[href^="https://adaptiva.com/"]
open.spotify.com##[href^="https://adclick.g.doubleclick.net/"]
topfiveforex.com##[href^="https://affiliate.iqoption.com/"]
orschlurch.net##[href^="https://amzn.to/"]
aitextpromptgenerator.com##[href^="https://app.getsitepop.com/"]
wiki.gg##[href^="https://app.wiki.gg/showcase/"]
topfiveforex.com##[href^="https://betfury.io/"]
seganerds.com##[href^="https://betway.com/"]
greatandhra.com,kitploit.com##[href^="https://bit.ly/"] img
coingolive.com##[href^="https://bitpreco.com/"]
analyticsindiamag.com##[href^="https://business.louisville.edu/"]
50gameslike.com,highdemandskills.com,yumyumnews.com##[href^="https://click.linksynergy.com/"]
wccftech.com##[href^="https://cutt.ly/"]
ahaan.co.uk,emailnator.com,myip.is,scrolller.com##[href^="https://go.nordvpn.net/"]
everybithelps.io##[href^="https://hi.switchy.io/"]
imagetwist.com##[href^="https://imagetwist.com/pxt/"]
topfiveforex.com##[href^="https://iqoption.com/"]
theburningplatform.com##[href^="https://libertasbella.com/collections/"]
topfiveforex.com##[href^="https://luckyfish.io/"]
crypto-news-flash.com##[href^="https://mollars.com/"]
abovetopsecret.com,thelibertydaily.com##[href^="https://mypatriotsupply.com/"]
topfiveforex.com##[href^="https://olymptrade.com/"]
topfiveforex.com##[href^="https://omibet.io/"]
windows-noob.com##[href^="https://patchmypc.com/"]
unknowncheats.me##[href^="https://proxy-seller.com/"]
cryptonews.com##[href^="https://rapi.cryptonews.com/"]
tcbscans.com##[href^="https://readcbr.com/"]
rebelnews.com##[href^="https://rebelne.ws/"]
everybithelps.io##[href^="https://shop.ledger.com/"]
all-free-download.com##[href^="https://shutterstock.7eer.net/c/"] img
yts.mx##[href^="https://stARtgAMinG.net/"]
terraria.wiki.gg##[href^="https://store.steampowered.com/app/"]
brighteon.com##[href^="https://support.brighteon.com/"]
beforeitsnews.com,highshortinterest.com##[href^="https://tinyurl.com/"]
tripsonabbeyroad.com##[href^="https://tp.media/"]
minidl.org##[href^="https://uploadgig.com/premium/index/"]
mailshub.in##[href^="https://www.amazon.in/"]
workhouses.org.uk##[href^="https://www.awin1.com"]
businessonhome.com##[href^="https://www.binance.com/en/register?ref="]
bleepingcomputer.com##[href^="https://www.bleepingcomputer.com/go/"]
health.news,naturalnews.com,newstarget.com##[href^="https://www.brighteon.tv"]
work.ink##[href^="https://www.buff.game/buff-download/"]
seganerds.com##[href^="https://www.canadacasino.ca/"]
seganerds.com##[href^="https://www.casinonic.com/"]
onecompiler.com##[href^="https://www.datawars.io"]
ratemycourses.io##[href^="https://www.essaypal.ai"]
rebelnews.com##[href^="https://www.eventbrite.com/"]
seganerds.com##[href^="https://www.ewinracing.com/"]
gamecopyworld.com,gamecopyworld.eu##[href^="https://www.kinguin.net/"]
defenseworld.net##[href^="https://www.marketbeat.com/scripts/redirect.aspx"]
perezhilton.com##[href^="https://www.mytrue10.com/"]
weberblog.net##[href^="https://www.neox-networks.com/"]
newstarget.com##[href^="https://www.newstarget.com/ARF/"]
how2electronics.com##[href^="https://www.nextpcb.com/"]
ownedcore.com##[href^="https://www.ownedcore.com/forums/cb.php"]
how2electronics.com##[href^="https://www.pcbway.com/"]
bikeroar.com##[href^="https://www.roaradventures.com/"]
searchcommander.com##[href^="https://www.searchcommander.com/rec/"]
shroomery.org##[href^="https://www.shroomery.org/ads/"]
censored.news,newstarget.com##[href^="https://www.survivalnutrition.com"]
swimcompetitive.com##[href^="https://www.swimoutlet.com/"]
protrumpnews.com##[href^="https://www.twc.health/"]
ultimate-guitar.com##[href^="https://www.ultimate-guitar.com/send?ug_from=redirect"]
upload.ee##[href^="https://www.upload.ee/click.php"]
gametracker.com##[href^="https://www.vultr.com/"]
wakingtimes.com##[href^="https://www.wendymyersdetox.com/"]
cars.com##[id$="-sponsored"]
producebluebook.com##[id^="BBS"]
ldoceonline.com##[id^="ad_contentslot"]
bestbuy.ca,bestbuy.com##[id^="atwb-ninja-carousel"]
beforeitsnews.com##[id^="banners_"]
pluggedingolf.com##[id^="black-studio-tinymce-"]
designtaxi.com##[id^="dt-small-"]
eatthis.com##[id^="gm_karmaadunit_widget"]
designtaxi.com##[id^="in-news-link-"]
comicbook.com,popculture.com##[id^="native-plus-"]
dailydooh.com##[id^="rectdiv"]
daily-choices.com##[id^="sticky_"]
wuxiaworld.site##[id^="wuxia-"]
grabcad.com##[ng-if="model.asense"]
filecrypt.cc,filecrypt.co##[onclick^="var lj"]
transfermarkt.co.uk##[referrerpolicy]
appleinsider.com,dappradar.com,euroweeklynews.com,sitepoint.com,thefinancialbrand.com,tld-list.com##[rel*="sponsored"]
warecracks.com,websiteoutlook.com##[rel="nofollow"]
myanimelist.net##[src*="/c/img/images/event/"]
audioz.download##[src*="/promo/"]
transfermarkt.com##[src*="https://www.transfermarkt.com/image/"]
wallpaperaccess.com##[src="/continue.png"]
audiobookbay.is##[src="/images/d-t.gif"]
audiobookbay.is##[src="/images/dire.gif"]
brmangas.com##[src="https://manjiroinflu.com/streams.php"]
webcamtests.com##[src^="/MyShowroom/view.php?medium="]
linuxtopia.org##[src^="/includes/index.php/?img="]
academictorrents.com##[src^="/pic/sponsors/"]
exportfromnigeria.info##[src^="http://storage.proboards.com/"]
exportfromnigeria.info##[src^="http://storage2.proboards.com/"]
infotel.ca##[src^="https://infotel.ca/absolutebm/"]
exportfromnigeria.info##[src^="https://storage.proboards.com/"]
exportfromnigeria.info##[src^="https://storage2.proboards.com/"]
buzzly.art##[src^="https://submissions.buzzly.art/CANDY/"]
circleid.com##[style*="300px;"]
circleid.com##[style*="995px;"]
coolors.co##[style*="position:absolute;top:20px;"]
4anime.gg,apkmody.io,bollyflix.nexus,bravoporn.com,dramacool.sr,gogoanime.co.in,gogoanime.run,harimanga.com,hdmovie2.rest,himovies.to,hurawatch.cc,instamod.co,leercapitulo.com,linksly.co,mangadna.com,manhwadesu.bio,messitv.net,miraculous.to,movies-watch.com.pk,moviesmod.zip,nkiri.com,prmovies.dog,putlockers.li,sflix.se,sockshare.ac,ssoap2day.to,sukidesuost.info,tamilyogi.bike,uwatchfre.cam,waploaded.com,watchomovies.net,y-2mate.com,yomovies.team,ytmp3.cc,yts-subs.com##[style*="width: 100% !important;"]
shotcut.org##[style="background-color: #fff; padding: 6px; text-align: center"]
realitytvworld.com##[style="background-color: white; background: white"]
guides.wp-bullet.com##[style="height: 288px;"]
tenforums.com##[style="height:280px;"]
kingmodapk.net##[style="height:300px"]
geekzone.co.nz##[style="height:90px"]
realitytvworld.com##[style="margin: 5px 0px 5px; display: inline-block; text-align: center; height: 250;"]
timesnownews.com##[style="min-height: 181px;"]
namemc.com##[style="min-height: 238px"]
calendar-uk.co.uk,theartnewspaper.com,wahm.com##[style="min-height:250px;"]
edgegamers.com##[style="padding-bottom:10px;height:90px;"]
dvdsreleasedates.com##[style="padding:15px 0 15px 0;width:728px;height:90px;text-align:center;"]
analyticsinsight.net##[style="text-align: center;"]
kreationnext.com##[style="text-align:center"]
forum.nasaspaceflight.com##[style="text-align:center; margin-bottom:30px;"]
newagebd.net##[style^="float:left; width:320px;"]
forum.lowyat.net##[style^="height:100px;padding:5px"]
fandomwire.com##[style^="min-height: 320px"]
decrypt.co##[style^="min-width: 728px;"]
perchance.org##[style^="position: fixed;"]
meaww.com##[style^="text-align: center;"]
zenger.news##[style^="text-align:center;min-height:"]
filmdaily.co,gelbooru.com,integral-calculator.com,passiveaggressivenotes.com,twcenter.net##[style^="width: 728px;"]
gametracker.com##[style^="width:980px; height:48px"]
mrchecker.net##[target="_blank"]
myfitnesspal.com##[title*="Ad"]
balls.ie##[type="doubleclick"]
kiryuu.id##[width="1280"]
fansshare.com##[width="300"]
americanfreepress.net,analyticsindiamag.com,namepros.com,readneverland.com##[width="600"]
drwealth.com##[width="640"]
americaoutloud.com,analyticsindiamag.com,autoaction.com.au,cryptoreporter.info,dafont.com,forexmt4indicators.com,gamblingnewsmagazine.com,irishcatholic.com,tntribune.com,tryorthokeys.com##[width="728"]
elitepvpers.com##[width="729"]
elitepvpers.com##[width="966"]
presearch.com##[x-data*="kwrdAdFirst"]
mobiforge.com##a > img[alt="Ad"]
eztv.tf,eztv.yt##a > img[alt="Anonymous Download"]
cript.to##a.btn[target="_blank"][href^="https://cript.to/"]
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[ajaxify*="&eid="] + a[href^="https://l.facebook.com/l.php?u="]
newstalkflorida.com##a[alt="Ad"]
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[aria-label="Advertiser link"]
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##a[aria-label="Advertiser"]
alibaba.com##a[campaignid][target="_blank"]
bernama.com##a[class^="banner_photo_"]
probuilds.net##a[class^="dl-blitz-"]
trakt.tv##a[class^="hu-ck-s-t-er-"][target="_blank"]
androidauthority.com##a[data-sel="dealbar-link"]
sashares.co.za##a[data-wpel-link="external"]
pinterest.at,pinterest.ca,pinterest.ch,pinterest.co.uk,pinterest.com,pinterest.com.au,pinterest.com.mx,pinterest.de,pinterest.es,pinterest.fr,pinterest.it,pinterest.pt##a[href*="&epik="]
imgpile.com,linuxjournal.com,threatpost.com##a[href*="&utm_campaign="]
hitbullseye.com##a[href*="&utm_medium="]
walmart.ca##a[href*=".criteo.com/"]
chicagoprowrestling.com##a[href*="//thecmf.com/"] > img
chicagoprowrestling.com##a[href*="//www.aliciashouse.org/"] > img
itweb.co.za##a[href*="/adclick.php?"]
breakingbelizenews.com,cardealermagazine.co.uk,headfonics.com,igorslab.de,landline.media,mikesmoneytalks.ca,sundayworld.co.za,theroanokestar.com,visualcapitalist.com##a[href*="/linkout/"]
movie-censorship.com##a[href*="/out.php?"]
imagetwist.com##a[href*="/par/"]
civilserviceindia.com##a[href*="/red.php?bu="]
amsterdamnews.com,sundayworld.co.za,universityaffairs.ca##a[href*="/sponsored-content/"]
biznews.com,burnabynow.com,businessdailyafrica.com,coastreporter.net,financialexpress.com,irishtimes.com,komonews.com,newwestrecord.ca,nsnews.com,prpeak.com,richmond-news.com,seattletimes.com,spokesman.com##a[href*="/sponsored/"]
isaidubb.net,orutamil.com##a[href*="/ucdownloader.php?"]
isaidubb.net,orutamil.com##a[href*="/ucmini.php?"]
distrowatch.com##a[href*="3cx.com"]
97rock.com,wedg.com##a[href*="716jobfair.com"]
cript.to##a[href*="8stream-ai.com"]
uploadrar.com##a[href*="?"][target="_blank"]
filefleck.com,sadeempc.com,upload4earn.org,usersdrive.com##a[href*="javascript:"]
twitter.com##a[href*="src=promoted_trend_click"]
twitter.com##a[href*="src=promoted_trend_click"] + div
coolors.co##a[href*="srv.Buysellads.com"]
unitconversion.org##a[href="../noads.html"]
osradar.com##a[href="http://insiderapps.com/"]
tpb.party##a[href="https://mysurferprotector.com/"]
igg-games.com,pcgamestorrents.com##a[href][aria-label=""], [width="300"][height^="25"], [width="660"][height^="8"], [width="660"][height^="7"]
techporn.ph##a[href][target*="blank"]
rarbg.to,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com,rarbgunblocked.org##a[href][target="_blank"] > button
tractorbynet.com##a[href][target="_blank"] > img[class^="attachment-large"]
codapedia.com##a[href^="/ad-click.cfm"]
graphic.com.gh##a[href^="/adverts/"]
audiobookbay.is##a[href^="/dl-14-days-trial"]
kickasstorrents.to##a[href^="/download/"]
kinox.lat##a[href^="/engine/player.php"]
torrentgalaxy.to##a[href^="/hux?"]
limetorrents.lol##a[href^="/leet/"]
tehrantimes.com##a[href^="/redirect/ads/"]
xbox-hq.com##a[href^="banners.php?"]
iamdisappoint.com,shitbrix.com,tattoofailure.com##a[href^="http://goo.gl/"]
notbanksyforum.com##a[href^="http://l-13.org/"]
wjbc.com##a[href^="http://sweetdeals.com/bloomington/deals"]
notbanksyforum.com##a[href^="http://www.ebay.co.uk/usr/heartresearchuk_shop/"]
speedsolving.com##a[href^="http://www.kewbz.co.uk"] > img
1280wnam.com##a[href^="http://www.milwaukeezoo.org/visit/animals/"]
2x4u.de##a[href^="http://www.myfreecams.com/?baf="]
rpg.net##a[href^="http://www.rpg.net/ads/"]
warm98.com##a[href^="http://www.salvationarmycincinnati.org"]
tundraheadquarters.com##a[href^="http://www.tkqlhce.com/"]
shareae.com##a[href^="https://aejuice.com/"]
lilymanga.com##a[href^="https://amzn.to/"]
downloadhub.ltd##a[href^="https://bestbuyrdp.com/"]
detectiveconanworld.com##a[href^="https://brave.com/"]
cript.to##a[href^="https://cript.to/goto/"]
cript.to##a[href^="https://cript.to/link/"][href*="?token="]
sythe.org##a[href^="https://discord.gg/dmwatch"]
moddroid.co##a[href^="https://doodoo.love/"]
pluggedingolf.com##a[href^="https://edisonwedges.com/"]
files.im##a[href^="https://galaxyroms.net/?scr="]
odin-valhallarising.com,tarislandglobal.com##a[href^="https://get.surfshark.net/"]
warm98.com##a[href^="https://giving.cincinnatichildrens.org/donate"]
disasterscans.com##a[href^="https://go.onelink.me/"]
etherscan.io##a[href^="https://goto.etherscan.com/"] > img
forkast.news##a[href^="https://h5.whalefin.com/landing2/"]
douploads.net##a[href^="https://href.li/?"]
embed.listcorp.com##a[href^="https://j.moomoo.com/"]
disasterscans.com##a[href^="https://martialscanssoulland.onelink.me/"]
metager.org##a[href^="https://metager.org"][href*="/partner/r?"]
dailyuploads.net##a[href^="https://ninjapcsoft.com/"]
emalm.com##a[href^="https://offer.alibaba.com/"]
101thefox.net,957thevibe.com##a[href^="https://parisicoffee.com/"]
blix.gg##a[href^="https://partnerbcgame.com/"]
nyaa.land##a[href^="https://privateiptvaccess.com"]
metager.org##a[href^="https://r.search.yahoo.com/"]
nosubjectlosangeles.com,richardvigilantebooks.com##a[href^="https://rebrand.ly/"]
disasterscans.com##a[href^="https://recall-email.onelink.me/"]
narkive.com##a[href^="https://rfnm.io/?"]
inquirer.net##a[href^="https://ruby.inquirer.net/"]
emalm.com,linkdecode.com,up-4ever.net##a[href^="https://s.click.aliexpress.com/"]
997wpro.com##a[href^="https://seascapeinc.com/"]
listland.com##a[href^="https://shareasale.com/r.cfm?"]
wbnq.com,wbwn.com,wjbc.com##a[href^="https://stjude.org/radio/"]
glory985.com##a[href^="https://sweetbidsflo.irauctions.com/listing/0"]
accesswdun.com##a[href^="https://tinyurl.com"] > img
mastercomfig.com##a[href^="https://tradeit.gg/"]
scrolller.com##a[href^="https://trk.scrolller.com/"]
primewire.link##a[href^="https://url.rw/"]
vnkb.com##a[href^="https://vnkb.com/e/"]
1280wnam.com##a[href^="https://wistatefair.com/fair/tickets/"]
ancient-origins.net,anisearch.com,catholicculture.org,deadspin.com,electrek.co,jalopnik.com,kotaku.com,lewrockwell.com,ssbcrack.com,thetakeout.com##a[href^="https://www.amazon."][href*="tag="]
pooletown.co.uk##a[href^="https://www.easyfundraising.org.uk"]
wjbc.com##a[href^="https://www.farmweeknow.com/rfd_radio/"]
magic1069.com##a[href^="https://www.fetchahouse.com/"]
coachhuey.com##a[href^="https://www.hudl.com"]
domaintyper.com,thecatholictravelguide.com##a[href^="https://www.kqzyfj.com/"]
wgrr.com##a[href^="https://www.mccabelumber.com/"]
wbnq.com,wbwn.com,wjbc.com##a[href^="https://www.menards.com/main/home.html"]
jox2fm.com,joxfm.com##a[href^="https://www.milb.com/"]
thelibertydaily.com##a[href^="https://www.mypillow.com"]
who.is##a[href^="https://www.name.com/redirect/"]
kollelbudget.com##a[href^="https://www.oorahauction.org/"][target="_blank"] > img
minecraft-schematics.com##a[href^="https://www.pingperfect.com/aff.php?"]
sythe.org##a[href^="https://www.runestake.com/r/"]
foxcincinnati.com##a[href^="https://www.safeauto.com"]
sportscardforum.com##a[href^="https://www.sportscardforum.com/rbs_banner.php?"]
thecatholictravelguide.com##a[href^="https://www.squaremouth.com/"]
adfoc.us##a[href^="https://www.survivalservers.com/"]
yugatech.com##a[href^="https://yugatech.ph/"]
kitguru.net##a[id^="href-ad-"]
himovies.to,home-barista.com,rarpc.co,washingtontimes.com##a[onclick]
amishamerica.com##a[rel="nofollow"] > img
gab.com##a[rel="noopener"][target="_blank"][href^="https://grow.gab.com/go/"]
nslookup.io,unsplash.com##a[rel^="sponsored"]
opensubtitles.org##a[target="_blank"][href^="https://www.amazon.com/gp/search"]
abysscdn.com,hqq.ac,hqq.to,hqq.tv,linris.xyz,megaplay.cc,meucdn.vip,netuplayer.top,ntvid.online,oceanplay.xyz,playertoast.uno,plushd.bio,waaw.to,watchonlinehd123.sbs,wiztube.xyz##a[title="Free money easy"]
kroger.com##a[title^="Advertisement:"]
unmatched.gg##app-advertising
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##article[data-ft*="\"ei\":\""]
linkedin.com##article[data-is-sponsored]
xing.com##article[data-qa="disco-updates-video-ad"]
xing.com##article[data-qa="disco-updates-website-ad"]
greatist.com##aside
4runnerforum.com,acuraforums.com,blazerforum.com,buickforum.com,cadillacforum.com,camaroforums.com,cbrforum.com,chryslerforum.com,civicforums.com,corvetteforums.com,fordforum.com,germanautoforums.com,hondaaccordforum.com,hondacivicforum.com,hondaforum.com,hummerforums.com,isuzuforums.com,kawasakiforums.com,landroverforums.com,lexusforum.com,mazdaforum.com,mercuryforum.com,minicooperforums.com,mitsubishiforum.com,montecarloforum.com,mustangboards.com,nissanforum.com,oldsmobileforum.com,pontiactalk.com,saabforums.com,saturnforum.com,truckforums.com,volkswagenforum.com,volvoforums.com##aside > center
everydayrussianlanguage.com##aside img[src^="/wp-content/themes/edr/img/"]
thefinancialbrand.com##aside[class][style*="cursor:"]
geoguessr.com##aside[class^="ad_"]
buffstreams.sx##button[data-openuri*=".allsportsflix."]
filecrypt.cc,filecrypt.co##button[onclick*="://bullads.net/"]
psycom.net##center > .vh-quiz-qborder
dustinabbott.net,turbobits.cc,turbobits.net##center > a > img
mangas-raw.com##center > div[style]
greekreporter.com##center > p > [href]
pricehistoryapp.com##center[class^="min-h-"]
builtbybit.com##center[style="margin-top: 20px"]
weatherbug.com##display-ad-widget
readonepiece.com##div > b
coffeeordie.com##div.HtmlModule > [href]
web.telegram.org##div.bubbles > div.scrollable > div.bubbles-inner > div.is-sponsored
thehackernews.com##div.cf.pp-2
sbs.com.au##div.css-1wbfa8
steamgifts.com##div.dont_block_me
easypet.com##div.kt-inside-inner-col > div.wp-block-kadence-rowlayout
baking-forums.com,windows10forums.com##div.message--post.message
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div.not_clustered[id^="uitk-eg-maps-container-"]
tld-list.com##div.row > .text-center > .ib
forward.com##div.sticky-container:first-child
newegg.com##div.swiper-slide[data-sponsored-catalyst]
inverse.com##div.zz
presearch.com##div[\:class*="AdClass"]
boxing-social.com##div[ad-slot]
liverpoolway.co.uk##div[align="center"] > a[href]
informer.com##div[align="center"][style="margin:10px"]
azuremagazine.com##div[class$="azoa"]
wsj.com##div[class*="WSJTheme--adWrapper"]
pcgamer.com,techcrunch.com,tomsguide.com,tomshardware.com##div[class*="ad-unit"]
issuu.com##div[class*="adPlacement"]
issuu.com##div[class*="adSkyscraper"]
aajtakcampus.in##div[class*="ads_ads_container__"]
dallasnews.com##div[class*="features-ads"]
gamingbible.com,ladbible.com,unilad.co.uk,unilad.com##div[class*="margin-Advert"]
walmart.com##div[class="mv3 ml3 mv4-xl mh0-xl"][data-testid="sp-item"]
tripadvisor.com##div[class="ui_container dSjaD _S"]
timesofindia.com##div[class^="ATF_container_"]
arkadium.com##div[class^="Ad-adContainer"]
dailymotion.com##div[class^="AdBanner"]
breastcancer.org,emojipedia.org##div[class^="AdContainer"]
usnews.com##div[class^="Ad__Container-"]
zerohedge.com##div[class^="AdvertisingSlot_"]
sportinglife.com##div[class^="Article__FlashTalkingWrapper-"]
barrons.com##div[class^="BarronsTheme--adWrapper"]
someecards.com##div[class^="BaseAdSlot_adContainer_"]
theglobeandmail.com##div[class^="BaseAd_"]
cnbc.com##div[class^="BoxRail-Styles-"]
yallo.tv##div[class^="BrandingBackgroundstyled__Wrapper-"]
donedeal.ie##div[class^="DFP__StyledAdSlot-"]
genius.com##div[class^="DfpAd__Container-"]
dailymotion.com##div[class^="DisplayAd"]
games.dailymail.co.uk,nba.com##div[class^="DisplayAd_"]
alternativeto.net##div[class^="GamAds_"]
games.dailymail.co.uk##div[class^="GameTemplate__displayAdTop_"]
benzinga.com##div[class^="GoogleAdBlock_"]
allradio.net##div[class^="GoogleAdsenseContainer_"]
livescore.com##div[class^="HeaderAdsHolder_"]
games.dailymail.co.uk##div[class^="HomeCategory__adWrapper_"]
games.dailymail.co.uk##div[class^="HomeTemplate__afterCategoryAd_"]
sportinglife.com##div[class^="Layout__TopAdvertWrapper-"]
genius.com##div[class^="LeaderboardOrMarquee__"]
appsample.com##div[class^="MapLayout_Bottom"]
dailymotion.com##div[class^="NewWatchingDiscovery__adSection"]
dsearch.com##div[class^="PreAd_"]
reuters.com##div[class^="RightRail-sticky-container"]
games.dailymail.co.uk##div[class^="RightRail__displayAdRight_"]
genius.com##div[class^="SidebarAd_"]
chloeting.com##div[class^="StickyFooterAds__Wrapper"]
newyorker.com##div[class^="StickyHeroAdWrapper-"]
scotsman.com##div[class^="TopBanner"]
cnbc.com##div[class^="TopBanner-"]
dailymotion.com##div[class^="VideoInfo__videoInfoAdContainer"]
timeout.com##div[class^="_inlineAdWrapper_"]
timeout.com##div[class^="_sponsoredContainer_"]
crictracker.com##div[class^="ad-block-"]
sfchronicle.com##div[class^="ad-module-"]
fodors.com##div[class^="ad-placeholder"]
cointelegraph.com##div[class^="ad-slot_"]
reuters.com##div[class^="ad-slot__"]
gamingdeputy.com##div[class^="ad-wrapper-"]
goodrx.com##div[class^="adContainer"]
statsroyale.com##div[class^="adUnit_"]
goodrx.com##div[class^="adWrapper-"]
90min.com,investing.com,newsday.com##div[class^="ad_"]
constative.com##div[class^="ad_placeholder_"]
ehitavada.com##div[class^="ad_space_"]
greatandhra.com##div[class^="add"]
ndtv.com##div[class^="add_"]
india.com,ntdeals.net,psdeals.net,xbdeals.net##div[class^="ads-"]
dnaindia.com##div[class^="ads-box"]
247solitaire.com,247spades.com##div[class^="aspace-"]
stakingrewards.com##div[class^="assetFilters_desktop-banner_"]
releasestv.com##div[class^="astra-advanced-hook-"]
onlineradiobox.com##div[class^="banner-"]
technical.city##div[class^="banner_"]
historycollection.com##div[class^="cis_add_block"]
astro.com##div[class^="goad"]
groovypost.com##div[class^="groov-adsense-"]
imagetopdf.com,pdfkit.com,pdftoimage.com,topdf.com,webpconverter.com##div[class^="ha"]
technologyreview.com##div[class^="headerTemplate__leaderboardRow-"]
localjewishnews.com##div[class^="local-feed-banner-ads"]
nationalmemo.com,spectrum.ieee.org,theodysseyonline.com##div[class^="rblad-"]
windowsreport.com##div[class^="refmedprd"]
windowsreport.com##div[class^="refmedprod"]
staples.com##div[class^="sku-configurator__banner"]
mydramalist.com##div[class^="spnsr"]
kijiji.ca##div[class^="sponsored-"]
target.com##div[class^="styles__PubAd"]
semafor.com##div[class^="styles_ad"]
unmineablesbest.com##div[class^="uk-visible@"]
gamingdeputy.com##div[class^="vb-"]
whatsondisneyplus.com##div[class^="whats-"]
podchaser.com##div[data-aa-adunit]
unsplash.com##div[data-ad="true"]
tennews.in##div[data-adid]
999thehawk.com##div[data-alias="Sweetjack"]
walmart.ca##div[data-automation^="HookLogicCarousel"]
bestbuy.ca##div[data-automation^="criteo-sponsored-products-carousel-"]
reddit.com##div[data-before-content="advertisement"]
artforum.com##div[data-component="ad-unit-gallery"]
theverge.com##div[data-concert]
bedbathandbeyond.com##div[data-cta="plpSponsoredProductClick"]
gamingbible.com,unilad.com##div[data-cypress^="sticky-header"]
analyticsindiamag.com##div[data-elementor-type="header"] > section.elementor-section-boxed
wayfair.com##div[data-enzyme-id="WssBannerContainer"]
my.clevelandclinic.org##div[data-identity*="board-ad"]
opentable.ae,opentable.ca,opentable.co.th,opentable.co.uk,opentable.com,opentable.com.au,opentable.com.mx,opentable.de,opentable.es,opentable.hk,opentable.ie,opentable.it,opentable.jp,opentable.nl,opentable.sg##div[data-promoted="true"]
scmp.com##div[data-qa="AdSlot-Container"]
scmp.com##div[data-qa="AppBar-AdSlotContainer"]
scmp.com##div[data-qa="ArticleHeaderAdSlot-Placeholder"]
scmp.com##div[data-qa="AuthorPage-HeaderAdSlotContainer"]
scmp.com##div[data-qa="GenericArticle-MobileContentHeaderAdSlot"]
scmp.com##div[data-qa="GenericArticle-TopPicksAdSlot"]
scmp.com##div[data-qa="InlineAdSlot-Container"]
basschat.co.uk,momondo.at,momondo.be,momondo.ca,momondo.ch,momondo.cl,momondo.co.nz,momondo.co.uk,momondo.co.za,momondo.com,momondo.com.ar,momondo.com.au,momondo.com.br,momondo.com.co,momondo.com.pe,momondo.com.tr,momondo.cz,momondo.de,momondo.dk,momondo.ee,momondo.es,momondo.fi,momondo.fr,momondo.hk,momondo.ie,momondo.in,momondo.it,momondo.mx,momondo.nl,momondo.no,momondo.pl,momondo.pt,momondo.ro,momondo.se,momondo.tw,momondo.ua##div[data-resultid$="-sponsored"]
linustechtips.com##div[data-role="sidebarAd"]
aliexpress.com,aliexpress.us##div[data-spm="seoads"]
ecosia.org##div[data-test-id="mainline-result-ad"]
debenhams.com##div[data-test-id^="sponsored-product-card"]
investing.com##div[data-test="ad-slot-visible"]
alternativeto.net##div[data-testid="adsense-wrapper"]
manomano.co.uk,manomano.de,manomano.es,manomano.fr,manomano.it##div[data-testid="boosted-product-recommendations"]
twitter.com##div[data-testid="cellInnerDiv"] > div > div[class] > div[class][data-testid="placementTracking"]
qwant.com##div[data-testid="heroTiles"]
qwant.com##div[data-testid="homeTrendsContainer"] a[href^="https://api.qwant.com/v3/r/?u="]
qwant.com##div[data-testid="pam.container"]
qwant.com##div[data-testid="productAdsMicrosoft.container"]
sitepoint.com##div[data-unit-code]
spin.com##div[id*="-promo-lead-"]
spin.com##div[id*="-promo-mrec-"]
chrome-stats.com##div[id*="billboard_responsive"]
thenewspaper.gr##div[id*="thene-"]
diskingdom.com##div[id="diski-"]
geeksforgeeks.org##div[id^="GFG_AD_"]
kisshentai.net,onworks.net##div[id^="ad"]
songlyrics.com##div[id^="ad-absolute-160"]
nationalrail.co.uk##div[id^="ad-advert-"]
belloflostsouls.net##div[id^="ad-container-"]
timeout.com##div[id^="ad-promo-"]
timeout.com##div[id^="ad-side-"]
nowgoal8.com##div[id^="ad_"]
javacodegeeks.com##div[id^="adngin-"]
agoda.com##div[id^="ads-"]
pixiv.net##div[id^="adsdk-"]
antiguanewsroom.com##div[id^="antig-"]
slidesgo.com##div[id^="article_ads"]
business-standard.com##div[id^="between_article_content_"]
digg.com,iplogger.org,wallhere.com,wikitechy.com##div[id^="bsa-zone_"]
business2community.com##div[id^="busin-"]
competenetwork.com##div[id^="compe-"]
elfaro.net##div[id^="content-ad-body"]
titantv.com##div[id^="ctl00_TTLB"]
timesofindia.com##div[id^="custom_ad_"]
cyprus-mail.com##div[id^="cypru-"]
football-tribe.com##div[id^="da-article-"]
memedroid.com##div[id^="freestar-ad-"]
cinesprint.com##div[id^="googleads_"]
maltadaily.mt##div[id^="malta-"]
mediabiasfactcheck.com##div[id^="media-"]
gamebyte.com,irishnews.com##div[id^="mpu"]
pretoriafm.co.za##div[id^="preto-"]
progamerage.com##div[id^="proga-"]
howtogeek.com##div[id^="purch_"]
realtalk933.com##div[id^="realt-"]
sbstatesman.com##div[id^="sbsta-"]
smallnetbuilder.com##div[id^="snb-"]
filehorse.com##div[id^="td-"]
birrapedia.com##div[id^="textoDivPublicidad_"]
searchenginereports.net##div[id^="theBdsy_"]
theroanoketribune.org##div[id^="thero-"]
yovizag.com##div[id^="v-yovizag-"]
weraveyou.com##div[id^="werav-"]
mommypoppins.com##div[id^="wrapper-div-gpt-ad-"]
wallpaperflare.com##div[itemtype$="WPAdBlock"]
nashfm100.com##div[onclick*="https://deucepub.com/"]
forums.pcsx2.net##div[onclick^="MyAdvertisements."]
ezgif.com##div[style$="min-height:90px;display:block"]
kuncomic.com##div[style*="height: 2"][style*="text-align: center"]
news18.com##div[style*="min-height: 250px"]
footballtransfers.com##div[style*="min-height: 250px;"]
news18.com##div[style*="min-height: 527px"]
news18.com##div[style*="min-height:250px"]
news18.com##div[style*="min-height:527px"]
gsmarena.com##div[style*="padding-bottom: 24px;"]
newsbreak.com##div[style*="position:relative;width:100%;height:0;padding-bottom:"]
news18.com,readcomiconline.li##div[style*="width: 300px"]
datacenterdynamics.com,fansshare.com,hairboutique.com,iconarchive.com,imagetwist.com,memecenter.com,neoseeker.com,news18.com,paultan.org,thejournal-news.net,unexplained-mysteries.com,windsorite.ca,xtra.com.my##div[style*="width:300px"]
clover.fm##div[style*="width:975px; height:90px;"]
filesharingtalk.com##div[style="background-color: white; border-width: 2px; border-style: dashed; border-color: white;"]
askdifference.com##div[style="color: #aaa"]
aceshowbiz.com##div[style="display:inline-block;min-height:300px"]
kimcartoon.li##div[style="font-size: 0; position: relative; text-align: center; margin: 10px auto; width: 300px; height: 250px; overflow: hidden;"]
pixiv.net##div[style="font-size: 0px;"] a[target="premium_noads"]
beta.riftkit.net##div[style="height: 300px; width: 400px;"]
paraphraser.io##div[style="height:128px;overflow: hidden !important;"]
wikibrief.org##div[style="height:302px;width:auto;text-align:center;"]
comics.org##div[style="height:90px"]
productreview.com.au##div[style="line-height:0"]
streamingsites.com##div[style="margin-bottom: 10px; display: flex;"]
upjoke.com##div[style="margin-bottom:0.5rem; min-height:250px;"]
gsmarena.com##div[style="margin-left: -10px; margin-top: 30px; height: 145px;"]
editpad.org##div[style="min-height: 300px;min-width: 300px"]
gamereactor.asia,gamereactor.cn,gamereactor.cz,gamereactor.de,gamereactor.dk,gamereactor.es,gamereactor.eu,gamereactor.fi,gamereactor.fr,gamereactor.it,gamereactor.jp,gamereactor.kr,gamereactor.nl,gamereactor.no,gamereactor.pl,gamereactor.pt,gamereactor.se##div[style="min-height: 600px; margin-bottom: 20px;"]
disneydining.com##div[style="min-height:125px;"]
askdifference.com##div[style="min-height:280px;"]
newser.com##div[style="min-height:398px;"]
flotrack.org##div[style="min-width: 300px; min-height: 250px;"]
nicelocal.com##div[style="min-width: 300px; min-height: 600px;"]
editpad.org##div[style="min-width: 300px;min-height: 300px"]
nicelocal.com##div[style="min-width: 728px; min-height: 90px;"]
technical.city##div[style="padding-bottom: 20px"] > div[style="min-height: 250px"]
bitcoin-otc.com##div[style="padding-left: 10px; padding-bottom: 10px; text-align: center; font-family: Helvetica;"]
9gag.com##div[style="position: relative; z-index: 3; width: 640px; min-height: 202px; margin: 0px auto;"]
navajotimes.com##div[style="text-align: center; margin-top: -35px;"]
wikibrief.org##div[style="text-align:center;height:302px;width:auto;"]
m.koreatimes.co.kr##div[style="width: 300px; height:250px; overflow: hidden; margin: 0 auto;"]
constative.com##div[style]:not([class])
whatmobile.com.pk##div[style^="background-color:#EBEBEB;"]
fctables.com##div[style^="background:#e3e3e3;position:fixed"]
footybite.cc##div[style^="border: 2px solid "]
pastebin.com##div[style^="color: #999; font-size: 12px; text-align: center;"]
tartaria-faucet.net##div[style^="display"]:has([src^="https://multiwall-ads.shop/"])
realpython.com##div[style^="display:block;position:relative;"]
elitepvpers.com##div[style^="font-size:11px;"]
add0n.com,crazygames.com##div[style^="height: 90px;"]
apkdone.com,crazygames.com,english-hindi.net,livesoccertv.com,malaysiakini.com,sporticos.com##div[style^="height:250px"]
titantv.com##div[style^="height:265px;"]
altchar.com##div[style^="height:280px;"]
malaysiakini.com##div[style^="height:600px"]
whatmobile.com.pk##div[style^="height:610px"]
point2homes.com,propertyshark.com##div[style^="margin-bottom: 10px;"]
unionpedia.org##div[style^="margin-top: 15px; min-width: 300px"]
gizbot.com,goodreturns.in,inc.com##div[style^="min-height: 250px"]
point2homes.com,propertyshark.com##div[style^="min-height: 360px;"]
add0n.com##div[style^="min-height:90px"]
decrypt.co,metabattle.com##div[style^="min-width: 300px;"]
gtaforums.com##div[style^="text-align: center; margin: 0px 0px 10px;"]
jwire.com.au##div[style^="width:468px;"]
imgbabes.com##div[style^="width:604px;"]
interglot.com,sodapdf.com,stopmalvertising.com##div[style^="width:728px;"]
tvtv.us##div[style^="z-index: 1100; position: fixed;"]
ebay.com##div[title="ADVERTISEMENT"]
presearch.com##div[x-show*="_ad_click"]
adblock-tester.com##embed[width="240"]
teslaoracle.com##figure.aligncenter
groupon.com##figure[data-clickurl^="https://api.groupon.com/sponsored/"]
imgburn.com##font[face="Arial"][size="1"]
realitytvworld.com##font[size="1"][color="gray"]
dailydot.com##footer
law.com,topcultured.com##h3
kazwire.com##h3.tracking-widest
drive.com.au##hr
carls-sims-4-guide.com##hr.post_separator + .windowbg
yourbittorrent.com##iframe[src]
realgearonline.com##iframe[src^="http://www.adpeepshosted.com/"]
bollyflix.nexus,dramacool.sr##iframe[style*="z-index: 2147483646"]
4anime.gg,apkmody.io,bollyflix.nexus,bravoporn.com,dramacool.sr,gogoanime.co.in,gogoanime.run,harimanga.com,hdmovie2.rest,himovies.to,hurawatch.cc,instamod.co,leercapitulo.com,linksly.co,mangadna.com,manhwadesu.bio,messitv.net,miraculous.to,movies-watch.com.pk,moviesmod.zip,nkiri.com,prmovies.dog,putlockers.li,sflix.se,sockshare.ac,ssoap2day.to,sukidesuost.info,tamilyogi.bike,uwatchfre.cam,waploaded.com,watchomovies.net,y-2mate.com,yomovies.team,ytmp3.cc,yts-subs.com##iframe[style*="z-index: 2147483647"]
dexdotexe.com##iframe[title="Top Games"]
pixiv.net##iframe[width="300"][height="250"]
premiumtimesng.com##img[alt$=" Ad"]
bailagentnetwork.com##img[alt*="Affiliate_BailAgentNetwork"]
windycitymediagroup.com,windycitytimes.com##img[alt*="Sponsor"]
hiphopkit.com##img[alt="Zappy"]
therainbowtimesmass.com##img[alt="banner ad"]
pasty.info##img[aria-label="Aliexpress partner network affiliate Link"]
pasty.info##img[aria-label="Ebay partner network affiliate Link"]
inkbotdesign.com##img[decoding="async"]
nepallivetoday.com,wjr.com##img[height="100"]
prawfsblawg.blogs.com,thomhartmann.com##img[height="200"]
1001tracklists.com,newyorkyimby.com##img[height="280"]
windycitymediagroup.com,windycitytimes.com##img[name="Sponsor"]
callofwar.com,supremacy1914.com##img[referrerpolicy]
nsfwyoutube.com##img[src*="data"]
bcmagazine.net##img[style^="width:300px;"]
abpclub.co.uk##img[width="118"]
howtogermany.com##img[width="120"]
1001tracklists.com,lyngsat-logo.com,lyngsat-maps.com,lyngsat-stream.com,lyngsat.com,webhostingtalk.com##img[width="160"]
fashionpulis.com,techiecorner.com##img[width="250"]
airplaydirect.com,americaoutloud.com,bigeye.ug,completesports.com,cryptomining-blog.com,cryptoreporter.info,dotsauce.com,espnrichmond.com,flsentinel.com,forexmt4indicators.com,freedomhacker.net,gamblingnewsmagazine.com,gameplayinside.com,goodcarbadcar.net,kenyabuzz.com,kiwiblog.co.nz,mauitime.com,mkvcage.com,movin100.com,mycolumbuspower.com,naijaloaded.com.ng,newzimbabwe.com,onislandtimes.com,ouo.press,portlandphoenix.me,punchng.com,reviewparking.com,robhasawebsite.com,sacobserver.com,seguintoday.com,themediaonline.co.za,theolivepress.es,therep.co.za,thewillnigeria.com,tntribune.com,up-4ever.net,waamradio.com,wantedinafrica.com,wantedinrome.com,wschronicle.com##img[width="300"]
boxthislap.org,unknowncheats.me##img[width="300px"]
independent.co.ug##img[width="320"]
hltv.org##img[width="320"][height="560"]
londonnewsonline.co.uk##img[width="360"]
gamblingnewsmagazine.com##img[width="365"]
flashx.cc,flashx.co,forum.gsmhosting.com,themediaonline.co.za,topprepperwebsites.com##img[width="468"]
runnerstribe.com##img[width="728"]
boxthislap.org##img[width="728px"]
bitzite.com,unmineablesbest.com##ins[style^="display:inline-block;width:300px;height:250px;"]
everythingrf.com,natureworldnews.com##label
tellows-au.com,tellows-tr.com,tellows.at,tellows.be,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.net,tellows.nl,tellows.org,tellows.pl,tellows.pt,tellows.ru,tellows.se,tellows.tw##li > .comment-body[style*="min-height: 250px;"]
cgpress.org##li > div[id^="cgpre-"]
bestbuy.com##li.embedded-sponsored-listing
linkedin.com##li[data-is-sponsored="true"]
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##li[data-layout="products"]
duckduckgo.com##li[data-layout="products_middle"]
opentable.ae,opentable.ca,opentable.co.th,opentable.co.uk,opentable.com,opentable.com.au,opentable.com.mx,opentable.de,opentable.es,opentable.hk,opentable.ie,opentable.it,opentable.jp,opentable.nl,opentable.sg##li[data-promoted="true"]
flaticon.com##li[id^="bn-icon-list"]
linkvertise.com##lv-redirect-static-ad
escorenews.com##noindex
adblock-tester.com##object[width="240"]
mashable.com##section.mt-4 > div
bbc.com##section[data-e2e="advertisement"]
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion##shreddit-comments-page-ad
tempostorm.com##side-banners
smartprix.com##sm-dap
nativeplanet.com##span[class^="oiad-txt"]
torlock.com##table.hidden-xs
realitytvworld.com##table[border="0"][align="left"]
thebbqforum.com##table[border="0"][width]
thebbqforum.com##table[border="1"][width]
roadtester.com.au##table[cellpadding="9"][border="0"]
wifinetnews.com##table[height="260"]
softpanorama.org##table[height="620"]
afrol.com##table[height="70"]
automobile-catalog.com,car.com,silentera.com##table[height="90"]
automobile-catalog.com,itnewsonline.com##table[width="300"]
learninginfo.org##table[width="346"]
jeepforum.com##table[width="468"]
worldtimezone.com##table[width="472"]
pcstats.com##table[width="866"]
schlockmercenary.com##td[colspan="3"]
geekzone.co.nz##td[colspan="3"].forumRow[style="border-right:solid 1px #fff;"]
eve-search.com##td[height="90"]
titantv.com##td[id^="menutablelogocell"]
itnewsonline.com##td[width="120"]
greyhound-data.com##td[width="160"]
eurometeo.com##td[width="738"]
radiosurvivor.com##text-18
trademe.co.nz##tm-display-ad
rarbg.to,rarbgaccess.org,rarbgmirror.com,rarbgmirror.org,rarbgproxy.com,rarbgproxy.org,rarbgunblock.com,rarbgunblocked.org##tr > td + td[style*="height:"]
titantv.com##tr.gridRow > td > [id] > div:first-child
morningagclips.com##ul.logo-nav
greyhound-data.com##ul.ppts
greatandhra.com##ul.sortable-list > div
backgrounds.wetransfer.net##we-wallpaper
puzzle-aquarium.com,puzzle-battleships.com,puzzle-binairo.com,puzzle-bridges.com,puzzle-chess.com,puzzle-dominosa.com,puzzle-futoshiki.com,puzzle-galaxies.com,puzzle-heyawake.com,puzzle-hitori.com,puzzle-jigsaw-sudoku.com,puzzle-kakurasu.com,puzzle-kakuro.com,puzzle-killer-sudoku.com,puzzle-light-up.com,puzzle-lits.com,puzzle-loop.com,puzzle-masyu.com,puzzle-minesweeper.com,puzzle-nonograms.com,puzzle-norinori.com,puzzle-nurikabe.com,puzzle-pipes.com,puzzle-shakashaka.com,puzzle-shikaku.com,puzzle-shingoki.com,puzzle-skyscrapers.com,puzzle-slant.com,puzzle-star-battle.com,puzzle-stitches.com,puzzle-sudoku.com,puzzle-tapa.com,puzzle-tents.com,puzzle-thermometers.com,puzzle-words.com###Skyscraper:has(> #bannerSide)
puzzle-aquarium.com,puzzle-battleships.com,puzzle-binairo.com,puzzle-bridges.com,puzzle-chess.com,puzzle-dominosa.com,puzzle-futoshiki.com,puzzle-galaxies.com,puzzle-heyawake.com,puzzle-hitori.com,puzzle-jigsaw-sudoku.com,puzzle-kakurasu.com,puzzle-kakuro.com,puzzle-killer-sudoku.com,puzzle-light-up.com,puzzle-lits.com,puzzle-loop.com,puzzle-masyu.com,puzzle-minesweeper.com,puzzle-nonograms.com,puzzle-norinori.com,puzzle-nurikabe.com,puzzle-pipes.com,puzzle-shakashaka.com,puzzle-shikaku.com,puzzle-shingoki.com,puzzle-skyscrapers.com,puzzle-slant.com,puzzle-star-battle.com,puzzle-stitches.com,puzzle-sudoku.com,puzzle-tapa.com,puzzle-tents.com,puzzle-thermometers.com,puzzle-words.com###btIn:has(> #bannerTop)
radio.at,radio.de,radio.dk,radio.es,radio.fr,radio.it,radio.net,radio.pl,radio.pt,radio.se###headerTopBar ~ div > div:has(div#RAD_D_station_top)
gtaforums.com###ipsLayout_mainArea div:has(> #pwDeskLbAtf)
aleteia.org###root > div[class]:has(> .adslot)
bbc.com###sticky-mpu:has(.dotcom-ad-inner)
kroger.com##.AutoGrid-cell:has(.ProductCard-tags > div > span[data-qa="featured-product-tag"])
nationalgeographic.com##.FrameBackgroundFull--grey:has(.ad-wrapper)
imgur.com##.Grid-column > div[style^="height:"]:has(.Post-item-external-ad)
imgur.com##.Post-item:has(.Post-item-external-ad)
outlook.live.com##.VdboX[tabindex="0"]:has(img[src="https://res.cdn.office.net/assets/ads/adbarmetrochoice.svg"])
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##._6y8t:has(a[href="/ads/about/?entry_product=ad_preferences"])
haveibeenpwned.com##.actionsBar:has(.why1Password)
slickdeals.net##.announcementBar:has(.sponsorContent)
forexlive.com##.article-slot__wrapper:has(.article-header__sponsored)
time.com##.article-small-sidebar > .sticky-container:has(div[id^="ad-"])
blitz.gg##.aside-content-column:has(.display-ad)
independent.co.uk##.bXYFQI.dAHemH
haveibeenpwned.com##.bodyGradient > :has(.why1Password)
radioreference.com##.box.gradient:has(a[href*="&Click="])
slickdeals.net##.bp-p-filterGrid_item:has(.bp-c-label--promoted)
tvinsider.com#@#.cnx-player-wrapper
asda.com##.co-item:has(.co-item__sponsored-label)
theautopian.com##.code-block:has(.htlad-InContent)
templateshub.net##.col-lg-4.col-md-6:has(> div.singel-course)
costco.com##.col-xs-12:has([data-bi-placement^="Criteo_Product_Display"])
corrosionhour.com##.corro-widget
dollargeneral.com##.dg-product-card:has(.dg-product-card__sponsored[style="display: block;"])
limetorrents.lol##.downloadareabig:has([title^="Anâ€Œonâ€Œymous Download"])
tripsonabbeyroad.com##.e-con-inner:has(tp-cascoon)
protrumpnews.com##.enhanced-text-widget:has(span.pre-announcement)
thesaurus.com##.fHACXxic9xvQeSNITiwH
pigglywigglystores.com##.fp-item:has(.fp-tag-ad)
slickdeals.net##.frontpageGrid__feedItem:has(.dealCardBadge--promoted)
tumblr.com##.ge_yK:has(.hM19_)
bestbuy.com##.generic-morpher:has(.spns-label)
fortune.com##.homepage:has(> div[id^="InStream"])
qwant.com##.is-sidebar:has(a[data-testid="advertiserAdsLink"])
yovizag.com##.jeg_column:has(> .jeg_wrapper > .jeg_ad)
chewy.com##.kib-carousel-item:has(.kib-product-sponsor)
content.dictionary.com##.lp-code:has(> [class$="Ad"])
euronews.com##.m-object:has(.m-object__sponsored-quote)
acmemarkets.com,albertsons.com,andronicos.com,carrsqc.com,haggen.com,jewelosco.com,kingsfoodmarkets.com,pavilions.com,randalls.com,safeway.com,shaws.com,starmarket.com,tomthumb.com,vons.com##.master-product-carousel:has([data-carousel-driven="sponsored-products"])
officedepot.com##.od-col:has(.od-product-card-region-colors-sponsored)
pollunit.com##.owl-carousel:has(.carousel-ad)
hannaford.com##.plp_thumb_wrap:has([data-citrusadimpressionid])
niagarathisweek.com##.polarBlock:has(.polarAds)
woolworths.com.au##.product-grid-v2--tile:has(.sponsored-text)
meijer.com##.product-grid__product:has(.product-tile__sponsored)
maxi.ca##.product-tile-group__list__item:has([data-track-products-array*="sponsored"])
ksl.com##.queue:has(.sponsored)
olx.com.pk##.react-swipeable-view-container:has([href*="http://onelink.to"])
metager.org##.result:has(a[href^="https://metager.org"][href*="/partner/r?"])
metager.org##.result:has(a[href^="https://r.search.yahoo.com/"])
qwant.com##.result__ext > div:has([data-testid="adResult"])
playpilot.com##.search-preview .side:has(> .provider)
troyhunt.com##.sidebar-featured:has(a[href^="https://pluralsight.pxf.io/"])
bing.com##.slide:has(.rtb_ad_caritem_mvtr)
rustlabs.com##.sub-info-block:has(#banner)
scamwarners.com##.subheader:has(> ins.adsbygoogle)
nex-software.com##.toolinfo:has(a[href$="/reimage"])
twitter.com##.tweet:has(.promo)
wowcher.co.uk##.two-by-two-deal:has(a[href*="src=sponsored_search_"])
cheaptickets.com,ebookers.com,expedia.com,hotels.com,orbitz.com,travelocity.com,wotif.com##.uitk-card:has(.uitk-badge-sponsored)
forums.socialmediagirls.com##.uix_nodeList > div[class="block"]:has([href^="/link-forums/"])
duckduckgo.com##.vertical-section-divider:has(span.badge--ad-wrap)
neonheightsservers.com##.well:has(ins.adsbygoogle)
9to5linux.com##.widget:has([href$=".php"])
freshdirect.com##[class*="ProductsGrid_grid_item_"]:has([data-qa="tile_marketing_tag"])
petco.com##[class^="citrus-carousel-"]:has([class^="carousel__Sponsored"])
svgrepo.com##[class^="style_native"]:has([href*="buysellads.com"])
argos.co.uk##[class^="styles__LazyHydrateCard"]:has([class*="ProductCardstyles__FlyoutBadge"])
cargurus.com##[data-cg-ft="car-blade-link"]:has([data-cg-ft="srp-listing-blade-sponsored"])
olx.bg,olx.com.br,olx.kz,olx.pl,olx.pt,olx.ro,olx.ua,olx.uz##[data-cy="l-card"]:has([data-testid="adCard-featured"])
kayak.com##[role="button"]:has([class*="ad-marking"])
kayak.com##[role="tab"]:has([class*="sponsored"])
aliexpress.com,aliexpress.us##a[class^="manhattan--container--"][class*="main--card--"]:has(span[style="background-color:rgba(0,0,0,0.20);position:absolute;top:8px;color:#fff;padding:2px 5px;background:rgba(0,0,0,0.20);border-radius:4px;right:8px"])
aliexpress.com,aliexpress.us##a[class^="manhattan--container--"][class*="main--card--"]:has(span[style="background: rgba(0, 0, 0, 0.2); position: absolute; top: 8px; color: rgb(255, 255, 255); padding: 2px 5px; border-radius: 4px; right: 8px;"])
manomano.co.uk,manomano.de,manomano.es,manomano.fr,manomano.it##a[href^="/"][href*="?product_id="]:has(.ur6iYv)
independent.co.uk,standard.co.uk##article > div[class^="sc-"]:has(> div[class^="sc-"] > div[data-ad-unit-path])
digg.com##article.fp-vertical-story:has(a[href="/channel/digg-pick"])
digg.com##article.fp-vertical-story:has(a[href="/channel/promotion"])
9gag.com##article:has(.promoted)
mg.co.za##article:has(.sponsored-single)
tympanus.net##article:has(header:has(.ct-sponsored))
foxnews.com##article[class|="article story"]:has(.sponsored-by)
twitter.com##article[data-testid="tweet"]:has(path[d$="10H8.996V8h7v7z"])
psychcentral.com##aside:has([data-empty])
vidplay.lol##body > div > div[class][style]:has(> div > div > a[target="_blank"])
countdown.co.nz##cdx-card:has(product-badge-list)
creepypasta.com##center:has(+ #ad-container-1)
hashrate.no##center:has(.sevioads)
skyscanner.com,skyscanner.net##div > a:has(div[class^="DefaultBanner_sponsorshipRow"])
inverse.com##div > p + div:has(amp-ad)
bailagentnetwork.com##div.box-bottom:has(a[rel="noopener nofollow"])
outlook.live.com##div.customScrollBar > div > div[id][class]:has(img[src$="/images/ads-olk-icon.png"])
costco.ca##div.product:has(.criteo-sponsored)
thebay.com##div.product:has(div.citrus-sponsored)
healthyrex.com##div.textwidget:has(a[rel="nofollow sponsored"])
bestbuy.ca##div.x-productListItem:has([class^="sponsoredProduct"])
timesnownews.com,zoomtventertainment.com##div:has(> .bggrayAd)
doordash.com##div:has(> a[data-anchor-id="SponsoredStoreCard"])
skyscanner.com,skyscanner.net##div:has(> a[data-testid="inline-brand-banner"])
outlook.live.com##div:has(> div > div.fbAdLink)
tripadvisor.com##div:has(> div > div[class="ui_column ovNFo is-3"])
tripadvisor.com##div:has(> div[class="ui_columns is-multiline "])
heb.com##div:has(> div[id^="hrm-banner-shotgun"])
webtools.fineaty.com##div[class*=" hidden-"]:has(.adsbygoogle)
aliexpress.com,aliexpress.us##div[class*="search-item-card-wrapper-"]:has(span[class^="multi--ad-"])
qwant.com##div[class="_2NDle"]:has(div[data-testid="advertiserAdsDisplayUrl"])
walmart.com##div[class="mb1 ph1 pa0-xl bb b--near-white w-25"]:has(div[data-ad-component-type="wpa-tile"])
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div[class="uitk-spacing uitk-spacing-margin-blockstart-three"]:has(a[href*="&trackingData"])
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div[class="uitk-spacing uitk-spacing-margin-blockstart-three"]:has(a[href^="https://adclick.g.doubleclick.net/pcs/click?"])
radio.at,radio.de,radio.dk,radio.es,radio.fr,radio.it,radio.net,radio.pl,radio.pt,radio.se##div[class] > div[class]:has(> div[class] > div[id^="RAD_D_"])
dearbornmarket.com,fairwaymarket.com,gourmetgarage.com,priceritemarketplace.com,shoprite.com,thefreshgrocer.com##div[class^="ColListing"]:has(div[data-testid^="Sponsored"])
wish.com##div[class^="ProductGrid__FeedTileWidthWrapper-"]:has(div[class^="DesignSpec__TextSpecWrapper-"][color="#6B828F"]:not([data-testid]))
wish.com##div[class^="ProductTray__ProductStripItem-"]:has(div[class^="DesignSpec__TextSpecWrapper-"][color="#6B828F"][data-testid] + div[class^="DesignSpec__TextSpecWrapper-"][color="#6B828F"])
flickr.com##div[class^="main view"]:has(a[href$="&ref=sponsored"])
goal.com##div[class^="open-web-ad_"]
cargurus.com##div[data-cg-ft="car-blade"]:has(div[data-cg-ft="sponsored-listing-badge"])
thebay.com##div[data-piq-toggle="true"]
rakuten.com##div[data-productid]:has(div.productList_sponsoredAds_RUS)
pinterest.at,pinterest.ca,pinterest.ch,pinterest.co.uk,pinterest.com,pinterest.com.au,pinterest.com.mx,pinterest.de,pinterest.es,pinterest.fr,pinterest.it,pinterest.pt##div[data-test-id="pin"]:has(div[title^="Promoted"])
priceline.com##div[data-testid="HTL_NEW_LISTING_CARD_RESP"]:has(a[aria-label*=" Promoted"])
twitter.com##div[data-testid="UserCell"]:has(path[d$="10H8.996V8h7v7z"])
twitter.com##div[data-testid="eventHero"]:has(path[d$="10H8.996V8h7v7z"])
twitter.com##div[data-testid="placementTracking"]:has(div[data-testid$="-impression-pixel"])
booking.com##div[data-testid="property-card"]:has(div[data-testid="new-ad-design-badge"])
twitter.com##div[data-testid="trend"]:has(path[d$="10H8.996V8h7v7z"])
truthsocial.com##div[item="[object Object]"]:has(path[d="M17 7l-10 10"])
truthsocial.com##div[item="[object Object]"]:has(path[d="M9.83333 1.83398H16.5M16.5 1.83398V8.50065M16.5 1.83398L9.83333 8.50065L6.5 5.16732L1.5 10.1673"])
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[style="max-width: 390px; min-width: 190px;"]:has(a[href^="/ads/"])
wikiwand.com##div[style="min-height: 325px; max-width: 600px;"]
thisday.app##div[style="min-height: 340px;"]:has(div.ad)
nicelocal.com##div[style="min-height: 600px;"]:has(iframe[id^="google_ads_"])
nicelocal.com##div[style="min-height: 90px;"]:has(iframe[id^="google_ads_"])
nex-software.com##h4:has(a[href$="/reimage"])
walmart.com##li.items-center:has(div[data-ad-component-type="wpa-tile"])
walgreens.com##li.owned-brands:has(figure.sponsored)
macys.com##li.productThumbnailItem:has(.sponsored-items-label)
streeteasy.com##li.searchCardList--listItem:has(.jsSponsoredListingCard)
autotrader.co.uk##li:has(section[data-testid="trader-seller-listing"] > span[data-testid="FEATURED_LISTING"])
autotrader.co.uk##li:has(section[data-testid="trader-seller-listing"] > span[data-testid="PROMOTED_LISTING"])
bbc.com##li[class*="-ListItem"]:has(div.dotcom-ad)
dictionary.com,thesaurus.com##main div[class]:has(> [data-type="ad-vertical"])
windowsreport.com##section.hide-mbl:has(a[href^="https://out.reflectormedia.com/"])
deadspin.com##section:has(a[href^="https://theinventory.com"])
homedepot.com##section[id^="browse-search-pods-"] > div.browse-search__pod:has(div.product-sponsored)
titantv.com##tr:has(> td[align="center"][valign="middle"][colspan="2"][class="gC"])
opensubtitles.org##tr[style]:has([src*="php"])
oneindia.com##ul > li:has(> div[class^="adg_"])
nme.com###taboola-below-article
oneindia.com###taboola-mid-article-thumbnails
the-independent.com###taboola-mid-article-thumbnails-ii
independent.co.uk,the-independent.com###taboola-mid-article-thumbnails-iii
drivespark.com,goodreturns.in###taboola-mid-category-thumbnails
lifeandstylemag.com###taboola-right-rail-thumbnails
hindustantimes.com##.ht_taboola
financialexpress.com##.ie-network-taboola
6abc.com,abcnews.go.com##.taboola
gizmodo.com,kotaku.com,theonion.com,theroot.com##.taboola-container
firstpost.com##.taboola-div
weather.com##div[id*="Taboola-sidebar"]
weather.com##div[id^="Taboola-main-"]
express.co.uk##div[id^="taboola-"]
linkvertise.com##lv-taboola-ctr-ad-dummy
filmibeat.com,gizbot.com,goodreturns.in,oneindia.com##ul > li:has(> div[id^="taboola-mid-home-stream"])
ndtv.com,ndtv.in##[class^="firework"]
ndtv.com,ndtv.in##[id^="firework"]
a-ads.com,ad-maven.com,adcash.com,admitad.com,adskeeper.co.uk,adskeeper.com,adspyglass.com,adstracker.info,adsupply.com,adsupplyads.com,adsupplyads.net,chpadblock.com,exoclick.com,hilltopads.com,join-admaven.com,joinpropeller.com,juicyads.com,luckyads.pro,monetag.com,myadcash.com,popads.net,propellerads.com,purpleads.io,trafficshop.com,yavli.com##HTML
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###nav-swmslot
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###sc-rec-bottom
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###sc-rec-right
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###similarities_feature_div:has(span.sponsored_label_tap_space)
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###sponsoredProducts2_feature_div
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###sponsoredProducts_feature_div
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###typ-recommendations-stripe-1
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg###typ-recommendations-stripe-2
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.amzn-safe-frame-container
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.dp-widget-card-deck:has([data-ad-placement-metadata])
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.s-result-item:has([data-ad-feedback])
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.s-result-item:has(div.puis-sponsored-label-text)
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.s-result-list > .a-section:has(.sbv-ad-content-container)
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##.sbv-video-single-product
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##[cel_widget_id*="-creative-desktop_loom-desktop-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div.s-inner-result-item > div.sg-col-inner:has(a.puis-sponsored-label-text)
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id*="Deals3Ads"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id*="_ad-placements-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id*="desktop-dp-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-orderdetails-desktop-carousel_desktop-yo-orderdetails_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-orderdetails-mobile-list_mobile-yo-orderdetails_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-pop-mobile-carousel_mobile-yo-postdelivery_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-rhf-desktop-carousel_desktop-rhf_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-shiptrack-desktop-carousel_desktop-yo-shiptrack_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-shiptrack-mobile-list_mobile-yo-shiptrack_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp-typ-mobile-carousel_mobile-typ-carousels_2"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="sp_phone_detail_thematic"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id="typ-ads"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id^="LEFT-SAFE_FRAME-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id^="MAIN-FEATURED_ASINS_LIST-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id^="adplacements:"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id^="multi-brand-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[cel_widget_id^="sp-desktop-carousel_handsfree-browse"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[class*="SponsoredProducts"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[class*="_dpNoOverflow_"][data-idt]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-a-carousel-options*="\\\"isSponsoredProduct\\\":\\\"true\\\""]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-ad-id]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-cel-widget="sp-rhf-desktop-carousel_desktop-rhf_1"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-cel-widget="sp-shiptrack-desktop-carousel_desktop-yo-shiptrack_0"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-cel-widget^="multi-brand-video-mobile_DPSims_"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-cel-widget^="multi-card-creative-desktop_loom-desktop-top-slot_"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-csa-c-painter="sp-cart-mobile-carousel-cards"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-csa-c-slot-id^="loom-mobile-brand-footer-slot_hsa-id-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[data-csa-c-slot-id^="loom-mobile-top-slot_hsa-id-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##div[id^="sp_detail"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##span[cel_widget_id^="MAIN-FEATURED_ASINS_LIST-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##span[cel_widget_id^="MAIN-loom-desktop-brand-footer-slot_hsa-id-CARDS-"]
amazon.ae,amazon.ca,amazon.cn,amazon.co.jp,amazon.co.uk,amazon.com,amazon.com.au,amazon.com.be,amazon.com.br,amazon.com.mx,amazon.com.tr,amazon.de,amazon.eg,amazon.es,amazon.fr,amazon.in,amazon.it,amazon.nl,amazon.pl,amazon.sa,amazon.se,amazon.sg##span[cel_widget_id^="MAIN-loom-desktop-top-slot_hsa-id-CARDS-"]
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hoteis.com,hoteles.com,hotels.com,orbitz.com,travelocity.ca,travelocity.com##.uitk-card:has(.uitk-badge-sponsored)
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hoteis.com,hoteles.com,hotels.com,orbitz.com,travelocity.ca,travelocity.com##[data-stid="meso-similar-properties-carousel"]
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hoteis.com,hoteles.com,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div.not_clustered[id^="uitk-eg-maps-container-"]
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hoteis.com,hoteles.com,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div[class="uitk-spacing uitk-spacing-margin-blockstart-three"]:has(a[href*="&trackingData"])
expedia.at,expedia.be,expedia.ca,expedia.ch,expedia.co.id,expedia.co.in,expedia.co.jp,expedia.co.kr,expedia.co.nz,expedia.co.th,expedia.co.uk,expedia.com,expedia.com.ar,expedia.com.au,expedia.com.br,expedia.com.hk,expedia.com.my,expedia.com.ph,expedia.com.sg,expedia.com.tw,expedia.com.vn,expedia.de,expedia.dk,expedia.es,expedia.fi,expedia.fr,expedia.ie,expedia.it,expedia.mx,expedia.net,expedia.nl,expedia.no,expedia.se,hoteis.com,hoteles.com,hotels.com,orbitz.com,travelocity.ca,travelocity.com##div[class="uitk-spacing uitk-spacing-margin-blockstart-three"]:has(a[href^="https://adclick.g.doubleclick.net/pcs/click?"])
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.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###google-s-ad
gunsandammo.com###VideoPlayerDivIframe
usnews.com###ac-lre-player-ph
wral.com###exco
ginx.tv###ginx-floatingvod-containerspacer
gunsandammo.com###inline-player
pubs.rsc.org###journal-info > .text--centered
forums.whathifi.com###jwplayer-container-div
mentalfloss.com###mm-player-placeholder-large-screen
bossip.com,hiphopwired.com,madamenoire.com###player-wrapper
bar-planb.com,hakibavuong.com###player_dev
realclearpolitics.com###realclear_jwplayer_container
uproxx.com###upx-mm-player-wrap
newseveryday.com###vplayer_large
telegraph.co.uk##.article-betting-unit-container
sciencetimes.com##.article-videoplayer
people.com##.article__broad-video
washingtonexaminer.com##.bridtv
cnet.com,zdnet.com##.c-avStickyVideo
mb.com.ph##.code-block
techwalla.com##.component-article-section-jwplayer-wrapper
comicbook.com##.embedVideoContainer
taskandpurpose.com##.empire-unit-prefill-container
europeanpharmaceuticalreview.com##.europ-fixed-footer
ibtimes.sg##.featured_video
redboing.com##.fw-ad
thestar.co.uk##.gOoqzH
electricianforum.co.uk##.gb-sponsored
givemesport.com##.gms-videos-container
anandtech.com##.jwplayer
gamesradar.com,livescience.com,tomshardware.com,whathifi.com##.jwplayer__widthsetter
space.com##.jwplayer__wrapper
southernliving.com##.karma-sticky-rail
gearjunkie.com##.ldm_ad
bestrecipes.com.au,delicious.com.au,taste.com.au##.news-video
picrew.me##.play-Imagemaker_Footer
sciencetimes.com##.player
bossip.com##.player-wrapper-inner
swimswam.com##.polls-461
kidspot.com.au##.secondary-video
playbuzz.com##.stickyplayer-container
mentalfloss.com##.style_k8mr7b-o_O-style_1ts1q2h
gamesradar.com,tomsguide.com,tomshardware.com,whathifi.com##.vid-present
petapixel.com##.video-aspect-wrapper
gearjunkie.com##.video-jwplayer
bolavip.com##.video-player-placeholder
consequence.net##.video_container
offidocs.com##[id^="ja-container-prev"]
hollywoodreporter.com##[id^="jwplayer"]
wlevradio.com##a[href^="https://omny.fm/shows/just-start-the-conversation"]
firstforwomen.com##div[class^="article-content__www_ex_co_video_player_"]
burnerapp.com##.exit__overlay
booking.com##.js_sr_persuation_msg
booking.com##.sr-motivate-messages
##.section-subheader > .section-hotel-prices-header
yahoo.com###Horizon-ad
yahoo.com###Lead-0-Ad-Proxy
yahoo.com###adsStream
yahoo.com###defaultLREC
finance.yahoo.com###mrt-node-Lead-0-Ad
sports.yahoo.com###mrt-node-Lead-1-Ad
sports.yahoo.com###mrt-node-Primary-0-Ad
sports.yahoo.com###mrt-node-Secondary-0-Ad
yahoo.com###sda-Horizon
yahoo.com###sda-Horizon-viewer
yahoo.com###sda-LDRB
yahoo.com###sda-LDRB-iframe
yahoo.com###sda-LDRB2
yahoo.com###sda-LREC
yahoo.com###sda-LREC-iframe
yahoo.com###sda-LREC2
yahoo.com###sda-LREC2-iframe
yahoo.com###sda-LREC3
yahoo.com###sda-LREC3-iframe
yahoo.com###sda-LREC4
yahoo.com###sda-MAST
yahoo.com###sda-MON
yahoo.com###sda-WFPAD
yahoo.com###sda-WFPAD-1
yahoo.com###sda-WFPAD-iframe
yahoo.com###sda-wrapper-COMMENTSLDRB
mail.yahoo.com###slot_LREC
yahoo.com###viewer-LDRB
yahoo.com###viewer-LREC2
yahoo.com###viewer-LREC2-iframe
yahoo.com##.Feedback
finance.yahoo.com##.ad-lrec3
yahoo.com##.ads
yahoo.com##.caas-da
yahoo.com##.darla
yahoo.com##.darla-container
yahoo.com##.darla-lrec-ad
yahoo.com##.darla_ad
yahoo.com##.ds_promo_ymobile
yahoo.com##.gemini-ad
yahoo.com##.gemini-ad-feedback
yahoo.com##.item-beacon
yahoo.com##.ntk-ad-item
sports.yahoo.com##.post-article-ad
finance.yahoo.com##.sdaContainer
yahoo.com##.searchCenterBottomAds
yahoo.com##.searchCenterTopAds
search.yahoo.com##.searchRightBottomAds
search.yahoo.com##.searchRightTopAds
yahoo.com##.sys_shopleguide
yahoo.com##.viewer-sda-container
groupon.com##[data-bhc$="sponsored_carousel"]
yahoo.com##[data-content="Advertisement"]
mail.yahoo.com##[data-test-id^="pencil-ad"]
yahoo.com##[data-wf-beacons]
finance.yahoo.com##[id^="defaultLREC"]
mail.yahoo.com##[rel="noreferrer"][data-test-id][href^="https://beap.gemini.yahoo.com/mbclk?"]
yahoo.com##a[data-test-id="large-image-ad"]
mail.yahoo.com##article[aria-labelledby*="-pencil-ad-"]
yahoo.com##div[class*="ads-"]
yahoo.com##div[class*="gemini-ad"]
yahoo.com##div[data-beacon] > div[class*="streamBoxShadow"]
yahoo.com##div[id*="ComboAd"]
yahoo.com##div[id^="COMMENTSLDRB"]
yahoo.com##div[id^="LeadAd-"]
yahoo.com##div[id^="darla-ad"]
yahoo.com##div[id^="gemini-item-"]
yahoo.com##div[style*="/ads/"]
yahoo.com##li[data-test-locator="stream-related-ad-item"]
youtube.com###shorts-inner-container > .ytd-shorts:has(> .ytd-reel-video-renderer > ytd-ad-slot-renderer)
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-browse.ytd-page-manager.style-scope > ytd-two-column-browse-results-renderer.grid-disabled.grid.ytd-browse.style-scope > #primary.ytd-two-column-browse-results-renderer.style-scope > ytd-rich-grid-renderer.ytd-two-column-browse-results-renderer.style-scope > #contents.ytd-rich-grid-renderer.style-scope > ytd-rich-grid-row.ytd-rich-grid-renderer.style-scope > #contents.ytd-rich-grid-row.style-scope > ytd-rich-item-renderer.ytd-rich-grid-row.style-scope > #content.ytd-rich-item-renderer.style-scope > ytd-ad-slot-renderer.ytd-rich-item-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-browse.ytd-page-manager.style-scope > ytd-two-column-browse-results-renderer.grid-disabled.grid.ytd-browse.style-scope > #primary.ytd-two-column-browse-results-renderer.style-scope > ytd-rich-grid-renderer.ytd-two-column-browse-results-renderer.style-scope > #contents.ytd-rich-grid-renderer.style-scope > ytd-rich-grid-row.ytd-rich-grid-renderer.style-scope > #contents.ytd-rich-grid-row.style-scope > ytd-rich-item-renderer.ytd-rich-grid-row.style-scope:has(> #content.ytd-rich-item-renderer.style-scope > ytd-ad-slot-renderer.ytd-rich-item-renderer.style-scope)
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-browse.ytd-page-manager.style-scope > ytd-two-column-browse-results-renderer.grid-disabled.grid.ytd-browse.style-scope > #primary.ytd-two-column-browse-results-renderer.style-scope > ytd-rich-grid-renderer.ytd-two-column-browse-results-renderer.style-scope > #masthead-ad.ytd-rich-grid-renderer.style-scope > ytd-ad-slot-renderer.ytd-rich-grid-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-browse.ytd-page-manager.style-scope > ytd-two-column-browse-results-renderer.grid-disabled.grid.ytd-browse.style-scope > #primary.ytd-two-column-browse-results-renderer.style-scope > ytd-rich-grid-renderer.ytd-two-column-browse-results-renderer.style-scope > #masthead-ad.ytd-rich-grid-renderer.style-scope > ytd-banner-promo-renderer.ytd-rich-grid-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-search.ytd-page-manager.style-scope > #container.ytd-search.style-scope > ytd-two-column-search-results-renderer.ytd-search.style-scope > #primary.ytd-two-column-search-results-renderer.style-scope > ytd-section-list-renderer.ytd-two-column-search-results-renderer.style-scope > #contents.ytd-section-list-renderer.style-scope > ytd-item-section-renderer.ytd-section-list-renderer.style-scope > #contents.ytd-item-section-renderer.style-scope > ytd-ad-slot-renderer.ytd-item-section-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-search.ytd-page-manager.style-scope > #container.ytd-search.style-scope > ytd-two-column-search-results-renderer.ytd-search.style-scope > #primary.ytd-two-column-search-results-renderer.style-scope > ytd-section-list-renderer.ytd-two-column-search-results-renderer.style-scope > #contents.ytd-section-list-renderer.style-scope > ytd-item-section-renderer.ytd-section-list-renderer.style-scope > #contents.ytd-item-section-renderer.style-scope > ytd-search-pyv-renderer.ytd-item-section-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #below.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > #player-ads.ytd-watch-flexy.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #below.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope > #items.ytd-watch-next-secondary-results-renderer.style-scope > ytd-ad-slot-renderer.ytd-watch-next-secondary-results-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #below.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope > #items.ytd-watch-next-secondary-results-renderer.style-scope > ytd-item-section-renderer.ytd-watch-next-secondary-results-renderer.style-scope > #contents.ytd-item-section-renderer.style-scope > ytd-ad-slot-renderer.ytd-item-section-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #below.ytd-watch-flexy.style-scope > ytd-merch-shelf-renderer.ytd-watch-flexy.style-scope > #main.style-scope.ytd-merch-shelf-renderer > #banner.style-scope.ytd-merch-shelf-renderer
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #below.ytd-watch-flexy.style-scope > ytd-merch-shelf-renderer.ytd-watch-flexy.style-scope > #main.style-scope.ytd-merch-shelf-renderer > #item-list.style-scope.ytd-merch-shelf-renderer
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #primary.ytd-watch-flexy.style-scope > #primary-inner.ytd-watch-flexy.style-scope > #player.ytd-watch-flexy.style-scope > #player-container-outer.ytd-watch-flexy.style-scope > #player-container-inner.ytd-watch-flexy.style-scope > #player-container.ytd-watch-flexy.style-scope > ytd-player#ytd-player.ytd-watch-flexy.style-scope > #container.ytd-player.style-scope > #movie_player.playing-mode.html5-video-player > .ytp-suggested-action > button.ytp-suggested-action-badge-with-controls.ytp-suggested-action-badge.ytp-button
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #secondary.ytd-watch-flexy.style-scope > #secondary-inner.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > #player-ads.ytd-watch-flexy.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #secondary.ytd-watch-flexy.style-scope > #secondary-inner.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope > #items.ytd-watch-next-secondary-results-renderer.style-scope > ytd-ad-slot-renderer.ytd-watch-next-secondary-results-renderer.style-scope
youtube.com##body > ytd-app > #content.ytd-app.style-scope > ytd-page-manager#page-manager.ytd-app.style-scope > ytd-watch-flexy.ytd-page-manager.style-scope > #columns.ytd-watch-flexy.style-scope > #secondary.ytd-watch-flexy.style-scope > #secondary-inner.ytd-watch-flexy.style-scope > #related.ytd-watch-flexy.style-scope > ytd-watch-next-secondary-results-renderer.ytd-watch-flexy.style-scope > #items.ytd-watch-next-secondary-results-renderer.style-scope > ytd-item-section-renderer > #contents > ytd-ad-slot-renderer
m.youtube.com##lazy-list > ad-slot-renderer
m.youtube.com##ytm-rich-item-renderer > ad-slot-renderer
thefreedictionary.com###Content_CA_AD_0_BC
thefreedictionary.com###Content_CA_AD_1_BC
instapundit.com###adspace_top > .widget-ad__content
sonichits.com###bottom_ad
sonichits.com###divStickyRight
spanishdict.com###removeAdsSidebar
sonichits.com###right-ad
ldoceonline.com###rightslot2-container
sonichits.com###top-ad-outer
sonichits.com###top-top-ad
plagiarismchecker.co###topbox
spanishdict.com##.ad--1zZdAdPU
tweaktown.com##.adcon
geekzone.co.nz##.adsbygoogle
apkmirror.com##.ains-apkm_outbrain_ad
tweaktown.com##.center-tag-rightad
rawstory.com##.connatix-hodler
apkmirror.com##.ezo_ad
patents.justia.com##.jcard[style="min-height:280px; margin-bottom: 10px;"]
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.js-results-ads
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.js-sidebar-ads > .nrn-react-div
boatsonline.com.au,yachthub.com##.js-sticky
history.com##.m-balloon-header--ad
history.com##.m-in-content-ad
history.com##.m-in-content-ad-row
impartialreporter.com,polygon.com##.ob-smartfeed-wrapper
duckduckgo.com,duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion##.results--ads
mail.google.com##a[href^="http://li.blogtrottr.com/click?"]
geekzone.co.nz##div.cornered.box > center
apkmirror.com##div[id^="adtester-container-"]
yandex.com##div[id^="yandex_ad"]
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.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###tads[aria-label]
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.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###tadsb[aria-label]
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.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##.OcdnDb
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.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##.OcdnDb + .fp2VUc
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.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##.commercial-unit-desktop-rhs:not(.mnr-c)
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.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##.commercial-unit-mobile-top > div[data-pla="1"]
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.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##.cu-container
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.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##.ltJjte
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.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##.uEierd
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.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##a[href^="/aclk?sa="][href*="&adurl=&placesheetAdFix=1"]
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.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##a[href^="/aclk?sa="][href*="&adurl=&placesheetAdFix=1"] + button
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.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##a[href^="https://www.googleadservices.com/pagead/aclk?"]
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.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##body#yDmH0d [data-is-promoted="true"]
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.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##c-wiz[jsrenderer="YTTf6c"] > .bhapoc.oJeWuf[jsname="bN97Pc"][data-ved]
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.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##div.sh-sr__shop-result-group[data-hveid]:has(g-scrolling-carousel)
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.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##div[data-attrid="kc:/local:promotions"]
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.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##div[data-crl="true"][data-id^="CarouselPLA-"]
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.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##div[data-is-ad="1"]
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.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##div[jsdata*="CarouselPLA-"][data-id^="CarouselPLA-"]
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.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##div[jsdata*="SinglePLA-"][data-id^="SinglePLA-"]
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.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##html[itemtype="http://schema.org/SearchResultsPage"] #cnt div[class$="sh-sr__bau"]
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.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##html[itemtype="http://schema.org/SearchResultsPage"] #cnt div[class$="sh-sr__tau"][style]
testpages.adblockplus.org###abptest
msn.com###displayAdCard
msn.com###div[id^="mrr-topad-"]
msn.com###partners
msn.com###promotions
msn.com##.articlePage_bannerAd_wrapper-DS-EntryPoint1-1
msn.com##.articlePage_eoabNativeAd_new-DS-EntryPoint1-1
msn.com##.bannerAdContainer-DS-EntryPoint1-1
msn.com##.consumption-page-banner-wrapper
msn.com##.drrTopAdWrapper
msn.com##.galleryPage_eoabContent_new-DS-EntryPoint1-1
msn.com##.galleryPage_eoabNativeAd_new-DS-EntryPoint1-1
msn.com##.intra-article-ad-full
msn.com##.intra-article-ad-half
msn.com##.modernRightRail_stickyTopBannerAd-DS-EntryPoint1-1
msn.com##.modernRightRail_topAd_container_2col_newRR-DS-EntryPoint1-1
msn.com##.outeradcontainer
msn.com##.qohvco-DS-EntryPoint1-1
msn.com##.river-background
msn.com##.views-right-rail-top-display
msn.com##.views-right-rail-top-display-ad
msn.com##.windowsBannerAdContainer-DS-EntryPoint1-1
msn.com##[class^="articlePage_eoabContent"]
msn.com##[data-m*="Infopane_CMSBasicCardstore_article"]
msn.com##a[aria-label="AliExpress"]
msn.com##a[aria-label="Amazon Assistant"]
msn.com##a[aria-label="Amazon"]
msn.com##a[aria-label="Bol.com"]
msn.com##a[aria-label="Booking.com"]
msn.com##a[aria-label="Ricardo"]
msn.com##a[aria-label="Today's Deals"]
msn.com##a[aria-label="eBay"]
msn.com##a[href*=".booking.com/"]
msn.com##a[href*="/aff_m?offer_id="]
msn.com##a[href*="?sub_aff_id="]
msn.com##a[href="https://aka.ms/QVC"]
msn.com##a[href^="https://amzn.to/"]
msn.com##a[href^="https://clk.tradedoubler.com/click?"]
msn.com##a[href^="https://clkde.tradedoubler.com/click?"]
msn.com##a[href^="https://disneyplus.bn5x.net/"]
msn.com##a[href^="https://prf.hn/click/camref:"]
msn.com##a[href^="https://ww55.affinity.net/"]
msn.com##a[href^="https://www.awin1.com/cread.php"]
msn.com##above-river-block
msn.com##cs-native-ad-card
msn.com##cs-native-ad-card-no-hover
msn.com##div[class^="articlePage_topBannerAdContainer_"]
msn.com##div[class^="galleryPage_bannerAd"]
msn.com##div[id^="nativeAd"]
msn.com##div[id^="watch-feed-native-ad-"]
msn.com##li[data-m*="NativeAdItem"] > a > *
msn.com##li[data-provider="gemini"]
msn.com##li[data-provider="outbrain"]
msn.com##msft-article-card[class=""]
msn.com##msft-content-card[data-t*="NativeAd"]
msn.com##msft-content-card[href^="https://api.taboola.com/"]
msn.com##msft-content-card[id^="contentcard_nativead-"]
msn.com##msn-info-pane-panel[id^="tab_panel_nativead-"]
msn.com##partner-upsell-card
bing.com###bepfo.popup[style^="visibility: visible"]
bing.com##.ad_sc
bing.com##.b_ad
bing.com##.b_adBottom
bing.com##.b_adLastChild
bing.com##.b_adPATitleBlock
bing.com##.b_spa_adblock
bing.com##.mapsTextAds
bing.com##.mma_il
bing.com##.pa_sb
bing.com##.productAd
bing.com##.text-ads-container
bing.com##[id$="adsMvCarousel"]
bing.com##a[href*="/aclick?ld="]
bing.com##div[aria-label$="ProductAds"]
bing.com##div[class="ins_exp tds"]
bing.com##div[class="ins_exp vsp"]
bing.com##li[data-idx]:has(#mm-ebad)
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.CarResultsList > div > div.Dp1L[role=tab]
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.ejnn-results-list-wrap div.YTRJ[role="button"][tabindex="0"] > .yuAt-pres-rounded
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.ev1_-results-list > div > div > div > div.G-5c[role="tab"][tabindex="0"] > .yuAt-pres-rounded
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.ev1_-results-list > div > div > div > div[data-resultid$="-sponsored"]
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.nqHv-pres-three:has(div.nqHv-logo-ad-wrapper)
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.resultsList > div > div > div > div.G-5c[role="tab"][tabindex="0"] > .yuAt-pres-rounded
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.resultsList > div > div > div > div[data-resultid$="-sponsored"]
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##.yPOz-adInner
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##div.PzK0-pres-default
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##div[class$="-adInner"]
checkfelix.com,kayak.ae,kayak.bo,kayak.ch,kayak.cl,kayak.co.cr,kayak.co.id,kayak.co.in,kayak.co.jp,kayak.co.kr,kayak.co.th,kayak.co.uk,kayak.co.ve,kayak.com,kayak.com.ar,kayak.com.au,kayak.com.br,kayak.com.co,kayak.com.do,kayak.com.ec,kayak.com.gt,kayak.com.hk,kayak.com.hn,kayak.com.mx,kayak.com.my,kayak.com.ni,kayak.com.pa,kayak.com.pe,kayak.com.ph,kayak.com.pr,kayak.com.py,kayak.com.sv,kayak.com.tr,kayak.com.uy,kayak.de,kayak.dk,kayak.es,kayak.fr,kayak.ie,kayak.it,kayak.nl,kayak.no,kayak.pl,kayak.pt,kayak.sa,kayak.se,kayak.sg,swoodoo.com##div[data-resultid]:has(a.IZSg-adlink)
provigo.ca#?#.chakra-container:-abp-contains(sponsored)
loblaws.ca,yourindependentgrocer.ca#?#.chakra-container:-abp-contains(sponsored)
coles.com.au#?#.coles-targeting-UnitContainer:has(ul.product__top_messaging)
ulta.com#?#li.ProductListingResults__productCard:has(.ProductCard__badge:-abp-contains(Sponsored))
leadership.ng#?#.jeg_postblock:-abp-contains(SPONSORED)
acmemarkets.com,albertsons.com,andronicos.com,carrsqc.com,haggen.com,jewelosco.com,kingsfoodmarkets.com,pavilions.com,randalls.com,safeway.com,shaws.com,starmarket.com,tomthumb.com,vons.com#?#.product-card-col:-abp-contains(Sponsored)
agoda.com#?#.PropertyCardItem:-abp-has(div:-abp-contains(Promoted))
alibaba.com#?#.J-offer-wrapper:-abp-contains(Top sponsor listing)
aliexpress.com#?##card-list > .search-item-card-wrapper-gallery:-abp-has(a.search-card-item[href*="&aem_p4p_detail="] div[class*="cards--image--"] > div[class*="multi--ax--"]:-abp-contains(/^(?:AD|An[uú]ncio|광고|広告)$/)):-abp-has(+ .search-item-card-wrapper-gallery a.search-card-item:not([href*="&aem_p4p_detail="]))
app.daily.dev#?#article:-abp-contains(Promoted)
atlanticsuperstore.ca,fortinos.ca,loblaws.ca,maxi.ca,newfoundlandgrocerystores.ca,nofrills.ca,provigo.ca,realcanadiansuperstore.ca,valumart.ca,yourindependentgrocer.ca,zehrs.ca#?#.product-tile-group__list__item:-abp-contains(Sponsored)
backpack.tf,backpacktf.com#?#.panel:-abp-contains(createAd)
belloflostsouls.net#?#span.text-secondary:-abp-contains(Advertisement)
scamwarners.com#?#center:-abp-contains(Advertisement)
infographicjournal.com#?#.et_pb_widget:-abp-contains(Partners)
infographicjournal.com#?#.et_pb_module:-abp-contains(Partners)
infographicjournal.com#?#.et_pb_module:-abp-contains(Partners) + .et_pb_module
telugupeople.com#?#table:-abp-has(> tbody > tr > td > a:-abp-contains(Advertisements))
yelp.at,yelp.be,yelp.ca,yelp.ch,yelp.cl,yelp.co.jp,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.ar,yelp.com.au,yelp.com.br,yelp.com.hk,yelp.com.mx,yelp.com.ph,yelp.com.sg,yelp.com.tr,yelp.cz,yelp.de,yelp.dk,yelp.es,yelp.fi,yelp.fr,yelp.ie,yelp.it,yelp.my,yelp.nl,yelp.no,yelp.pl,yelp.pt,yelp.se#?#main[class^="searchResultsContainer"] li h2:-abp-contains(Sponsored)
bleepingcomputer.com#?#.post_wrap:-abp-contains(AdBot)
bolnews.com#?#[style*="center"]:-abp-contains(Ad)
booking.com#?#div[data-testid="property-card"]:-abp-has(span:-abp-contains(Promoted))
boots.com#?#.oct-listers-hits__item:-abp-contains(Sponsored)
deccanherald.com#?#div:-abp-has(> div > .ad-background)
deccanherald.com#?#div[style^="min-height"]:-abp-has(> div > div[id*="-ad-separator"])
china.ahk.de#?#.b-main__section:-abp-has(h2.homepage-headline:-abp-contains(Advertisement))
cleantechnica.com#?#.zox-side-widget:-abp-contains(/^Advertis/)
mapchart.net#?#.row:-abp-contains(Advertisement)
coinlisting.info#?#.panel:-abp-has(h3:-abp-contains(Sponsored Ad))
coolors.co#?#a:-abp-has(div:last-child:-abp-contains(Hide))
corvetteblogger.com#?#aside.td_block_template_1.widget.widget_text:-abp-has(> h4.block-title > span:-abp-contains(Visit Our Sponsors))
cruisecritic.co.uk,cruisecritic.com#?#div[role="group"]:-abp-contains(Sponsored)
deccanherald.com#?#div#container-text:-abp-contains(ADVERTISEMENT)
deccanherald.com#?#span.container-text:-abp-contains(ADVERTISEMENT)
decrypt.co#?#span:-abp-contains(AD)
digg.com#?#article.relative:-abp-has(div:-abp-contains(SPONSORED))
eztv.tf,eztv.yt,123unblock.bar#?#tbody:-abp-contains(WARNING! Use a)
filehippo.com#?#article.card-article:-abp-has(span.card-article__author:-abp-contains(Sponsored Content))
freshdirect.com#?#.swiper-slide:-abp-contains(Sponsored)
gamersnexus.net#?#.moduleContent:-abp-contains(Advertisement)
hannaford.com#?#.header-2:-abp-contains(Sponsored Suggestions)
heb.com#?#div[class^="sc-"]:-abp-has(> div[data-qe-id="productCard"]:-abp-contains(Promoted))
instagram.com#?#div[style="max-height: inherit; max-width: inherit; display: none !important;"]:-abp-has(span:-abp-contains(Paid partnership with ))
instagram.com#?#div[style="max-height: inherit; max-width: inherit; display: none !important;"]:-abp-has(span:-abp-contains(Paid partnership))
instagram.com#?#div[style="max-height: inherit; max-width: inherit;"]:-abp-has(span:-abp-contains(Paid partnership with ))
linkedin.com#?#div.feed-shared-update-v2:-abp-has(span.update-components-actor__sub-description--tla:-abp-contains(/Anzeige|Sponsored|Promoted|Dipromosikan|Propagováno|Promoveret|Gesponsert|Promocionado|促銷內容|Post sponsorisé|프로모션|Post sponsorizzato|广告|プロモーション|Treść promowana|Patrocinado|Promovat|Продвигается|Marknadsfört|Nai-promote|ได้รับการโปรโมท|Öne çıkarılan içerik|Gepromoot|الترويج/))
linkedin.com#?#div.feed-shared-update-v2:-abp-has(span.update-components-actor__description:-abp-contains(/Anzeige|Sponsored|Promoted|Dipromosikan|Propagováno|Promoveret|Gesponsert|Promocionado|促銷內容|Post sponsorisé|프로모션|Post sponsorizzato|广告|プロモーション|Treść promowana|Patrocinado|Promovat|Продвигается|Marknadsfört|Nai-promote|ได้รับการโปรโมท|Öne çıkarılan içerik|Gepromoot|الترويج/))
linkedin.com#?#div.feed-shared-update-v2:-abp-has(span.update-components-actor__sub-description:-abp-contains(/Anzeige|Sponsored|Promoted|Dipromosikan|Propagováno|Promoveret|Gesponsert|Promocionado|促銷內容|Post sponsorisé|프로모션|Post sponsorizzato|广告|プロモーション|Treść promowana|Patrocinado|Promovat|Продвигается|Marknadsfört|Nai-promote|ได้รับการโปรโมท|Öne çıkarılan içerik|Gepromoot|الترويج/))
loblaws.ca,provigo.ca,valumart.ca,yourindependentgrocer.ca,zehrs.ca#?#.chakra-container:-abp-contains(Featured Items)
lovenovels.net#?#center:-abp-contains(Advertisement)
noelleeming.co.nz#?#div.product-tile:-abp-has(span:-abp-contains(Sponsored))
noon.com#?#span[class*="productContaine"]:-abp-has(div:-abp-contains(Sponsored))
nordstrom.com#?#article:has(.Yw5es:-abp-contains(Sponsored))
petco.com#?#[class^="CitrusCatapult-styled__LeftContent"]:-abp-has(div:-abp-contains(Sponsored))
petco.com#?#[class^="HorizontalWidget"]:-abp-has(div:-abp-contains(Sponsored))
petco.com#?#li:-abp-contains(Sponsored)
rawstory.com#?#.body-description > div:-abp-contains(ADVERTISEMENT)
regex101.com#?#div > header + div > div + div:-abp-contains(Sponsors)
sainsburys.co.uk#?#.pt-grid-item:-abp-has([data-test-id="citrus-label"]:-abp-contains(Sponsored))
search.yahoo.com#?#div.mb-28:-abp-has(span:-abp-contains(Ads))
seattleweekly.com#?#.marketplace-row:-abp-contains(Sponsored)
sephora.com#?#div[class^="css-"]:-abp-has(>a:-abp-has(span:-abp-contains(Sponsored)))
shipt.com#?#li[class$="eBAnBw"]:-abp-contains(Sponsored)
shipt.com#?#div.swiper-slide:-abp-contains(Sponsored)
sprouts.com#?#li.product-wrapper:-abp-has(span:-abp-contains(Sponsored))
target.com#?#.ProductRecsLink-sc-4mw94v-0:-abp-has(p:-abp-contains(sponsored))
target.com#?#div[data-test="@web/ProductCard/ProductCardVariantAisle"]:-abp-contains(Sponsored)
target.com#?#div[data-test="@web/site-top-of-funnel/ProductCardWrapper"]:-abp-contains(sponsored)
tossinggames.com#?#tbody:-abp-contains(Please visit our below advertisers)
trends.gab.com#?#li.list-group-item:-abp-contains(Sponsored content)
tripadvisor.com#?#.cAWGu:-abp-has(a:-abp-contains(Similar Sponsored Properties))
twitter.com#?#h2[role="heading"]:-abp-contains(/Promoted|Gesponsert|Promocionado|Sponsorisé|Sponsorizzato|Promowane|Promovido|Реклама|Uitgelicht|Sponsorlu|Promotert|Promoveret|Sponsrad|Mainostettu|Sponzorováno|Promovat|Ajánlott|Προωθημένο|Dipromosikan|Được quảng bá|推廣|推广|推薦|推荐|プロモーション|프로모션|ประชาสมพนธ|परचरत|বজঞপত|تشہیر شدہ|مروج|تبلیغی|מקודם/)
vofomovies.info#?#a13:-abp-contains( Ad)
walmart.ca,walmart.com#?#div > div[io-id]:-abp-contains(Sponsored)
wayfair.com,wayfair.co.uk#?#div[data-hb-id="Grid.Item"]:-abp-has(div.FeaturedProductFlag:-abp-contains(Sponsored))
winaero.com#?#p:-abp-contains(Advertisement)
walmart.*#?#div > div[io-id]:-abp-contains(Sponsored)
wayfair.*#?#div[data-hb-id="Grid.Item"]:-abp-has(div.FeaturedProductFlag:-abp-contains(Sponsored))
virtuagirlgirls.com###DynamicBackgroundWrapper
porndr.com###PD-Under-player
deviants.com###_iframe_content
swfchan.com###aaaa
xnxx.com,xvideos.com###ad-footer
javgg.net###adlink
tnaflix.com###ads-under-video_
h-flash.com###ads_2
badassbitch.pics###adv
flyingjizz.com###adv_inplayer
xpaja.net###advertisement
milffox.com###advertising
instantfap.com###af
pervclips.com###after-adv
str8ongay.com###alfa_promo_parent
sunporno.com###atop
literotica.com###b-top
massfans.cc,massrips.cc###banner
pornchimp.com###banner-container
massfans.cc,massrips.cc###banner2
massfans.cc,massrips.cc###banner4
filtercams.com###bannerFC
cuntest.net###banners
fakings.com,nigged.com###banners_footer
pornstargold.com###basePopping
lewdspot.com,mopoga.com###belowGameAdContainerPause
cockdude.com###beside-video-ver2
sexyandfunny.com###best-friends
pussyspace.com###bhcr
euroxxx.net###block-15
hentaiprn.com###block-27
jav-jp.com###block-29
toppixxx.com###bottom
xxxdan.com,xxxdan3.com###bottom-line
hentaiasmr.moe###bottom-tab
cockdude.com###box-txtovka-con
eporner.com###btasd
sexu.site###closeplay
anysex.com###content > .main > .content_right
imagebam.com###cs-link
hentaiprn.com###custom_html-19
celebritymovieblog.com,interracial-girls.com###custom_html-2
watchjavonline.com###custom_html-3
zhentube.com###custom_html-38
dpfantasy.org,hotcelebshome.com###custom_html-4
hentai7.top###custom_html-6
pictoa.com###d-zone-1
eporner.com###deskadmiddle
hentai-cosplays.com,hentai-img.com###display_image_detail > span
javguard.xyz###dl > a[target="_blank"][id]
thehun.net###dyk_right
escortbook.com###ebsponAxDS
youjizz.com###englishPr
porntrex.com###exclusive-link
namethatporn.com###fab_blacko
dailyporn.club###fixedban
212.32.226.234###floatcenter
anysex.com###fluid_theatre > .center
pussy.org###footZones
youjizz.com###footer
69gfs.com###footer .thumbs
sunporno.com###footer_a
mopoga.com###fpGMcontainer
girlsofdesire.org###gal_669
perfectgirls.net###hat_message
yourlust.com###headC
nangaspace.com###header
aan.xxx###header-banner
youtubelike.com###header-top
manga-miz.vy1.click###header_banner
pornpics.network###hidden
javhd.today###ics
porngameshub.com###im-container
guyswithiphones.com###imglist > .noshadow
maturesladies.com###inVideoInner
hotmovs.com###in_va
youngamateursporn.com###inplayer_block
freebunker.com,imgcarry.com,pornbus.org###introOverlayBg
hentaiprn.com###l_340
postyourpuss.com###leaderboard
escortbook.com###links
xfantasy.su###listing-ba
livecamrips.com###live-cam
redtube.com###live_models_row_wrap
bootyoftheday.co###lj
maturetubehere.com###lotal
4tube.com###main-jessy-grid
anysex.com,jizzberry.com###main_video_fluid_html_on_pause
peekvids.com###mediaPlayerBanner
pornvalleymedia.net###media_image-81
pornvalleymedia.net###media_image-82
pornvalleymedia.net###media_image-83
pornvalleymedia.net###media_image-84
pornvalleymedia.net###media_image-86
pornvalleymedia.net###media_image-87
pornvalleymedia.net###media_image-88
pornvalleymedia.net###media_image-90
vpornvideos.com###mn-container
gifsfor.com###mob_banner
whentai.com###modalegames
eporner.com###movieplayer-box-adv
7mmtv.tv###mvspan_2_s_k_i_p
cockdude.com###native-boxes-2-ver2
amateur8.com,maturetubehere.com###nopp
flashx.tv,xrares.com###nuevoa
scrolller.com###object_container
youjizz.com###onPausePrOverlay
hentaimama.io,underhentai.net,watchhentai.net###overlay
porn300.com,porndroids.com###overlay-video
22pixx.xyz,imagevenue.com###overlayBg
hentaiff.com###overplay
video.laxd.com###owDmcIsUc
nudevista.at,nudevista.com###paysite
redtube.com,redtube.com.br,redtube.net,youporngay.com###pb_block
pornhub-com.appspot.com,pornhub.com,pornhub.net,youporn.com###pb_template
youporngay.com###pbs_block
ggjav.com,ggjav.tv###pc_instant
imagearn.com###picBanner
pornx.to###player-api-over
7mmtv.tv###player-container
hentai2w.com,iporntoo.com,tsmodelstube.com,xhentai.tv###playerOverlay
ebony8.com,lesbian8.com,maturetubehere.com###player_add
redtube.com###popsByTrafficJunky
javtrailers.com###popunderLinkkkk
pornstargold.com###popup
jav321.com###popup-container
sextvx.com###porntube_hor_bottom_ads
thejavmost.com###poster
katestube.com###pre-block
fetishshrine.com###pre-spots
javtitan.com,thejavmost.com,tojav.net###preroll
alotav.com,javbraze.com,javdoe.fun,javdoe.sh,javhat.tv,javhd.today,javseen.tv,javtape.site###previewBox
youporngay.com###producer
xvideos.name###publicidad-video
celebjihad.com###pud
bootyoftheday.co###random-div-wrapper
cockdude.com###related-boxes-footer-ver2
pornhub.com###relatedVideosCenter > li[class^="related"]
freebdsmxxx.org###right
lewdspot.com###rightSidebarAdContainerPause
youjizz.com###rightVideoPrs
sexuhot.com###right_div_1
sexuhot.com###right_div_2
badjojo.com###rightcol
onlyporn.tube,porntop.com###s-suggesters
homemade.xxx###scrollhere
sexyandfunny.com###sexy-links
javtiful.com###showerm
3movs.com###side_col_video_view
fc2covid.com###sidebar > .widget_block
vndevtop.com###sidebar_right
pornhub.com###singleFeedSection > .emptyBlockSpace
adult-sex-games.com,postyourpuss.com###skyscraper
adultgamesworld.com###slideApple
hentaifox.com###slider
javfor.tv###smac12403o0
xbooru.com,xxxymovies.com###smb
instawank.com###snackbar
hd-easyporn.com###special_column
megatube.xxx###sponsor-widget
flingtube.com###sponsoredBy
w3avenue.com###sponsorsbox
pornfap.tv###spot-player
hd21.com,winporn.com###spot_video_livecams
hd21.com,winporn.com###spot_video_underplayer_livecams
xnxxporn.video###spotholder
maxjizztube.com,yteenporn.com###spotxt
gotgayporn.com###ss_bar
oldies.name###stop_ad2
pascol.sbs###teaser3
trannyvideosxxx.com###text-2
yaoimangaonline.com###text-28
hentaimama.io###text-3
hentaimama.io,leaktape.com###text-5
theboobsblog.com###text-74
hentai-sharing.net###text-9
theboobsblog.com###text-94
69gfs.com,allureamateurs.net,sexmummy.com,worldgatas.com###topbar
ohentai.org###topdetailad
motherless.com###topsites
pussycatxx.com,zhentube.com###tracking-url
creampietubeporn.com,fullxxxtube.com,xxxxsextube.com###ubr
hd-easyporn.com###udwysI3c7p
usasexguide.nl###uiISGAdFooter
pervclips.com###under-video
wetpussygames.com###under728
fakings.com###undervideo
kisscos.net###v-overlay
homemoviestube.com###v_right
xvideos.com###video-sponsor-links
drtuber.com###video_list_banner
hentaiplay.net###video_overlays
redtube.com###video_right_col > .clearfix
thisav.com###vjs-banner-container
gosexpod.com###xtw
porndroids.com##.CDjtesb7pU__video-units
bellesa.co##.Display__RatioOuter-hkc90m-0
beeg.com##.GreyFox
redgifs.com##.LaPF7yJs
topinsearch.com##.TelkiTeasersBlock
hentaivideo.tube##.UVPAnnotationJavascriptNormal
xtube.com##.ZBTBTTr93ez9.ktZk9knDKFfB
porndoe.com##.\-f-banners
xhamster.com##._029ef-containerBottomSpot
xhamster.com##._80e65-containerBottomSpot
xhamster.com##._80e65-containerPauseSpot
tubepornclassic.com##.___it0h1l3u2se2lo
pichunter.com##.__autofooterwidth
redgifs.com##._advertTab_hvumk_1
sunporno.com##.a-block
pornsos.com##.a-box
7mm001.com,7mmtv.sx##.a-d-block
porngem.com,uiporn.com##.a-d-v
bravoteens.com##.a352
china-tubex.site,de-sexy-tube.ru##.aBlock
namethatporn.com##.a_br_b
upornia.com##.aa_label
namethatporn.com##.aaaabr
pimpandhost.com##.aaablock_yes
pimpandhost.com##.ablock_yes
pornx.to##.above-single-player
cambb.xxx,chaturbate.com,dlgal.com,playboy.com,rampant.tv,sex.com,signbucks.com,tallermaintenancar.com,tehvids.com,thehentaiworld.com,thehun.net,tiktits.com,uflash.tv,xcafe.com##.ad
x13x.space##.ad-banner
coomer.party,coomer.su,kemono.party,kemono.su,pics-x.com,pinflix.com,sdhentai.com,urlgalleries.net##.ad-container
xnxx.com##.ad-footer
xtube.com##.adContainer
iporntoo.com##.adbox-inner
ftopx.com##.add-block
sex3.com##.add-box
playvids.com##.add_href_jsclick
babesandstars.com,cam-video.xxx,crazyporn.xxx,cumlouder.com,gosexy.mobi,hoes.tube,hog.tv,javseen.tv,love4porn.com,marawaresearch.com,mobilepornmovies.com,mypornstarbook.net,pichunter.com,thisav.com##.ads
pornx.to##.ads-above-single-player
video.laxd.com##.ads-container
cumlouder.com##.ads__block
porn87.com##.ads_desktop
tube8.com,tube8.es,tube8.fr##.adsbytrafficjunky
pornpics.com,pornpics.de##.adss-rel
androidadult.com##.adswait
hipsternudes.com##.adultfriendfinder-block
anyporn.com,cartoon-sex.tv,oncam.me,pervertslut.com,theyarehuge.com,tiktits.com,webanddesigners.com##.adv
uiporn.com##.adv-in-video
sex3.com##.adv-leftside
roleplayers.co##.adv-wrap
freebdsmxxx.org##.adv315
perfectgirls.net##.adv_block
alohatube.com,reddflix.com##.advbox
alohatube.com##.advboxemb
ftopx.com,gayboystube.com,hungangels.com##.advert
cumlouder.com,flyingjizz.com,gotporn.com,japan-whores.com,porntube.com##.advertisement
katestube.com,sleazyneasy.com,vikiporn.com,wankoz.com##.advertising
adultfilmindex.com##.aebn
porngals4.com##.afb0
porngals4.com##.afb1
porngals4.com##.afb2
hentai2w.com##.aff-col
hentai2w.com##.aff-content-col
porngals4.com##.affl
cockdude.com##.after-boxes-ver2
hentaidude.xxx##.ai_widget
hentai2read.com##.alert-danger
dvdgayonline.com##.aligncenter
lewdzone.com##.alnk
punishworld.com##.alrt-ver2
freeadultcomix.com##.anuncios
hotmovs.com##.app-banners
hotmovs.tube##.app-banners__wrapper
fuqer.com##.area
sextb.net##.asg-overlay
hobby.porn##.asg-vast-overlay
porndictator.com,submityourflicks.com##.aside > div
str8ongay.com##.aside-itempage-col
ad69.com##.aside-section
sexvid.pro##.aside_thumbs
hd21.com##.aside_video
avn.com##.avn-article-tower
mrskin.com##.az
fapeza.com##.azz_div
gayporno.fm##.b-content__aside-head
onlydudes.tv##.b-footer-place
onlydudes.tv##.b-side-col
japan-whores.com##.b-sidebar
rat.xxx##.b-spot
me-gay.com##.b-uvb-spot
buondua.com##.b1a05af5ade94f4004a7f9ca27d9eeffb
buondua.com##.b2b4677020d78f744449757a8d9e94f28
pornburst.xxx##.b44nn3rss
buondua.com##.b489c672a2974fbd73005051bdd17551f
dofap.com##.b_videobot
justpicsplease.com,xfantasy.su##.ba
dominationworld.com,femdomzzz.com##.ban-tezf
pornburst.xxx##.bann3rss
18teensex.tv,3movs.xxx,amamilf.com,amateurelders.com,analpornpix.com,babesmachine.com,chaturbate.com,fboomporn.com,freepornpicss.com,gramateurs.com,grannarium.com,happysex.ch,hiddenhomemade.com,imagezog.com,its.porn,kawaiihentai.com,legalporn4k.com,lyama.net,maturator.com,milffox.com,oldgf.com,oldies.name,paradisehill.cc,player3x.xyz,playporngames.com,playsexgames.xxx,playvids.com,porngames.com,private.com,submittedgf.com,teenextrem.com,video.laxd.com,vidxnet.com,vikiporn.com,vjav.com,wankerson.com,watchhentaivideo.com,waybig.com,xanalsex.com,xbabe.com,xcum.com,xgrannypics.com,xnudepics.com,xpornophotos.com,xpornopics.com,xpornpix.com,xpussypics.com,xwifepics.com,xxxpornpix.com,youcanfaptothis.com,yourdailygirls.com,youx.xxx##.banner
highporn.net##.banner-a
javfor.tv##.banner-c
cumlouder.com##.banner-frame
grannymommy.com##.banner-on-player
freeones.com##.banner-placeholder
babesandstars.com##.banner-right
javfor.tv##.banner-top-b
ok.xxx,pornhat.com##.banner-wrap-desk
perfectgirls.net##.banner-wrapper
tnaflix.com##.bannerBlock
watchhentaivideo.com##.bannerBottom
pornshare.biz##.banner_1
pornshare.biz##.banner_2
pornshare.biz##.banner_3
yourlust.com##.banner_right_bottoms
camporn.to,camseek.tv,camstreams.tv,sexu.com##.banners
xxxvogue.net##.banners-container
bubbaporn.com,kalporn.com,koloporno.com,pornodingue.com,pornodoido.com,pornozot.com,serviporno.com,voglioporno.com##.banners-footer
paradisehill.cc##.banners3
paradisehill.cc##.banners4
ratemymelons.com##.bannus
yourdarkdesires.com##.battery
fap18.net,fuck55.net,tube.ac,tube.bz##.bb_desktop
mofosex.net##.bb_show_5
hotcelebshome.com##.bcpsttl_name_listing
ok.xxx,pornhat.com##.before-player
porndoe.com##.below-video
cockdude.com##.beside-video-ver2
wapbold.com,wapbold.net##.bhor-box
hqporner.com##.black_friday
babestare.com##.block
alphaporno.com,tubewolf.com##.block-banner
urgayporn.com##.block-banvert
xxbrits.com##.block-offer
3prn.com##.block-video-aside
blogvporn.com##.blue-btns
xtube.com##.bm6LRcdKEZAE
smutty.com##.bms_slider_div
ok.porn,pornhat.com##.bn
ok.xxx##.bn-title
xbabe.com##.bnnrs-aside
alphaporno.com,crocotube.com,hellporno.com,tubewolf.com,xbabe.com,xcum.com##.bnnrs-player
pornogratisdiario.com,xcafe.com##.bnr
porngames.games##.bnr-side
ok.porn,ok.xxx,oldmaturemilf.com,pornhat.com,pornyoungtube.tv##.bns-bl
sexsbarrel.com,zingyporntube.com##.bns-place-ob
xnxxvideoporn.com##.bot_bns
jagaporn.com##.botad
teenhost.net##.bottom-ban
pornoreino.com##.bottom-bang
hentaigamer.org##.bottom-banner-home
alphaporno.com,katestube.com,sleazyneasy.com,vikiporn.com##.bottom-banners
elephanttube.world##.bottom-block
dailyporn.club,risextube.com##.bottom-blocks
fetishshrine.com##.bottom-content
katestube.com##.bottom-items
pornwhite.com,teenpornvideo.xxx##.bottom-spots
youtubelike.com##.bottom-thumbs
youtubelike.com##.bottom-top
xhamster.com##.bottom-widget-section
rexxx.com##.bottom_banners
porn-plus.com##.bottom_player_a
dixyporn.com##.bottom_spot
sexvid.xxx##.bottom_spots
javlibrary.com##.bottombanner2
hd-easyporn.com##.box
zbporn.com##.box-f
bravotube.net##.box-left
sexvid.xxx##.box_site
barscaffolding.co.uk,capitalregionusa.xyz,dcraddock.uk,eegirls.com,javbebe.com,javxxoo.com,pornofilmes.com,pornstory.net,sexclips.pro,theboyboy.com,xxx-picture.com##.boxzilla-container
barscaffolding.co.uk,capitalregionusa.xyz,dcraddock.uk,eegirls.com,javbebe.com,javxxoo.com,pornofilmes.com,pornstory.net,sexclips.pro,theboyboy.com,xxx-picture.com##.boxzilla-overlay
hentaianimedownloads.com##.bp_detail
bravotube.net,spanishporn.com.es##.brazzers
xozilla.com##.brazzers-link
kompoz2.com,pornvideos4k.com##.brs-block
teensforfree.net##.bst1
realgfporn.com##.btn-info
xcum.com##.btn-ponsor
cinemapee.com##.button
video.laxd.com##.c-ad-103
redporn.porn##.c-random
tiktits.com##.callback-bt
pornpics.vip,xxxporn.pics##.cam
xnxxvideos.rest##.camitems
winporn.com##.cams
theyarehuge.com##.cams-button
sleazyneasy.com##.cams-videos
tnapics.com##.cams_small
peekvids.com##.card-deck-promotion
sxyprn.com##.cbd
stepmom.one##.cblidovr
stepmom.one##.cblrghts
porntry.com##.center-spot
fakings.com##.centrado
thefappeningblog.com##.cl-exl
bigtitsgallery.net##.classifiedAd
teenanal.co##.clickable-overlay
xhamster.com##.clipstore-bottom
sunporno.com##.close-invid
fap-nation.com,fyptt.to,gamegill.com,japaneseasmr.com##.code-block
tube8.com,tube8.es,tube8.fr##.col-3-lg.col-4-md.col-4
playvids.com##.col-lg-6.col-xl-4
whoreshub.com##.col-second
totsantcugat.info##.col-sm-6 > [href="http://totsantcugat.info/wp-content/video.php"]
hentaiworld.tv##.comments-banners
perfectgirls.net##.container + div + .additional-block-bg
pornwhite.com##.container-aside
fetishshrine.com##.container-side
pornfap.tv##.conteiner_info
senzuri.tube##.content > div > .hv-block-transparent
sleazyneasy.com,wankoz.com##.content-aside
watchmygf.me##.content-footer
xxxdessert.com##.content-gallery_banner
sexyandfunny.com##.content-source
iwara.tv##.contentBlock__content
youporngay.com##.contentPartner
sexu.site##.content__top
xcafe.com##.content_source
gottanut.com##.coverUpVid-Dskt
forced-tube.net,hqasianporn.org##.coverup
shemale777.com##.covid19
4tube.com##.cpp
bootyheroes.com##.cross-promo-bnr
3movs.com,fapality.com##.cs
mylust.com##.cs-bnr
rat.xxx,zbporn.tv##.cs-holder
zbporn.com##.cs-link-holder
hdtube.porn,pornid.xxx,rat.xxx##.cs-under-player
watchmygf.mobi##.cs_info
watchmygf.me##.cs_text_link
crocotube.com##.ct-video-ntvs
h2porn.com##.cube-thumbs-holder
worldsex.com##.currently-blokje-block-inner
alloldpics.com,sexygirlspics.com##.custom-spot
worldsex.com##.dazone
faptor.com##.dblock
anysex.com##.desc.type2
rule34.xxx##.desktop
theyarehuge.com##.desktop-spot
inxxx.com,theyarehuge.com##.desktopspot
cartoonpornvideos.com##.detail-side-banner
hentaicity.com##.detail-side-bnr
xxxporn.pics##.download
sexvid.porn,sexvid.pro,sexvid.xxx##.download_link
drtuber.com##.drt-sponsor-block
drtuber.com,iceporn.com,nuvid.com,proporn.com,viptube.com,winporn.com##.drt-spot-box
pornsex.rocks##.dump
januflix.expert##.e3lan
youporngay.com##.e8-column
pornx.to##.elementor-element-e8dcf4f
porngifs2u.com##.elementor-widget-posts + .elementor-widget-heading
rare-videos.net##.embed-container
vxxx.com##.emrihiilcrehehmmll
tsumino.com##.erogames_container
pornstargold.com##.et_bloom_popup
upornia.com,upornia.tube##.eveeecsvsecwvscceee
eromanga-show.com,hentai-one.com,hentaipaw.com##.external
lewdzone.com##.f8rpo
porngem.com##.featured-b
sss.xxx##.fel-item
tuberel.com##.fel-list
javfor.tv##.fel-playclose
hotmovs.com,thegay.com##.fiioed
homemoviestube.com##.film-item:not(#showpop)
sexyandfunny.com##.firstblock
ah-me.com,gaygo.tv##.flirt-block
asiangaysex.net,gaysex.tv##.float-ck
risextube.com##.floating
hentaiworld.tv##.floating-banner
xgroovy.com##.fluid-b
yourlust.com##.fluid_html_on_pause
xgroovy.com##.fluid_next_video_left
xgroovy.com##.fluid_next_video_right
stileproject.com##.fluid_nonLinear_bottom
cbhours.com##.foo2er-section
porn.com##.foot-zn
pornburst.xxx##.foot33r-iframe
hclips.com,thegay.com,tporn.xxx,tubepornclassic.com##.footer-banners
hentaiworld.tv##.footer-banners-iframe
xcafe.com##.footer-block
pornfaia.com##.footer-bnrz
youporn.com,youporngay.com##.footer-element-container
pornburst.xxx##.footer-iframe
4tube.com##.footer-la-jesi
4kporn.xxx,alotporn.com,amateurporn.co,camstreams.tv,danude.com,fpo.xxx,hoes.tube,scatxxxporn.com,xasiat.com##.footer-margin
cliniqueregain.com##.footer-promo
cbhours.com##.footer-section
pornhd.com##.footer-zone
homo.xxx##.footer.spot
badjojo.com##.footera
mansurfer.com##.footerbanner
videocelebs.net##.fp-brand
xpics.me##.frequently
onlyporn.tube##.ft
jizzbunker.com,jizzbunker2.com##.ftrzx1
teenpornvideo.fun##.full-ave
kompoz2.com,pornvideos4k.com,roleplayers.co##.full-bns-block
iceporn.com##.furtherance
xpics.me##.future
hdtube.porn##.g-col-banners
teenextrem.com,teenhost.net##.g-link
youx.xxx##.gallery-link
xxxonxxx.com,youtubelike.com##.gallery-thumbs
porngamesverse.com##.game-aaa
cliniqueregain.com,tallermaintenancar.com##.girl
sexybabegirls.com##.girlsgirls
bravoteens.com,bravotube.net##.good_list_wrap
kbjfree.com##.h-\[250px\]
amateur-vids.eu,leaktape.com,mature.community,milf.community,milf.plus##.happy-footer
hdporn92.com,koreanstreamer.xyz,leaktape.com##.happy-header
cheemsporn.com,nudeof.com,sexseeimage.com,yporn.tv##.happy-inside-player
jav2free.com,penissexy.com,sexseeimage.com,theboyboy.com##.happy-player-beside
jav2free.com,penissexy.com,sexseeimage.com,theboyboy.com##.happy-player-under
jav2free.com,penissexy.com,sexseeimage.com,theboyboy.com##.happy-section
deepfake-porn.com,x-picture.com##.happy-sidebar
amateur-vids.eu,camgirl-video.com,mature.community,milf.community,milf.plus##.happy-under-player
redtube.com##.hd
zbporn.com##.head-spot
anysex.com##.headA
xgroovy.com##.headP
myhentaigallery.com##.header-image
megatube.xxx##.header-panel-1
cutegurlz.com##.header-widget
videosection.com##.header__nav-item--adv-link
mansurfer.com##.headerbanner
txxx.com##.herrmhlmolu
txxx.com##.hgggchjcxja
porn300.com,porndroids.com##.hidden-under-920
worldsex.com##.hide-on-mobile
hentairules.net##.hide_on_mobile
javgg.net##.home_iframead > a[target="_blank"] > img
orgasm.com##.horizontal-banner-module
underhentai.net##.hp-float-skb
eporner.com##.hptab
pantiespics.net##.hth
videosection.com##.iframe-adv
gayforfans.com##.iframe-container
recordbate.com##.image-box
gotporn.com##.image-group-vertical
top16.net##.img_wrap
trannygem.com##.in_player_video
vivud.com##.in_stream_banner
sexu.site##.info
cocoimage.com##.inner_right
javhhh.com##.inplayer
vivud.com##.inplayer_banners
anyporn.com,bravoporn.com,bravoteens.com,bravotube.net##.inplb
anyporn.com,bravotube.net##.inplb3x2
cockdude.com##.inside-list-boxes-ver2
playvids.com,pornflip.com##.invideoBlock
amateur8.com##.is-av
internationalsexguide.nl,usasexguide.nl##.isg_background_border_banner
internationalsexguide.nl,usasexguide.nl##.isg_banner
e-hentai.org##.itd[colspan="4"]
amateurporn.me,eachporn.com##.item[style]
drtuber.com##.item_spots
twidouga.net##.item_w360
pornwhite.com,sleazyneasy.com##.items-holder
vxxx.com##.itrrciecmeh
escortdirectory.com##.ixs-govazd-item
alastonsuomi.com##.jb
babesandstars.com,pornhubpremium.com##.join
javvr.net##.jplayerbutton
japan-whores.com##.js-advConsole
sexlikereal.com##.js-m-goto
pornpapa.com##.js-mob-popup
eurogirlsescort.com##.js-stt-click > picture
freeones.com##.js-track-event
ts-tube.net##.js-uvb-spot
porndig.com##.js_footer_partner_container_wrapper
hnntube.com##.jumbotron
xxxymovies.com##.kt_imgrc
4tube.com##.la-jessy-frame
hqpornstream.com##.lds-hourglass
thehun.net##.leaderboard
xxxpicss.com,xxxpicz.com##.left-banners
babepedia.com##.left_side > .sidebar_block > a
xxxporntalk.com##.leftsidenav
xxxvogue.net##.link-adv
totsantcugat.info##.live > a[href="http://totsantcugat.info/wp-content/video.php"]
spankbang.com##.live-rotate
alloldpics.com,sexygirlspics.com##.live-spot
spankbang.com##.livecam-rotate
proporn.com,vivatube.com##.livecams
loverslab.com##.ll_adblock
vxxx.com##.lmetceehehmmll
javhd.run##.loading-ad
peekvids.com##.mediaPlayerSponsored
efukt.com##.media_below_container
lesbianbliss.com,mywebcamsluts.com,transhero.com##.media_spot
ryuugames.com##.menu-item > a[href^="https://l.erodatalabs.com/s/"]
camcam.cc##.menu-item-5880
empflix.com,tnaflix.com##.mewBlock
sopornmovies.com##.mexu-bns-bl
avn.com##.mfc
online-xxxmovies.com##.middle-spots
lic.me##.miniplayer
tryindianporn.com##.mle
hentaicore.org##.mob-lock
rat.xxx##.mob-nat-spot
gaymovievids.com,verygayboys.com##.mobile-random
tube-bunny.com##.mobile-vision
yourdarkdesires.com##.moment
txxx.com##.mpululuoopp
xnxxvideos.rest##.mult
javfor.tv##.my-2.container
jagaporn.com##.nativad
yourlust.com##.native-aside
pornhd.com##.native-banner-wrapper
cockdude.com##.native-boxes-2-ver2
cockdude.com##.native-boxes-ver2
fetishshrine.com,pornwhite.com,sleazyneasy.com##.native-holder
ggjav.com##.native_ads
anysex.com##.native_middle
fapality.com##.nativeaside
fapeza.com##.navbar-item-sky
miohentai.com##.new-ntv
xmissy.nl##.noclick-small-bnr
pornhd.com##.ntv-code-container
negozioxporn.com##.ntv1
fapality.com##.ntw-a
rule34.xxx##.nutaku-mobile
boundhub.com##.o3pt
bdsmx.tube##.oImef0
lustgalore.com##.opac_bg
pornchimp.com,pornxbox.com,teenmastube.com,watchmygf.mobi##.opt
bbporntube.pro##.opve-bns-bl
bbporntube.pro##.opve-right-player-col
jav2free.com,penissexy.com,sexseeimage.com,theboyboy.com##.order-1
hentaistream.com##.othercontent
beemtube.com##.overspot
javtiful.com##.p-0[style="margin-top: 0.45rem !important"]
zbporn.com##.p-ig
empflix.com##.pInterstitialx
hobby.porn##.pad
xxxdan3.com##.partner-site
hclips.com,hotmovs.tube##.partners-wrap
xfantazy.com##.partwidg1
fapnado.xxx##.pause-ad-pullup
empflix.com##.pause-overlay
porn87.com##.pc_instant
ebony8.com,maturetubehere.com##.pignr
bigtitslust.com,sortporn.com##.pignr.item
boundhub.com##.pla4ce
camvideos.tv,exoav.com,jizzoncam.com,rare-videos.net##.place
3movs.com##.player + .aside
alotporn.com##.player + center
xhamster.com##.player-add-overlay
katestube.com##.player-aside
vivud.com,zmovs.com##.player-aside-banners
sexu.site##.player-block__line
ok.xxx,pornhat.com,xxxonxxx.com##.player-bn
sexvid.xxx##.player-cs
videosection.com##.player-detail__banners
7mmtv.sx##.player-overlay
cliniqueregain.com##.player-promo
sexu.site##.player-related
blogbugs.org,tallermaintenancar.com,zuzandra.com##.player-right
3movs.com##.player-side
sexvid.porn,sexvid.pro,sexvid.xxx##.player-sponsor
xvideos.com,xvideos.es##.player-video.xv-cams-block
porn18videos.com##.playerRight
sexu.com##.player__side
pervclips.com##.player_adv
xnxxvideoporn.com##.player_bn
txxx.com##.polumlluluoopp
porntrex.com##.pop-fade
fapnado.com,young-sexy.com##.popup
pornicom.com##.pre-ad
porntube.com##.pre-footer
sleazyneasy.com##.pre-spots
xnxxvideos.rest##.prefixat-player-promo-col
recordbate.com##.preload
japan-whores.com##.premium-thumb
cam4.com##.presentation
pornjam.com##.productora
perfectgirls.net,xnostars.com##.promo
nablog.org##.promo-archive-all
xhamster.com##.promo-message
nablog.org##.promo-single-3-2sidebars
perfectgirls.net##.promo__item
viptube.com##.promotion
3dtube.xxx,milf.dk,nakedtube.com,pornmaki.com##.promotionbox
tnaflix.com##.pspBanner
spankbang.com##.ptgncdn_holder
pornjam.com##.publ11s-b0ttom
watchmygf.me##.publicity
freemovies.tv##.publis-bottom
pornjam.com##.r11ght-pl4yer-169
pornjam.com##.r1ght-pl4yer-43
tokyonightstyle.com##.random-banner
gaymovievids.com,me-gay.com,ts-tube.net,verygayboys.com##.random-td
tnaflix.com##.rbsd
pornhub.com##.realsex
vxxx.com##.recltiecrrllt
xnxxvideos.rest##.refr
svscomics.com##.regi
nuvid.com##.rel_right
cockdude.com##.related-boxes-footer-ver2
bestjavporn.com##.related-native-banner
cumlouder.com##.related-sites
sexhd.pics##.relativebottom
pervclips.com,vikiporn.com##.remove-spots
cam4.com##.removeAds
cumlouder.com##.resumecard
porndroids.com,pornjam.com##.resumecard__banner
bdsmx.tube,hotmovs.com,javdoe.fun,javdoe.sh,javtape.site,onlyporn.tube,porntop.com##.right
infospiral.com##.right-content
pornoreino.com##.right-side
definebabe.com##.right-sidebar
empflix.com##.rightBarBannersx
gottanut.com##.rightContent-videoPage
analsexstars.com,porn.com,pussy.org##.rmedia
jav321.com##.row > .col-md-12 > h2
jav321.com##.row > .col-md-12 > ul
erofus.com##.row-content > .col-lg-2[style^="height"]
elephanttube.world,pornid.xxx##.rsidebar-spots-holder
jizzbunker.com,jizzbunker2.com,xxxdan.com,xxxdan3.com##.rzx1
forum.lewdweb.net,forums.socialmediagirls.com##.samCodeUnit
porngals4.com##.sb250
7mm001.com,7mmtv.sx##.set_height_250
sextb.net##.sextb_300
gay-streaming.com,gayvideo.me##.sgpb-popup-dialog-main-div-wrapper
gay-streaming.com,gayvideo.me##.sgpb-popup-overlay
paradisehill.cc##.shapka
h2porn.com##.side-spot
sankakucomplex.com##.side300xmlc
video.laxd.com##.side_banner
familyporn.tv,mywebcamsluts.com,transhero.com##.side_spot
queermenow.net##.sidebar > #text-2
flyingjizz.com##.sidebar-banner
pornid.name##.sidebar-holder
vidxnet.com##.sidebar_banner
waybig.com##.sidebar_zing
xxxporntalk.com##.sidenav
myslavegirl.org##.signature
gayck.com##.simple-adv-spot
supjav.com##.simpleToast
hersexdebut.com##.single-bnr
porngfy.com##.single-sponsored
babestare.com##.single-zone
sexvid.xxx##.site_holder
porn-monkey.com##.size-300x250
simply-hentai.com##.skyscraper
porngames.tv##.skyscraper_inner
pornhub.com##.sniperModeEngaged
thelittleslush.com##.snppopup
boycall.com##.source_info
amateurfapper.com,iceporn.tv,pornmonde.com##.sources
hd-easyporn.com##.spc_height_80
gotporn.com##.spnsrd
hotgirlclub.com##.spnsrd-block-aside-250
18porn.sex,amateur8.com,anyporn.com,area51.porn,bigtitslust.com,eachporn.com,fapster.xxx,fpo.xxx,freeporn8.com,hentai-moon.com,its.porn,izlesimdiporno.com,pervertslut.com,porngem.com,porntop.com,sexpornimages.com,sexvid.xxx,sortporn.com,tktube.com,uiporn.com,xhamster.com##.sponsor
teenpornvideo.fun##.sponsor-link-desk
teenpornvideo.fun##.sponsor-link-mob
pornpics.com,pornpics.de##.sponsor-type-4
nakedpornpics.com##.sponsor-wrapper
hoes.tube,love4porn.com##.sponsorbig
fux.com,pornerbros.com,porntube.com,tubedupe.com##.sponsored
hoes.tube##.sponsorsmall
3movs.com,3movs.xxx,bravotube.net,camvideos.tv,cluset.com,deviants.com,dixyporn.com,hello.porn,katestube.com,pornicom.com,sleazyneasy.com,videocelebs.net,vikiporn.com,vjav.com##.spot
pornicom.com##.spot-after
faptube.xyz,hqpornstream.com,magicaltube.com##.spot-block
3movs.com##.spot-header
katestube.com##.spot-holder
tsmodelstube.com##.spot-regular
fuqer.com##.spot-thumbs > .right
homo.xxx##.spot.column
drtuber.com##.spot_button_m
3movs.com##.spot_large
drtuber.com,thisvid.com,vivatube.com,xxbrits.com##.spots
elephanttube.world##.spots-bottom
rat.xxx##.spots-title
sexvid.xxx##.spots_field
sexvid.xxx##.spots_thumbs
analsexstars.com##.sppc
teenasspussy.com##.sqs
pornstarchive.com##.squarebanner
pornpics.com,pornpics.de##.stamp-bn-1
lewdninja.com##.stargate
cumlouder.com##.sticky-banner
xxx18.uno##.sticky-elem
xxxbule.com##.style75
teenmushi.org##.su-box
definebabe.com##.subheader
pornsex.rocks##.subsequent
tporn.xxx##.sug-bnrs
hclips.com##.suggestions
pornmd.com##.suggestions-box
txxx.com##.sugggestion
simply-hentai.com##.superbanner
holymanga.net##.svl_ads_right
tnapics.com##.sy_top_wide
exhibporno.com##.syn
boundhub.com##.t2op
boundhub.com##.tab7le
18porn.sex,18teensex.tv,429men.com,4kporn.xxx,4wank.com,alotporn.com,amateurporn.co,amateurporn.me,bigtitslust.com,camwhores.tv,danude.com,daporn.com,fapnow.xxx,fpo.xxx,freeporn8.com,fuqer.com,gayck.com,hentai-moon.com,heroero.com,hoes.tube,intporn.com,japaneseporn.xxx,jav.gl,javwind.com,jizzberry.com,mrdeepfakes.com,multi.xxx,onlyhentaistuff.com,pornchimp.com,porndr.com,pornmix.org,rare-videos.net,sortporn.com,tabootube.xxx,watchmygf.xxx,xcavy.com,xgroovy.com,xmateur.com,xxxshake.com##.table
sxyprn.com##.tbd
amateurvoyeurforum.com##.tborder[width="99%"][cellpadding="6"]
fap-nation.org##.td-a-rec
camwhores.tv##.tdn
pronpic.org##.teaser
onlytik.com##.temporary-real-extra-block
avn.com##.text-center.mb-10
javfor.tv##.text-md-center
cockdude.com##.textovka
wichspornos.com##.tf-sp
porn87.com##.three_ads
chikiporn.com,pornq.com##.thumb--adv
xnxx.com,xvideos.com##.thumb-ad
pornpictureshq.com##.thumb__iframe
toppixxx.com##.thumbad
cliniqueregain.com,tallermaintenancar.com##.thumbs
smutty.com##.tig_following_tags2
drtuber.com##.title-sponsored
4wank.com,daporn.com,fpo.xxx,hentai-moon.com,pornmix.org,scatxxxporn.com,xmateur.com##.top
pornfaia.com##.top-banner-single
sexvid.xxx##.top-cube
vikiporn.com##.top-list > .content-aside
japan-whores.com##.top-r-all
motherless.com##.top-referers
porngem.com,uiporn.com##.top-sponsor
rat.xxx,zbporn.tv##.top-spot
10movs.com##.top_banner
ok.xxx,perfectgirls.xxx##.top_spot
camwhores.tv##.topad
m.mylust.com##.topb-100
m.mylust.com##.topb-250
itsatechworld.com##.topd
babesmachine.com##.topline
babesmachine.com##.tradepic
babesandstars.com##.traders
gayporno.fm##.traffic
proporn.com##.trailerspots
sexjav.tv##.twocolumns > aside
sexhd.pics##.tx
boysfood.com##.txt-a-onpage
pornid.xxx##.under-player-holder
hdtube.porn##.under-player-link
sexvid.xxx##.under_player_link
thegay.com##.underplayer__info > div:not([class])
videojav.com##.underplayer_banner
tryindianporn.com##.uvk
hentaiprn.com##.v-overlay
javtiful.com##.v3sb-box
see.xxx,tuberel.com##.vda-item
indianpornvideos.com##.vdo-unit
xnxxporn.video##.vertbars
milfporn8.com,ymlporn7.net##.vid-ave-pl
ymlporn7.net##.vid-ave-th
pornone.com##.video-add
ad69.com,risextube.com##.video-aside
watchmygf.tv##.video-aside-spot
sexseeimage.com##.video-block-happy
pornfaia.com##.video-bnrz
x-hd.video##.video-brs
comicsxxxgratis.com,video.javdock.com##.video-container
boyfriendtv.com##.video-extra-wrapper
megatube.xxx##.video-filter-1
theyarehuge.com##.video-holder > .box
bdsmx.tube##.video-info > section
videosection.com##.video-item--a
videosection.com##.video-item--adv
pornzog.com##.video-ntv
ooxxx.com##.video-ntv-wrapper
pornhdtube.tv,recordbate.com##.video-overlay
hotmovs.tube##.video-page > .block_label > div
thegay.com##.video-page__content > .right
xhtab2.com##.video-page__layout-ad
senzuri.tube##.video-page__watchfull-special
pornhd.com##.video-player-overlay
peachurbate.com##.video-right-banner
hotmovs.tube##.video-right-top
porntry.com,videojav.com##.video-side__spots
thegay.com##.video-slider-container
kisscos.net##.video-sponsor
senzuri.tube##.video-tube-friends
xhamster.com##.video-view-ads
china-tubex.site##.videoAd
javynow.com##.videos-ad__ad
porntop.com##.videos-slider--promo
porndoe.com##.videos-tsq
zbporn.tv##.view-aside
zbporn.com,zbporn.tv##.view-aside-block
tube-bunny.com##.visions
yourlust.com##.visit_cs
eporner.com##.vjs-inplayer-container
upornia.tube##.voiscscttnn
japan-whores.com##.vp-info
porndoe.com##.vpb-holder
porndoe.com##.vpr-section
kbjfree.com##.w-\[728px\]
reddxxx.com##.w-screen.backdrop-blur-md
3prn.com##.w-spots
pornone.com##.warp
upornia.com,upornia.tube##.wcccswvsyvk
trannygem.com##.we_are_sorry
porntube.com##.webcam-shelve
spankingtube.com##.well3
imagearn.com##.wide_banner
bustyporn.com##.widget-friends
rpclip.com##.widget-item-wrap
interviews.adultdvdtalk.com##.widget_adt_performer_buy_links_widget
hentaiprn.com,whipp3d.com##.widget_block
arcjav.com,hotcelebshome.com,jav.guru,javcrave.com,pussycatxx.com##.widget_custom_html
gifsauce.com##.widget_live
totsantcugat.info##.widget_meta.widget.col-sm-3
hentaiblue.com##.widget_text
xhamster.com##.wio-p
xhamster.com##.wio-pcam-thumb
xhamster.com##.wio-psp-b
xhamster.com,xhamster2.com##.wio-xbanner
xhamster2.com##.wio-xspa
xhamster.com##.wixx-ebanner
xhamster.com##.wixx-ecam-thumb
xhamster.com##.wixx-ecams-widget
teenager365.com##.wps-player__happy-inside-btn-close
pornrabbit.com##.wrap-spots
bdsmx.tube##.wrapper > section
porn300.com##.wrapper__related-sites
upornia.com,upornia.tube##.wssvkvkyyee
xhamster.com##.xplayer-b
xhamster18.desi##.xplayer-banner
megaxh.com##.xplayer-banner-bottom
xhamster.com##.xplayer-hover-menu
redgifs.com##.ySY4Rc9M
theyarehuge.com##.yellow
xhamster.com##.yfd-fdcam-thumb
xhamster.com##.yfd-fdcams-widget
xhamster.com##.yfd-fdclipstore-bottom
xhamster.com##.yfd-fdsp-b
xhamster.com##.yld-mdcam-thumb
xhamster.com##.yld-mdsp-b
xhamster.com##.ytd-jcam-thumb
xhamster.com##.ytd-jcams-widget
xhamster.com##.ytd-jsp-a
xhamster.com##.yxd-jcam-thumb
xhamster.com##.yxd-jcams-widget
xhamster.com##.yxd-jdbanner
xhamster.com##.yxd-jdcam-thumb
xhamster.com##.yxd-jdcams-widget
xhamster.com##.yxd-jdplayer
xhamster.com##.yxd-jdsp-b
xhamster.com##.yxd-jdsp-l-tab
xhamster.com##.yxd-jsp-a
faponic.com##.zkido_div
pussy.org##.zone
momxxxfun.com##.zone-2
pinflix.com,pornhd.com##.zone-area
hentai2read.com##.zonePlaceholder
fapnado.xxx##.zpot-horizontal
faptor.com##.zpot-horizontal-img
fapnado.xxx##.zpot-vertical
jizzbunker2.com,xxxdan.com,xxxdan3.com##.zx1p
tnaflix.com##.zzMeBploz
porn300.com,pornodiamant.xxx##[class^="abcnn_"]
beeg.porn##[class^="bb_show_"]
setdartwatches.com##[class^="boxzilla-"]
hotleaks.tv,javrank.com##[class^="koukoku"]
whoreshub.com##[class^="pop-"]
cumlouder.com##[class^="sm"]
xhamster.com,xhamster.one,xhamster2.com##[class^="xplayer-banner"]
fapnado.com##[class^="xpot"]
porn.com##[data-adch]
tube8.com##[data-spot-id]
tube8.com##[data-spot]
sxyprn.com##[href*="/re/"]
pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="base64"]
pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,xvideos.com,youjizz.com,youporn.com,youporngay.com##[href*="data:"]
doseofporn.com,jennylist.xyz##[href="/goto/desire"]
hardcoreluv.com,imageweb.ws,pezporn.com,wildpictures.net##[href="https://nudegirlsoncam.com/"]
perverttube.com##[href="https://usasexcams.com/"]
coomer.su,kemono.su##[href^="//a.adtng.com/get/"]
brazz-girls.com##[href^="/Site/Brazzers/"]
footztube.com##[href^="/tp/out"]
boobieblog.com##[href^="http://join.playboyplus.com/track/"]
thotstars.com##[href^="http://thotmeet.site/"]
androidadult.com,homemoviestube.com##[href^="https://aoflix.com/Home"]
hentai2read.com##[href^="https://camonster.com"]
akiba-online.com##[href^="https://filejoker.net/invite"]
sweethentai.com##[href^="https://gadlt.nl/"]
usasexguide.nl##[href^="https://instable-easher.com/"]
adultcomixxx.com##[href^="https://join.hentaisex3d.com/"]
ryuugames.com,yaoimangaonline.com##[href^="https://l.erodatalabs.com/s/"] > img
missav.com##[href^="https://l.hyenadata.com/"]
clubsarajay.com##[href^="https://landing.milfed.com/"]
javgg.net##[href^="https://onlyfans.com/action/trial/"]
sankakucomplex.com##[href^="https://s.zlink3.com/d.php"]
freebdsmxxx.org##[href^="https://t.me/joinchat/"]
totsantcugat.info##[href^="https://totsantcugat.info/wp-content/"]
sexhimmel.com##[href^="https://www.amarotic.com/"]
porngames.club##[href^="https://www.familyporngames.games/"]
porngames.club##[href^="https://www.porngames.club/friends/out.php"]
koreanstreamer.xyz##[href^="https://www.saltycams.com"]
alotporn.com,amateurporn.me##[id^="list_videos_"] > [class="item"]
youjizz.com,youporngay.com##[img][src*="blob:"]
tophentai.biz##[src*="hentaileads/"]
hentaigasm.com##[src^="https://add2home.files.wordpress.com/"]
analpornpix.com##[src^="https://analpornpix.com/t/153"]
tubedupe.com##[src^="https://tubedupe.com/player/html.php?aid="]
hentai-gamer.com##[src^="https://www.hentai-gamer.com/pics/"]
pornhub.com##[srcset*="bloB:"]
pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,youjizz.com,youporn.com,youporngay.com##[style*="base64"]
pornhub.com,redtube.com,tube8.com,tube8.es,tube8.fr,youjizz.com,youporn.com,youporngay.com##[style*="blob:"]:not(video)
xozilla.com##[style="height: 220px !important; overflow: hidden;"]
pornone.com##a[class^="listing"]
porn.com##a[href*="&ref="]
asspoint.com,babepedia.com,babesandstars.com,blackhaloadultreviews.com,dbnaked.com,freeones.com,gfycatporn.com,javfor.me,mansurfer.com,newpornstarblogs.com,ok.porn,porn-star.com,porn.com,porndoe.com,pornhubpremium.com,pornstarchive.com,rogreviews.com,sexyandfunny.com,shemaletubevideos.com,spankbang.com,str8upgayporn.com,the-new-lagoon.com,tube8.com,wcareviews.com,xxxonxxx.com,youporn.com##a[href*=".com/track/"]
badjojo.com,boysfood.com,definebabe.com,efukt.com,fantasti.cc,girlsofdesire.org,imagepix.org,javfor.me,pornxs.com,shemaletubevideos.com,therealpornwikileaks.com##a[href*=".php"]
blackhaloadultreviews.com,hentaigasm.com,javjunkies.com,masahub.net,missav.com,phun.org,porn-w.org##a[href*="//bit.ly/"]
celeb.gate.cc##a[href*="//goo.gl/"]
taxidrivermovie.com##a[href*="/category/"]
nude.hu##a[href*="/click/"]
hdzog.com,xcafe.com##a[href*="/cs/"]
agedbeauty.net,data18.com,imgdrive.net,pornpics.com,pornpics.de,vipergirls.to##a[href*="/go/"]
pornlib.com##a[href*="/linkout/"]
mansurfer.com##a[href*="/out/"]
avgle.com##a[href*="/redirect"]
4tube.com,fux.com,pornerbros.com,porntube.com##a[href*="/redirect-channel/"]
youpornzz.com##a[href*="/videoads.php?"]
pornhub.com,pornhubpremium.com,pstargif.com,spankbang.com,sxyprn.com,tube8.com,tube8vip.com,xozilla.com,xxxymovies.com##a[href*="?ats="]
adultdvdempire.com##a[href*="?partner_id="][href*="&utm_"]
taxidrivermovie.com##a[href*="mrskin.com/"]
adultfilmdatabase.com,animeidhentai.com,babeforums.org,bos.so,camvideos.tv,camwhores.tv,cutscenes.net,devporn.net,f95zone.to,fritchy.com,gifsauce.com,hentai2read.com,hotpornfile.org,hpjav.com,imagebam.com,imgbox.com,imgtaxi.com,motherless.com,muchohentai.com,myporn.club,oncam.me,pandamovies.pw,planetsuzy.org,pussyspace.com,redgifs.com,sendvid.com,sexgalaxy.net,sextvx.com,sexuria.com,thefappeningblog.com,vintage-erotica-forum.com,vipergirls.to,waxtube.com,xfantazy.com,yeapornpls.com##a[href*="theporndude.com"]
tsmodelstube.com##a[href="https://tsmodelstube.com/a/tangels"]
bravotube.net##a[href^="/cs/"]
sexhd.pics##a[href^="/direct/"]
analpornpix.com##a[href^="/go/"]
drtuber.com##a[href^="/partner/"]
pornhub.com,spankbang.com##a[href^="http://ads.trafficjunky.net/"]
teenmushi.org##a[href^="http://keep2share.cc/code/"]
babesandstars.com##a[href^="http://rabbits.webcam/"]
adultgifworld.com,babeshows.co.uk,boobieblog.com,fapnado.com,iseekgirls.com,the-new-lagoon.com##a[href^="http://refer.ccbill.com/cgi-bin/clicks.cgi?"]
hentai-imperia.org##a[href^="http://www.adult-empire.com/rs.php?"]
xcritic.com##a[href^="http://www.adultdvdempire.com/"][href*="?partner_id="]
hentairules.net##a[href^="http://www.gallery-dump.com"]
f95zone.to,pornhub.com,pornhubpremium.com,redtube.com##a[href^="https://ads.trafficjunky.net/"]
imgsen.com##a[href^="https://besthotgayporn.com/"]
imx.to##a[href^="https://camonster.com/"]
redgifs.com##a[href^="https://camsfinders.com/"]
hog.tv##a[href^="https://clickaine.com"]
spankbang.com##a[href^="https://deliver.ptgncdn.com/"]
hitbdsm.com##a[href^="https://go.rabbitsreviews.com/"]
instantfap.com##a[href^="https://go.redgifcams.com/"]
sexhd.pics##a[href^="https://go.stripchat.com/"]
imgsen.com##a[href^="https://hardcoreincest.net/"]
adultgamesworld.com##a[href^="https://joystick.tv/t/?t="]
yaoimangaonline.com##a[href^="https://l.hyenadata.com/"]
trannygem.com##a[href^="https://landing.transangelsnetwork.com/"]
datingpornstar.com##a[href^="https://mylinks.fan/"]
babepedia.com##a[href^="https://porndoe.com/"]
oncam.me##a[href^="https://pornwhitelist.com/"]
oncam.me##a[href^="https://publishers.clickadilla.com/signup"]
fans-here.com##a[href^="https://satoshidisk.com/"]
forums.socialmediagirls.com##a[href^="https://secure.chewynet.com/"]
smutr.com##a[href^="https://smutr.com/?action=trace"]
pornlizer.com##a[href^="https://tezfiles.com/store/"]
allaboutcd.com##a[href^="https://thebreastformstore.com/"]
thotimg.xyz##a[href^="https://thotsimp.com/"]
oncam.me##a[href^="https://torguard.net/aff.php"]
muchohentai.com##a[href^="https://trynectar.ai/"]
forums.socialmediagirls.com##a[href^="https://viralporn.com/"][href*="?utm_"]
oncam.me##a[href^="https://www.clickadu.com/?rfd="]
myreadingmanga.info##a[href^="https://www.dlsite.com/"]
namethatpornad.com,vxxx.com##a[href^="https://www.g2fame.com/"]
myreadingmanga.info,yaoimangaonline.com##a[href^="https://www.gaming-adult.com/"]
gotporn.com##a[href^="https://www.gotporn.com/click.php?id="]
spankbang.com##a[href^="https://www.iyalc.com/"]
imagebam.com,vipergirls.to##a[href^="https://www.mrporngeek.com/"]
pimpandhost.com##a[href^="https://www.myfreecams.com/"][href*="&track="]
couplesinternational.com##a[href^="https://www.redhotpie.com"]
pornhub.com##a[href^="https://www.uviu.com"]
barelist.com,spankingtube.com##a[onclick]
h-flash.com##a[style^="width: 320px; height: 250px"]
povaddict.com##a[title^="FREE "]
bdsmx.tube##article > section
girlonthenet.com##aside[data-adrotic]
xpassd.co##aside[id^="tn_ads_widget-"]
mysexgames.com##body > div[style*="z-index:"]
xxbrits.com##button[class^="click-fun"]
boobieblog.com,imgadult.com,lolhentai.net,picdollar.com,porngames.com,thenipslip.com,wetpussygames.com,xvideos.name##canvas
redtube.com##div > iframe
motherless.com##div > table[style][border]
publicflashing.me##div.hentry
xxxdl.net##div.in_thumb.thumb
underhentai.net##div[class*="afi-"]
redtube.com##div[class*="display: block; height:"]
twiman.net##div[class*="my-"][class*="px\]"]
redgifs.com##div[class^="AdTabs_"]
redgifs.com##div[class^="AdUnit_"]
camsoda.com##div[class^="AdsRight-"]
ovacovid.com##div[class^="Banner-"]
hentaicovid.com##div[class^="banner-"]
xporno.tv##div[class^="block_ads_"]
hpjav.top##div[class^="happy-"]
hentaimama.io##div[class^="in-between-ad"]
pornwhite.com,sleazyneasy.com##div[data-banner]
theyarehuge.com##div[data-nosnippet]
hentai2read.com##div[data-type="leaderboard-top"]
hentaistream.com##div[id^="adx_ad-"]
darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com##div[id^="after-boxes"]
darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com##div[id^="beside-video"]
pornsitetest.com##div[id^="eroti-"]
darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com##div[id^="native-boxes"]
darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com##div[id^="related-boxes-footer"]
pornstarbyface.com##div[id^="sponcored-content-"]
lewdgamer.com##div[id^="spot-"]
hentaiff.com##div[id^="teaser"]
eromanga-show.com,hentai-one.com,hentaipaw.com##div[id^="ts_ad_"]
pornhub.com,youporngay.com##div[onclick*="bp1.com"]
hentaistream.com##div[style$="width:100%;height:768px;overflow:hidden;visibility:hidden;"]
hentai.com##div[style="cursor: pointer;"]
simpcity.su##div[style="text-align:center;margin-bottom:20px;"]
abxxx.com,aniporn.com,missav.com,missav123.com,missav789.com,redgifs.com##div[style="width: 300px; height: 250px;"]
sexbot.com##div[style="width:300px;height:20px;text-align:center;padding-top:30px;"]
pornpics.network##div[style^="height: 250px;"]
gay0day.com##div[style^="height:250px;"]
ooxxx.com##div[style^="width: 728px; height: 90px;"]
thehentai.net##div[style^="width:300px; height:250px;"]
javtorrent.me##div[style^="width:728px; height: 90px;"]
rateherpussy.com##font[size="1"][face="Verdana"]
smutty.com##iframe[scrolling="no"]
xcafe.com##iframe[src]
watchteencam.com##iframe[src^="http://watchteencam.com/images/"]
komikindo.info,manga18fx.com,manhwa18.cc,motherless.com##iframe[style]
3movs.com,ggjav.com,tnaflix.com##iframe[width="300"]
avgle.com##img[src*=".php"]
pornhub.com,tube8.com,tube8.es,tube8.fr,xvideos.com,youjizz.com,youporngay.com##img[src*="blob:" i]:not(video)
4tube.com##img[src][style][width]
pornhub.com##img[srcset]
mature.community,milf.community,milf.plus,pornhub.com,sports.sexy##img[width="300"]
sexmummy.com##img[width="468"]
mrjav.net##li[id^="video-interlacing"]
pictoa.com##nav li[style="position: relative;"]
boundhub.com##noindex
pornhd.com##phd-floating-ad
koreanstreamer.xyz##section.korea-widget
porngifs2u.com##section[class*="elementor-hidden-"]
redtube.com##svg
mysexgames.com##table[height="630"]
mysexgames.com##table[height="640"]
motherless.com##table[style*="max-width:"]
exoav.com##td > a[href]
xxxcomics.org##video
tube8.es,tube8.fr,youporngay.com##video[autoplay]
porndoe.com,redtube.com##video[autoplay][src*="blob:" i]
porndoe.com,redtube.com##video[autoplay][src*="data:" i]
porn-w.org##.align-items-center.list-row:has(.col:empty)
picsporn.net##.box:has(> .dip-exms)
porngames.com##.contentbox:has(a[href="javascript:void(0);"])
porngames.com##.contentbox:has(iframe[src^="//"])
kimochi.info##.gridlove-posts > .layout-simple:has(.gridlove-archive-ad)
javgg.net##.home_iframead:has(> iframe)
tokyomotion.com##.is-gapless > .has-text-centered:has(> div > .adv)
darknessporn.com,familyporner.com,freepublicporn.com,pisshamster.com,punishworld.com,xanimu.com##.no-gutters > .col-6:has(> #special-block)
kbjfree.com##.relative.w-full:has(> .video-card[target="_blank"])
pornhub.com##.sectionWrapper:has(> #bottomVideos > .wrapVideoBlock)
hentaicomics.pro##.single-portfolio:has(.xxx-banner)
scrolller.com##.vertical-view__column > .vertical-view__item:has(> div[style$="overflow: hidden;"])
porndoe.com##.video-item:has(a.video-item-link[ng-native-click])
jav4tv.com##aside:has(.ads_300_250)
youporn.com##aside:has(a.ad-remove)
pornhub.com##div[class="video-wrapper"] > .clear.hd:has(.adsbytrafficjunky)
rule34.paheal.net##section[id$="main"] > .blockbody:has(> div[align="center"] > ins)
4wank.com#?#.video-holder > center > :-abp-contains(/^Advertisement$/)
crocotube.com#?#.ct-related-videos-title:-abp-contains(Advertisement)
crocotube.com#?#.ct-related-videos-title:-abp-contains(You may also like)
hdpornpics.net#?#.money:-abp-has(.century:-abp-contains(ADS))
hotmovs.com#?#.block_label--last:-abp-contains(Advertisement)
okxxx1.com#?#.bn-title:-abp-contains(Advertising)
porn-w.org#?#.row:-abp-contains(Promotion Bot)
reddxxx.com#?#.items-center:-abp-contains(/^ad$/)
reddxxx.com#?#[role="gridcell"]:-abp-contains(/^AD$/)
@@||2mdn.net/instream/html5/ima3.js$script,domain=earthtv.com|techrepublic.com|zdnet.com
@@||4cdn.org/adv/$image,xmlhttprequest,domain=4channel.org
@@||4channel.org/adv/$image,xmlhttprequest,domain=4channel.org
@@||abcnews.com/assets/js/prebid.min.js$~third-party
@@||abcnews.com/assets/player/$script,~third-party
@@||accuweather.com/bundles/prebid.$script
@@||ad.linksynergy.com^$image,domain=extrarebates.com
@@||adap.tv/redir/javascript/vpaid.js
@@||addicted.es^*/ad728-$image,~third-party
@@||adjust.com/adjust-latest.min.js$domain=anchor.fm
@@||adm.fwmrm.net^*/TremorAdRenderer.$object,domain=go.com
@@||adm.fwmrm.net^*/videoadrenderer.$object,domain=cnbc.com|go.com|nbc.com|nbcnews.com
@@||adnxs.com/ast/ast.js$domain=zone.msn.com
@@||ads.adthrive.com/api/$domain=adamtheautomator.com|mediaite.com|packhacker.com
@@||ads.adthrive.com/builds/core/*/js/adthrive.min.js$domain=adamtheautomator.com|mediaite.com|packhacker.com
@@||ads.adthrive.com/sites/$script,domain=adamtheautomator.com|mediaite.com|packhacker.com
@@||ads.freewheel.tv/|$media,domain=cnbc.com|fxnetworks.com|my.xfinity.com|nbc.com|nbcsports.com
@@||ads.kbmax.com^$domain=adspipe.com
@@||ads.pubmatic.com/adserver/js/$script,domain=zeebiz.com
@@||ads.pubmatic.com/AdServer/js/pwtSync/$subdocument,domain=independent.co.uk
@@||ads.roblox.com/v1/sponsored-pages$xmlhttprequest,domain=roblox.com
@@||ads.rogersmedia.com^$subdocument,domain=cbc.ca
@@||ads.rubiconproject.com/prebid/$script,domain=drudgereport.com|everydayhealth.com
@@||ads3.xumo.com^$domain=2vnews.com|redbox.com
@@||adsafeprotected.com/iasPET.$script,domain=independent.co.uk|reuters.com
@@||adsafeprotected.com/vans-adapter-google-ima.js$script,domain=gamingbible.co.uk|ladbible.com|reuters.com
@@||adsales.snidigital.com/*/ads-config.min.js$script
@@||adserver.skiresort-service.com/www/delivery/spcjs.php?$script,domain=skiresort.de|skiresort.fr|skiresort.info|skiresort.it|skiresort.nl
@@||adswizz.com/adswizz/js/SynchroClient*.js$script,third-party,domain=jjazz.net
@@||adswizz.com/sca_newenco/$xmlhttprequest,domain=triplem.com.au
@@||airplaydirect.com/openx/www/images/$image
@@||almayadeen.net/Content/VideoJS/js/videoPlayer/VideoAds.js$script,~third-party
@@||amazon-adsystem.com/aax2/apstag.js$domain=accuweather.com|barstoolsports.com|blastingnews.com|cnn.com|familyhandyman.com|foxbusiness.com|gamingbible.co.uk|history.com|independent.co.uk|inquirer.com|keloland.com|radio.com|rd.com|si.com|sportbible.com|tasteofhome.com|thehealthy.com|time.com|wboy.com|wellgames.com|wkrn.com|wlns.com|wvnstv.com
@@||amazon-adsystem.com/widgets/q?$image,third-party
@@||aniview.com/api/$script,domain=gamingbible.co.uk|ladbible.com
@@||aone-soft.com/style/images/ad2.jpg
@@||api.adinplay.com/libs/aiptag/$script
@@||api.adnetmedia.lt/api/$~third-party
@@||apis.kostprice.com/fapi/$script,domain=gadgets.ndtv.com
@@||apmebf.com/ad/$domain=betfair.com
@@||app.clickfunnels.com/assets/lander.js$script,domain=propanefitness.com
@@||app.hubspot.com/api/ads/$~third-party
@@||app.veggly.net/plugins/cordova-plugin-admobpro/www/AdMob.js$script,~third-party
@@||apv-launcher.minute.ly/api/$script
@@||archive.org/BookReader/$image,~third-party,xmlhttprequest
@@||archive.org/services/$image,~third-party,xmlhttprequest
@@||assets.ctfassets.net^$media,domain=ads.spotify.com
@@||assets.strossle.com^*/strossle-widget-sdk.js$script,domain=kaaoszine.fi
@@||at.adtech.redventures.io/lib/api/$xmlhttprequest,domain=gamespot.com|giantbomb.com|metacritic.com
@@||at.adtech.redventures.io/lib/dist/$script,domain=gamespot.com|giantbomb.com|metacritic.com
@@||atlas.playpilot.com/api/v1/ads/browse/$xmlhttprequest,domain=playpilot.com
@@||autotrader.co.uk^*/advert$~third-party
@@||avclub.com^*/adManager.$script,~third-party
@@||bankofamerica.com^*?adx=$~third-party,xmlhttprequest
@@||banmancounselling.com/wp-content/themes/banman/
@@||banner.yt^$image,domain=socialblade.com
@@||bannersnack.com/banners/$document,subdocument,domain=adventcards.co.uk|charitychristmascards.org|christmascardpacks.co.uk|kingsmead.com|kingsmeadcards.co.uk|nativitycards.co.uk|printedchristmascards.co.uk
@@||basinnow.com/admin/upload/settings/advertise-img.jpg
@@||basinnow.com/upload/settings/advertise-img.jpg
@@||bauersecure.com/dist/js/prebid/$domain=carmagazine.co.uk
@@||bbc.co.uk^*/adverts.js
@@||bbc.gscontxt.net^$script,domain=bbc.com
@@||betterads.org/hubfs/$image,~third-party
@@||bigfishaudio.com/banners/$image,~third-party
@@||bikeportland.org/wp-content/plugins/advanced-ads/public/assets/js/advanced.min.js$script,~third-party
@@||bitcoinbazis.hu/advertise-with-us/$~third-party
@@||blueconic.net/capitolbroadcasting.js$script,domain=wral.com
@@||boatwizard.com/ads_prebid.min.js$script,domain=boats.com
@@||bordeaux.futurecdn.net/bordeaux.js$script,domain=tomsguide.com
@@||borneobulletin.com.bn/wp-content/banners/bblogo.jpg$~third-party
@@||brave.com/static-assets/$image,~third-party
@@||britannica.com/mendel-resources/3-52/js/libs/prebid4.$script,~third-party
@@||capitolbroadcasting.blueconic.net^$image,script,xmlhttprequest,domain=wral.com
@@||carandclassic.co.uk/images/free_advert/$image,~third-party
@@||cbsi.com/dist/optanon.js$script,domain=cbsnews.com|zdnet.com
@@||cc.zorores.com/ad/*.vtt$domain=rapid-cloud.co
@@||cdn.adsninja.ca^$domain=xda-developers.com
@@||cdn.advertserve.com^$domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw
@@||cdn.bidder.dev/clients/$script,domain=forces.net
@@||cdn.ex.co^$domain=theautopian.com
@@||cdn.wgchrrammzv.com/prod/ajc/loader.min.js$domain=journal-news.com
@@||chycor.co.uk/cms/advert_search_thumb.php$image,domain=chycor.co.uk
@@||clients.plex.tv/api/v2/ads/$~third-party
@@||cloudfront.net/js/common/invoke.js
@@||commons.wikimedia.org/w/api.php?$~third-party,xmlhttprequest
@@||connatix.com*/connatix.player.$script,domain=ebaumsworld.com|funker530.com|tvinsider.com|washingtonexaminer.com
@@||content.pouet.net/avatars/adx.gif$image,~third-party
@@||crackle.com/vendor/AdManager.js$script,~third-party
@@||cvs.com/webcontent/images/weeklyad/adcontent/$~third-party
@@||dcdirtylaundry.com/cdn-cgi/challenge-platform/$~third-party
@@||delivery-cdn-cf.adswizz.com/adswizz/js/SynchroClient*.js$script,domain=tunein.com
@@||discretemath.org/ads/
@@||discretemath.org^$image,stylesheet
@@||disqus.com/embed/comments/$subdocument
@@||docs.woopt.com/wgact/$image,~third-party,xmlhttprequest
@@||dodo.ac/np/images/$image,domain=nookipedia.com
@@||doodcdn.co^$domain=dood.la|dood.pm|dood.to|dood.ws
@@||doubleclick.net/ddm/$image,domain=aetv.com|fyi.tv|history.com|mylifetime.com
@@||edmodo.com/ads$~third-party,xmlhttprequest
@@||einthusan.tv/prebid.js$script,~third-party
@@||embed.ex.co^$xmlhttprequest,domain=espncricinfo.com
@@||entitlements.jwplayer.com^$xmlhttprequest,domain=iheart.com
@@||experienceleague.adobe.com^$~third-party
@@||explainxkcd.com/wiki/images/$image,~third-party
@@||ezoic.net/detroitchicago/cmb.js$script,domain=gerweck.net
@@||f-droid.org/assets/Ads_$~third-party
@@||facebook.com/ads/profile/$~third-party,xmlhttprequest
@@||faculty.uml.edu/klevasseur/ads/
@@||faculty.uml.edu^$image,stylesheet
@@||fdyn.pubwise.io^$script,domain=urbanglasgow.co.uk
@@||files.slack.com^$image,~third-party
@@||flying-lines.com/banners/$image,~third-party
@@||forum.miuiturkiye.net/konu/reklam.$~third-party,xmlhttprequest
@@||forums.opera.com/api/topic/$~third-party,xmlhttprequest
@@||franklymedia.com/*/300x150_WBNQ_TEXT.png$image,domain=wbnq.com
@@||fuseplatform.net^*/fuse.js$script,domain=broadsheet.com.au|friendcafe.jp
@@||g.doubleclick.net/gampad/ads$xmlhttprequest,domain=bloomberg.com|chromatographyonline.com|formularywatch.com|journaldequebec.com|managedhealthcareexecutive.com|medicaleconomics.com|physicianspractice.com
@@||g.doubleclick.net/gampad/ads*%20Web%20Player$domain=imasdk.googleapis.com
@@||g.doubleclick.net/gampad/ads?*.crunchyroll.com$xmlhttprequest,domain=imasdk.googleapis.com
@@||g.doubleclick.net/gampad/ads?*RakutenShowtime$xmlhttprequest,domain=imasdk.googleapis.com
@@||g.doubleclick.net/pagead/ads?*&description_url=https%3A%2F%2Fgames.wkb.jp$xmlhttprequest,domain=imasdk.googleapis.com
@@||g2crowd.com/uploads/product/image/$image,domain=g2.com
@@||gbf.wiki/images/$image,~third-party
@@||gitlab.com/api/v4/projects/$~third-party
@@||givingassistant.org/Advertisers/$~third-party
@@||global-uploads.webflow.com/*_dimensions-$image,domain=dimensions.com
@@||gn-web-assets.api.bbc.com/bbcdotcom/assets/$script,domain=bbc.co.uk
@@||go.ezodn.com/tardisrocinante/lazy_load.js?$script,domain=raiderramble.com
@@||go.xlirdr.com/api/models/vast$xmlhttprequest
@@||gocomics.com/assets/ad-dependencies-$script,~third-party
@@||google.com/images/integrations/$image,~third-party
@@||googleadservices.com/pagead/conversion_async.js$script,domain=zubizu.com
@@||googleoptimize.com/optimize.js$script,domain=wallapop.com
@@||gpt-worldwide.com/js/gpt.js$~third-party
@@||grapeshot.co.uk/main/channels.cgi$script,domain=telegraph.co.uk
@@||gstatic.com/ads/external/images/$image,domain=support.google.com
@@||gumtree.co.za/my/ads.html$~third-party
@@||hotstar.com/vs/getad.php$domain=hotstar.com
@@||hp.com/in/*/ads/$script,stylesheet,~third-party
@@||htlbid.com^*/htlbid.js$domain=hodinkee.com
@@||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
@@||image.shutterstock.com^$image,domain=icons8.com
@@||improvedigital.com/pbw/headerlift.min.js$domain=games.co.uk|kizi.com|zigiz.com
@@||infotel.ca/images/ads/$image,~third-party
@@||infoworld.com/www/js/ads/gpt_includes.js$~third-party
@@||instagram.com/api/v1/ads/$~third-party,xmlhttprequest
@@||ipinfo.io/static/images/use-cases/adtech.jpg$image,~third-party
@@||island.lk/userfiles/image/danweem/island.gif
@@||itv.com/itv/hserver/*/site=itv/$xmlhttprequest
@@||itv.com/itv/tserver/$~third-party
@@||jokerly.com/Okidak/adSelectorDirect.htm?id=$document,subdocument
@@||jokerly.com/Okidak/vastChecker.htm$document,subdocument
@@||jsdelivr.net^*/videojs.ads.css$domain=irctc.co.in
@@||jwpcdn.com/player/plugins/googima/$script,domain=iheart.com|video.vice.com
@@||kotaku.com/x-kinja-static/assets/new-client/adManager.$~third-party
@@||lastpass.com/ads.php$subdocument,domain=chrome-extension-scheme
@@||lastpass.com/images/ads/$image,~third-party
@@||letocard.fr/wp-content/uploads/$image,~third-party
@@||linkbucks.com/tmpl/$image,stylesheet
@@||live.primis.tech^$script,domain=eurogamer.net|klaq.com|loudwire.com|screencrush.com|vg247.com|xxlmag.com
@@||live.primis.tech^$xmlhttprequest,domain=xxlmag.com
@@||live.streamtheworld.com/partnerIds$domain=iheart.com|player.amperwave.net
@@||lokopromo.com^*/adsimages/$~third-party
@@||looker.com/api/internal/$~third-party
@@||luminalearning.com/affiliate-content/$image,~third-party
@@||makeuseof.com/public/build/images/bg-advert-with-us.$~third-party
@@||manageengine.com/images/logo/$image,~third-party
@@||manageengine.com/products/ad-manager/$~third-party
@@||martinfowler.com/articles/asyncJS.css$stylesheet,~third-party
@@||media.kijiji.ca/api/$image,~third-party
@@||mediaalpha.com/js/serve.js$domain=goseek.com
@@||micro.rubiconproject.com/prebid/dynamic/$script,xmlhttprequest,domain=gamingbible.co.uk|ladbible.com|sportbible.com
@@||moatads.com^$script,domain=imsa.com
@@||motortrader.com.my/advert/$image,~third-party
@@||mtouch.facebook.com/ads/api/preview/$domain=business.facebook.com
@@||newscgp.com/prod/prebid/nyp/pb.js$domain=nypost.com
@@||nextcloud.com/remote.php/$~third-party,xmlhttprequest
@@||nflcdn.com/static/site/$script,domain=nfl.com
@@||npr.org/sponsorship/targeting/$~third-party,xmlhttprequest
@@||ntv.io/serve/load.js$domain=mcclatchydc.com
@@||optimatic.com/iframe.html$subdocument,domain=pch.com
@@||optimatic.com/redux/optiplayer-$domain=pch.com
@@||optimatic.com/shell.js$domain=pch.com
@@||optout.networkadvertising.org^$document
@@||p.d.1emn.com^$script,domain=hotair.com
@@||pandora.com/images/public/devicead/$image
@@||patreonusercontent.com/*.gif?token-$image,domain=patreon.com
@@||payload.cargocollective.com^$image,~third-party
@@||pbs.twimg.com/ad_img/$image,xmlhttprequest
@@||pepperjamnetwork.com/banners/$image,domain=extrarebates.com
@@||photofunia.com/effects/$image,~third-party
@@||pjtra.com/b/$image,domain=extrarebates.com
@@||player.aniview.com/script/$script,domain=odysee.com|pogo.com
@@||player.avplayer.com^$script,domain=explosm.net|gamingbible.co.uk|justthenews.com|ladbible.com
@@||player.ex.co/player/$script,domain=theautopian.com
@@||player.odycdn.com/api/$xmlhttprequest,domain=odysee.com
@@||playwire.com/bolt/js/zeus/embed.js$script,third-party
@@||pngimg.com/distr/$image,~third-party
@@||pntrac.com/b/$image,domain=extrarebates.com
@@||pntrs.com/b/$image,domain=extrarebates.com
@@||portal.autotrader.co.uk/advert/$~third-party
@@||prebid.adnxs.com^$xmlhttprequest,domain=go.cnn.com
@@||preromanbritain.com/maxymiser/$~third-party
@@||promo.com/embed/$subdocument,third-party
@@||promo.zendesk.com^$xmlhttprequest,domain=promo.com
@@||pub.doubleverify.com/dvtag/$script,domain=time.com
@@||pub.pixels.ai/wrap-independent-no-prebid-lib.js$script,domain=independent.co.uk
@@||radiotimes.com/static/advertising/$script,~third-party
@@||raw.githubusercontent.com^$domain=viewscreen.githubusercontent.com
@@||redventures.io/lib/dist/prod/bidbarrel-$script,domain=cnet.com|techrepublic.com|zdnet.com
@@||renewcanceltv.com/porpoiseant/banger.js$script,~third-party
@@||rubiconproject.com/prebid/dynamic/$script,domain=ask.com|journaldequebec.com
@@||runescape.wiki^$image,~third-party
@@||s.ntv.io/serve/load.js$domain=titantv.com
@@||salfordonline.com/wp-content/plugins/wp_pro_ad_system/$script
@@||schwab.com/scripts/appdynamic/adrum-ext.$script,~third-party
@@||scrippsdigital.com/cms/videojs/$stylesheet,domain=scrippsdigital.com
@@||sdltutorials.com/Data/Ads/AppStateBanner.jpg$~third-party
@@||securenetsystems.net/v5/scripts/
@@||shaka-player-demo.appspot.com/lib/ads/ad_manager.js$script,~third-party
@@||showcase.codethislab.com/banners/$image,~third-party
@@||shreemaruticourier.com/banners/$~third-party
@@||signin.verizon.com^*/affiliate/$subdocument,xmlhttprequest
@@||somewheresouth.net/banner/banner.php$image
@@||sportsnet.ca/wp-content/plugins/bwp-minify/$domain=sportsnet.ca
@@||startrek.website/pictrs/image/$xmlhttprequest
@@||stat-rock.com/player/$domain=4shared.com|adplayer.pro
@@||static.doubleclick.net/instream/ad_status.js$script,domain=ignboards.com
@@||static.vrv.co^$media,domain=crunchyroll.com
@@||summitracing.com/global/images/bannerads/
@@||sundaysportclassifieds.com/ads/$image,~third-party
@@||survey.g.doubleclick.net^$script,domain=sporcle.com
@@||synchrobox.adswizz.com/register2.php$script,domain=tunein.com
@@||tcbk.com/application/files/4316/7521/1922/Q1-23-CD-Promo-Banner-Ad.png^$~third-party
@@||thdstatic.com/experiences/local-ad/$domain=homedepot.com
@@||thepiratebay.org/cdn-cgi/challenge-platform/$~third-party
@@||thetvdb.com/banners/$image,domain=tvtime.com
@@||thisiswaldo.com/static/js/$script,domain=bestiefy.com
@@||townhall.com/resources/dist/js/prebid-pjmedia.js$script,domain=pjmedia.com
@@||tractorshed.com/photoads/upload/$~third-party
@@||tradingview.com/adx/$subdocument,domain=adx.ae
@@||trustprofile.com/banners/$image
@@||ukbride.co.uk/css/*/adverts.css
@@||unpkg.com^$script,domain=vidsrc.stream
@@||upload.wikimedia.org/wikipedia/$image,media
@@||v.fwmrm.net/ad/g/*Nelonen$script
@@||v.fwmrm.net/ad/g/1$domain=uktv.co.uk|vevo.com
@@||v.fwmrm.net/ad/g/1?*mtv_desktop$xmlhttprequest
@@||v.fwmrm.net/ad/g/1?csid=vcbs_cbsnews_desktop_$xmlhttprequest
@@||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|today.com
@@||v.fwmrm.net/crossdomain.xml$xmlhttprequest
@@||warpwire.com/AD/
@@||warpwire.net/AD/
@@||web-ads.pulse.weatherbug.net/api/ads/targeting/$domain=weatherbug.com
@@||webbtelescope.org/files/live/sites/webb/$image,~third-party
@@||widgets.jobbio.com^*/display.min.js$domain=interestingengineering.com
@@||worldgravity.com^$script,domain=hotstar.com
@@||wrestlinginc.com/wp-content/themes/unified/js/prebid.js$~third-party
@@||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
@@||yaytrade.com^*/chunks/pages/advert/$~third-party
@@||yimg.com/rq/darla/*/g-r-min.js$domain=yahoo.com
@@||z.moatads.com^$script,domain=standard.co.uk
@@||zeebiz.com/ads/$image,~third-party
@@||zohopublic.com^*/ADManager_$subdocument,xmlhttprequest,domain=manageengine.com|zohopublic.com
@@||challenges.cloudflare.com/turnstile/$script
@@||gmail.com^$generichide
@@||google.com/recaptcha/$csp,subdocument
@@||google.com/recaptcha/api.js
@@||google.com/recaptcha/enterprise.js
@@||google.com/recaptcha/enterprise/
@@||gstatic.com/recaptcha/
@@||hcaptcha.com/captcha/$script,subdocument
@@||hcaptcha.com^*/api.js
@@||recaptcha.net/recaptcha/$script
@@||search.brave.com/search$xmlhttprequest
@@||ui.ads.microsoft.com^$~third-party
@@://10.0.0.$generichide
@@://10.1.1.$generichide
@@://127.0.0.1$generichide
@@://192.168.$generichide
@@://localhost:$generichide
@@||accounts.google.com^$generichide
@@||ads.microsoft.com^$generichide
@@||apple.com^$generichide
@@||bitbucket.org^$generichide
@@||builder.io^$generichide
@@||calendar.google.com^$generichide
@@||cbs.com^$generichide
@@||cdpn.io^$generichide
@@||cloud.google.com^$generichide
@@||codepen.io^$generichide
@@||codesandbox.io^$generichide
@@||contacts.google.com^$generichide
@@||curiositystream.com^$generichide
@@||deezer.com^$generichide
@@||discord.com^$generichide
@@||disneyplus.com^$generichide
@@||docs.google.com^$generichide
@@||drive.google.com^$generichide
@@||dropbox.com^$generichide
@@||facebook.com^$generichide
@@||fastmail.com^$generichide
@@||figma.com^$generichide
@@||gemini.google.com^$generichide
@@||github.com^$generichide
@@||github.io^$generichide
@@||gitlab.com^$generichide
@@||icloud.com^$generichide
@@||instagram.com^$generichide
@@||instapundit.com^$generichide
@@||jsfiddle.net^$generichide
@@||mail.google.com^$generichide
@@||mail.proton.me^$generichide
@@||material.angular.io^$generichide
@@||material.io^$generichide
@@||max.com^$generichide
@@||meet.google.com^$generichide
@@||mui.com^$generichide
@@||music.amazon.$generichide
@@||myaccount.google.com^$generichide
@@||netflix.com^$generichide
@@||notion.so^$generichide
@@||oisd.nl^$generichide
@@||onedrive.live.com^$generichide
@@||open.spotify.com^$generichide
@@||openai.com^$generichide
@@||pandora.com^$generichide
@@||paramountplus.com^$generichide
@@||peacocktv.com^$generichide
@@||photos.google.com^$generichide
@@||publicwww.com^$generichide
@@||qobuz.com^$generichide
@@||reddit.com^$generichide
@@||slack.com^$generichide
@@||sourcegraph.com^$generichide
@@||stackblitz.com^$generichide
@@||teams.microsoft.com^$generichide
@@||tidal.com^$generichide
@@||tiktok.com^$generichide
@@||tv.youtube.com^$generichide
@@||twitch.tv^$generichide
@@||twitter.com^$generichide
@@||web.archive.org^$generichide
@@||www.youtube.com^$generichide
@@||web.telegram.org^$generichide
@@||whatsapp.com^$generichide
@@||wikibooks.org^$generichide
@@||wikidata.org^$generichide
@@||wikinews.org^$generichide
@@||wikipedia.org^$generichide
@@||wikiquote.org^$generichide
@@||wikiversity.org^$generichide
@@||wiktionary.org^$generichide
@@||ps.w.org^$image,domain=wordpress.org
@@||s.w.org/wp-content/$stylesheet,domain=wordpress.org
@@||wordpress.org/plugins/$domain=wordpress.org
@@||wordpress.org/stats/plugin/$domain=wordpress.org
@@||fingerprintjs.com^$generichide
@@||schemeflood.com^$generichide
@@||akinator.mobi.cdn.ezoic.net^$domain=akinator.mobi
@@||banner.customer.kyruus.com^$domain=doctors.bannerhealth.com
@@||hwcdn.net^$script,domain=mp4upload.com
@@||ezsoftwarestorage.com^$image,media,domain=ezfunnels.com
@@||ads.memo2.nl/banners/$subdocument
@@||oauth.vk.com/authorize?
@@||googletagservices.com/tag/js/gpt.js$domain=allestoringen.be|allestoringen.nl|downdetector.ae|downdetector.ca|downdetector.cl|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com|downdetector.com.ar|downdetector.com.au|downdetector.com.br|downdetector.com.co|downdetector.cz|downdetector.dk|downdetector.ec|downdetector.es|downdetector.fi|downdetector.fr|downdetector.gr|downdetector.hk|downdetector.hr|downdetector.hu|downdetector.id|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.my|downdetector.no|downdetector.pe|downdetector.ph|downdetector.pk|downdetector.pl|downdetector.pt|downdetector.ro|downdetector.ru|downdetector.se|downdetector.sg|downdetector.sk|downdetector.tw|downdetector.web.tr|xn--allestrungen-9ib.at|xn--allestrungen-9ib.ch|xn--allestrungen-9ib.de
@@||adblockplus.org^$generichide
@@||aetv.com^$generichide
@@||apkmirror.com^$generichide
@@||brighteon.com^$generichide
@@||cwtv.com^$generichide
@@||destinationamerica.com^$generichide
@@||geekzone.co.nz^$generichide
@@||history.com^$generichide
@@||megaup.net^$generichide
@@||sciencechannel.com^$generichide
@@||smallseotools.com^$generichide
@@||sonichits.com^$generichide
@@||soranews24.com^$generichide
@@||thefreedictionary.com^$generichide
@@||tlc.com^$generichide
@@||yibada.com^$generichide
@@||bing.com/search?$generichide
@@||duckduckgo.com/?q=$generichide
@@||www.google.*/search?$generichide
@@||yandex.com/search/?$generichide
@@/wp-content/plugins/blockalyzer-adblock-counter/*$image,script,~third-party,domain=~gaytube.com|~pornhub.com|~pornhubthbh7ap3u.onion|~redtube.com|~redtube.com.br|~tube8.com|~tube8.es|~tube8.fr|~xtube.com|~youjizz.com|~youporn.com|~youporngay.com
@@||adtng.com/get/$subdocument,domain=hanime.tv
@@||artnet.com^$generichide
@@||az.hp.transer.com/content/dam/isetan_mitsukoshi/advertise/$~third-party
@@||az.hpcn.transer-cn.com/content/dam/isetan_mitsukoshi/advertise/$~third-party
@@||cdnqq.net/ad/api/popunder.js$script
@@||centro.co.il^$generichide
@@||coinmarketcap.com/static/addetect/$script,~third-party
@@||dlh.net^$script,subdocument,domain=dlh.net
@@||exponential.com^*/tags.js$domain=yellowbridge.com
@@||games.pch.com^$generichide
@@||maxstream.video^$generichide
@@||receiveasms.com^$generichide
@@||sc2casts.com^$generichide
@@||spanishdict.com^$generichide
@@||stream4free.live^$generichide
@@||up-load.io^$generichide
@@||userload.co/adpopup.js$script
@@||waaw.to/adv/ads/popunder.js$script
@@||yandexcdn.com/ad/api/popunder.js$script
@@||yellowbridge.com^$generichide
@@||yimg.com/dy/ads/native.js$script,domain=animedao.to
@@||tab.gladly.io/newtab/|$document,subdocument
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=247sports.com|api.screen9.com|autokult.pl|bbc.com|blastingnews.com|bloomberg.co.jp|bloomberg.com|bsfuji.tv|cbc.ca|cbsnews.com|cbssports.com|chicagotribune.com|clickorlando.com|cnet.com|crunchyroll.com|delish.com|distro.tv|doubtnut.com|einthusan.tv|embed.comicbook.com|etonline.com|farfeshplus.com|filmweb.pl|game.pointmall.rakuten.net|gamebox.gesoten.com|gamepix.com|games.usatoday.com|gbnews.com|geo.dailymotion.com|givemesport.com|goodmorningamerica.com|goodstream.uno|gospodari.com|howstuffworks.com|humix.com|ignboards.com|iheart.com|insideedition.com|irctc.co.in|klix.ba|lemino.docomo.ne.jp|locipo.jp|maharashtratimes.com|metacritic.com|minigame.aeriagames.jp|missoulian.com|myspace.com|nettavisen.no|paralympic.org|paramountplus.com|player.abacast.net|player.earthtv.com|player.performgroup.com|plex.tv|pointmall.rakuten.co.jp|popculture.com|realmadrid.com|rte.ie|rumble.com|s.yimg.jp|scrippsdigital.com|sonyliv.com|southpark.lat|southparkstudios.com|sportsbull.jp|sportsport.ba|success-games.net|synk-casualgames.com|tbs.co.jp|tdn.com|truvid.com|tubitv.com|tv-asahi.co.jp|tv.rakuten.co.jp|tver.jp|tvp.pl|univtec.com|video.tv-tokyo.co.jp|vlive.tv|watch.nba.com|wbal.com|weather.com|webdunia.com|wellgames.com|worldsurfleague.com|wowbiz.ro|wsj.com|wtk.pl|xda-developers.com|zdnet.com|zeebiz.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=247sports.com|4029tv.com|bloomberg.co.jp|bloomberg.com|cbc.ca|cbssports.com|cc.com|embed.comicbook.com|gbnews.com|history.com|kcci.com|kcra.com|ketv.com|kmbc.com|koat.com|koco.com|ksbw.com|mynbc5.com|paramountplus.com|s.yimg.jp|sbs.com.au|tv.rakuten.co.jp|vk.sportsbull.jp|wapt.com|wbaltv.com|wcvb.com|wdsu.com|wesh.com|wgal.com|wisn.com|wjcl.com|wlky.com|wlwt.com|wmtw.com|wmur.com|worldsurfleague.com|wpbf.com|wtae.com|wvtm13.com|wxii12.com|wyff4.com
@@||pubads.g.doubleclick.net/ondemand/hls/$domain=history.com
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=cadenaser.com
@@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=abcnews.go.com|brightcove.net|cbsnews.com|insideedition.com|pch.com
@@||pubads.g.doubleclick.net/ssai/
@@||g.doubleclick.net/tag/js/gpt.js$script,xmlhttprequest,domain=accuweather.com|adamtheautomator.com|bestiefy.com|blastingnews.com|bloomberg.com|chromatographyonline.com|devclass.com|digitaltrends.com|edy.rakuten.co.jp|epaper.timesgroup.com|filmweb.pl|formularywatch.com|games.coolgames.com|indy100.com|journaldequebec.com|managedhealthcareexecutive.com|mediaite.com|medicaleconomics.com|nycgo.com|olx.pl|physicianspractice.com|repretel.com|standard.co.uk|telsu.fi|theta.tv|weather.com
@@||googletagservices.com/tag/js/gpt.js$domain=chegg.com|chelseafc.com|epaper.timesgroup.com|farfeshplus.com|k2radio.com|koel.com|kowb1290.com|nationalreview.com|nationalworld.com|nbcsports.com|scotsman.com|tv-asahi.co.jp|uefa.com|vimeo.com|vlive.tv|voici.fr|windalert.com
@@||g.doubleclick.net/gpt/pubads_impl_$domain=accuweather.com|blastingnews.com|bloomberg.com|chelseafc.com|chromatographyonline.com|digitaltrends.com|downdetector.com|edy.rakuten.co.jp|epaper.timesgroup.com|formularywatch.com|game.anymanager.io|games.coolgames.com|managedhealthcareexecutive.com|mediaite.com|medicaleconomics.com|nationalreview.com|nationalworld.com|nbcsports.com|nycgo.com|physicianspractice.com|scotsman.com|telsu.fi|voici.fr|weather.com|xda-developers.com
@@||g.doubleclick.net/pagead/managed/js/gpt/$script,domain=adamtheautomator.com|allestoringen.be|allestoringen.nl|aussieoutages.com|canadianoutages.com|downdetector.ae|downdetector.ca|downdetector.co.nz|downdetector.co.uk|downdetector.co.za|downdetector.com|downdetector.com.ar|downdetector.com.br|downdetector.dk|downdetector.es|downdetector.fi|downdetector.fr|downdetector.hk|downdetector.ie|downdetector.in|downdetector.it|downdetector.jp|downdetector.mx|downdetector.no|downdetector.pl|downdetector.pt|downdetector.ru|downdetector.se|downdetector.sg|downdetector.tw|downdetector.web.tr|filmweb.pl|journaldequebec.com|mediaite.com|xn--allestrungen-9ib.at|xn--allestrungen-9ib.ch|xn--allestrungen-9ib.de
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=battlecats-db.com|cpu-world.com|game.anymanager.io|games.wkb.jp|html5.gamedistribution.com|knowfacts.info|lacoste.com|megagames.com|megaleech.us|newson.us|real-sports.jp|slideplayer.com|tampermonkey.net|teemo.gg|thefreedictionary.com
@@||pagead2.googlesyndication.com/pagead/managed/js/*/show_ads_impl_$script,domain=battlecats-db.com|games.wkb.jp
@@||g.doubleclick.net/pagead/ppub_config$domain=bloomberg.com|independent.co.uk|repretel.com|telsu.fi|weather.com
@@/banner/ad/*$image,domain=achaloto.com
@@||about.smartnews.com/ja/wp-content/assets/img/advertisers/ad_$~third-party
@@||ad-api-v01.uliza.jp^$script,xmlhttprequest,domain=golfnetwork.co.jp|tv-asahi.co.jp
@@||ad.atown.jp/adserver/$domain=ad.atown.jp
@@||ad.smartmediarep.com/NetInsight/video/smr$domain=programs.sbs.co.kr
@@||adfurikun.jp/adfurikun/images/$~third-party
@@||ads-i.org/images/ads3.jpg$~third-party
@@||ads-twitter.com/oct.js$domain=ncsoft.jp
@@||ads-twitter.com/uwt.js$domain=factory.pixiv.net
@@||aiasahi.jp/ads/$image,domain=japan.techrepublic.com|japan.zdnet.com
@@||amebame.com/pub/ads/$image,domain=abema.tv|ameba.jp|ameblo.jp
@@||api.friends.ponta.jp/api/$~third-party
@@||arukikata.com/images_ad/$image,~third-party
@@||asahi.com/ads/$image,~third-party
@@||ascii.jp/img/ad/$image,~third-party
@@||assoc-amazon.com/widgets/cm?$subdocument,domain=atcoder.jp
@@||astatic.ccmbg.com^*/prebid$script,domain=linternaute.com
@@||banki.ru/bitrix/*/advertising.block/$stylesheet
@@||bloominc.jp/adtool/$~third-party
@@||book.com.tw/image/getImage?$domain=books.com.tw
@@||c.ad6media.fr/l.js$domain=scan-manga.com
@@||candidate.hr-manager.net/Advertisement/PreviewAdvertisement.aspx$subdocument,~third-party
@@||catchapp.net/ad/img/$~third-party
@@||cdn.jsdelivr.net/npm/*/videojs-contrib-ads.min.js$domain=24ur.com
@@||cinema.pia.co.jp/img/ad/$image,~third-party
@@||clj.valuecommerce.com/*/vcushion.min.js
@@||cloudflare.com^*/videojs-contrib-ads.js$domain=wtk.pl
@@||copilog2.jp/*/webroot/ad_img/$domain=ikkaku.net
@@||core.windows.net^*/annonser/$image,domain=kmauto.no
@@||discordapp.com/banners/$image
@@||doda.jp/brand/ad/img/icon_play.png
@@||doda.jp/cmn_web/img/brand/ad/ad_text_
@@||doda.jp/cmn_web/img/brand/ad/ad_top_3.mp4
@@||forexprostools.com^$subdocument,domain=fx-rashinban.com
@@||freeride.se/img/admarket/$~third-party
@@||friends.ponta.jp/app/assets/images/$~third-party
@@||g.doubleclick.net/gampad/ads?$domain=edy.rakuten.co.jp|tv-tokyo.co.jp|voici.fr
@@||gakushuin.ac.jp/ad/common/$~third-party
@@||ganma.jp/view/magazine/viewer/pages/advertisement/googleAdSense.html|$~third-party,xmlhttprequest
@@||getjad.io/library/$script,domain=allocine.fr
@@||go.ezodn.com/beardeddragon/basilisk.js$domain=humix.com
@@||google.com/adsense/search/ads.js$domain=news.biglobe.ne.jp
@@||googleadservices.com/pagead/conversion.js$domain=ncsoft.jp
@@||gunosy.co.jp/img/ad/$image,~third-party
@@||h1g.jp/img/ad/ad_heigu.html$~third-party
@@||hinagiku-u.ed.jp/wp54/wp-content/themes/hinagiku/images/$image,~third-party
@@||ias.global.rakuten.com/adv/$script,domain=rakuten.co.jp
@@||iejima.org/ad-banner/$image,~third-party
@@||ienohikari.net/ad/common/$~third-party
@@||ienohikari.net/ad/img/$~third-party
@@||img.rakudaclub.com/adv/$~third-party
@@||jmedj.co.jp/files/$image,~third-party
@@||jobs.bg/front_job_search.php$~third-party
@@||kanalfrederikshavn.dk^*/jquery.openx.js?
@@||kincho.co.jp/cm/img/bnr_ad_$image,~third-party
@@||live.lequipe.fr/thirdparty/prebid.js$~third-party
@@||mail.bg/mail/index/getads/$xmlhttprequest
@@||microapp.bytedance.com/docs/page-data/$~third-party
@@||minigame.aeriagames.jp/*/ae-tpgs-$~third-party
@@||minigame.aeriagames.jp/css/videoad.css
@@||mistore.jp/content/dam/isetan_mitsukoshi/advertise/$~third-party
@@||mjhobbymassan.se/r/annonser/$image,~third-party
@@||musictrack.jp/a/ad/banner_member.jpg
@@||mysmth.net/nForum/*/ADAgent_$~third-party
@@||netmile.co.jp/ad/images/$image
@@||nintendo.co.jp/ring/*/adv$~third-party
@@||nizista.com/api/v1/adbanner$~third-party
@@||oishi-kenko.com/kenko/assets/v2/ads/$~third-party
@@||point.rakuten.co.jp/img/crossuse/top_ad/$~third-party
@@||politiken.dk/static/$script
@@||popin.cc/popin_discovery/recommend?$~third-party
@@||pro-foto.jp/ads/img/$~third-party
@@||przegladpiaseczynski.pl/wp-content/plugins/wppas/$~third-party
@@||r10s.jp/share/themes/ds/js/show_ads_randomly.js$domain=travel.rakuten.co.jp
@@||rakuten-bank.co.jp/rb/ams/img/ad/$~third-party
@@||s.yimg.jp/images/listing/tool/yads/yads-timeline-ex.js$domain=yahoo.co.jp
@@||s0.2mdn.net/ads/studio/Enabler.js$domain=yuukinohana.co.jp
@@||search.spotxchange.com/vmap/*&content_page_url=www.bsfuji.tv$xmlhttprequest,domain=imasdk.googleapis.com
@@||site-banner.hange.jp/adshow?$domain=animallabo.hange.jp
@@||smartadserver.com/genericpost$domain=filmweb.pl
@@||so-net.ne.jp/access/hikari/minico/ad/images/$~third-party
@@||stats.g.doubleclick.net/dc.js$script,domain=chintaistyle.jp|gyutoro.com
@@||suntory.co.jp/beer/kinmugi/css2020/ad.css?
@@||suntory.co.jp/beer/kinmugi/img/ad/$image,~third-party
@@||tdn.da-services.ch/libs/prebid8.$script,domain=20min.ch
@@||tenki.jp/storage/static-images/top-ad/
@@||tpc.googlesyndication.com/pagead/js/$domain=googleads.g.doubleclick.net
@@||tra.scds.pmdstatic.net/advertising-core/$domain=voici.fr
@@||trj.valuecommerce.com/vcushion.js
@@||uze-ads.com/ads/$~third-party
@@||valuecommerce.com^$image,domain=pointtown.com
@@||videosvc.ezoic.com/play?videoID=$domain=humix.com
@@||yads.c.yimg.jp/js/yads-async.js$domain=kobe-np.co.jp|yahoo.co.jp
@@||youchien.net/ad/*/ad/img/$~third-party
@@||youchien.net/css/ad_side.css$~third-party
@@||yuru-mbti.com/static/css/adsense.css$~third-party
@@||ads.google.com^$domain=ads.google.com|analytics.google.com
@@||cloud.google.com^$~third-party
@@||developers.google.com^$domain=developers.google.com
@@||support.google.com^$domain=support.google.com
@@||healthyadvertising.es^$~third-party
@@||gemini.yahoo.com/advertiser/$domain=gemini.yahoo.com
@@||yimg.com/av/gemini-ui/*/advertiser/$domain=gemini.yahoo.com
@@||ads-api.twitter.com^$domain=ads.twitter.com|analytics.twitter.com
@@||ads.twitter.com^$domain=ads.twitter.com|analytics.twitter.com
@@||anitasrecipes.com/Content/Images/Recipes/$image,~third-party
@@||arnhemland-safaris.com/images/made/$image,~third-party
@@||cloud.mail.ru^$image,~third-party
@@||crystalmark.info/wp-content/uploads/*-300x250.$image,~third-party
@@||crystalmark.info/wp-content/uploads/sites/$image,~third-party
@@||government-and-constitution.org/images/presidential-seal-300-250.gif$image,~third-party
@@||hiveworkscomics.com/frontboxes/300x250_$image,~third-party
@@||leffatykki.com/media/banners/tykkibanneri-728x90.png$image,~third-party
@@||nc-myus.com/images/pub/www/uploads/merchant-logos/$image,~third-party
@@||nihasi.ru/upload/resize_cache/*/300_250_$image,~third-party
@@||przegladpiaseczynski.pl/wp-content/uploads/*-300x250-$image,~third-party
@@||radiosun.fi/wp-content/uploads/*300x250$image,~third-party
@@||redditinc.com/assets/images/site/*_300x250.$image,~third-party
@@||taipit-mebel.ru/upload/resize_cache/$image,~third-party
@@||wavepc.pl/wp-content/*-500x100.png$image,~third-party
@@||yimg.jp/images/news-web/all/images/jsonld_image_300x250.png$domain=news.yahoo.co.jp
@@^utm_source=aff^$popup,domain=gamble.co.uk|gokkeninonlinecasino.nl|top5casinosites.co.uk
@@|data:text^$popup,domain=box.com|clker.com|labcorp.com
@@||accounts.google.com^$popup
@@||ad.doubleclick.net/clk*&destinationURL=$popup
@@||ad.doubleclick.net/ddm/$popup,domain=billiger.de|creditcard.com.au|debitcards.com.au|finder.com|finder.com.au|findershopping.com.au|guide-epargne.be|legacy.com|mail.yahoo.com|nytimes.com|spaargids.be|whatphone.com.au
@@||ad.doubleclick.net/ddm/clk/*http$popup
@@||ad.doubleclick.net/ddm/trackclk/*http$popup
@@||ads.doordash.com^$popup
@@||ads.elevateplatform.co.uk^$popup
@@||ads.emarketer.com/redirect.spark?$popup,domain=emarketer.com
@@||ads.finance^$popup
@@||ads.google.com^$popup
@@||ads.kazakh-zerno.net^$popup
@@||ads.listonic.com^$popup
@@||ads.microsoft.com^$popup
@@||ads.midwayusa.com^$popup
@@||ads.pinterest.com^$popup
@@||ads.shopee.*/$popup
@@||ads.snapchat.com^$popup
@@||ads.spotify.com^$popup
@@||ads.taboola.com^$popup
@@||ads.twitter.com^$popup
@@||ads.vk.com^$popup
@@||adv.asahi.com^$popup
@@||adv.gg^$popup
@@||adv.welaika.com^$popup
@@||dashboard.mgid.com^$popup
@@||doubleclick.net/clk;$popup,domain=3g.co.uk|4g.co.uk|hotukdeals.com|jobamatic.com|play.google.com|santander.co.uk|techrepublic.com
@@||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
@@||hutchgo.advertserve.com^$popup,domain=hutchgo.com|hutchgo.com.cn|hutchgo.com.hk|hutchgo.com.sg|hutchgo.com.tw
@@||serving-sys.com/Serving/adServer.bs?$popup,domain=spaargids.be
@@||vk.com/ads?$popup,domain=vk.com
@@||www.google.*/search?q=*&oq=*&aqs=chrome.*&sourceid=chrome&$popup,third-party
@@||www.ticketmaster.$popup,domain=adclick.g.doubleclick.net
@@/api/models?$domain=tik.porn
@@/api/v2/models-online?$domain=tik.porn
@@||exosrv.com/video-slider.js$domain=xfreehd.com
@@||gaynetwork.co.uk/Images/ads/bg/$image,~third-party
@@||spankbang.com^*/prebid-ads.js$domain=spankbang.com
@@||gaybeeg.info^$generichide
@@||milfzr.com^$generichide
@@||pornbraze.com^$generichide
@@||rule34hentai.net^$generichide
@@||urlgalleries.net^$generichide
@@||xfreehd.com^$generichide